:root {
  --theme-border: none;
  --theme-transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --theme-list-indent: 2.5em;
  --true: initial;
  --false: "";
  --has-link-decoration: var(--true);
  --has-transparent-header: 0;
  --theme-container-width: min(100%, var(--theme-container-width-base));
  --theme-container-width-base: calc(var(--theme-container-edge-spacing, 90vw) - var(--theme-frame-size, 0px) * 2);
  --theme-very-narrow-container-max-width: calc(var(--theme-narrow-container-max-width) - (var(--theme-container-width) - var(--theme-narrow-container-max-width)) / 2);
  --theme-little-narrow-container-max-width: calc(var(--theme-narrow-container-max-width) + (var(--theme-container-width) - var(--theme-narrow-container-max-width)) / 2);
  --theme-font-stack-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.mobile-break {
  display: inline;
}
@media (min-width: 690px) {
  .mobile-break {
    display: none;
  }
}

.desktop-break {
  display: none;
}
@media (min-width: 690px) {
  .desktop-break {
    display: inline;
  }
}

.before-image:after {
  content: "Before";
  display: inline-block;
  font-family: Ephesis, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-palette-color-5);
  position: absolute;
  top: -4px;
  left: -54px;
  z-index: 1;
  rotate: -15deg;
}
@media (min-width: 690px) {
  .before-image:after {
    font-size: 180px;
    top: -4px;
    left: -54px;
  }
}

.after-image:after {
  content: "After";
  display: inline-block;
  font-family: Ephesis, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-palette-color-5);
  position: absolute;
  top: -4px;
  left: -54px;
  z-index: 1;
  rotate: -15deg;
}
@media (min-width: 690px) {
  .after-image:after {
    font-size: 180px;
    top: -4px;
    left: -54px;
  }
}

.making-image:after {
  content: "Making";
  display: inline-block;
  font-family: Ephesis, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-palette-color-5);
  position: absolute;
  top: -4px;
  left: -54px;
  z-index: 1;
  rotate: -15deg;
}
@media (min-width: 690px) {
  .making-image:after {
    font-size: 180px;
    top: -4px;
    left: -54px;
  }
}

.see-also-image:after {
  content: "See Also";
  display: inline-block;
  font-family: Ephesis, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-palette-color-5);
  position: absolute;
  top: -4px;
  left: -54px;
  z-index: 1;
  rotate: -15deg;
}
@media (min-width: 690px) {
  .see-also-image:after {
    font-size: 180px;
    top: -4px;
    left: -54px;
  }
}

.before-image {
  position: relative;
}
.before-image figure:after {
  content: "Before";
  display: inline-block;
  font-family: Ephesis, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-palette-color-5);
  position: absolute;
  top: -4px;
  left: -54px;
  z-index: 1;
  rotate: -15deg;
}
@media (min-width: 690px) {
  .before-image figure:after {
    font-size: 180px;
    top: -4px;
    left: -54px;
  }
}

.after-image {
  position: relative;
}
.after-image figure:after {
  content: "After";
  display: inline-block;
  font-family: Ephesis, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-palette-color-5);
  position: absolute;
  top: -4px;
  left: -54px;
  z-index: 1;
  rotate: -15deg;
}
@media (min-width: 690px) {
  .after-image figure:after {
    font-size: 180px;
    top: -4px;
    left: -54px;
  }
}

.making-image {
  position: relative;
}
.making-image figure:after {
  content: "Making";
  display: inline-block;
  font-family: Ephesis, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-palette-color-5);
  position: absolute;
  top: -4px;
  left: -54px;
  z-index: 1;
  rotate: -15deg;
}
@media (min-width: 690px) {
  .making-image figure:after {
    font-size: 180px;
    top: -4px;
    left: -54px;
  }
}

