:root {
  --0ff-white: white;
  --black: #080808;
  --goldenrod: #ffbf00;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--0ff-white);
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-text-color {
  color: #fff;
}

.fs-styleguide_color-sample.is-background1 {
  background-color: #000;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

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

.icon-medium {
  height: 3rem;
}

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

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: none;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
  width: 100vw;
  height: 100vh;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

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

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 15vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.main-wrapper:hover {
  background-color: rgba(0, 0, 0, 0);
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide-dummy-text {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 1rem;
  font-weight: 500;
}

.navbar {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  position: absolute;
}

.navbar.main_hover {
  filter: contrast(200%) invert();
  transition: all .35s ease-in-out;
}

.navbar.main_hover:hover {
  filter: invert(0%);
}

.background-video {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  max-width: none;
  height: 0;
  max-height: none;
  margin-bottom: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
}

.background-video.mobile {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.background-video.mobile:hover {
  background-color: rgba(0, 0, 0, 0);
}

.nav-link {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  box-shadow: inset 0 0 #000;
}

.nav-link.main_name {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
}

.nav-link.main_name.w--current {
  color: var(--black);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  display: block;
}

.nav-link.hoveer_highlight {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 35px;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 0;
  transition: all .5s ease-in-out;
  display: flex;
  box-shadow: inset 0 0 #000;
}

.nav-link.hoveer_highlight:hover {
  color: var(--0ff-white);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: inset 0 -100px #000;
}

.nav-link.hoveer_highlight.w--current, .nav-link.hoveer_highlight.w--current:hover, .nav-link.hoveer_highlight.w--current:visited {
  color: var(--black);
}

.nav-link.hoveer_highlight.anouvue {
  width: 100px;
  margin-left: 30px;
}

.nav-link.hoveer_highlight.anouvue:hover {
  color: var(--goldenrod);
  text-transform: none;
}

.vid_embed {
  z-index: 900;
  width: 100%;
  height: 100%;
  position: relative;
}

.global {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}

.global:hover {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
  position: static;
  top: auto;
}

.navbar-2.main-page {
  margin-bottom: 0;
}

.navbar-2.main-page.hover:hover {
  filter: invert();
}

.container {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 30px;
  line-height: 2;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
}

.container:active {
  color: var(--black);
}

.slider {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.slide {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  z-index: 900;
  height: 0;
  padding-top: 56.25%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bio-wrapper {
  background-color: var(--black);
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 110px;
  display: flex;
  position: relative;
}

.work-wrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: auto;
  margin-bottom: 60px;
  padding-top: 110px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 2;
  display: flex;
  position: static;
  top: 0;
}

.work-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 103px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.l_bio-cont {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.work-block {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.work-grid {
  grid-column-gap: 5px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 50px;
  padding: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bio-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: repeat(auto-fit, minmax(100vh, 1fr));
  grid-template-columns: minmax(137px, 2.75fr) 2.75fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  filter: grayscale();
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  color: var(--black);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 20px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.36;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: var(--0ff-white);
  justify-content: space-between;
  align-items: stretch;
  width: 500px;
  height: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 11.3rem;
  font-weight: 900;
  line-height: .8;
  display: flex;
  transform: rotate(-90deg);
}

.text-block-2.test {
  text-align: left;
  width: 100vw;
  font-size: 6rem;
  display: none;
}

.bio-w-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0;
  height: auto;
  display: flex;
}

.image-block {
  border-radius: 0;
  justify-content: flex-end;
  align-items: stretch;
  width: 600px;
  height: 600px;
  display: flex;
  position: relative;
}

.bio-block {
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.r_bio-cont {
  height: 100vh;
  position: relative;
}

.left {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.right {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-3 {
  opacity: .15;
  filter: grayscale();
  object-fit: cover;
  padding: 37px;
  transition: all .2s ease-in-out;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3:hover {
  opacity: 1;
}

.reel-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.contact-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.contact-cont {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  display: flex;
  position: relative;
}

.contact-cont.bio {
  background-color: var(--black);
  justify-content: flex-start;
  max-width: 100vw;
  height: 100vh;
  margin-top: 0;
}

.contact-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 60px;
  padding-bottom: 65px;
  display: flex;
}

.contact-block.bio {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.bio-name-block {
  color: var(--black);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.ig_logo {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #111;
  border-radius: 12.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: underline;
  display: none;
}

.nav_text {
  color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 0 43px;
  font-size: .9em;
  display: flex;
}

.nav_text:hover {
  text-transform: none;
  font-style: normal;
}

.nav_text:visited, .nav_text.w--current:active, .nav_text.w--current:visited {
  color: #f1f1f1;
}

.nav_text.home_bttn {
  color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 18vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.3em;
  font-weight: 400;
}

.nav_text.home_bttn.w--current {
  color: #f1f1f1;
  text-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 18vw;
  font-size: 1.3em;
  display: block;
}

.contact_heading {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: auto;
  line-height: 20px;
  display: flex;
  position: relative;
}

.brand {
  display: none;
}

.contact_sec {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.heading-4 {
  z-index: auto;
  opacity: 1;
  color: var(--black);
  text-align: center;
  text-shadow: none;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-right: 51px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 9em;
  font-weight: 900;
  line-height: 12vh;
  display: flex;
  position: static;
}

.heading-4.head-contact {
  color: var(--black);
  justify-content: center;
  width: 100vw;
  margin-bottom: 5.8rem;
  margin-right: 0;
}

.heading-4.head-contact.bio {
  background-color: var(--0ff-white);
  color: var(--black);
  width: 550px;
  height: 150px;
  margin-bottom: 9rem;
  font-size: 10.3em;
  font-weight: 900;
}

.container-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2.nav_bar {
  color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  position: relative;
}

.ig_circle {
  border: 4px solid #111;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
}

.footer_holder-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 59px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.grid-4.bio {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.footer_linkup {
  background-color: var(--0ff-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.nav-menu-2 {
  color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.soc_block {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-9 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-width: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
}

.ig_dot {
  color: #ffd000;
  background-color: #111;
  border: 3.5px solid rgba(0, 0, 0, 0);
  border-radius: 39px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 4px;
  display: flex;
  position: relative;
  top: -30%;
  bottom: auto;
  left: 30%;
  right: auto;
}

.image-4 {
  opacity: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all .2s ease-in-out;
}

.image-4:hover {
  opacity: .6;
}

.image-4.bio {
  filter: invert(0%);
}

.image-4.bio:hover {
  opacity: 1;
  filter: invert();
}

.div-block-6 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding-right: 0;
}

.div-block-6.bio {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  transition: all .35s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: inset 0 0 0 -20px #000;
}

.div-block-6.bio.anou:hover {
  box-shadow: inset 0 -100px 0 0 var(--goldenrod);
}

.div-block-6.bio {
  box-shadow: inset 0 0 #000;
}

.div-block-6.bio:hover {
  box-shadow: inset 0 -100px 0 0 var(--black);
}

.div-block-6.bio {
  width: 100px;
  height: 100px;
}

.navbar-3 {
  color: #111;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.navbar-3.main_page {
  color: #f1f1f1;
  width: auto;
  font-size: 30px;
  position: static;
}

.navbar-3.main_page:hover {
  font-style: normal;
}

.mobile_copy_rights {
  display: none;
}

.link_up_email {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.link_up_email.sm-info {
  padding-top: 101px;
  font-size: 28px;
}

.link-block {
  padding-right: 5px;
  display: inline-block;
}

.link-block.social_link {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding-right: 0;
  display: block;
}

.link-block.social_link.bio {
  filter: invert();
  flex-direction: row;
  justify-content: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.link-block.social_link.bio.anou {
  filter: none;
}

.hero_section_main-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

.paragraph-3 {
  color: rgba(241, 241, 241, .28);
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 461px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 100;
}

.paragraph-3.linkup {
  color: rgba(241, 241, 241, .28);
  padding-right: 0;
}

.paragraph-3.linkup.desktop {
  color: var(--black);
  text-align: center;
}

.paragraph-3.linkup.desktop.bio {
  color: rgba(255, 255, 255, .2);
  display: none;
}

.container-10 {
  flex-direction: row;
  justify-content: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
}

.div-block-5 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -57px;
  display: flex;
}

.body_fade_in {
  border-right: 1px solid #000;
}

.work-heading {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 113px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-3 {
  color: var(--0ff-white);
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-4, .text-block-5 {
  color: var(--0ff-white);
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-6 {
  color: var(--0ff-white);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.image-5, .image-6, .image-7, .image-8 {
  object-fit: cover;
}

.text-black {
  z-index: 1;
  box-shadow: none;
  opacity: 1;
  filter: blur(25px);
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  cursor: context-menu;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25rem;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-black:hover {
  box-shadow: none;
  filter: blur();
  color: var(--0ff-white);
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 19rem;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-black:active {
  box-shadow: none;
  width: auto;
  height: auto;
  display: block;
  transform: none;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.link-to-main-sec {
  color: var(--black);
  text-align: left;
  min-width: 100vh;
  min-height: auto;
  margin: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-to-main-sec.work {
  color: var(--black);
  margin-bottom: auto;
  margin-right: 40px;
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-to-main-sec.to-top-bio {
  color: var(--0ff-white);
}

.link-to-main-sec.bio {
  filter: invert();
  position: absolute;
}

.link-to-main-sec.work-settings {
  top: 0;
}

.link-to-main-sec.work-page {
  justify-content: flex-start;
  margin-top: 140%;
  display: none;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-top {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 45px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-top.bio {
  background-color: var(--black);
  width: auto;
  margin-top: -55px;
  overflow: visible;
}

.link-top.mobile {
  z-index: 999;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-top.mobile.work {
  padding-left: 0;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.lightbox-link {
  text-align: left;
  display: block;
  position: relative;
}

.rich-text-block {
  color: var(--0ff-white);
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.anou_text {
  color: var(--0ff-white);
  justify-content: center;
  align-items: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 6.5rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.anou_text:hover {
  color: var(--black);
}

.anou_text._10k {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 3.2rem;
}

.anou_text._10k:hover {
  color: var(--0ff-white);
}

.image-10 {
  display: none;
}

.container-11 {
  background-color: red;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.bio-cont {
  background-color: var(--black);
  justify-content: space-around;
  align-items: flex-start;
  max-width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.text-block-9 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.text-block-9:hover {
  color: var(--black);
  transform: translate(0);
}

.reel-icon_reel_icon {
  color: red;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-family: Inconsolata, monospace;
  font-size: 6rem;
  font-weight: 900;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reel-icon_reel_icon:hover {
  color: var(--black);
  font-family: Inconsolata, monospace;
  font-size: 15rem;
}

.bio-sec {
  width: 100vw;
  height: 100vh;
  margin-top: auto;
  display: flex;
}

.nav-sec {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-bottom: 110px;
  display: flex;
}

.nav-sec.work-page {
  width: 0;
  height: auto;
  margin-bottom: 0;
}

.cont-sec {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.reel-sec {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-block {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  transition: all .35s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: inset 0 0 #000;
}

.black-block:hover {
  box-shadow: inset 0 -1500px 0 0 var(--black);
}

.work-sec {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: block;
  position: relative;
}

.link-sec {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  margin-top: auto;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

@media screen and (min-width: 1920px) {
  .nav_text.home_bttn.w--current {
    font-size: 3em;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .main-wrapper {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: stretch;
    height: 70px;
    display: flex;
    position: relative;
  }

  .navbar.main_hover {
    filter: none;
  }

  .background-video {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 0%;
    display: flex;
  }

  .nav-link.main_name.w--current {
    margin-right: 81%;
  }

  .navbar-2.main-page {
    background-color: var(--0ff-white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: auto;
  }

  .navbar-2.nav-bio-page {
    position: relative;
  }

  .container {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-left: 0;
    display: flex;
  }

  .bio-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .work-wrapper {
    padding-top: 0;
    position: relative;
  }

  .nav-menu {
    background-color: var(--0ff-white);
    align-items: center;
    margin-top: 0;
    position: relative;
  }

  .content-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .image-2 {
    object-fit: contain;
    width: 100%;
    min-width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-2 {
    display: none;
  }

  .text-block-2.test {
    justify-content: space-between;
    align-items: center;
    width: 300rem;
    height: auto;
    margin-top: 450px;
    margin-right: 380px;
    font-size: 9.5rem;
    display: flex;
    transform: rotate(90deg);
  }

  .bio-w-block {
    align-items: center;
  }

  .image-block {
    object-fit: fill;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .image-block.bio {
    background-color: var(--0ff-white);
  }

  .bio-block {
    height: 562px;
  }

  .left {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .right {
    align-items: flex-start;
    width: 60%;
    height: 85vh;
    margin-top: -350px;
    overflow: visible;
  }

  .image-3 {
    display: none;
  }

  .reel-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    position: relative;
  }

  .contact-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: -23px;
  }

  .contact-cont.bio {
    margin-top: 0;
  }

  .contact-block {
    margin-top: -85px;
  }

  .bio-name-block {
    margin-top: 0;
  }

  .nav_text {
    color: #f1f1f1;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 3em;
  }

  .nav_text:hover {
    color: #ffd000;
  }

  .nav_text:visited {
    color: #f1f1f1;
  }

  .nav_text.home_bttn {
    color: #ffd000;
    justify-content: flex-start;
    margin: auto auto 5%;
    padding-right: 0;
    font-size: 6em;
    font-weight: 400;
    line-height: 145px;
  }

  .nav_text.home_bttn.w--current {
    color: #ffd000;
    align-items: flex-start;
    margin: auto auto 5%;
    padding-right: 0;
    font-size: 6em;
    font-weight: 400;
    line-height: 145px;
    display: flex;
  }

  .nav_text.nav_text_page_linking {
    color: #f1f1f1;
  }

  .contact_heading {
    padding-top: 5.5em;
  }

  .heading-4 {
    text-align: center;
    justify-content: center;
    margin-right: auto;
    font-size: 6em;
  }

  .heading-4.head-contact.bio {
    margin-top: 85px;
  }

  .container-2.nav_bar {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
  }

  .menu-button.w--open {
    color: #f1f1f1;
    background-color: #000;
  }

  .nav-menu-2 {
    opacity: 1;
    color: rgba(0, 0, 0, 0);
    text-align: left;
    background-color: rgba(0, 0, 0, .93);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25%;
    padding-left: 5.3em;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-2:active, .nav-menu-2:focus {
    opacity: 1;
  }

  .hamburger_lottie {
    z-index: 200;
    color: #ffd000;
    background-color: rgba(0, 0, 0, 0);
    width: 20%;
    height: 20%;
    position: relative;
    overflow: hidden;
  }

  .navbar-3.main_page {
    color: #000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 100px;
    display: block;
  }

  .container-10 {
    color: rgba(0, 0, 0, 0);
  }

  .text-black {
    box-shadow: none;
    font-size: 20rem;
    display: none;
  }

  .text-black:hover {
    display: none;
  }

  .text-black.mobile {
    filter: none;
    text-align: justify;
    letter-spacing: 9px;
    text-indent: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: .8;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-black.ipad {
    filter: none;
    line-height: .9;
    display: flex;
    top: 80%;
  }

  .link-top {
    margin-top: 224px;
  }

  .link-top.bio {
    background-color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .lightbox-link {
    position: relative;
  }

  .mobile_reel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-9 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-10 {
    object-fit: cover;
    display: block;
    position: relative;
  }

  .reel {
    padding: 118px;
    transition: all .35s ease-in-out;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: scale(1);
  }

  .reel:hover {
    transform: scale(.8);
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: var(--0ff-white);
    color: var(--black);
  }

  .icon {
    color: var(--black);
  }

  .bio-cont {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    padding-bottom: 0;
  }

  .bio-sec {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-sec {
    margin-bottom: auto;
  }

  .cont-sec {
    height: 100vh;
    margin-top: 0;
  }

  .black-block, .black-block:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link.main_name.w--current {
    margin-right: 68%;
  }

  .bio-wrapper {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .work-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    margin-bottom: auto;
    padding: 24px;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 8rem;
    display: flex;
    transform: none;
  }

  .text-block-2.test {
    display: none;
  }

  .bio-w-block {
    width: auto;
    position: relative;
  }

  .image-block {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
  }

  .bio-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 57px;
  }

  .left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }

  .right {
    width: 100vw;
    margin-top: -124px;
  }

  .image-3 {
    display: none;
  }

  .reel-block {
    margin-top: 170px;
  }

  .contact-wrapper {
    justify-content: flex-start;
    margin-top: 0;
  }

  .contact-cont, .contact-block {
    margin-top: 0;
  }

  .contact-block.bio {
    justify-content: flex-start;
  }

  .bio-name-block {
    align-items: center;
  }

  .heading-4 {
    justify-content: center;
    width: 100%;
    font-size: 7.3em;
  }

  .heading-4.head-contact.bio {
    width: 455px;
    margin-top: 0;
    margin-bottom: 7.7rem;
    font-size: 7.9em;
  }

  .mobile_copy_rights {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .link_up_email {
    font-size: 26px;
  }

  .paragraph-3 {
    padding-right: 40px;
  }

  .paragraph-3.mobile {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .paragraph-3.mobile.other-pages {
    padding-right: 8em;
  }

  .paragraph-3.mobile.other-pages.link_up {
    padding-right: 0;
  }

  .paragraph-3.linkup {
    display: none;
  }

  .paragraph-3.linkup.desktop {
    display: flex;
  }

  .text-black.mobile {
    filter: none;
    text-align: justify;
    font-size: 18.7rem;
    line-height: .8;
    display: flex;
    top: 123%;
  }

  .link-top {
    margin-top: auto;
  }

  .link-top.bio {
    margin-top: -31px;
  }

  .reel {
    padding: 71px;
    top: -36%;
  }

  .black-block {
    box-shadow: inset 0 0 #000;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .main-wrapper {
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .background-video.mobile {
    align-items: center;
  }

  .nav-link.main_name.w--current {
    margin-right: 48%;
  }

  .navbar-2.nav-bio-page {
    justify-content: center;
    margin-top: 0;
  }

  .bio-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .work-wrapper {
    height: 100vh;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .work-cont {
    justify-content: flex-start;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .work-block {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .work-grid {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: start;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    height: auto;
    padding: 3px;
  }

  .image-2 {
    width: auto;
    height: auto;
  }

  .text-block {
    background-color: var(--0ff-white);
    width: 100vw;
    height: auto;
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .image-block {
    width: 100%;
    height: 50%;
  }

  .bio-block {
    height: auto;
    margin-top: -53px;
  }

  .left {
    justify-content: flex-start;
    height: auto;
  }

  .right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 329px;
    margin-bottom: 0;
  }

  .image-3 {
    display: none;
  }

  .reel-block {
    margin-top: 0;
  }

  .contact-wrapper {
    justify-content: flex-start;
  }

  .contact-cont.bio {
    height: 100vh;
    margin-top: 0;
  }

  .contact-block.bio {
    width: 100vw;
    margin-top: auto;
    position: relative;
  }

  .bio-name-block {
    background-color: var(--0ff-white);
    width: 100vw;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 3.2rem;
  }

  .nav_text.home_bttn, .nav_text.home_bttn.w--current {
    font-size: 3em;
  }

  .contact_heading {
    padding-top: 3em;
  }

  .heading-4 {
    width: 100vw;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    font-size: 4.6em;
  }

  .heading-4.head-contact {
    margin-bottom: 3.4rem;
    font-size: 4.8em;
  }

  .heading-4.head-contact.bio {
    width: 230px;
    height: 66px;
    font-size: 4.3em;
  }

  .grid-4.bio {
    grid-column-gap: 1px;
    grid-row-gap: 45px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 100vw;
    margin-top: 12px;
    padding: 41px;
  }

  .image-4.bio {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-6.bio {
    width: 50px;
    height: 50px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-6.bio.anou {
    width: 50px;
  }

  .link_up_email {
    font-size: 18px;
  }

  .link_up_email.sm-info {
    padding-top: 72px;
  }

  .link-block.social_link.bio {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }

  .link-block.social_link.bio.anou {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    margin-right: 0;
  }

  .paragraph-3 {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 0;
    padding-right: 5px;
    display: flex;
  }

  .work-heading {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .text-black {
    display: none;
  }

  .text-black.mobile {
    filter: none;
    font-size: 7.9rem;
    line-height: 1;
    display: flex;
    top: 235%;
  }

  .link-to-main-sec {
    height: 50px;
  }

  .link-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .link-top.bio {
    width: auto;
    margin-top: -57px;
    display: none;
  }

  .link-top.mobile {
    z-index: 999;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    margin-top: 110px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: flex;
    position: relative;
    top: 450px;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .anou_text {
    width: auto;
    font-size: 3.3rem;
  }

  .anou_text._10k {
    font-size: 1.5rem;
  }

  .reel {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 110px;
    padding: 20px 20px 20px 23px;
    display: flex;
    top: -26%;
  }

  .bio-sec {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cont-sec {
    margin-top: 0;
  }

  .black-block {
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  #nar.w-node-e8cd6652-54ec-7a69-3909-0e2e19d0d15a-8e2788ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #nar.w-node-e8cd6652-54ec-7a69-3909-0e2e19d0d15a-8e2788ab, #nar.w-node-e0be1da7-ee96-da75-f6ae-f92a9a4561af-8e2788ab, #nar.w-node-_79cbe5f6-1c8e-9879-809f-ee518d849764-8e2788ab, #w-node-_59d4648b-08d7-fe88-a97a-9d6e33801699-85630566, #w-node-e8cd6652-54ec-7a69-3909-0e2e19d0d15a-85630566, #w-node-fef92994-946c-2d9a-987f-2d24b5f0397c-85630566, #w-node-_59d4648b-08d7-fe88-a97a-9d6e33801699-504bd964, #w-node-_739e69dd-757b-9ef3-0ab4-0f4177cdbd9e-504bd964, #w-node-ad5f9a19-e4ad-0fd6-78e4-c101040592ca-504bd964, #w-node-da280563-7633-0103-b3f4-4f0139831b52-9cca28b9, #w-node-a0ef8265-3f12-9c33-03e6-b2c3c1f1a7d4-9cca28b9, #w-node-c75cbb70-e922-6e51-6cb4-c8e98f21cfe8-9cca28b9, #w-node-e8cd6652-54ec-7a69-3909-0e2e19d0d15a-4b9996aa, #w-node-fef92994-946c-2d9a-987f-2d24b5f0397c-4b9996aa, #w-node-_59d4648b-08d7-fe88-a97a-9d6e33801699-4b9996aa, #w-node-_739e69dd-757b-9ef3-0ab4-0f4177cdbd9e-4b9996aa, #w-node-da280563-7633-0103-b3f4-4f0139831b52-4b9996aa, #w-node-a0ef8265-3f12-9c33-03e6-b2c3c1f1a7d4-4b9996aa, #w-node-c75cbb70-e922-6e51-6cb4-c8e98f21cfe8-4b9996aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


