:root {
  --valkyrie-black: #000;
  --white: white;
  --red: #e41213;
  --divider: #8e8e8e33;
  --body-color: #272b3d;
  --white-smoke: #f5f2f0;
  --blue-background: #f0f2f6;
  --valkyrie-grey: #181818;
  --black-4: #1e2130;
  --white-faint: #ffffff26;
  --black-3: #151720;
  --dim-grey-2: #796b60;
  --tan: #cab7a8;
  --linen: #e4d9d0;
  --dark-slate-blue: #474c64;
  --white-50: #ffffff80;
  --white-20: #fff3;
  --black-2: #38302a;
  --ghost-white: #e5e8f0;
  --black-20: #0003;
  --gainsboro: #e4e6eb;
  --sea-green: #118f47;
  --grey: #748374;
  --dim-grey: #586958;
  --grey-2: #86796f;
  --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;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--valkyrie-black);
  color: var(--white);
  font-family: Open Sans, 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: 1;
  background-color: var(--valkyrie-black);
  position: relative;
  overflow: hidden;
}

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

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

.section.is-cta-sec {
  background-color: var(--valkyrie-black);
}

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

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

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

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

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

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

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

.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(--divider);
  border-bottom: 1px solid var(--divider);
}

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

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

.section.is-form-sec {
  border-top: 1px solid #fff3;
  border-bottom: 1px solid var(--divider);
  background-color: var(--valkyrie-black);
}

.section.is-overview-sec-2 {
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  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(--divider);
  border-bottom: 1px solid var(--divider);
}

.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(--divider);
  background-color: var(--blue-background);
}

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

.section.services-image {
  z-index: 5;
  background-color: var(--body-color);
  height: 60vh;
  overflow: visible;
}

.section.top-border {
  border-top: 1px solid #fff3;
}

.section.old-image {
  display: none;
}

.container {
  z-index: 5;
  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: 1600px;
  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;
}

.container.top-bottom-margin {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.container.quote {
  padding-left: 8em;
  padding-right: 8em;
}

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

.container._1600px {
  max-width: 1600px;
  padding-left: 3.5em;
  padding-right: 3.5em;
}

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

.padding-inner {
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
  display: block;
}

.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: Open Sans, 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: 5em;
  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: 4em;
  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: capitalize;
  font-size: 5em;
  font-weight: 700;
  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);
  text-indent: -.03em;
  max-width: 9em;
  margin-bottom: .6em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.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: 0;
  text-indent: -.03em;
  max-width: 6em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
}

.heading.is-about-title-1 {
  text-align: center;
  letter-spacing: 0;
  text-indent: -.04em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 6em;
  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-1.is-left-aligned {
  text-align: left;
  margin-top: .5em;
  margin-bottom: .5em;
}

.heading.is-about-title-1.left-aligned, .heading.is-about-title-1.margin {
  margin-top: .5em;
  margin-bottom: .5em;
}

.heading.is-about-title-1.is-right-aligned {
  text-align: right;
  margin-top: .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: 0;
  text-indent: -.03em;
  font-size: 72px;
  font-weight: 700;
}

.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: 1.5em;
  line-height: 1.1em;
}

.heading.is-gallery-title-2.fc {
  font-size: 1em;
}

.heading.services {
  letter-spacing: 0;
  text-indent: -.03em;
  font-size: 3.5em;
  font-weight: 700;
}

.heading.services.accordion-title {
  text-align: center;
}

.portfolio-1-cms-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.portfolio-1-image {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25em;
  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: visible;
}

.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.news, .cover-image.team {
  filter: grayscale();
}

.cover-image.article-image {
  object-fit: cover;
  max-width: none;
  inset: auto;
}

.portfolio-1-cms-item {
  flex-direction: column;
  justify-content: flex-start;
  width: 32%;
  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 {
  color: var(--white);
  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: var(--white);
  margin-right: 1.5em;
  font-size: 1.3em;
}

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

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

.accordion-arrow.valkyrie-v {
  filter: none;
}

.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: #1b1b1b;
  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(--divider);
  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(--divider);
  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: 1em 5em;
}

.accordion-content-text {
  letter-spacing: .01em;
  margin-bottom: 1.3em;
  font-size: 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(--white-faint);
  width: 100%;
  height: 1px;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}

.portfolio-1-divider.black {
  background-color: var(--black-3);
}

.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: 35em;
  max-height: 400px;
}

.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 2.8em auto auto;
}

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

.empty-state-default {
  border: 1px solid var(--divider);
  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: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-block-1.left-aligned {
  text-align: left;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 0;
}

.content-block-1.left-aligned.bottom-margin {
  text-align: center;
  max-width: 100%;
  margin-left: 0;
  padding-bottom: 0;
}

.content-block-1.bottom-margin {
  margin-bottom: 1.5em;
}

.content-block-1.right-aligned {
  text-align: right;
  align-items: flex-end;
}

.content-block-1.central-algined {
  text-align: center;
}

.content-text-1 {
  text-align: left;
  max-width: 28em;
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.content-text-1.wide {
  text-align: center;
  max-width: 40em;
}

.content-text-1.top-margin {
  text-align: center;
  margin-top: 2em;
}

.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(--red);
}

.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: flex;
  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;
  margin-bottom: 12em;
  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: capitalize;
  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(--white);
  color: var(--white);
}

.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: -999;
  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, .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: #34383b;
  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: #6c757d;
  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 {
  color: #6c757d;
  min-height: 2em;
  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 {
  background-color: var(--red);
  color: #fff;
  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;
}

.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;
  max-width: 9.3em;
  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(--divider);
  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(--divider);
  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 {
  color: #ffffffb3;
  text-align: left;
  min-width: 10em;
}

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

.rich-text h4 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 22px;
  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: 18px;
  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: 46px;
  font-weight: 700;
  line-height: 1em;
}

.rich-text h2 {
  letter-spacing: -.02em;
  margin-bottom: .4em;
  font-size: 36px;
  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: 16px;
  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: 28px;
  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: 16px;
  line-height: 1.5em;
}

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

.rich-text blockquote {
  border-bottom: 1px solid var(--white-50);
  color: var(--white-50);
  border-left-width: 0;
  border-left-color: #0000;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1.5em;
  font-size: 16px;
  line-height: 1.7em;
}

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

.testimonial-title-1 {
  text-transform: none;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7em;
}

.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(--valkyrie-black);
  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(--white);
  margin-bottom: .5em;
  font-size: 1em;
  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 {
  color: var(--white-50);
  letter-spacing: .1em;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.2em;
}

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

.contact-1-column-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.contact-1-divider {
  background-color: var(--divider);
  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: auto auto auto auto;
  grid-auto-columns: 1fr;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: grid;
}

.footer-row-1 {
  border-top: 1px solid #fff3;
  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: var(--valkyrie-grey);
}

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

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

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

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

.footer-social-icon {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: .7em;
  height: .7em;
  font-size: 1.5em;
}

.footer-social-icon.linkedin, .footer-social-icon.instagram {
  background-image: url('../images/linkedin.png');
}

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

.content-text-3.social {
  margin-left: 25px;
}

.footer-row-3 {
  border-bottom: 1px solid var(--white-20);
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.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-end;
  display: flex;
}

.footer-contact-block.is-1st {
  align-items: center;
}

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

.footer-row-4 {
  background-color: var(--valkyrie-black);
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

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

.footer-term-cms-item {
  align-self: center;
  display: flex;
}

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

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

.footer-term-link._1st {
  margin-left: 2em;
}

.footer-row-2 {
  border-top: 1px solid #fff3;
  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: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-flex-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer-author-link {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  border: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  padding: .7em 1em;
  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: .7em;
  height: .7em;
  margin-left: .5em;
  font-size: 1.3em;
}

.author-text-1 {
  text-align: center;
  letter-spacing: .1em;
  text-transform: capitalize;
  font-size: .7em;
}

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

.footer-contact-link {
  color: #ffffffd9;
  letter-spacing: .1em;
  text-transform: none;
  margin-top: .3em;
  margin-bottom: .3em;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
  display: inline-block;
}

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

.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);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  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;
  flex: 1;
  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;
  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 {
  text-align: left;
  border-top: 2px solid #62626280;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.8em;
  display: flex;
}

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

.service-2-text {
  color: #ffffff80;
  text-align: left;
  max-width: 21em;
  font-size: 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(--white);
  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: 10;
  mix-blend-mode: multiply;
  background-color: #20233180;
  background-image: linear-gradient(#0000 85%, #000);
  position: absolute;
  inset: 0%;
}

.portfolio-3-overlay-color.home {
  z-index: -5;
}

.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: .8em;
  height: .8em;
  font-size: 1.6em;
  position: absolute;
}

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

.circle-button-icon.valkyrie {
  width: 1.5em;
  height: 1.5em;
  display: none;
}

.circle-button-icon.arrow, .circle-button-icon.news {
  background-image: none;
}

.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: capitalize;
  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: 12px;
  font-weight: 700;
  transition: background-color .2s, color .2s, border-color .2s;
  display: flex;
}

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

