@font-face {
  font-family: Thunder VF;
  src: url('../fonts/Thunder-VF.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-VF.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}





:root {
  --black: #1e1e1e;
  --white: white;
  --light-grey: #bcbcbc;
  --middle-grey: gray;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--black);
  text-rendering: optimizeLegibility;
  flex-flow: column;
  font-family: Thunder, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

p {
  margin-bottom: .625rem;
}

a {
  text-decoration: underline;
}

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

.body-welcome {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  max-height: 100svh;
  padding: 1rem;
  display: flex;
  overflow: clip;
}

.welcome-slider {
  pointer-events: none;
  background-color: #494949;
  width: 100%;
  height: 100%;
}

.slide-nav-hide {
  display: none;
}

.slide-arrow-hide {
  opacity: 0;
  pointer-events: auto;
}

.home-intro-wrap {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  max-height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-intro-badge {
  pointer-events: none;
  margin-top: .875rem;
  margin-bottom: .875rem;
}

.hom-intro-inner {
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 1rem;
  padding: 4.5vh 1.125rem;
  display: flex;
}

.home-intro-title {
  letter-spacing: .16em;
  text-shadow: 0 0 .5rem #0000001a;
  font-size: 1.125rem;
}

.home-nav-link {
  color: #fff;
  text-shadow: 0 0 .5rem #0000001a;
  height: .8em;
  margin-left: .25em;
  margin-right: .25em;
  padding-top: .05em;
  font-size: 2.875rem;
  font-weight: 800;
  line-height: .9;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.home-slide-bg {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-intro-welcome {
  perspective: 62.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  transition: opacity .3s;
}

.socials-wrap {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-spacer {
  width: 100%;
  height: 0;
  transition: height .5s;
}

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

.slide-img.center-right {
  object-position: 70% 0%;
}

.slide-img.center-top {
  object-position: 50% 0%;
}

.slide-img.center-left {
  object-position: 20% 0%;
}

.home-nav {
  margin-top: .3125rem;
}

.page-wrap {
  text-align: center;
  flex-flow: column;
  flex: 1;
  padding: 1rem;
  display: flex;
  position: relative;
}

.cr-text {
  margin-top: 1.75rem;
  font-weight: 200;
}

.child-nav {
  text-transform: uppercase;
}

.child-nav-link {
  height: .9em;
  color: var(--black);
  margin-left: .25em;
  margin-right: .25em;
  padding-top: .1em;
  font-size: 1.5625rem;
  font-weight: 200;
  line-height: .9;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.child-nav-link:hover {
  color: var(--black);
}

.child-nav-link.w--current {
  color: var(--black);
  font-weight: 800;
  overflow: hidden;
}

.child-intro-title {
  color: var(--black);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 1rem;
}

.main {
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.main.port {
  width: 100%;
}

.main.gallery {
  width: 100%;
  margin-top: 6.5vh;
  margin-bottom: 4.9rem;
}

.header {
  flex-flow: column;
  align-items: center;
  margin-bottom: 7vh;
  display: flex;
}

.footer {
  margin-top: auto;
  margin-bottom: 8rem;
}

.about-text p {
  font-size: 1.875rem;
  font-weight: 200;
}

.about-text a {
  border-bottom: .0625rem solid var(--black);
  color: var(--black);
  text-decoration: none;
}

.info-text {
  margin-bottom: 1em;
  font-size: 2.8cqw;
  font-weight: 200;
  line-height: 1.5;
}

.info-text.mb-0 {
  margin-bottom: 0;
}

.info-p-link {
  border-bottom: .0625rem solid var(--black);
  color: var(--black);
  text-decoration: none;
}

.bio-img {
  filter: contrast(160%) brightness(110%) grayscale();
  width: 100%;
  margin-bottom: 1rem;
}

.bio-img.no-filters {
  filter: none;
}

.section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  margin-bottom: 8vw;
}

.section.flex {
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.clients-list {
  font-size: 4cqw;
}

.bio-h {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20cqw;
  font-weight: 800;
  line-height: .8;
}

.bio-h.sticky {
  position: sticky;
  top: 2rem;
}

.end-link {
  color: var(--black);
  text-transform: uppercase;
  flex-flow: column;
  align-items: center;
  margin-top: .65em;
  font-family: Thunder, sans-serif;
  font-size: clamp(2rem, 24cqw, 8rem);
  font-weight: 800;
  line-height: .96;
  text-decoration: none;
  transition-property: font-variation-settings;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.end-link:hover {
  font-variation-settings: "wght" 900;
}

.end-link-arrow {
  width: 1em;
  height: .3em;
  display: block;
}

.name {
  font-weight: 500;
}

.bio-grid-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  position: sticky;
  top: 1rem;
}

.bio-text-wrap {
  margin-top: -1rem;
}

.portfolio-link {
  height: .85em;
  color: var(--black);
  text-transform: uppercase;
  font-size: 15cqw;
  font-weight: 800;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-block;
  position: relative;
}

.portfolio-main-links {
  text-align: center;
}

.port-link-text {
  line-height: 1;
  transition: opacity .5s;
  position: relative;
  top: -.02em;
}

.port-link-i-wrap {
  z-index: 1;
  pointer-events: none;
  perspective: 50rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.port-img {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 2vh 5vh 1.875rem #0003;
}

.rf-logo-child {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.navigation {
  margin-top: 3vh;
}

.port-nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.port-nav-link {
  height: .8em;
  color: var(--black);
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 2.8125rem;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  transition: font-variation-settings .3s;
}

.port-nav-link.w--current {
  font-variation-settings: "wght" 500;
  font-weight: 500;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-width: .125rem;
  border-bottom-color: var(--light-grey);
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.5625rem;
  display: flex;
}

.tab-btn {
  border-top: .3125rem solid var(--black);
  border-bottom: .3125rem solid var(--middle-grey);
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  flex: 1;
  font-size: 1.375rem;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.tab-btn:hover {
  border-top-color: var(--black);
  border-bottom-color: var(--light-grey);
  background-color: var(--black);
  color: #fff;
}

.tab-btn.w--current {
  border-bottom: .3125rem solid #f4574d;
  border-top-color: var(--black);
  background-color: var(--black);
  color: #fff;
}

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

.lblink {
  background-color: var(--white);
  padding-top: 122%;
  position: relative;
  box-shadow: inset 0 0 3.75rem #0000000f;
}

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

.thumb.align-top {
  object-position: 50% 20%;
}

.thumb.transp {
  mix-blend-mode: multiply;
}

.gallery-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 6rem;
}

.port-nav-wrap {
  margin-top: -1.5rem;
}

.port-grid-4-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.one-to-two {
  padding-top: 175%;
  position: relative;
}

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

.port-grid-2-col-stack {
  grid-template-rows: auto;
}

.pop-bento-link {
  width: 100%;
}

.gallery-v-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
  width: 100%;
}

.port-grid-2-col {
  grid-template-rows: auto;
}

.one-to-one {
  padding-top: 100%;
  position: relative;
}

.port-grid-2-col-split {
  grid-template-rows: auto;
}

.g-link-basic {
  position: relative;
}

.ch-page-title {
  color: var(--black);
  text-transform: uppercase;
  padding-top: .25em;
  font-size: 6cqw;
  font-weight: 200;
  line-height: 1;
}

.port-grid-3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.arrow-wrap {
  height: .3em;
  display: block;
  overflow: hidden;
}

.global-embed {
  position: fixed;
  inset: 0% 0% auto;
}

.end-link-slide-wrap {
  height: .75em;
  margin-bottom: .3em;
}

.port-gallery-h2 {
  text-transform: uppercase;
  font-size: 6.25rem;
  font-weight: 200;
  line-height: 1;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .home-spacer {
    height: 3.125rem;
  }

  .child-nav-link.slide-in-bottom {
    overflow: hidden;
  }

  .main {
    margin-bottom: 6rem;
  }

  .main.port {
    margin-top: 0;
  }

  .main.gallery {
    margin-top: 1.5rem;
  }

  .header {
    margin-bottom: 3em;
  }

  .info-text {
    font-size: 1.625rem;
  }

  .section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .clients-list {
    font-size: 3rem;
  }

  .bio-h {
    margin-top: .5rem;
  }

  .end-link:hover {
    font-variation-settings: "wght" 800;
  }

  .end-link-arrow {
    width: 100%;
    max-width: 20vw;
  }

  .bio-grid-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bio-text-wrap {
    margin-top: -.5rem;
  }

  .portfolio-link {
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

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

  .port-link-text {
    z-index: 2;
    width: 100%;
    color: var(--white);
    padding-top: .2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .port-link-i-wrap {
    background-color: var(--black);
    width: 100%;
    height: auto;
    padding-top: 66%;
    position: relative;
  }

  .port-img {
    box-shadow: none;
    opacity: .8;
    object-position: 50% 0%;
  }

  .port-nav-link:hover {
    font-variation-settings: "wght" 300;
  }

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

  .lblink {
    box-shadow: inset 0 0 1.875rem #0000000f;
  }

  .thumb.block-alt {
    display: block;
    position: relative;
  }

  .thumb-large {
    width: 100%;
  }

  .port-nav-wrap {
    margin-top: -1.9rem;
  }

  .port-grid-2-col-split {
    grid-template-columns: 1fr;
  }

  .port-grid-3-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .port-gallery-h2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 0;
  }

  .footer {
    margin-bottom: 4rem;
  }

  .info-text {
    line-height: 1.2;
  }

  .section {
    margin-top: 2rem;
  }

  .clients-list {
    font-size: 2.25rem;
  }

  .bio-h {
    margin-top: .375rem;
  }

  .end-link {
    margin-top: .5em;
  }

  .bio-text-wrap {
    margin-top: -.25rem;
  }

  .port-nav {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .port-nav-link {
    font-size: 5.5cqw;
  }

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

  .gallery-wrap {
    padding-bottom: 7.5rem;
  }

  .port-nav-wrap {
    margin-top: 1.5rem;
  }

  .port-grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .port-gallery-h2 {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 479px) {
  .home-intro-title {
    text-align: center;
    font-size: 4cqw;
  }

  .home-nav-link {
    font-size: 10cqw;
  }

  .home-nav, .child-nav, .child-intro-title {
    text-align: center;
  }

  .footer {
    margin-top: auto;
    margin-bottom: 3rem;
  }

  .info-text {
    font-size: clamp(1.5rem, 6cqw, 1.625rem);
  }

  .info-text.mb-0 {
    margin-bottom: 1em;
  }

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

  .bio-h {
    margin-top: .1875rem;
    margin-bottom: 1rem;
  }

  .end-link-text {
    margin-bottom: 0;
  }

  .end-link-arrow {
    width: auto;
    max-width: 100%;
  }

  .bio-grid-small {
    margin-bottom: 2rem;
  }

  .port-nav {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .port-nav-link {
    font-size: 10cqw;
  }

  .tabs-menu {
    border-bottom-width: 0;
    border-left: .0625rem solid #f4574d;
    margin-bottom: .3125rem;
    display: block;
  }

  .tab-btn {
    background-color: var(--black);
    color: var(--white);
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left: 0 solid #2c2c2c;
    margin-top: .125rem;
    padding-left: .8125rem;
    padding-right: .8125rem;
  }

  .tab-btn.w--current {
    color: #fff;
    background-color: #1d1d1d;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left: .3125rem solid #f4574d;
  }

  .gallery-wrap {
    padding-bottom: 5rem;
  }

  .port-grid-2-col-stack {
    grid-template-columns: 1fr;
  }

  .port-gallery-h2 {
    font-size: 12cqw;
  }
}

#w-node-_83a4de0f-f3ee-b4a2-7361-e46791f915d1-d6971eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Thunder VF';
  src: url('../fonts/Thunder-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-VF.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

