/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
/* Webfont */
@font-face {
  font-family: 'gilroyextrabold';
  src: url("../fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("../fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Colors */
/* Breakpoints */
/* Sizes */
/* Padding */
/* Arrows */
.arr_left:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 59.95'%3E%3Ccircle cx='30' cy='29.97' r='30' fill='%23222'/%3E%3Cpath fill='%23fff' d='M14.94 29.07l11.95-11.95.7.71-10.74 10.74h27.53v1H16.84l11.53 11.52-.7.71-12.73-12.73z'/%3E%3C/svg%3E"); }

.arr_right:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 59.95'%3E%3Ccircle cx='30' cy='29.97' r='30' fill='%23222'/%3E%3Cpath fill='%23fff' d='M44.38 29.07L32.43 17.12l-.7.71 10.74 10.74H14.94v1h27.54L30.95 41.09l.7.71 12.73-12.73z'/%3E%3C/svg%3E"); }

.arr {
  display: inline-block;
  text-indent: -100%;
  overflow: hidden;
  transition: transform 0.5s ease;
  width: 1.875rem;
  height: 1.875rem; }
  .arr:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 100em) {
    .arr {
      width: 3.75rem;
      height: 3.75rem; } }
  .arr:hover {
    transform: scale(0.9); }

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
body.page-about {
  width: 100vw;
  overflow-x: hidden; }

.header__page_about {
  position: relative;
  display: block;
  padding: 10px;
  padding-top: 0;
  top: 40px;
  margin-bottom: 10px; }
  .header__page_about .about__heading {
    pointer-events: none; }
  @media screen and (min-width: 60em) {
    .header__page_about {
      position: relative;
      display: flex;
      flex-direction: column;
      z-index: 10000;
      width: 100vw;
      padding: 40px;
      margin-top: 80px; }
      .header__page_about h1 {
        text-indent: -10px; }
      .header__page_about .chevron {
        display: none; } }
  @media screen and (min-width: 100em) {
    .header__page_about {
      top: 15vh;
      padding: 60px;
      margin-bottom: 20vh;
      margin-top: 0; } }
  .header__page_about #about__intro {
    margin-top: 10px;
    font-size: 0.75rem;
    line-height: 1.75; }
    .header__page_about #about__intro p {
      letter-spacing: -0.019rem; }
    .header__page_about #about__intro p:first-child {
      margin-top: 0;
      font-weight: bold; }
    .header__page_about #about__intro h2 {
      color: #9B9B9B;
      font-size: 1.25rem;
      letter-spacing: -0.019rem; }
      @media screen and (min-width: 60em) {
        .header__page_about #about__intro h2 {
          font-size: 2rem;
          padding: 5px 0; } }
    @media screen and (min-width: 60em) {
      .header__page_about #about__intro {
        z-index: 10000;
        padding: 0;
        width: calc(45vw - 40px);
        font-size: 0.875rem; }
        .header__page_about #about__intro p {
          max-width: calc(50vw - 40px); } }
    @media screen and (min-width: 100em) {
      .header__page_about #about__intro {
        width: calc(50vw - 180px); }
        .header__page_about #about__intro p {
          font-size: 1.5rem; } }
  .header__page_about #reel__play {
    text-indent: -100%;
    overflow: hidden;
    transition: all 0.5s ease; }
    @media screen and (min-width: 60em) {
      .header__page_about #reel__play {
        width: 8rem;
        height: 8rem; }
        .header__page_about #reel__play:hover {
          width: 7rem;
          height: 7rem; } }
    @media screen and (min-width: 100em) {
      .header__page_about #reel__play {
        width: 12rem;
        height: 12rem; }
        .header__page_about #reel__play:hover {
          width: 11rem;
          height: 11rem; } }
    .header__page_about #reel__play:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='172' height='172'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF'%3E%3Cpath d='M71 46v80l52-40.1345508z'/%3E%3Ccircle cx='86' cy='86' r='85.5'/%3E%3C/g%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      display: block;
      top: 0; }
  .header__page_about .reel__play_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    z-index: 20000; }
    @media screen and (min-width: 60em) {
      .header__page_about .reel__play_container {
        display: flex; } }
  .header__page_about #about__reel {
    padding-top: 10px;
    overflow: hidden;
    transition: all 0.5s ease; }
    .header__page_about #about__reel figure {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0; }
      .header__page_about #about__reel figure img {
        opacity: 0;
        object-fit: cover;
        vertical-align: top;
        width: 100%;
        height: 100%;
        transition: all 5s ease;
        visibility: hidden; }
      @media screen and (min-width: 60em) {
        .header__page_about #about__reel figure {
          position: absolute; }
          .header__page_about #about__reel figure img {
            opacity: 1;
            visibility: visible; } }
      @media screen and (min-width: 60em) {
        .header__page_about #about__reel figure:hover img {
          transform: scale(1.2); } }
      .header__page_about #about__reel figure video {
        position: absolute;
        top: 0;
        opacity: 1;
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media screen and (min-width: 60em) {
          .header__page_about #about__reel figure video {
            opacity: 0; } }
    @media screen and (min-width: 60em) {
      .header__page_about #about__reel {
        width: 50vw;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 40px;
        z-index: -1;
        order: 2;
        padding-top: 0; } }
    @media screen and (min-width: 100em) {
      .header__page_about #about__reel {
        top: 0;
        bottom: 0;
        right: 60px; } }