.nav-1-link.w--current {
  border-bottom-color: var(--red);
  color: var(--red);
  text-transform: capitalize;
}

.nav-1-link.is-cta {
  color: #fff;
  background-color: #ffffff12;
  border: 1px solid #0000;
  border-left-color: #ffffff4d;
  padding-left: 3.3em;
  padding-right: 3.3em;
}

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

.nav-1-link.is-cta.w--current {
  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;
  display: none;
}

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

.nav-1-link.dropdown {
  font-size: 12px;
  transition: color .2s, background-color .2s, border-color .2s;
}

.nav-1-link.dropdown:hover {
  color: #fff;
}

.nav-1-link.about {
  display: none;
}

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

.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;
  flex-direction: column;
  grid-template-rows: 85% 10%;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 95vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.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: 6em;
  height: 6em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 2%;
}

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

.hero-3-column-1 {
  display: none;
}

.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(--valkyrie-black);
}

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

.clients-cms-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 15px;
  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(--white);
  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: #95959580;
  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 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--black-2);
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3em 2em 2em;
  display: flex;
}

.uppercase-title {
  color: var(--red);
  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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
  top: 1px;
}

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

.footer-main-link-3:hover {
  border-bottom: 1px solid var(--red);
  color: var(--red);
}

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

.footer-main-link-text {
  letter-spacing: .1em;
  text-transform: capitalize;
  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(--divider);
  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;
  padding-top: .4em;
  padding-bottom: .4em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

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

.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 {
  color: var(--body-color);
}

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

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

.small-link.services {
  color: var(--white);
}

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

.small-link.footer {
  padding: 1em;
  font-weight: 700;
}

.small-link.footer:hover, .small-link.footer.w--current {
  color: var(--red);
}

.small-text-link {
  letter-spacing: .1em;
  text-transform: capitalize;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

.small-text-link.footer {
  color: #fffc;
  font-size: .9em;
  font-weight: 400;
}

.small-text-link.footer:hover {
  color: var(--red);
}

.small-link-line {
  background-color: var(--red);
  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(--divider);
}

.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;
  border-top: 1px solid var(--white-faint);
  background-color: var(--valkyrie-black);
  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-image: linear-gradient(#000, #0000);
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.category-name {
  color: var(--black-3);
  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;
  place-items: center;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  display: grid;
}

.title-block-1.is-left-aligned {
  justify-items: start;
}

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

.title-block-column-2.latest {
  color: var(--white);
  margin-left: 2em;
}

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

.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, .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: 3em;
  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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

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

.listing-1-block-1 {
  color: var(--white);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  padding: 0;
  transition: color .2s;
  display: flex;
  position: relative;
}

.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.5em;
  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: var(--white);
  text-align: center;
  max-width: 70%;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
  position: absolute;
}

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

._3d-text.news {
  font-size: 2em;
}

.about-padding-inner-1 {
  padding: 3.5em 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 {
  width: 100%;
}

.blog-cms-item.is-featured {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.blog-link-block {
  z-index: 10;
  color: var(--body-color);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 40em;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-link-block.is-featured {
  align-items: flex-end;
  width: 50vw;
  min-height: 40vh;
  margin-bottom: 1.5em;
  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: column;
  justify-content: space-between;
  align-items: flex-start;
  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(--valkyrie-black));
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-name-text {
  z-index: 20;
  font-size: 1.5em;
  font-weight: 600;
  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: 45%;
  padding: 30px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-article-bg.is-featured {
  width: 100%;
  height: 100%;
  inset: auto 0% 0% auto;
}

.blog-article-bg.service {
  height: 50%;
}

.hero-6-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 11em;
  padding-bottom: 5em;
  display: grid;
}

.hero-6 {
  z-index: 10;
  background-color: var(--valkyrie-black);
  color: var(--white);
  position: relative;
}

.hero-6-inner {
  max-width: 55em;
}

.form-text {
  color: #fffc;
  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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-left: -4em;
}

.circle-image-1.is-3rd {
  z-index: 8;
  margin-left: -4em;
}

.circle-image-1.is-1st {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.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;
  max-width: 70%;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  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;
}

.contact-grid-block-3 {
  max-width: 26em;
}

.contact-grid-block-3.hidden {
  display: none;
}

.fullwidth-divider {
  z-index: 10;
  background-color: #494949;
  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(--divider);
  width: 1px;
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.article-timeline-bg {
  background-color: var(--red);
  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;
  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(--red);
  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: none;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.article-content {
  max-width: 53em;
}

.article-large-description {
  font-size: 36px;
  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: 10em;
  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;
  filter: grayscale();
  width: 60%;
  max-width: 1200px;
  height: 35em;
  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: flex-start;
  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(--valkyrie-black);
  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 {
  grid-row-gap: 8em;
  flex-direction: column;
  width: 100%;
  padding-top: 12em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.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;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.absolute-block-200vh.is-on {
  display: block;
}

._3d-for-text {
  z-index: 10;
  perspective: 1000px;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.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;
  max-width: 100vw;
  height: 30vh;
  display: flex;
  overflow: hidden;
}

.gallery-cms-page-list {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  max-width: 100vw;
  display: flex;
}

.gallery-cms-page-item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 10px;
  transition: width .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-cms-page-item:hover {
  width: 180%;
  padding: 10px;
}

.gallery-overlay-color {
  z-index: 25;
  mix-blend-mode: multiply;
  background-color: #1e213080;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.gallery-overlay-color:hover {
  opacity: .3;
}

.gallery-content-revealed {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding-bottom: 2.3em;
  padding-left: 1.8em;
  padding-right: 1.8em;
  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;
  position: relative;
}

.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: multiply;
  background-color: #1a1c295e;
  position: absolute;
  inset: 0%;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-text-1 {
  text-align: center;
  max-width: 65%;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.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;
  color: var(--red);
  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;
}

.badge-text-1 {
  color: #fff;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  background-color: #911061;
  border-radius: 10px;
  padding: .2em .8em;
  font-size: .7em;
  font-weight: 500;
}

.badge-text-1.is-cms {
  background-color: #6841d6;
}

.badge-text-1.is-2nd {
  background-color: #6d6369;
}

.overview-link-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.overview-link-1 {
  z-index: 1;
  color: #12042c;
  border: 1px solid #d2ccdd;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-height: 14em;
  margin-top: -1px;
  margin-left: -1px;
  padding: 2em;
  transition: border-color .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.overview-link-1:hover {
  z-index: 2;
  background-color: #12042c0d;
  border-color: #9e94b1;
  width: 120%;
  font-weight: 500;
}

.overview-link-1.is-1st {
  background-color: #cfc1e933;
  border-color: #c0b8cf;
}

.overview-link-1.is-1st:hover {
  background-color: #cfc1e966;
  border-color: #9e94b1;
}

.title-with-badge {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overview-block-4 {
  width: 100%;
  padding-bottom: 2em;
}

.overview-direction-title {
  font-size: 1.5em;
  font-weight: 600;
}

.overview-links {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4em;
  display: flex;
}

.overview-links.is-2nd {
  margin-bottom: 0;
}

.overview-link-name {
  font-size: 1.3em;
  line-height: 1.3em;
}

.overview-ui-kit {
  grid-column-gap: 0em;
  grid-row-gap: 1.25em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10em;
  display: flex;
}

.overview-ui-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--blue-background);
  color: #12042c;
  border: 1px solid #aeb7ca;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 24%;
  min-height: 10em;
  padding: 1em;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.overview-ui-link:hover {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #d8dce6;
  border-color: #80899e;
}

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

.image {
  height: 60%;
}

.gallery-content-hidden {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px;
  display: none;
  position: relative;
}

.image-2 {
  filter: hue-rotate(180deg);
  width: 100%;
  max-width: 50px;
}

.main-logo {
  align-self: center;
  max-width: 25vw;
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block {
  background-color: #4a4a4a;
  height: .5px;
}

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

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

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

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

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

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

.service-text {
  color: #ffffff80;
  max-width: 30em;
  margin-top: 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7em;
}

.cms-div {
  z-index: 999;
  max-width: 100vw;
  position: absolute;
  inset: 379px 0% 0%;
}

.information-div {
  display: none;
}

.preloader {
  z-index: 999;
  background-color: var(--valkyrie-black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.who-we-work-with-image {
  width: 100%;
  max-height: 250px;
  margin-bottom: 10px;
}

.blog-description-block {
  z-index: 10;
  padding-top: 22px;
  position: relative;
}

.blog-description-text {
  height: 2.5em;
  overflow: hidden;
}

.date-news {
  margin-bottom: 10px;
  font-size: .8vw;
}

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

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

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

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

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

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

.vantage-logo {
  margin-left: .5em;
}

.footer-link {
  letter-spacing: .1em;
  text-transform: capitalize;
}

.main-image-service {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-image {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map, .html-embed {
  height: 100%;
}

.text-block {
  color: #fffc;
}

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

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

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

.nav-1-link-copy.is-cta {
  color: #fff;
  background-color: #ffffff12;
  border: 1px solid #0000;
  border-left-color: #ffffff4d;
  padding-left: 3.3em;
  padding-right: 3.3em;
}

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

.nav-1-link-copy.is-cta.w--current {
  background-color: var(--red);
}

.nav-1-link-copy.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;
  display: none;
}

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

.nav-1-link-copy.dropdown {
  font-size: 12px;
  transition: color .2s, background-color .2s, border-color .2s;
}

.nav-1-link-copy.dropdown:hover {
  color: #fff;
}

.dropdown-menu-div {
  z-index: 99;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.dropdown-menu-div.with-background-color {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  border-radius: 0%;
  padding-top: 0;
  top: 100%;
}

.dropdown-menu-div.with-background-color.w--open {
  z-index: 100;
  background-color: #fff0;
  border-width: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.dropdown-menu-div.is-social-border {
  border-color: #272b3d2e;
}

.dropdown-menu-div.is-social-border.is-white {
  border-color: #fff3;
}

.dropdown-menu-div.is-horizontal-line {
  border-color: #0000 #0000 #ffffff59;
  border-radius: 0%;
}

.dropdown-menu-div.is-invert {
  border-color: #272b3d66;
}

.dropdown-menu-div.in-gallery {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000017;
}

.dropdown-toggle {
  text-transform: capitalize;
  padding: 0;
}

.dropdown-link-block {
  color: #fffc;
  padding: 20px 40px 20px 20px;
}

.dropdown-link-block:hover, .dropdown-link-block.w--current {
  color: var(--red);
}

.services-cards {
  width: 100%;
}

.services-cards-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  justify-items: center;
  width: 100%;
  display: flex;
}

.services-cards-list.is-featured {
  display: block;
}

.services-card-item {
  border: 1px solid var(--divider);
  width: 23%;
}

.services-card-link {
  z-index: 10;
  color: var(--body-color);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 35em;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card-link.is-featured {
  align-items: flex-end;
  min-height: auto;
  padding: 2.5em;
}

.date-news-copy {
  margin-bottom: 10px;
  font-size: .8vw;
}

.service-card-title {
  z-index: 20;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.4em;
  position: relative;
}

.service-card-title.is-featured {
  font-size: 2em;
  font-weight: 600;
}

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

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

.services-card-image.news {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
}

.services-card-image.team {
  filter: grayscale();
}

.services-card-image.services {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
}

.services-card-description {
  font-size: .9em;
  overflow: visible;
}

.service-title-block {
  z-index: 10;
  border-bottom: 1px solid var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  top: 1px;
}

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

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

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

.circle-button-icon-valkyrie.valkyrie {
  width: 1.5em;
  height: 1.5em;
  display: none;
}

.cover-header {
  text-align: center;
  margin-top: 40px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.7em;
  position: static;
  top: 69px;
}

.cover-header.mobile {
  line-height: 1.7em;
  display: block;
}

.text-span {
  color: #8c8c8c;
  font-weight: 300;
}

.services-main-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 600px;
  position: relative;
  inset: 0%;
}

.services-hero {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 0;
  display: grid;
}

.services-text {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-3 {
  width: 100%;
  height: 50%;
  padding: 1.6em;
  position: absolute;
  inset: auto 0% 0%;
}

.services-text-content {
  width: 100%;
  height: 50%;
  padding: 1.5em 1.6em;
  position: absolute;
  inset: auto 0% 0%;
}

.services-hero-inner-1 {
  max-width: 55em;
  padding-left: 8em;
  padding-right: 8em;
}

.home-buttons {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-bottom: -181px;
  display: flex;
  box-shadow: 0 6px 25px #cfcfee;
}

.collection-list-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.next-previous-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: grid;
}

.previous-button-container, .next-button-container {
  text-align: center;
}

.no-previous-container, .no-next-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

.next-previous-list {
  max-width: 60vw;
}

.next-previous-header {
  color: var(--white);
  font-size: 1.2vw;
  transition: color .2s;
}

.next-previous-header:hover {
  color: var(--red);
}

.next-previous-header.w--current {
  color: var(--white);
  text-align: center;
}

.heading-2, .heading-3 {
  margin-bottom: 30px;
}

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

.text-span-2, .text-span-3 {
  color: #747474;
}

.setsusapartgrid {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 5em;
  display: grid;
}

.footer4-left {
  align-items: center;
  display: flex;
}

.section-2 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 65px;
  padding-right: 65px;
}

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

.footer4-wrap {
  border-top: 1px solid #ebedee;
}

.footer4-link {
  opacity: .7;
  color: var(--white-50);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer4-link:hover {
  opacity: 1;
  color: var(--white);
}

.footer4-link.footer4-copyright-link {
  margin-left: 0;
  margin-right: 0;
}

.footer4-icon {
  opacity: .7;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.footer4-icon:hover {
  opacity: 1;
}

.footer4-icons-wrap {
  align-items: center;
  display: flex;
}

.footer4-middle {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer4-link-photography {
  opacity: .7;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 8px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer4-link-photography:hover {
  opacity: 1;
}

.grid-accreditation {
  grid-column-gap: 4.5em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-block-3 {
  color: var(--white-50);
  text-align: center;
}

.accreditation-logo-div {
  max-width: 10em;
}

.accreditation-logo-div.height {
  max-width: none;
  overflow: hidden;
}

.accreditation-logo-div.bigger {
  max-width: 11em;
}

.image-3 {
  max-width: 125px;
  max-height: 8em;
}

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

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.home-page-hero-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  grid-template-rows: 85% 10%;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 95vh;
  padding-bottom: 0;
  display: flex;
}

.next-previous-lists {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 2em;
  display: grid;
}

.footer-rows-1 {
  background-color: var(--valkyrie-grey);
  border-top: 1px solid #fff3;
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
  display: block;
}

.footer-rows-1.in-brands {
  padding-bottom: 6em;
}

.footer-rows-1.pt-0 {
  padding-top: 0;
}

.footer-rows-1.pb-4em {
  padding-bottom: 4em;
}

.footer-rows-1.pb-0em {
  padding-bottom: 0;
}

.footer-rows-1.pt-4em {
  padding-top: 4em;
}

.link {
  color: var(--red);
  margin-left: .75em;
  font-size: .7em;
}

.text-block-5 {
  color: var(--white-50);
  margin-left: 1em;
}

.core-values-text {
  z-index: 50;
  background-color: var(--black-20);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hidden-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-4 {
  padding-bottom: 2px;
}

.service-2-text-v2 {
  color: var(--white-50);
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
}

.pagination {
  margin-top: 1.5em;
}

.news-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;
  padding: 1.1em;
  font-weight: 600;
  line-height: 1em;
  transition: color .2s, background-color .2s;
  position: relative;
}

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

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

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

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

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

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

.form-container {
  z-index: 1;
  position: relative;
}

.recaptcha-container {
  z-index: 998;
  pointer-events: auto;
  position: relative;
}

.code-embed {
  pointer-events: auto;
}

.paragraph-3 {
  max-width: 26em;
  margin-top: 30px;
}

.text-block-7 {
  max-width: 26em;
  margin-top: 25px;
}

.services-tile-div {
  width: 100%;
}

.ticker-wrapper {
  width: 80%;
  overflow: hidden;
}

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

.marquee-horizontal {
  z-index: 200;
  border: 1px solid var(--white-20);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.marquee-text {
  color: var(--white);
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-size: 1em;
  font-weight: 400;
}

.div-block-7, .collection-item-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  display: flex;
}

.collection-list-2 {
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  background-color: var(--red);
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-4 {
  text-align: center;
  font-size: 1em;
}

.gallery-title-text-fc {
  opacity: .8;
  color: var(--white);
  letter-spacing: -.03em;
  text-transform: none;
  margin-bottom: .7em;
  padding-top: 2.3em;
  padding-left: 1.8em;
  font-size: 1.5em;
  font-weight: 600;
  position: absolute;
  inset: 0% auto auto 0%;
}

.forensic-badge {
  background-color: #ff5532;
  padding: 10px 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mobile-news-badge {
  background-color: var(--red);
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: relative;
}

.partnership-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.partnership-heading.fullscreen-hero-1-title {
  color: var(--white);
  text-indent: -.03em;
  max-width: 9em;
  margin-bottom: .6em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1em;
}

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

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

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

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

.partnership-heading.is-about-title-1.is-left-aligned {
  text-align: left;
  margin-top: .5em;
  margin-bottom: .5em;
}

.partnership-heading.is-about-title-1.left-aligned, .partnership-heading.is-about-title-1.margin {
  margin-top: .5em;
  margin-bottom: .5em;
}

.partnership-heading.is-about-title-1.is-right-aligned {
  text-align: right;
  margin-top: .5em;
}

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

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

.partnership-heading.in-hero-6-title {
  letter-spacing: 0;
  text-indent: -.03em;
  font-size: 72px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.partnership-heading.is-gallery-title-2.fc {
  font-size: 1em;
}

.partnership-heading.services {
  letter-spacing: 0;
  text-indent: -.03em;
  font-size: 3.5em;
  font-weight: 700;
}

.partnership-heading.services.accordion-title {
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .heading.content-title-1 {
    font-size: 4em;
  }

  .heading.home-3-title {
    font-size: 3.5em;
  }

  .heading.in-title-block-1 {
    letter-spacing: 0;
    text-indent: 0;
    font-size: 40px;
  }

  .heading.fullscreen-hero-1-title, .heading.in-hero-4 {
    font-size: 80px;
  }

  .heading.is-about-title-1 {
    font-size: 72px;
  }

  .heading.is-about-title-1.is-centered {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 72px;
  }

  .heading.is-about-title-1.is-left-aligned, .heading.is-about-title-1.left-aligned, .heading.is-about-title-1.margin {
    font-size: 72px;
  }

  .heading.in-hero-6-title {
    font-size: 80px;
  }

  .heading.is-blog-title {
    font-size: 72px;
  }

  .heading.is-gallery-title-2 {
    font-size: 26px;
  }

  .heading.is-gallery-title-2.fc {
    font-size: 14px;
  }

  .heading.services {
    font-size: 50px;
  }

  .portfolio-1-cms-list {
    grid-column-gap: 5%;
  }

  .portfolio-1-image {
    max-height: 400px;
  }

  .portfolio-1-cms-item {
    width: 30%;
  }

  .accordion-title.in-testimonial {
    font-size: 22px;
  }

  .accordion-title.in-portfolio-1 {
    font-size: 16px;
  }

  .accordion-circle {
    top: 0;
  }

  .accordion-content-text {
    font-size: 14px;
    line-height: 20px;
  }

  .listing-1-text-1 {
    font-size: 12px;
  }

  .listing-2-title-text.is-larger {
    font-size: 22px;
  }

  .listing-2-content-text.is-larger {
    font-size: 13px;
  }

  .content-text-1 {
    font-size: 16px;
    line-height: 24px;
  }

  .main-button {
    text-transform: capitalize;
    padding: 11px 26px;
  }

  .button-text {
    font-size: 12px;
  }

  .form-button {
    font-size: 14px;
  }

  .checkbox {
    border-width: 3px;
    width: 20px;
    height: 20px;
  }

  .form-field {
    min-height: 50px;
    font-size: 17px;
  }

  .form-field.text-area {
    min-height: 150px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .form-success-message-2 {
    background-color: var(--red);
  }

  .form {
    max-width: 450px;
  }

  .rich-text p {
    font-size: 16px;
  }

  .rich-text.in-testimonial {
    font-size: .8vw;
  }

  .testimonial-title-1 {
    font-size: 14px;
  }

  .testimonial-title-1.is-1st {
    font-size: .8em;
  }

  .contact-1-text-link {
    font-size: 16px;
  }

  .contact-1-text-2 {
    font-size: 12px;
  }

  .contact-1-text-1 {
    font-size: 28px;
  }

  .footer-social-icon {
    width: 20px;
    height: 20px;
  }

  .footer-social-icon.instagram {
    background-image: url('../images/instagram.png');
  }

  .content-text-3 {
    font-size: 11px;
  }

  .footer-row-3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .footer-term-link {
    margin-left: 2em;
    font-size: 11px;
  }

  .footer-row-2 {
    background-color: var(--valkyrie-grey);
  }

  .footer-author-link {
    width: 240px;
    padding: .5em;
    font-size: .8em;
  }

  .author-icon-1 {
    margin-left: .7em;
  }

  .author-text-1, .footer-contact-link {
    font-size: 11px;
  }

  .service-2-block {
    text-align: left;
  }

  .service-2-title {
    font-size: 26px;
  }

  .service-2-text {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .service-2-title-link {
    text-align: left;
  }

  .navbar-1-transparent {
    height: 75px;
  }

  .circle-button-text-1 {
    font-size: 14px;
  }

  .circle-button-text-1.is-social-text-2 {
    font-size: 13px;
  }

  .circle-button-icon {
    background-image: none;
    width: 20px;
    height: 20px;
  }

  .circle-button-icon.is-social {
    width: 20px;
    height: 20px;
  }

  .circle-button-icon.is-social.contact {
    position: static;
  }

  .circle-button-icon.arrow {
    background-image: none;
  }

  .nav-1-link, .nav-1-link.w--current {
    text-transform: capitalize;
  }

  .scroll-down-button-2 {
    width: 90px;
    height: 90px;
  }

  .uppercase-title {
    font-size: 12px;
  }

  .footer-main-links-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: .8em;
    display: grid;
  }

  .footer-main-link-3 {
    font-size: .8em;
  }

  .footer-main-link-text {
    font-size: 11px;
  }

  .small-link {
    font-size: 14px;
  }

  .small-text-link {
    font-size: 12px;
  }

  .circle-button-1 {
    width: 80px;
    height: 80px;
  }

  .category-name {
    font-size: 12px;
  }

  .hero-button-text-3.is-smaller {
    font-size: 22px;
  }

  .hero-circle-button-2.is-smaller {
    width: 90px;
    height: 90px;
  }

  .circle-social-button {
    width: 80px;
    height: 80px;
  }

  .listing-1-block-1 {
    padding: 0;
  }

  .listing-1-content {
    width: 25%;
  }

  .hero-1-content-text, ._3d-text {
    font-size: 18px;
  }

  .blog-cms-item.is-featured {
    margin-bottom: 50px;
  }

  .blog-link-block {
    justify-content: flex-end;
    align-items: center;
    min-height: 500px;
    max-height: 600px;
    padding: 30px;
  }

  .blog-link-block.is-featured {
    justify-content: flex-end;
    margin-bottom: 50px;
  }

  .blog-name-text {
    font-size: 20px;
  }

  .blog-name-text.is-featured {
    font-size: 24px;
  }

  .blog-article-bg {
    height: 50%;
    min-height: 250px;
  }

  .form-text {
    font-size: 16px;
  }

  .circle-image-1.is-2nd, .circle-image-1.is-1st {
    width: 125px;
    height: 125px;
  }

  .featured-blog-title {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .article-grid-text-1 {
    font-size: 18px;
  }

  .article-grid-text-2 {
    font-size: 12px;
  }

  .article-large-description {
    font-size: 36px;
  }

  .article-image-size {
    height: 25em;
  }

  .footer-1-brand-link {
    width: 200px;
  }

  .gallery-link {
    flex-wrap: wrap;
  }

  .gallery-text-1 {
    font-size: 16px;
  }

  .gallery-title-text {
    font-size: 12px;
  }

  .blog-description-text {
    height: 3em;
    font-size: 13px;
    line-height: 20px;
  }

  .date-news {
    font-size: 12px;
  }

  .dropdown {
    min-height: 50px;
    padding-left: 0;
    font-size: 14px;
  }

  .services-card-item {
    width: 20%;
  }

  .services-card-link {
    min-height: 500px;
    max-height: 500px;
  }

  .service-card-title {
    font-size: 16px;
  }

  .services-card-description {
    font-size: 13px;
    line-height: 20px;
  }

  .service-title-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .circle-button-icon-valkyrie {
    width: 25px;
    height: 25px;
  }

  .cover-header {
    font-size: 38px;
  }

  .services-text-content {
    padding: 10px 23px;
  }

  .next-previous-button {
    font-size: .8vw;
  }

  .next-previous-header {
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .dropdown-text {
    text-transform: capitalize;
  }

  .accreditation-logo-div {
    max-width: 150px;
  }

  .accreditation-logo-div.bigger {
    max-width: 175px;
  }

  .italic-text, .text-block-4 {
    font-size: 14px;
  }

  .link {
    font-size: 11px;
  }

  .collection-list-wrapper-2 {
    margin-top: .5em;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 18px;
  }

  .service-2-text-v2 {
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }

  .news-button, .marquee-text, .heading-4 {
    font-size: 14px;
  }

  .gallery-title-text-fc, .partnership-heading {
    font-size: 12px;
  }

  .partnership-heading.content-title-1 {
    font-size: 4em;
  }

  .partnership-heading.home-3-title {
    font-size: 3.5em;
  }

  .partnership-heading.in-title-block-1 {
    letter-spacing: 0;
    text-indent: 0;
    font-size: 40px;
  }

  .partnership-heading.fullscreen-hero-1-title, .partnership-heading.in-hero-4 {
    font-size: 80px;
  }

  .partnership-heading.is-about-title-1 {
    font-size: 72px;
  }

  .partnership-heading.is-about-title-1.is-centered {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 72px;
  }

  .partnership-heading.is-about-title-1.is-left-aligned, .partnership-heading.is-about-title-1.left-aligned, .partnership-heading.is-about-title-1.margin {
    font-size: 72px;
  }

  .partnership-heading.in-hero-6-title {
    font-size: 80px;
  }

  .partnership-heading.is-blog-title {
    font-size: 72px;
  }

  .partnership-heading.is-gallery-title-2 {
    font-size: 26px;
  }

  .partnership-heading.is-gallery-title-2.fc {
    font-size: 14px;
  }

  .partnership-heading.services {
    font-size: 50px;
  }
}

@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 {
    font-size: 4em;
  }

  .heading.in-title-block-1 {
    font-size: 24px;
  }

  .heading.services-3-title {
    max-width: none;
    margin-bottom: .5em;
    font-size: 6vh;
  }

  .heading.fullscreen-hero-1-title {
    max-width: 11.3em;
    font-size: 72px;
  }

  .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-1.is-centered, .heading.is-about-title-1.margin {
    font-size: 62px;
  }

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

  .portfolio-1-cms-item {
    width: 47%;
  }

  .accordion-title {
    font-size: 1.2em;
  }

  .accordion-title.in-testimonial {
    font-size: 18px;
  }

  .accordion-title.in-portfolio-1 {
    font-size: 16px;
  }

  .accordion-title.is-larger {
    font-size: 1.7em;
  }

  .accordion-circle {
    top: 0;
  }

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

  .accordion-content-text {
    font-size: 12px;
  }

  .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-content-text.is-larger {
    max-width: 90%;
    font-size: 14px;
  }

  .listing-2-cms-item {
    background-color: var(--white);
  }

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

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

  .content-text-1, .content-text-1.wide {
    font-size: 14px;
  }

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

  .nav-2-menu-button {
    color: var(--body-color);
    padding-left: 0;
    padding-right: 0;
  }

  .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-column-1-inner, .fullscreen-column-2-inner {
    padding: 5em;
  }

  .fs-menu-link {
    font-size: 3.4em;
  }

  .form-field {
    font-size: 1.3em;
  }

  .form {
    max-width: 100%;
  }

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

  .testimonial-title-1 {
    font-size: 12px;
  }

  .menu-button {
    display: none;
  }

  .grid-contact {
    grid-row-gap: 1.75em;
    grid-template-columns: 1fr 1fr;
  }

  .contact-1-text-link {
    font-size: 14px;
  }

  .contact-1-text-2 {
    font-size: 10px;
  }

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

  .footer-socials {
    margin-top: -13px;
  }

  .footer-social-link {
    padding: 1.5em 1em;
  }

  .footer-social-icon {
    font-size: 1.3em;
  }

  .content-text-3 {
    font-size: 12px;
  }

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

  .footer-contact-block {
    align-items: flex-start;
  }

  .footer-contact-block.is-1st {
    margin-top: -13px;
  }

  .footer-title-text-1 {
    font-size: 1.2em;
  }

  .footer-row-4 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .footer-terms-cms {
    margin-bottom: 0;
  }

  .footer-term-cms-list {
    flex-wrap: wrap;
    place-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 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .author-text-1, .footer-contact-link {
    font-size: 12px;
  }

  .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-2-title {
    font-size: 20px;
  }

  .service-2-text {
    font-size: 12px;
  }

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

  .nav-1-link.is-cta {
    border-right-color: #ffffff4d;
    display: flex;
  }

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

  .clients-cms-list {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .uppercase-title {
    font-size: 12px;
  }

  .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: 12px;
  }

  .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(--divider);
    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(--valkyrie-black);
  }

  .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;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .blog-cms-item {
    width: 49%;
  }

  .blog-cms-item.is-featured {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-link-block {
    min-height: 35vh;
    padding: 1.6em;
  }

  .blog-title-block.is-featured {
    padding: 40px 20px;
  }

  .blog-name-text {
    font-weight: 600;
  }

  .blog-name-text.is-featured {
    font-size: 16px;
  }

  .blog-article-bg {
    background-color: #fff;
  }

  .blog-article-bg.is-featured {
    padding: 16px;
  }

  .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;
    font-size: 12px;
  }

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

  .project-image-size {
    max-width: 100%;
  }

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

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

  .article-image-size {
    width: 80%;
  }

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

  .footer-1-brand-link {
    justify-content: center;
  }

  .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-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-cms-page {
    min-width: 100%;
    height: auto;
    min-height: 100vh;
  }

  .gallery-cms-page-list {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-width: 100%;
  }

  .gallery-cms-page-item {
    flex: 1;
  }

  .gallery-cms-page-item:hover {
    width: 100%;
  }

  .gallery-overlay-color {
    z-index: 13;
  }

  .gallery-content-revealed {
    padding-top: 8em;
    padding-bottom: 5em;
    display: flex;
  }

  .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: 14px;
  }

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

  .overview-link-1 {
    width: 50%;
    min-height: 9em;
  }

  .overview-link-1:hover {
    width: 50%;
  }

  .overview-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .overview-ui-link {
    grid-column-gap: 1.5em;
    grid-row-gap: 1em;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    width: 49%;
    min-height: 6em;
    padding-left: 2em;
    padding-right: 2em;
    transition: none;
  }

  .overview-ui-link:hover {
    grid-column-gap: 1.5em;
    grid-row-gap: .75em;
  }

  .overview-ui-icon {
    font-size: 1.7em;
  }

  .overview-ui-name {
    font-size: 1.4em;
  }

  .gallery-content-hidden {
    padding-top: 8em;
    padding-bottom: 5em;
    display: none;
  }

  .divider {
    padding-left: 4em;
    padding-right: 4em;
  }

  .date-news {
    font-size: 12px;
  }

  .dropdown {
    min-height: 3.6em;
    font-size: 12px;
  }

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

  .nav-1-link-copy, .nav-1-link-copy.is-cta, .nav-1-link-copy.is-cta-2 {
    display: flex;
  }

  .services-cards-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .services-card-item {
    width: 47%;
  }

  .services-card-link {
    min-height: 24em;
    padding: 1.6em;
  }

  .service-card-title {
    font-size: 16px;
    font-weight: 500;
  }

  .services-card-description {
    font-size: 12px;
  }

  .services-text-content {
    padding-top: 15px;
  }

  .services-hero-inner-1 {
    padding-left: 2em;
  }

  .home-buttons {
    flex-wrap: wrap;
  }

  .next-previous-list {
    max-width: 80vw;
  }

  .next-previous-header {
    font-size: 16px;
  }

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

  .footer4-left {
    justify-content: center;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer4-right {
    justify-content: center;
  }

  .footer4-icon {
    margin-right: 0;
  }

  .footer4-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .grid-accreditation {
    grid-row-gap: 1.75em;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-4 {
    align-items: center;
    margin-top: 30px;
  }

  .home-page-hero-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    min-width: 100%;
  }

  .service-2-text-v2 {
    font-size: 12px;
  }

  .services-tile-div {
    min-width: 100%;
  }

  .partnership-heading.works-title-1 {
    font-size: 9em;
  }

  .partnership-heading.content-title-4 {
    font-size: 6em;
  }

  .partnership-heading.content-title-1 {
    font-size: 5em;
  }

  .partnership-heading.portfolio-3-title, .partnership-heading.home-3-title {
    text-align: center;
  }

  .partnership-heading.is-brands-title {
    font-size: 5em;
  }

  .partnership-heading.content-title-2, .partnership-heading.is-brands-title-2 {
    font-size: 4em;
  }

  .partnership-heading.in-title-block-1 {
    font-size: 24px;
  }

  .partnership-heading.services-3-title {
    max-width: none;
    margin-bottom: .5em;
    font-size: 6vh;
  }

  .partnership-heading.fullscreen-hero-1-title {
    max-width: 11.3em;
    font-size: 72px;
  }

  .partnership-heading.in-hero-2 {
    font-size: 5em;
  }

  .partnership-heading.in-hero-4 {
    font-size: 7em;
  }

  .partnership-heading.is-about-title-1 {
    font-size: 6em;
  }

  .partnership-heading.is-about-title-1.is-centered, .partnership-heading.is-about-title-1.margin {
    font-size: 62px;
  }

  .partnership-heading.is-about-title-2 {
    font-size: 4em;
  }

  .partnership-heading.in-cms-page, .partnership-heading.is-service-cms-title {
    font-size: 6em;
  }

  .partnership-heading.is-testimonial-name {
    font-size: 1.8em;
  }

  .partnership-heading.is-testimonial-name.is-4th {
    display: none;
  }

  .partnership-heading.is-other-testimonials {
    font-size: 3em;
  }

  .partnership-heading.is-client-title {
    font-size: 5em;
  }

  .partnership-heading.in-hero-7-title {
    font-size: 6em;
  }

  .partnership-heading.is-cms-clients-title-1, .partnership-heading.content-title-5, .partnership-heading.is-overview-title-1 {
    font-size: 4em;
  }

  .partnership-heading.is-overview-title-4 {
    font-size: 5em;
  }

  .partnership-heading.is-overview-title-5 {
    font-size: 4em;
  }

  .partnership-heading.is-about-title-3 {
    font-size: 5em;
  }
}

@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, .container.quote.in-services-3, .container._1600px.in-services-3 {
    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: 62px;
  }

  .heading.in-hero-4 {
    font-size: 6em;
    line-height: 1.1em;
  }

  .heading.is-about-title-1 {
    text-align: left;
    padding-left: 0;
    padding-right: 42px;
  }

  .heading.is-about-title-1.is-centered, .heading.is-about-title-1.is-left-aligned, .heading.is-about-title-1.left-aligned, .heading.is-about-title-1.margin {
    font-size: 52px;
  }

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

  .portfolio-1-cms-item {
    width: 100%;
  }

  .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-title-text.is-larger {
    font-size: 20px;
  }

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

  .menu-button {
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--valkyrie-grey);
    align-items: center;
  }

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

  .contact-1-column-1 {
    text-align: center;
    align-items: center;
  }

  .footer-social-list {
    align-items: center;
  }

  .footer-row-4 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .footer-author-link {
    width: auto;
  }

  .footer-contact-link {
    font-size: 12px;
  }

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

  .service-2-text {
    max-width: none;
  }

  .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: 65px;
  }

  .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-column-2 {
    background-color: var(--valkyrie-grey);
    display: none;
  }

  .nav-1-link {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-1-link:hover {
    border-bottom: 0 #fff0;
  }

  .nav-1-link.is-cta {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .nav-1-link.is-cta-2 {
    margin-left: 0;
    padding-right: 2.5em;
  }

  .nav-1-link.about {
    display: flex;
  }

  .nav-1-link.about.subpage {
    color: #4f4f4f;
  }

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

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

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

  .footer-main-links-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .navbar-background {
    background-color: #0000;
    background-image: linear-gradient(#000, #0000);
    display: flex;
  }

  .title-block-1 {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
    grid-template-columns: .25fr 1.5fr;
    padding-top: 6em;
    display: block;
  }

  .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: 40%;
  }

  .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-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-cms-item {
    width: 100%;
  }

  .blog-link-block {
    min-height: 40em;
    padding: 4em;
  }

  .blog-link-block.is-featured {
    width: 100%;
  }

  .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 {
    grid-template-columns: 1fr;
  }

  .grid-cms-service-block-4 {
    padding-top: 0;
    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-columns: 1fr 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 {
    width: 100%;
    height: 400px;
  }

  .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-right: 10px;
  }

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

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

  .divider.is-full-width.in-services-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .divider.in-portfolio-3 {
    padding-left: 3.3em;
    padding-right: 2em;
  }

  .divider.is-testimonial-con {
    padding-left: 0;
    padding-right: 0;
  }

  .who-we-work-with-image {
    object-fit: cover;
  }

  .dropdown::placeholder {
    font-size: .9em;
  }

  .icon {
    margin-left: 8px;
    margin-right: 0;
    position: relative;
  }

  .nav-1-link-copy {
    display: none;
  }

  .nav-1-link-copy:hover {
    border-bottom-style: none;
    margin-bottom: 127px;
  }

  .nav-1-link-copy.is-cta {
    padding-left: 2.5em;
  }

  .nav-1-link-copy.is-cta-2 {
    margin-left: 0;
    padding-right: 2.5em;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdown-link-block {
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
    display: flex;
  }

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

  .services-card-link {
    min-height: 35em;
    padding: 4em;
  }

  .service-card-title.is-featured {
    font-size: 1.7em;
  }

  .service-title-block.is-featured {
    padding: 2.5em;
  }

  .home-buttons {
    justify-content: center;
    align-items: center;
  }

  .next-previous-list {
    max-width: none;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer4-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .grid-accreditation {
    grid-row-gap: 3.25em;
    grid-template-columns: 1fr 1fr;
  }

  .icon-2 {
    align-items: center;
    display: flex;
  }

  .next-previous-lists {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-2-text-v2 {
    max-width: none;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    width: 38%;
  }

  .mobile-news-badge {
    width: 30%;
  }

  .partnership-heading.works-title-1 {
    font-size: 8em;
  }

  .partnership-heading.content-title-1 {
    font-size: 4em;
  }

  .partnership-heading.portfolio-3-title {
    font-size: 16vw;
  }

  .partnership-heading.is-brands-title {
    font-size: 4em;
  }

  .partnership-heading.is-brands-title-2 {
    max-width: none;
    font-size: 4em;
  }

  .partnership-heading.in-title-block-1, .partnership-heading.services-3-title {
    font-size: 4em;
  }

  .partnership-heading.fullscreen-hero-1-title {
    font-size: 62px;
  }

  .partnership-heading.in-hero-4 {
    font-size: 6em;
    line-height: 1.1em;
  }

  .partnership-heading.is-about-title-1 {
    text-align: left;
    padding-left: 0;
    padding-right: 42px;
  }

  .partnership-heading.is-about-title-1.is-centered, .partnership-heading.is-about-title-1.is-left-aligned, .partnership-heading.is-about-title-1.left-aligned, .partnership-heading.is-about-title-1.margin {
    font-size: 52px;
  }

  .partnership-heading.in-cms-page {
    font-size: 5em;
  }

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

  .partnership-heading.is-service-cms-title {
    font-size: 5em;
  }

  .partnership-heading.is-blog-title {
    font-size: 3.8em;
  }

  .partnership-heading.is-testimonial-name {
    font-size: 1.6em;
  }

  .partnership-heading.is-other-testimonials {
    margin-bottom: 1em;
    font-size: 2.5em;
  }

  .partnership-heading.in-hero-7-title {
    font-size: 5em;
  }

  .partnership-heading.is-cms-clients-title-1 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .partnership-heading.is-overview-title-1 {
    font-size: 3.5em;
  }

  .partnership-heading.is-overview-title-4 {
    font-size: 4em;
  }

  .partnership-heading.is-overview-title-5 {
    font-size: 3.4em;
    line-height: 1.4em;
  }

  .partnership-heading.is-about-title-3 {
    font-size: 4em;
    line-height: 1.1em;
  }

  .partnership-heading.is-gallery-title-2 {
    font-size: 3.2em;
  }
}

@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: 8vw;
    padding-right: 8vw;
  }

  .container.is-testimonial-con {
    padding-left: 0;
    padding-right: 0;
  }

  .container.quote, .container._1600px {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .padding-inner, .padding-inner.in-services-6 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .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: 11vw;
  }

  .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: 52px;
  }

  .heading.in-hero-2 {
    font-size: 11vw;
  }

  .heading.in-hero-4 {
    font-size: 4.5em;
  }

  .heading.is-about-title-1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 4em;
  }

  .heading.is-about-title-1.is-centered, .heading.is-about-title-1.is-left-aligned, .heading.is-about-title-1.left-aligned, .heading.is-about-title-1.margin {
    font-size: 42px;
  }

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

  .heading.services {
    font-size: 30px;
  }

  .portfolio-1-cms-item {
    width: 100%;
  }

  .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%;
    min-height: 400px;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
  }

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

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

  .menu-button {
    display: flex;
  }

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

  .contact-1-text-link {
    font-size: 14px;
  }

  .contact-1-text-2 {
    font-size: 10px;
  }

  .contact-1-divider {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .footer-grid-1 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-social-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-social-icon {
    width: 15px;
    height: 15px;
  }

  .content-text-3 {
    display: flex;
  }

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

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

  .service-2-text {
    max-width: none;
  }

  .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-image: none;
    padding-left: 1.8em;
    padding-right: 1.8em;
    display: flex;
  }

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

  .scroll-down-button-2 {
    bottom: 12%;
  }

  .hero-3-column-1 {
    flex-direction: column;
    align-items: center;
    display: none;
  }

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

  .clients-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: 20px;
    padding-right: 20px;
  }

  .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;
    font-size: .9em;
  }

  .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-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(--divider);
    background-color: var(--blue-background);
  }

  .listing-1-block-1 {
    flex-flow: column wrap;
    align-items: center;
    padding: 0;
  }

  .listing-1-block-1.in-client-cms {
    flex-wrap: wrap-reverse;
  }

  .listing-1-content {
    flex-wrap: wrap;
    width: 100%;
    padding: 5em 9vw;
  }

  .listing-1-content.in-client-cms {
    width: 100%;
    margin-right: 0%;
    padding: 9vw;
  }

  ._3d-text {
    max-width: 90%;
  }

  .team-content-wrap {
    grid-column-gap: 0em;
    justify-content: flex-start;
  }

  .team-content-1 {
    width: 100%;
  }

  .blog-link-block {
    min-height: 40em;
    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;
  }

  .project-image-size {
    height: 35vh;
  }

  .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: 20px;
  }

  .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-right: 10px;
  }

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

  .gallery-text-1 {
    max-width: 100%;
  }

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

  .overview-link-1 {
    padding: 1.5em;
  }

  .title-with-badge {
    grid-column-gap: .5em;
  }

  .overview-ui-kit {
    grid-row-gap: .75em;
  }

  .overview-ui-link {
    width: 100%;
    min-height: 4.7em;
  }

  .overview-ui-link:hover {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .gallery-content-hidden {
    padding: 6em 10vw 3.5em;
  }

  .main-logo {
    max-width: 50vw;
  }

  .divider, .divider.is-full-width {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .divider.in-portfolio-3 {
    padding-left: 1.5em;
    padding-right: 2em;
  }

  .divider.in-listing-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .divider.is-testimonial-con {
    padding-left: 0;
    padding-right: 0;
  }

  .date-news {
    font-size: 12px;
  }

  .nav-1-link-copy.is-cta {
    background-image: none;
    padding-left: 4vw;
    padding-right: 4em;
    display: none;
  }

  .nav-1-link-copy.is-cta-2 {
    background-position: 14%;
    background-size: 1.6em;
    padding-left: 4em;
    padding-right: 4vw;
    display: none;
  }

  .services-card-item {
    width: 100%;
  }

  .services-card-link {
    min-height: 30em;
    padding: 2em;
  }

  .services-card-link.is-featured {
    padding-top: 16em;
  }

  .service-card-title.is-featured {
    font-size: 1.5em;
  }

  .cover-header {
    display: flex;
  }

  .cover-header.mobile {
    font-size: 26px;
    display: flex;
  }

  .services-hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 65px;
    padding-bottom: 3em;
  }

  .services-hero-inner-1 {
    padding: 50px 20px 25px;
  }

  .setsusapartgrid {
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  .footer4-left {
    flex-direction: column-reverse;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer4-right {
    flex-direction: column;
  }

  .footer4-link {
    margin-bottom: 10px;
  }

  .footer4-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer4-middle {
    text-align: center;
    flex-direction: column;
  }

  .footer4-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer4-link-photography {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 10px;
  }

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

  .home-page-hero-wrap {
    padding-top: 5.8em;
  }

  .next-previous-lists {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-rows-1, .footer-rows-1.in-services-6 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .service-2-text-v2 {
    max-width: none;
  }

  .ticker-wrapper {
    width: 90%;
    margin-top: 60px;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-4 {
    font-size: .89em;
  }

  .mobile-news-badge {
    background-color: #e41213;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .partnership-heading.hero-1-title {
    font-size: 3em;
  }

  .partnership-heading.works-title-1 {
    margin-right: .3em;
    font-size: 6em;
  }

  .partnership-heading.content-title-4 {
    font-size: 4em;
  }

  .partnership-heading.content-title-1 {
    font-size: 3em;
  }

  .partnership-heading.portfolio-3-title {
    font-size: 18vw;
  }

  .partnership-heading.home-3-title {
    font-size: 11vw;
  }

  .partnership-heading.is-brands-title, .partnership-heading.content-title-2, .partnership-heading.is-brands-title-2, .partnership-heading.in-title-block-1 {
    font-size: 3em;
  }

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

  .partnership-heading.services-3-title {
    max-width: none;
    font-size: 3em;
  }

  .partnership-heading.fullscreen-hero-1-title {
    font-size: 52px;
  }

  .partnership-heading.in-hero-2 {
    font-size: 11vw;
  }

  .partnership-heading.in-hero-4 {
    font-size: 4.5em;
  }

  .partnership-heading.is-about-title-1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 4em;
  }

  .partnership-heading.is-about-title-1.is-centered, .partnership-heading.is-about-title-1.is-left-aligned, .partnership-heading.is-about-title-1.left-aligned, .partnership-heading.is-about-title-1.margin {
    font-size: 42px;
  }

  .partnership-heading.in-hero-6-title {
    font-size: 3em;
  }

  .partnership-heading.in-cms-page, .partnership-heading.is-service-cms-title {
    font-size: 4em;
  }

  .partnership-heading.is-blog-title {
    font-size: 2.7em;
    line-height: 1.4em;
  }

  .partnership-heading.is-other-testimonials {
    font-size: 2.2em;
  }

  .partnership-heading.is-author-title {
    font-size: 3em;
  }

  .partnership-heading.is-client-title {
    font-size: 11vw;
  }

  .partnership-heading.in-hero-7-title {
    font-size: 3em;
  }

  .partnership-heading.is-cms-clients-title-1, .partnership-heading.content-title-5 {
    font-size: 2.5em;
  }

  .partnership-heading.is-overview-title-3 {
    font-size: 7vw;
  }

  .partnership-heading.is-overview-title-2 {
    font-size: 3em;
  }

  .partnership-heading.is-overview-title-1 {
    font-size: 2.8em;
  }

  .partnership-heading.is-overview-title-4 {
    font-size: 3.5em;
  }

  .partnership-heading.is-overview-title-5 {
    font-size: 8vw;
  }

  .partnership-heading.is-about-title-3 {
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .partnership-heading.password {
    font-size: 2.6em;
  }

  .partnership-heading.is-gallery-title {
    font-size: 2.3em;
  }

  .partnership-heading.is-gallery-title-2 {
    font-size: 2.7em;
  }

  .partnership-heading.services {
    font-size: 30px;
  }
}

#w-node-ac00a8d0-10af-9dd2-2619-564a31261ac7-14f3013d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_024f8f90-7094-88ea-2f3c-dc1d18ba03f2-14f3013d, #w-node-_6da965c1-3f00-2685-52fb-813142419fc1-14f3013d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f43d45cf-0e5e-5c7f-8d7d-aa92be8b985d-c3ffb542, #w-node-_1f21e248-842e-c348-6012-7b67c3ffb551-c3ffb542, #w-node-_311fac2d-52f0-8de0-1e37-75e0d8a780c4-c3ffb542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce299edd-f6de-14b5-8a2b-712ab9bf393a-c3ffb542 {
  place-self: center start;
}

#w-node-eea2f32c-e0d1-636b-263f-461a9196ac30-c3ffb542, #w-node-_5a480b36-6a3f-f04b-2e20-9f8445f65a00-c3ffb542, #w-node-f7666d0a-8566-9c93-8aa3-16d7dc23f870-c3ffb542, #w-node-_8448f3ff-1e7a-b78e-38f6-f41feb2b32ba-c3ffb542, #w-node-e313daed-4270-eba8-16ed-a04bdc75e836-c3ffb542 {
  justify-self: center;
}

#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-_7401d28a-6981-559e-a3bc-3de971737788-b898ebe3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-abaad8f9-8437-7d97-3e84-92da999b0a39-999b0a36 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-abaad8f9-8437-7d97-3e84-92da999b0a3c-999b0a36 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_21907df3-b619-b06d-1fd2-932dde53f1ec-14f30103, #w-node-_21907df3-b619-b06d-1fd2-932dde53f1ef-14f30103, #w-node-_21907df3-b619-b06d-1fd2-932dde53f1f3-14f30103, #w-node-_21907df3-b619-b06d-1fd2-932dde53f1f6-14f30103, #w-node-_56db77b1-e349-b3f9-d361-a3a0e0de0950-14f30103, #w-node-_39e0dcc2-cbd6-a835-bae6-2150856b56e1-14f30103, #w-node-_09f6f806-0697-0463-9335-556ab90662e8-14f30103, #w-node-c4578e55-b5a9-a463-9211-d293fe31106d-14f30103, #w-node-c4578e55-b5a9-a463-9211-d293fe31106e-14f30103, #w-node-c4578e55-b5a9-a463-9211-d293fe31106f-14f30103, #w-node-_16bdb5b8-d21f-ecbc-c4fd-2224a883e5e0-14f30103, #w-node-_16bdb5b8-d21f-ecbc-c4fd-2224a883e5e1-14f30103, #w-node-_16bdb5b8-d21f-ecbc-c4fd-2224a883e5e2-14f30103, #w-node-_051f35bd-73d6-323a-354b-4c530a3d95fe-14f30103, #w-node-_051f35bd-73d6-323a-354b-4c530a3d95ff-14f30103, #w-node-_051f35bd-73d6-323a-354b-4c530a3d9600-14f30103, #w-node-_74b1e2b4-7c82-031e-e1ab-debf37827fb6-14f30103, #w-node-_74b1e2b4-7c82-031e-e1ab-debf37827fb7-14f30103, #w-node-_74b1e2b4-7c82-031e-e1ab-debf37827fb8-14f30103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28057fad-4b66-34db-a8d6-524fc040f614-c040f60b, #w-node-_28057fad-4b66-34db-a8d6-524fc040f61d-c040f60b {
  align-self: stretch;
}

#w-node-_81cf50cb-73e0-833f-7c1e-2430a5520b68-14f3011d, #w-node-_9e035dd4-4fc9-49f8-3be6-c6ffe46e3296-14f3011d, #w-node-_8fc33ee3-f047-1400-478e-2528e8726e21-14f3011d, #w-node-c0e84a25-1f82-1aae-0003-f9c62f370682-14f3011d, #w-node-_1e058136-907e-f3f4-002e-4a916891fcea-14f3011d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94750213-5e50-a229-51db-fe8c21f619bc-14f3011d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c7bb22b8-9394-04b1-9373-60c3024de903-14f3011f {
  justify-self: center;
}

#w-node-c7bb22b8-9394-04b1-9373-60c3024de905-14f3011f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cce8b9fd-3d10-17ec-e16e-a9f814ee4699-14f30123, #w-node-cce8b9fd-3d10-17ec-e16e-a9f814ee46a1-14f30123 {
  align-self: stretch;
}

#w-node-_7d04e650-6444-8dd5-c18f-366b63a5875c-14f30123, #w-node-_32feee37-4b95-3643-639d-48d062f47c16-14f30123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14851f04-7252-050a-1e3c-3622c36f6097-14f30123 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_306ab3c2-6eb7-3e14-06b8-56890d22dae2-14f30123, #w-node-_1d87680a-f449-f475-238a-ed8c71b54d51-14f30123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a557ca8f-73f9-8665-b442-f09136b8c9e5-14f30123 {
  align-self: stretch;
}

#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-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-ca86c8a6-8975-6d65-beac-b0540008e936-14f30124, #w-node-ca86c8a6-8975-6d65-beac-b0540008e93e-14f30124 {
  align-self: stretch;
}

#w-node-_1afd8504-a330-8cdc-5fee-cf66fd4ad286-14f30125 {
  justify-self: center;
}

#w-node-_1afd8504-a330-8cdc-5fee-cf66fd4ad288-14f30125 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f736e69-a263-2ec1-3c09-e9064281d876-14f30125 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_6da965c1-3f00-2685-52fb-813142419fc1-14f3013d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c085c839-05e4-e0f7-706f-29d981664506-c3ffb542 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f21e248-842e-c348-6012-7b67c3ffb551-c3ffb542, #w-node-c5f5b3ea-151d-3d01-acb0-4c44791c9644-c3ffb542, #w-node-_1f21e248-842e-c348-6012-7b67c3ffb5ba-c3ffb542, #w-node-_581b47fb-fb3e-921e-a23d-9deab898ebea-b898ebe3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7401d28a-6981-559e-a3bc-3de971737788-b898ebe3 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-c7bb22b8-9394-04b1-9373-60c3024de905-14f3011f, #w-node-_1afd8504-a330-8cdc-5fee-cf66fd4ad288-14f30125 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c085c839-05e4-e0f7-706f-29d981664506-c3ffb542 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_581b47fb-fb3e-921e-a23d-9deab898ebea-b898ebe3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7401d28a-6981-559e-a3bc-3de971737788-b898ebe3, #w-node-abaad8f9-8437-7d97-3e84-92da999b0a39-999b0a36 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abaad8f9-8437-7d97-3e84-92da999b0a3c-999b0a36 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c7bb22b8-9394-04b1-9373-60c3024de903-14f3011f {
    justify-self: start;
  }

  #w-node-_14851f04-7252-050a-1e3c-3622c36f6097-14f30123 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1d87680a-f449-f475-238a-ed8c71b54d51-14f30123 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1afd8504-a330-8cdc-5fee-cf66fd4ad286-14f30125 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f21e248-842e-c348-6012-7b67c3ffb551-c3ffb542 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7401d28a-6981-559e-a3bc-3de971737788-b898ebe3 {
    grid-column: span 1 / span 1;
  }

  #w-node-abaad8f9-8437-7d97-3e84-92da999b0a39-999b0a36 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abaad8f9-8437-7d97-3e84-92da999b0a3c-999b0a36 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_28057fad-4b66-34db-a8d6-524fc040f61d-c040f60b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6d976ce1-f71b-4904-292e-04d8ab6835df-14f30121 {
    justify-self: center;
  }

  #w-node-cce8b9fd-3d10-17ec-e16e-a9f814ee46a1-14f30123, #w-node-ca86c8a6-8975-6d65-beac-b0540008e93e-14f30124 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


