@use "sass:map";
@font-face {
  font-family: 'intertight';
  src: url("./fonts/inter-tight-v.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'intertight';
  src: url("./fonts/inter-tight-iv.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'intertight';
  src: url("./fonts/inter-tight-v.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: 'intertight';
  src: url("./fonts/inter-tight-v.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'intertight';
  src: url("./fonts/inter-tight-iv.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'lionandhare';
  src: url("./fonts/lionandhare.woff2") format("woff2"), url("./fonts/lionandhare.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* breakpoints */
#slide-out-menu {
  width: 90%;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  right: -100vw;
  padding: 4rem;
  z-index: 999;
  transition: .25s; }
  @media only screen and (min-width: 1000px) {
    #slide-out-menu {
      width: 60rem; } }
  #slide-out-menu.active {
    right: 0; }
  #slide-out-menu .menu {
    padding: 0;
    margin: 0; }
    #slide-out-menu .menu li {
      list-style: none;
      font-size: 6rem;
      font-family: "lionandhare", monospace;
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      opacity: 0;
      transform: translateX(-40px);
      transition: .5s; }
      @media only screen and (min-width: 1000px) {
        #slide-out-menu .menu li {
          font-size: 10rem; } }
      #slide-out-menu .menu li.active {
        opacity: 1;
        transform: translateX(0); }
      #slide-out-menu .menu li a {
        display: inline-block;
        color: #e62400;
        text-decoration: none;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: .2s; }
        #slide-out-menu .menu li a:hover, #slide-out-menu .menu li a:active {
          transform: scale(1.2);
          color: #fff; }
      #slide-out-menu .menu li.current-menu-item a {
        color: #fff; }

.home-header {
  background: #e62400;
  padding: 4rem 0;
  position: relative;
  z-index: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden; }
  .home-header .container {
    z-index: 3;
    height: 100%; }
    @media only screen and (min-width: 1400px) {
      .home-header .container {
        max-width: 140rem; } }
    @media only screen and (min-width: 2000px) {
      .home-header .container {
        max-width: 150rem; } }
    @media only screen and (min-width: 2400px) {
      .home-header .container {
        max-width: 160rem; } }
    @media only screen and (min-width: 2800px) {
      .home-header .container {
        max-width: 200rem; } }
  .home-header .upper-nav {
    position: absolute;
    bottom: 2rem;
    right: 0;
    padding: 4rem 0;
    width: 100%;
    z-index: 4; }
  .home-header .chat {
    width: 13rem;
    height: 4rem;
    position: absolute;
    z-index: 4;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 4rem;
    text-transform: uppercase;
    font-family: "intertight", monospace;
    font-weight: 200;
    font-style: normal;
    color: #e1ce61;
    font-size: 1.4rem;
    text-decoration: none;
    cursor: pointer;
    transition: .2s; }
  .home-header .chat.active {
    top: 2rem; }
  .home-header .chat:after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(./images/chat.png) no-repeat;
    background-size: contain;
    margin-left: 1rem;
    position: absolute;
    top: 0;
    right: 1rem; }
  .home-header h1 {
    width: 80vw;
    height: 40rem;
    overflow: hidden;
    text-indent: -1000px; }
    @media only screen and (min-width: 1000px) {
      .home-header h1 {
        height: 80vh; } }
  .home-header #prometheus {
    position: absolute;
    bottom: 35px;
    left: 60%;
    width: 980px;
    height: 774px;
    background: url(./images/prometheus-rising.png) no-repeat;
    background-position: 0 0;
    background-size: 6860px 3096px;
    transform: translateX(-48%) scale(0.6);
    opacity: 1;
    border-bottom: 1px solid #000; }
    @media only screen and (min-width: 700px) {
      .home-header #prometheus {
        left: 40rem;
        transform: translateX(-48%) scale(0.9); } }
    @media only screen and (min-width: 1000px) {
      .home-header #prometheus {
        left: 46%;
        bottom: -65px;
        border: 0;
        transform: translateX(-50%); } }
    @media only screen and (min-width: 1600px) {
      .home-header #prometheus {
        transform: translateX(-50%) scale(1.2); } }
    @media only screen and (min-width: 2400px) {
      .home-header #prometheus {
        transform: translateX(-50%) scale(1.4); } }
    @media only screen and (min-width: 2800px) {
      .home-header #prometheus {
        transform: translateX(-50%) scale(1.8); } }
  .home-header #tl-1, .home-header #tl-2 {
    position: absolute;
    font-size: 4rem;
    color: #e1ce61;
    opacity: 0;
    transition: opacity .5s;
    z-index: 2; }
    .home-header #tl-1.active, .home-header #tl-2.active {
      opacity: 1; }
  .home-header #tl-1 {
    bottom: 12rem;
    left: 2rem;
    margin-top: 0; }
    @media only screen and (min-width: 1000px) {
      .home-header #tl-1 {
        top: 65%;
        bottom: auto; } }
  .home-header #tl-2 {
    bottom: 4rem;
    right: 2rem;
    margin-top: 0; }
    @media only screen and (min-width: 700px) {
      .home-header #tl-2 {
        bottom: 2rem; } }
    @media only screen and (min-width: 1000px) {
      .home-header #tl-2 {
        top: 80%;
        bottom: auto;
        right: 10rem; } }
  .home-header .darkness {
    opacity: 0;
    z-index: 4; }

.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 300px;
  height: 120px;
  overflow: hidden; }

.reach-heading {
  display: block;
  width: calc(100% - 2rem);
  height: 60rem;
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (min-width: 700px) {
    .reach-heading {
      top: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .reach-heading {
      top: auto;
      bottom: -19px;
      width: 100%;
      height: 100%; } }

.nav-wrapper {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem; }
  @media only screen and (min-width: 1000px) {
    .preloader .nav-wrapper {
      height: 100vh; } }
  .nav-wrapper.trans {
    transition: top .5s; }
  .nav-wrapper.offset {
    top: -10rem; }
  .nav-wrapper.fixed {
    position: fixed; }
    .nav-wrapper.fixed.visible {
      top: 0; }

.beck-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 9rem;
  z-index: 9999;
  text-decoration: none; }
  @media only screen and (min-width: 1000px) {
    .beck-logo {
      left: 4rem; } }
  .beck-logo.fixed {
    position: fixed;
    bottom: auto;
    top: 3rem; }
  .beck-logo span {
    display: block;
    color: #000;
    font-size: 2rem;
    line-height: 2rem;
    opacity: 0;
    transform: scaleY(0.5);
    transition: .1s; }
    .beck-logo span.bl-2 {
      transition-delay: .2s; }
    .beck-logo span.bl-3 {
      transition-delay: .4s; }
  .beck-logo.active span {
    opacity: 1;
    transform: scaleY(1); }

.hamburger {
  position: absolute;
  bottom: 4rem;
  right: 1rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  z-index: 4; }
  @media only screen and (min-width: 1000px) {
    .hamburger {
      right: 4rem;
      bottom: 4rem; } }
  .hamburger.fixed {
    position: fixed;
    bottom: auto;
    top: 6rem; }
  .hamburger span {
    width: 0;
    height: 4px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    transition: .2s; }
    .hamburger span.active {
      width: 4rem; }
    .hamburger span:nth-child(2) {
      top: 12px; }
    .hamburger span:nth-child(3) {
      top: 24px; }

#s1.x {
  background: #e62400;
  transform: rotate(45deg);
  top: 2rem; }

#s2.x {
  background: #e62400;
  width: 0;
  right: 50%; }

#s3.x {
  background: #e62400;
  transform: rotate(-45deg);
  top: 2rem; }

.standard-header {
  padding: 0;
  background: #d2d2d2;
  color: #000;
  height: 100vh;
  transition: .5s; }
  .standard-header.active {
    background: #e62400; }
    .page-id-73 .standard-header.active {
      background: #d2d2d2; }
  .standard-header h1 {
    font-size: 10rem;
    line-height: 10rem;
    margin: 0 0 10rem 0; }
  .standard-header.full-no {
    padding: 10rem 0;
    height: auto; }
    .standard-header.full-no.no-padding {
      padding: 0; }
    .standard-header.full-no .container .standard-header-copy {
      position: relative;
      top: auto;
      left: auto;
      transform: none; }
  .standard-header.hide-yes h1 {
    visibility: hidden;
    margin: 0; }
  .standard-header .container {
    max-width: 86rem;
    height: 100%;
    text-align: center; }
    .standard-header .container .standard-header-copy {
      font-size: 3rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: calc(100% - 2rem); }
      .standard-header .container .standard-header-copy.line-reveal {
        width: 70vw; }
      @media only screen and (min-width: 1000px) {
        .standard-header .container .standard-header-copy {
          width: 90rem; }
          .standard-header .container .standard-header-copy.line-reveal {
            width: 90rem; } }

.split-header {
  background: #e62400;
  color: #000;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 12rem 1rem 4rem; }
  @media only screen and (min-width: 1000px) {
    .split-header {
      padding: 12rem 2rem 4rem; } }
  @media only screen and (min-width: 1300px) {
    .split-header {
      height: 100vh;
      padding: 0; } }
  .split-header .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem; }
    @media only screen and (min-width: 1000px) {
      .split-header .container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20rem; } }
    .split-header .container h1 {
      font-family: "intertight", sans-serif;
      font-weight: 700;
      font-size: 3.5rem;
      text-transform: none;
      margin: 0;
      padding: 0;
      transform: translateX(-4rem);
      opacity: 0;
      transition: 1s; }
      .split-header .container h1.active {
        transform: translateX(0);
        opacity: 1; }
    .split-header .container ul {
      margin: .8rem 0 0;
      padding: 0; }
      .split-header .container ul li {
        list-style: none;
        margin-bottom: 4rem;
        font-weight: 600; }
        .split-header .container ul li strong {
          font-family: "intertight", sans-serif;
          font-weight: 900;
          text-transform: none;
          margin: 0;
          padding: 0;
          opacity: 0;
          transform: translateX(4rem);
          transition: .5s; }
        .split-header .container ul li p {
          font-weight: 700;
          margin-top: 0;
          padding: 0;
          opacity: 0;
          transform: translateX(4rem);
          transition: .5s;
          transition-delay: .5s; }
        .split-header .container ul li.active strong, .split-header .container ul li.active p {
          transform: translateX(0);
          opacity: 1; }

.preload-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
  z-index: 999;
  transition: .2s; }
  .preload-box.active {
    background: transparent; }
    .preload-box.active .omni {
      transform: scale(8); }
  .preload-box .container {
    z-index: 8;
    height: 100%; }
  .preload-box .reach-heading {
    z-index: 2;
    bottom: -41px;
    transform: translateX(-50%) translateY(30%) scale(1, 0.7);
    transform-origin: bottom;
    transition: transform 1.4s, opacity .2s;
    width: 72.5%;
    opacity: 0; }
    .preload-box .reach-heading.active {
      transform: translateX(-50%) translateY(0) scale(1, 1); }
  .preload-box .omni {
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, black 20%);
    width: 143%;
    height: 110%;
    display: block;
    position: absolute;
    top: -10%;
    left: -43%;
    transform: scale(1);
    transition: 1s; }

.home-content {
  background: #d2d2d2;
  color: #000;
  padding: 6rem 1rem;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1000px) {
    .home-content {
      padding: 12rem 2rem 16rem; } }
  @media only screen and (min-width: 1300px) {
    .home-content {
      padding: 12rem 0 16rem; } }
  .home-content .container {
    z-index: 1; }
  .home-content .bridge-intro {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    justify-content: left;
    margin-bottom: 5rem; }
    @media only screen and (min-width: 700px) {
      .home-content .bridge-intro {
        grid-template-columns: 2fr auto auto 2fr;
        grid-gap: 2rem;
        grid-template-areas: "a b c d";
        margin-bottom: 6rem; } }
    @media only screen and (min-width: 1000px) {
      .home-content .bridge-intro {
        grid-template-columns: 2fr auto auto 2fr;
        grid-gap: 8rem;
        grid-template-areas: "a b c d";
        margin-bottom: 12rem; } }
  .home-content .main-copy {
    margin: .5rem 0; }
    .home-content .main-copy p {
      margin-top: 0;
      padding-top: 0; }
    @media only screen and (min-width: 700px) {
      .home-content .main-copy {
        max-width: 35rem;
        grid-area: d;
        justify-self: end; } }
    @media only screen and (min-width: 1000px) {
      .home-content .main-copy {
        max-width: 42rem;
        grid-area: d;
        justify-self: end; } }
  .home-content h2 {
    text-align: left;
    font-family: "intertight", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: none;
    margin: 0 auto 2rem;
    position: relative; }
    @media only screen and (min-width: 1000px) {
      .home-content h2 {
        font-size: 4.5rem;
        max-width: 120rem;
        transform: translateY(40px);
        opacity: 0;
        transition: .5s; }
        .home-content h2.active {
          transform: translateY(0);
          opacity: 1; } }
  .home-content .darkness {
    display: none; }
    @media only screen and (min-width: 1000px) {
      .home-content .darkness {
        display: block;
        opacity: 1;
        z-index: 0;
        transition: .5s; }
        .home-content .darkness.active {
          opacity: 0; } }
  .home-content .redness {
    transition: .5s; }
    .home-content .redness.active {
      opacity: 1; }

