:root {
  --blue-background: #f0f2f6;
  --body-color: #272b3d;
  --red: #d94334;
  --white: white;
  --black: #272b3d33;
  --white-smoke: #f5f2f0;
  --black-4: #1e2130;
  --dim-grey-2: #796b60;
  --tan: #cab7a8;
  --linen: #e4d9d0;
  --dark-slate-blue: #474c64;
  --black-3: #151720;
  --gainsboro: #e4e6eb;
  --ghost-white: #e5e8f0;
  --sea-green: #118f47;
  --grey: #748374;
  --dim-grey: #586958;
  --grey-2: #86796f;
  --black-2: #38302a;
  --dark-slate-blue-2: #472b70;
  --rosy-brown: #c99696;
}

.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(--blue-background);
  color: var(--body-color);
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--red);
  text-decoration: none;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  z-index: 20;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.section.with-borders {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.section.with-bg-black {
  background-color: var(--body-color);
  color: var(--white);
}

.section.is-cta-sec {
  background-color: #272b3d;
}

.section.is-brand-2-sec {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--white-smoke);
}

.section.is-services-3 {
  overflow: visible;
}

.section.is-fullscreen-hero, .section.is-hero-2-sec {
  z-index: 5;
  background-color: var(--body-color);
  overflow: visible;
}

.section.in-ui-kit {
  flex: 1;
}

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

