:root {
  --tomato: #f94343;
  --indian-red: #df5f5f;
  --mud: #342e2e;
  --dark-mud: #2b2626;
}

.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 {
  color: var(--tomato);
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  line-height: 1.4;
}

h1 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Destro, sans-serif;
  font-size: 12em;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--tomato);
  text-decoration: none;
}

.hero_section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 2.9em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_h1 {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  width: 5.7em;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.hamburger {
  z-index: 40;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: 1.6em;
  margin-left: 1.6em;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hamburger_lottie {
  z-index: 1;
  width: 55%;
  height: 65%;
  position: relative;
}

.home_h1_span_right {
  color: var(--tomato);
  margin-top: 2.2em;
  margin-left: -10em;
}

.hero_image {
  z-index: 0;
  transform-origin: 0 75%;
  border-radius: .6em;
  width: 21em;
  max-width: none;
  position: absolute;
  left: 39.7em;
}

.home_about_section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.home_about_logo_div {
  z-index: 2;
  border: 1px solid var(--tomato);
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  display: flex;
  position: sticky;
  top: 18em;
  overflow: hidden;
}

.ha_logo_link {
  z-index: 0;
  border-radius: 8em;
  width: 100%;
  max-width: none;
  padding: 1.3em;
  position: absolute;
}

.ha_logo_link.alchemy {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 4.8em;
  display: flex;
}

.home_about_text_div {
  z-index: 1;
  height: 0;
  margin-top: 6em;
  position: sticky;
  top: 6em;
}

.home_about_text {
  color: var(--tomato);
  width: 4em;
  margin-left: .5em;
  font-family: Bolde, sans-serif;
  font-size: 13em;
  line-height: .7;
  text-decoration: none;
}

.home_about_text.old {
  display: none;
}

.home_about_span_1 {
  color: var(--indian-red);
}

.home_about_span_2 {
  font-family: Destro, sans-serif;
  font-size: .73em;
}

.home_about_inner {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home_about_text_rail {
  height: 80em;
  position: relative;
}

.home_about_logo_rail {
  height: 280em;
  padding-top: 8em;
  padding-bottom: 4em;
  position: relative;
}

.home_about_text_div_2 {
  height: 0;
  margin-top: 6em;
  position: sticky;
  top: 6em;
}

.home_link_section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 16em;
  padding-right: 16em;
  display: flex;
  position: relative;
}

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

.home_link {
  color: var(--tomato);
  font-family: Bolde, sans-serif;
  font-size: 12em;
  font-weight: 700;
  line-height: .75;
  text-decoration: none;
}

.fsm {
  z-index: 30;
  background-color: var(--mud);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 8em;
  display: none;
  position: fixed;
  inset: auto 0%;
  overflow: auto;
}

.fsm_left_links {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fsm_link {
  color: var(--tomato);
  text-transform: uppercase;
  font-family: Bolde, sans-serif;
  font-size: 10em;
  font-weight: 700;
  line-height: .8;
  text-decoration: none;
}

.fsm_right_links {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_trigger {
  background-color: #6224ff;
  display: none;
}

.fsm_line {
  z-index: 1;
  background-color: var(--tomato);
  width: .1em;
  height: 35em;
  position: relative;
}

.side_subtitle {
  z-index: 10;
  transform-origin: 0 0;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Bolde, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  position: fixed;
  inset: 14.5em auto auto 1.8em;
  transform: rotate(-90deg);
}

.main_subtitle {
  z-index: 10;
  text-align: right;
  text-transform: uppercase;
  font-family: Bolde, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  inset: 1.6em 1.6em auto auto;
}

.main_subtitle_span {
  color: var(--indian-red);
  font-size: 1.65em;
}

.home_about_final_rail {
  height: 40em;
  position: relative;
}

.body_home {
  background-color: var(--dark-mud);
}

.track {
  z-index: 1;
  width: auto;
  height: 350em;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100em;
  height: 100vh;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.awards_section {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.home_slate_section {
  z-index: 2;
  align-items: center;
  height: 42em;
  padding-right: 5.9em;
  display: flex;
  position: relative;
}

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

.wodwo_video {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 46.75em;
  height: 22.65em;
  display: flex;
  overflow: hidden;
}

.wodwo_item {
  color: var(--tomato);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 7.2em;
  margin-left: 12.7em;
  text-decoration: none;
  display: flex;
}

.horizontal_title {
  font-family: Destro, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.4;
}

.home_film_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bolde, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: .8;
  position: absolute;
  inset: auto auto .55em 1.8em;
}

.wodwo_screenshot_div {
  justify-content: center;
  align-items: center;
  width: 19.65em;
  height: 30.5em;
  margin-top: -2.3em;
  margin-left: 4.2em;
  display: flex;
  overflow: hidden;
}

.wodwo_screenshot {
  width: 100%;
  max-width: none;
  height: 100%;
}

.seven_video {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 51.15em;
  height: 22.65em;
  display: flex;
  overflow: hidden;
}

.home_slate_line {
  background-color: var(--tomato);
  width: .1em;
  height: 32em;
  position: absolute;
  top: 6.4em;
  left: 3.5em;
}

.home_film_section {
  align-items: center;
  height: 42em;
  padding-right: 5.9em;
  display: flex;
  position: relative;
}

.seven_item {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 7.2em;
  margin-left: 12.7em;
  display: flex;
}

.wren_item {
  flex-direction: column;
  align-items: flex-end;
  margin-top: -3.4em;
  margin-left: 12.7em;
  display: flex;
}

.wren_video {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 29.75em;
  height: 22.65em;
  display: flex;
  overflow: hidden;
}

.aftertaste_item {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 7.2em;
  margin-left: 7.1em;
  display: flex;
}

.aftertaste_video {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 49.05em;
  height: 21.9em;
  display: flex;
  overflow: hidden;
}

.home_slate_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bolde, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: .8;
  position: absolute;
  inset: .5em auto auto 1.8em;
}

.home_commercial_section {
  align-items: center;
  height: 42em;
  padding-right: 5.9em;
  display: flex;
  position: relative;
}

.home_commercial_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bolde, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: .8;
  position: absolute;
  inset: 1em auto auto 6.7em;
}

.selfridges_item {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -3.4em;
  margin-left: 12.7em;
  display: flex;
  position: absolute;
}

.selfridges_video {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 29.75em;
  height: 22.65em;
  display: flex;
  overflow: hidden;
}

.bently_item {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 19.3em;
  margin-left: 48em;
  display: flex;
  position: relative;
}

.bently_video {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 25.94em;
  height: 18em;
  display: flex;
  overflow: hidden;
}

.bently2_item {
  z-index: 0;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 13.6em;
  margin-left: -11em;
  display: flex;
  position: relative;
}

.bently2_video {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 31.8em;
  height: 23.4em;
  display: flex;
  overflow: hidden;
}

.home_music_section {
  align-items: center;
  height: 42em;
  padding-right: 5.9em;
  display: flex;
  position: relative;
}

.home_music_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bolde, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: .8;
  position: absolute;
  inset: auto auto .6em 1.8em;
}

.lewis_item {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -7.5em;
  margin-left: 12.7em;
  display: flex;
  position: relative;
}

.lewis_video {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 34.8em;
  height: 25.15em;
  display: flex;
  overflow: hidden;
}

.lucid_item {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 4em;
  display: flex;
}

.lucid_video {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 43.3em;
  height: 25.15em;
  display: flex;
  overflow: hidden;
}

.awards_heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 5em;
  margin-bottom: .5em;
  font-family: Bolde, sans-serif;
  font-size: 13em;
  font-weight: 700;
  line-height: .85;
  display: flex;
}

.awards_heading.featured_heading {
  color: var(--indian-red);
  -webkit-text-stroke-color: var(--indian-red);
  border-bottom: 1px solid #f94343;
  width: 1.9em;
  margin-top: -33px;
  margin-bottom: 0;
  padding-bottom: 39px;
}

.awards_heading.featured_heading_1 {
  margin-bottom: 0;
  font-family: Destro, sans-serif;
  font-size: 8.6em;
  font-weight: 400;
}

.award_div_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #292525;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 6.5em;
  height: 6.5em;
  padding-top: 0;
  display: flex;
  box-shadow: 0 8px 20px -7px #ffffff03;
}