.what-we-bring {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem; }
  @media only screen and (min-width: 1000px) {
    .what-we-bring {
      grid-template-columns: 1fr 1fr; } }
  .what-we-bring h3 {
    width: 22rem;
    font-size: 8rem;
    line-height: 9rem;
    text-transform: uppercase;
    margin: 0; }
    .what-we-bring h3 .wwb-span {
      color: #000;
      transition: .5s; }
      .what-we-bring h3 .wwb-span.active {
        color: #e62400; }
    @media only screen and (min-width: 1000px) {
      .what-we-bring h3 {
        width: 42rem;
        /*
        	font-size:10rem;
        	line-height:11rem;
        	*/
        font-size: 12rem;
        line-height: 13rem;
        margin-top: 2.4rem; } }
  .what-we-bring ul {
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 1000px) {
      .what-we-bring ul {
        justify-self: end; } }
    .what-we-bring ul li {
      border-bottom: 1px solid #000;
      list-style: none;
      padding: 2rem 0; }
      @media only screen and (min-width: 1000px) {
        .what-we-bring ul li {
          width: 40rem;
          font-size: 2.4rem; } }
      @media only screen and (min-width: 1600px) {
        .what-we-bring ul li {
          width: 52rem; } }

.build-it {
  background: #d2d2d2;
  color: #000;
  position: relative; }
  .build-it .container {
    z-index: 1; }
  .build-it .build-it-upper {
    position: relative;
    z-index: 1;
    overflow: hidden; }
  .build-it .build-it-reveal {
    position: relative;
    z-index: 0; }
    .build-it .build-it-reveal h2 {
      font-size: 20rem;
      line-height: 20rem;
      margin: 0;
      padding-top: 2rem;
      position: relative;
      z-index: 0;
      opacity: 0;
      transform: scaleY(0.5);
      transform-origin: 50% 0;
      transition: 1s; }
      @media only screen and (min-width: 500px) {
        .build-it .build-it-reveal h2 {
          font-size: 21rem;
          line-height: 21rem; } }
      @media only screen and (min-width: 700px) {
        .build-it .build-it-reveal h2 {
          font-size: 42rem;
          line-height: 42rem; } }
      @media only screen and (min-width: 1000px) {
        .build-it .build-it-reveal h2 {
          font-size: 57rem;
          line-height: 57rem; } }
      @media only screen and (min-width: 1100px) {
        .build-it .build-it-reveal h2 {
          font-size: 65rem;
          line-height: 65rem; } }
      @media only screen and (min-width: 1300px) {
        .build-it .build-it-reveal h2 {
          font-size: 70rem;
          line-height: 70rem; } }
      .build-it .build-it-reveal h2.active {
        opacity: 1;
        transform: scaleY(1); }
    .build-it .build-it-reveal .bb-container {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 2rem; }
      .build-it .build-it-reveal .bb-container .building-block {
        width: 2rem;
        height: 2rem;
        background: #e62400;
        display: block;
        float: left; }
  .build-it .build-it-tagline {
    color: #e1ce61;
    font-size: 3rem;
    text-align: center;
    margin: 4rem auto;
    position: relative;
    z-index: 2;
    max-width: 100%;
    transform: translateY(40px);
    transform-origin: 0 100%;
    opacity: 0;
    transition: .5s; }
    @media only screen and (min-width: 1000px) {
      .build-it .build-it-tagline {
        font-size: 5rem;
        max-width: 110rem; } }
    @media only screen and (min-width: 1200px) {
      .build-it .build-it-tagline {
        font-size: 6rem;
        max-width: 116rem; } }
    .build-it .build-it-tagline.active {
      transform: translateY(0);
      opacity: 1; }
  .build-it #john-pointing {
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    z-index: 1;
    width: 800px;
    height: 587px;
    background: url(./images/john-pointing-powerglove.png) no-repeat;
    background-position: 0 0;
    background-size: 5600px 1174px; }
    @media only screen and (min-width: 1000px) {
      .build-it #john-pointing {
        bottom: -41px;
        transform: translateX(-50%); } }
    @media only screen and (min-width: 2200px) {
      .build-it #john-pointing {
        bottom: -180px; } }
  .build-it .redness {
    transition: .5s; }
    .build-it .redness.active {
      opacity: 1; }
  .build-it .divided-boxes {
    border-top: 1px solid #000;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 2rem 1rem;
    margin: 0; }
    @media only screen and (min-width: 1000px) {
      .build-it .divided-boxes {
        grid-template-columns: 1fr 1fr;
        padding: 0 2rem; } }
    @media only screen and (min-width: 1300px) {
      .build-it .divided-boxes {
        padding: 0; } }
    .build-it .divided-boxes li {
      padding: 0;
      margin: 0;
      list-style: none; }
      @media only screen and (min-width: 1000px) {
        .build-it .divided-boxes li {
          padding: 4rem 0 4rem 4rem; }
          .build-it .divided-boxes li:first-child {
            padding: 4rem 4rem 4rem 0; } }
      .build-it .divided-boxes li h3 {
        font-family: "intertight", sans-serif;
        font-weight: bold;
        font-size: 3rem;
        text-transform: none;
        padding: .5rem 0;
        margin: 1.8rem 0 0; }

.push-it {
  background: #000;
  position: relative;
  overflow: hidden; }
  .push-it .container {
    z-index: 1; }
  .push-it #allegiance {
    position: absolute;
    top: 0;
    left: 0;
    width: 1598px;
    height: 779px;
    background: url(./images/allegiance.jpg) no-repeat;
    background-position: 0 0;
    background-size: 17578px 1558px;
    opacity: .4;
    transform: scale(0.55) translateX(-95rem) translateY(-35rem); }
    @media only screen and (min-width: 700px) {
      .push-it #allegiance {
        transform: scale(0.6) translateX(-76rem) translateY(-28rem); } }
    @media only screen and (min-width: 1000px) {
      .push-it #allegiance {
        transform: none; } }
    @media only screen and (min-width: 1600px) {
      .push-it #allegiance {
        transform: scale(1.2) translateX(17%) translateY(6rem); } }
    @media only screen and (min-width: 2200px) {
      .push-it #allegiance {
        transform: scale(1.45) translateX(14%) translateY(8rem); } }
    @media only screen and (min-width: 2800px) {
      .push-it #allegiance {
        transform: scale(1.9) translateX(24%) translateY(13rem); } }
    @media only screen and (min-width: 3200px) {
      .push-it #allegiance {
        transform: scale(2.8) translateX(24%) translateY(13rem); } }
  .push-it .push-it-upper {
    padding: 4rem 1rem; }
    @media only screen and (min-width: 1000px) {
      .push-it .push-it-upper {
        padding: 4rem 0; } }
  .push-it h2 {
    color: #e62400;
    font-size: 10rem;
    line-height: 12rem;
    margin: 0; }
    @media only screen and (min-width: 500px) {
      .push-it h2 {
        font-size: 11rem; } }
    @media only screen and (min-width: 700px) {
      .push-it h2 {
        font-size: 22rem;
        line-height: 22rem; } }
    @media only screen and (min-width: 1000px) {
      .push-it h2 {
        font-size: 30rem;
        line-height: 30rem; } }
    @media only screen and (min-width: 1100px) {
      .push-it h2 {
        font-size: 35rem;
        line-height: 35rem; } }
    @media only screen and (min-width: 1300px) {
      .push-it h2 {
        font-size: 38rem;
        line-height: 38rem; } }
    .push-it h2 span {
      display: inline-block;
      transform: scaleX(0.75);
      transform-origin: 0 50%;
      opacity: 0;
      transition: .5s; }
      .push-it h2 span.active {
        opacity: 1;
        transform: scaleX(1); }
    .push-it h2 .pi-2 {
      transition-delay: .4s; }
    .push-it h2 .pi-3 {
      transition-delay: .8s; }
  .push-it .largetext {
    text-align: center;
    transform: translateY(40px);
    transform-origin: 0 100%;
    padding: 0 2rem;
    color: #e7e7e7;
    opacity: 0;
    transition: .5s; }
    .push-it .largetext.active {
      transform: translateY(0);
      opacity: 1; }

.largetext {
  color: #fff;
  font-size: 2rem;
  margin: 4rem 0; }
  @media only screen and (min-width: 1000px) {
    .largetext {
      font-size: 4rem; } }