.section.is-about-team-sec {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.section.is-service-cms-sec-1 {
  z-index: 30;
  background-color: var(--blue-background);
  overflow: visible;
}

.section.in-portfolio-cms-1, .section.is-blog-article {
  overflow: visible;
}

.section.is-author-sec {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.section.is-article-sec-1 {
  background-color: var(--body-color);
  color: var(--white);
}

.section.is-hero-7 {
  background-color: var(--blue-background);
  padding-top: 8em;
  padding-bottom: 5em;
}

.section.is-form-sec, .section.is-overview-sec-2 {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--blue-background);
}

.section.is-overview-sec-1 {
  overflow: visible;
}

.section.is-dark-sec {
  background-color: var(--black-4);
  color: var(--white);
}

.section.is-newsletter-sec {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.section.is-slider-sec {
  z-index: 5;
  background-color: var(--body-color);
  height: 100vh;
  overflow: visible;
}

.section.is-fullwidth-accordion-sec {
  border-top: 1px solid var(--black);
  background-color: var(--blue-background);
}

.section.is-resume-sec {
  overflow: visible;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.container.with-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container.is-full-width {
  max-width: 1920px;
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.container.is-full-width.in-services-3 {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: static;
}

.container.in-hero-1 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container.is-testimonial-con {
  max-width: 1920px;
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.padding-inner {
  padding: 8em 0;
}

.padding-inner.in-brands {
  padding-bottom: 6em;
}

.padding-inner.pt-0 {
  padding-top: 0;
}

.padding-inner.pb-4em {
  padding-bottom: 4em;
}

.padding-inner.pb-0em {
  padding-bottom: 0;
}

.padding-inner.pt-4em {
  padding-top: 4em;
}

.hero-1-inner {
  max-width: 42em;
}

.navbar-2 {
  z-index: 100;
  background-color: var(--blue-background);
  height: 5em;
  display: flex;
}

.nav-2-inner {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.nav-2-brand {
  color: var(--body-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1.8em;
  padding-right: 1.8em;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading.hero-1-title {
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 4em;
  font-weight: 500;
}

.heading.works-title-1 {
  z-index: 5;
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-size: 13em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.heading.content-title-4 {
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 7em;
  font-weight: 700;
  line-height: .9em;
}

.heading.content-title-1 {
  letter-spacing: -.05em;
  text-indent: -.05em;
  margin-bottom: .8em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
}

.heading.content-title-1.align-center {
  text-align: center;
}

.heading.portfolio-3-title {
  color: var(--white);
  font-size: 8.1em;
  font-weight: 600;
}

.heading.home-3-title {
  color: var(--white);
  letter-spacing: -.03em;
  font-size: 4.8em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.is-brands-title {
  text-align: center;
  letter-spacing: -.05em;
  text-indent: -.05em;
  margin-bottom: .5em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
}

.heading.content-title-2 {
  text-transform: uppercase;
  font-weight: 600;
}

.heading.is-brands-title-2 {
  text-align: left;
  letter-spacing: -.05em;
  text-indent: -.05em;
  max-width: 6em;
  font-size: 5em;
  font-weight: 600;
  line-height: 1em;
}

.heading.in-title-block-1 {
  text-align: left;
  letter-spacing: -.05em;
  text-indent: -.05em;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
}

.heading.in-title-block-1.with-margin {
  margin-bottom: .4em;
}

.heading.services-3-title {
  color: var(--white);
  letter-spacing: -.03em;
  text-indent: -.03em;
  text-transform: uppercase;
  max-width: 80vh;
  font-size: 8vh;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.fullscreen-hero-1-title {
  color: var(--white);
  letter-spacing: -.03em;
  text-indent: -.03em;
  text-transform: uppercase;
  max-width: 6em;
  margin-bottom: .6em;
  font-size: 7.5em;
  font-weight: 400;
  line-height: 1em;
}

.heading.in-hero-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  text-indent: -.03em;
  max-width: 11.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.in-hero-4 {
  color: var(--white);
  text-align: left;
  letter-spacing: -.03em;
  text-indent: -.03em;
  max-width: 6em;
  font-size: 9em;
  font-weight: 300;
  line-height: 1em;
}

.heading.is-about-title-1 {
  text-align: left;
  letter-spacing: -.04em;
  text-indent: -.04em;
  margin-bottom: .5em;
  font-size: 7em;
  font-weight: 700;
  line-height: .9em;
}

.heading.is-about-title-1.is-centered {
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
}

.heading.is-about-title-2 {
  text-align: left;
  letter-spacing: -.04em;
  text-indent: -.04em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.heading.is-about-title-2.with-margin {
  margin-bottom: .5em;
}

.heading.in-hero-6-title {
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 6em;
  font-weight: 500;
}

.heading.in-cms-page {
  text-align: left;
  letter-spacing: -.04em;
  text-indent: -.04em;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
}

.heading.in-cms-page.with-margin {
  margin-bottom: .5em;
}

.heading.in-cms-page.is-centered {
  text-align: center;
}

.heading.in-cms-page.with-margin-2 {
  margin-bottom: .8em;
}

.heading.is-service-cms-title {
  text-align: left;
  letter-spacing: -.04em;
  text-indent: -.04em;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
}

.heading.is-service-cms-title.with-margin {
  margin-bottom: .5em;
}

.heading.is-blog-title {
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.is-testimonial-name {
  letter-spacing: -.03em;
  text-indent: -.03em;
  margin-top: .3em;
  margin-bottom: .3em;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.is-testimonial-name.is-3rd {
  color: #ffffff80;
  margin-left: .6em;
  margin-right: .6em;
  font-weight: 200;
}

.heading.is-testimonial-name.is-2nd {
  color: #ffffffd9;
  font-weight: 200;
}

.heading.is-testimonial-name.is-4th {
  color: #ffffff42;
  margin-left: .9em;
  margin-right: .9em;
  font-weight: 200;
}

.heading.is-other-testimonials {
  text-align: left;
  letter-spacing: -.04em;
  text-indent: -.04em;
  margin-bottom: .7em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.heading.is-author-title {
  letter-spacing: -.03em;
  text-indent: -.03em;
  margin-bottom: .3em;
  font-size: 6em;
  font-weight: 500;
}

.heading.is-client-title {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  text-indent: -.03em;
  max-width: 9em;
  margin-left: auto;
  margin-right: auto;
  font-size: 9em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-style-guide-title {
  letter-spacing: -.03em;
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 600;
}

.heading.in-hero-7-title {
  text-align: center;
  letter-spacing: -.03em;
  text-indent: -.03em;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
  font-size: 7em;
  font-weight: 500;
  line-height: 1em;
}

.heading.is-cms-clients-title-1 {
  text-align: left;
  letter-spacing: -.04em;
  text-indent: -.04em;
  text-transform: uppercase;
  max-width: 11em;
  margin-bottom: .7em;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading.content-title-5 {
  text-align: center;
  letter-spacing: -.05em;
  text-indent: -.05em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.heading.is-overview-title-3 {
  text-align: left;
  letter-spacing: -.04em;
  text-indent: -.04em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
}

.heading.is-overview-title-2 {
  text-align: left;
  letter-spacing: -.04em;
  text-indent: -.04em;
  max-width: 14em;
  margin-bottom: 1em;
  font-size: 2.7em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.is-overview-title-1 {
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  margin-top: .9em;
  margin-bottom: .9em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.is-overview-title-4 {
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  margin-bottom: .8em;
  font-size: 6em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.is-overview-title-5 {
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  margin-bottom: 1em;
  font-size: 5.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.is-about-title-3 {
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  margin-bottom: .5em;
  font-size: 6em;
  font-weight: 500;
  line-height: 1em;
}

.heading.password {
  letter-spacing: -.03em;
  text-indent: -.03em;
  margin-top: .6em;
  margin-bottom: .3em;
  font-size: 3em;
}

.heading.is-gallery-title {
  letter-spacing: -.03em;
  text-indent: -.03em;
  margin-bottom: .8em;
  font-size: 3em;
  line-height: 1.1em;
}

.heading.is-gallery-title-2 {
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 3.6em;
  line-height: 1.1em;
}

.portfolio-1-cms-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-1-image {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3d-for-images {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-animation-trigger.is-3d-image {
  overflow: hidden;
}

.animation-color-bg {
  z-index: 15;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.animation-color-bg.is-dark-blue-color-1 {
  background-color: var(--body-color);
}

.animation-color-bg.in-footer-3, .animation-color-bg.is-dark-blue-color-2 {
  background-color: var(--black-4);
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image.is-3d-image {
  width: 113%;
  max-width: none;
  height: 113%;
  inset: auto;
}

.cover-image.move {
  top: -32%;
  bottom: 0%;
}

.cover-image.smaller {
  object-fit: fill;
  position: absolute;
}

.portfolio-1-cms-item {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.content-title-block-1 {
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-number {
  z-index: 10;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 1.8em;
  margin-left: 4em;
  margin-right: 4em;
  display: flex;
  position: relative;
}

.number-text {
  z-index: 1;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1em;
  position: relative;
}

.number-circle-border {
  z-index: 5;
  border: 1px solid var(--body-color);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.accordion-title {
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
}

.accordion-title.in-testimonial {
  color: #272b3d;
  margin-right: 1.5em;
  font-size: 1.3em;
}

.accordion-title.is-larger {
  text-align: center;
  font-size: 2em;
}

.accordion-arrow {
  z-index: 3;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: absolute;
}

.accordion {
  flex: none;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion.is-fullwidth {
  transition: background-color .2s;
}

.accordion.is-fullwidth:hover {
  background-color: var(--white);
}

.accordion-line {
  background-color: var(--body-color);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-circle {
  z-index: 5;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 5em;
  margin-right: 1em;
  display: flex;
  position: relative;
  top: 1px;
}

.accordion-circle.is-larger {
  width: 10em;
  margin-right: 2em;
}

.accordion-toggle {
  border-bottom: 1px solid var(--black);
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  min-height: 5em;
  padding: 0;
  transition: border-color .3s;
  display: flex;
}

.accordion-toggle:hover {
  border-bottom-color: #adb5bd;
}

.accordion-toggle.in-testimonial {
  color: #272b3db3;
  justify-content: space-between;
  min-height: 7em;
  transition: color .2s, border-color .3s;
}

.accordion-toggle.in-testimonial:hover {
  color: #272b3d;
}

.accordion-toggle.is-larger {
  justify-content: space-between;
  min-height: 8em;
}

.accordion-content {
  border-bottom: 1px solid var(--black);
  background-color: #0000;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.accordion-inner {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3em 2em;
  display: flex;
}

.accordion-inner.in-testimonial {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 66em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
}

.accordion-content-text {
  letter-spacing: .01em;
  margin-bottom: 1.3em;
  font-size: 1.1em;
  line-height: 1.7em;
  text-decoration: none;
}

.circle-button {
  z-index: 20;
  color: var(--body-color);
  letter-spacing: .1em;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  transition: letter-spacing .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
}

.circle-button:hover {
  letter-spacing: .25em;
}

.circle-button-bg-1 {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.circle-button-text {
  z-index: 10;
  text-align: center;
  text-indent: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.grid-acc {
  grid-column-gap: 1em;
  grid-template-rows: auto;
  width: 100%;
}

.listing-1-text-1 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.1em;
}

.listing-1-text-1.is-number {
  min-width: 1.2em;
}

.text-link {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: .8em;
  font-weight: 700;
}

.text-link:hover {
  color: var(--body-color);
}

.portfolio-1-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}

.listing-2-cms-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listing-2-block-1 {
  color: var(--body-color);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-2-title-text {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

.listing-2-title-text.is-larger {
  font-size: 2.3em;
}

.listing-2-content-text {
  margin-bottom: 2em;
  line-height: 1.9em;
}

.listing-2-content-text.is-larger {
  font-size: 1.2em;
}

.content-description-1 {
  color: var(--dim-grey-2);
  margin-top: 2.1em;
  margin-bottom: 2.1em;
  font-size: 1.2em;
  line-height: 1.1em;
}

.listing-2-image {
  z-index: 5;
  width: 100%;
  height: 22em;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.listing-2-image.in-services-6 {
  flex: 1;
  height: 25em;
}

.listing-2-image.in-client-cms {
  flex: 1;
  height: 100%;
}

.listing-2-cms-item {
  border: 1px solid #cfd5df;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
}

.plus-text {
  font-size: 1.4em;
  font-weight: 200;
  position: absolute;
  inset: 3.4em 1.4em auto auto;
}

.plus-text.is-2nd, .plus-text.is-3rd {
  top: .5em;
  right: 0;
}

.empty-state-default {
  border: 1px solid var(--black);
  background-color: var(--blue-background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
}

.brand-cms-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-cms-item {
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 9em;
  transition: border-color .2s;
  display: flex;
}

.brand-cms-item:hover {
  border-bottom-color: var(--body-color);
}

.brand-image-1 {
  object-fit: contain;
  width: 1em;
  max-width: none;
  height: 1em;
  font-size: 2.2em;
}

.content-text-2 {
  color: #fff9;
  max-width: 17em;
  font-size: 1.1em;
  line-height: 1.5em;
}

.content-block-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 49em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-text-1 {
  max-width: 40em;
  margin-bottom: 2em;
  font-size: 1.4em;
  line-height: 1.5em;
}

.nav-2-column-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-2-link {
  color: var(--body-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 1.8em;
  font-size: .85em;
  font-weight: 700;
  transition: color .2s, border-color .6s;
  display: flex;
}

.nav-2-link:hover {
  border-bottom-color: var(--body-color);
  color: var(--body-color);
}

.nav-2-link.w--current {
  color: var(--body-color);
}

.nav-2-column-1 {
  display: flex;
}

.nav-2-column-3 {
  justify-content: flex-end;
  display: flex;
}

.nav-2-menu-button {
  z-index: 999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--body-color);
  cursor: pointer;
  background-color: #f0f2f6bf;
  border-bottom: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 13em;
  height: 5em;
  padding-left: 2em;
  padding-right: 2em;
  transition: color .2s, border-color .2s;
  display: none;
  position: fixed;
}

.nav-2-menu-button:hover {
  border-bottom-color: var(--body-color);
  color: var(--body-color);
}

.nav-menu-button-text {
  margin-right: .5em;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
}

.vertical-images-1-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 40em;
  margin-top: 3em;
  display: flex;
}

.about-1-photo-2 {
  flex: none;
  width: 30vw;
  height: 60%;
  margin-left: 3vw;
  margin-right: 3vw;
  position: relative;
}

.about-1-photo-3 {
  flex: none;
  width: 27vw;
  height: 50%;
  margin-left: 3vw;
  margin-right: 3vw;
  position: relative;
}

.about-1-photo-4 {
  flex: none;
  width: 30vw;
  height: 100%;
  margin-left: 4vw;
  margin-right: 4vw;
  position: relative;
}

.about-1-photo-1 {
  flex: none;
  width: 25vw;
  height: 85%;
  margin-left: 2vw;
  margin-right: 2vw;
  position: relative;
}

.about-padding-inner-2 {
  padding-top: 8em;
  padding-left: 0;
  padding-right: 0;
}

.main-button {
  z-index: 10;
  border: 2px solid var(--red);
  color: var(--red);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 2.3em;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button.is-2nd {
  border-color: var(--red);
  color: var(--red);
}

.main-button.is-2nd.in-brands-2 {
  min-width: 14em;
}

.main-button.is-dark {
  border-color: var(--body-color);
  color: var(--body-color);
}

.main-button.is-tan {
  border-color: var(--tan);
  color: var(--linen);
}

.main-button.is-full-color {
  background-color: var(--red);
  color: var(--white);
}

.button-text {
  z-index: 10;
  font-size: .8em;
  position: relative;
}

.button-icon {
  z-index: 8;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  display: none;
  position: absolute;
}

.button-background {
  z-index: 2;
  background-color: var(--red);
  border-radius: 50%;
  flex: none;
  width: 20em;
  height: 20em;
  display: none;
  position: absolute;
}

.button-background.is-red {
  background-color: var(--red);
}

.button-background.is-dark {
  background-color: var(--body-color);
}

.button-background.is-tan {
  background-color: var(--tan);
}

.button-background.is-dark-color {
  background-color: var(--body-color);
}

.circle-button-bg-2 {
  z-index: 5;
  background-color: var(--red);
  border-radius: 50%;
  width: 120%;
  height: 120%;
  display: none;
  position: absolute;
}

.brands-cms {
  width: 100%;
}

.grid-content-1 {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  position: relative;
  top: 1px;
}

.grid-large-text-1 {
  margin-bottom: .1em;
  font-size: 5em;
  line-height: 1.1em;
}

.grid-content-block-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 24em;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.grid-small-text-1 {
  color: #ffffffb3;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
}

.listing-1-text-2 {
  text-align: right;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.listing-1 {
  border-bottom: 1px solid var(--dark-slate-blue);
  justify-content: space-between;
  align-items: stretch;
  min-height: 8em;
  display: flex;
}

.grid-image-1 {
  width: 100%;
  height: 20em;
  position: relative;
  overflow: hidden;
}

.menu-line {
  z-index: 1;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.menu-line-background {
  z-index: 1;
  background-color: #272b3d4d;
  display: none;
  position: absolute;
  inset: 0%;
}

.fullscreen-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fullscreen-inner {
  z-index: 10;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.fullscreen-menu-bg {
  background-color: #1d202e;
  position: fixed;
  inset: 0%;
}

.fullscreen-menu-column-1 {
  z-index: 10;
  width: 50%;
  display: flex;
  position: relative;
}

.fullscreen-menu-column-2 {
  z-index: 10;
  align-self: stretch;
  width: 50%;
  display: flex;
  position: relative;
}

.fullscreen-column-1-inner {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 8em;
  display: flex;
  position: relative;
  overflow: auto;
}

.fullscreen-column-2-inner {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 8em;
  display: flex;
  position: absolute;
  overflow: auto;
}

.fs-menu-link {
  color: #ffffffbf;
  white-space: nowrap;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.3em;
  transition: color .2s;
  overflow: hidden;
}

.fs-menu-link:hover {
  color: #fff;
}

.fs-menu-link.w--current {
  color: #fff;
  font-weight: 600;
}

.fs-menu-link.is-small {
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 1.4em;
  font-weight: 300;
}

.fs-title-text {
  color: #ffffffbf;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2em;
}

.fs-links-column {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.fullscreen-bg-2 {
  z-index: 1;
  background-color: #161924;
  position: absolute;
  inset: 0%;
}

.form-button {
  z-index: 1;
  border: 2px solid var(--red);
  color: var(--red);
  text-align: center;
  letter-spacing: .02em;
  text-indent: .02em;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.7em 2em;
  font-weight: 600;
  line-height: 1em;
  transition: color .2s, background-color .2s;
  position: relative;
}

.form-button:hover {
  background-color: var(--red);
  color: var(--white);
}

.form-button:focus {
  box-shadow: 1px 1px 20px 0 var(--red);
  border: 0 solid #0000;
}

.form-button:focus-visible {
  border-width: 0;
  border-color: #0000;
}

.form-button[data-wf-focus-visible] {
  border-width: 0;
  border-color: #0000;
}

.form-button.in-password {
  border-color: var(--body-color);
  color: var(--body-color);
}

.form-button.in-password:hover {
  background-color: var(--body-color);
  color: var(--white);
}

.form-button.in-newsletter {
  align-self: stretch;
}

.form-inner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-error-paragraph {
  color: #191c1f;
  line-height: 1.6;
}

.checkbox-field {
  align-items: center;
  width: 100%;
  margin-bottom: 1.3em;
  padding-left: 0;
  display: flex;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.form-success-title-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.5em;
}

.checkbox {
  cursor: pointer;
  background-color: #0000;
  border-width: .25em;
  border-color: #101118;
  border-radius: 0;
  flex: none;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
  transition: background-color .3s;
  box-shadow: 0 0 3px 1px #0000;
}

.checkbox.w--redirected-checked {
  background-color: #191c1f;
  background-image: url('../images/done_white_24dp.svg');
  background-size: 1em;
  border-width: .25em;
  border-color: #191c1f;
  margin-left: 0;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: 0 0 3px 1px var(--red);
}

.form-field {
  z-index: 5;
  color: #101118;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #adb5bd;
  align-self: stretch;
  width: 100%;
  min-height: 3.6em;
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 1.3em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field:hover {
  border-bottom-color: #101118;
}

.form-field:focus {
  background-color: #0000;
  border-color: #0000 #0000 #101118;
}

.form-field::placeholder {
  color: #6c757d;
  font-size: .8em;
}

.form-field.text-area {
  min-height: 7em;
  margin-bottom: 1.2em;
  padding-top: 1.5em;
}

.form-field.in-password {
  margin-bottom: 1em;
}

.checkbox-label {
  color: #6c757d;
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.4em;
}

.form-success-message-2 {
  color: #fff;
  background-color: #19a756;
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 5em 3em;
}

.form {
  z-index: 10;
  flex: none;
  width: 100%;
  max-width: 26em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.fs-project-cms {
  z-index: 3;
  border: 1px solid #ffffff4d;
  flex: 1;
  align-self: stretch;
  width: 100%;
  margin-bottom: 2em;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1), box-shadow .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  transform: translate(0);
  box-shadow: 0 30px 60px -20px #0d0e14;
}

.fs-project-cms:hover {
  transform: translate(0, .5em);
  box-shadow: 0 0 20px -20px #0d0e14;
}

.fs-project-cms-list {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.fs-project-cms-item {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  min-height: 11em;
  display: flex;
  position: relative;
}

.link-block-4 {
  background-color: #f4f4f8;
  border: 1px solid #b8bdd8;
  justify-content: space-between;
  min-height: 9em;
  transition: background-color .2s;
  display: flex;
}

.link-block-4:hover {
  background-color: #fff;
}

.cta-button-name-1 {
  margin-right: 1em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.cta-button-icon-1 {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.cta-button-icon-1.is-2nd {
  margin-right: auto;
}

.cta-button-image-1 {
  flex: none;
  width: 40%;
  position: relative;
}

.menu-cta-link {
  z-index: 2;
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  justify-content: space-between;
  width: 100%;
  height: 10vh;
  min-height: 6em;
  transition: box-shadow .6s cubic-bezier(.075, .82, .165, 1), transform .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
  transform: translate(0);
}

.menu-cta-link:hover {
  z-index: 5;
  background-color: #ffffff1a;
  border-color: #ffffff40;
  transform: translate(0, -.5em);
  box-shadow: 0 30px 60px -20px #12131b;
}

.fs-project-content {
  z-index: 20;
  padding: 2.5em;
  position: absolute;
  inset: auto 0% 0%;
}

.fs-project-bg-1 {
  z-index: 10;
  background-image: linear-gradient(#272b3d00, #11121abf);
  height: 60%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-button-content-1 {
  z-index: 10;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2.5em;
  margin-right: 2.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.cta-button-content-1:hover {
  color: #ffffffd9;
}

.title-with-border {
  z-index: 10;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  min-height: 6em;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.title-with-border:hover {
  color: #ffffffd9;
}

.fs-project-picks {
  color: #ffffffbf;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .8em;
}

.fs-contact-link {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 400;
  transition: border-color .2s;
  display: flex;
}

.fs-contact-link:hover {
  border-bottom-color: var(--white);
}

.fs-social-list {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.content-image-1 {
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
}

.fs-social-link {
  opacity: .7;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 3.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.fs-social-link:hover {
  opacity: 1;
}

.close-button {
  z-index: 999;
  opacity: .7;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  line-height: 1.1em;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 2em 3em auto auto;
}

.close-button:hover {
  opacity: 1;
}

.fs-contact-text {
  display: block;
}

.fs-socials {
  z-index: 10;
  display: flex;
  position: relative;
}

.fs-contact-block {
  z-index: 10;
  justify-content: space-between;
  margin-top: 1px;
  display: flex;
  position: relative;
}

.fs-social-item {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.fs-contacts {
  border-bottom: 1px solid #ffffff59;
  justify-content: space-between;
  width: 100%;
  height: 10vh;
  min-height: 6em;
  display: flex;
}

.fs-links-wrap {
  z-index: 20;
  width: 100%;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-title-block {
  width: 100%;
  margin-bottom: 1.5em;
  overflow: hidden;
}

.close-button-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 2em;
}

.close-button-border {
  border: 1px solid var(--white);
  opacity: .3;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.brand-1-circle {
  z-index: 10;
  border: 2px solid var(--blue-background);
  border-radius: 50%;
  flex: none;
  width: 3em;
  height: 3em;
  position: relative;
  overflow: hidden;
}

.brand-1-circle.is-1st {
  z-index: 20;
  margin-right: -1em;
}

.brand-1-circle.is-2nd {
  margin-right: 1em;
}

.brand-1-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu-plus {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-animation-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.fs-animation-2 {
  align-self: stretch;
}

.nav-2-slogan-line {
  background-color: #272b3d3d;
  width: 1px;
  height: 2em;
  margin-left: 1.1em;
  margin-right: 1.5em;
}

.nav-2-slogan {
  opacity: .9;
  font-size: .8em;
  line-height: 1.1em;
}

.listing-1-link-1 {
  color: var(--tan);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 12em;
  margin-left: 2em;
  font-size: .9em;
  font-weight: 400;
  transition: margin .6s cubic-bezier(.075, .82, .165, 1), border-color .2s;
  display: flex;
}

.listing-1-link-1:hover {
  color: #e4d5ca;
  border-bottom-color: #e4d5ca;
  margin-left: 4em;
}

.listing-1-collumn-1 {
  color: #ffffffa6;
  align-items: center;
  margin-right: 2em;
  display: flex;
}

.listing-1-line {
  background-color: #ffffff4d;
  width: 6em;
  height: 1px;
  margin-left: 3.7em;
  margin-right: 4em;
}

.listing-1-collumn-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.listing-1-block {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.content-title-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 63em;
  padding-top: 8em;
  padding-bottom: 5em;
  display: flex;
}

.grid-with-images {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
}

.content-title-3 {
  color: var(--linen);
  text-align: center;
  max-width: 15em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.4em;
}

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

.service-1-bg-image {
  z-index: 10;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.opacity-80 {
  opacity: .8;
}

.testimonials-cms {
  border-top: 1px solid var(--black);
  width: 100%;
  max-width: 80em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-button-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.3em;
  display: flex;
}

.testimonial-content {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonial-line {
  background-color: var(--black);
  width: 1px;
  height: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.testimonial-for-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-right: .5em;
  font-size: .8em;
  line-height: 1.1em;
}

.testimonial-for-text.is-2nd {
  text-align: left;
  min-width: 10em;
}

.testimonial-for-text.is-1nd {
  text-align: right;
}

.rich-text h4 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h6 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h5 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text a {
  color: var(--red);
  transition: color .2s;
}

.rich-text a:hover {
  color: var(--body-color);
  text-decoration: underline;
}

.rich-text h1 {
  margin-bottom: .6em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.rich-text h2 {
  letter-spacing: -.02em;
  margin-bottom: .4em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text ul {
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-left: 2.5em;
}

.rich-text p {
  margin-bottom: .8em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text strong {
  font-weight: 600;
}

.rich-text h3 {
  margin-top: 1.1em;
  margin-bottom: .5em;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text.in-testimonial {
  margin-top: 2em;
  margin-bottom: 2em;
}

.rich-text li {
  margin-bottom: .6em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text ol {
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-left: 2.5em;
}

.rich-text blockquote {
  color: var(--body-color);
  border-bottom: 2px solid #272b3d4d;
  border-left-width: 0;
  border-left-color: #0000;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1.5em;
  font-size: 1.3em;
  line-height: 1.7em;
}

.rich-text.is-team {
  margin-bottom: 1em;
}

.testimonial-title-1 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.1em;
}

.testimonial-title-1.is-1st {
  font-weight: 800;
}

.testimonial-picture {
  border-radius: 50%;
  flex: none;
  width: 4em;
  height: 4em;
  margin-left: 2em;
  position: relative;
  overflow: hidden;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer {
  z-index: 10;
  background-color: var(--body-color);
  color: var(--white);
  position: relative;
}

.grid-contact {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-1-text-link {
  color: var(--body-color);
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
  display: inline-block;
}

.contact-1-text-link:hover {
  color: var(--red);
}

.contact-1-text-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2em;
}

.contact-1-text-1 {
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.2em;
}

.contact-1-column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.contact-1-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 6em;
  margin-bottom: 6em;
}

.footer-grid-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3em;
  padding-bottom: 3em;
  display: grid;
}

.footer-row-1 {
  border-bottom: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: background-color .2s;
  display: flex;
}

.footer-row-1:hover {
  background-color: #1f2231;
}

.footer-socials {
  z-index: 10;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-social-list {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-social-link {
  z-index: 10;
  color: #fff9;
  border-bottom: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5em 3em;
  transition: border-color .2s, color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.footer-social-link:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.footer-social-icon {
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
}

.content-text-3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-left: .9em;
  font-size: .9em;
}

.footer-row-3 {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer-menu-link-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-contact-block {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-contact-block.is-1st {
  flex-flow: column;
  display: flex;
}

.footer-title-text-1 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.footer-row-4 {
  background-color: #1e2130;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.footer-term-cms-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-term-link {
  color: #fffc;
  margin-right: 2em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
}

.footer-term-link:hover {
  color: var(--white);
}

.footer-row-2 {
  border-bottom: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.empty-state-hidden {
  display: none;
}

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

.footer-column-1.flex-new {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.footer-contact-subtext {
  color: #ffffffa6;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.footer-flex-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-author-link {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  border: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2.5em;
  font-weight: 400;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.footer-author-link:hover {
  background-color: #ffffff0d;
  border-color: #ffffff80;
}

.footer-author-link.is-webflow-link {
  border-color: #fff0;
  margin-right: -1px;
}

.author-icon-1 {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.3em;
}

.author-text-1 {
  text-align: center;
  font-size: .85em;
}

.footer-authors-1 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-contact-link {
  color: #ffffffd9;
  margin-top: .3em;
  margin-bottom: .3em;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
  display: inline-block;
}

.footer-contact-link:hover {
  color: var(--white);
}

.footer-contact-link.smaller-font {
  text-align: left;
  font-size: 1.7em;
}

.portfolio-2-cms {
  border: 1px solid var(--body-color);
}

.portfolio-2-cms-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-2-cms-list.is-2-column {
  grid-template-columns: 1fr 1fr;
}

.portfolio-2-cms-item {
  border: 1px solid var(--body-color);
  overflow: hidden;
}

.portfolio-2-image {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  display: flex;
  position: relative;
}

.portfolio-2-content-wrap {
  z-index: 10;
  color: var(--body-color);
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3em;
  transition: color .4s;
  display: flex;
  position: relative;
}

.portfolio-2-content-wrap:hover {
  color: var(--white);
}

.portfolio-2-name {
  margin-bottom: .6em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.portfolio-2-content-text {
  font-size: 1em;
  line-height: 1.5em;
}

.portfolio-2-content-block {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: 20em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.portfolio-2-explore-text {
  z-index: 5;
  margin-top: .5em;
  margin-bottom: -.1em;
  font-size: 1em;
  line-height: 1em;
  position: relative;
}

.portfolio-2-explore-text.is-1st {
  z-index: 5;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .9em;
}

.portfolio-2-explore-button {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-3-minimal {
  z-index: 100;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff57;
  border-bottom: 1px solid #ffffff80;
  height: 5em;
  font-family: Manrope, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-3-minimal.is-light {
  background-color: #1517204d;
  border-bottom-color: #ffffff4d;
}

.nav-3-brand {
  color: var(--body-color);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 1.8em;
  padding-right: 1.8em;
  transition: background-color .2s;
  display: flex;
}

.nav-3-brand:hover {
  background-color: var(--white);
}

.nav-3-brand.is-light {
  color: var(--white);
}

.nav-3-brand.is-light:hover {
  background-color: #ffffff26;
}

.nav-3-link {
  color: var(--body-color);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.nav-3-link:hover {
  background-color: var(--white);
}

.nav-3-link.is-light {
  color: var(--white);
  cursor: pointer;
}

.nav-3-link.is-light:hover {
  background-color: #ffffff26;
}

.nav-3-link-text {
  font-size: 1.8em;
  line-height: 1.1em;
}

.nav-3-link-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .7em;
  font-size: 2.1em;
}

.nav-3-brand-logo {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .4em;
  font-size: 2em;
}

.nav-3-slogan {
  opacity: .9;
  letter-spacing: .05em;
  text-transform: uppercase;
  max-width: 11.4em;
  font-size: .8em;
  line-height: 1.1em;
}

.menu-arrow {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.5em;
}

.absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hero-bg-color {
  z-index: 6;
  background-color: var(--body-color);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.video-background {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.services-3-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.service-2-block {
  border-top: 2px solid var(--body-color);
  padding-top: 1.8em;
}

.service-2-title {
  margin-right: .7em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3em;
}

.service-2-text {
  color: #272b3dcc;
  max-width: 21em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.7em;
}

.service-3-cms-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.service-3-cms-item {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  transition: height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.service-3-cms-item:hover {
  height: 120%;
}

.grid-about-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.grid-brands-1 {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.brand-1-name {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1em;
}

.brands-1-cms-item {
  border-bottom: 1px solid #272b3d4d;
  transition: border-color .2s;
}

.brands-1-cms-item:hover {
  border-bottom-color: #272b3d;
}

.brand-1-service-name {
  line-height: 1.1em;
}

.brand-1-column-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-1-service-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands-2-inner {
  padding: 8em 0 0;
}

.brand-1-column-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-1-service-link {
  color: #272b3db0;
  border-bottom: 3px solid #0000;
  margin-right: 1.2em;
  padding-top: 2.7em;
  padding-bottom: 2.7em;
  transition: color .2s;
}

.brand-1-service-link:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

.brand-1-service-link.is-larger {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.brand-1-services {
  z-index: 10;
  position: relative;
  top: 1px;
}

.grid-block-1 {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 30em;
  display: flex;
  position: relative;
}

.grid-content-2 {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 5em;
  display: flex;
}

.grid-content-2.is-dark-block {
  background-color: var(--black-4);
  color: var(--white);
}

.grid-text-2 {
  text-transform: uppercase;
  max-width: 20em;
  font-size: 1.5em;
  line-height: 1.3em;
}

.grid-text-2.is-smaller {
  letter-spacing: .05em;
  text-indent: .05em;
  font-size: .9em;
}

.grid-content-3 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
}

.grid-text-3 {
  text-align: center;
  letter-spacing: -.05em;
  text-indent: -.05em;
  margin-top: .1em;
  margin-bottom: .1em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1em;
}

.grid-text-4 {
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.portfolio-2-content-bg {
  background-color: var(--red);
  width: 100%;
  height: 120%;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-2-explore-circle {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  width: 6em;
  height: 6em;
  transition: border-color .2s;
  position: absolute;
}

.portfolio-2-explore-circle:hover {
  border-color: #fffc;
}

.grid-block-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 60em;
  display: flex;
  position: relative;
}

.arrow-icon-1 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
}

.service-2-title-link {
  color: var(--body-color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  transition: color .2s;
  display: flex;
}

.service-2-title-link:hover {
  color: var(--red);
}

.carousel {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 4em;
  margin-left: -.5em;
  margin-right: -.5em;
  display: flex;
  position: relative;
}

.carousel-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
}

.carousel-button {
  opacity: .4;
  color: #f36f20;
  background-image: url('../images/south_east_FILL0_wght400_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border: 1px solid #9093a7;
  width: 4em;
  height: 3.5em;
  margin: auto auto 0;
  font-size: 1em;
  transition: opacity .35s;
  position: absolute;
  left: 4em;
  right: 0;
}

.carousel-button:hover {
  border-color: var(--body-color);
  opacity: 1;
  color: #0b7541;
  background-size: 1.4em;
}

.carousel-button.is-left {
  background-image: url('../images/south_west_FILL0_wght300_GRAD0_opsz48.svg');
  border-right-color: #0000;
  left: 0;
  right: 4em;
}

.carousel-button.is-left:hover {
  border-right-color: var(--body-color);
}

.carousel-dot-custom-design {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.carousel-nav {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 .5em;
  display: flex;
  bottom: -5em;
}

.carousel-slide {
  width: 100%;
}

.carousel-mask {
  height: auto;
  margin-top: 8em;
  margin-bottom: 9em;
  overflow: visible;
}

.testimonial-title-3 {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.1em;
}

.testimonial-title-3.with-margins {
  opacity: .33;
  margin-left: 1.7em;
  margin-right: 1.7em;
}

.testimonial-title-2 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.7em;
}

.carousel-max-width {
  width: 100%;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-name-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5em;
  display: flex;
}

.brand-1-content-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50em;
  display: flex;
}

.brand-1-content-text {
  margin-bottom: 1.4em;
  font-size: 1.6em;
  line-height: 1.7em;
}

.portfolio-3-title {
  font-size: 5em;
  font-weight: 500;
  line-height: 1.1em;
}

.portfolio-3-block {
  opacity: .4;
  border-left: 1px solid #fffc;
  justify-content: space-between;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 10em;
  transition: opacity .2s, border-color .2s;
  display: flex;
  position: relative;
}

.portfolio-3-block:hover {
  border-left-color: var(--white);
  opacity: 1;
}

.portfolio-3-picture {
  z-index: -10;
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.portfolio-3-cms {
  padding-top: 14em;
  padding-bottom: 14em;
  position: static;
}

.portfolio-3-cms.in-home-1 {
  border-top: 1px solid #ffffff4d;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-3-cms-item {
  position: static;
}

.portfolio-3-overlay-color {
  z-index: -5;
  mix-blend-mode: multiply;
  background-color: #20233180;
  position: absolute;
  inset: 0%;
}

.portfolio-3-cms-list {
  position: static;
}

.navbar-1-transparent {
  z-index: 500;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  height: 5em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-1-inner {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-1-column-1 {
  display: flex;
}

.nav-1-brand {
  color: var(--white);
  border-right: 1px solid #0000;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.5em;
  padding-right: 2.5em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  top: 1px;
  left: -1px;
}

.nav-1-brand:hover {
  background-color: #ffffff1c;
  border-right-color: #ffffff4d;
}

.hero-3-grid-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.hero-3-grid-block.in-middle {
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  position: relative;
}

.hero-3-grid-block.in-portfolio {
  border-bottom: 1px solid #ffffff80;
  transition: border-color .2s;
}

.hero-3-grid-block.in-portfolio:hover {
  border-bottom-color: #fff;
}

.hero-3-grid-text-1 {
  color: var(--white);
  margin-bottom: .2em;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.1em;
}

.hero-3-grid-text-2 {
  color: #ffffffb3;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 600;
}

.circle-button-text-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .7em;
  line-height: 1.1em;
  display: none;
  position: absolute;
}

.circle-button-text-1.is-social-text {
  color: #272b3dcc;
  display: none;
}

.circle-button-text-1.is-social-text.is-white {
  color: #ffffffe6;
}

.circle-button-text-1.is-social-text-2 {
  color: var(--white);
  font-size: .6em;
  display: none;
}

.circle-button-text-1.is-invert {
  color: var(--body-color);
}

.circle-button-border {
  z-index: 5;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.circle-button-border.with-background-color {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff17;
}

.circle-button-border.is-social-border {
  border-color: #272b3d2e;
}

.circle-button-border.is-social-border.is-white {
  border-color: #fff3;
}

.circle-button-border.is-horizontal-line {
  border-color: #0000 #0000 #ffffff59;
  border-radius: 0%;
}

.circle-button-border.is-invert {
  border-color: #272b3d66;
}

.circle-button-border.in-gallery {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000017;
}

.circle-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  position: absolute;
}

.circle-button-icon.is-social {
  font-size: 1.3em;
}

.circle-button-text-block {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.portfolio-3-button {
  z-index: 20;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: relative;
}

.portfolio-3-link {
  color: var(--white);
}

.portfolio-3-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 2em;
  display: flex;
}

.portfolio-3-services {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.2em;
}

.portfolio-3-service-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.portfolio-3-service-item {
  padding-right: 2em;
}

.portfolio-3-service-link {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 1.1em;
  transition: border-color .2s;
}

.portfolio-3-service-link:hover {
  border-bottom-color: var(--white);
}

.nav-1-column-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1px;
}

.nav-1-link {
  color: #fffc;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 1.8em;
  font-size: .85em;
  font-weight: 700;
  transition: background-color .2s, color .2s, border-color .2s;
  display: flex;
}

.nav-1-link:hover {
  border-bottom-color: var(--white);
  color: #fff;
}

.nav-1-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.nav-1-link.is-cta {
  color: #fff;
  background-color: #ffffff12;
  background-image: url('../images/shopping_bag_white_300.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 1.6em;
  border: 1px solid #0000;
  border-left-color: #ffffff4d;
  padding-left: 3.3em;
  padding-right: 5.5em;
}

.nav-1-link.is-cta:hover {
  border-color: var(--red);
  background-color: var(--red);
}

.nav-1-link.is-cta-2 {
  color: #fff;
  background-image: url('../images/horizontal_split_white_300.svg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 1.8em;
  border: 1px solid #0000;
  border-left-color: #ffffff4d;
  margin-left: 2.5em;
  padding-left: 5.5em;
  padding-right: 3.3em;
}

.nav-1-link.is-cta-2:hover {
  border: 1px solid var(--white);
  background-color: #ffffff1a;
}

.nav-1-menu-button {
  color: var(--white);
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  border-right: 1px solid #ffffff4d;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 0 2.7em 0 2.5em;
  font-size: 1em;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.nav-1-menu-button:hover {
  background-color: var(--red);
}

.nav-1-menu-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .3em;
  font-size: 2em;
}

.nav-1-menu-text-block {
  font-size: .85em;
}

.hero-3-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: end;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: grid;
}

.hero-portfolio {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-3-flex {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.scroll-down-button-2 {
  z-index: 20;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: relative;
}

.hero-3-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-text-2 {
  color: var(--white);
  border-bottom: 1px solid #0000;
  margin-right: 1em;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.3em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), border-color .2s;
}

.button-text-2:hover {
  border-bottom-color: var(--white);
  letter-spacing: .05em;
}

.all-projects-button {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff0d;
  border-top: 1px solid #ffffff4d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8em;
  display: flex;
  position: relative;
}

.dark-body {
  background-color: var(--body-color);
}

.services-3-wrap {
  width: 100%;
}

.services-3-item {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-3-block {
  border-bottom: 1px solid #272b3d33;
  width: 67%;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  transition: border-color .2s;
}

.services-3-block:hover {
  border-bottom-color: #272b3d;
}

.service-3-block-1 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.5em;
  padding-right: 3em;
  display: flex;
}

.service-3-category {
  font-size: 1.2em;
  font-weight: 600;
}

.content-text-5 {
  color: #272b3dcc;
  font-size: 1.5em;
  line-height: 1.4em;
}

.services-3-content {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.services-2-cms-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-3-circle {
  border-right: 1px solid var(--body-color);
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  margin-right: 2.1em;
  font-size: .8em;
  font-weight: 500;
  display: flex;
}

.services-4-cms {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-4-name {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-right: .8em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2em;
}

.service-4-image-1 {
  flex: none;
  width: 8em;
  height: 3em;
  position: relative;
}

.service-4-link-block {
  color: var(--body-color);
  border-bottom: 1px solid #272b3d4d;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.service-4-link-block:hover {
  border-bottom-color: var(--body-color);
  color: var(--red);
  padding-top: 4em;
  padding-bottom: 4em;
}

.service-4-link-block.w--current {
  color: var(--body-color);
  border-bottom-color: #272b3d;
}

.service-4-cms-list {
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.service-4-cms-item {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.service-4-number {
  color: #272b3d80;
  margin-left: 2.6em;
  margin-right: 2.6em;
}

.service-4-icon {
  width: 1em;
  height: 1em;
  margin-left: .9em;
  font-size: 1.7em;
}

.service-4-icon-block {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer-2 {
  z-index: 10;
  background-color: var(--black-4);
  position: relative;
}

.footer-3-grid-content {
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #1e21308c;
  border: 1px solid #ffffff80;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 90%;
  min-height: 35%;
  margin-bottom: 2.5em;
  margin-right: 2.5em;
  padding: 5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-2-links-wrap {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3.3em;
  display: flex;
  position: relative;
  top: 1px;
}

.footer-2-menu-link {
  color: #fffc;
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .9em;
  line-height: 1.3em;
  transition: color .2s, border-color .2s;
  overflow: hidden;
}

.footer-2-menu-link:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.footer-2-grid-title {
  color: #ffffffb3;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: 1.2em;
  font-size: .8em;
  font-weight: 600;
}

.footer-2-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-2-column-1 {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding-top: 8em;
  padding-bottom: 5em;
  padding-right: 5em;
  display: flex;
}

.footer-2-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.footer-2-background {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.footer-2-contact-link {
  color: var(--white);
  border-bottom: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
}

.footer-2-contact-link:hover {
  border-bottom-color: var(--white);
}

.footer-2-contact-link.is-inquiry {
  border: 1px solid var(--red);
}

.footer-2-contact-link.is-inquiry:hover {
  background-color: var(--red);
  color: var(--white);
}

.footer-2-grid-link-text {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
}

.footer-2-grid-link-2 {
  background-color: var(--red);
  color: var(--white);
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: background-color .2s;
}

.footer-2-grid-link-2:hover {
  background-color: #b13124;
}

.footer-2-grid-link-2.is-2nd {
  background-color: #0000;
}

.footer-2-grid-link-2.is-2nd:hover {
  background-color: #ffffff1a;
}

.footer-2-grid-links {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 2em;
  display: grid;
}

.footer-2-social-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-2-term-link {
  color: #fff9;
  margin-right: 1.5em;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
}

.footer-2-term-link:hover {
  color: var(--white);
}

.footer-2-term-cms-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-2-terms-cms {
  margin-top: 5em;
}

.footer-2-main-link {
  color: var(--white);
  text-align: left;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  line-height: 1em;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.footer-2-main-link:hover {
  border-bottom-color: var(--white);
}

.footer-2-main-links {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-2-social-link {
  color: #fff9;
  white-space: nowrap;
  border-bottom: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2em .5em;
  font-size: 1em;
  line-height: 1.3em;
  transition: color .2s, border-color .2s;
  display: flex;
  overflow: hidden;
}

.footer-2-social-link:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.footer-2-social-item {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-2-socials {
  width: 100%;
}

.footer-2-social-name {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
}

.footer-2-divider {
  background-color: #ffffff59;
  width: 100%;
  height: 1px;
  margin-top: 5em;
  margin-bottom: 5em;
}

.footer-2-link-icon {
  width: 1em;
  height: 1em;
  margin-left: .9em;
  font-size: 1.5em;
}

.footer-2-link-text {
  font-size: 2em;
  line-height: 1em;
}

.brand-link {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.footer-2-author-text {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
}

.brand-1-column-1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-inner-in-portfolio-1 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3em 2em 2em;
  display: flex;
}

.uppercase-title {
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 700;
  line-height: 1em;
}

.testimonials-about {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-tab-link {
  color: #272b3d80;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2.5em;
  padding: .7em 0;
  transition: color .2s;
  display: flex;
}

.footer-tab-link:hover {
  color: var(--body-color);
}

.footer-tab-link.w--current {
  color: var(--body-color);
  background-color: #0000;
}

.tab-menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-tab-inner {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-main-links-3 {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 1px;
}

.footer-main-link-3 {
  color: #ffffffa6;
  text-align: center;
  padding: 1em 2.1em;
  font-weight: 400;
  line-height: 1.3em;
  transition: color .2s;
  overflow: hidden;
}

.footer-main-link-3:hover {
  color: #fff;
}

.footer-main-link-3.w--current {
  color: var(--white);
}

.footer-main-link-text {
  letter-spacing: -.03em;
  font-size: 2.7em;
  line-height: 1.2em;
}

.tab-content {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 1.5em;
}

.footer-tab-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-top: .2em;
  margin-right: 1.1em;
  font-size: 1.2em;
}

.fullscreen-menu-2 {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fullscreen-inner-2 {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.fullscreen-menu-bg-2 {
  background-color: var(--black-3);
  position: fixed;
  inset: 0%;
}

.grid-for-cta-buttons {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.cta-link {
  z-index: 2;
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  justify-content: space-between;
  width: 100%;
  min-height: 9em;
  transition: box-shadow .6s cubic-bezier(.075, .82, .165, 1), transform .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
  transform: translate(0);
}

.cta-link:hover {
  z-index: 5;
  background-color: #ffffff1a;
  border-color: #ffffff40;
  transform: translate(0, -.5em);
  box-shadow: 0 30px 60px -20px #12131b;
}

.padding-inner-cta {
  padding: 5em 0;
}

.grid-for-fullwidth-buttons {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.cta-link-2 {
  z-index: 10;
  background-color: var(--body-color);
  justify-content: space-between;
  width: 100%;
  min-height: 13em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button-content-2 {
  z-index: 10;
  color: var(--white);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1em 2.5em;
  transition: color .2s;
  display: flex;
}

.cta-button-content-2:hover {
  color: #ffffffd9;
}

.cta-button-name-at {
  margin-right: 1em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

.cta-button-icon-at {
  width: 1em;
  height: 1em;
  font-size: 1.8em;
}

.cta-button-image-2 {
  z-index: 10;
  flex: none;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.cta-button-2-background {
  z-index: 1;
  background-color: var(--red);
  display: none;
  position: absolute;
  inset: 0%;
}

.grid-brands-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brands-2-cms {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
}

.brand-2-cms-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-2-cms-item {
  z-index: 5;
  border: 1px solid #d2d4dd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 9em;
  margin-top: -1px;
  margin-left: -1px;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-2-cms-item:hover {
  z-index: 6;
  border-bottom-color: var(--body-color);
}

.brand-2-link {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.brand-2-link:hover {
  transform: scale(1.1);
}

.brand-2-image {
  object-fit: contain;
  width: 1em;
  max-width: none;
  height: 1em;
  font-size: 1.8em;
}

.brands-2-title-block {
  padding-top: 8em;
  padding-bottom: 8em;
}

.brand-3-block {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 1px;
}

.brand-3-text-2 {
  font-size: 1.7em;
  line-height: 1em;
}

.brand-3-cms-item {
  border-bottom: 1px solid var(--black);
  min-height: 7em;
  transition: border-color .2s;
}

.brand-3-cms-item:hover {
  border-bottom-color: var(--body-color);
}

.brand-3-link {
  color: var(--body-color);
  border-bottom: 3px solid #0000;
  margin-right: 2.3em;
  padding-top: 3.6em;
  padding-bottom: 3.5em;
  transition: color .2s, border-color .2s;
}

.brand-3-link:hover {
  border-bottom-color: var(--red);
  color: #e9675a;
}

.brand-3-links-wrap {
  grid-column-gap: 2em;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.brand-3-text-1 {
  color: #272b3db3;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: -.9em;
  margin-right: .9em;
  font-size: .8em;
  font-weight: 500;
}

.brand-3-project {
  justify-content: flex-start;
  align-items: center;
  min-width: 40%;
  display: flex;
}

.small-link {
  z-index: 10;
  margin-bottom: 3em;
  padding-top: .4em;
  padding-bottom: .4em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.small-link:hover {
  color: var(--body-color);
}

.small-link.is-white {
  color: #fff9;
}

.small-link.is-white:hover {
  color: #fff;
}

.small-link.is-term-link {
  color: #fff9;
  margin-left: .8em;
  margin-right: .8em;
}

.small-link.is-term-link:hover {
  color: #fff;
}

.small-link.in-services-1 {
  margin-bottom: 3em;
}

.small-link.in-works {
  margin-bottom: .3em;
}

.small-link.in-services-cms-2 {
  color: #272b3d80;
  margin-bottom: .5em;
}

.small-link.in-services-cms-2.w--current, .small-link.in-services-cms-2.body-text, .small-link.is-invert {
  color: var(--body-color);
}

.small-link.is-invert:hover {
  color: var(--red);
}

.small-link.no-padding {
  margin-bottom: 0;
}

.small-text-link {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
}

.small-link-line {
  background-color: var(--body-color);
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.small-link-line.is-white {
  background-color: var(--white);
}

.small-link-line.is-invert {
  background-color: var(--red);
}

.brands-3-cms {
  border-top: 1px solid var(--black);
}

.services-inner {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.services-3-cms {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.grid-services-3 {
  z-index: 20;
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 8em;
  padding-bottom: 3em;
  display: flex;
}

.services-3-dot {
  background-color: var(--white);
  flex: none;
  width: .5em;
  height: .5em;
  margin-left: 7vw;
  margin-right: 7vw;
}

.service-3-image {
  z-index: 20;
  background-color: var(--white);
  opacity: 0;
  width: 27vw;
  height: 30vh;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.custom-code {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-3-link-block {
  opacity: .8;
  letter-spacing: 0;
  border: 1px solid #0000;
  border-bottom-color: #ffffff80;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: 1vh;
  padding-bottom: 1vh;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, opacity .2s;
  display: flex;
}

.service-3-link-block:hover {
  opacity: 1;
  letter-spacing: .15em;
  border-bottom-color: #fff;
}

.service-3-name {
  color: var(--white);
  text-transform: uppercase;
  margin-right: .9em;
  font-size: 3vh;
  font-weight: 500;
  line-height: 1.2em;
}

.service-3-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: auto;
  font-size: 3vh;
}

.brand-4-image {
  z-index: 10;
  object-fit: contain;
  width: 6em;
  max-width: none;
  height: 3.5em;
  position: relative;
}

.brand-4-link {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.brand-4-cms-item {
  z-index: 5;
  border: 1px solid #d3d5dd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 20em;
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-4-cms-item:hover {
  z-index: 6;
}

.brand-4-cms-item.is-higher {
  min-height: 50vh;
}

.brand-4-cms-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 1px solid #d3d5dd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brands-4-cms {
  width: 100%;
}

.brand-4-background {
  z-index: 20;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.brand-4-bg-color {
  z-index: 20;
  background-color: var(--blue-background);
  position: absolute;
  inset: 0%;
}

.cta-link-large {
  z-index: 10;
  background-color: var(--body-color);
  color: #fffc;
  justify-content: space-between;
  width: 100%;
  min-height: 25em;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-link-large:hover {
  color: #fff;
}

.cta-button-content-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.cta-button-content-text {
  max-width: 10em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.cta-button-content-large {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button-content-block {
  z-index: 5;
  position: relative;
}

.title-dot {
  background-color: var(--body-color);
  flex: none;
  width: .5em;
  height: .5em;
}

.title-dot.in-blog {
  margin-top: 1.5em;
}

.footer-3-column-2 {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 65.5%;
  display: flex;
  position: relative;
}

.footer-3-column-1 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 10em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.footer-3-column-1.in-404 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.footer-3-main-links {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-3 {
  z-index: 10;
  background-color: var(--black-4);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.footer-3-main-link {
  color: var(--white);
  text-align: left;
  border-bottom: 1px solid #ffffff1a;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 1.2em 3em;
  font-weight: 300;
  line-height: 1em;
  transition: height .6s cubic-bezier(.075, .82, .165, 1), border-color .2s;
  display: flex;
  overflow: hidden;
}

.footer-3-main-link:hover {
  border-bottom-color: #fff9;
  height: 130%;
}

.footer-3-main-link.w--current {
  border-bottom-color: #ffffff80;
  font-weight: 500;
}

.footer-3-link-text {
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 1.5em;
  line-height: 1em;
}

.arrow-for-link {
  width: 1em;
  height: 1em;
  margin-left: auto;
  font-size: 1.5em;
}

.terms-3-cms {
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.footer-3-authors {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.footer-dot {
  background-color: #ffffff80;
  width: .3em;
  height: .3em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.footer-link-dot {
  background-color: var(--white);
  flex: none;
  width: .375em;
  height: .375em;
  margin-right: 3em;
  font-size: 1em;
}

.term-3-cms-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-4 {
  z-index: 10;
  background-color: var(--black-4);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.footer-4-row-1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
  display: grid;
}

.footer-4-main-link {
  color: var(--linen);
  text-align: left;
  border-bottom: 1px solid #ffffff1a;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-height: 7em;
  padding: 1.2em 3em;
  line-height: 1em;
  transition: color .2s, border-color .2s;
  display: flex;
  overflow: hidden;
}

.footer-4-main-link:hover {
  color: var(--white);
  border-bottom-color: #fff9;
}

.footer-4-main-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.footer-4-main-link.is-inquiry {
  background-color: var(--red);
  color: var(--white);
  transition: background-color .2s, border-color .2s;
}

.footer-4-main-link.is-inquiry:hover {
  background-color: #b63326;
  border-bottom-color: #b63326;
}

.symbol-divider {
  z-index: 10;
  background-color: var(--white);
  height: 8em;
  position: relative;
}

.footer-4-row-2 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  background-color: #181a24;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  display: flex;
}

.delay-for-animations {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-2-grid-content {
  z-index: 30;
  background-color: var(--black-4);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 90%;
  min-height: 30%;
  padding: 3em 5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-3-contact-link {
  color: #fffc;
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: background-color .2s, border-color .2s, color .2s;
}

.footer-3-contact-link:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.footer-3-contact-link.is-inquiry {
  border: 1px solid var(--white);
  color: var(--white);
}

.footer-3-contact-link.is-inquiry:hover {
  background-color: var(--white);
  color: var(--body-color);
}

.menu-2-main-link {
  color: var(--white);
  text-align: left;
  border-bottom: 1px solid #ffffff1a;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 1.2em 3em;
  font-weight: 300;
  line-height: 1em;
  transition: height .6s cubic-bezier(.075, .82, .165, 1), border-color .2s;
  display: flex;
  overflow: hidden;
}

.menu-2-main-link:hover {
  border-bottom-color: #fff9;
  height: 130%;
}

.menu-2-main-link.w--current {
  border-bottom-color: #ffffff80;
  font-weight: 600;
}

.menu-delay-for-animations {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-link-dot {
  background-color: var(--white);
  flex: none;
  width: .375em;
  height: .375em;
  margin-right: 3em;
  font-size: 1em;
}

.background-for-column-2 {
  z-index: 10;
  background-color: var(--black-3);
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-3-grid-content {
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #1517208c;
  border: 1px solid #ffffff2e;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 90%;
  min-height: 35%;
  margin-bottom: 2.5em;
  margin-right: 2.5em;
  padding: 5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.menu-cover-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-2-column-1 {
  z-index: 10;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 35%;
  padding-top: 10em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.menu-2-main-links {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.menu-2-link-text {
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 1.7em;
  line-height: 1em;
}

.menu-2-column-2 {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 65%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-terms-3-cms {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.footer-term-3-cms-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fullscreen-hero-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 12em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.circle-button-1 {
  z-index: 20;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: relative;
}

.navbar-background {
  z-index: -1;
  background-color: #272b3dcc;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-style-1 {
  opacity: .6;
}

.category-name {
  font-weight: 500;
}

.category-name.with-margin {
  margin-bottom: .9em;
}

.portfolio-3-background {
  z-index: -20;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-button-2 {
  z-index: 999;
  opacity: .7;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  line-height: 1.1em;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 2em auto auto 2em;
}

.close-button-2:hover {
  opacity: 1;
}

.title-block-1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  padding-top: 8em;
  padding-bottom: 4em;
  display: grid;
}

.title-block-column-2 {
  max-width: 50em;
}

.title-block-column-3 {
  flex-direction: column;
  align-items: center;
  padding-top: .8em;
  display: flex;
}

.title-block-column-1 {
  margin-top: 2.5em;
}

.title-block-text-1 {
  color: #272b3dcc;
  max-width: 19em;
  font-size: 1.4em;
  line-height: 1.5em;
}

.hero-3-column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.service-3-tablet-image {
  flex: none;
  display: none;
}

.hero-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 85vh;
  display: flex;
  position: relative;
}

.fullwidth-scroll-down {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff0d;
  border-top: 1px solid #ffffff4d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  position: relative;
}

.hero-button-text-3 {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  margin-right: 1em;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 1.3em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), border-color .2s;
}

.hero-button-text-3:hover {
  border-bottom-color: var(--white);
  letter-spacing: .05em;
}

.hero-button-text-3.is-smaller {
  font-size: 1.6em;
}

.hero-circle-button-2 {
  z-index: 20;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  display: flex;
  position: relative;
}

.hero-circle-button-2.is-smaller {
  font-size: .8em;
}

.hero-2-sizing {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 14em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.services-5-cms-list {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.services-5-cms-item {
  width: 100%;
}

.service-5-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 2px solid var(--body-color);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr 2fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 13em;
  padding-top: 3em;
  padding-bottom: 3em;
  display: grid;
}

.service-5-column-1 {
  z-index: 10;
  width: 80%;
  height: 100%;
  position: relative;
}

.service-5-text {
  color: #272b3dcc;
  max-width: 21em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.7em;
}

.service-5-title-link {
  color: var(--body-color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  transition: color .2s;
  display: flex;
}

.service-5-title-link:hover {
  color: var(--red);
}

.service-5-title {
  margin-right: .7em;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.3em;
}

.service-5-column-4 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.brand-1-logo-block {
  width: 5em;
  height: 100%;
  margin-right: 2.8em;
}

.brand-1-logo-image {
  object-fit: contain;
  width: 1em;
  max-width: none;
  height: 1em;
  font-size: 2.2em;
}

.ui-kit-block-1 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 8em;
  display: flex;
  position: relative;
}

.nav-2-brand-name {
  color: var(--body-color);
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1em;
  display: none;
}

.nav-3-brand-name {
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1em;
}

.nav-3-slogan-line {
  background-color: #272b3d3d;
  width: 1px;
  height: 2em;
  margin-left: 1.1em;
  margin-right: 1.5em;
}

.nav-3-slogan-line.is-2nd {
  background-color: #fff6;
  width: 2em;
  height: 1px;
  margin-left: 2em;
  margin-right: 2em;
}

.nav-3-column-1 {
  display: flex;
}

.nav-3-column-2 {
  justify-content: flex-end;
  display: flex;
}

.nav-3-column-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-3-inner {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.nav-1-brand-name {
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.1em;
}

.symbols-wrap {
  z-index: 10;
  background-color: var(--white);
  position: relative;
}

.hero-1 {
  z-index: 10;
  background-color: var(--blue-background);
  position: relative;
}

.hero-1-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 14em;
  padding-bottom: 5em;
  display: flex;
}

.hero-1-social-list {
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-1-social-list.in-article {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
}

.circle-social-button {
  z-index: 20;
  opacity: .8;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.circle-social-button:hover {
  opacity: 1;
}

.hero-4 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-4-grid {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-down-button-4 {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff0d;
  border-top: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 17vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em 4em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.scroll-down-button-4:hover {
  background-color: #ffffff17;
}

.hero-4-cms-socials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.hero-4-social-list {
  grid-column-gap: 3.25em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-4-sizing {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 14em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.hero-4-title-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-dot {
  background-color: var(--white);
  flex: none;
  width: .8em;
  height: .8em;
  margin-top: 4em;
  margin-left: 7.7em;
  margin-right: 7.7em;
}

.ui-divider {
  background-color: #cacfdb;
  height: 5vh;
}

.navigations-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.listing-1-cms-list {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.listing-1-cms-item {
  border: 1px solid #cfd5df;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: -1px;
  display: flex;
}

.listing-1-block-1 {
  color: var(--body-color);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-1-block-1:hover {
  color: var(--body-color);
}

.listing-1-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 25em;
  margin-right: 5em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.hero-1-content {
  width: 26em;
  margin-left: 5em;
}

.hero-1-content-text {
  color: #ffffffe6;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.8em;
}

.hero-bg-color-1 {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: #272b3dcc;
  position: absolute;
  inset: 0%;
}

.header-fix-video {
  z-index: -20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-sticky-block {
  z-index: -1;
  height: 100vh;
  position: sticky;
  top: 0;
}

.home-hero-1 {
  position: relative;
  overflow: visible;
}

.portfolio-3-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: grid;
}

.brand-1-project-image {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  margin-right: 1.8em;
  position: relative;
  overflow: hidden;
}

.brand-3-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-3-category {
  justify-content: flex-start;
  align-items: center;
  min-width: 18%;
  display: flex;
}

.brand-3-project-name {
  align-items: center;
  display: flex;
}

.brand-3-project-2 {
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  display: flex;
}

.grid-team-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.75fr;
  padding-top: 8em;
  padding-bottom: 8em;
}

.about-title-1 {
  color: #272b3db3;
  margin-bottom: .7em;
  font-size: 1em;
  line-height: 1.3em;
}

.about-title-name {
  font-size: 1.4em;
  line-height: 1.1em;
}

.about-title-name.is-main-title {
  font-weight: 600;
}

.about-content-block {
  max-width: 42em;
}

._3d-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-size-80 {
  z-index: 10;
  width: 100%;
  height: 80vh;
  position: relative;
}

.team-title-block {
  padding-top: 12em;
}

._3d-text {
  z-index: 20;
  color: #ffffffb3;
  text-align: center;
  max-width: 85%;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
}

._3d-text.is-pink {
  color: #e7c3e2b3;
}

.about-padding-inner-1 {
  padding-top: 12em;
  padding-left: 0;
  padding-right: 0;
}

.skill-cms-item {
  margin-bottom: 1.1em;
}

.team-content-1 {
  margin-bottom: 2.5em;
}

.team-content-1.is-links {
  margin-bottom: 1.5em;
}

.team-content-1.is-last {
  margin-bottom: 0;
}

.blogs-cms {
  width: 100%;
}

.blog-cms-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-cms-list.is-featured {
  display: block;
}

.blog-cms-item {
  border: 1px solid var(--black);
  width: 100%;
}

.blog-link-block {
  z-index: 10;
  color: var(--body-color);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 33em;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-link-block.is-featured {
  align-items: flex-end;
  min-height: auto;
  padding: 2.5em;
}

.blog-thumb-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.blog-title-block {
  z-index: 10;
  border-bottom: 1px solid var(--body-color);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  top: 1px;
}

.blog-title-block.is-featured {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35em;
  max-width: 100%;
  padding: 3.5em;
  overflow: hidden;
}

.blog-gradient-color {
  z-index: 8;
  background-image: linear-gradient(to bottom, transparent, var(--black-3));
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-name-text {
  z-index: 20;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
}

.blog-name-text.is-featured {
  font-size: 2em;
  font-weight: 600;
}

.blog-article-bg {
  z-index: 10;
  background-color: var(--white);
  height: 50%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-article-bg.is-featured {
  width: 100%;
  height: 100%;
  inset: auto 0% 0% auto;
}

.hero-6-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 14em;
  padding-bottom: 5em;
  display: flex;
}

.hero-6 {
  z-index: 10;
  background-color: var(--black-4);
  color: var(--white);
  position: relative;
}

.hero-6-inner {
  max-width: 55em;
}

.form-text {
  color: #272b3dcc;
  max-width: 19em;
  margin-top: .2em;
  font-size: 1.1em;
  line-height: 1.6em;
}

.form-text.with-margin {
  margin-bottom: 3.5em;
}

.circle-image-1 {
  z-index: 10;
  border-radius: 50%;
  width: 8em;
  height: 8em;
  position: relative;
  overflow: hidden;
}

.circle-image-1.is-2nd {
  z-index: 9;
  margin-left: -4em;
}

.circle-image-1.is-3rd {
  z-index: 8;
  margin-left: -4em;
}

.about-team-images {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.about-team-title {
  max-width: 22em;
  font-size: 2em;
  line-height: 1.5em;
}

.featured-blog-title {
  z-index: 20;
  margin-bottom: 3.5em;
  font-size: 1.2em;
  line-height: 1.1em;
  position: relative;
}

.vertical-images-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36em;
  display: flex;
}

.vertical-image-item {
  flex: none;
  width: 30vw;
  height: 100%;
  margin-left: 2vw;
  margin-right: 2vw;
  position: relative;
}

.vertical-image-item:nth-child(odd) {
  width: 28vw;
  height: 60%;
}

.vertical-image-item:first-child {
  height: 70%;
}

.vertical-image-item:last-child {
  width: 28vw;
  height: 75%;
}

.gallery-cms-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-cms-item {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 30em;
  display: flex;
}

.lightbox-link {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gallery-cms {
  width: 100%;
}

.project-content-block-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 49em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-portfolio-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.75fr;
  align-items: start;
  padding-top: 12em;
  padding-bottom: 12em;
}

.grid-portfolio-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
}

.gallery-circle-button-1 {
  z-index: 30;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: absolute;
}

.project-image-size {
  z-index: 10;
  width: 100%;
  height: 80vh;
  position: relative;
}

.portfolio-1-grid-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 8em;
}

.grid-services-cms {
  grid-column-gap: 17.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  align-items: start;
}

.grid-cms-service-block-4 {
  padding-top: 2em;
  position: sticky;
  top: 8em;
}

.contact-grid-block-2, .contact-grid-block-1 {
  padding-top: 1.5em;
}

.fullwidth-divider {
  z-index: 10;
  background-color: #bfc8d1;
  width: 100%;
  height: 1px;
  position: relative;
}

.fullwidth-divider.in-services {
  margin-top: 3.5em;
  margin-bottom: 2.5em;
}

.vertical-images {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.grid-portfolio-2-block-2 {
  position: relative;
}

.grid-portfolio-2-block-1 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .7em;
  display: flex;
}

.portfolio-large-content-1 {
  margin-top: 0;
  margin-bottom: 1.9em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.7em;
}

.grid-inner-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.author-cms-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.author-name-block {
  margin-right: 4em;
}

.empty-state-text {
  color: #272b3d99;
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
}

.contact-1-text-3 {
  color: var(--body-color);
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  display: inline-block;
}

.contact-1-text-3.is-bolder {
  font-weight: 600;
}

.article-title-block {
  max-width: 60em;
}

.article-timeline {
  background-color: var(--black);
  width: 1px;
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.article-timeline-bg {
  background-color: var(--body-color);
  position: absolute;
  inset: 0%;
}

.grid-about-article {
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.article-grid-text-1 {
  color: var(--body-color);
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  display: inline-block;
}

.article-grid-text-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2em;
}

.about-article-inner {
  padding: 4em 0;
}

.grid-article-content {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr .75fr;
}

.article-side-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.article-content {
  max-width: 53em;
}

.article-large-description {
  max-width: 18em;
  font-size: 3em;
  line-height: 1.5em;
}

.article-title-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 14em;
  padding-bottom: 5em;
  display: flex;
}

.testimonial-title-inner {
  background-color: #323649;
  margin-top: -16.5em;
  padding: 8em 8em 6em;
}

.rich-text-testimonial {
  color: #fffc;
  max-width: 70em;
}

.rich-text-testimonial h4 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text-testimonial h6 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text-testimonial h5 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text-testimonial a {
  color: var(--red);
  transition: color .2s;
}

.rich-text-testimonial a:hover {
  color: var(--body-color);
  text-decoration: underline;
}

.rich-text-testimonial h1 {
  margin-bottom: .6em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.rich-text-testimonial h2 {
  letter-spacing: -.02em;
  margin-bottom: .4em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text-testimonial ul {
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-left: 2.5em;
}

.rich-text-testimonial p {
  margin-bottom: .8em;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 2.1em;
}

.rich-text-testimonial strong {
  font-weight: 600;
}

.rich-text-testimonial h3 {
  margin-top: 1.1em;
  margin-bottom: .5em;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text-testimonial li {
  margin-bottom: .6em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text-testimonial ol {
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-left: 2.5em;
}

.rich-text-testimonial blockquote {
  border-bottom: 2px solid var(--red);
  color: #771f16;
  border-left-width: 0;
  border-left-color: #0000;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1.5em;
  font-size: 1.3em;
  line-height: 1.7em;
}

.testimonial-client-block {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4.5em;
  display: flex;
}

.testimonial-bg-padding {
  padding-top: 9em;
}

.testimonial-client-role {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-bg-size {
  z-index: 10;
  width: 100%;
  height: 80vh;
  position: relative;
}

.other-testimonial-link {
  z-index: 10;
  color: var(--body-color);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 25em;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-cms-inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 14em;
  padding-bottom: 5em;
  display: flex;
}

.author-hero {
  z-index: 10;
  background-color: var(--black-4);
  color: var(--white);
  position: relative;
}

.article-image-size {
  z-index: 10;
  width: 100%;
  height: 80vh;
  position: relative;
}

.author-inner {
  padding: 4em 0;
}

.service-short-description {
  max-width: 18em;
  font-size: 2.4em;
  line-height: 1.4em;
}

.grid-cms-service-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-flex {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-content-link {
  border-bottom: 1px solid var(--red);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  transition: border-color .2s, color .2s;
  display: flex;
}

.grid-content-link:hover {
  border-bottom-color: var(--body-color);
  color: var(--body-color);
}

.grid-content-link.is-full-color {
  background-color: var(--red);
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 600;
}

.grid-content-link.is-full-color:hover {
  border-bottom-color: var(--red);
}

.grid-content-link.is-invert {
  color: var(--white);
}

.grid-content-link.is-invert:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.grid-gallery {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-size {
  width: 100%;
  height: 30em;
  position: relative;
}

.footer-4-row-3 {
  color: var(--white);
  background-color: #181a24;
  border-bottom: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-footer-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  width: 100%;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer-social-list-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-socials-2 {
  z-index: 10;
  display: flex;
  position: relative;
}

.footer-4-term-cms-list-2 {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2em;
  display: flex;
}

.footer-4-link-text {
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1em;
}

.footer-link-dot-4 {
  background-color: var(--white);
  opacity: .6;
  flex: none;
  width: .375em;
  height: .375em;
  margin-right: 3em;
  font-size: 1em;
}

.footer-1-brand-link {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-1-circle-in-footer {
  z-index: 10;
  border: 1px solid #f0f2f6;
  border-radius: 50%;
  flex: none;
  width: 3em;
  height: 3em;
  position: relative;
  overflow: hidden;
}

.brand-1-circle-in-footer.is-1st {
  z-index: 20;
  margin-right: -1em;
}

.brand-1-circle-in-footer.is-2nd {
  margin-right: 1em;
}

.grid-content-2-list, .grid-content-2-item {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.footer-4-author-link {
  color: var(--white);
  border-bottom: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
}

.footer-4-author-link:hover {
  border-bottom-color: var(--white);
}

.footer-4-author-link.is-inquiry {
  border: 1px solid var(--red);
}

.footer-4-author-link.is-inquiry:hover {
  background-color: var(--red);
  color: var(--white);
}

.content-border-block {
  border-top: 5px solid var(--body-color);
  margin-top: 5em;
  padding: 5em;
}

.author-name-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #fffc;
  max-width: 31em;
  font-size: 1.2em;
  line-height: 1.7em;
}

.list-title {
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.list-line {
  background-color: #d7dae6;
  width: 2px;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1em;
}

.list-paragraph {
  opacity: .8;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-content {
  padding-top: .15em;
}

.circle-background {
  z-index: 2;
  background-color: var(--body-color);
  border-radius: 3px;
  position: absolute;
  inset: 0%;
}

.custom-list-gallery {
  max-width: 40em;
}

.circle-in-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.custom-list-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-block.is-last {
  padding-bottom: 1.5em;
}

.custom-list-block.in-contact {
  padding-bottom: 3.6em;
  font-size: .9em;
}

.custom-list-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
  position: absolute;
}

.overview-version {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 17em;
  padding-bottom: 10em;
  display: flex;
}

.overview-screenshot {
  z-index: 10;
  border: 1px solid #ffffff73;
  width: 100%;
  position: relative;
  box-shadow: 0 -30px 50px -8px #272b3d4f;
}

.overview-screenshot.is-2nd {
  z-index: 9;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -9%;
  left: 0;
  right: 0;
}

.overview-screenshot.is-3nd {
  z-index: 8;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -18%;
  left: 0;
  right: 0;
}

.overview-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: sticky;
  top: 10em;
}

.overview-title-block-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.overview-block-3 {
  max-width: 32em;
  padding-top: 1.5em;
}

.buttons-flex {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.overview-block-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-inner-1 {
  padding-top: 12em;
  padding-left: 0;
  padding-right: 0;
}

.opacity-70 {
  opacity: .7;
}

.overview-title-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12em;
  display: flex;
}

.overview-screenshots {
  margin-bottom: 6em;
  position: relative;
}

.span-number {
  color: var(--red);
  letter-spacing: -.03em;
  text-indent: -.03em;
  margin-left: .2em;
  font-size: .4em;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -1.2em;
}

.overview-title-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12em;
  padding-bottom: 4em;
  display: flex;
}

.sticky-100vh {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.absolute-block-200vh {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% auto;
}

._3d-for-text {
  z-index: 10;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-cms-list-large {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-cms-large {
  width: 100%;
}

.gallery-cms-item-large {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 50em;
  display: flex;
}

.gallery-cms-item-large.with-margin {
  margin-bottom: 3em;
}

.portfolio-inner-1 {
  padding: 12em 0 2em;
}

.more-templates-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .7em;
  font-size: 1.5em;
}

.clients-2-inner-text {
  padding: 5em 0 8em;
}

.footer-2-brand-name {
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1em;
}

.tab-text-1 {
  font-size: 1.2em;
  line-height: 1.8em;
}

.tabs {
  width: 100%;
}

.style-guide-block-1 {
  width: 100%;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}

.about-content-block-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-subtitle {
  color: #272b3dcc;
  font-size: 1.7em;
  line-height: 1.5em;
}

.fs-links-flex {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.fs-links-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.password-block {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #ffffff80;
  border: 1px solid #fffc;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  max-width: 29em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.password-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .4em;
  font-size: 2em;
}

.password-label {
  margin-bottom: 0;
  font-weight: 500;
}

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

._1-column-gallery-cms-list {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.gallery-cms-page {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.gallery-cms-page-list {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.gallery-cms-page-item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  transition: width .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-cms-page-item:hover {
  width: 115%;
}

.gallery-overlay-color {
  z-index: 25;
  mix-blend-mode: multiply;
  background-color: #1e213080;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.gallery-overlay-color:hover {
  opacity: .3;
}

.gallery-content {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding: 9em 5.5em;
  display: flex;
  position: relative;
}

.gallery-link {
  color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  transition: color .2s;
  display: flex;
}

.default-home-text {
  color: #f6978e;
  text-transform: uppercase;
  margin-top: -1.1em;
  margin-left: .5em;
  font-size: .8em;
  line-height: 1.1em;
}

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

.grid-newsletter {
  grid-column-gap: 0em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2em;
  overflow: hidden;
}

.newsletter-block-1 {
  max-width: 85%;
}

.newsletter-form {
  width: 100%;
}

.newsletter-form-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.newsletter-title-text {
  letter-spacing: -.02em;
  text-indent: -.02em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

.accordion-text {
  font-size: 1.1em;
  line-height: 1.8em;
}

.accordion-text.is-larger {
  text-align: center;
  max-width: 42em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
}

.newsletter-acc-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  width: 100%;
}

.newsletter-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .9em;
  font-size: 1.8em;
}

.grid-overview {
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-image-block-2 {
  z-index: 2;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.slider-image {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-backgrounds {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: relative;
}

.slider-image-last {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-overlay-color {
  z-index: 2;
  mix-blend-mode: darken;
  background-color: #1a1c2966;
  position: absolute;
  inset: 0%;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-text-1 {
  max-width: 28em;
  margin-bottom: 3em;
  font-size: 2em;
  line-height: 1.6em;
}

.brand-3-image {
  z-index: 10;
  border-radius: 5em;
  flex: none;
  width: 5em;
  height: 3em;
  margin-right: 4.4em;
  position: relative;
  overflow: hidden;
}

.brand-client-name-1 {
  color: #272b3db3;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
}

.accordion-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 2em;
}

.accordion-icon-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10em;
  margin-left: 2em;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  letter-spacing: .03em;
  text-indent: .03em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
}

.newsletter-block-5 {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.newsletter-open-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
}

.grid-resume-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resume-1-column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.resume-column-1 {
  z-index: 10;
  width: 100%;
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.resume-column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.resume-uppercase-2 {
  color: var(--red);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.resume-content-text-1 {
  font-size: 1.2em;
  line-height: 1.5em;
}

.resume-content-text-1.is-year-text {
  margin-top: .1em;
  margin-bottom: 2.5em;
}

.resume-content-text-1.is-bolder {
  font-weight: 600;
}

.resume-content-block {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 5.5em;
  display: grid;
}

.resume-content-flex {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.resume-dot {
  background-color: var(--body-color);
  flex: none;
  width: .5em;
  height: .5em;
  margin-right: 4em;
}

.resume-title-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: .6em;
  display: flex;
}

.resume-content-grid-1 {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resume-content-text-2 {
  margin-bottom: .4em;
  font-size: 1.2em;
  line-height: 2em;
}

.resume-content-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-1-text-4 {
  max-width: 17em;
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.7em;
}

.about-team-title-2 {
  max-width: 25em;
  font-size: 1.7em;
  line-height: 1.5em;
}

.resume-uppercase-1 {
  color: #585d74;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 500;
  line-height: 1.2em;
}

.gallery-title-text {
  opacity: .8;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .7em;
  font-size: 1em;
  font-weight: 600;
}

.authors-buttons {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.resume-form-subtitle {
  color: #272b3dcc;
  margin-top: .2em;
  margin-bottom: 2.5em;
  font-size: 1.1em;
  line-height: 1.6em;
}

.resume-form-column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 26em;
  display: flex;
}

.form-resume {
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.resume-form-title {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.2em;
}

.resume-form-column-1 {
  max-width: 23em;
}

.text-span {
  opacity: .8;
}

.nav-logo {
  width: 40px;
  height: 40px;
}

.footer-logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.footer-inner-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.footer-grid-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text-small {
  color: var(--gainsboro);
  margin-bottom: 2px;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image {
  width: 100px;
}

.partner-footer {
  width: 150px;
}

.partner-link-block {
  margin-top: 10px;
}

.footer-row-5 {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 2px;
  margin-bottom: .5em;
}

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

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}

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

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .nav-2-inner {
    grid-template-columns: 2fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .nav-2-brand {
    color: var(--body-color);
  }

  .heading.works-title-1 {
    font-size: 9em;
  }

  .heading.content-title-4 {
    font-size: 6em;
  }

  .heading.content-title-1 {
    font-size: 5em;
  }

  .heading.portfolio-3-title, .heading.home-3-title {
    text-align: center;
  }

  .heading.is-brands-title {
    font-size: 5em;
  }

  .heading.content-title-2, .heading.is-brands-title-2, .heading.in-title-block-1 {
    font-size: 4em;
  }

  .heading.services-3-title {
    max-width: none;
    margin-bottom: .5em;
    font-size: 6vh;
  }

  .heading.fullscreen-hero-1-title {
    font-size: 7em;
  }

  .heading.in-hero-2 {
    font-size: 5em;
  }

  .heading.in-hero-4 {
    font-size: 7em;
  }

  .heading.is-about-title-1 {
    font-size: 6em;
  }

  .heading.is-about-title-2 {
    font-size: 4em;
  }

  .heading.in-cms-page, .heading.is-service-cms-title {
    font-size: 6em;
  }

  .heading.is-testimonial-name {
    font-size: 1.8em;
  }

  .heading.is-testimonial-name.is-4th {
    display: none;
  }

  .heading.is-other-testimonials {
    font-size: 3em;
  }

  .heading.is-client-title {
    font-size: 5em;
  }

  .heading.in-hero-7-title {
    font-size: 6em;
  }

  .heading.is-cms-clients-title-1, .heading.content-title-5, .heading.is-overview-title-1 {
    font-size: 4em;
  }

  .heading.is-overview-title-4 {
    font-size: 5em;
  }

  .heading.is-overview-title-5 {
    font-size: 4em;
  }

  .heading.is-about-title-3 {
    font-size: 5em;
  }

  .accordion-title {
    font-size: 1.2em;
  }

  .accordion-title.in-testimonial, .accordion-title.in-portfolio-1 {
    font-size: 1.4em;
  }

  .accordion-title.is-larger {
    font-size: 1.7em;
  }

  .accordion-toggle.in-testimonial {
    color: #272b3d;
  }

  .accordion-content-text {
    font-size: 1.2em;
  }

  .circle-button-bg-1 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #ffffff80;
  }

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

  .listing-2-content-text {
    font-size: 1.1em;
  }

  .listing-2-cms-item {
    background-color: var(--white);
  }

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

  .brand-cms-item {
    border-bottom-color: var(--black);
  }

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

  .nav-2-menu-button {
    color: var(--body-color);
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .vertical-images-1-wrap {
    height: 30em;
  }

  .about-1-photo-2, .about-1-photo-3 {
    width: 27vw;
  }

  .about-1-photo-1 {
    width: 37vw;
  }

  .main-button.is-2nd.in-brands-2 {
    min-width: 12em;
  }

  .grid-large-text-1 {
    font-size: 4em;
  }

  .listing-1-text-2 {
    font-size: 1.3em;
  }

  .fullscreen-menu-column-2 {
    width: 100%;
  }

  .fullscreen-column-1-inner {
    padding: 5em;
  }

  .fullscreen-column-2-inner {
    justify-content: space-around;
    padding: 5em;
  }

  .fs-menu-link {
    color: var(--white);
    font-size: 3.4em;
  }

  .form-field {
    font-size: 1.3em;
  }

  .fs-project-cms {
    box-shadow: none;
  }

  .fs-project-cms:hover {
    box-shadow: none;
    transform: translate(0);
  }

  .cta-button-image-1 {
    width: 35%;
  }

  .menu-cta-link:hover {
    box-shadow: none;
    background-color: #ffffff0d;
    transform: none;
  }

  .title-with-border {
    flex-wrap: wrap;
  }

  .fs-contact-link {
    background-color: var(--red);
    text-align: center;
    border-bottom-width: 0;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    padding: 1.5em;
  }

  .content-image-1 {
    font-size: 1.3em;
  }

  .fs-social-link {
    flex: 1;
    margin-left: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .close-button {
    opacity: 1;
    font-size: .8em;
  }

  .fs-socials {
    border: 1px solid #ffffff54;
    width: 100%;
  }

  .fs-contact-block {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    top: -7px;
  }

  .fs-contacts {
    border-bottom-width: 0;
    border-bottom-color: #0000;
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
  }

  .nav-2-slogan {
    font-size: .9em;
  }

  .listing-1-link-1:hover {
    margin-left: 2em;
  }

  .listing-1-line {
    width: 3.3em;
    margin-left: 2em;
    margin-right: 2.5em;
  }

  .content-title-3 {
    font-size: 1.8em;
  }

  .grid-contact {
    grid-row-gap: 1.75em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-grid-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
  }

  .footer-social-link {
    padding: 1.5em 1em;
  }

  .footer-social-icon {
    font-size: 1.3em;
  }

  .footer-row-3 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .footer-contact-block {
    align-items: flex-start;
  }

  .footer-title-text-1 {
    font-size: 1.2em;
  }

  .footer-row-4 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .footer-terms-cms {
    margin-bottom: 2.5em;
  }

  .footer-term-cms-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-term-link {
    text-align: center;
    margin-left: 1.5em;
    margin-right: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .footer-flex-4 {
    flex-direction: column;
    justify-content: center;
  }

  .footer-contact-link.smaller-font {
    font-size: 1.5em;
  }

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

  .portfolio-2-image {
    height: 35em;
  }

  .portfolio-2-content-wrap:hover, .nav-3-brand {
    color: var(--body-color);
  }

  .nav-3-slogan {
    font-size: .9em;
    display: none;
  }

  .service-3-cms-item:hover {
    height: 100%;
  }

  .brand-1-name {
    font-size: 1.4em;
  }

  .grid-block-1 {
    height: 25em;
  }

  .grid-content-2 {
    padding: 4em 3.5em;
  }

  .grid-text-2 {
    font-size: 1.3em;
  }

  .grid-text-2.is-smaller {
    font-size: .9em;
  }

  .grid-content-3 {
    padding: 4em 2em;
  }

  .grid-text-3 {
    font-size: 4.5em;
  }

  .grid-text-4 {
    font-size: .9em;
  }

  .grid-block-2 {
    height: 50em;
  }

  .arrow-icon-1 {
    font-size: 1.2em;
  }

  .carousel-button {
    opacity: 1;
    background-size: 1.2em;
  }

  .carousel-mask {
    margin-top: 6em;
    margin-bottom: 7em;
  }

  .brand-1-content-block {
    max-width: 40em;
  }

  .brand-1-content-text {
    font-size: 1.3em;
  }

  .portfolio-3-title {
    font-size: 4.2em;
  }

  .portfolio-3-block {
    opacity: 1;
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 3.5em;
    transition: none;
  }

  .nav-1-inner {
    grid-template-columns: 2fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .portfolio-3-button {
    width: 5em;
    height: 5em;
  }

  .nav-1-link {
    display: none;
  }

  .nav-1-link.is-cta, .nav-1-link.is-cta-2 {
    display: flex;
  }

  .hero-3-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .hero-3-grid {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid #ffffff4d;
    flex: 0 auto;
    width: 100%;
    padding: .9em;
  }

  .button-text-2:hover {
    letter-spacing: 0;
  }

  .services-3-block {
    border-bottom-color: #272b3d;
  }

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

  .service-4-name {
    font-size: 1.8em;
  }

  .service-4-link-block:hover {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .footer-3-grid-content {
    min-width: 70%;
    min-height: auto;
    padding: 3.3em;
  }

  .footer-2-links-wrap {
    justify-content: flex-start;
  }

  .footer-2-menu-link {
    font-size: 1em;
  }

  .footer-2-column-1 {
    padding-right: 2.5em;
  }

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

  .footer-2-term-link {
    text-align: center;
  }

  .footer-2-terms-cms {
    margin-bottom: 2.5em;
  }

  .footer-2-link-text {
    font-size: 1.7em;
  }

  .footer-tab-inner {
    justify-content: flex-start;
  }

  .footer-main-link-3 {
    flex: 0 auto;
    padding-left: 1.4em;
    padding-right: 1.4em;
    font-weight: 400;
  }

  .footer-main-link-text {
    font-size: 2.3em;
  }

  .cta-link:hover, .cta-link-2:hover {
    box-shadow: none;
    background-color: #ffffff0d;
    transform: none;
  }

  .cta-button-name-at {
    margin-right: .7em;
    font-size: 1.6em;
  }

  .cta-button-icon-at {
    font-size: 1.5em;
  }

  .cta-button-image-2 {
    width: 35%;
  }

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

  .brand-2-cms-item {
    min-height: 6em;
  }

  .brand-3-block {
    flex-wrap: wrap;
  }

  .brand-3-text-2 {
    font-size: 1.5em;
  }

  .brand-3-cms-item {
    padding-top: 1.3em;
  }

  .brand-3-cms-item:nth-child(odd) {
    background-color: var(--blue-background);
  }

  .brand-3-link {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .brand-3-links-wrap {
    border-top: 1px solid var(--black);
    justify-content: center;
    width: 100%;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }

  .brand-3-project {
    min-width: 50%;
  }

  .small-link {
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .grid-services-3 {
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .services-3-dot {
    margin-left: 3.3em;
    margin-right: 3.3em;
  }

  .service-3-link-block {
    opacity: 1;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .service-3-link-block:hover {
    letter-spacing: 0;
  }

  .service-3-name, .service-3-icon {
    font-size: 2em;
  }

  .brand-4-image {
    position: absolute;
  }

  .brand-4-link {
    justify-content: center;
    min-height: 20em;
    padding: 2em;
  }

  .brand-4-cms-item {
    min-height: 10em;
  }

  .brand-4-cms-item.is-higher {
    min-height: auto;
  }

  .brand-4-background {
    z-index: 5;
    opacity: .15;
    filter: grayscale();
    width: 90%;
    height: 90%;
    display: block;
    position: absolute;
    inset: auto;
  }

  .brand-4-bg-color {
    display: none;
  }

  .cta-link-large:hover {
    box-shadow: none;
    transform: none;
  }

  .footer-3-column-2 {
    width: 63%;
  }

  .footer-3-main-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .footer-3-main-link:hover {
    border-bottom-color: #ffffff1a;
    height: 100%;
  }

  .footer-3-link-text {
    font-size: 1.3em;
  }

  .terms-3-cms {
    margin-bottom: 2.5em;
  }

  .footer-link-dot {
    margin-right: 2.1em;
  }

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

  .footer-4-main-link, .footer-4-main-link:hover {
    border-bottom-color: #ffffff40;
  }

  .footer-4-row-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-bottom-color: #ffffff40;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .footer-2-grid-content {
    min-width: 70%;
    min-height: auto;
    padding: 3.3em;
  }

  .menu-2-main-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .menu-2-main-link:hover {
    border-bottom-color: #ffffff1a;
    height: 100%;
  }

  .menu-link-dot {
    margin-right: 2.1em;
  }

  .menu-3-grid-content {
    min-width: 70%;
    min-height: auto;
    padding: 3.3em;
  }

  .menu-2-column-1 {
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .menu-2-link-text {
    font-size: 1.3em;
  }

  .portfolio-3-background {
    object-position: 0% 50%;
  }

  .close-button-2 {
    opacity: 1;
    font-size: .9em;
  }

  .title-block-column-1 {
    margin-top: 1.5em;
  }

  .service-3-tablet-image {
    z-index: 10;
    width: 20%;
    height: 100%;
    margin-right: 3em;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .fullwidth-scroll-down {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .hero-button-text-3 {
    font-size: 2em;
  }

  .hero-button-text-3:hover {
    letter-spacing: 0;
  }

  .hero-circle-button-2 {
    width: 5em;
    height: 5em;
  }

  .services-5-cms-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-5-title {
    font-size: 1.7em;
  }

  .nav-3-slogan-line {
    display: none;
  }

  .hero-1-social-list.in-article {
    flex-direction: row;
  }

  .hero-4-social-list {
    grid-column-gap: 2.25em;
  }

  .hero-dot {
    margin-top: 3.2em;
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .listing-1-cms-item {
    background-color: var(--white);
  }

  .listing-1-content {
    width: 45%;
    margin-right: 5%;
  }

  .portfolio-3-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .brand-1-project-image {
    margin-right: 1.2em;
  }

  .brand-3-category {
    min-width: auto;
  }

  .brand-3-project-2 {
    flex: 1;
  }

  .grid-team-1 {
    grid-template-columns: 1fr 1fr 2.25fr;
  }

  ._3d-text.is-pink {
    font-size: 7vw;
  }

  .blog-cms-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .blog-link-block {
    min-height: 24em;
    padding: 1.6em;
  }

  .blog-name-text {
    font-weight: 500;
  }

  .blog-article-bg {
    background-color: #fff;
  }

  .circle-image-1 {
    width: 6em;
    height: 6em;
  }

  .circle-image-1.is-2nd, .circle-image-1.is-3rd {
    margin-left: -3em;
  }

  .about-team-title {
    max-width: 16em;
    font-size: 1.6em;
  }

  .featured-blog-title {
    margin-bottom: 1.5em;
  }

  .vertical-images-list {
    height: 29em;
  }

  .vertical-image-item {
    width: 40vw;
  }

  .grid-portfolio-1 {
    grid-template-columns: 1fr 1fr 2.25fr;
  }

  .grid-portfolio-2 {
    grid-column-gap: 3.5em;
    grid-template-columns: .25fr 1fr;
  }

  .gallery-circle-button-1 {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    font-size: .9em;
  }

  .grid-services-cms {
    grid-column-gap: 7.5em;
  }

  .contact-grid-block-2, .contact-grid-block-1 {
    padding-top: 0;
  }

  .fullwidth-divider.in-services {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .portfolio-large-content-1 {
    font-size: 1.6em;
  }

  .grid-about-article {
    grid-column-gap: 2.5em;
    grid-row-gap: 1.75em;
    grid-template-columns: .25fr 1fr 1fr 1fr 1fr;
  }

  .grid-article-content {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: .25fr 2fr;
  }

  .article-side-image {
    height: auto;
    position: relative;
    top: 0;
  }

  .testimonial-title-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 8vw;
  }

  .rich-text-testimonial p {
    font-size: 2.3em;
  }

  .testimonial-client-role {
    width: 100%;
  }

  .other-testimonial-link {
    padding: 1.6em;
  }

  .footer-socials-2 {
    border-bottom: 0 solid #0000;
    justify-content: center;
    align-items: stretch;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .footer-4-term-cms-list-2 {
    justify-content: center;
    padding: 1.5em;
  }

  .footer-4-link-text {
    font-size: 1.3em;
  }

  .footer-link-dot-4 {
    margin-right: 2.1em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

  .overview-version {
    padding-top: 13em;
  }

  .overview-block-2 {
    width: 100%;
    position: relative;
    top: 0;
  }

  .overview-title-block-1 {
    flex-wrap: wrap;
    max-width: 39em;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-block-3 {
    width: 100%;
    padding-top: 0;
  }

  .overview-title-block-3 {
    max-width: 59em;
  }

  .portfolio-inner-1 {
    padding-top: 10em;
  }

  .overview-subtitle {
    max-width: 16em;
    font-size: 1.6em;
  }

  .fs-links-flex {
    margin-bottom: 0;
  }

  .fs-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-cms-page {
    height: auto;
    min-height: 100vh;
  }

  .gallery-cms-page-list {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .gallery-cms-page-item {
    flex: 1;
  }

  .gallery-cms-page-item:hover {
    width: 100%;
  }

  .gallery-overlay-color {
    z-index: 13;
  }

  .gallery-content {
    padding-top: 8em;
    padding-bottom: 5em;
  }

  .default-home-text {
    font-size: .9em;
  }

  .grid-newsletter {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  .newsletter-block-1 {
    max-width: 100%;
  }

  .newsletter-form-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .newsletter-acc-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .grid-overview {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: .25fr 1fr .75fr;
  }

  .gallery-text-1 {
    font-size: 1.7em;
  }

  .brand-3-image {
    margin-right: 2.4em;
  }

  .grid-resume-1 {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
    grid-template-columns: 1fr 1fr;
  }

  .resume-column-1 {
    height: 40em;
    position: relative;
    top: 0;
  }

  .about-team-title-2 {
    max-width: 16em;
    font-size: 1.6em;
  }
}

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

  .container.is-full-width.in-services-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container.in-portfolio-3 {
    padding-left: 3.3em;
    padding-right: 2em;
  }

  .container.is-testimonial-con {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-2 {
    height: 3.5em;
  }

  .heading.works-title-1 {
    font-size: 8em;
  }

  .heading.content-title-1 {
    font-size: 4em;
  }

  .heading.portfolio-3-title {
    font-size: 16vw;
  }

  .heading.is-brands-title {
    font-size: 4em;
  }

  .heading.is-brands-title-2 {
    max-width: none;
    font-size: 4em;
  }

  .heading.in-title-block-1, .heading.services-3-title {
    font-size: 4em;
  }

  .heading.fullscreen-hero-1-title {
    font-size: 5em;
  }

  .heading.in-hero-4 {
    font-size: 6em;
    line-height: 1.1em;
  }

  .heading.in-cms-page {
    font-size: 5em;
  }

  .heading.in-cms-page.with-margin-2 {
    margin-bottom: .4em;
  }

  .heading.is-service-cms-title {
    font-size: 5em;
  }

  .heading.is-blog-title {
    font-size: 3.8em;
  }

  .heading.is-testimonial-name {
    font-size: 1.6em;
  }

  .heading.is-other-testimonials {
    margin-bottom: 1em;
    font-size: 2.5em;
  }

  .heading.in-hero-7-title {
    font-size: 5em;
  }

  .heading.is-cms-clients-title-1 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-overview-title-1 {
    font-size: 3.5em;
  }

  .heading.is-overview-title-4 {
    font-size: 4em;
  }

  .heading.is-overview-title-5 {
    font-size: 3.4em;
    line-height: 1.4em;
  }

  .heading.is-about-title-3 {
    font-size: 4em;
    line-height: 1.1em;
  }

  .heading.is-gallery-title-2 {
    font-size: 3.2em;
  }

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

  .portfolio-1-image {
    height: 30em;
  }

  .content-title-block-1 {
    flex-wrap: wrap;
  }

  .accordion-title.in-portfolio-1 {
    margin-left: 1em;
    font-size: 1.7em;
  }

  .accordion-arrow {
    font-size: 1.6em;
  }

  .accordion-circle.is-larger {
    width: 6em;
  }

  .listing-1-text-1 {
    font-weight: 400;
  }

  .listing-1-text-1.is-number {
    min-width: 2.1em;
  }

  .text-link {
    font-size: 1em;
  }

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

  .listing-2-content-text {
    font-size: 1.2em;
    line-height: 1.7em;
  }

  .listing-2-cms-item:nth-child(2n) {
    background-color: #0000;
  }

  .content-text-2 {
    font-size: 1.3em;
  }

  .nav-2-menu-button {
    min-width: 10em;
    height: 3.5em;
  }

  .button-text {
    font-size: .9em;
  }

  .grid-content-1 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 8em;
  }

  .grid-large-text-1 {
    font-size: 3em;
  }

  .grid-content-block-1 {
    min-height: 13em;
  }

  .listing-1-text-2 {
    text-align: left;
    font-size: 1.7em;
  }

  .listing-1 {
    min-height: auto;
  }

  .fullscreen-inner {
    flex-flow: wrap-reverse;
    place-content: flex-end space-between;
    align-items: stretch;
    overflow: auto;
  }

  .fullscreen-menu-column-1 {
    background-color: var(--body-color);
    width: 100%;
  }

  .fullscreen-menu-column-2 {
    align-items: flex-start;
    width: 100%;
  }

  .fullscreen-column-1-inner {
    overflow: hidden;
  }

  .fullscreen-column-2-inner {
    justify-content: flex-start;
    height: auto;
    padding-top: 6.5em;
    padding-bottom: 2.5em;
    position: relative;
    overflow: hidden;
  }

  .fs-menu-link {
    font-size: 4em;
  }

  .fs-links-column {
    flex-flow: wrap;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

  .form-field::placeholder, .checkbox-label {
    font-size: .9em;
  }

  .form {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-project-cms-item {
    height: 20em;
  }

  .fs-contact-link {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .content-image-1 {
    font-size: 1.5em;
  }

  .fs-social-link {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .fs-links-wrap {
    margin-bottom: 3em;
  }

  .brand-1-circle {
    font-size: .85em;
  }

  .listing-1-collumn-1 {
    width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .listing-1-line {
    display: none;
  }

  .listing-1-collumn-2 {
    justify-content: space-between;
    width: 100%;
  }

  .listing-1-block {
    flex-wrap: wrap;
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }

  .content-title-3 {
    font-size: 1.6em;
  }

  .testimonial-line {
    width: 2em;
    height: 1px;
    margin: .6em 0;
  }

  .testimonial-for-text.is-2nd {
    text-align: right;
    min-width: auto;
    margin-right: 0;
  }

  .testimonial-for-text.is-1nd {
    text-align: right;
    margin-right: 0;
  }

  .grid-contact {
    grid-row-gap: 3.25em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-grid-1 {
    flex-flow: column;
  }

  .footer-row-4 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .footer-contact-link {
    font-size: 1.6em;
  }

  .portfolio-2-cms {
    border-width: 0;
    border-color: #0000;
  }

  .portfolio-2-cms-list, .portfolio-2-cms-list.is-2-column {
    grid-template-columns: 1fr;
  }

  .portfolio-2-cms-item {
    border-width: 0;
    border-color: #0000;
  }

  .portfolio-2-image {
    height: 30em;
  }

  .portfolio-2-content-wrap {
    border-bottom: 1px solid var(--body-color);
  }

  .portfolio-2-content-text {
    font-size: 1.1em;
  }

  .portfolio-2-content-block {
    max-width: 28em;
  }

  .navbar-3-minimal {
    height: 3.5em;
  }

  .nav-3-link-text {
    font-size: 1.5em;
  }

  .nav-3-link-icon {
    font-size: 1.8em;
  }

  .grid-brands-1 {
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .brand-1-name {
    font-size: 1.6em;
  }

  .brand-1-service-name {
    font-size: 1.2em;
  }

  .brand-1-column-3 {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .brand-1-service-link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .brand-1-service-link.is-larger {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid-content-2 {
    padding-right: 4em;
  }

  .grid-text-2 {
    font-size: 1.5em;
  }

  .grid-text-2.is-smaller {
    font-size: 1.1em;
  }

  .grid-text-3 {
    font-size: 6em;
  }

  .grid-text-4 {
    font-size: 1em;
  }

  .carousel-block {
    padding-left: 4em;
    padding-right: 4em;
  }

  .carousel-mask {
    margin-top: 6em;
    margin-bottom: 7em;
  }

  .navbar-1-transparent {
    height: 3.5em;
  }

  .nav-1-brand {
    padding-left: 2em;
    padding-right: 0;
  }

  .nav-1-brand:hover {
    background-color: #0000;
    border-right-color: #0000;
  }

  .hero-3-grid-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-3-grid-text-1 {
    font-size: 2.3em;
  }

  .hero-3-grid-text-2 {
    font-size: .8em;
  }

  .nav-1-link.is-cta {
    padding-left: 2.5em;
  }

  .nav-1-link.is-cta-2 {
    margin-left: 0;
    padding-right: 2.5em;
  }

  .scroll-down-button-2 {
    font-size: .8em;
  }

  .button-text-2 {
    font-size: 2.5em;
  }

  .all-projects-button {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .services-3-item {
    flex-wrap: wrap;
    margin-bottom: 4em;
  }

  .services-3-block {
    width: 100%;
    padding-top: 2.5em;
  }

  .service-3-block-1 {
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .service-3-circle {
    width: auto;
    margin-right: 2.5em;
    padding-right: 2.5em;
    font-size: 1.1em;
  }

  .footer-3-grid-content {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .footer-2-menu-link {
    font-size: 1.1em;
  }

  .footer-2-grid-title {
    font-size: .9em;
  }

  .footer-2-flex {
    flex-wrap: wrap;
  }

  .footer-2-column-1 {
    width: 100%;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-2-column-2 {
    width: 100%;
    height: auto;
    padding-bottom: 5em;
    position: relative;
  }

  .footer-2-background {
    justify-content: flex-end;
    height: 40em;
  }

  .footer-2-contact-link {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .footer-2-grid-link-text {
    font-size: 1em;
  }

  .footer-2-grid-link-2 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

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

  .footer-2-term-link {
    font-size: 1em;
  }

  .footer-2-social-link {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .footer-2-social-name {
    font-size: 1em;
  }

  .footer-2-link-text {
    font-size: 2em;
  }

  .footer-2-author-text {
    font-size: 1em;
  }

  .testimonials-about {
    flex-direction: column;
    align-items: flex-end;
  }

  .fullscreen-inner-2 {
    flex-flow: wrap;
    place-content: flex-start space-between;
    align-items: stretch;
    overflow: auto;
  }

  .grid-for-cta-buttons, .grid-for-fullwidth-buttons {
    grid-template-columns: 1fr;
  }

  .cta-link-2.is-1st {
    border-bottom: 1px solid #fff3;
  }

  .cta-button-name-at {
    font-size: 2em;
  }

  .cta-button-icon-at {
    font-size: 1.8em;
  }

  .cta-button-image-2 {
    width: 50%;
  }

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

  .brand-2-cms-item {
    min-height: 7em;
  }

  .brand-2-image {
    width: 6em;
  }

  .brands-2-title-block {
    padding-bottom: 0;
  }

  .brand-3-block {
    justify-content: center;
  }

  .brand-3-text-2 {
    font-size: 1.7em;
  }

  .brand-3-link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .brand-3-links-wrap {
    margin-top: 1em;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }

  .brand-3-text-1 {
    min-width: 8em;
    font-size: .9em;
  }

  .brand-3-project {
    flex-wrap: wrap;
    width: 100%;
    min-width: auto;
  }

  .small-text-link {
    font-size: 1em;
  }

  .services-3-dot {
    margin-left: 2.1em;
    margin-right: 2.1em;
  }

  .service-3-title-block {
    padding-left: 4.5em;
    padding-right: 4em;
  }

  .service-3-icon {
    margin-right: 5vw;
  }

  .brand-4-image {
    width: 6em;
  }

  .title-dot.in-blog {
    display: none;
  }

  .footer-3-column-2 {
    width: 100%;
    height: auto;
    padding: 8em 3.5em;
    position: relative;
  }

  .footer-3-column-1 {
    width: 100%;
    padding: 8em 0 4em;
  }

  .footer-3 {
    flex-wrap: wrap;
  }

  .footer-3-main-link {
    min-height: 6.2em;
    padding-left: 4.1em;
    padding-right: 4.1em;
  }

  .footer-3-link-text {
    font-size: 2em;
  }

  .terms-3-cms {
    margin-bottom: 3em;
  }

  .footer-link-dot {
    margin-right: 4.2em;
  }

  .footer-4-row-1 {
    grid-template-columns: 1fr;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .footer-2-grid-content {
    flex: 0 auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 1em;
    padding-bottom: 0;
    position: relative;
  }

  .footer-3-contact-link {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .menu-2-main-link {
    min-height: 6.2em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .menu-link-dot {
    margin-right: 4.2em;
  }

  .menu-3-grid-content {
    background-color: #15172099;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .menu-2-column-1 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-2-link-text {
    font-size: 2em;
  }

  .menu-2-column-2 {
    width: 100%;
    height: auto;
    padding: 6em 4em;
    position: relative;
  }

  .fullscreen-hero-1 {
    min-height: 88vh;
    padding-top: 8em;
  }

  .title-block-1 {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
    grid-template-columns: .25fr 1.5fr;
    padding-top: 6em;
  }

  .title-block-column-3 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .service-5-block {
    grid-column-gap: 0em;
    grid-row-gap: 1.75em;
    grid-template-columns: 1fr 1fr;
  }

  .service-5-column-1 {
    width: 100%;
    height: 10em;
  }

  .service-5-title-link {
    margin-bottom: 0;
  }

  .service-5-title {
    font-size: 2em;
  }

  .service-5-column-4 {
    justify-content: flex-start;
  }

  .nav-2-brand-name, .nav-3-brand-name, .nav-1-brand-name {
    font-size: 1.6em;
  }

  .circle-social-button {
    font-size: .8em;
  }

  .hero-4 {
    min-height: 88vh;
  }

  .hero-4-social-list {
    grid-column-gap: 1.25em;
  }

  .hero-4-social-item {
    font-size: 1.2em;
  }

  .hero-dot {
    margin-top: 2.8em;
    margin-left: 0;
    margin-right: 8vw;
  }

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

  .listing-1-cms-item:nth-child(2n) {
    background-color: #0000;
  }

  .listing-1-block-1 {
    padding-top: 2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .listing-1-content {
    width: 57%;
  }

  .portfolio-3-wrap {
    min-height: 87vh;
  }

  .brand-3-client, .brand-3-category {
    width: 100%;
  }

  .brand-3-project-2 {
    flex-wrap: wrap;
    flex: 0 auto;
    width: 100%;
    min-width: auto;
  }

  .grid-team-1 {
    grid-template-columns: 1fr;
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .about-title-1 {
    font-size: 1.1em;
  }

  .about-title-name {
    font-size: 1.7em;
  }

  .about-title-name.is-main-title {
    font-size: 2.2em;
  }

  .about-content-block {
    max-width: none;
  }

  .image-size-80 {
    height: 30em;
  }

  .team-name-block-1 {
    margin-bottom: 2em;
  }

  .team-content-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .team-cms-list {
    padding-bottom: 2em;
  }

  .team-content-1 {
    width: 33.3333%;
    margin-bottom: 2em;
  }

  .team-content-1.is-links {
    width: 100%;
  }

  .team-content-1.is-last {
    margin-bottom: 2em;
  }

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

  .blog-link-block {
    min-height: 30em;
    padding: 4em;
  }

  .blog-title-block.is-featured {
    padding: 2.5em;
  }

  .blog-name-text.is-featured {
    font-size: 1.7em;
  }

  .vertical-images-list {
    height: 23em;
  }

  .gallery-cms-item {
    height: 19em;
  }

  .grid-portfolio-1 {
    grid-template-columns: 1fr;
    padding-top: 10em;
    padding-bottom: 10em;
  }

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

  .gallery-circle-button-1 {
    width: 6em;
    height: 6em;
  }

  .project-image-size {
    height: 30em;
  }

  .portfolio-1-grid-block-1 {
    margin-bottom: 2em;
  }

  .portfolio-1-grid-block-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
    top: 0;
  }

  .grid-services-cms {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-cms-service-block-4 {
    padding-top: 0;
    display: none;
    position: relative;
    top: 0;
  }

  .service-cms-list-2 {
    grid-column-gap: 2.5em;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .portfolio-large-content-1 {
    font-size: 1.7em;
  }

  .grid-about-article {
    grid-row-gap: 3.25em;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-article-content {
    grid-column-gap: 0em;
  }

  .article-large-description {
    font-size: 2.5em;
  }

  .rich-text-testimonial p {
    font-size: 1.9em;
  }

  .testimonial-client-block {
    margin-bottom: 3em;
  }

  .testimonial-bg-padding {
    padding-top: 7em;
  }

  .testimonial-bg-size {
    height: 50em;
  }

  .other-testimonial-link {
    padding: 4em;
  }

  .article-image-size {
    height: 30em;
  }

  .grid-cms-service-block-2 {
    display: none;
  }

  .footer-socials-2 {
    border-bottom-width: 0;
    border-bottom-color: #0000;
  }

  .footer-4-link-text {
    font-size: 2em;
  }

  .footer-link-dot-4 {
    margin-right: 4.2em;
  }

  .footer-1-brand-link {
    padding-left: 0;
  }

  .brand-1-circle-in-footer {
    font-size: .85em;
  }

  .footer-4-author-link {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: .9em;
  }

  .content-border-block {
    padding: 8vw;
  }

  .list-title {
    font-size: 1.6em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-paragraph {
    font-size: 1.2em;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .overview-version {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .overview-title-block-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .overview-inner-1, .overview-title-block-3 {
    padding-top: 8em;
  }

  .overview-title-block-4 {
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .gallery-cms-item-large {
    height: 30em;
  }

  .footer-2-brand-name {
    font-size: 1.6em;
  }

  .newsletter-form-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .accordion-text {
    font-size: 1.3em;
  }

  .newsletter-acc-grid {
    grid-template-columns: 1fr;
  }

  .grid-overview {
    grid-row-gap: 2.5em;
    grid-template-columns: .25fr 1fr;
  }

  .gallery-text-1 {
    font-size: 1.5em;
  }

  .brand-3-image {
    border-radius: .4em;
    width: 100%;
    height: 10em;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .accordion-icon-block {
    width: 6em;
  }

  .grid-resume-1 {
    grid-row-gap: 3.25em;
    grid-template-columns: 1fr 1fr;
  }

  .resume-column-1 {
    height: 30em;
  }

  .resume-content-text-1 {
    font-size: 1.3em;
  }

  .resume-content-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    margin-bottom: 3em;
  }

  .resume-content-text-2 {
    font-size: 1.3em;
  }

  .about-team-title-2 {
    max-width: 26em;
    font-size: 1.8em;
  }

  .resume-form-subtitle {
    font-size: 1.2em;
  }

  .resume-form-column-2 {
    max-width: 33em;
  }

  .form-resume {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .resume-form-title {
    font-size: 3em;
  }

  .resume-form-column-1 {
    max-width: 28em;
  }

  .footer-grid-item {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-on-phone {
    background-color: var(--blue-background);
  }

  .section.is-hero-7 {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .container, .container.is-full-width {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.in-portfolio-3 {
    padding-left: 1.5em;
    padding-right: 2em;
  }

  .container.in-listing-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-testimonial-con {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-inner {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .padding-inner.in-services-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-2-brand {
    padding-left: .7em;
    padding-right: 0;
  }

  .heading.hero-1-title {
    font-size: 3em;
  }

  .heading.works-title-1 {
    margin-right: .3em;
    font-size: 6em;
  }

  .heading.content-title-4 {
    font-size: 4em;
  }

  .heading.content-title-1 {
    font-size: 3em;
  }

  .heading.portfolio-3-title {
    font-size: 18vw;
  }

  .heading.home-3-title {
    font-size: 14vw;
  }

  .heading.is-brands-title, .heading.content-title-2, .heading.is-brands-title-2, .heading.in-title-block-1 {
    font-size: 3em;
  }

  .heading.in-title-block-1.with-margin {
    margin-bottom: .6em;
  }

  .heading.services-3-title {
    max-width: none;
    font-size: 3em;
  }

  .heading.fullscreen-hero-1-title {
    font-size: 4em;
  }

  .heading.in-hero-2 {
    font-size: 11vw;
  }

  .heading.in-hero-4 {
    font-size: 4.5em;
  }

  .heading.is-about-title-1 {
    font-size: 4em;
  }

  .heading.in-hero-6-title {
    font-size: 3em;
  }

  .heading.in-cms-page, .heading.is-service-cms-title {
    font-size: 4em;
  }

  .heading.is-blog-title {
    font-size: 2.7em;
    line-height: 1.4em;
  }

  .heading.is-other-testimonials {
    font-size: 2.2em;
  }

  .heading.is-author-title {
    font-size: 3em;
  }

  .heading.is-client-title {
    font-size: 11vw;
  }

  .heading.in-hero-7-title {
    font-size: 3em;
  }

  .heading.is-cms-clients-title-1, .heading.content-title-5 {
    font-size: 2.5em;
  }

  .heading.is-overview-title-3 {
    font-size: 7vw;
  }

  .heading.is-overview-title-2 {
    font-size: 3em;
  }

  .heading.is-overview-title-1 {
    font-size: 2.8em;
  }

  .heading.is-overview-title-4 {
    font-size: 3.5em;
  }

  .heading.is-overview-title-5 {
    font-size: 8vw;
  }

  .heading.is-about-title-3 {
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .heading.password {
    font-size: 2.6em;
  }

  .heading.is-gallery-title {
    font-size: 2.3em;
  }

  .heading.is-gallery-title-2 {
    font-size: 2.7em;
  }

  .content-number {
    margin-left: 0;
  }

  .accordion-title.in-portfolio-1 {
    margin-left: .5em;
  }

  .accordion-title.is-larger {
    font-size: 1.5em;
  }

  .accordion-circle {
    width: 5em;
    margin-right: .6em;
  }

  .accordion-circle.is-larger {
    width: 4em;
    margin-right: 1em;
  }

  .accordion-inner.in-testimonial {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .listing-2-block-1 {
    padding-top: 3em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .listing-2-title-text {
    margin-bottom: .7em;
  }

  .listing-2-title-text.is-larger {
    font-size: 2em;
  }

  .listing-2-content-text.is-larger {
    font-size: 1.1em;
  }

  .listing-2-image {
    height: 15em;
  }

  .listing-2-image.in-services-6 {
    align-self: stretch;
    height: 100%;
    margin-top: 0;
  }

  .listing-2-image.in-client-cms {
    flex: 0 auto;
    height: 20em;
    margin-top: 0;
  }

  .plus-text {
    top: 2.5em;
    right: 8vw;
  }

  .plus-text.is-2nd {
    top: 2.9em;
    right: 9vw;
  }

  .plus-text.is-3rd {
    top: 4em;
  }

  .empty-state-default {
    padding: 8vw;
  }

  .nav-2-menu-button {
    min-width: 9em;
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-images-1-wrap {
    height: 20em;
  }

  .about-1-photo-1 {
    width: 44vw;
  }

  .main-button.is-2nd.in-brands-2 {
    min-width: auto;
  }

  .grid-content-1 {
    padding-top: 6em;
  }

  .grid-large-text-1 {
    font-size: 2.5em;
  }

  .listing-1-text-2 {
    font-size: 2.1em;
    line-height: 1.3em;
  }

  .grid-image-1 {
    height: 11em;
  }

  .fullscreen-column-1-inner {
    padding: 11vw;
  }

  .fullscreen-column-2-inner {
    padding-top: 20vw;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .fs-links-column {
    flex-direction: column;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .form-success-title-2 {
    font-size: 1.2em;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .link-block-4 {
    min-height: 8em;
  }

  .fs-project-content {
    padding: 1.5em 5vw;
  }

  .cta-button-content-1 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .nav-2-slogan-line, .nav-2-slogan {
    display: none;
  }

  .listing-1-link-1 {
    border-bottom-color: var(--tan);
    align-self: auto;
    min-width: auto;
    margin-left: 0;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 1em;
  }

  .listing-1-link-1:hover {
    margin-left: 0;
  }

  .listing-1-line {
    width: 2.6em;
    margin-left: 1.1em;
    margin-right: 1.3em;
  }

  .listing-1-collumn-2 {
    z-index: 10;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: 1px;
  }

  .listing-1-block {
    padding-bottom: 0;
  }

  .content-title-block-2 {
    max-width: none;
    padding-bottom: 2.5em;
  }

  .testimonial-content {
    padding-right: 1.5em;
  }

  .testimonial-line {
    margin-top: .3em;
    margin-bottom: .3em;
    display: none;
  }

  .testimonial-for-text {
    font-size: .7em;
  }

  .testimonial-for-text.is-1nd {
    display: none;
  }

  .rich-text ul {
    padding-left: 2.2em;
  }

  .testimonial-picture {
    margin-left: 1.1em;
  }

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

  .contact-1-divider {
    margin-top: 4em;
    margin-bottom: 4em;
  }

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

  .footer-social-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .content-text-3 {
    display: none;
  }

  .footer-contact-block.is-1st {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-title-text-1 {
    font-size: 1.3em;
  }

  .footer-term-link {
    margin-left: .8em;
    margin-right: .8em;
  }

  .footer-author-link {
    width: 100%;
  }

  .footer-authors-1 {
    flex-wrap: wrap;
  }

  .footer-contact-link {
    text-align: left;
    flex-flow: row;
    display: block;
  }

  .footer-contact-link.smaller-font {
    font-size: 1.5em;
  }

  .nav-3-brand {
    padding-left: .7em;
    padding-right: 0;
  }

  .nav-3-link-icon {
    margin-left: .4em;
  }

  .nav-3-brand-logo {
    font-size: 1.7em;
  }

  .nav-3-slogan {
    display: none;
  }

  .menu-arrow {
    margin-left: .4em;
    font-size: 1.3em;
  }

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

  .brand-1-column-2 {
    justify-content: flex-start;
  }

  .brand-1-column-3 {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .grid-block-1 {
    height: auto;
    min-height: 20em;
  }

  .grid-content-2 {
    background-color: #0000;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-text-2 {
    font-size: 1.3em;
  }

  .grid-block-2 {
    height: auto;
    min-height: 20em;
  }

  .carousel-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .carousel-slide {
    width: 100%;
  }

  .carousel-mask {
    margin-top: 4em;
  }

  .testimonial-title-2 {
    font-size: 1.3em;
  }

  .portfolio-3-title {
    font-size: 3em;
  }

  .portfolio-3-block {
    padding-left: 8vw;
  }

  .nav-1-brand {
    padding-left: 1.5em;
    padding-right: 0;
  }

  .hero-3-grid-block.in-middle {
    border-color: #ffffff4d #0000;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .hero-3-grid-text-1 {
    font-size: 2.1em;
  }

  .portfolio-3-button {
    font-size: .8em;
  }

  .portfolio-3-service-link {
    letter-spacing: .1em;
    font-size: 1em;
  }

  .nav-1-link.is-cta {
    background-size: 1.3em;
    padding-left: 4vw;
    padding-right: 4em;
  }

  .nav-1-link.is-cta-2 {
    background-position: 14%;
    background-size: 1.6em;
    padding-left: 4em;
    padding-right: 4vw;
    display: none;
  }

  .nav-1-menu-button {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-1-menu-icon {
    margin-right: 1vw;
  }

  .button-text-2 {
    font-size: 2em;
  }

  .all-projects-button {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .services-3-item {
    margin-bottom: 4em;
  }

  .content-text-5 {
    font-size: 1.3em;
    line-height: 1.6em;
  }

  .services-2-cms-list {
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  .service-4-name {
    font-size: 1.5em;
  }

  .service-4-image-1 {
    width: 4em;
  }

  .service-4-link-block, .service-4-link-block:hover {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .service-4-number {
    margin-left: 1.4em;
    margin-right: 1.4em;
  }

  .service-4-icon {
    font-size: 1.5em;
  }

  .footer-3-grid-content {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .footer-2-column-1 {
    padding-top: 6em;
  }

  .footer-2-grid-link-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-2-term-link {
    margin-left: .8em;
    margin-right: .8em;
  }

  .footer-2-main-link {
    border-bottom-color: #272b3d33;
  }

  .footer-2-author-text {
    font-size: .9em;
  }

  .brand-1-column-1 {
    justify-content: flex-start;
  }

  .accordion-inner-in-portfolio-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-tab-link {
    margin-right: 1.7em;
  }

  .footer-main-links-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-main-link-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-main-link-text {
    font-size: 2.8em;
  }

  .padding-inner-cta {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .cta-link-2 {
    min-height: 11em;
    padding-left: 8vw;
  }

  .cta-button-content-2 {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 1.5em;
  }

  .cta-button-name-at {
    font-size: 1.8em;
  }

  .cta-button-image-2 {
    width: 35%;
  }

  .brand-2-image {
    height: 5em;
  }

  .brands-2-title-block {
    padding-top: 6em;
  }

  .brand-3-link {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .brand-3-text-1 {
    min-width: 6em;
  }

  .grid-services-3 {
    padding-top: 8em;
  }

  .services-3-dot {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .service-3-title-block {
    padding-left: 13vw;
  }

  .service-3-name {
    font-size: 1.6em;
  }

  .brand-4-link {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

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

  .cta-button-content-large {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .footer-3-column-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer-3-column-1 {
    padding-top: 6em;
  }

  .footer-3-main-link {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer-3-link-text {
    font-size: 1.7em;
  }

  .footer-link-dot {
    margin-right: 2.4em;
  }

  .footer-4-main-link {
    min-height: 6em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer-4-row-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  .footer-4-term-cms-item {
    padding-top: .2em;
    padding-bottom: .2em;
  }

  .footer-2-grid-content {
    min-width: 80%;
    padding: 2.5em 7vw 0;
  }

  .menu-2-main-link {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .menu-link-dot {
    margin-right: 2.4em;
  }

  .menu-3-grid-content {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .menu-2-column-1 {
    padding-top: 6em;
  }

  .menu-2-link-text {
    font-size: 1.7em;
  }

  .menu-2-column-2 {
    padding: 8vw;
  }

  .circle-button-1 {
    font-size: .8em;
  }

  .portfolio-3-background {
    object-position: 20% 50%;
  }

  .close-button-2 {
    font-size: .7em;
  }

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

  .service-3-tablet-image {
    width: 17%;
    margin-right: 6vw;
  }

  .fullwidth-scroll-down {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .hero-circle-button-2 {
    font-size: .8em;
  }

  .hero-2-sizing {
    padding-top: 10em;
  }

  .services-5-cms-list, .service-5-block {
    grid-template-columns: 1fr;
  }

  .brand-1-logo-block {
    width: auto;
  }

  .nav-3-brand-name {
    font-size: 1.4em;
  }

  .nav-3-slogan-line {
    display: none;
  }

  .hero-1-flex {
    padding-top: 14em;
    padding-bottom: 3em;
  }

  .hero-4-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .scroll-down-button-4 {
    border-bottom: 1px solid #ffffff4d;
    border-right-width: 0;
    border-right-color: #0000;
    min-height: auto;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .hero-4-social-item {
    font-size: 1.3em;
  }

  .hero-4-sizing {
    padding-top: 10em;
  }

  .hero-dot {
    width: .5em;
    height: .5em;
    margin-top: 5.5vw;
    font-size: .8em;
  }

  .listing-1-cms-item {
    border-width: 1px 0 0;
    border-color: #cfd5df #0000 #0000;
  }

  .listing-1-cms-item.in-client-cms {
    border-width: 1px;
    border-color: var(--black);
    background-color: var(--blue-background);
  }

  .listing-1-block-1 {
    padding: 0;
  }

  .listing-1-block-1.in-client-cms {
    flex-wrap: wrap-reverse;
  }

  .listing-1-content {
    flex-wrap: wrap;
    padding: 5em 0 5em 8vw;
  }

  .listing-1-content.in-client-cms {
    width: 100%;
    margin-right: 0%;
    padding: 9vw;
  }

  .team-content-wrap {
    grid-column-gap: 0em;
    justify-content: flex-start;
  }

  .team-content-1 {
    width: 100%;
  }

  .blog-link-block {
    padding: 2em;
  }

  .blog-link-block.is-featured {
    padding-top: 16em;
  }

  .blog-name-text.is-featured {
    font-size: 1.5em;
  }

  .hero-6-flex {
    padding-bottom: 3em;
  }

  .form-text {
    font-size: 1.2em;
  }

  .vertical-image-item {
    width: 37vw;
    height: 21em;
  }

  .vertical-image-item:nth-child(odd) {
    width: 44vw;
  }

  .gallery-cms-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .gallery-cms-item {
    height: 13em;
  }

  .grid-portfolio-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .gallery-circle-button-1 {
    font-size: .7em;
  }

  .portfolio-1-grid-block-2 {
    grid-column-gap: 0em;
    justify-content: flex-start;
  }

  .portfolio-large-content-1 {
    font-size: 1.5em;
  }

  .empty-state-text {
    font-size: 1.2em;
  }

  .grid-about-article {
    grid-column-gap: 1.5em;
  }

  .article-large-description {
    font-size: 2em;
  }

  .article-title-wrap {
    padding-bottom: 3em;
  }

  .rich-text-testimonial ul {
    padding-left: 2.2em;
  }

  .rich-text-testimonial p {
    font-size: 1.6em;
  }

  .testimonial-client-role {
    flex-wrap: wrap;
  }

  .testimonial-bg-size {
    height: 35em;
  }

  .other-testimonial-link {
    padding: 2em;
  }

  .author-cms-inner {
    padding-bottom: 3em;
  }

  .author-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-short-description {
    font-size: 2.2em;
  }

  .grid-content-link {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .grid-content-link.is-full-color {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-socials-2 {
    width: 100%;
  }

  .footer-4-link-text {
    font-size: 1.7em;
  }

  .footer-link-dot-4 {
    margin-right: 2.4em;
  }

  .footer-1-brand-link {
    padding-left: 0;
    padding-right: 0;
  }

  .content-border-block {
    margin-top: 2em;
    padding: 8vw;
  }

  .list-line {
    left: 1.1em;
  }

  .custom-list-gallery {
    max-width: 22em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .custom-list-block {
    padding-bottom: 3.5em;
  }

  .overview-version {
    padding-top: 8em;
  }

  .overview-block-3 {
    max-width: 22em;
  }

  .buttons-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
  }

  .overview-screenshots {
    margin-bottom: 3.5em;
  }

  .gallery-cms-list-large {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .portfolio-inner-1 {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .clients-2-inner-text {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .overview-subtitle {
    font-size: 1.3em;
  }

  .password-block {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .gallery-content {
    padding: 6em 10vw 3.5em;
  }

  .default-home-text {
    font-size: .8em;
  }

  .grid-newsletter {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
  }

  .newsletter-form-block {
    flex-direction: column;
  }

  .newsletter-title-text {
    font-size: 1.6em;
  }

  .newsletter-icon {
    font-size: 1.5em;
  }

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

  .accordion-icon {
    font-size: 1.6em;
  }

  .accordion-icon-block {
    width: 4em;
    margin-left: 1em;
  }

  .newsletter-open-text {
    display: none;
  }

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

  .resume-uppercase-2 {
    font-size: 1em;
    font-weight: 800;
  }

  .resume-content-text-1.is-year-text {
    margin-bottom: 1em;
  }

  .resume-content-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .resume-dot {
    margin-right: 0;
  }

  .resume-title-block {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .contact-1-text-4 {
    font-size: 1.7em;
  }

  .resume-form-subtitle {
    font-size: 1.2em;
  }

  .resume-form-title {
    font-size: 2.6em;
  }

  .footer-inner-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-inner-grid {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-grid-item {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-text-small {
    font-size: 10px;
    line-height: 1.1em;
  }
}

#w-node-_11d489c3-64f3-7a43-fee6-6f08a2912afb-b9c5f5d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11d489c3-64f3-7a43-fee6-6f08a2912b02-b9c5f5d3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11d489c3-64f3-7a43-fee6-6f08a2912b07-b9c5f5d3 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_11d489c3-64f3-7a43-fee6-6f08a2912b10-b9c5f5d3, #w-node-f6b6c8ea-3ee3-1a54-a8d3-f2aca15578e0-b9c5f5d3, #w-node-f6b6c8ea-3ee3-1a54-a8d3-f2aca15578e1-b9c5f5d3, #w-node-f6b6c8ea-3ee3-1a54-a8d3-f2aca15578e3-b9c5f5d3, #w-node-f6b6c8ea-3ee3-1a54-a8d3-f2aca15578e4-b9c5f5d3, #w-node-f6b6c8ea-3ee3-1a54-a8d3-f2aca15578e6-b9c5f5d3, #w-node-f6b6c8ea-3ee3-1a54-a8d3-f2aca15578e8-b9c5f5d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6b6c8ea-3ee3-1a54-a8d3-f2aca15578fb-b9c5f5d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b185daff-7eba-d1a5-94e2-cae9e32c803a-e32c8036, #w-node-b185daff-7eba-d1a5-94e2-cae9e32c8042-e32c8036 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7bb22b8-9394-04b1-9373-60c3024de8f6-6fc5f5d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c7bb22b8-9394-04b1-9373-60c3024de903-6fc5f5d4 {
  justify-self: center;
}

#w-node-c7bb22b8-9394-04b1-9373-60c3024de905-6fc5f5d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1f21e248-842e-c348-6012-7b67c3ffb551-c3ffb542 {
  place-self: auto;
}

#w-node-_379345ef-f3a0-8809-5f75-93e5d97b344b-c3ffb542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f21e248-842e-c348-6012-7b67c3ffb559-c3ffb542 {
  justify-self: stretch;
}

#w-node-_1f21e248-842e-c348-6012-7b67c3ffb554-c3ffb542 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_582329b0-37dd-d7b8-5754-8cb4576fb5ef-576fb5ed, #w-node-_582329b0-37dd-d7b8-5754-8cb4576fb605-576fb5ed, #w-node-_582329b0-37dd-d7b8-5754-8cb4576fb60d-576fb5ed, #w-node-_8ffc7292-f869-602f-c994-f4581ac060fa-1ac0609d, #w-node-_58221339-ea56-89c4-24c8-f2eb82901344-07c5f5d5, #w-node-_58221339-ea56-89c4-24c8-f2eb82901348-07c5f5d5, #w-node-_58221339-ea56-89c4-24c8-f2eb8290134c-07c5f5d5, #w-node-_58221339-ea56-89c4-24c8-f2eb8290134e-07c5f5d5, #w-node-_581b47fb-fb3e-921e-a23d-9deab898ebe7-b898ebe3, #w-node-_581b47fb-fb3e-921e-a23d-9deab898ebea-b898ebe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_581b47fb-fb3e-921e-a23d-9deab898ebed-b898ebe3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d4e66fd3-95b0-0deb-a56c-7e7a80d59b60-63c5f5d7, #w-node-d4e66fd3-95b0-0deb-a56c-7e7a80d59b61-63c5f5d7, #w-node-d4e66fd3-95b0-0deb-a56c-7e7a80d59b63-63c5f5d7, #w-node-d4e66fd3-95b0-0deb-a56c-7e7a80d59b65-63c5f5d7, #w-node-d4e66fd3-95b0-0deb-a56c-7e7a80d59b67-63c5f5d7, #w-node-d4e66fd3-95b0-0deb-a56c-7e7a80d59b69-63c5f5d7, #w-node-_347f6724-b03f-e24b-89cc-74f828b72a2e-63c5f5d7, #w-node-_347f6724-b03f-e24b-89cc-74f828b72a30-63c5f5d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e66fd3-95b0-0deb-a56c-7e7a80d59b6b-63c5f5d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa2fe76e-8a90-80b1-47dd-7e4fcf3f2743-63c5f5d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cbd6a6c-c7c1-a30b-c6c6-a29b93f3f9c0-63c5f5d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b2ec46e6-683d-8eba-bf47-3e34a1a22e2d-a1a22e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2ec46e6-683d-8eba-bf47-3e34a1a22e30-a1a22e2b, #w-node-b2ec46e6-683d-8eba-bf47-3e34a1a22e4a-a1a22e2b, #w-node-b2ec46e6-683d-8eba-bf47-3e34a1a22e52-a1a22e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6203026c-3248-c933-059d-59b517514e75-47c5f5d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca86c8a6-8975-6d65-beac-b0540008e936-bcc5f5d9, #w-node-ca86c8a6-8975-6d65-beac-b0540008e93e-bcc5f5d9 {
  align-self: stretch;
}

#w-node-_1afd8504-a330-8cdc-5fee-cf66fd4ad286-c8c5f5da {
  justify-self: center;
}

#w-node-_1afd8504-a330-8cdc-5fee-cf66fd4ad288-c8c5f5da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f736e69-a263-2ec1-3c09-e9064281d876-c8c5f5da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63fd320d-1568-42d0-b201-71ac2e617997-aec5f632 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_034f98af-0033-8d6d-d353-95f5b9e5eeb5-5047deb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_034f98af-0033-8d6d-d353-95f5b9e5eebc-5047deb4, #w-node-_352f0b6b-ea4c-fc75-3f6a-16c093003939-238a4c72, #w-node-_352f0b6b-ea4c-fc75-3f6a-16c093003939-b9b0e731, #w-node-_352f0b6b-ea4c-fc75-3f6a-16c093003939-1340e886, #w-node-_352f0b6b-ea4c-fc75-3f6a-16c093003939-6972d91e, #w-node-_352f0b6b-ea4c-fc75-3f6a-16c093003939-6976c3ee, #w-node-_352f0b6b-ea4c-fc75-3f6a-16c093003939-d17175f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c07c34db-3b52-5a4c-ace6-971c64652f02-64652eff {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_28057fad-4b66-34db-a8d6-524fc040f614-c040f60b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_65ffb354-f884-611a-011c-4a3af31c6d39-17ce984d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_11d489c3-64f3-7a43-fee6-6f08a2912afa-b9c5f5d3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_11d489c3-64f3-7a43-fee6-6f08a2912b02-b9c5f5d3, #w-node-_11d489c3-64f3-7a43-fee6-6f08a2912b07-b9c5f5d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11d489c3-64f3-7a43-fee6-6f08a2912b0f-b9c5f5d3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c7bb22b8-9394-04b1-9373-60c3024de905-6fc5f5d4 {
    justify-self: start;
  }

  #w-node-_1f21e248-842e-c348-6012-7b67c3ffb551-c3ffb542 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_581b47fb-fb3e-921e-a23d-9deab898ebea-b898ebe3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_581b47fb-fb3e-921e-a23d-9deab898ebed-b898ebe3 {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: start;
  }

  #w-node-_1afd8504-a330-8cdc-5fee-cf66fd4ad288-c8c5f5da {
    justify-self: start;
  }

  #w-node-_034f98af-0033-8d6d-d353-95f5b9e5eeb4-5047deb4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f6b6c8ea-3ee3-1a54-a8d3-f2aca15578fb-b9c5f5d3 {
    justify-self: start;
  }

  #w-node-_1235ebfa-6d17-ba4c-a90a-7426398c0dfc-6fc5f5d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c7bb22b8-9394-04b1-9373-60c3024de8f6-6fc5f5d4 {
    grid-column: span 2 / span 2;
  }

  #w-node-c7bb22b8-9394-04b1-9373-60c3024de903-6fc5f5d4 {
    justify-self: start;
  }

  #w-node-_581b47fb-fb3e-921e-a23d-9deab898ebea-b898ebe3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_581b47fb-fb3e-921e-a23d-9deab898ebed-b898ebe3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4e66fd3-95b0-0deb-a56c-7e7a80d59b6b-63c5f5d7, #w-node-_1afd8504-a330-8cdc-5fee-cf66fd4ad286-c8c5f5da {
    justify-self: start;
  }

  #w-node-_034f98af-0033-8d6d-d353-95f5b9e5eeb4-5047deb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_034f98af-0033-8d6d-d353-95f5b9e5eec1-5047deb4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c07c34db-3b52-5a4c-ace6-971c64652f02-64652eff {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_11d489c3-64f3-7a43-fee6-6f08a2912afa-b9c5f5d3, #w-node-_11d489c3-64f3-7a43-fee6-6f08a2912b0f-b9c5f5d3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1f21e248-842e-c348-6012-7b67c3ffb551-c3ffb542 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f21e248-842e-c348-6012-7b67c3ffb555-c3ffb542 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto stretch;
  }

  #w-node-_581b47fb-fb3e-921e-a23d-9deab898ebed-b898ebe3 {
    grid-column: span 1 / span 1;
  }

  #w-node-ca86c8a6-8975-6d65-beac-b0540008e93e-bcc5f5d9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_034f98af-0033-8d6d-d353-95f5b9e5eec1-5047deb4 {
    grid-column-end: 3;
  }

  #w-node-_999e61e2-00eb-22c4-06f9-280bcee6bd8b-17ce984d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