.header__page_about.expand {
  margin-bottom: 0; }
  @media screen and (min-width: 60em) {
    .header__page_about.expand {
      /* margin-bottom: calc(25vh + 40px);  */ } }
  @media screen and (min-width: 100em) {
    .header__page_about.expand {
      /* margin-bottom: calc(15vh + 60px); */ } }
  .header__page_about.expand > #about__reel img {
    transition: all 1s ease;
    opacity: 0; }
  .header__page_about.expand > #about__reel video {
    transition: all 1s ease;
    transition-delay: 1s;
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .header__page_about.expand #reel__play {
    transition: opacity 0.5s ease;
    opacity: 0; }

#about__brands {
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
  overflow: hidden; }
  #about__brands div {
    padding: 20px;
    display: inline-block; }

.about__subheading {
  padding: 10px;
  margin-top: 0;
  text-align: center; }
  .about__subheading br {
    display: none; }
  @media screen and (min-width: 60em) {
    .about__subheading {
      padding: 40px; }
      .about__subheading br {
        display: none; } }
  @media screen and (min-width: 100em) {
    .about__subheading {
      padding: 60px; } }

.subheading_1 {
  font-size: 1.5rem;
  margin-top: 20px; }
  @media screen and (min-width: 60em) {
    .subheading_1 {
      text-align: center;
      font-size: 5rem;
      letter-spacing: -0.249rem;
      margin-top: 80px; } }
  @media screen and (min-width: 100em) {
    .subheading_1 {
      font-size: 5rem;
      letter-spacing: -0.263rem; } }

.subheading_2 {
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: -0.019rem; }
  @media screen and (min-width: 60em) {
    .subheading_2 {
      text-align: center;
      padding-bottom: 20px;
      font-size: 2.25rem; } }

#about__team {
  padding: 10px;
  letter-spacing: -0.022rem;
  width: 100%;
  font-size: 0.75rem; }
  #about__team .team__title {
    color: #9B9B9B;
    text-align: right;
    width: 50%;
    padding-right: 10px; }
  #about__team .team_name {
    padding-left: 10px;
    width: 50%; }
  @media screen and (min-width: 60em) {
    #about__team {
      width: 50%;
      margin: 0 auto;
      font-size: 0.875rem; } }
  @media screen and (min-width: 100em) {
    #about__team {
      font-size: 1rem; } }
  #about__team h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-bottom: 10px; }
    @media screen and (min-width: 60em) {
      #about__team h3 {
        padding-bottom: 20px; } }
    @media screen and (min-width: 100em) {
      #about__team h3 {
        padding-bottom: 30px; } }
  #about__team ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  #about__team > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #about__team > ul > li:nth-child(1), #about__team > ul > li:nth-child(2), #about__team > ul > li:nth-child(3), #about__team > ul > li:nth-child(n+4) {
      width: 100%;
      padding-bottom: 10px; }
    #about__team > ul > li:nth-child(n+4) {
      padding-bottom: 0; }
      #about__team > ul > li:nth-child(n+4) li {
        padding-bottom: 10px; }
    @media screen and (min-width: 60em) {
      #about__team > ul > li:nth-child(1), #about__team > ul > li:nth-child(2), #about__team > ul > li:nth-child(3), #about__team > ul > li:nth-child(n+4) {
        padding-bottom: 40px; }
      #about__team > ul > li:nth-child(n+4) {
        width: 50%; }
        #about__team > ul > li:nth-child(n+4) li {
          padding-bottom: 40px; } }