.colored-boxes {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 1000px) {
    .colored-boxes {
      grid-template-columns: 1fr 1fr; } }
  .colored-boxes h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
    font-family: intertight;
    font-weight: 700;
    text-transform: none;
    margin-top: 2rem; }
  .colored-boxes ul {
    margin: 0;
    padding: 0; }
  .colored-boxes li {
    padding: 2rem 0;
    margin: 0;
    list-style: none; }
    .colored-boxes li.red-left {
      position: relative;
      background: #e62400;
      padding: 2rem 1rem;
      color: #000; }
      @media only screen and (min-width: 1000px) {
        .colored-boxes li.red-left {
          padding: 4rem 2rem; }
          .colored-boxes li.red-left:before {
            content: "";
            width: 25vw;
            height: 100%;
            background: #e62400;
            display: block;
            position: absolute;
            top: 0;
            right: 100%; } }
      @media only screen and (min-width: 1300px) {
        .colored-boxes li.red-left {
          padding: 4rem 4rem 6rem 0; } }
      @media only screen and (min-width: 2800px) {
        .colored-boxes li.red-left:before {
          width: 50vw; } }
      .colored-boxes li.red-left ul li {
        border-bottom: 1px solid #000; }
        .colored-boxes li.red-left ul li:last-child {
          border: 0; }
    .colored-boxes li.black-right {
      position: relative;
      background: #000;
      padding: 2rem 1rem;
      color: #777676; }
      @media only screen and (min-width: 1000px) {
        .colored-boxes li.black-right {
          padding: 4rem; }
          .colored-boxes li.black-right:before {
            content: "";
            width: 25vw;
            height: 100%;
            background: #000;
            display: block;
            position: absolute;
            top: 0;
            left: 100%; } }
      @media only screen and (min-width: 1300px) {
        .colored-boxes li.black-right {
          padding: 4rem 0 4rem 4rem; } }
      @media only screen and (min-width: 2800px) {
        .colored-boxes li.black-right:before {
          width: 50vw; } }
      .colored-boxes li.black-right ul li {
        border-bottom: 1px solid #777676; }
        .colored-boxes li.black-right ul li:last-child {
          border: 0; }

#page {
  margin: 0 auto;
  position: relative; }

.devs-us-pubs {
  background: #e62400;
  color: #000; }
  .devs-us-pubs .dup-scale {
    width: 100%;
    height: 22rem;
    background: #000;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 600px) {
      .devs-us-pubs .dup-scale {
        height: 30rem; } }
    @media only screen and (min-width: 700px) {
      .devs-us-pubs .dup-scale {
        height: 40rem; } }
    @media only screen and (min-width: 1000px) {
      .devs-us-pubs .dup-scale {
        height: 60rem; } }
    .devs-us-pubs .dup-scale .dup-container {
      position: relative;
      margin: 0 auto;
      max-width: 90%;
      height: 100%; }
      @media only screen and (min-width: 500px) {
        .devs-us-pubs .dup-scale .dup-container {
          max-width: 35rem; } }
      @media only screen and (min-width: 600px) {
        .devs-us-pubs .dup-scale .dup-container {
          max-width: 45rem; } }
      @media only screen and (min-width: 700px) {
        .devs-us-pubs .dup-scale .dup-container {
          max-width: 68rem; } }
      @media only screen and (min-width: 1000px) {
        .devs-us-pubs .dup-scale .dup-container {
          max-width: 110rem; } }
      @media only screen and (min-width: 1200px) {
        .devs-us-pubs .dup-scale .dup-container {
          max-width: 130rem; } }
    .devs-us-pubs .dup-scale span {
      position: absolute;
      z-index: 4;
      font-size: 5rem;
      color: #e1ce61;
      text-transform: uppercase;
      font-family: "lionandhare", monospace;
      font-weight: 400; }
      @media only screen and (min-width: 700px) {
        .devs-us-pubs .dup-scale span {
          font-size: 10rem; } }
      @media only screen and (min-width: 1000px) {
        .devs-us-pubs .dup-scale span {
          font-size: 14rem; } }
    .devs-us-pubs .dup-scale #dup-devs {
      left: 1rem;
      top: 0;
      transform: translateY(-50%); }
      @media only screen and (min-width: 1000px) {
        .devs-us-pubs .dup-scale #dup-devs {
          left: 4rem; } }
    .devs-us-pubs .dup-scale #dup-pubs {
      left: 50%;
      top: 50%;
      color: #e62400;
      font-size: 12rem;
      transform: translateX(-50%) translateY(-50%); }
      @media only screen and (min-width: 600px) {
        .devs-us-pubs .dup-scale #dup-pubs {
          font-size: 18rem; } }
      @media only screen and (min-width: 700px) {
        .devs-us-pubs .dup-scale #dup-pubs {
          font-size: 28rem; } }
      @media only screen and (min-width: 1000px) {
        .devs-us-pubs .dup-scale #dup-pubs {
          font-size: 40rem; } }
    .devs-us-pubs .dup-scale #dup-us {
      right: 1rem;
      top: 100%;
      transform: translateY(-50%); }
      @media only screen and (min-width: 1000px) {
        .devs-us-pubs .dup-scale #dup-us {
          right: 4rem; } }
  .devs-us-pubs #devs-us-pubs-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 1280px;
    height: 768px;
    background: url(./images/lady-justice.jpg) no-repeat;
    background-position: 0 0;
    background-size: 17920px 1536px;
    opacity: .5;
    transform: scale(0.55) translateX(-95rem) translateY(-35rem); }
    @media only screen and (min-width: 500px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(0.6) translateX(-65rem) translateY(-35rem); } }
    @media only screen and (min-width: 600px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(0.7) translateX(-48rem) translateY(-25rem); } }
    @media only screen and (min-width: 700px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(0.7) translateX(-30rem) translateY(-25rem); } }
    @media only screen and (min-width: 800px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(0.8) translateX(-16rem) translateY(-15rem); } }
    @media only screen and (min-width: 1000px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(1.25) translateX(-11rem) translateY(5rem); } }
    @media only screen and (min-width: 1300px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(1.25) translateX(8rem) translateY(5rem); } }
    @media only screen and (min-width: 1600px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(1.4) translateX(10%) translateY(5rem); } }
    @media only screen and (min-width: 1800px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(1.8) translateX(10%) translateY(5rem); } }
    @media only screen and (min-width: 2200px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(1.8) translateX(22%) translateY(8rem); } }
    @media only screen and (min-width: 2800px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(2.4) translateX(29%) translateY(12rem); } }
    @media only screen and (min-width: 3200px) {
      .devs-us-pubs #devs-us-pubs-image {
        transform: scale(4) translateX(29%) translateY(12rem); } }
  .devs-us-pubs .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
    padding: 4rem 1rem; }
    @media only screen and (min-width: 1000px) {
      .devs-us-pubs .container {
        grid-template-columns: 2fr auto auto 3fr;
        grid-gap: 0 8rem;
        grid-template-areas: "a b c d";
        padding: 8rem 2rem; } }
    @media only screen and (min-width: 1300px) {
      .devs-us-pubs .container {
        padding: 8rem 0; } }
    .devs-us-pubs .container h2 {
      text-align: left;
      font-family: "intertight", sans-serif;
      font-weight: 700;
      font-size: 2.5rem;
      text-transform: none;
      margin: 0 0 2rem;
      position: relative; }
      @media only screen and (min-width: 1000px) {
        .devs-us-pubs .container h2 {
          font-size: 4.5rem;
          max-width: 120rem;
          transform: translateY(40px);
          opacity: 0;
          transition: .5s; }
          .devs-us-pubs .container h2.active {
            transform: translateY(0);
            opacity: 1; } }
    .devs-us-pubs .container .dup-copy {
      margin: .5rem 0; }
      .devs-us-pubs .container .dup-copy > p {
        margin-top: 0; }
      @media only screen and (min-width: 1000px) {
        .devs-us-pubs .container .dup-copy {
          grid-area: d;
          justify-self: end; } }
    .devs-us-pubs .container .dup-signature {
      display: grid;
      grid-template-columns: 1fr; }
      @media only screen and (min-width: 1000px) {
        .devs-us-pubs .container .dup-signature {
          grid-row-start: 2;
          grid-column-start: 1;
          grid-column-end: 5;
          grid-template-columns: 2fr auto auto 3fr;
          grid-gap: 8rem;
          grid-template-areas: "a b c d"; } }
      .devs-us-pubs .container .dup-signature .alex-headshot {
        display: grid;
        grid-template-columns: 9.4rem 1fr;
        grid-gap: 2rem;
        align-items: center; }
        @media only screen and (min-width: 1000px) {
          .devs-us-pubs .container .dup-signature .alex-headshot {
            grid-area: a; } }
      .devs-us-pubs .container .dup-signature .alex-signature {
        max-width: 20rem; }
        @media only screen and (min-width: 1000px) {
          .devs-us-pubs .container .dup-signature .alex-signature {
            grid-area: d; } }

.portal {
  position: relative;
  overflow: hidden;
  background: #e62400;
  transition: .5s; }
  .portal.active {
    background: #d2d2d2; }
  .portal #portal-image {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative;
    z-index: 4;
    background: #000;
    padding: 10rem 0; }
    @media only screen and (min-width: 1000px) {
      .portal #portal-image {
        height: 80vh; } }
    .portal #portal-image h2 {
      color: #e1ce61;
      text-transform: uppercase;
      text-align: center;
      font-family: "lionandhare", monospace;
      font-weight: 400;
      font-size: 6rem;
      width: 30rem;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 7;
      transition: 1s;
      transition-delay: 2.5s; }
      @media only screen and (min-width: 1000px) {
        .portal #portal-image h2 {
          font-size: 10rem;
          width: 100%;
          max-width: 50rem; } }
      .portal #portal-image h2.bright {
        color: #000; }
      .portal #portal-image h2 em {
        text-shadow: 0 0 20px #fff;
        transition: 2s; }
        .portal #portal-image h2 em.active {
          text-shadow: 0 0 0 #e1ce61; }
      .portal #portal-image h2 span {
        position: relative; }
        .portal #portal-image h2 span:after {
          content: "";
          display: block;
          width: 0;
          height: 4px;
          background: #e1ce61;
          position: absolute;
          top: calc(50% - 2px);
          left: 0;
          transition: 1s;
          transition-delay: 2.5s; }
        .portal #portal-image h2 span.active:after {
          width: 100%; }
        .portal #portal-image h2 span.bright:after {
          background: #000; }
    .portal #portal-image .portal-container {
      opacity: .5;
      transition: 1s; }
      .portal #portal-image .portal-container.active {
        opacity: 1; }
    .portal #portal-image #portal-0 {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: url(./images/portal-0.jpg) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 0; }
    .portal #portal-image #portal-1 {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: url(./images/portal-1.jpg) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1;
      opacity: 1;
      transition: opacity .5s;
      transition-delay: 2s; }
      .portal #portal-image #portal-1.hidden {
        opacity: 0; }
    .portal #portal-image #portal-2 {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: url(./images/portal-2.png) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 2;
      opacity: 1;
      transition: opacity .5s;
      transition-delay: 1.25s; }
      .portal #portal-image #portal-2.hidden {
        opacity: 0; }
    .portal #portal-image #portal-3 {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: url(./images/portal-3.png) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 3;
      opacity: 1;
      transition: opacity .5s;
      transition-delay: 1.5s; }
      .portal #portal-image #portal-3.hidden {
        opacity: 0; }
    .portal #portal-image #portal-4 {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: url(./images/portal-4.png) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 4;
      opacity: 1;
      transition: opacity .5s;
      transition-delay: 1.75s; }
      .portal #portal-image #portal-4.hidden {
        opacity: 0; }
    .portal #portal-image #portal-5 {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: url(./images/portal-5.png) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 5;
      opacity: 1;
      transition: opacity .5s;
      transition-delay: 2s; }
      .portal #portal-image #portal-5.hidden {
        opacity: 0; }
    .portal #portal-image #portal-6 {
      width: calc(100% + 4rem);
      height: calc(100% + 4rem);
      background: url(./images/portal-6.png) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 6;
      opacity: 1;
      transition: opacity .5s;
      transition-delay: 2.25s; }
      .portal #portal-image #portal-6.hidden {
        opacity: 0; }
  .portal .portal-copy {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    padding: 4rem 1rem;
    overflow: hidden; }
    @media only screen and (min-width: 1000px) {
      .portal .portal-copy {
        padding: 4rem 2rem; } }
    @media only screen and (min-width: 1300px) {
      .portal .portal-copy {
        grid-template-columns: 2fr auto auto 2fr;
        grid-gap: 8rem;
        grid-template-areas: "a b c d";
        padding: 4rem 0; } }
    .portal .portal-copy .lockable {
      width: 100%;
      max-width: 50rem; }
      @media only screen and (min-width: 1300px) {
        .portal .portal-copy .lockable {
          position: absolute;
          top: 0;
          left: 0; } }
      .portal .portal-copy .lockable h3 {
        font-family: "intertight", sans-serif;
        font-weight: 700;
        font-size: 3rem;
        text-transform: none;
        color: #000;
        margin: 0; }
        @media only screen and (min-width: 1300px) {
          .portal .portal-copy .lockable h3 {
            font-size: 4.5rem; } }
    .portal .portal-copy .accordable {
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 1300px) {
        .portal .portal-copy .accordable {
          max-width: 42rem;
          grid-area: d;
          justify-self: end; } }
      .portal .portal-copy .accordable li {
        margin-bottom: 2rem;
        color: #000; }

.approach {
  background: #d2d2d2;
  padding-top: 8rem; }
  .approach .approach-header {
    width: 100%;
    height: 10rem;
    position: relative;
    padding: 0 1rem; }
    @media only screen and (min-width: 500px) {
      .approach .approach-header {
        height: 14rem; } }
    @media only screen and (min-width: 600px) {
      .approach .approach-header {
        height: 16rem; } }
    @media only screen and (min-width: 700px) {
      .approach .approach-header {
        height: 20rem; } }
    @media only screen and (min-width: 800px) {
      .approach .approach-header {
        height: 25rem; } }
    @media only screen and (min-width: 1000px) {
      .approach .approach-header {
        height: 40rem;
        padding: 0; } }
    .approach .approach-header .approach-title {
      width: 100%;
      height: 100%;
      background: url(./images/the-approach.svg) no-repeat center center;
      background-size: contain;
      margin: 0;
      padding: 0;
      overflow: hidden;
      text-indent: -1000px; }
    .approach .approach-header #napoleon {
      /* napoleon v1
      width:500px;
      height:497px;
      background:url(./images/napoleon.png) no-repeat;
      background-position:0 0;
      background-size:3500px 994px;
      */
      width: 560px;
      height: 500px;
      background: url(./images/napoleon-2.png) no-repeat;
      background-position: 0 0;
      background-size: 12320px 1000px;
      position: absolute;
      bottom: -20rem;
      left: -34%;
      transform: scale(0.25); }
      @media only screen and (min-width: 500px) {
        .approach .approach-header #napoleon {
          bottom: -16rem;
          left: -18%;
          transform: scale(0.4); } }
      @media only screen and (min-width: 600px) {
        .approach .approach-header #napoleon {
          left: -3%; } }
      @media only screen and (min-width: 700px) {
        .approach .approach-header #napoleon {
          bottom: -16rem;
          left: -2%;
          transform: scale(0.5); } }
      @media only screen and (min-width: 800px) {
        .approach .approach-header #napoleon {
          bottom: -12rem;
          left: 3%;
          transform: scale(0.7); } }
      @media only screen and (min-width: 1000px) {
        .approach .approach-header #napoleon {
          transform: none;
          bottom: -4rem;
          left: 10%; } }
  .approach .approach-points {
    padding: 8rem 0;
    color: #000; }
    .approach .approach-points .ap-item {
      display: grid;
      grid-template-columns: 6rem 1fr;
      grid-gap: 0 2rem;
      margin-bottom: 4rem;
      position: relative;
      padding: 0 1rem; }
      @media only screen and (min-width: 1000px) {
        .approach .approach-points .ap-item {
          grid-template-columns: 10rem 1fr 1fr;
          grid-gap: 2rem;
          padding: 0 2rem; }
          .approach .approach-points .ap-item:before {
            left: 12.2rem; }
          .approach .approach-points .ap-item.active:before {
            width: calc(100% - 12.2rem); } }
      @media only screen and (min-width: 1300px) {
        .approach .approach-points .ap-item {
          padding: 0; } }
      .approach .approach-points .ap-item:before {
        content: "";
        width: 0;
        height: 2px;
        background: #000;
        position: absolute;
        top: 0;
        left: 12.2rem;
        transition: 2s; }
      .approach .approach-points .ap-item .api-number {
        font-size: 10rem;
        color: #e62400;
        text-transform: uppercase;
        font-family: "lionandhare", monospace;
        font-weight: 400;
        transform: translateY(1rem);
        opacity: 0;
        transition: .5s; }
      .approach .approach-points .ap-item .api-title {
        font-size: 3rem;
        margin-top: 3.2rem;
        transform: translateY(2rem);
        opacity: 0;
        transition: .5s;
        transition-delay: .5s; }
        @media only screen and (min-width: 1000px) {
          .approach .approach-points .ap-item .api-title {
            font-size: 3.5rem;
            margin-top: 2rem; } }
      .approach .approach-points .ap-item .api-copy {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        font-weight: 700;
        transform: translateY(2rem);
        opacity: 0;
        transition: .5s;
        transition-delay: 1s; }
        .approach .approach-points .ap-item .api-copy > p {
          margin-top: 0; }
        @media only screen and (min-width: 1000px) {
          .approach .approach-points .ap-item .api-copy {
            grid-column-start: 3;
            grid-row-start: 1; }
            .approach .approach-points .ap-item .api-copy > p {
              margin-top: 3rem; } }
      .approach .approach-points .ap-item.active:before {
        width: calc(100% - 15rem); }
      @media only screen and (min-width: 1200px) {
        .approach .approach-points .ap-item.active:before {
          width: calc(100% - 10rem); } }
      .approach .approach-points .ap-item.active .api-number {
        transform: translateY(-1.4rem);
        opacity: 1; }
      .approach .approach-points .ap-item.active .api-title {
        transform: translateY(0);
        opacity: 1; }
      .approach .approach-points .ap-item.active .api-copy {
        transform: translateY(0);
        opacity: 1; }

.our-values {
  background: #d2d2d2;
  color: #000;
  position: relative;
  overflow: hidden; }
  .our-values .container {
    z-index: 1; }
  .our-values .our-values-image-container {
    position: relative;
    padding: 4rem 0;
    background: #000;
    overflow: hidden; }
    .our-values .our-values-image-container h2 {
      color: #e62400;
      font-size: 14rem;
      line-height: 14rem;
      position: relative;
      z-index: 1;
      margin: 0;
      text-align: center; }
      @media only screen and (min-width: 800px) {
        .our-values .our-values-image-container h2 {
          font-size: 24rem;
          line-height: 24rem; } }
      @media only screen and (min-width: 1000px) {
        .our-values .our-values-image-container h2 {
          font-size: 36rem;
          line-height: 36rem; } }
      @media only screen and (min-width: 1300px) {
        .our-values .our-values-image-container h2 {
          font-size: 46rem;
          line-height: 46rem; } }
      @media only screen and (min-width: 1500px) {
        .our-values .our-values-image-container h2 {
          font-size: 56rem;
          line-height: 56rem; } }
      @media only screen and (min-width: 1600px) {
        .our-values .our-values-image-container h2 {
          font-size: 50rem;
          line-height: 50rem; } }
    .our-values .our-values-image-container #our-values-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 1280px;
      height: 560px;
      background: url(./images/french-revolution.jpg) no-repeat;
      background-position: 0 0;
      background-size: 14080px 1120px;
      opacity: .5;
      transform: scale(0.55) translateX(-95rem) translateY(-23rem); }
      @media only screen and (min-width: 500px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(0.75) translateX(-62rem) translateY(-10rem); } }
      @media only screen and (min-width: 600px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(0.75) translateX(-55rem) translateY(-10rem); } }
      @media only screen and (min-width: 700px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(0.75) translateX(-35rem) translateY(-10rem); } }
      @media only screen and (min-width: 800px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(0.8) translateX(-19rem) translateY(-7rem); } }
      @media only screen and (min-width: 1000px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(1.25) translateX(-25rem) translateY(5rem); } }
      @media only screen and (min-width: 1200px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(1.25) translateX(5rem) translateY(5rem); } }
      @media only screen and (min-width: 1600px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(1.8) translateX(9%) translateY(12rem); } }
      @media only screen and (min-width: 1800px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(1.8) translateX(13%) translateY(12rem); } }
      @media only screen and (min-width: 2200px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(1.8) translateX(21%) translateY(12rem); } }
      @media only screen and (min-width: 2800px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(2.4) translateX(29%) translateY(16rem); } }
      @media only screen and (min-width: 3200px) {
        .our-values .our-values-image-container #our-values-image {
          transform: scale(4) translateX(29%) translateY(16rem); } }
  .our-values .values-list {
    padding-bottom: 4rem; }
    .our-values .values-list .value-item {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 0;
      position: relative;
      padding: 2rem 1rem; }
      @media only screen and (min-width: 1000px) {
        .our-values .values-list .value-item {
          grid-template-columns: 1fr 2fr;
          grid-gap: 8rem;
          padding: 2rem; } }
      @media only screen and (min-width: 1300px) {
        .our-values .values-list .value-item {
          padding: 2rem 0; } }
      .our-values .values-list .value-item.active:after {
        width: 100%; }
      .our-values .values-list .value-item.active h3, .our-values .values-list .value-item.active .value-item-copy {
        opacity: 1;
        transform: translateY(0); }
      .our-values .values-list .value-item:after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 2s; }
      .our-values .values-list .value-item h3 {
        color: #e62400;
        text-transform: none;
        font-family: "intertight", sans-serif;
        font-weight: 700;
        font-size: 3rem;
        opacity: 0;
        margin-top: 2.2rem;
        transform: translateY(2rem);
        transition: .2s; }
      .our-values .values-list .value-item .value-item-copy {
        width: 100%;
        font-weight: 700;
        max-width: 44rem;
        opacity: 0;
        transform: translateY(2rem);
        transition: .2s;
        transition-delay: .5s; }
        @media only screen and (min-width: 1000px) {
          .our-values .values-list .value-item .value-item-copy {
            justify-self: end; } }

