/* Base styles extracted from the former generated stylesheet. Runtime/component dependencies have been removed. */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

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

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

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 10px;
}

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

figure {
  margin: 0 0 10px;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

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

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wf-layout-layout {
  display: grid;
}

:root {
  --black: black;
  --white: white;
  --grey: grey;
  --cool-grey: #bbc6cf;
  --cyan: #37D2F5;
  --font-primary: "Akt", sans-serif;
  --font-primary-zh-hant: "Akt", "Noto Sans TC", sans-serif;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
}

html:lang(zh-Hant) {
  --font-primary: var(--font-primary-zh-hant);
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
}

h1 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-primary);
  font-size: 4vw;
  font-weight: 600;
  line-height: 88%;
  display: block;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-primary);
  font-size: 8vw;
  font-weight: 600;
  line-height: 78%;
}

h3 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 130%;
}

a {
  color: var(--white);
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  text-decoration: none;
}

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

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

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

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  z-index: 0;
  background-color: var(--black);
  min-height: 32px;
  padding-top: 0;
  padding-bottom: 4rem;
  position: relative;
}

.section.hero-section {
  justify-content: center;
  align-items: flex-end;
  height: 112svh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.project-images-section {
  padding-top: 1rem;
  padding-bottom: 0;
}

.section.about-section {
  z-index: 1;
  background-color: var(--black);
  padding-bottom: 4rem;
  overflow: hidden;
}

.section.projects-page-hero-section {
  padding-top: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.section.playlist-section {
  margin-bottom: 4rem;
}

.container {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 4rem auto 0;
  padding: 0 3rem;
  display: flex;
  position: relative;
}

.container.row-gap-2 {
  align-items: stretch;
}

.container.row-gap-1 {
  grid-row-gap: 1rem;
}

.container.hero-container {
  grid-row-gap: 1rem;
  justify-content: flex-end;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.container.project-info-container {
  grid-row-gap: 6rem;
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.divider {
  z-index: -4;
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  position: static;
}

.divider.styleguide-bottom-divider {
  margin-top: 80px;
}

.divider.hero-divider {
  margin-top: 0;
  position: static;
}

.text-large {
  max-width: 410px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.text-large.margin-bottom-8 {
  text-transform: none;
}

.footer {
  z-index: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 8rem;
  padding-top: 0;
  padding-bottom: 3rem;
  position: relative;
}

.rich-text-block {
  max-width: 780px;
  padding-right: 0;
  font-family: var(--font-primary);
  font-weight: 400;
}

.rich-text-block h2 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: var(--font-primary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block h3 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: var(--font-primary);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block p {
  margin-bottom: 3rem;
  font-size: 1.125rem;
}

.rich-text-block h4 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--grey);
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.rich-text-block h1 {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: var(--font-primary);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 116%;
}

.rich-text-block h5 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-family: var(--font-primary);
  font-size: 1.25rem;
  font-weight: 600;
}

.rich-text-block h6 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 600;
}

.rich-text-block figcaption {
  color: #898989;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  margin-bottom: 48px;
  padding-top: 12px;
  padding-bottom: 32px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 150%;
}

.text-field:active,
.text-field:focus {
  border-bottom-color: var(--white);
  line-height: 150%;
}

.text-field::placeholder {
  line-height: 150%;
}

.submit-button {
  color: var(--white);
  background-color: #0000;
  border: 0 solid #000;
  padding: 0 0 0.5rem;
  font-size: 1.25rem;
  transition: all 0.2s;
}

.utility-page-wrap {
  object-fit: fill;
  background-image: url("https://assets.vcx.design/assets/backgrounds/404-pattern.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  margin-bottom: 8rem;
  margin-left: 4rem;
  display: flex;
}

.utility-page-form {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: block;
}

.utility-form-text {
  color: var(--grey);
  margin-bottom: 64px;
  font-size: 1.125rem;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

.light-grey-text {
  color: #898989;
}

.swatch {
  background-color: var(--cool-grey);
  color: var(--cool-grey);
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 200px;
}

.swatch.black {
  background-color: var(--black);
}

.swatch.white {
  background-color: var(--white);
  color: var(--cool-grey);
  background-color: var(--white);
}

.swatch.grey {
  background-color: var(--grey);
  color: var(--grey);
  border-width: 0;
}

.styleguide-heading {
  letter-spacing: -2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: var(--font-primary);
  font-size: 10vw;
}

.margin-bottom-80 {
  color: var(--white);
  margin-bottom: 80px;
  font-weight: 700;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

._4-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  z-index: 2;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  border-top: 0 solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 3rem;
  display: flex;
  position: fixed;
}

._12-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._12-column-grid.section-heading-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-columns: minmax(16px, 0.25fr) minmax(16px, 1.5fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(
      16px,
      1fr
    ) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(
      16px,
      1fr
    ) minmax(16px, 1fr);
  margin-bottom: 0;
  overflow: hidden;
  align-items: center;
  place-items: center stretch;
}

._12-column-grid.section-heading-grid.project-page {
  grid-column-gap: 3rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: minmax(16px, 1.5fr) minmax(16px, 1.5fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(
      16px,
      1fr
    ) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(
      16px,
      1fr
    ) minmax(16px, 1fr);
  align-items: center;
  place-items: center stretch;
}

._12-column-grid.section-heading-grid.hero {
  grid-column-gap: 1rem;
  grid-template-columns: minmax(16px, 0.25fr) minmax(16px, 1.5fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(
      16px,
      1fr
    ) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(
      16px,
      1fr
    ) minmax(16px, 1fr);
  align-items: center;
  place-items: center stretch;
}

._12-column-grid.hero-grid {
  grid-column-gap: 1rem;
}

._12-column-grid.row-gap-large {
  grid-column-gap: 1rem;
  grid-row-gap: 7.5rem;
  grid-template-columns: minmax(16px, 1fr) 1fr 1fr;
  grid-auto-flow: row dense;
  margin-top: 4rem;
}

._12-column-grid.project-info-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
}

.typography-container {
  margin-bottom: 48px;
}

.text-small {
  font-size: 1rem;
  line-height: 135%;
}

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

.row-gap-2 {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand {
  z-index: 2;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  display: flex;
  position: static;
  left: auto;
}

.footer-links-container {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.horizontal-footer-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.grey-text {
  color: var(--grey);
  font-family: var(--font-primary);
  font-weight: 300;
}

.hero-heading {
  color: var(--grey);
  text-transform: none;
  max-width: 420px;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  display: inline;
}

.nav-link {
  color: var(--white);
  order: 0;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-primary);
  font-size: 1.2rem;
  transition-property: none;
  display: flex;
}

.nav-link.cv {
  color: var(--cyan);
}

.case-list-wrapper {
  grid-column-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.project-wrapper {
  grid-row-gap: 2rem;
  color: var(--white);
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  padding-top: 2rem;
  transition-property: none;
  display: flex;
  position: static;
}

.avatar {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.project-content-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.project-image {
  border-radius: 0;
  align-self: auto;
  height: 100%;
  max-height: 100%;
}

.large-number-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.large-number {
  margin-top: 0;
  font-family: var(--font-primary);
  font-size: 8rem;
  font-weight: 600;
  line-height: 78%;
}

.project-images {
  grid-row-gap: 3rem;
  grid-column-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  display: grid;
}

.hero-logo-container {
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.section-heading-container {
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0;
  display: flex;
}

.section-heading-container.hero-section-heading-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.section-heading-container.footer-section-heading-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: auto;
  margin-bottom: 0;
}

.section-heading-container.project-section-heading-container {
  z-index: 4;
  opacity: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #000000b3;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 1.75rem 3rem 1.5rem;
  display: block;
  position: fixed;
  inset: auto;
}

.section-heading-container.project-section-heading-container.scrolling-menu {
  position: fixed;
  inset: 0% auto auto 0%;
}

.label {
  color: var(--white);
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  flex: 0 auto;
  order: -1;
  align-self: auto;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.label.grey-text {
  color: var(--grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.label.grey-text.align-r {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
}

.label.label-margin-top {
  margin-top: 0.2rem;
}

.label.case-year {
  width: 6rem;
  margin-top: 0.2rem;
}

.label.service-number {
  color: var(--cyan);
  width: 8rem;
  margin-top: 0.2rem;
  font-weight: 500;
}

.label.bullet-number {
  letter-spacing: 0;
  font-size: 1.6rem;
}

.label-container {
  grid-row-gap: 0.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  display: flex;
}

.label-container.project-name {
  border-style: none none none solid;
  border-width: 1px;
  border-color: black black black var(--grey);
  border-radius: 0;
  flex-direction: column-reverse;
  height: 100%;
}

.hero-content-container {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.image {
  object-fit: fill;
  width: 10%;
  max-width: 100%;
  margin-bottom: 0.75rem;
  display: inline-block;
}

.cases-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.project-image-wrapper {
  z-index: -3;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: 40%;
  max-height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  overflow: hidden;
}

.project-image-wrapper.cdxpal-thumbnail {
  aspect-ratio: 1 / 1;
  background-color: #000;
  width: min(40%, 32rem);
  height: auto;
  justify-content: center;
  max-height: 80%;
}

.project-image-wrapper.cdxpal-thumbnail .project-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.collection-item {
  padding-bottom: 0;
  display: block;
}

.collection-item:first-child {
  padding-top: 0;
}

.case-title {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  line-height: 120%;
}

.project-title-container {
  grid-row-gap: 0.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.case-arrow {
  flex: none;
  width: auto;
}

.case-content-wrapper {
  display: flex;
}

.divider-wrapper {
  position: relative;
  overflow: hidden;
}

.divider-hover {
  background-color: var(--cyan);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}

.subheading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: none;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 300px;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
  display: none;
}

.heading-wrapper {
  line-height: 100%;
  overflow: clip;
}

.heading-outer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.huge-heading.first-line {
  color: var(--white);
  letter-spacing: -4px;
  -webkit-text-stroke-color: transparent;
  font-family: var(--font-primary);
  font-size: 7vw;
  font-weight: 700;
  line-height: 80%;
}

.huge-heading.second-line {
  color: var(--white);
  letter-spacing: -4px;
  font-family: var(--font-primary);
  font-size: 7vw;
  font-weight: 700;
  line-height: 80%;
}

.home-hero-content-wrapper {
  align-items: flex-end;
  width: 100%;
  height: 100svh;
  padding-top: 8rem;
  padding-bottom: 3rem;
  display: flex;
}

.large-heading {
  color: var(--white);
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  font-family: var(--font-primary);
  font-size: 7vw;
  font-weight: 400;
  line-height: 100%;
}

._6-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-blocks-container {
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.about-text-section {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.about-text-section.photography-section {
  grid-row-gap: 0.5rem;
}

.services-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.service-content-container {
  border-style: solid none none;
  border-width: 1px;
  border-color: #262626 var(--grey) var(--grey);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 0 0;
  display: flex;
  position: static;
  inset: 0%;
}

.service-title-container {
  grid-row-gap: 0.25rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

._2-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-wrapper {
  margin-top: 1.5rem;
  overflow: hidden;
}

.number-label-wrapper {
  overflow: hidden;
}

.reach-out-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.link {
  text-transform: none;
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 130%;
  transition: color 0.2s;
  display: block;
}

.footer-bottom-links {
  grid-row-gap: 0.5rem;
  flex-direction: column-reverse;
  margin-top: 8.5rem;
  display: flex;
}

.back-link {
  grid-column-gap: 0.5rem;
  align-items: center;
  display: flex;
}

.back-arrow {
  flex: none;
  align-self: auto;
  width: 40px;
}

.project-heading-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.project-heading {
  text-align: left;
  letter-spacing: -4px;
  text-transform: uppercase;
  font-family: var(--font-primary);
  font-size: 10svw;
  font-weight: 700;
  line-height: 78%;
}

.prjoect-description {
  letter-spacing: 0px;
  text-transform: none;
  max-width: 720px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 130%;
  display: inline;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50vw;
  padding: 0.75rem 2rem;
}

.project-details-container {
  grid-row-gap: 1.5rem;
  border-top: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.project-details-list-item {
  grid-row-gap: 0.25rem;
  border-bottom: 1px solid #ffffff26;
  flex-direction: column;
  padding-bottom: 1.5rem;
  display: flex;
}

.heading,
.heading-2 {
  color: var(--cool-grey);
  font-family: var(--font-primary);
}

.text-block {
  color: var(--cool-grey);
}

.heading-3 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 600;
}

.heading-4,
.heading-5 {
  color: var(--cool-grey);
  text-transform: none;
}

.image-2 {
  opacity: 1;
  mix-blend-mode: normal;
}

.label-highlight {
  color: var(--cyan);
  text-transform: uppercase;
  align-self: center;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
}

.html-embed {
  width: 100%;
  height: 100%;
  margin-top: 4rem;
}

.div-block {
  grid-column-gap: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  width: 20%;
  margin-bottom: 4rem;
}

.lottie-animation {
  width: 24px;
}

.div-block-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.button-2 {
  background-color: var(--cool-grey);
  border-radius: 9999px;
  align-self: flex-end;
  width: 100px;
  height: 100px;
  position: relative;
}

.button-3 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  overflow-wrap: normal;
  border-radius: 9999px;
  width: 100px;
  height: 100px;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.div-block-3 {
  width: 100%;
  height: 100%;
}

.lottie-animation-2 {
  opacity: 0.24;
  mix-blend-mode: luminosity;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.lottie-animation-3 {
  z-index: auto;
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  bottom: auto;
}

.available-container {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  align-items: center;
  display: flex;
}

.background-video {
  opacity: 1;
  mix-blend-mode: hard-light;
  width: 100vw;
  height: 100vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-5 {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.circle-wrapper {
  z-index: -1;
  width: 100vw;
  height: 100vw;
  display: block;
  position: absolute;
}

.div-block-6 {
  width: 50vw;
  height: 80vh;
  position: absolute;
  top: -25%;
  left: 1%;
}

.movingcircle {
  filter: blur(40px);
  background-color: #0f0f0f;
  border-radius: 100%;
  width: 80vw;
  height: 50vw;
  position: absolute;
  top: -25%;
  left: 1%;
}

.movingcircle._1 {
  height: 80vw;
}

.movingcircle._2 {
  background-color: #141414;
  height: 80vw;
  top: -25%;
  left: auto;
  right: -10px;
}

.movingcircle._3 {
  background-color: #1a1919;
  height: 80vw;
  inset: auto -10% -25% auto;
}

.movingcircle._4 {
  background-color: #050505;
  height: 80vw;
  top: auto;
  bottom: -39%;
  left: -4%;
}

.collection-list-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.image-4 {
  border-radius: 20px;
}

.text-block-2 {
  color: var(--grey);
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.progress-bar {
  z-index: 9999;
  background-color: var(--cyan);
  transform-origin: 0%;
  width: 100%;
  height: 4px;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.progress-bar.home {
  display: none;
}

.link-block {
  z-index: 5;
  background-color: var(--white);
  position: absolute;
}

.button-4 {
  z-index: 9999;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.project-name {
  text-transform: uppercase;
  flex: 0 auto;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.text-block-3,
.text-block-4,
.text-block-5 {
  font-family: var(--font-primary);
}

.download-image-2 {
  width: 20%;
}

.div-block-7 {
  grid-column-gap: 20px;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-2 {
  background-image: url("https://assets.vcx.design/assets/badges/app-store.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 120px;
  height: 44px;
}

.link-block-2.apple {
  background-size: cover;
  width: 180px;
  height: 60px;
}

.link-block-2.google-play {
  background-image: url("https://assets.vcx.design/assets/badges/google-play.svg");
  background-size: cover;
  width: 180px;
  height: 60px;
}

.link-block-2.spotify {
  background-image: url("https://assets.vcx.design/assets/badges/spotify.svg");
  width: 180px;
  height: 60px;
}

.next-wrapper {
  height: 20vh;
  margin-top: 8rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  bottom: auto;
}

.text-block-6 {
  color: var(--grey);
  text-align: center;
  margin-top: 4rem;
  font-family: var(--font-primary);
  font-size: 1.2rem;
  line-height: 100%;
}

.next-link {
  text-align: center;
  width: 100%;
  margin-top: 4rem;
  font-size: 6rem;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.next-image {
  z-index: -10;
  text-align: left;
  border-radius: 20px;
  width: 20%;
  display: block;
  position: absolute;
  inset: auto;
}

.next-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-5 {
  width: 100px;
}

.text-block-7 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: var(--font-primary);
  font-size: 1.5svw;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.image-6 {
  width: 78px;
  height: 100%;
  margin-left: 1rem;
  position: relative;
}

.next-block {
  background-color: var(--cyan);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: static;
}

.next-block.prev {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  padding-top: 4rem;
  display: flex;
}

.next-block.next {
  height: 100%;
}

.image-7 {
  width: 20%;
  position: static;
}

.prev {
  width: 100%;
}

.text-block-8 {
  font-size: 2rem;
}

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

.link-block-4 {
  background-color: #080808;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 10svh;
  padding-left: 1rem;
  display: flex;
}

.link-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--cyan);
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 10svh;
  padding-right: 1rem;
  display: flex;
}

.text-block-9 {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.text-block-10 {
  color: var(--grey);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.image-8 {
  width: 72px;
  margin-right: 2rem;
}

.image-9 {
  width: 72px;
}

.container-2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.link-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url("https://assets.vcx.design/assets/brand/vcx-2022.jpg");
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.quick-stack {
  width: 100%;
  height: 74vh;
}

.playlist-cover {
  border: 1px solid #1b1b1b;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.div-block-8 {
  grid-column-gap: 16px;
  margin-top: 1rem;
  display: flex;
}

.playlist-link-block {
  width: 100%;
}

.preloader {
  z-index: 999999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader.page-transition {
  z-index: 99999;
  display: none;
}

.image-10 {
  width: 10%;
  max-width: 10%;
  margin-left: 2rem;
}

.image-11 {
  width: 10%;
  max-width: 10%;
}

.image-12 {
  width: 10%;
  max-width: 10%;
  display: none;
}

.lottie-animation-4 {
  width: 10%;
  max-width: 10%;
}

.image-13 {
  width: 1%;
  max-width: 1%;
  display: none;
}

.image-14 {
  width: 1%;
  max-width: 1%;
}

.page-transition.preloader {
  display: none;
}

.nav-link-2 {
  color: var(--white);
  font-family: var(--font-primary);
  font-size: 1rem;
  transition-property: none;
}

.text-block-11 {
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
}

.bold-text,
.bold-text-2,
.bold-text-3,
.bold-text-4 {
  font-weight: 400;
}

.heading-6 {
  font-family: var(--font-primary);
  font-size: 2rem;
  overflow: visible;
}

.heading-7 {
  font-family: var(--font-primary);
  font-size: 2rem;
}

.bold-text-5 {
  letter-spacing: -4px;
  font-size: 6vw;
  line-height: 100%;
}

.bold-text-6 {
  font-family: var(--font-primary);
  font-weight: 500;
}

.warning-text {
  color: #5f3734;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 500;
}

.warning-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #5f3734;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  margin-top: 12px;
  padding: 12px;
  display: none;
}

.slider {
  background-color: #0000;
  width: 100%;
}

.rl-padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_section_gallery21 {
  background-color: #0000;
  width: 100%;
  overflow: hidden;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl-padding-global {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

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

.gradient-canvas {
  box-sizing: border-box;
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100vw;
  height: auto;
  min-height: 33vh;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-10 {
  border-radius: 20px;
  overflow: hidden;
}

.bold-text-7 {
  font-weight: 400;
}

.nav-download-button {
  border: 1px solid var(--white);
  border-radius: 999px;
  padding: 10px 40px;
}

.image-16 {
  display: block;
}

.image-17 {
  display: none;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.rl_faq6_accordion {
  border: 1px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_section_faq6 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq6_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

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

.collection-list-wrapper-2 {
  width: 100%;
}

.latest-shots-item,
.lightbox-link {
  flex-flow: wrap;
  display: flex;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl-padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery10_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery10_lightbox-link {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}

.rl_section_gallery10 {
  background-color: #0000;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery10_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-padding-global-3 {
  padding-left: 0%;
  padding-right: 0%;
}

.rl-container-large-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.rl_gallery10_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery10_component {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl-padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_gallery21_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_arrow-icon-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide-2 {
  border-radius: 0;
  width: 40%;
  padding-right: 2rem;
  overflow: visible;
}

.rl_gallery21_mask-2 {
  width: 100%;
  overflow: visible;
}

.rl_gallery21_slide-nav-2 {
  height: 1.75rem;
  font-size: 0.5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_gallery21_slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_lightbox-link-2 {
  width: 100%;
}

.rl_gallery21_arrow-right-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_heading-wrapper-2 {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery21_image-wrapper-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_section_gallery21-2 {
  background-color: #0000;
  overflow: hidden;
}

.rl_blog33_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_arrow-left-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl-padding-global-4 {
  padding-left: 0%;
  padding-right: 0%;
}

.rl-container-large-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container {
  width: 100%;
  max-width: none;
  position: relative;
}

.rt-component-section {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #0000;
  width: 100%;
  padding: 80px 15px;
  font-family: var(--font-primary);
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-marquee-left-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white.rt-no-wrap {
  white-space: nowrap;
}

.rt-home-two-portfolio-image-wrapper {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden {
  position: relative;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-block {
  width: 100%;
}

.rt-home-two-portfolio-image-wrapper-two {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
  position: relative;
}

.rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-marquee {
  display: flex;
}

.rt-home-two-portfolio-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template:
    "Area Area-2"
    "Area Area-2"
    / 1fr 1fr;
  max-width: 1220px;
  height: 1430px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-portfolio-image {
  background-image: url("https://assets.vcx.design/assets/backgrounds/background-image.svg");
  background-position: 0 0;
  background-size: cover;
  width: 563px;
  height: 631px;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-one {
  background-image:
    linear-gradient(#00000059, #00000059),
    url("https://assets.vcx.design/assets/backgrounds/mask-group-65.webp");
  background-position:
    0 0,
    0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-two {
  background-image:
    linear-gradient(#0006, #0006),
    url("https://assets.vcx.design/assets/backgrounds/mask-group-66.webp");
  background-position:
    0 0,
    0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-three {
  background-image:
    linear-gradient(#0006, #0006),
    url("https://assets.vcx.design/assets/backgrounds/mask-group-67.webp");
  background-position:
    0 0,
    0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-four {
  background-image:
    linear-gradient(#0006, #0006),
    url("https://assets.vcx.design/assets/backgrounds/mask-group-68.webp");
  background-position:
    0 0,
    0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.rt-component-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.light-box-image {
  border: 1px solid #333;
  border-radius: 20px;
}

.light-box-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.image-18 {
  border: 1px solid #262626;
  border-radius: 999px;
  width: 64px;
  max-width: none;
  height: 64px;
}

.photography-spec-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image-19 {
  width: 28px;
  max-width: none;
  height: 28px;
}

.text-block-12 {
  color: #6d6d6d;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 400;
}

.social-badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 999px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  display: flex;
}

.text-block-13 {
  color: var(--black);
}

.badge-text-second {
  color: var(--black);
  letter-spacing: 0;
  font-family: var(--font-primary);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 100%;
}

.badge-text-second.second {
  color: var(--grey);
  letter-spacing: 0;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 100%;
}

.div-block-11 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  width: 100%;
}

.text-block-14 {
  text-align: center;
  width: 20%;
  font-size: 1rem;
  line-height: 100%;
}

.image-20 {
  width: 32px;
}

.social-explain-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -0.05vw;
    font-size: 4.5vw;
    line-height: 110%;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section {
    padding-bottom: 0;
  }

  .section.hero-section {
    height: auto;
    padding-top: 0;
  }

  .section.project-images-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.projects-page-hero-section {
    padding-top: 4.25rem;
    padding-bottom: 0;
    position: relative;
  }

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

  .container.hero-container {
    grid-row-gap: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.project-info-container {
    grid-row-gap: 4rem;
    margin-top: 2rem;
    padding-bottom: 0;
  }

  .divider.hero-divider {
    margin-top: 2rem;
  }

  .text-large {
    font-size: 2rem;
    line-height: 100%;
  }

  .footer {
    padding-bottom: 48px;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .navbar {
    margin-top: 2rem;
    margin-bottom: 8rem;
    padding: 0 1.5rem;
    position: relative;
    top: auto;
  }

  ._12-column-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  }

  ._12-column-grid.section-heading-grid {
    grid-column-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
    align-items: center;
    place-items: center stretch;
  }

  ._12-column-grid.section-heading-grid.project-page {
    grid-template-columns: minmax(16px, 1.5fr) minmax(16px, 1.5fr) minmax(16px, 1fr);
  }

  ._12-column-grid.section-heading-grid.hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 0.25fr) minmax(16px, 1.5fr) 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._12-column-grid.row-gap-large,
  ._12-column-grid.project-info-grid {
    grid-row-gap: 2rem;
  }

  .row-gap-2 {
    margin-bottom: 1.5rem;
  }

  .brand {
    margin-left: auto;
    padding-left: 0;
  }

  .nav-menu {
    color: var(--white);
    flex-direction: row;
    justify-content: flex-end;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .hero-heading {
    font-size: 1.25rem;
  }

  .case-list-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .project-wrapper {
    padding-top: 0;
  }

  .avatar {
    width: 6rem;
    height: 6rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .project-image {
    border-radius: 0;
  }

  .large-number {
    font-size: 8vw;
  }

  .project-images {
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
  }

  .section-heading-container {
    grid-row-gap: 2rem;
    margin-top: 0;
  }

  .section-heading-container.hero-section-heading-container {
    display: none;
  }

  .section-heading-container.project-section-heading-container {
    grid-column-gap: 16px;
    grid-row-gap: 0.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1.25rem 3rem 1rem;
    display: block;
    position: fixed;
  }

  .label {
    font-size: 1rem;
  }

  .label-container {
    grid-row-gap: 0.5rem;
    justify-content: center;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .label-container.project-name {
    display: none;
  }

  .image {
    width: 40%;
    max-width: none;
  }

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

  .project-image-wrapper {
    border-radius: 20px;
    width: 100%;
    position: static;
  }

  .divider-hover {
    display: none;
  }

  .subheading {
    max-width: 520px;
    font-size: 1.25rem;
    display: block;
  }

  .heading-outer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .huge-heading.first-line,
  .huge-heading.second-line {
    letter-spacing: 0;
    font-size: 12vw;
  }

  .home-hero-content-wrapper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .large-heading {
    font-size: 8vw;
  }

  .text-blocks-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .about-text-section.photography-section {
    grid-row-gap: 1rem;
  }

  .services-container {
    margin-bottom: 2rem;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .project-heading {
    letter-spacing: 0;
    font-weight: 700;
  }

  .prjoect-description {
    max-width: none;
    font-size: 1.25rem;
  }

  .project-details-container {
    margin-bottom: 0;
  }

  .image-2 {
    height: 12rem;
  }

  .label-highlight {
    flex: 1;
    order: 0;
    align-self: center;
    font-size: 0.75rem;
    display: block;
  }

  .lottie-animation-3 {
    width: 1.5rem;
    height: 1.5rem;
    bottom: 6px;
  }

  .available-container {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .collection-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    border-radius: 16px;
  }

  .progress-bar {
    display: block;
  }

  .navbar-2 {
    z-index: 9999;
  }

  .image-13 {
    width: 1%;
    max-width: 10%;
  }

  .bold-text-5 {
    letter-spacing: 0;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .image-15 {
    display: none;
  }

  .image-16 {
    display: block;
  }

  .image-17 {
    display: none;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_gallery21_spacing-block-1-2 {
    padding-bottom: 4.5rem;
  }

  .rt-home-two-portfolio-image-wrapper-three {
    padding-bottom: 0;
  }

  .rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-2,
  .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-block {
    padding-top: 50px;
  }

  .rt-home-two-portfolio-image-wrapper-two {
    padding-top: 0;
  }

  .rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-marquee {
    display: none;
  }

  .rt-home-two-portfolio-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template:
      "."
      "."
      "."
      "."
      / 1fr;
    height: auto;
  }

  .rt-home-two-portfolio-image {
    height: 400px;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .light-box-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-18 {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    position: static;
  }

  .photography-spec-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .image-19 {
    width: 28px;
    height: 28px;
  }

  .text-block-12 {
    font-size: 1rem;
  }

  .social-badge {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 40%;
    padding: 0.4rem 1rem 0.4rem 0.4rem;
  }

  .badge-text-second {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 100%;
  }

  .badge-text-second.second {
    font-size: 0.8rem;
  }

  .div-block-11 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
  }

  .text-block-14 {
    width: 47%;
  }

  .social-explain-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
    font-size: 2rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section {
    padding-bottom: 0;
  }

  .section.project-images-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.projects-page-hero-section {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .container {
    grid-row-gap: 0.9rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.hero-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.project-info-container {
    grid-row-gap: 4rem;
    margin-top: 2rem;
  }

  .divider.hero-divider {
    margin-top: 1rem;
  }

  .text-large {
    font-size: 2rem;
    line-height: 100%;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

  .navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._12-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr);
  }

  ._12-column-grid.section-heading-grid {
    grid-column-gap: 4.5rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(16px, 0.25fr) 1fr 1fr;
    margin-bottom: 0;
    align-items: center;
    place-items: center stretch;
  }

  ._12-column-grid.section-heading-grid.hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(16px, 0.25fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-self: auto;
    display: grid;
  }

  .avatar {
    opacity: 1;
    width: 6rem;
    display: none;
  }

  .large-number {
    font-size: 3rem;
  }

  .project-images,
  .section-heading-container {
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
  }

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

  .section-heading-container.project-section-heading-container {
    padding: 1rem 1rem 0.75rem;
  }

  .label.grey-text {
    flex-flow: row;
    display: flex;
  }

  .image {
    width: 30%;
  }

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

  .large-heading {
    font-size: 3rem;
  }

  ._2-column-grid {
    grid-row-gap: 0.5rem;
    grid-template-columns: 1fr;
  }

  .project-heading {
    font-weight: 700;
  }

  .prjoect-description {
    font-size: 1.25rem;
  }

  .project-details-container {
    margin-bottom: 0;
  }

  .label-highlight {
    font-size: 1rem;
  }

  .lottie-animation-3 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .image-4 {
    border-radius: 12px;
  }

  .progress-bar {
    display: block;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .image-17 {
    display: none;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

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

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

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

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

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_gallery10_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_gallery21_slide-2 {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask-2 {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1-2 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery21_arrow-left-2 {
    right: 3.5rem;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .light-box-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .photography-spec-wrapper {
    margin-top: 0;
  }

  .social-badge {
    width: 48%;
  }

  .text-block-14 {
    width: 65%;
  }

  .social-explain-wrapper {
    margin-top: 2rem;
  }
}

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

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

  h3 {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

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

  .section.hero-section {
    padding-top: 0;
  }

  .section.project-images-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .section.projects-page-hero-section {
    padding: 5rem 1.5rem 0;
  }

  .container {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.hero-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.nav-container {
    grid-row-gap: 2rem;
    flex-flow: row;
    align-items: center;
  }

  .container.project-info-container {
    grid-row-gap: 2rem;
    margin-top: 1.25rem;
  }

  .divider.hero-divider {
    margin-top: 0;
    overflow: hidden;
  }

  .text-large {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .footer {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .navbar {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 1.5rem;
    position: relative;
    top: 0;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  ._12-column-grid.section-heading-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 0.5fr) minmax(16px, 0.5fr) 0.5fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: center;
    place-items: center stretch;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    display: grid;
  }

  ._12-column-grid.section-heading-grid.project-page {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(2rem, 1.25fr) minmax(16px, 1.5fr) minmax(16px, 1fr);
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }

  ._12-column-grid.section-heading-grid.hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(16px, 0.25fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._12-column-grid.hero-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: 2;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  ._12-column-grid.row-gap-large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: auto;
    margin-bottom: 0;
  }

  ._12-column-grid.project-info-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    margin-top: 0;
  }

  .text-small {
    text-align: left;
  }

  .nav-menu {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-direction: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    align-self: auto;
    justify-items: start;
    width: 100%;
    display: grid;
  }

  .footer-links-container {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .horizontal-footer-links-container {
    flex-flow: column wrap;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .grey-text {
    margin-bottom: 0;
  }

  .hero-heading {
    font-size: 1.25rem;
  }

  .case-list-wrapper {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .project-wrapper {
    grid-row-gap: 1.5rem;
  }

  .avatar {
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
    display: none;
    overflow: hidden;
  }

  .project-image {
    border-radius: 0;
  }

  .project-images {
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .hero-logo-container {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    order: -1;
  }

  .section-heading-container {
    grid-row-gap: 0rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-heading-container.hero-section-heading-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: 3;
    margin-top: auto;
  }

  .section-heading-container.footer-section-heading-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-heading-container.project-section-heading-container {
    order: 0;
    margin-bottom: 0;
    padding: 1rem 1.5rem 0.25rem;
    position: fixed;
  }

  .label {
    font-size: 1rem;
    font-weight: 500;
  }

  .label.grey-text {
    text-align: left;
    flex-flow: row;
    font-size: 1rem;
    display: flex;
    position: static;
  }

  .label.grey-text.on-nav {
    justify-content: flex-end;
    font-size: 0.75rem;
  }

  .label.case-year {
    order: 1;
  }

  .label.service-number {
    order: -1;
    font-size: 0.75rem;
  }

  .label-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .label-container.project-name {
    border-left-style: none;
    display: flex;
  }

  .label-container.on-nav {
    display: none;
  }

  .hero-content-container {
    grid-column-gap: 2rem;
    grid-row-gap: 0.25rem;
  }

  .image {
    width: 50%;
  }

  .project-image-wrapper {
    border-radius: 20px;
  }

  .case-content-wrapper {
    grid-row-gap: 0.75rem;
    flex-direction: column;
  }

  .subheading {
    font-size: 1rem;
    font-weight: 400;
  }

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

  .heading-outer-wrapper {
    grid-row-gap: 0.25rem;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .huge-heading.first-line,
  .huge-heading.second-line {
    font-size: 12vw;
  }

  .home-hero-content-wrapper {
    padding-bottom: 0;
  }

  .large-heading {
    font-size: 2rem;
    line-height: 80%;
  }

  ._6-column-grid {
    flex: 0 auto;
    grid-template-columns: 1fr;
  }

  .text-blocks-container {
    grid-row-gap: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .about-text-section.photography-section {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .service-content-container {
    grid-row-gap: 0.5rem;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  ._2-column-grid {
    grid-row-gap: 0.5rem;
    grid-template-columns: 1fr;
  }

  .reach-out-text {
    flex: 0 auto;
    height: 4rem;
    max-height: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

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

  .back-link {
    flex-direction: row;
    display: flex;
  }

  .back-arrow {
    flex: 1;
    align-self: center;
    width: 28px;
    max-width: 36px;
  }

  .project-heading-container {
    grid-row-gap: 0.5rem;
    order: 0;
    margin-top: 0;
  }

  .project-heading {
    text-transform: uppercase;
    font-size: 10svw;
    font-weight: 700;
    line-height: 78%;
  }

  .prjoect-description {
    font-size: 1rem;
  }

  .project-details-container {
    margin-bottom: 1rem;
    padding-top: 1rem;
  }

  .project-details-list-item {
    padding-bottom: 1rem;
  }

  .heading-3 {
    font-weight: 500;
  }

  .image-2 {
    vertical-align: baseline;
    width: 100%;
    height: 6rem;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .label-highlight {
    font-size: 1rem;
  }

  .div-block-4 {
    margin-top: 0;
  }

  .lottie-animation-3 {
    width: 1.5rem;
    height: 1.5rem;
    bottom: 0.3rem;
  }

  .available-container {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

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

  .collection-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    border-radius: 8px;
  }

  .progress-bar {
    display: block;
  }

  .project-name {
    justify-content: flex-end;
    font-size: 0.8rem;
  }

  .text-block-3,
  .text-block-4,
  .text-block-5 {
    font-size: 1rem;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    display: flex;
  }

  .link-block-2.apple,
  .link-block-2.google-play {
    width: 116px;
    height: 39px;
  }

  .playlist-cover {
    border-radius: 4px;
  }

  .div-block-8 {
    grid-column-gap: 4px;
    margin-top: 0;
  }

  .preloader {
    display: none;
  }

  .image-13 {
    width: 10%;
    max-width: 10%;
    display: none;
  }

  .bold-text-5 {
    font-size: 1.6rem;
  }

  .warning-block {
    margin-bottom: 12px;
  }

  .image-17 {
    opacity: 0.13;
    display: block;
  }

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

  .light-box-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .text-block-12 {
    font-size: 0.8rem;
  }

  .social-badge {
    width: 70%;
    margin-top: 2rem;
  }

  .text-block-14 {
    width: 100%;
  }
}

body {
  font-family: var(--font-primary) !important;
}