#video__overlay_reel {
  position: absolute; }

#video__overlay_close {
  position: fixed;
  opacity: 0;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  color: #fff;
  z-index: 20000; }
  @media screen and (min-width: 60em) {
    #video__overlay_close {
      top: 40px;
      right: 40px;
      width: 40px;
      height: 40px;
      text-indent: -100%; } }
  #video__overlay_close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23222'/%3E%3Cpath fill='%23fff' d='M16.17145348 14.89381923L43.8688261 42.59119185l-.70710678.70710678L15.4643467 15.600926z'/%3E%3Cpath fill='%23fff' d='M15.46381923 42.57854652L43.16119185 14.8811739l.70710678.70710678L16.170926 43.2856533z'/%3E%3C/svg%3E"); }

.video_container {
  background-color: #ffffff; }

#about__reel {
  left: -10px;
  width: 100vw;
  position: relative; }
  @media screen and (min-width: 60em) {
    #about__reel {
      left: auto;
      width: auto; } }

.video__controls {
  opacity: 0;
  position: fixed;
  z-index: 20000;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  transition: opacity 0.5s ease;
  pointer-events: auto; }

.video__controls.hidden {
  opacity: 0;
  pointer-events: none; }

.video__controls.show {
  opacity: 0.5;
  pointer-events: auto; }

.video.button {
  font-size: 2rem;
  color: #fff;
  z-index: 20000; }
  @media screen and (min-width: 60em) {
    .video.button {
      width: 60px;
      height: 60px;
      text-indent: 100%;
      overflow: hidden;
      display: inline-block; } }
  .video.button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; }

span.pause_play, span.sound {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px; }
  span.pause_play a, span.sound a {
    position: absolute;
    left: 0;
    top: 0; }

.play:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23222'/%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' d='M22.77 14.51v30.98l20.14-15.54-20.14-15.44z'/%3E%3C/svg%3E"); }

.pause:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23222'/%3E%3Cpath fill='%23fff' d='M38.16 16.24v27.51h-1V16.24zM21.16 43.76V16.25h1v27.51z'/%3E%3C/svg%3E"); }

.fullscreen:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23222'/%3E%3Cpath fill='%23fff' d='M16.164 42.927l26.658-26.658.806.806L16.97 43.733z'/%3E%3Cpath fill='%23fff' d='M35.08 15.65h9.17v1.14h-9.17z'/%3E%3Cpath fill='%23fff' d='M43.11 24.82v-8.6h1.14v8.6zM24.83 44.25h-9.17v-1.14h9.17z'/%3E%3Cpath fill='%23fff' d='M16.8 35.08v8.6h-1.14v-8.6zM42.929 43.739L16.27 17.08l.806-.806 26.658 26.657z'/%3E%3Cpath fill='%23fff' d='M15.65 24.82v-9.17h1.14v9.17z'/%3E%3Cpath fill='%23fff' d='M24.82 16.79h-8.6v-1.14h8.6zM44.25 35.08v9.17h-1.14v-9.17z'/%3E%3Cpath fill='%23fff' d='M35.08 43.11h8.6v1.14h-8.6z'/%3E%3C/svg%3E"); }

.mute:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23222'/%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' d='M21.72 23.89h-9.64v12.97h9.64l10.34 9.35V14.54l-10.34 9.35zM51.48 34.66l-4.29-4.28 4.29-4.29-2.53-2.53-4.29 4.29-4.29-4.29-2.52 2.53 4.29 4.29-4.29 4.28 2.52 2.53 4.29-4.29 4.29 4.29 2.53-2.53z'/%3E%3C/svg%3E"); }

.unmute:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23222'/%3E%3Cpath d='M43 39.79A13.31 13.31 0 0 0 43 21l2.86-2.85a17.35 17.35 0 0 1 0 24.53L43 39.79z' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M36.25 37.1a9.52 9.52 0 0 0 0-13.45l2.85-2.85a13.54 13.54 0 0 1 0 19.2l-2.85-2.9zM21.72 23.89h-9.64v12.97h9.64l10.34 9.35V14.54l-10.34 9.35z' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E"); }

.header__page_about.expand #about__reel {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible; }

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