.our-team {
  background: #d2d2d2; }
  .our-team .team-header {
    padding: 1rem 0; }
    @media only screen and (min-width: 1000px) {
      .our-team .team-header {
        padding: 8rem 0; } }
    .our-team .team-header h2 {
      width: calc(100% - 2rem);
      height: 24rem;
      overflow: hidden;
      text-indent: -1000px;
      background: url(./images/our-team.svg) no-repeat center center;
      background-size: contain;
      margin-left: 1rem; }
      @media only screen and (min-width: 1000px) {
        .our-team .team-header h2 {
          height: 39rem;
          margin: 0 auto; } }
      @media only screen and (min-width: 1300px) {
        .our-team .team-header h2 {
          width: 100%;
          margin: 0; } }
    .our-team .team-header #team-image {
      width: 856px;
      height: 637px;
      background: url(./images/team-header.png) no-repeat;
      background-position: 0 0;
      background-size: 9405px 1274px;
      position: absolute;
      bottom: -16rem;
      left: -65%;
      transform: scale(0.25); }
      @media only screen and (min-width: 500px) {
        .our-team .team-header #team-image {
          left: -40%;
          transform: scale(0.35); } }
      @media only screen and (min-width: 600px) {
        .our-team .team-header #team-image {
          left: -23%;
          transform: scale(0.4); } }
      @media only screen and (min-width: 700px) {
        .our-team .team-header #team-image {
          left: -13%;
          transform: scale(0.5); } }
      @media only screen and (min-width: 800px) {
        .our-team .team-header #team-image {
          left: -5%;
          transform: scale(0.5); } }
      @media only screen and (min-width: 1000px) {
        .our-team .team-header #team-image {
          left: 2%;
          transform: scale(0.7);
          bottom: -4rem; } }
      @media only screen and (min-width: 1100px) {
        .our-team .team-header #team-image {
          left: 4%;
          transform: scale(0.75); } }
      @media only screen and (min-width: 1200px) {
        .our-team .team-header #team-image {
          left: 8%;
          transform: scale(0.8); } }
      @media only screen and (min-width: 1300px) {
        .our-team .team-header #team-image {
          left: 12%; } }
  .our-team .team-item {
    position: relative;
    overflow: hidden;
    padding: 4rem 1rem;
    min-height: 54rem;
    background: #000; }
    @media only screen and (min-width: 1300px) {
      .our-team .team-item {
        padding: 4rem 0; } }
    .our-team .team-item:hover .team-item-image, .our-team .team-item:active .team-item-image {
      opacity: 1; }
      .our-team .team-item:hover .team-item-image .team-background, .our-team .team-item:active .team-item-image .team-background {
        opacity: .3; }
    .our-team .team-item:hover .bio-trigger, .our-team .team-item:active .bio-trigger {
      opacity: 1;
      transform: translateX(0); }
    .our-team .team-item .container {
      min-height: 48rem; }
    .our-team .team-item.active {
      background: #d2d2d2;
      /*
      			.read-more{
      				text-indent:-1000px;
      				background:transparent;
      				opacity:1;
      				transform:translateX(0);
      			
      				&:after{
      					transform:rotate(0deg);
      				}
      			}*/ }
      .our-team .team-item.active .team-item-wrapper .team-item-name h3 {
        font-size: 6rem;
        line-height: 7rem; }
        @media only screen and (min-width: 1000px) {
          .our-team .team-item.active .team-item-wrapper .team-item-name h3 {
            font-size: 8rem;
            line-height: 8rem; } }
      .our-team .team-item.active .team-item-wrapper .team-item-name h4 {
        font-size: 3rem;
        line-height: 3rem;
        color: #777676; }
      .our-team .team-item.active .team-item-wrapper .team-item-bio .team-bio-wrapper {
        width: 100%; }
      .our-team .team-item.active .team-item-wrapper .team-item-bio .team-position {
        color: #e62400;
        text-align: left; }
      .our-team .team-item.active .team-item-wrapper .team-item-bio .team-bio {
        height: 32rem;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 3rem;
        opacity: 1;
        transform: translateY(0); }
      .our-team .team-item.active .fave-trigger {
        opacity: 1 !important;
        transform: translateX(0); }
      .our-team .team-item.active .bio-trigger {
        display: none; }
      .our-team .team-item.active .team-item-image {
        opacity: 1 !important; }
        .our-team .team-item.active .team-item-image .team-face {
          left: -200%; }
          @media only screen and (min-width: 1000px) {
            .our-team .team-item.active .team-item-image .team-face {
              left: calc(50% - 32rem); } }
    .our-team .team-item .team-item-wrapper {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 2rem; }
      @media only screen and (min-width: 1000px) {
        .our-team .team-item .team-item-wrapper {
          grid-template-columns: 1fr 1fr;
          grid-gap: 8rem; } }
      .our-team .team-item .team-item-wrapper .team-item-name h3 {
        font-size: 8rem;
        line-height: 8rem;
        color: #e62400;
        margin: 0;
        transition: .5s; }
        @media only screen and (min-width: 1000px) {
          .our-team .team-item .team-item-wrapper .team-item-name h3 {
            font-size: 14rem;
            line-height: 14rem; } }
      .our-team .team-item .team-item-wrapper .team-item-name h4 {
        color: #d2d2d2;
        font-size: 4rem;
        line-height: 4rem;
        margin: 1rem 0 0;
        transition: .5s; }
      .our-team .team-item .team-item-wrapper .team-item-bio .team-bio-wrapper {
        transition: .5s; }
        @media only screen and (min-width: 1000px) {
          .our-team .team-item .team-item-wrapper .team-item-bio .team-bio-wrapper {
            width: 30rem;
            justify-self: end; } }
      .our-team .team-item .team-item-wrapper .team-item-bio .team-position {
        color: #d2d2d2;
        margin-right: 2rem;
        white-space: nowrap; }
        @media only screen and (min-width: 1000px) {
          .our-team .team-item .team-item-wrapper .team-item-bio .team-position {
            text-align: right; } }
      .our-team .team-item .team-item-wrapper .team-item-bio .team-bio {
        height: 14rem;
        opacity: 0;
        margin: 2rem 0;
        color: #000;
        transform: translateY(4rem);
        transition: .5s; }
    .our-team .team-item .bio-close {
      position: absolute;
      z-index: 2;
      top: .5rem;
      right: 0;
      opacity: 0;
      color: #e62400;
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase;
      font-size: 3rem;
      cursor: pointer;
      transform: translateX(10rem);
      transition: .2s; }
      @media only screen and (min-width: 1000px) {
        .our-team .team-item .bio-close {
          top: auto;
          bottom: 0; } }
      .our-team .team-item .bio-close.active {
        opacity: 1;
        transform: translateX(0); }
      .our-team .team-item .bio-close:hover, .our-team .team-item .bio-close:active {
        color: #000; }
    .our-team .team-item .button-16 {
      position: absolute;
      z-index: 2;
      bottom: 0;
      right: 0;
      opacity: 0;
      transform: translateX(10rem);
      transition: .2s; }
    .our-team .team-item .read-more {
      color: #e62400;
      text-transform: uppercase;
      text-decoration: none;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 20rem;
      z-index: 2;
      cursor: pointer;
      display: block;
      overflow: hidden;
      opacity: 1;
      transition: .2s; }
      @media only screen and (min-width: 1200px) {
        .our-team .team-item .read-more {
          left: auto;
          right: 0;
          opacity: 0;
          transform: translateX(10rem); } }
      .our-team .team-item .read-more.fave-trigger {
        width: 30rem;
        right: 31rem;
        font-size: 2rem;
        opacity: 0;
        bottom: -3rem; }
        @media only screen and (min-width: 1000px) {
          .our-team .team-item .read-more.fave-trigger {
            bottom: 0;
            left: auto;
            right: 16rem; } }
        @media only screen and (min-width: 1200px) {
          .our-team .team-item .read-more.fave-trigger {
            right: 31rem; } }
        .our-team .team-item .read-more.fave-trigger:hover, .our-team .team-item .read-more.fave-trigger:active {
          color: #000; }
          .our-team .team-item .read-more.fave-trigger:hover:before, .our-team .team-item .read-more.fave-trigger:active:before {
            border-color: #000; }
          .our-team .team-item .read-more.fave-trigger:hover:after, .our-team .team-item .read-more.fave-trigger:active:after {
            background-color: #000; }
      .our-team .team-item .read-more:hover, .our-team .team-item .read-more:active {
        text-decoration: none;
        color: #fff; }
    .our-team .team-item .team-image {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      object-fit: cover;
      object-position: 50% 16%;
      transform: translateX(-50%) translateY(-50%);
      opacity: .5;
      transition: .2s; }
    .our-team .team-item .team-item-image {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      opacity: 1;
      transition: opacity .2s; }
      @media only screen and (min-width: 1200px) {
        .our-team .team-item .team-item-image {
          opacity: .5; } }
      .our-team .team-item .team-item-image .team-face {
        position: absolute;
        z-index: 1;
        top: 70%;
        left: 70%;
        transform: translateX(-50%) translateY(-50%);
        transition: left .2s; }
        @media only screen and (min-width: 1000px) {
          .our-team .team-item .team-item-image .team-face {
            left: 50%; } }
      .our-team .team-item .team-item-image .team-background {
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0.6);
        opacity: .3;
        transition: opacity .2s; }
        @media only screen and (min-width: 1200px) {
          .our-team .team-item .team-item-image .team-background {
            opacity: 1; } }
        @media only screen and (min-width: 1600px) {
          .our-team .team-item .team-item-image .team-background {
            transform: translateX(-50%) translateY(-50%) scale(0.8); } }
        @media only screen and (min-width: 2000px) {
          .our-team .team-item .team-item-image .team-background {
            transform: translateX(-50%) translateY(-50%) scale(1.1); } }
        @media only screen and (min-width: 2800px) {
          .our-team .team-item .team-item-image .team-background {
            transform: translateX(-50%) translateY(-50%) scale(1.2); } }
        @media only screen and (min-width: 3200px) {
          .our-team .team-item .team-item-image .team-background {
            transform: translateX(-50%) translateY(-50%) scale(2.4); } }
    .our-team .team-item .favorite-game {
      display: none; }

#favorite-game {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: #d2d2d2;
  color: #000;
  font-weight: 400;
  padding: 4rem 2rem 8rem;
  position: fixed;
  right: -100vw;
  top: 0;
  transition: .25s ease-in; }
  #favorite-game.active {
    right: 0; }
  #favorite-game .fave-grid {
    display: grid;
    grid-template-columns: 1fr; }
    #favorite-game .fave-grid .fave-name h3 {
      font-size: 8rem;
      color: #e62400;
      margin: 0;
      padding: 0; }
    #favorite-game .fave-grid .fave-name h4 {
      font-size: 4rem;
      color: #777676;
      margin: 0 0 1rem;
      padding: 0; }
    #favorite-game .fave-grid .fave-bio {
      font-weight: 700; }
      #favorite-game .fave-grid .fave-bio h3 {
        font-family: "intertight", sans-serif;
        font-size: 3.5rem;
        font-weight: 700;
        text-transform: none;
        margin-top: .5rem; }
      #favorite-game .fave-grid .fave-bio > p {
        margin-top: .5rem;
        padding-top: 0; }
  @media only screen and (min-width: 1000px) {
    #favorite-game {
      padding: 12rem 8rem 8rem; }
      #favorite-game .fave-grid {
        grid-template-columns: 1fr 2fr;
        grid-gap: 8rem; } }
  #favorite-game .favorite-wrapper {
    position: relative;
    max-width: 130rem;
    margin: 0 auto;
    padding-top: 4rem; }
    @media only screen and (min-width: 1200px) {
      #favorite-game .favorite-wrapper {
        padding-top: 4rem; } }