.see-also-image {
  position: relative;
}
.see-also-image figure:after {
  content: "See Also";
  display: inline-block;
  font-family: Ephesis, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-palette-color-5);
  position: absolute;
  top: -4px;
  left: -54px;
  z-index: 1;
  rotate: -15deg;
  font-size: 110px;
  font-weight: 900;
  top: 5px;
  left: -25px;
}
@media (min-width: 690px) {
  .see-also-image figure:after {
    font-size: 180px;
    top: -4px;
    left: -54px;
  }
}
@media (min-width: 690px) {
  .see-also-image figure:after {
    font-size: 110px;
    font-weight: 900;
    top: 5px;
    left: -25px;
  }
}

.wp-block-stackable-heading.home-section-header {
  text-align: center;
}
.wp-block-stackable-heading.home-section-header h2.stk-block-heading__text {
  display: inline-block;
  padding: 2px 12px;
  background-color: var(--theme-palette-color-1);
  mix-blend-mode: screen;
  color: var(--theme-palette-color-8) !important;
}
.wp-block-stackable-heading.service-item-header {
  text-align: center;
}
.wp-block-stackable-heading.service-item-header h3.stk-block-heading__text {
  display: inline-block;
  padding: 0 8px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
}

.home-works-section .wp-block-stackable-heading h3.stk-block-heading__text {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
}

.kv-box-text p.stk-block-text__text {
  display: inline-block;
  padding: 0 8px;
  background-color: var(--theme-palette-color-8);
  color: #0a7aff !important;
}

.related-work-title h2 {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
}

.home .service .section-title {
  position: relative;
  padding-top: 12.8571428571vw;
  text-align: center;
}
.home .service .section-title :before {
  content: "service";
  position: absolute;
  top: -10.2857142857vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  font-size: 12.8571428571vw;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--theme-palette-color-8);
}
.home .service .section-title h2 {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.home .works .section-title {
  position: relative;
  padding-top: 18vw;
  text-align: center;
}
.home .works .section-title :before {
  content: "works";
  position: absolute;
  top: -14.4vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  font-size: 18vw;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--theme-palette-color-5);
}
.home .works .section-title h2 {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.home .works .wp-block-stackable-card h3.stk-block-heading__text {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.home .keywords .section-title {
  position: relative;
  padding-top: 12.8571428571vw;
  text-align: center;
}
.home .keywords .section-title :before {
  content: "keyword";
  position: absolute;
  top: -10.2857142857vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  font-size: 12.8571428571vw;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--theme-palette-color-5);
}
.home .keywords .section-title h2 {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.home .keywords .wp-block-stackable-card h3.stk-block-heading__text {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.home .showroom .section-title {
  position: relative;
  padding-top: 11.25vw;
  text-align: center;
}
.home .showroom .section-title :before {
  content: "showroom";
  position: absolute;
  top: -9vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  font-size: 11.25vw;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--theme-palette-color-8);
}
.home .showroom .section-title h2 {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.home .showroom h3.stk-block-heading__text {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

body.single-works .ct-featured-image {
  padding-bottom: 0;
}
body.single-works .hero-section {
  margin-top: calc(16vw + 20px);
  margin-bottom: calc((16vw + 30px) / 3) !important;
}
body.single-works .hero-section .entry-header {
  position: relative;
}
body.single-works .hero-section .entry-header:before {
  content: "works";
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 16vw;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--theme-palette-color-5);
}
body.single-works .page-title {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.post-type-archive-works .hero-section {
  margin-top: calc(16vw + 20px);
  margin-bottom: calc((16vw + 30px) / 3) !important;
}
.post-type-archive-works .hero-section .entry-header {
  position: relative;
}
.post-type-archive-works .hero-section .entry-header:before {
  content: "works";
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 16vw;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--theme-palette-color-8);
}
.post-type-archive-works .page-title {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.post-type-archive-works .entries h2.entry-title a {
  display: inline;
  box-decoration-break: clone;
  padding: 4px 6px;
  background-color: var(--theme-palette-color-1);
  color: var(--theme-palette-color-8) !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  padding: 6px 8px;
}

/*# sourceMappingURL=main.css.map */