.award_image {
  width: 87%;
  max-width: none;
}

.award_image.l {
  width: 82%;
}

.award_image.m {
  width: 75%;
}

.footer {
  z-index: 1;
  border-top: 1px solid var(--indian-red);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2em 4em;
  display: flex;
  position: relative;
}

.footer_menu {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer_title {
  color: var(--indian-red);
  font-family: Destro, sans-serif;
  font-size: 3.6em;
  line-height: 1;
}

.footer_link {
  color: var(--indian-red);
  font-family: Bolde, sans-serif;
  font-size: 1.4em;
  line-height: .9;
  text-decoration: none;
}

.horizontal_line {
  z-index: 8;
  background-color: var(--tomato);
  width: 450em;
  height: 1px;
  position: absolute;
  inset: 2.1em auto auto 0;
}

.glass_effect {
  display: none;
}

.hamburger_background {
  z-index: 0;
  border: 1px solid var(--tomato);
  border-radius: 20em;
  position: absolute;
  inset: 0%;
}

.awards_grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header {
  width: 100%;
}

.contact_section {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 10.2em;
  padding-bottom: 7.9em;
  display: flex;
  position: relative;
}

.contact_h1 {
  margin-bottom: .6em;
  font-size: 15em;
}

.contact_info {
  padding-bottom: 2em;
  display: flex;
}

.cf_success {
  background-color: #fff0;
  padding: 0;
}

.cf_error {
  background-color: #fff0;
  margin-top: 0;
  padding: 0;
}

.cf_label {
  width: 4.8em;
  margin-bottom: 0;
  margin-left: .8em;
  margin-right: 1.6em;
  font-family: Bolde, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1;
}

.cf_text_field {
  color: var(--tomato);
  background-color: #fff0;
  border: 1px #000;
  width: 14em;
  height: 1em;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 0 .2em;
  font-family: Bolde, sans-serif;
  font-size: 4em;
}

.cf_text_field::placeholder {
  color: #5d4949;
}

.cf_send {
  border: 1px solid var(--tomato);
  color: var(--tomato);
  background-color: #fff0;
  width: 100%;
  height: 2.085em;
  margin-top: -1px;
  padding: 0;
  font-family: Bolde, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.contact_position {
  margin-left: 13.5em;
}

.contact_info_item {
  align-items: center;
  margin-right: 4em;
  display: flex;
}

.contact_info_item.email {
  display: none;
}

.contact_info_circle {
  background-color: var(--indian-red);
  border-radius: 10em;
  width: 2em;
  height: 2em;
  margin-right: 1.2em;
}

.link {
  color: var(--tomato);
  font-family: Bolde, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.cf_line {
  border: 1px solid var(--tomato);
  align-items: center;
  width: 78.15em;
  height: 11em;
  margin-top: -1px;
  display: flex;
}

.cf_text_area {
  color: var(--tomato);
  background-color: #fff0;
  border: 1px #000;
  min-width: 14em;
  max-width: 14em;
  min-height: 5em;
  margin-top: -.3em;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 0 .2em;
  font-family: Bolde, sans-serif;
  font-size: 4em;
  line-height: 1;
  overflow: visible;
}

.cf_text_area::placeholder {
  color: #5d4949;
}

.cf_line_large {
  border: 1px solid var(--tomato);
  align-items: flex-start;
  width: 78.15em;
  margin-top: -1px;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  display: flex;
}

.html {
  color: red;
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-contain {
  z-index: 1;
  border-radius: 100em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.portfolio_main {
  z-index: 1;
  width: 100%;
  font-size: 1em;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.work_list {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.draggable-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.draggable-wrapper.slate {
  display: none;
}

.work_item {
  border-bottom: 1px solid var(--indian-red);
  color: #df5f5f;
  width: 44em;
}

.box {
  width: 35.45em;
  position: relative;
}

.section {
  position: relative;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7em;
  position: relative;
}

.container.is--draggable {
  z-index: 2;
  height: 100vh;
  padding-left: 7.1em;
  position: sticky;
  top: 0;
}

.work_wrap {
  padding-top: 30em;
  padding-bottom: 30em;
  padding-left: 50%;
  overflow: visible;
}

.work_wrap.slate {
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  display: flex;
}

.box-inner {
  z-index: 1;
  background-color: #fff0;
  border-radius: 15em;
  width: 100%;
  padding-top: 69%;
  position: relative;
  overflow: hidden;
}

.box-contain {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.work_div {
  padding-top: 1em;
  padding-bottom: 2em;
  text-decoration: none;
  display: block;
  position: relative;
}

.work_title {
  text-align: left;
  font-family: Bolde, sans-serif;
  font-size: 7.1em;
  font-weight: 700;
  line-height: .8;
  text-decoration: none;
}

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

.work_img {
  display: none;
}

.portfolio_title_section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  display: flex;
  position: relative;
}

.body_portfolio {
  background-color: var(--dark-mud);
}

.portfolio_title_div {
  width: 82em;
}

.work_subtitle {
  font-family: Bolde, sans-serif;
  font-size: 1.75em;
  font-weight: 300;
  line-height: .8;
}

.grain_overlay {
  z-index: 0;
  opacity: .05;
  background-image: url('../images/5c06f51d6e75c933fe05c728_giphy.gif');
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: fixed;
  inset: -80% 0%;
}

.grain_overlay.fsm {
  top: 0%;
  bottom: 0%;
}

.cf_success_text {
  text-align: left;
  width: 10em;
  margin-top: .5em;
  font-family: Bolde, sans-serif;
  font-size: 5.3em;
  line-height: .9;
}

.cf_error_text {
  margin-top: .5em;
  font-family: Bolde, sans-serif;
  font-size: 3em;
  line-height: 1;
}

.body_contact {
  background-color: var(--dark-mud);
}

.body_single {
  background-color: var(--dark-mud);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.single_video_section {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.single_video_div {
  width: 68em;
}

.single_video {
  background-color: #000;
  margin-bottom: 2em;
}

.single_content_section {
  z-index: 1;
  width: 68em;
  margin-bottom: 8em;
  display: flex;
  position: relative;
}

.single_h1 {
  width: 8em;
  padding-right: 1.3em;
  font-size: 4.4em;
}

.single_year {
  color: var(--indian-red);
  font-family: Bolde, sans-serif;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 1;
}

.single_text_col {
  flex: 1;
}

.single_accent_line {
  background-color: var(--indian-red);
  height: 1px;
  margin-bottom: 3em;
}

.single_awards_text {
  margin-top: .8em;
  margin-bottom: .5em;
  font-family: Bolde, sans-serif;
  font-size: 3.15em;
  font-weight: 300;
  line-height: 1;
}

.single_award_div {
  background-color: #292525;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 10.2em;
  height: 10.2em;
  padding: 10px;
  display: flex;
}

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

.empty-state {
  display: none;
}

.single_description {
  color: var(--tomato);
  font-size: 1.15em;
  font-weight: 300;
  text-decoration: none;
}

.work_link {
  text-align: left;
  position: absolute;
  inset: 0%;
}

.work_link.slate {
  justify-content: center;
  display: block;
}

.overview_hero_line {
  background-color: var(--tomato);
  width: 100%;
  height: 1px;
}

.single_line_container {
  width: 10em;
}

.slate_trigger {
  width: 100em;
  height: 0;
  position: absolute;
  top: 70em;
}

.film_trigger {
  width: 100em;
  height: 0;
  position: absolute;
  top: 50em;
}

.commercial_trigger {
  width: 100em;
  height: 0;
  position: absolute;
  top: 100em;
}

.music_trigger {
  width: 100em;
  height: 0;
  position: absolute;
  top: 150em;
}

.portfolio_h1_commercial {
  width: 6.1em;
}

.portfolio_h1_commercial_tablet {
  width: 6.1em;
  display: none;
}

.single_top_padding {
  width: 100%;
  height: 10em;
}

.single_back_div {
  z-index: 20;
  padding: .2em;
  position: fixed;
  inset: auto auto 1.6em 1.6em;
}

.single_back_div.glass {
  border: 1px solid var(--tomato);
  padding: .8em;
  text-decoration: none;
}

.single_back_text {
  color: var(--tomato);
  font-family: Bolde, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
}

.slate_temp_body {
  background-color: var(--dark-mud);
}

.ha_logo {
  width: 100%;
}

.about_trigger {
  z-index: 0;
  height: 0;
  position: relative;
  top: 15%;
}

.vs_slide {
  position: absolute;
  inset: 0%;
}

.vs_slide._1, .vs_slide._2, .vs_slide._3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical_slider {
  flex-direction: column;
  justify-content: space-between;
  height: 150vh;
  display: flex;
  position: relative;
}

.temp_div {
  height: 100em;
}

.vs_trgger {
  width: 10px;
  height: 50%;
  position: static;
  top: 100vh;
}

.vs_camera {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.vs_frame {
  z-index: 5;
  width: 10px;
  height: 100%;
  padding-top: 50vh;
  padding-bottom: 50vh;
  position: absolute;
  top: 0;
  left: 0;
}

.vs_logo_div {
  border: 1px solid var(--tomato);
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vs_t {
  width: 10px;
  height: 1px;
}

.body_about {
  background-color: var(--dark-mud);
}

.about_main {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.about_line {
  background-color: var(--tomato);
  width: 100%;
  height: 1px;
  margin-top: 2.7em;
}

.about_h1 {
  text-align: center;
  line-height: .9;
}

.about_h1_span {
  font-size: .4em;
}

.about_section {
  width: 70.4em;
  padding-top: 3em;
  padding-bottom: 10.4em;
}

.about_columns {
  margin-top: 7em;
  display: flex;
}

.about_col {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.about_paragraph {
  text-align: justify;
  letter-spacing: .04em;
  font-size: 1.2em;
  line-height: 1.5;
}

.about_contact_link {
  margin-top: 2.4em;
  display: flex;
}

.about_contact_icon {
  border: 1px solid var(--indian-red);
  background-color: var(--indian-red);
  border-radius: 10em;
  width: 3em;
  height: 3em;
  margin-right: 1.5em;
}

.about_contact_text {
  color: var(--indian-red);
  font-family: Bolde, sans-serif;
  font-size: 2.6em;
  line-height: 1;
}

.about_col_spacer {
  width: 6em;
}

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

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

.grid-2, .grid-3, .grid-4, .grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.single_next_div {
  z-index: 20;
  padding: .2em;
  position: fixed;
  inset: auto auto 1.6em 1.6em;
}

.single_next_div.glass {
  border: 1px solid var(--tomato);
  padding: .8em;
  text-decoration: none;
  left: auto;
  right: 1.6em;
}

.bold-text {
  font-family: Bolde, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1px;
}

.heading {
  font-family: Bolde, sans-serif;
  font-size: 3.15em;
  font-weight: 300;
  line-height: 50px;
}

.code-embed {
  width: 82em;
  margin-top: 2.2em;
  margin-bottom: 15em;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.mobile_projects {
  display: none;
  position: static;
}

.project_2 {
  position: relative;
  top: 139px;
}

.project_title {
  font-size: 2.8em;
}

.featured_projects {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.featured_title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects_row {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-bottom: 1px solid #f94343;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 16.4em;
  padding-left: 9.2em;
  padding-right: 9.2em;
  display: flex;
}

.awards_featured {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-top: 6px;
  display: flex;
}

.awards_position {
  background-image: linear-gradient(#41414100, #292424 27%, #fff0 53%, #fff0);
  border-radius: 0;
  margin-left: 0;
  padding-left: 19px;
  display: none;
  position: relative;
  top: -60px;
}

.image-2 {
  border-bottom-right-radius: 0;
}

.project_1 {
  position: relative;
  top: 131px;
}

.project_title_2 {
  text-align: right;
  font-size: 2.8em;
}

.awards_position_2 {
  background-image: linear-gradient(#41414100, #292424 20%, #fff0 45%, #fff0);
  border-radius: 0;
  margin-left: 0;
  padding-left: 19px;
  display: none;
  position: relative;
  top: -84px;
}

.project_awards {
  font-family: Bolde, sans-serif;
  font-size: 2.4em;
  font-weight: 300;
}

.award_div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #292525;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  padding-top: 0;
  display: flex;
  box-shadow: 0 8px 20px -7px #ffffff03;
}

.featured_image {
  border-bottom-right-radius: 0;
  width: 39.1em;
  max-width: none;
}

.project_4 {
  position: relative;
  top: 13px;
}

.project_3 {
  position: relative;
  top: 1px;
}

.projects_row_2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-top: 1px solid #f94343;
  border-bottom: 0 solid #f94343;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 6em;
  padding-left: 9.2em;
  padding-right: 9.2em;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero_section {
    padding-top: 81.4em;
    padding-bottom: 0;
  }

  .home_h1 {
    flex-wrap: wrap;
    align-items: flex-end;
    width: 4.5em;
    font-size: 20em;
    line-height: .8;
  }

  .hamburger {
    font-size: 2.2em;
  }

  .home_h1_span_right {
    margin: 0 0 0 .5em;
  }

  .hero_image {
    width: 52em;
    top: 25.3em;
    left: 25.3em;
  }

  .home_about_logo_div {
    font-size: 1.4em;
    top: 6em;
  }

  .home_about_text_div {
    flex-direction: column;
    align-items: flex-start;
    top: 36em;
  }

  .home_about_text {
    text-align: center;
    margin-left: 0;
    font-size: 21em;
  }

  .home_about_text_rail {
    justify-content: center;
    align-items: flex-start;
    height: 140em;
  }

  .home_about_logo_rail {
    height: 490em;
    padding-top: 2em;
    padding-bottom: 37.3em;
    position: absolute;
    top: -10em;
  }

  .home_about_text_div_2 {
    top: 36em;
  }

  .home_about_text_col {
    margin-top: 9em;
  }

  .home_link_section {
    padding-left: 4em;
  }

  .fsm {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    display: none;
  }

  .fsm_left_links {
    align-items: center;
    margin-right: 0;
  }

  .fsm_link {
    font-size: 13em;
    line-height: .85;
  }

  .fsm_right_links {
    align-items: center;
    margin-left: 0;
  }

  .menu_trigger {
    z-index: 50;
  }

  .fsm_line, .side_subtitle {
    display: none;
  }

  .main_subtitle {
    font-size: 3.125em;
  }

  .home_about_final_rail {
    height: 70em;
  }

  .track {
    height: 1100em;
    display: none;
  }

  .frame {
    font-size: 2em;
  }

  .awards_section {
    padding-top: 8em;
    padding-bottom: 15em;
  }

  .awards_heading {
    font-size: 18em;
  }

  .footer {
    padding: 4em 6em;
  }

  .footer_title {
    font-size: 9.4em;
  }

  .footer_link {
    font-size: 3.5em;
  }

  .awards_grid {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 1.8em;
  }

  .header {
    z-index: 50;
    position: relative;
  }

  .contact_section {
    padding-top: 32em;
    padding-bottom: 15em;
  }

  .contact_position {
    margin-left: 0;
    font-size: 1.2em;
  }

  .portfolio_main {
    margin-top: 80px;
  }

  .image.gif_responsive, .draggable-wrapper.gif_responsive {
    display: none;
  }

  .work_item {
    font-size: 2em;
  }

  .box {
    width: 60em;
  }

  .container {
    padding: 0 6vw;
  }

  .container.is--draggable {
    height: 80em;
  }

  .work_wrap {
    padding-top: 70em;
    padding-bottom: 50em;
    padding-left: 0%;
  }

  .work_wrap.work_wrap_responsive {
    padding-top: 0;
  }

  .portfolio_title_section {
    padding-top: 31.1em;
  }

  .portfolio_h1 {
    font-size: 27em;
  }

  .cf_success_text {
    margin-bottom: 8em;
  }

  .cf_error_text {
    font-size: 4em;
  }

  .single_video_section {
    padding-top: 0;
  }

  .single_video_div {
    width: 90em;
  }

  .single_content_section {
    flex-direction: column;
    width: 90em;
    margin-top: 2em;
    margin-bottom: 12em;
  }

  .single_h1 {
    width: 8.7em;
    font-size: 10.4em;
  }

  .single_year {
    font-size: 5.2em;
  }

  .single_accent_line {
    margin-top: 5.4em;
    margin-bottom: 5em;
  }

  .single_awards_text {
    font-size: 8em;
  }

  .single_award_div {
    width: 28em;
    height: 28em;
  }

  .collection-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .single_description {
    font-size: 2.8em;
  }

  .single_line_container {
    width: 25em;
  }

  .slate_trigger {
    top: 220em;
  }

  .film_trigger {
    top: 520em;
  }

  .commercial_trigger {
    top: 750em;
  }

  .music_trigger {
    top: 1000em;
  }

  .portfolio_h1_commercial {
    font-size: 27em;
    display: none;
  }

  .portfolio_h1_commercial_tablet {
    width: 3.5em;
    font-size: 23.3em;
    display: block;
  }

  .single_top_padding {
    height: 26em;
  }

  .single_back_div.glass {
    font-size: 2.2em;
  }

  .single_back_text {
    font-size: 1.2em;
  }

  .vs_slide {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .vs_logo_div {
    margin-bottom: 4.1em;
    font-size: 1.4em;
    top: 0;
  }

  .about_line {
    width: 100%;
    margin-top: 4em;
    position: absolute;
    left: 0;
  }

  .about_h1 {
    font-size: 18em;
  }

  .about_section {
    width: 82em;
    padding-top: 23.2em;
    padding-bottom: 16.3em;
  }

  .about_columns {
    flex-direction: column;
    margin-top: 18.3em;
  }

  .about_col {
    align-items: center;
    width: 100%;
  }

  .about_paragraph {
    margin-bottom: 1.6em;
    font-size: 2.7em;
  }

  .about_contact_link {
    order: -1;
    margin-bottom: 3.2em;
    font-size: 2em;
  }

  .about_col_spacer {
    display: none;
  }

  .single_next_div.glass {
    font-size: 2.2em;
  }

  .code-embed {
    margin-top: 25vh;
  }

  .mobile_projects {
    z-index: 10;
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 90px;
    margin-right: 90px;
    display: none;
    position: relative;
  }

  .project_2 {
    border-bottom: 0 solid #f94343;
    padding-bottom: 73px;
    top: 0;
  }

  .project_title {
    text-align: right;
    margin-bottom: .3em;
    font-size: 7em;
  }

  .project_title_odd {
    margin-bottom: .3em;
    font-size: 7em;
  }

  .featured_projects {
    display: block;
  }

  .projects_row {
    flex-flow: column;
  }

  .project_1 {
    border-bottom: 0 solid #f94343;
    padding-bottom: 73px;
    top: 0;
  }

  .project_title_2, .project_awards {
    text-align: right;
    margin-bottom: .3em;
    font-size: 7em;
  }

  .featured_image {
    width: 100%;
    max-width: 100%;
  }

  .project_4, .project_3 {
    border-bottom: 0 solid #f94343;
    padding-bottom: 73px;
    top: 0;
  }

  .projects_row_2 {
    flex-flow: column;
    padding-top: 14em;
  }
}

@media screen and (max-width: 767px) {
  .track {
    display: none;
  }

  .code-embed {
    margin-top: 25vh;
  }

  .mobile_projects {
    z-index: 10;
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
  }

  .project_2 {
    padding-bottom: 44px;
  }

  .project_title {
    text-align: right;
    font-size: 7em;
  }

  .project_title_odd {
    font-size: 7em;
  }

  .project_1 {
    padding-bottom: 35px;
  }

  .project_title_2, .project_awards {
    text-align: right;
    font-size: 7em;
  }

  .project_4 {
    padding-bottom: 9px;
  }

  .project_3 {
    padding-bottom: 51px;
  }

  .projects_row_2 {
    padding-top: 14em;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    padding-top: 143.3em;
    padding-bottom: 0;
  }

  .hamburger {
    width: 10em;
    height: 10em;
    margin-top: 2em;
    margin-left: 2em;
  }

  .hero_image {
    width: 67em;
    top: 52.5em;
    left: 17em;
  }

  .home_about_logo_div {
    top: 35em;
  }

  .home_about_text_div {
    top: 76.2em;
  }

  .home_about_text_rail {
    top: 3.1em;
  }

  .home_about_text_div_2 {
    top: 76.2em;
  }

  .home_link {
    line-height: 1.1;
  }

  .fsm_link {
    font-size: 20em;
    line-height: .9;
  }

  .main_subtitle {
    font-size: 4.9em;
    top: 1.6em;
    right: .8em;
  }

  .track {
    height: 1250em;
  }

  .item {
    width: 720em;
    margin-left: 0;
  }

  .awards_section {
    padding-top: 30em;
  }

  .home_slate_section {
    font-size: 1.4em;
  }

  .horizontal_title {
    font-size: 3.3em;
  }

  .home_slate_line {
    top: 6.1em;
  }

  .home_film_section, .home_commercial_section, .home_music_section {
    font-size: 1.4em;
  }

  .footer {
    flex-direction: column;
    padding-bottom: 12.2em;
  }

  .footer_menu {
    align-items: center;
  }

  .footer_title {
    text-align: center;
    margin-top: .6em;
    margin-bottom: .3em;
    font-size: 18em;
  }

  .footer_link {
    font-size: 7.9em;
  }

  .contact_section {
    padding-top: 53.4em;
    padding-bottom: 25em;
  }

  .contact_h1 {
    font-size: 18em;
  }

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

  .cf_label {
    margin-top: 0;
    margin-left: 0;
    font-size: 4em;
  }

  .cf_text_field {
    width: 13.7em;
    padding-left: 0;
    font-size: 5.1em;
  }

  .cf_send {
    font-size: 6em;
  }

  .contact_info_item {
    margin-bottom: 1.6em;
    font-size: 2.8em;
  }

  .cf_line {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 3em;
  }

  .cf_text_area {
    min-width: 13.7em;
    max-width: 13.7em;
    margin-top: 0;
    padding-left: 0;
    font-size: 5.1em;
  }

  .cf_line_large {
    flex-direction: column;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 3em;
  }

  .box {
    width: 80em;
  }

  .container.is--draggable {
    height: 100em;
  }

  .work_wrap {
    padding-top: 83em;
    padding-bottom: 90em;
  }

  .portfolio_title_section {
    padding-top: 46.9em;
  }

  .cf_success_text {
    width: 6em;
    margin-bottom: 3em;
    font-size: 10em;
  }

  .cf_error_text {
    width: 10em;
    font-size: 6.8em;
  }

  .single_content_section {
    margin-top: 7em;
    margin-bottom: 30.1em;
  }

  .single_h1 {
    width: 7.8em;
    font-size: 11.5em;
  }

  .single_year {
    margin-top: .2em;
    font-size: 7.6em;
  }

  .single_accent_line {
    margin-top: 9em;
    margin-bottom: 11em;
  }

  .single_awards_text {
    width: 4.6em;
    font-size: 14em;
  }

  .single_award_div {
    width: 42.5em;
    height: 42.5em;
  }

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

  .single_description {
    font-size: 5.3em;
  }

  .single_line_container {
    width: 45em;
  }

  .slate_trigger {
    height: 0;
    top: 300em;
  }

  .film_trigger {
    top: 600em;
  }

  .commercial_trigger {
    top: 875em;
  }

  .music_trigger {
    top: 1050em;
  }

  .single_top_padding {
    height: 56em;
  }

  .single_back_div.glass {
    font-size: 4.2em;
  }

  .about_line {
    margin-top: 8.4em;
  }

  .about_h1 {
    font-size: 21em;
  }

  .about_section {
    width: 83.5em;
    padding-top: 35.3em;
  }

  .about_columns {
    margin-top: 33em;
  }

  .about_paragraph {
    font-size: 4.87em;
  }

  .about_contact_link {
    margin-bottom: 2.6em;
    font-size: 3.3em;
  }

  .div-block, .grid-3, .grid-4, .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .single_next_div.glass {
    font-size: 4.2em;
  }

  .code-embed {
    margin-top: 25vh;
  }

  .mobile_projects {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    margin-bottom: 41.8em;
    margin-left: 18px;
    margin-right: 18px;
    display: none;
  }

  .project_2 {
    padding-bottom: 45px;
  }

  .project_title, .project_title_odd {
    font-size: 8.8em;
  }

  .project_1 {
    padding-bottom: 34px;
  }

  .project_title_2, .project_awards {
    font-size: 8.8em;
  }

  .project_4 {
    padding-bottom: 35px;
  }

  .project_3 {
    padding-bottom: 44px;
  }

  .projects_row_2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    padding-top: 19.9em;
  }
}


@font-face {
  font-family: 'Bolde';
  src: url('../fonts/BOLDE-BOLD.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bolde';
  src: url('../fonts/BOLDE-LIGHT.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bolde';
  src: url('../fonts/BOLDE.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Destro';
  src: url('../fonts/DESTRO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}