.fave-close {
  overflow: hidden;
  color: #e62400;
  position: absolute;
  top: -2rem;
  right: 0;
  font-weight: 700;
  font-size: 5rem;
  text-align: center;
  cursor: pointer;
  transition: .2s; }
  .fave-close:hover, .fave-close:active {
    color: #000; }
  @media only screen and (min-width: 1200px) {
    .fave-close {
      top: -4rem; } }

.contact-form {
  background: #d2d2d2;
  padding: 8rem 0;
  min-height: 100vh;
  transition: .5s; }
  .contact-form iframe {
    min-height: 80vh !important; }

.bridge-wrapper {
  width: 100vw;
  overflow-x: hidden;
  margin-left: -1rem; }
  @media only screen and (min-width: 1000px) {
    .bridge-wrapper {
      width: 100%;
      margin-left: 0;
      overflow-x: visible; } }

#we-bridge-worlds {
  width: 80%;
  position: relative;
  margin: 24rem auto 8rem;
  height: 20rem; }
  @media only screen and (min-width: 700px) {
    #we-bridge-worlds {
      height: 20rem;
      margin: 12rem auto 58rem; } }
  @media only screen and (min-width: 1000px) {
    #we-bridge-worlds {
      height: 56rem;
      margin: 4rem auto 8rem; } }
  @media only screen and (min-width: 1200px) {
    #we-bridge-worlds {
      height: auto; } }
  #we-bridge-worlds #bridge {
    width: 104rem;
    height: 69rem;
    position: relative;
    left: 50%;
    transform: scale(0.4) translateX(-50%) translateY(-66rem);
    transform-origin: top left;
    /*BEGIN SIDE WALL */
    /* left side */ }
    @media only screen and (min-width: 700px) {
      #we-bridge-worlds #bridge {
        transform: scale(0.7) translateX(-50%) translateY(-14rem); } }
    @media only screen and (min-width: 1000px) {
      #we-bridge-worlds #bridge {
        transform: scale(0.9) translateX(-50%) translateY(-9rem); } }
    @media only screen and (min-width: 1100px) {
      #we-bridge-worlds #bridge {
        transform: scale(0.9) translateX(-50%) translateY(-9rem); } }
    @media only screen and (min-width: 1200px) {
      #we-bridge-worlds #bridge {
        transform: scale(1) translateX(-50%) translateY(0); } }
    #we-bridge-worlds #bridge .shore {
      width: 100%;
      height: 30rem;
      position: absolute;
      bottom: 42px;
      left: 0;
      z-index: 21;
      background: url(./images/shore.png) no-repeat bottom left;
      background-size: contain; }
    #we-bridge-worlds #bridge .bridge {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 175px;
      left: 0;
      z-index: 2;
      background: url(./images/bridge-built.png) no-repeat bottom left;
      background-size: contain;
      opacity: 0;
      transition: .5s; }
      #we-bridge-worlds #bridge .bridge.transitionable {
        transition-delay: .9s; }
      #we-bridge-worlds #bridge .bridge.active {
        opacity: 1; }
    #we-bridge-worlds #bridge .water {
      width: 100%;
      height: 30rem;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: url(./images/water.gif) no-repeat bottom left;
      background-size: contain; }
    #we-bridge-worlds #bridge .skyline {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 28px;
      left: 0;
      z-index: 0;
      background: url(./images/skyline.jpg) no-repeat top left;
      background-size: contain; }
    #we-bridge-worlds #bridge .bridge-piece {
      position: absolute;
      background: url(./images/bridge-sprite.png) no-repeat top left;
      background-size: 1500px 890px;
      transform: scale(0.68);
      opacity: 0;
      transition: .2s; }
      #we-bridge-worlds #bridge .bridge-piece.active {
        opacity: 1; }
      #we-bridge-worlds #bridge .bridge-piece.bt2 {
        transition-delay: .1s; }
      #we-bridge-worlds #bridge .bridge-piece.bt3 {
        transition-delay: .15s; }
      #we-bridge-worlds #bridge .bridge-piece.bt4 {
        transition-delay: .2s; }
      #we-bridge-worlds #bridge .bridge-piece.bt5 {
        transition-delay: .25s; }
      #we-bridge-worlds #bridge .bridge-piece.bt6 {
        transition-delay: .3s; }
      #we-bridge-worlds #bridge .bridge-piece.bt7 {
        transition-delay: .35s; }
      #we-bridge-worlds #bridge .bridge-piece.bt8 {
        transition-delay: .4s; }
      #we-bridge-worlds #bridge .bridge-piece.bt9 {
        transition-delay: .45s; }
      #we-bridge-worlds #bridge .bridge-piece.bt10 {
        transition-delay: .5s; }
      #we-bridge-worlds #bridge .bridge-piece.bt11 {
        transition-delay: .55s; }
      #we-bridge-worlds #bridge .bridge-piece.bt12 {
        transition-delay: .6s; }
      #we-bridge-worlds #bridge .bridge-piece.bt13 {
        transition-delay: .65s; }
      #we-bridge-worlds #bridge .bridge-piece.bt14 {
        transition-delay: .7s; }
      #we-bridge-worlds #bridge .bridge-piece.bt15 {
        transition-delay: .75s; }
      #we-bridge-worlds #bridge .bridge-piece.bt16 {
        transition-delay: .8s; }
      #we-bridge-worlds #bridge .bridge-piece.bt17 {
        transition-delay: .85s; }
    #we-bridge-worlds #bridge .bp1 {
      width: 177px;
      height: 44px;
      bottom: 168px;
      right: -29px;
      z-index: 12;
      background-position: -1323px -847px; }
    #we-bridge-worlds #bridge .bp2 {
      width: 170px;
      height: 42px;
      bottom: 189px;
      right: -28px;
      z-index: 13;
      background-position: -1330px -804px; }
    #we-bridge-worlds #bridge .bp3 {
      width: 161px;
      height: 48px;
      bottom: 210px;
      right: -26px;
      z-index: 14;
      background-position: -1339px -760px; }
    #we-bridge-worlds #bridge .bp4 {
      width: 184px;
      height: 35px;
      bottom: 177px;
      right: 64px;
      z-index: 8;
      background-position: -1139px -856px; }
    #we-bridge-worlds #bridge .bp5 {
      width: 194px;
      height: 47px;
      bottom: 189px;
      right: 51px;
      z-index: 9;
      background-position: -1129px -810px; }
    #we-bridge-worlds #bridge .bp6 {
      width: 190px;
      height: 65px;
      bottom: 199px;
      right: 47px;
      z-index: 12;
      background-position: -1141px -745px; }
    #we-bridge-worlds #bridge .bp7 {
      width: 206px;
      height: 37px;
      bottom: 178px;
      right: 123px;
      z-index: 6;
      background-position: -928px -854px; }
    #we-bridge-worlds #bridge .bp8 {
      width: 188px;
      height: 50px;
      bottom: 191px;
      right: 138px;
      z-index: 8;
      background-position: -941px -805px; }
    #we-bridge-worlds #bridge .bp9 {
      width: 208px;
      height: 45px;
      bottom: 222px;
      right: 120px;
      z-index: 10;
      background-position: -927px -756px; }
    #we-bridge-worlds #bridge .bp10 {
      width: 114px;
      height: 119px;
      bottom: 227px;
      right: -19px;
      z-index: 10;
      background-position: -1387px -639px; }
    #we-bridge-worlds #bridge .bp11 {
      width: 111px;
      height: 104px;
      bottom: 299px;
      right: -19px;
      z-index: 9;
      background-position: -1390px -535px; }
    #we-bridge-worlds #bridge .bp12 {
      width: 106px;
      height: 66px;
      bottom: 352px;
      right: -10px;
      z-index: 8;
      background-position: -1281px -678px; }
    #we-bridge-worlds #bridge .bp13 {
      width: 110px;
      height: 90px;
      bottom: 358px;
      right: 2px;
      z-index: 9;
      background-position: -1273px -588px; }
    #we-bridge-worlds #bridge .bp14 {
      width: 101px;
      height: 83px;
      bottom: 383px;
      right: 23px;
      z-index: 10;
      background-position: -1283px -505px; }
    #we-bridge-worlds #bridge .bp15 {
      width: 100px;
      height: 84px;
      bottom: 393px;
      right: 45px;
      z-index: 10;
      background-position: -1164px -657px; }
    #we-bridge-worlds #bridge .bp16 {
      width: 95px;
      height: 87px;
      bottom: 405px;
      right: 62px;
      z-index: 10;
      background-position: -1173px -568px; }
    #we-bridge-worlds #bridge .bp17 {
      width: 82px;
      height: 98px;
      bottom: 408px;
      right: 101px;
      z-index: 10;
      background-position: -1206px -464px; }
    #we-bridge-worlds #bridge .bp18 {
      width: 72px;
      height: 92px;
      bottom: 416px;
      right: 134px;
      z-index: 10;
      background-position: -1093px -667px; }
    #we-bridge-worlds #bridge .bp19 {
      width: 54px;
      height: 97px;
      bottom: 305px;
      right: 272px;
      z-index: 10;
      background-position: -1012px -589px; }
    #we-bridge-worlds #bridge .bp20 {
      width: 55px;
      height: 62px;
      bottom: 371px;
      right: 264px;
      z-index: 10;
      background-position: -1021px -524px; }
    #we-bridge-worlds #bridge .bp21 {
      width: 58px;
      height: 84px;
      bottom: 380px;
      right: 244px;
      z-index: 9;
      background-position: -1080px -499px; }
    #we-bridge-worlds #bridge .bp22 {
      width: 55px;
      height: 82px;
      bottom: 397px;
      right: 226px;
      z-index: 8;
      background-position: -1144px -493px; }
    #we-bridge-worlds #bridge .bp23 {
      width: 102px;
      height: 86px;
      bottom: 411px;
      right: 164px;
      z-index: 7;
      background-position: -1065px -582px; }
    #we-bridge-worlds #bridge .bp24 {
      width: 135px;
      height: 41px;
      bottom: 170px;
      right: 296px;
      z-index: 10;
      background-position: -775px -849px; }
    #we-bridge-worlds #bridge .bp25 {
      width: 134px;
      height: 37px;
      bottom: 193px;
      right: 296px;
      z-index: 10;
      background-position: -777px -810px; }
    #we-bridge-worlds #bridge .bp26 {
      width: 73px;
      height: 77px;
      bottom: 164px;
      right: 294px;
      z-index: 9;
      background-position: -929px -657px; }
    #we-bridge-worlds #bridge .bp27 {
      width: 68px;
      height: 77px;
      bottom: 207px;
      right: 295px;
      z-index: 10;
      background-position: -933px -582px; }
    #we-bridge-worlds #bridge .bp28 {
      width: 66px;
      height: 75px;
      bottom: 250px;
      right: 296px;
      z-index: 10;
      background-position: -934px -509px; }
    #we-bridge-worlds #bridge .bp29 {
      width: 65px;
      height: 83px;
      bottom: 291px;
      right: 296px;
      z-index: 10;
      background-position: -935px -425px; }
    #we-bridge-worlds #bridge .bp30 {
      width: 63px;
      height: 72px;
      bottom: 339px;
      right: 296px;
      z-index: 10;
      background-position: -937px -354px; }
    #we-bridge-worlds #bridge .bp31 {
      width: 62px;
      height: 74px;
      bottom: 375px;
      right: 296px;
      z-index: 10;
      background-position: -938px -281px; }
    #we-bridge-worlds #bridge .bp32 {
      width: 65px;
      height: 78px;
      bottom: 418px;
      right: 295px;
      z-index: 10;
      background-position: -936px -201px; }
    #we-bridge-worlds #bridge .bp33 {
      width: 89px;
      height: 60px;
      bottom: 466PX;
      right: 284px;
      z-index: 10;
      background-position: -923px -139px; }
    #we-bridge-worlds #bridge .bp34 {
      width: 124px;
      height: 64px;
      bottom: 491PX;
      right: 257px;
      z-index: 10;
      background-position: -920px -70px; }
    #we-bridge-worlds #bridge .bp35 {
      width: 151px;
      height: 55px;
      bottom: 525PX;
      right: 249px;
      z-index: 10;
      background-position: -899px -12px; }
    #we-bridge-worlds #bridge .bp36 {
      width: 31px;
      height: 53px;
      bottom: 379PX;
      right: -4px;
      z-index: 10;
      background-position: -1469px -471px; }
    #we-bridge-worlds #bridge .bp37 {
      width: 59px;
      height: 116px;
      bottom: 388px;
      right: -10px;
      z-index: 10;
      background-position: -1410px -419px; }
    #we-bridge-worlds #bridge .bp38 {
      width: 185px;
      height: 85px;
      bottom: 417px;
      right: -15px;
      z-index: 10;
      background-position: -1315px -332px; }
    #we-bridge-worlds #bridge .bp39 {
      width: 72px;
      height: 146px;
      bottom: 358px;
      right: 254px;
      z-index: 9;
      background-position: -1087px -327px; }
    #we-bridge-worlds #bridge .bp40 {
      width: 214px;
      height: 56px;
      bottom: 443px;
      right: 127px;
      z-index: 9;
      background-position: -1032px -205px; }
    #we-bridge-worlds #bridge .bp41 {
      width: 456px;
      height: 25px;
      bottom: 476px;
      right: -74px;
      z-index: 8;
      background-position: -1044px -302px; }
    #we-bridge-worlds #bridge .bp42 {
      width: 456px;
      height: 14px;
      bottom: 488px;
      right: -73px;
      z-index: 10;
      background-position: -1044px -287px; }
    #we-bridge-worlds #bridge .bp43 {
      width: 456px;
      height: 20px;
      bottom: 492px;
      right: -74px;
      z-index: 9;
      background-position: -1045px -264px; }
    #we-bridge-worlds #bridge .bp44 {
      width: 103px;
      height: 40px;
      bottom: 497px;
      right: -19px;
      z-index: 8;
      background-position: -1204px -329px; }
    #we-bridge-worlds #bridge .bp45 {
      width: 62px;
      height: 172px;
      bottom: 538px;
      right: 297px;
      z-index: 5;
      background-position: -1018px -326px; }
    #we-bridge-worlds #bridge .bp46 {
      width: 150px;
      height: 86px;
      bottom: 174px;
      right: 262px;
      z-index: 5;
      background-position: -1343px -172px; }
    #we-bridge-worlds #bridge .bp47 {
      width: 145px;
      height: 70px;
      bottom: 226px;
      right: 266px;
      z-index: 5;
      background-position: -1345px -100px; }
    #we-bridge-worlds #bridge .bp48 {
      width: 164px;
      height: 72px;
      bottom: 266px;
      right: 257px;
      z-index: 5;
      background-position: -1335px -25px; }
    #we-bridge-worlds #bridge .bp49 {
      width: 67px;
      height: 75px;
      bottom: 225px;
      left: -10px;
      z-index: 5;
      background-position: 0 -816px; }
    #we-bridge-worlds #bridge .bp50 {
      width: 68px;
      height: 51px;
      bottom: 274px;
      left: -10px;
      z-index: 5;
      background-position: 0 -764px; }
    #we-bridge-worlds #bridge .bp51 {
      width: 56px;
      height: 80px;
      bottom: 299px;
      left: -9px;
      z-index: 5;
      background-position: 0 -684px; }
    #we-bridge-worlds #bridge .bp52 {
      width: 82px;
      height: 102px;
      bottom: 335px;
      left: -12px;
      z-index: 5;
      background-position: 0 -583px; }
    #we-bridge-worlds #bridge .bp53 {
      width: 117px;
      height: 99px;
      bottom: 371px;
      left: -16px;
      z-index: 5;
      background-position: 0 -481px; }
    #we-bridge-worlds #bridge .bp54 {
      width: 135px;
      height: 121px;
      bottom: 388px;
      left: 2px;
      z-index: 5;
      background-position: 0 -358px; }
    #we-bridge-worlds #bridge .bp55 {
      width: 117px;
      height: 111px;
      bottom: 405px;
      left: 73px;
      z-index: 5;
      background-position: 0 -245px; }
    #we-bridge-worlds #bridge .bp56 {
      width: 84px;
      height: 96px;
      bottom: 408px;
      left: 133px;
      z-index: 5;
      background-position: 0 -146px; }
    #we-bridge-worlds #bridge .bp57 {
      width: 87px;
      height: 80px;
      bottom: 406px;
      left: 177px;
      z-index: 5;
      background-position: 0 -62px; }
    #we-bridge-worlds #bridge .bp58 {
      width: 75px;
      height: 98px;
      bottom: 353px;
      left: 215px;
      z-index: 5;
      background-position: -88px 0; }
    #we-bridge-worlds #bridge .bp59 {
      width: 33px;
      height: 71px;
      bottom: 317px;
      left: 250px;
      z-index: 5;
      background-position: -93px -104px; }
    #we-bridge-worlds #bridge .bp60 {
      width: 167px;
      height: 96px;
      bottom: 195px;
      left: 231px;
      z-index: 5;
      background-position: -207px -423px; }
    #we-bridge-worlds #bridge .bp61 {
      width: 189px;
      height: 91px;
      bottom: 254px;
      left: 219px;
      z-index: 5;
      background-position: -195px -332px; }
    #we-bridge-worlds #bridge .bp62 {
      width: 67px;
      height: 81px;
      bottom: 200px;
      left: 263px;
      z-index: 5;
      background-position: -76px -809px; }
    #we-bridge-worlds #bridge .bp63 {
      width: 64px;
      height: 76px;
      bottom: 249px;
      left: 264px;
      z-index: 5;
      background-position: -73px -732px; }
    #we-bridge-worlds #bridge .bp64 {
      width: 64px;
      height: 76px;
      bottom: 294px;
      left: 264px;
      z-index: 5;
      background-position: -85px -653px; }
    #we-bridge-worlds #bridge .bp65 {
      width: 61px;
      height: 76px;
      bottom: 340px;
      left: 263px;
      z-index: 5;
      background-position: -114px -575px; }
    #we-bridge-worlds #bridge .bp66 {
      width: 60px;
      height: 74px;
      bottom: 383px;
      left: 264px;
      z-index: 5;
      background-position: -120px -502px; }
    #we-bridge-worlds #bridge .bp67 {
      width: 60px;
      height: 68px;
      bottom: 426px;
      left: 263px;
      z-index: 5;
      background-position: -139px -434px; }
    #we-bridge-worlds #bridge .bp68 {
      width: 87px;
      height: 57px;
      bottom: 465px;
      left: 246px;
      z-index: 5;
      background-position: -203px -272px; }
    #we-bridge-worlds #bridge .bp69 {
      width: 121px;
      height: 60px;
      bottom: 496px;
      left: 242px;
      z-index: 5;
      background-position: -201px -203px; }
    #we-bridge-worlds #bridge .bp70 {
      width: 160px;
      height: 55px;
      bottom: 528px;
      left: 211px;
      z-index: 5;
      background-position: -221px -142px; }
    #we-bridge-worlds #bridge .bp71 {
      width: 47px;
      height: 102px;
      bottom: 406px;
      left: -7px;
      z-index: 5;
      background-position: -174px -69px; }
    #we-bridge-worlds #bridge .bp72 {
      width: 118px;
      height: 58px;
      bottom: 444px;
      left: 5px;
      z-index: 5;
      background-position: -223px -68px; }
    #we-bridge-worlds #bridge .bp73 {
      width: 68px;
      height: 103px;
      bottom: 370px;
      left: 219px;
      z-index: 5;
      background-position: -472px -140px; }
    #we-bridge-worlds #bridge .bp74 {
      width: 190px;
      height: 70px;
      bottom: 434px;
      left: 116px;
      z-index: 5;
      background-position: -349px -70px; }
    #we-bridge-worlds #bridge .bp75 {
      width: 389px;
      height: 22px;
      bottom: 483px;
      left: -63px;
      z-index: 5;
      background-position: -175px -40px; }
    #we-bridge-worlds #bridge .bp76 {
      width: 394px;
      height: 27px;
      bottom: 491px;
      left: -65px;
      z-index: 5;
      background-position: -174px -12px; }
    #we-bridge-worlds #bridge .bp77 {
      width: 94px;
      height: 89px;
      bottom: 304px;
      left: 299px;
      z-index: 5;
      background-position: -161px -705px; }
    #we-bridge-worlds #bridge .bp78 {
      width: 134px;
      height: 124px;
      bottom: 342px;
      left: 303px;
      z-index: 5;
      background-position: -192px -582px; }
    #we-bridge-worlds #bridge .bp79 {
      width: 138px;
      height: 106px;
      bottom: 388px;
      left: 350px;
      z-index: 5;
      background-position: -328px -521px; }
    #we-bridge-worlds #bridge .bp80 {
      width: 162px;
      height: 97px;
      bottom: 414px;
      left: 417px;
      z-index: 5;
      background-position: -306px -694px; }
    #we-bridge-worlds #bridge .bp81 {
      width: 116px;
      height: 102px;
      bottom: 393px;
      left: 528px;
      z-index: 5;
      background-position: -469px -599px; }
    #we-bridge-worlds #bridge .bp82 {
      width: 103px;
      height: 106px;
      bottom: 365px;
      left: 581px;
      z-index: 5;
      background-position: -584px -670px; }
    #we-bridge-worlds #bridge .bp83 {
      width: 95px;
      height: 128px;
      bottom: 301px;
      left: 612px;
      z-index: 5;
      background-position: -697px -655px; }
    #we-bridge-worlds #bridge .bp84 {
      width: 87px;
      height: 150px;
      bottom: 320px;
      left: 297px;
      z-index: 5;
      background-position: -840px -400px; }
    #we-bridge-worlds #bridge .bp85 {
      width: 255px;
      height: 83px;
      bottom: 421px;
      left: 268px;
      z-index: 5;
      background-position: -570px -464px; }
    #we-bridge-worlds #bridge .bp86 {
      width: 91px;
      height: 164px;
      bottom: 322px;
      left: 619px;
      z-index: 5;
      background-position: -825px -627px; }
    #we-bridge-worlds #bridge .bp87 {
      width: 251px;
      height: 65px;
      bottom: 434px;
      left: 484px;
      z-index: 5;
      background-position: -675px -564px; }
    #we-bridge-worlds #bridge .bp88 {
      width: 553px;
      height: 27px;
      bottom: 477px;
      left: 227px;
      z-index: 5;
      background-position: -185px -864px; }
    #we-bridge-worlds #bridge .bp89 {
      width: 558px;
      height: 23px;
      bottom: 489px;
      left: 221px;
      z-index: 5;
      background-position: -179px -842px; }
    #we-bridge-worlds #bridge .bp90 {
      width: 561px;
      height: 50px;
      bottom: 492px;
      left: 221px;
      z-index: 5;
      background-position: -178px -793px; }
    #we-bridge-worlds #bridge .bp91 {
      width: 71px;
      height: 175px;
      bottom: 543px;
      left: 257px;
      z-index: 5;
      background-position: -125px -177px; }
  #we-bridge-worlds h3 {
    position: absolute;
    z-index: 22;
    height: 10rem;
    margin: 10rem auto;
    color: #e62400;
    font-size: 8rem;
    text-transform: uppercase;
    top: -10rem;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 35rem; }
    @media only screen and (min-width: 500px) {
      #we-bridge-worlds h3 {
        top: 55rem;
        height: 12rem;
        font-size: 10rem; } }
    @media only screen and (min-width: 700px) {
      #we-bridge-worlds h3 {
        top: 55rem;
        transform: translateX(-50%) translateY(-80%);
        height: 21rem;
        width: 70rem;
        font-size: 16rem; } }
    @media only screen and (min-width: 1000px) {
      #we-bridge-worlds h3 {
        top: 50%;
        transform: translateX(-50%) translateY(-95%);
        height: 29rem;
        width: 100rem;
        font-size: 23rem; } }
    @media only screen and (min-width: 1100px) {
      #we-bridge-worlds h3 {
        transform: translateX(-50%) translateY(-90%);
        height: 33rem;
        width: 109rem;
        font-size: 25rem; } }
    @media only screen and (min-width: 1200px) {
      #we-bridge-worlds h3 {
        transform: translateX(-50%) translateY(-80%);
        height: 35rem;
        width: 114rem;
        font-size: 26rem; } }
    @media only screen and (min-width: 1300px) {
      #we-bridge-worlds h3 {
        transform: translateX(-50%) translateY(-80%);
        height: 35rem;
        width: 130rem;
        font-size: 30rem; } }
    #we-bridge-worlds h3 em {
      font-style: normal; }
      #we-bridge-worlds h3 em span {
        display: inline-block;
        transform: scaleX(0);
        transition: .2s; }
        #we-bridge-worlds h3 em span.active {
          transform: scaleX(1); }
    #we-bridge-worlds h3 .breveal {
      position: absolute;
      font-family: "intertight", sans-serif;
      font-size: 1.4rem;
      letter-spacing: 1px;
      font-weight: 900;
      color: #000;
      opacity: 0;
      transition: .2s; }
      #we-bridge-worlds h3 .breveal.active {
        opacity: 1;
        letter-spacing: 6px; }
        @media only screen and (min-width: 1000px) {
          #we-bridge-worlds h3 .breveal.active {
            letter-spacing: 8px; } }
        #we-bridge-worlds h3 .breveal.active#wbw-x-1, #we-bridge-worlds h3 .breveal.active#wbw-x-2 {
          letter-spacing: 1px; }
  #we-bridge-worlds #wbw-games {
    top: -2rem;
    left: 0rem; }
    @media only screen and (min-width: 1000px) {
      #we-bridge-worlds #wbw-games {
        left: 1.5rem; } }
  #we-bridge-worlds #wbw-hollywood {
    top: -2rem;
    right: 0; }
    @media only screen and (min-width: 1000px) {
      #we-bridge-worlds #wbw-hollywood {
        right: 1.5rem; } }
  #we-bridge-worlds #wbw-x-1 {
    top: -2rem;
    right: 50%;
    transform: translateX(-50%); }
  #we-bridge-worlds #wbw-capital {
    bottom: -4rem;
    left: 0; }
    @media only screen and (min-width: 1000px) {
      #we-bridge-worlds #wbw-capital {
        left: 1.5rem; } }
  #we-bridge-worlds #wbw-culture {
    bottom: -4rem;
    right: 0; }
    @media only screen and (min-width: 1000px) {
      #we-bridge-worlds #wbw-culture {
        right: 1.5rem; } }
  #we-bridge-worlds #wbw-x-2 {
    bottom: -4rem;
    right: 50%;
    transform: translateX(-50%); }

.news {
  padding: 4rem 0 0;
  background: #fff;
  color: #000;
  position: relative;
  transition: background .5s; }
  @media only screen and (min-width: 1000px) {
    .news {
      padding: 8rem 0 0; } }
  .news .container {
    z-index: 1; }
  .news h2 {
    font-family: intertight;
    text-transform: none;
    font-weight: 700;
    transform-origin: 0 100%;
    transform: translateY(40px);
    opacity: 0;
    margin-left: 1rem;
    transition: .5s; }
    @media only screen and (min-width: 1000px) {
      .news h2 {
        margin-left: 2rem; } }
    @media only screen and (min-width: 1300px) {
      .news h2 {
        margin-left: 0; } }
    .news h2.active {
      transform: translateY(0);
      opacity: 1; }

.news-index-wrapper {
  background: #e62400;
  padding-bottom: 4rem; }
  .news-index-wrapper.index {
    background: #d2d2d2; }
  .news-index-wrapper.paddingless {
    padding-bottom: 0; }

.news-index {
  margin-top: 4rem; }
  .news-index.blog-index {
    margin: 0; }
  .news-index .news-item {
    margin: 0 auto;
    padding: 4rem 1rem;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    transition: .5s ease-out; }
    .news-index .news-item.index {
      background: transparent; }
      .news-index .news-item.index .news-title span {
        color: #000; }
      .news-index .news-item.index .news-title h3 {
        color: #e62400; }
      .news-index .news-item.index .news-title time {
        color: #000; }
      @media only screen and (min-width: 1300px) {
        .news-index .news-item.index .container {
          grid-template-columns: 2fr 1fr; } }
    @media only screen and (min-width: 1000px) {
      .news-index .news-item {
        padding: 4rem 2rem; } }
    @media only screen and (min-width: 1300px) {
      .news-index .news-item {
        padding: 4rem 0;
        min-height: 40rem; } }
    @media only screen and (min-width: 1600px) {
      .news-index .news-item {
        min-height: 60rem; } }
    @media only screen and (min-width: 2200px) {
      .news-index .news-item {
        min-height: 80rem; } }
    @media only screen and (min-width: 3200px) {
      .news-index .news-item {
        min-height: 100rem; } }
    .news-index .news-item:last-child {
      margin-bottom: 0; }
    .news-index .news-item .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 2rem;
      margin: 0 auto; }
      @media only screen and (min-width: 1000px) {
        .news-index .news-item .container {
          grid-template-columns: 2fr 1fr;
          grid-gap: 0; } }
      @media only screen and (min-width: 1300px) {
        .news-index .news-item .container {
          grid-template-columns: 3fr 1fr; } }
    .news-index .news-item .news-title span {
      display: block;
      font-size: 2rem;
      font-weight: bold;
      color: #e62400;
      text-transform: uppercase;
      opacity: 0;
      transition: .5s; }
    .news-index .news-item .news-title time {
      font-size: 1.6rem;
      text-transform: uppercase; }
    .news-index .news-item h3 {
      font-size: 6rem;
      line-height: 6.4rem;
      position: relative;
      z-index: 1;
      color: #fff;
      margin: 2rem 0;
      transform: translateX(-14rem);
      opacity: 0;
      transition: .5s; }
      @media only screen and (min-width: 1000px) {
        .news-index .news-item h3 {
          font-size: 8rem;
          line-height: 8.4rem;
          width: 50rem;
          margin: 1rem 0 0; } }
    .news-index .news-item .news-copy {
      position: relative;
      z-index: 1;
      opacity: 0;
      color: #b8b8b8;
      transform: translateX(14rem);
      transition: 1s; }
      .news-index .news-item .news-copy img {
        width: 100%; }
      @media only screen and (min-width: 1000px) {
        .news-index .news-item .news-copy {
          margin-top: 3rem; } }
    .news-index .news-item .news-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      opacity: 0;
      filter: grayscale(1);
      transform: scale(1.5);
      transition: .5s; }
    .news-index .news-item.active .news-title span {
      opacity: 1; }
    .news-index .news-item.active h3 {
      transform: translateX(0);
      opacity: 1; }
    .news-index .news-item.active .news-image {
      opacity: .5;
      transform: scale(1); }
    .news-index .news-item.active .news-copy {
      opacity: 1;
      transform: translateX(0); }
    .news-index .news-item:hover.index, .news-index .news-item:active.index {
      background: #e62400; }
      .news-index .news-item:hover.index h3, .news-index .news-item:active.index h3 {
        color: #000; }
    .news-index .news-item:hover.featured, .news-index .news-item:active.featured {
      padding: 12rem 0; }
      .news-index .news-item:hover.featured h3, .news-index .news-item:active.featured h3 {
        color: #e62400; }
      .news-index .news-item:hover.featured .news-title span, .news-index .news-item:active.featured .news-title span {
        color: #fff; }
      .news-index .news-item:hover.featured .news-copy, .news-index .news-item:active.featured .news-copy {
        color: #fff; }
      .news-index .news-item:hover.featured .read-more, .news-index .news-item:active.featured .read-more {
        opacity: 1; }
      .news-index .news-item:hover.featured .news-image, .news-index .news-item:active.featured .news-image {
        filter: grayscale(0);
        transform: scale(1.1); }

.read-more {
  color: #e62400;
  opacity: 0;
  display: block;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  margin-top: 4rem;
  transition: .5s; }
  .read-more:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    border-top: 1px solid #e62400;
    border-right: 1px solid #e62400;
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s; }
  .read-more:after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 1px;
    position: absolute;
    background: #e62400;
    top: 9px;
    right: -3px;
    transform: rotate(-45deg);
    transition: .5s; }
  .read-more:hover, .read-more:active {
    color: #fff; }
    .read-more:hover:before, .read-more:active:before {
      border-color: #fff; }
    .read-more:hover:after, .read-more:active:after {
      background: #fff; }

.news-dark {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background: #000;
  display: none; }

.blog-header {
  background: #e62400;
  padding: 10rem 0;
  position: relative; }
  .blog-header h1 {
    text-align: center;
    font-size: 14rem;
    line-height: 14rem;
    margin: 0 auto;
    color: #000;
    max-width: 132rem; }
    @media only screen and (min-width: 500px) {
      .blog-header h1 {
        font-size: 18rem;
        line-height: 18rem; } }
    @media only screen and (min-width: 600px) {
      .blog-header h1 {
        font-size: 23rem;
        line-height: 23rem; } }
    @media only screen and (min-width: 800px) {
      .blog-header h1 {
        font-size: 30rem;
        line-height: 30rem; } }
    @media only screen and (min-width: 1000px) {
      .blog-header h1 {
        font-size: 37rem;
        line-height: 37rem; } }
    @media only screen and (min-width: 1100px) {
      .blog-header h1 {
        font-size: 40rem;
        line-height: 40rem; } }
    @media only screen and (min-width: 1300px) {
      .blog-header h1 {
        font-size: 50rem;
        line-height: 50rem; } }
    @media only screen and (min-width: 1400px) {
      .blog-header h1 {
        font-size: 52rem;
        line-height: 52rem; } }
  .blog-header #resources-men {
    width: 500px;
    height: 571px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: url(./images/resources-men.png) no-repeat;
    background-size: 6000px 571px;
    background-position: 0 0;
    z-index: 1;
    transform: translateX(-25%) scale(0.4);
    transform-origin: bottom left; }
    @media only screen and (min-width: 800px) {
      .blog-header #resources-men {
        transform: translateX(-35%) scale(0.6); } }
    @media only screen and (min-width: 1000px) {
      .blog-header #resources-men {
        transform: translateX(-45%) scale(0.7); } }
    @media only screen and (min-width: 1300px) {
      .blog-header #resources-men {
        transform: translateX(-50%) scale(1); } }

.pagination {
  margin: 4rem 0 0;
  padding: 0;
  text-align: center; }
  .pagination li {
    list-style: none;
    display: inline-block;
    margin: 0 .5rem;
    color: #fff; }
    .pagination li a {
      color: #000;
      text-decoration: none; }
      .pagination li a:hover, .pagination li a:active {
        color: #fff; }

.article-wrapper .article-header {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  min-height: 60rem;
  background: #000;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center; }
  .article-wrapper .article-header h1 {
    text-align: center;
    max-width: 84rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-size: 10rem;
    line-height: 12rem; }
  .article-wrapper .article-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: TranslateX(-50%) translateY(-50%); }
.article-wrapper .article-body {
  background: #d2d2d2;
  color: #000;
  font-weight: 700;
  padding: 8rem 0; }
  .article-wrapper .article-body .container {
    max-width: 130rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
    padding: 0 1rem; }
    @media only screen and (min-width: 1000px) {
      .article-wrapper .article-body .container {
        grid-template-columns: 1fr 2fr;
        grid-gap: 8rem; } }
    @media only screen and (min-width: 1300px) {
      .article-wrapper .article-body .container {
        padding: 0; } }
  .article-wrapper .article-body .article-title h1 {
    margin: 0;
    padding: 0;
    color: #e62400;
    font-size: 8rem;
    line-height: 9rem; }
  .article-wrapper .article-body .article-meta {
    margin-bottom: 4rem;
    font-size: 1.6rem; }
    .article-wrapper .article-body .article-meta .cats {
      display: inline;
      text-transform: uppercase; }
      .article-wrapper .article-body .article-meta .cats a {
        color: #e62400;
        text-decoration: none; }
        .article-wrapper .article-body .article-meta .cats a:hover, .article-wrapper .article-body .article-meta .cats a:active {
          text-decoration: underline; }
    .article-wrapper .article-body .article-meta .pubdate {
      display: inline;
      text-transform: uppercase; }
  @media only screen and (min-width: 1300px) {
    .article-wrapper .article-body .article-full picture {
      float: left;
      margin: 0 2rem 1rem 0; } }
  .article-wrapper .article-body .article-full picture img {
    max-width: 100%;
    height: auto; }
  .article-wrapper .article-body .article-full h2, .article-wrapper .article-body .article-full h3, .article-wrapper .article-body .article-full h4, .article-wrapper .article-body .article-full h5, .article-wrapper .article-body .article-full h6 {
    font-family: "intertight", sans-serif; }
  .article-wrapper .article-body .article-full a {
    color: #e62400; }
    .article-wrapper .article-body .article-full a:hover, .article-wrapper .article-body .article-full a:active {
      color: #000; }
  .article-wrapper .article-body .source-url {
    clear: both; }
    .article-wrapper .article-body .source-url a.read-more {
      opacity: 1;
      display: inline-block;
      width: 22rem;
      font-weight: 700;
      margin-left: 1rem; }
      .article-wrapper .article-body .source-url a.read-more:before {
        top: 6px; }
      .article-wrapper .article-body .source-url a.read-more:after {
        top: 15px; }
      .article-wrapper .article-body .source-url a.read-more:hover, .article-wrapper .article-body .source-url a.read-more:active {
        color: #000; }
        .article-wrapper .article-body .source-url a.read-more:hover:before, .article-wrapper .article-body .source-url a.read-more:active:before {
          border-color: #000; }
        .article-wrapper .article-body .source-url a.read-more:hover:after, .article-wrapper .article-body .source-url a.read-more:active:after {
          background: #000; }

.lets-talk {
  overflow: hidden;
  padding: 8rem 1rem;
  background: #d2d2d2;
  position: relative;
  transition: .2s; }
  @media only screen and (min-width: 1000px) {
    .lets-talk {
      padding: 8rem 2rem; } }
  @media only screen and (min-width: 1200px) {
    .lets-talk {
      padding: 8rem 4rem; } }
  .lets-talk:hover, .lets-talk:active {
    background: #fff; }
    .lets-talk:hover .talk-grid h2.active:before, .lets-talk:hover .talk-grid h2.active:after, .lets-talk:active .talk-grid h2.active:before, .lets-talk:active .talk-grid h2.active:after {
      right: 1rem; }
  .lets-talk .talk-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem; }
    @media only screen and (min-width: 1000px) {
      .lets-talk .talk-grid {
        grid-template-columns: 1fr 2fr;
        grid-gap: 12rem; } }
    .lets-talk .talk-grid h2 {
      position: relative;
      color: #e62400;
      font-size: 10rem;
      line-height: 12rem;
      margin: 0;
      padding-right: 10rem;
      transform: translateY(40px);
      transform-origin: 0 100%;
      opacity: 0;
      transition: .5s;
      			/*
      			&:before{
      				content:"";
      				width:6rem;
      				height:1rem;
      				background:$c-red;
      				position:absolute;
      				top:3rem;
      				right:6rem;
      				transform:rotate(45deg);
      				opacity:0;
      				transition:.2s;
      				transition-delay:.25s;
      			}
      
      			&:after{
      				content:"";
      				width:6rem;
      				height:1rem;
      				background:$c-red;
      				position:absolute;
      				top:6.6rem;
      				right:6rem;
      				transform:rotate(-45deg);
      				opacity:0;
      				transition:.2s;
      				transition-delay:.25s;
      			}
      			*/ }
      @media only screen and (min-width: 500px) {
        .lets-talk .talk-grid h2 {
          font-size: 11rem; } }
      @media only screen and (min-width: 700px) {
        .lets-talk .talk-grid h2 {
          font-size: 22rem;
          line-height: 24rem;
          				/*
          				&:before{
          					width:15rem;
          					height:2rem;
          					top:6rem;
          				}
          
          				&:after{
          					width:15rem;
          					height:2rem;
          					top:15.2rem;
          				}
          				*/ } }
      @media only screen and (min-width: 1000px) {
        .lets-talk .talk-grid h2 {
          font-size: 16rem;
          grid-column-start: 2;
          grid-column-end: 3;
          grid-row-start: 1;
          padding-right: 13rem;
          				/*
          				&:before{
          					width:10rem;
          					height:1rem;
          					top:8rem;
          				}
          
          				&:after{
          					width:10rem;
          					height:1rem;
          					top:14.4rem;
          				}
          				*/ } }
      @media only screen and (min-width: 1100px) {
        .lets-talk .talk-grid h2 {
          font-size: 20rem;
          line-height: 20rem;
          				/*
          				&:before{
          					width:12rem;
          					height:1.5rem;
          					top:5rem;
          				}
          
          				&:after{
          					width:12rem;
          					height:1.5rem;
          					top:12.4rem;
          				}
          				*/ } }
      @media only screen and (min-width: 1300px) {
        .lets-talk .talk-grid h2 {
          font-size: 24rem;
          line-height: 24rem;
          				/*
          				&:before{
          					width:15rem;
          					height:2rem;
          					top:6rem;
          				}
          
          				&:after{
          					width:15rem;
          					height:2rem;
          					top:15.2rem;
          				}
          				*/ } }
      .lets-talk .talk-grid h2.active {
        transform: translateY(0);
        opacity: 1;
        /*
        &:before, &:after{
        	opacity:1;
        	right:3rem;
        }*/ }
    .lets-talk .talk-grid .talk-copy {
      color: #000; }
      .lets-talk .talk-grid .talk-copy > p {
        margin-top: 0; }
      @media only screen and (min-width: 1000px) {
        .lets-talk .talk-grid .talk-copy {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 1; } }
  .lets-talk #hand {
    position: absolute;
    bottom: -8.2rem;
    right: 0;
    width: 518px;
    height: 390px;
    background: url(./images/hand.png) no-repeat;
    background-position: 0 0;
    background-size: 5180px 780px;
    transform: scale(0.7);
    transform-origin: 100% 100%;
    display: none; }
    @media only screen and (min-width: 1000px) {
      .lets-talk #hand {
        display: block; } }
    @media only screen and (min-width: 1200px) {
      .lets-talk #hand {
        right: -18rem; } }

footer {
  padding: 4rem 1rem;
  background: #000;
  color: #fff;
  position: relative; }
  @media only screen and (min-width: 1000px) {
    footer {
      padding: 4rem 0; } }
  @media only screen and (min-width: 1200px) {
    footer {
      padding: 4rem; } }
  footer .container {
    height: 100%; }
    @media only screen and (min-width: 1000px) {
      footer .container {
        min-height: 40rem; } }
  footer a {
    color: #fff;
    transition: .2s; }
    footer a:hover {
      color: #e62400;
      text-decoration: none; }
  footer .footer-logo {
    width: 16rem;
    overflow: hidden;
    display: block;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    text-decoration: none; }
    @media only screen and (min-width: 1000px) {
      footer .footer-logo {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1300px) {
      footer .footer-logo {
        left: 0; } }
    footer .footer-logo span {
      display: block; }
  footer .footer-menu {
    margin: 0 0 2rem;
    padding: 0; }
    @media only screen and (min-width: 1000px) {
      footer .footer-menu {
        position: absolute;
        top: 2rem;
        right: 2rem;
        margin: 0; } }
    @media only screen and (min-width: 1300px) {
      footer .footer-menu {
        right: 0; } }
    footer .footer-menu ul {
      margin: 0;
      padding: 0; }
    footer .footer-menu li {
      list-style: none;
      margin: 0 0 .5rem 0; }
      footer .footer-menu li a {
        text-decoration: none;
        transition: .2s; }
        footer .footer-menu li a:hover, footer .footer-menu li a:active {
          color: #e62400;
          text-decoration: underline; }
  footer .footer-social {
    font-family: "lionandhare", monospace;
    font-size: 4rem;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1000px) {
      footer .footer-social {
        position: absolute;
        top: 2rem;
        left: 2rem;
        margin: 0; } }
    @media only screen and (min-width: 1300px) {
      footer .footer-social {
        left: 0; } }
    footer .footer-social a {
      text-decoration: none; }
  footer .footer-social a {
    text-decoration: none; }
    footer .footer-social a:hover, footer .footer-social a:active {
      text-decoration: underline; }
  @media only screen and (min-width: 1000px) {
    footer .footer-copyright {
      position: absolute;
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (min-width: 1300px) {
    footer .footer-copyright {
      right: 0; } }

html, body {
  position: relative;
  width: 100vw;
  padding: 0;
  margin: 0;
  font-size: 10px; }

body {
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  font-family: "intertight", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  background: #000;
  color: #fff; }
  body.fixed, body.preloader {
    height: 100vh;
    overflow: hidden; }
  body.fave {
    background: #d2d2d2; }

* {
  box-sizing: border-box; }

.container {
  max-width: 130rem;
  margin: 0 auto;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "lionandhare", monospace;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase; }

a.overlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  text-indent: -1000px; }

.darkness {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1; }

.redness {
  width: 100%;
  height: 100%;
  background: #e62400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.red {
  color: #e62400 !important; }

.yellow {
  color: #e1ce61 !important; }

.accordable li {
  overflow: hidden;
  border-width: 0 !important;
  transition: .5s; }
  .accordable li.active {
    border-width: 1px !important; }
    .accordable li.active span {
      transform: scaleY(1); }
  .accordable li span {
    display: block;
    overflow: hidden;
    transform-origin: 0 100%;
    transform: scaleY(0);
    transition: .5s; }

.line-reveal span {
  display: inline-block;
  overflow: hidden;
  transform-origin: 0 100%;
  transform: scaleY(0);
  transition: .5s; }
  .line-reveal span.active {
    transform: scaleY(1); }
  @media only screen and (min-width: 1000px) {
    .line-reveal span {
      display: block; } }

.button-16 {
  display: block;
  color: #e62400;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  cursor: pointer;
  transition: .2s; }
  .button-16.long {
    width: 30rem; }
  .button-16:hover, .button-16:active {
    color: #fff; }
  .button-16.active {
    display: none; }

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 85%;
  height: 80%;
  margin: 12rem auto 0 auto; }
  @media only screen and (min-width: 600px) {
    .iframe-wrapper {
      margin: 0 auto;
      max-width: 55%;
      height: 85%; } }
  @media only screen and (min-width: 800px) {
    .iframe-wrapper {
      max-width: 76%;
      height: 97%; } }
  @media only screen and (min-width: 1000px) {
    .iframe-wrapper {
      max-width: 74%;
      height: 97%; } }
  @media only screen and (min-width: 1200px) {
    .iframe-wrapper {
      max-width: 31rem;
      height: 55rem; } }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.clear:after {
  content: "";
  display: table;
  clear: both; }

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