/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

  /* Document
     ========================================================================== */

  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */

  html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  /* Sections
     ========================================================================== */

  /**
   * Remove the margin in all browsers (opinionated).
   */

  body {
    margin: 0;
  }

  /**
   * Add the correct display in IE 9-.
   */

  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }

  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  /* Grouping content
     ========================================================================== */

  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

  figcaption,
  figure,
  main { /* 1 */
    display: block;
  }

  /**
   * Add the correct margin in IE 8.
   */

  figure {
    margin: 1em 40px;
  }

  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /* Text-level semantics
     ========================================================================== */

  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }

  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }

  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

  b,
  strong {
    font-weight: inherit;
  }

  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

  b,
  strong {
    font-weight: bolder;
  }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /**
   * Add the correct font style in Android 4.3-.
   */

  dfn {
    font-style: italic;
  }

  /**
   * Add the correct background and color in IE 9-.
   */

  mark {
    background-color: #ff0;
    color: #000;
  }

  /**
   * Add the correct font size in all browsers.
   */

  small {
    font-size: 80%;
  }

  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Embedded content
     ========================================================================== */

  /**
   * Add the correct display in IE 9-.
   */

  audio,
  video {
    display: inline-block;
  }

  /**
   * Add the correct display in iOS 4-7.
   */

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  /**
   * Remove the border on images inside links in IE 10-.
   */

  img {
    border-style: none;
  }

  /**
   * Hide the overflow in IE.
   */

  svg:not(:root) {
    overflow: hidden;
  }

  /* Forms
     ========================================================================== */

  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */

  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: "Gordita"; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }

  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

  button,
  input { /* 1 */
    overflow: visible;
  }

  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

  button,
  select { /* 1 */
    text-transform: none;
  }

  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

  button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
  }

  /**
   * Remove the inner border and padding in Firefox.
   */

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
   * Restore the focus styles unset by the previous rule.
   */

  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
   * Correct the padding in Firefox.
   */

  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }

  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }

  /**
   * Remove the default vertical scrollbar in IE.
   */

  textarea {
    overflow: auto;
  }

  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }

  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }

  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }

  /* Interactive
     ========================================================================== */

  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

  details, /* 1 */
  menu {
    display: block;
  }

  /*
   * Add the correct display in all browsers.
   */

  summary {
    display: list-item;
  }

  /* Scripting
     ========================================================================== */

  /**
   * Add the correct display in IE 9-.
   */

  canvas {
    display: inline-block;
  }

  /**
   * Add the correct display in IE.
   */

  template {
    display: none;
  }

  /* Hidden
     ========================================================================== */

  /**
   * Add the correct display in IE 10-.
   */

  [hidden] {
    display: none;
  }














/* --------------------------------

Primary style

-------------------------------- */



*, *::after, *::before {
  box-sizing: border-box;
}

html {

}

body {
  font-family: "Gordita", "Open Sans", sans-serif;
  color: #444;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Cursors */

  /* Dark Cursors */
    body {
      cursor: url('../media/cursor_light.png'), auto;
    }

      body a:hover,
      body button:hover {
        cursor: url('../media/cursor_light_hover.png'), auto;
      }

  /* Light Cursors */
    body .loading-page-content,
    body .page-content,
    body .mobile-menu {
      cursor: url('../media/cursor_light.png'), auto;
    }

      body .loading-page-content a:hover,
      body .loading-page-content button:hover,
      body .page-content a:hover,
      body .page-content button:hover,
      body .mobile-menu a:hover,
      body .mobile-menu button:hover,
      body .start-here-wrap:hover button.start-here {
        cursor: url('../media/cursor_light_hover.png'), auto;
      }



a {
  color: #c30a19;
  text-decoration: none;
}


  @font-face {
    font-family: 'Gordita Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gordita Bold'), url('../fonts/Gordita Bold.woff') format('woff');
  }

  @font-face {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: normal;
    src: local('Gordita'), url('../fonts/Gordita Regular.woff') format('woff');
  }


.cd-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}





/* Main Components
-------------------------------- */




  .wrap {
    position: relative;
    background-color: #fff;
    color: #272727;
    height: 100vh;
    font-family:'Gordita';
  }

    .wrap.loading-page {
      overflow: hidden;
    }

    .wrap.landing-page {
      overflow: hidden;
    }

    .wrap.show-mobile-menu {
      overflow: hidden;
    }


    .background-slides {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
    }

      .slide {

      }

      .slide .slide-inner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        min-height: 100vh;
        opacity: 0;
        z-index: 1;
      }

        .slide.home .slide-inner {
          background-image: url(../media/index.png);
        }

        .slide.qr .slide-inner {
          background-image: url(../media/qr.png);
        }

        .slide.evolution .slide-inner {
          background-image: url(../media/about.png);
        }

        .slide.dialogue .slide-inner {
          background-image: url(../media/dialogue.png);
        }

        .slide.roster .slide-inner {
          background-image: url(../media/roster.png);
        }

        .slide.slide-current .slide-inner {
          opacity: 1;
          animation: slidechange 0.5s forwards;
          z-index: 3;
        }

          @keyframes slidechange {
            0% {
              right: 100%;
            }
            100% {

              right: 0%;
            }
          }

          .slide.slide-current.slide-hiding .slide-inner {
            z-index: 2;
            animation: slidehide 0.9s forwards;
          }

            @keyframes slidehide {
              0% {
                opacity:1;
              }
              100% {
                opacity:0;
              }
            }










          .slide .slide-inner::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: 0;
            padding: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: right;
            min-height: 100vh;
            opacity: 0;
            z-index: 1;
            content: " ";
          }


            .slide.home .slide-inner::before {
              background-image: url(../media/index_left_crop.png);
            }

            .slide.qr .slide-inner::before {
              background-image: url(../media/qr_left_crop.png);
            }


            .slide.evolution .slide-inner::before {
              background-image: url(../media/about_left_crop.png);
            }

            .slide.dialogue .slide-inner::before {
              background-image: url(../media/dialogue_left_crop.png);
            }

            .slide.roster .slide-inner::before {
              background-image: url(../media/roster_left_crop.png);
            }



            .slide.slide-current .slide-inner::before {
              opacity: 0;
              animation: slideinnerafterchange 0.5s forwards;
              animation-delay: 0.2s;
              z-index:-1;
            }

              @keyframes slideinnerbeforechange {
                0% {
                  left: -100%;
                  opacity:0;
                }
                100% {
                  left: 0;
                  opacity: 1;
                }
              }









          .slide .slide-inner::after {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: 0;
            padding: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: right;
            min-height: 100vh;
            opacity: 0;
            z-index: 1;
            content: " ";
          }


            .slide.home .slide-inner::after {
              background-image: url(../media/index_right_crop.png);
            }

            .slide.qr .slide-inner::after {
              background-image: url(../media/qr_right_crop.png);
            }

            .slide.evolution .slide-inner::after {
              background-image: url(../media/about_right_crop.png);
            }

            .slide.dialogue .slide-inner::after {
              background-image: url(../media/dialogue_right_crop.png);
            }

            .slide.roster .slide-inner::after {
              background-image: url(../media/roster_right_crop.png);
            }


            .slide.slide-current .slide-inner::after {
              opacity: 0;
              animation: slideinnerafterchange 0.5s forwards;
              animation-delay: 0.2s;
              z-index: -1;
            }

              @keyframes slideinnerafterchange {
                0% {
                  right: -100%;
                  opacity:0;
                }
                100% {
                  right: 0;
                  opacity: 1;
                }
              }









          .slide-title {
          	max-width: 1380px;
          	margin-right: 13%;
          	margin-left: 5%;
            margin-top: 40vh;
          }


            .slide-title h1 {
              margin-top: 0;
              margin-right: 0;
              margin-bottom: 0;
              margin-left: 0;
              line-height: 1.2em;
              font-family:'Gordita Bold';
              font-weight: 700;
              font-size: 1.5em;
              align-self: center;
              opacity: 0;
            }


            .slide.slide-current .slide-title h1.h1Title {
              animation: h1Animate 0.7s ease-out 1 forwards;
            }

              @keyframes h1Animate {
                  from{
                      opacity: 0;
                      transform: translateY(100px) skewY(-20deg);
                  }
                  to{
                      opacity: 1;
                      transform: translateY(0) skewY(0deg);
                  }
              }


            .slide-title hr.hr-animate {
              width: 0;
              height: 1px;
              background-color: #000000;
              display: block;
              margin-bottom: 1em;
              margin-left: 0;
              border: 0;
            }


            .slide-title hr.hr-animate.animating {
              animation: h1BeforeAnimate 0.4s ease-out 1 forwards;
            }

            @keyframes h1BeforeAnimate {
                from {
                  width: 0;
                }
                to {
                  width: 220px;
                }
            }

    .page {
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	z-index: 3;
    	margin-right: 13%;
      margin-left: 5%;
      width: 82%;
      margin-top: calc(100vh - 20px);
      background-color: #272727;
      min-height: 21px;
      padding-top: 80px;
    }



      .page.margin-top-small {
        margin-top: 30vh;
        -webkit-transition: 0.5s ease;
      }

      .loading-page-content {
        position:relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #171717;
        color: #fff;
        display: none;
        height: 100vh;
        overflow: hidden;
        z-index: 12;
      }


        .loading-page-content.show {
          display: flex;
          height: 100vh;
          width: 100%;
        }

          .loading-page-content .loading-logo {
            align-self: center;
            width: 100%;
            text-align: center;
          }

          .loading-page-content .loading-logo .loading-bar {
            background-color: #555;
            height: 2px;
            width: 200px;
            display: block;
            overflow: hidden;
            margin-top: 3em;
            margin-left: auto;
            margin-right: auto;
            position: relative;
          }

            .loading-page-content .loading-logo .loading-bar .loading-bar-inner {
              background-color: #fff;
              height: 2px;
              width: 200px;
              display: block;
              position: absolute;
              right: 100%;
              animation: loadingBarAnimate 2s ease-out infinite;
            }

              @keyframes loadingBarAnimate {
                  0% {
                    right: 200px;
                  }
                  100% {
                    right: -200px;
                  }
              }



          .loading-page-content .accept-terms {
            position: absolute;
            top: 105vh;
            width: 100%;
            text-align: center;
            display: flex;
            animation: acceptTermsAnimate 1s ease-out forwards;
          }

            @keyframes acceptTermsAnimate {
                0% {
                  top: 105vh;
                }
                100% {
                  top: 90vh;
                }
            }

          .loading-page-content .accept-terms.hide {
            animation: hideAcceptTermsAnimate 1s ease-out forwards;
          }

            @keyframes hideAcceptTermsAnimate {
                0% {
                  top: 90vh;
                  opacity: 1;
                }
                100% {
                  top: 105vh;
                  opacity: 0;
                }
            }

            .loading-page-content .accept-terms-inner {
              margin-right: auto;
              margin-left: auto;
              color: #fff;
              font-size: 0.75em;
              padding: 0.9375em;
              margin-bottom: 10px;
              background-color: #171717;
              display: block;
              width: 100%;
            }

              .loading-page-content .accept-terms p {
                margin: 0 1em 1em;
                align-self: center;
              }

                .loading-page-content .accept-terms p a {
                  color: #fff;
                  text-decoration: underline;
                }


              .loading-page-content .accept-terms button {
                border-radius: 0;
                border: 0;
                background-color: #fff;
                font-style: uppercase;
                padding: 1em 1.5em;
              }

                .loading-page-content .accept-terms button:hover {
                  background-color: #000;
                  color: #fff;
                }





      .page-content {
        background-color: #272727;
        color: #fff;
        position: relative;
        padding: 0 20px 0;
        display: none;
      }

        .page-content.show {
          display: block;
        }


        .page-content h2 {
          margin-top: 0;
          margin-bottom: 40px;
          font-size: 1.6em;
          line-height: 1.5em;
          letter-spacing: 0.02em;
          font-family:'Gordita Bold';
        }

          #qrPage.page-content h2 {
            margin-bottom: 0.1em;
            color: #fff;
          }

        .page-content h3 {
          margin-top: 0;
          margin-bottom: 30px;
          font-size: 1.6em;
          line-height: 1.5em;
          letter-spacing: 0.02em;
          font-family:'Gordita Bold';
          font-weight: 700;
        }

          #qrPage.page-content h3:first-of-type {
            font-size: 1.3em;
          }



        .page-content .row {
          display: grid;
          grid-template-columns:  100%;
        }

        .page-content .row {
          margin-bottom: 50px;
        }

          .page-content .row.row-fifty-percent div:first-child {
            margin-bottom: 50px;
          }


          .page-content .row h2.animatesY,
          .page-content .row h3.animatesY,
          .page-content .row p.animatesY,
          .page-content .row input[type="text"].animatesY,
          .page-content .row label.animatesY,
          .page-content .row textarea.animatesY {
            transform: translateY(50px);
            -webkit-transition: 0.5s ease;
            opacity: 0.7;
          }

          .page-content .row.animate-row-content h2.animatesY,
          .page-content .row.animate-row-content h3.animatesY,
          .page-content .row.animate-row-content p.animatesY,
          .page-content .row.animate-row-content input[type="text"].animatesY,
          .page-content .row.animate-row-content label.animatesY,
          .page-content .row.animate-row-content textarea.animatesY {
              transform: translateY(0);
              opacity: 1;
            }


        .page-content .row:last-of-type {
          border-bottom: 0;
        }

        .page-content .row.row-fifty-percent {
          display: grid;
          grid-template-columns:  100%;
        }

        .page-content .row div {
          padding: 0;
        }

          .page-content .row p {
            color: #939393;
            margin: 0;
            font-size: 1em;
            line-height: 1.8em;
            letter-spacing: 0.02em;
          }

          .page-content .row p span.contact-details {
            width: 100px;
            display: inline-block;
            margin-left: 20px;
            margin-left: 0;
          }

        .page-content .row.highlight {
          display: block;
          border-top: 0;
        }

          .page-content .row.highlight p {
    	      line-height: 1.800em;
    	      letter-spacing: 0.012em;
            font-weight: 400;
            font-size: 1.1em;
            margin-bottom: 90px;
            margin-left: 0;
            width: 100%;
            max-width: 920px;
            color: #fff;
            padding: 0;
          }



      .page-content .row p.disclosure {
        margin-bottom: 2em;
      }

        .page-content .row p.disclosure a {
          display: block;
          color: #fff;
          text-decoration: none;
        }

        .page-content .row p.disclosure a:hover {
          text-decoration: underline;
        }






  .header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 15;
    padding-top: 0.4em;
    visibility: visible;
  }

    .loading-page .header {
      visibility: hidden;
    }

    .header .header-inner {
      position: relative;
      width: 100%;
      padding-right: 0%;
      padding-left: 0%;
      display: flex;
      -webkit-transition: 0.5s ease;
    }

    @media only screen and (min-width: 900px) {
      .header .header-inner {
        position: relative;
        width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        display: flex;
        -webkit-transition: 0.5s ease;
      }
    }

      .header .header-inner > div {
        width: 50%;
        position: relative;
      }

      .header.scroll .header-inner {
      	margin-right: 0;
      	margin-left: 0;
        padding-right: 0%;
        padding-left: 0%;
        width: 100%;
        display: flex;
      }

      .header .logo-wrap {
        text-align: left;
        padding-left: 1em;
      }

        .header.scroll .logo-wrap {
          text-align: left;
          padding-left: 1em;
          opacity: 0;
        }

          @media only screen and (min-width: 900px) {
            .header.scroll .logo-wrap {
              text-align: left;
              padding-left: 1em;
              opacity: 1;
            }
          }

        .header.scroll .menu {
          width: 18%;
          text-align: right;
          padding-right: 0.5em;
          flex-direction: row-reverse;
        }

        .header .menu li {
          display: none;
        }

        .header.scroll .menu li {
          display: none;
        }

          .header .menu li.mobile-button,
          .header.scroll .menu li.mobile-button {
            display: block;
            margin-right: 0.4em;
          }

          .header.scroll .menu li.mobile-button button img {
            margin-right: 0.0em;
          }

            .header.scroll .menu li.mobile-button button:hover img {
              margin-right: 0.2em;
            }

          .header.scroll .menu li.mobile-button button img:last-of-type,
          .header.scroll .menu li.mobile-button button:hover img:last-of-type  {
            margin-right: 0;
          }

          .mobile-menu-close-wrap button img.vertical {
            display: block;
            padding: 5px;
          }

          .mobile-menu-close-wrap button:hover img.vertical {
            margin-top: 2px;
            padding: 10px 5px;
          }


    .header .menu-wrap {
      flex-grow: 1;
      justify-content: flex-end;
      display: flex;
    }

      .landing-page .header .menu-wrap {
        visibility: hidden;
      }

    .header ul {
      list-style-type: none;
      position: relative;
      right: 0;
      top: 20px;
      margin-left: 0;
      padding: 0;
      display: flex;
    }

      .header ul li {
        width: auto;
        position: relative;
        margin-right: 2em;
      }

        .header ul li.dialogue {
          margin-right: 0;
        }

        .header ul button,
        .header ul li a {
          background: none;
          color: inherit;
          border: none;
          padding: 0;
          font: inherit;
          outline: inherit;
          padding: 0.5em 0;
          color: #171717 !important;
          width: 100%;
          text-align: left;
        }

    .underbar {
      width: 0;
      height: 1px;
      background: rgba(0, 0, 0, 0);
      top: 34px;
      position: absolute;
      -webkit-transition: 0.5s ease;
    }

      li.current .underbar,
      li:hover .underbar {
        background: rgba(0, 0, 0, 1);
      }

        li.evolution.current .underbar,
        li.evolution:hover .underbar {
          width: 75px;
        }

        li.roster.current .underbar,
        li.roster:hover .underbar {
          width: 51px;
        }

        li.dialogue.current .underbar,
        li.dialogue:hover .underbar {
          width: 71px;
        }

        li.mobile-button {
          display: none;
          font-size: 30px;
          margin-top: -40px;
        }



    .mobile-menu {
      position: relative;
      top: 0;
      left: -100vw;
      bottom: 0;
      right: -100vw;
      margin: 0;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 100vh;
      width: 0;
      padding: 1em 10%;
      overflow: hidden;
      color: #fff;
      z-index: 10;
      background-color: #171717;
    }


      .wrap.show-mobile-menu .mobile-menu {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 0;
        animation: mobileMenuAnimation 0.3s forwards;
      }

        @keyframes mobileMenuAnimation {
          0% {
            width: 0;
          }
          100% {
            width: 100%;
          }
        }

      .wrap.show-mobile-menu.hiding-mobile-menu .mobile-menu {
        animation: mobileMenuAnimationClosing 1.2s ease-out 1 forwards;
      }

        @keyframes mobileMenuAnimationClosing {
          0% {
            width: 100%;
          }
          100% {
            width: 0;
          }
        }

      .mobile-menu-header-wrap {
        width: 100%;
        display: flex;
        min-height: 10vh;
      }

        .mobile-menu-logo-wrap {

        }

        .mobile-menu-close-wrap {
          flex-grow: 1;
          display: flex;
          justify-content: flex-end;
        }

          .mobile-menu-close-wrap button {
            font-size: 30px;
            color: #939393;
            background-color: transparent;
            border: 0;
            border-radius: 0;
            font-family: "Gordita Bold";
          }

          .mobile-menu-close-wrap button:hover {
            color: #ffffff;
          }


      .mobile-menu-wrap {
        width: 100%;
        display: flex;
        min-height: 70vh;
	      justify-content: space-between;
      }

        .unveil-wrap {
          align-self: center;
          transform: rotate(-90deg);
          color: #fff;
        }

        .unveil-wrap a {
          color: #fff;
        }

        .unveil-wrap .underbar {
          top: 20px;
        }

        .unveil-wrap:hover .underbar {
          color: #fff;
          width: 114px;
          background-color: #fff;
          top: 20px;
        }

        .mobile-menu-wrap ul.menu {
          align-self: center;
          list-style: none;
          margin: 0;
          padding: 0;
        }

        .wrap.show-mobile-menu .mobile-menu-wrap .menu {
          animation: mobileMenuSkew 0.7s ease-out 1 forwards;
        }

          @keyframes mobileMenuSkew {
              from{
                  opacity: 0;
                  transform: translateY(100px) skewY(-40deg);
              }
              to{
                  opacity: 1;
                  transform: translateY(0) skewY(0deg);
              }
          }

      .wrap.show-mobile-menu.hiding-mobile-menu .mobile-menu-wrap .menu {
        animation: mobileMenuSkewHiding 0.5s ease-out 1 forwards;
      }

        @keyframes mobileMenuSkewHiding {
          from{
            opacity: 1;
            transform: translateY(0) skewY(0deg);
          }
          to{
            opacity: 0;
            transform: translateY(100px) skewY(-40deg);
          }
        }

        .wrap.show-mobile-menu.hiding-mobile-menu .unveil,
        .wrap.show-mobile-menu.hiding-mobile-menu .mobile-footer {
          display: none;
        }


        .mobile-menu-wrap ul.menu li {
          position: relative;
          margin-bottom: 42px;
        }

        a.mobile {
          position: relative;
          display: inline-block;
          font-size: 42px;
          color: #939393;
          font-weight: 700;
          text-decoration: none;
          overflow: hidden;
          font-family: "Gordita Bold";
          line-height: 1.5em;
        }

          a.mobile::before {
            position: absolute;
            content: attr(data-content); /* Prints the value of the attribute */
            top: 0;
            left: 0;
            color: white;
            text-decoration: none;
            overflow: hidden;
            transition: width 275ms ease;
            width: 0;
            white-space: nowrap;
          }

          a.mobile:hover::before {
            width: 100%;
          }

          a.mobile.current {
            color: white;
          }


      .mobile-footer {
        width: 100%;
        border-top: solid 1px #939393;
        padding-top: 2em;
        color: #939393;
        text-align: center;
        min-height: 10vh;
        font-size: 0.8em;
      }
















.footer {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 0.8em;
  background-color: #272727;
  color: #fff;
  padding: 4em;
}

  .footer p {
    margin: 0;
  }



/* Buttons
-------------------------------- */

  .footer-menu {
    display: flex;
  }

  .btn-wrap.flex {
    display: flex;
    flex-grow: 1;
    padding-top: 40px;
    padding-bottom: 40px;
  }

    .btn-wrap.flex.left {
      flex-direction: row;
      padding-right: 10px;
    }

    .btn-wrap.flex.right {
      flex-direction: row-reverse;
      padding-left: 10px;
    }


  .btn.page-nav {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    flex-basis: 50%;
    align-self: center;
    flex-grow: 1;
    height: 2em;
  }

    .btn-wrap.flex.left .btn.page-nav {
      text-align: right;
    }

    .btn-wrap.flex.right .btn.page-nav {
      text-align: left;
    }

    .btn-wrap.flex:hover .btn.page-nav {
      animation: animateBtnPageNav 0.5s linear forwards;
    }

      @keyframes animateBtnPageNav {
        0% {
          transform: translateY(0);
          opacity: 1;
        }
        69% {
          transform: translateY(15px);
          opacity: 0.3;
        }
        70% {
          transform: translateY(15px);
          opacity: 0;
        }
        80% {
          transform: translateY(-20px);
          opacity: 0;
        }
        100% {
          transform: translateY(0);
          opacity: 1;
        }
      }




  .animated-line {
    max-width: 50px;
    position: relative;
    display: block;
    height: 1px;
    background-color: hsla(0,0%,100%,0.3);
    overflow: hidden;
    border: 0;
    flex-basis: 50%;
    align-self: center;
    text-align: left;
    margin-left: 0;
    padding: 0 !important;
  }

    .animated-line:before {
      background-color: #fff;
      position: relative;
      content: " ";
      height: 1px;
      display: block;
      width: 50px;
      overflow: hidden;
    }

      .btn-wrap.flex.left .animated-line:before {
        left: 100%;
      }

        .btn-wrap.flex.left:hover .animated-line:before {
          animation: animateLineToLeft 1.5s linear infinite;
        }

          @keyframes animateLineToLeft {
            0% {
              left: 100%;
              opacity: 1;
            }
            60% {
              left: 0%;
              opacity: 1;
            }
            70% {
              left: 0%;
              opacity: 1;
            }
            99% {
              left: -100%;
              opacity: 1;
            }
            100% {
              left: 100%;
              opacity: 0;
            }
          }

      .btn-wrap.flex.right .animated-line:before {
        right: 100%;
      }

        .btn-wrap.flex.right:hover .animated-line:before {
          animation: animateLineToRight 1.5s linear infinite;
        }

          @keyframes animateLineToRight {
            0% {
              right: 100%;
              opacity: 1;
            }
            60% {
              right: 0;
              opacity: 1;
            }
            70% {
              right: 0;
              opacity: 1;
            }
            99% {
              right: -100%;
              opacity: 1;
            }
            100% {
              right: 100%;
              opacity: 0;
            }
          }








.loading-page .start-here-wrap {
  visibility: hidden;
}



.start-here-wrap {
  z-index: 4;
  position: fixed;
  right: 0;
  opacity: 0;
  width: 120px;
  height: 80px;
  overflow: hidden;
  background-color: #fff;
  right: 13%;
  visibility: visible;
}

  .start-here-wrap.show-btn-wrap {
    opacity: 0;
    animation: startHereWrapAnimate 0.5s forwards;
    bottom: -20px;
  }

    @keyframes startHereWrapAnimate {
      0% {
        opacity:0;
      }
      1% {
        opacity: 1;
        transform: translateY(20px);
      }
      100% {
        opacity: 1;
        transform: translateY(-20px);
      }
    }

  .start-here-bg {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: translateY(-100px);
    transition: transform 275ms ease;
    background-color: #000;
    width: 220px;
    height: 100px;
    display: block;
  }

    .start-here-wrap:hover .start-here-bg {
      transform: translateY(0);
    }

  button.start-here {
    border-radius: 0;
    background-color: transparent;
    font-size: 0.8em;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    height: 80px;
    text-align: center;
    color: #272727;
    border: 0;
    z-index: 5;
    position: absolute;
    top: 0;
    width: 100%;
  }

    .landing-page #learnMoreBtn {
      display: none;
    }

    #startHerebtn {
      display: none;
    }

      .landing-page #startHerebtn {
        display: block;
      }

    .start-here-wrap:hover button.start-here {
      color: #fff;
      animation: startHereWrapHoverBtn 0.5s forwards;
    }

      @keyframes startHereWrapHoverBtn {
        0% {
          opacity: 0;
          transform: translateY(-25px);
        }
        20% {
          opacity: 0;
          transform: translateY(-25px);
        }
        40% {
          opacity: 1;
          transform: translateY(-25px);
        }
        100% {
          transform: translateY(0);
        }
      }




      .vertical-animated-line {
      	max-width: 90px;
      	position: absolute;
      	display: block;
      	width: 1px;
      	height: 20px;
      	background-color: #ccc;
      	overflow: hidden;
      	text-align: left;
      	margin-left: auto;
      	margin-right: auto;
      	padding: 0 !important;
      	bottom: 0;
      	z-index: 100;
      	left: 50%;
      }

        .vertical-animated-line:before {
          animation: animateLineVertically 2s linear infinite;
          background-color: #000;
          height: 20px;
          width: 1px;
          position: absolute;
          content: " ";
        }

          @keyframes animateLineVertically {
            0% {
              bottom: 40px;
            }
            20% {
              bottom: 0;
            }
            80% {
              bottom: 0;
            }
            100% {
              bottom: -20px;
            }
          }

        .landing-page .vertical-animated-line {
          display: none;
        }






/* Forms
-------------------------------- */

  .form-msg {
    display: none;
    text-align: center;
  }

    .form-msg.show {
      display: block;
    }




  .page-content .row p.error-msg {
    display: none;
    color: red;
    text-align: center;
    margin-top: 0.5em;
  }

  .page-content .row p.error-msg.show {
    display: block;
  }

  button.form-submit {
  	margin-top: 4em;
  	margin-bottom: 2em;
  	margin-right: auto;
  	margin-left: auto;
  	padding: 2em;
  	border-radius: 0;
  	border: 0;
  	background-color: #fff;
  	color: #000;
  	display: inherit;
  }

    button.form-submit:hover {
      background-color: #000;
      color: #fff;
    }


  label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    font-family:'Gordita Bold';
    font-weight: 700;
  }

    label.animatesY {
      display: block;
    }

  input[type="text"] {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.4);
  }

    input[type="text"].valid {
      border: 0;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 0.8);
    }

    input[type="text"].invalid {
      border-radius: 0;
      background-color: rgba(255, 255, 255, 1);
      border: solid 1px red;
    }

    input[type="text"]:focus {
      border: 0;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 1);
    }


  textarea {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 1em;
    min-height: 150px;
    background-color: rgba(255, 255, 255, 0.4);
  }

    textarea.valid {
      border: 0;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 0.8);
    }

    textarea.invalid {
      border: 0;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 1);
      border: solid 1px red;
    }

    textarea:focus {
      border: 0;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 1);
    }


.display-terms {
  background-color: #272727;
  color: #fff;
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 130px;
}

  .display-terms-inner {
    max-width: 900px;
    margin: 0 auto;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 1.5em;
  }

    .display-terms-inner img {
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 90px;
      display: block;
    }

    .display-terms-inner h1 {
      margin-top: 0;
    }





/* Media Queries */

    @media only screen and (min-width: 900px) {

      .slide-title h1 {
        font-size: 3.998em;
      }

      .slide-title hr.hr-animate {
        margin-bottom: 100px;
      }

      .loading-page-content .accept-terms-inner {
        margin-right: auto;
        margin-left: auto;
        color: #fff;
        font-size: 0.75em;
        padding: 0.9375em;
        margin-bottom: 10px;
        background-color: #171717;
        display: flex;
        width: auto;
      }

        .loading-page-content .accept-terms p {
          margin: 0 1em 0;
          align-self: center;
        }

/*
      .header .header-inner {
      	margin-right: 18%;
      	margin-left: 11%;
        width: 71%;
      }
*/

      .header.scroll .logo-wrap {
        text-align: right;
        display: flex;
      }

      .header.scroll .menu {
        flex-direction: row-reverse;
      }

      .header .menu li {
        display: block;
      }

      .header .menu li.mobile-button {
        display: none;
      }

      .header.scroll .menu li.mobile-button {
        display: block;
      }

      .slide-title {
        max-width: 1380px;
        margin-right: 13%;
        margin-left: 100px;
      }

      .start-here-wrap {
        right: 13%;
        height: 100px;
        width: 220px;
      }

        button.start-here {
          border-radius: 0;
          background-color: transparent;
          font-size: 0.9em;
          padding-top: 40px;
          padding-bottom: 40px;
          padding-left: 0;
          padding-right: 0;
          height: 100px;
          text-align: center;
          color: #272727;
          border: 0;
          z-index: 5;
          position: absolute;
          top: 0;
          width: 100%;
        }


      .page {
        margin-right: 13%;
        margin-left: 100px;
        width: auto;
      }

      .page-content {
        padding: 60px 40px 0;
      }

      .page-content .row {
        display: grid;
        grid-template-columns:  40% 60%;
        border-bottom: 1px solid #939393;
        border-color: rgba(60, 60, 60, 1);
        min-height: 210px;
        margin-bottom: 0;
      }

        .page-content .row.row-fifty-percent {
          display: grid;
          grid-template-columns:  50% 50%;
        }

        .page-content .row div {
          padding: 80px 80px;
          margin-bottom: 0;
        }

        .page-content .row div:first-child {
          padding-left: 0;
        }

        .page-content .row.row-fifty-percent div:first-child {
          margin-bottom: 0;
        }

        .page-content .row div:last-child {
          padding-right: 0;
          border-left: 1px solid #939393;
          border-color: rgba(60, 60, 60, 1);
        }

        .page-content h2 {
          font-size: 44px;
          margin-bottom: 90px;
        }

        .page-content h3 {
          font-size: 30px;
          margin-bottom: 50px;
        }

        .page-content .row.highlight p {
          font-size: 1.6em;
        }

        .btn-wrap.flex.left .btn.page-nav {
          text-align: center;
        }

        .btn-wrap.flex.right .btn.page-nav {
          text-align: center;
        }

        .animated-line {
          max-width: 90px;
        }

          .animated-line:before {
            width: 90px;
          }

        label {
          margin-bottom: 50px;
          font-size: 30px;
        }
      }



      @media only screen and (min-width: 1200px ) {

        .page {
          margin-right: 18%;
          margin-left: 11%;
          width: auto;
        }

          .page-content {
            padding: 60px 120px 0;
          }

          .page-content h3 {
            font-size: 40px;
            margin-bottom: 50px;
          }

          .slide-title {
          	margin-right: 18%;
          	margin-left: 11%;
          	width: auto;
            z-index: 6;
            position: relative;
          }

          .start-here-wrap {
            right: 18%;
            height: 100px;
            width: 220px;
          }

      }



/* New Code */
    

.close-x,
#nav-trigger {
    width: 30px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 40px;
    border: none;
    background-color: transparent;
    z-index: 15;
  }

/*
    .show-mobile-menu #nav-trigger,
    #nav-trigger.nav-trigger--show {
      display: block;
    }

    @media only screen and (max-width: 500px) {
      #nav-trigger {
        display: block;
      }

      .loading-page #nav-trigger {
        display: none;
      }
    }
*/



    .close-x span,
    #nav-trigger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .close-x span:nth-child(1),
    #nav-trigger span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }

    .close-x span:nth-child(2),
    #nav-trigger span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }

    .close-x span:nth-child(3),
    #nav-trigger span:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }

    .close-x:hover,
    .close-x:active,
    #nav-trigger:hover,
    #nav-trigger:active {
        outline: none
    }

    .close-x:hover span:nth-child(1),
    #nav-trigger:hover span:nth-child(1) {
        top: -4px
    }

    .close-x:hover span:nth-child(3),
    #nav-trigger:hover span:nth-child(3) {
        top: 19px
    }

    .close-x span:nth-child(1),
    #nav-trigger.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -5px;
        left: 6px
    }

    .close-x span:nth-child(2),
    #nav-trigger.open span:nth-child(2) {
        width: 0%;
        opacity: 0
    }

    .close-x span:nth-child(3),
    #nav-trigger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 16px;
        left: 6px
    }

    #nav-trigger.open span {
      background-color: #fff;
    }

    .close-x:hover span:nth-child(1) {
        top: -5px
    }

    .close-x:hover span:nth-child(3) {
        top: 16px
    }




    .rca-video-wrap {
      position: relative;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      opacity: 1;
      transition: opacity 2s ease-in-out;
    }

      .rca-video-wrap.fade-out {
        opacity: 0;
      }



      .bg-video {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center center;
      }

      .bg-video-mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center center;
      }


      #bg-video-mobile {
        display: none;
      }

      #bg-video {
        display: block;
      }

        @media only screen and (max-width: 600px) {
          #bg-video-mobile {
            display: block;
          }

          #bg-video {
            display: none;
          }
        }






    .rca-video-wrap-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      /*
        background-color: #000000;
        opacity: 0.5;
        transition: opacity 2s ease-in-out;
      */
      background-image: url("../media/overlay_scanline_2.png");
      background-repeat: repeat;
      background-position: top left;
    }





    /* Progress Bar */
      .progress-and-skip {
        position: absolute;
        bottom: 20px;
        width: 100%;
      }

      .progress-container {
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          width: 300px;
          height: 4px;
          background: rgba(255, 255, 255, 0.2);
          opacity: 0.7;
          z-index: 3;
          overflow: hidden;
      }

      .progress-bar {
          height: 100%;
          background: #c30a19;
          width: 0%;
          transition: width 0.1s linear;
      }

      .video-state.fade-out .progress-container {
          opacity: 0;
      }




#qr-code-2 .header {
  width: 100%;
  position: absolute;
  top: -50vh;
  opacity: 0;
  z-index: 6;
  padding-top: 0.4em;
  visibility: visible;
  background-color: #fff;
}

  #qr-code-2 .header.show-header {
    position: absolute;
    top: -50vh;
    animation-name: showHeader;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }


    @keyframes showHeader {
      0% {
        top: -50vh;
        opacity: 0;
      }

      100% {
        top: 0vh;
        opacity: 1;
      }
    }




  .whatsapp-link-wrap {
    z-index: 3;
    position: relative;
    bottom: 0;
    right: 0;
  }







.rca-d-none {
  display: none !important;
}

.rca-banner-animation-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #fff;
    
}

  .rca-grid {
    /*
      display: inline-grid;
      grid-template-columns: auto auto;
    */
    width: 100%;
    position: relative;
    top: 30vh;
  }

    /*
      @media ( max-width: 660px ) {  
        .rca-grid         { 
          grid-template-columns: 100%;  
        }
        
        .rca-grid div:nth-child(1) { 
          order: 2; 
        }
        
        .rca-grid div:nth-child(2) { 
          order: 1; 
        }
      }
    */

    .rca-grid.rca-inline-flex--move-up {
      animation-name: moveElemUp;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-delay: 0s;
    }

    @keyframes moveElemUp {
      0%   {
        top: 30vh;
      }
      100% {
        top: -200vh;
      }
    }


    .statement-state {
      font-family: 'Playfair Display', serif;
      position: relative;
      width: 100%;
      background: transparent;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 3s ease;
      pointer-events: none;
    }

    .statement-state.active {
        opacity: 1;
        pointer-events: auto;
    }

    .tagline {
        text-align: center;
        color: #fff;
        font-size: 64px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: -1px;
        margin-bottom: 100px;
        opacity: 0;
        transform: translateY(30px);
        transition: all 1.5s ease;
    }

        @media only screen and (max-width: 1024px) {
          .tagline {
            font-size: 48px;
          }
        }

        @media only screen and (max-width: 768px) {
          .tagline {
            font-size: 36px;
          }
        }


        .statement-state.active .tagline {
            opacity: 1;
            transform: translateY(0);
        }

        .tagline .where {
          color: rgb(195, 10, 25);
          font-style: italic;
        }





  .rca-contact-card {
    padding: 4em;
    background-color: #272727;
    color: #fff;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px #333333;
    position: relative;
    top: 20vh;
  }

    .rca-contact-card h2 {
      margin-bottom: 0.2em;
      font-size: 2.5em;
      margin-top: 0.4em;
    }

    .rca-contact-card h3 {
      margin-top: 0;
      margin-bottom: 3em;
      font-size: 1.5em;
    }


    .rca-contact-card a.rca-whatsapp-bg {
      text-decoration: none;
      color: #fff;
      background-image: url("../media/WhatsApp.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 30px 30px;
      padding-left: 50px;
      height: 50px;
      display: block;
      padding-left: 50px;
      padding-top: 18px;
    }

      .rca-contact-card a:hover {
        text-decoration: underline;
      }


    .rca-contact-card-inner {
      display: inline-grid;
      grid-template-columns: 60% 40%;
    }

    .rca-contact-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    @media only screen and (max-width: 700px) {
      .rca-contact-card {
        position: relative;
        top: 10vh;
        width: 90%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        display: block;
        padding: 2em;
      }

      .rca-contact-card h3 {
        margin-bottom: 5px;
      }

      .rca-contact-card-inner {
        display: inline-grid;
        grid-template-columns: 1fr;
      }

      .rca-contact-card-inner div:nth-child(1) { 
        order: 2; 
      }
      
      .rca-contact-card-inner div:nth-child(2) { 
        order: 1; 
      }

      .rca-contact-card img {
        max-width: 120px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1em;
      }

    }


  .rca-contact-btn-wrap {
    position: relative;
    /*
      top: 40vh;
      left: auto;
      right: auto;
    */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
    text-align: center;
    /*
      animation-name: changeOpacity;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-delay: 7s;
      opacity: 0;
    */
    z-index: 3;
  }

    .skip-btn {
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
      padding: 18px 50px;
      background: #000;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.4);
      font-size: 1rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      z-index: 6;



      display: none;



    }


    @keyframes changeOpacity {
      0%   {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }




    .rca-pulse-button {
      margin-left: -50px;
      margin-top: 30px;
      display: block;
      width: 110px;
      height: 110px;
      font-size: 1em;
      font-weight: normal;
      font-family: sans-serif;
      text-transform: uppercase;
      text-align: center;
      line-height: 1em;
      letter-spacing: 1px;
      color: white;
      border: none;
      border-radius: 50%;
      background: #c30a19;
      cursor: pointer !important;
      box-shadow: 0 0 0 0 rgba(76.5, 3.9, 9.8, 0.1);
      animation: pulse 1.5s infinite;
      margin-left: auto;
      margin-right: auto;
    }
    
    .rca-pulse-button:hover {
      animation: none;
    }

    @keyframes pulse {
      0% {
        transform: scale(.9);
      }
      70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(76.5, 3.9, 9.8, 0.1);
      }
      100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(76.5, 3.9, 9.8, 0.1);
      }
    }





  img.rca-hero-logo {
    height: 290px;
    opacity: 0;
    position: relative;
    top: -200px;
    animation-name: showLogo;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 6.0s;
  }

    @keyframes showLogo {
      0%   {
        opacity: 0;
        top: -100px;
      }
      50% {
        opacity: 1;
      }
      100% {
        opacity: 1;
        top: 0px;
      }
    }


  #rca-animated-text-1 {
    position: relative;
    top: -50px;
    animation-name: moveDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 5s;
  }


    @keyframes moveDown {
      0%   {top:-50px;}
      100% {top:0px;}
    }


  #rca-animated-text-2 {
    position: relative;
    right: -50px;
    animation-name: moveUp;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 5s;
  }


    @keyframes moveUp {
      0%   {
        right: -50px;
      }
      
      100% {
        right: 0;
      }
    }


  .rca-banner-animation-wrap p.rca-animated-text {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 150px;
    font-weight: 900;
    max-width: 1200px;
    margin-left: auto;
    margin-right: 30px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    letter-spacing: -12px;
    line-height: 150px;
    margin-left: auto;
    margin-right: auto;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 1px; 
    text-fill-color: transparent;
    text-stroke-color: transparent;
    text-stroke-width: 1px; 
  }

    .rca-banner-animation-wrap p.rca-animated-text#rca-animated-text-2 {
      font-size: 120px;
      letter-spacing: -5px;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
    }


      @media only screen and (max-width: 1500px) {

        .rca-banner-animation-wrap p.rca-animated-text {
          font-size: 120px;
          letter-spacing: -6px;
          line-height: 120px;
        }

        .rca-banner-animation-wrap p.rca-animated-text#rca-animated-text-2 {
          font-size: 90px;
          letter-spacing: -2px;
          line-height: 90px;
        }

        img.rca-hero-logo {
          height: 213px;
        }

      }



      @media only screen and (max-width: 1200px) {

        .rca-banner-animation-wrap p.rca-animated-text {
          font-size: 100px;
          letter-spacing: -6px;
          line-height: 100px;
        }

        .rca-banner-animation-wrap p.rca-animated-text#rca-animated-text-2 {
          font-size: 80px;
          letter-spacing: 0px;
          line-height: 80px;
        }

        img.rca-hero-logo {
          height: 184px;
        }
      }



      @media only screen and (max-width: 1000px) {

        .rca-banner-animation-wrap p.rca-animated-text {
          font-size: 80px;
          letter-spacing: -6px;
          line-height: 80px;
        }

        .rca-banner-animation-wrap p.rca-animated-text#rca-animated-text-2 {
          font-size: 60px;
          letter-spacing: 0px;
          line-height: 60px;
        }

        img.rca-hero-logo {
          height: 142px;
        }
      }


      @media only screen and (max-width: 800px) {

        .rca-banner-animation-wrap p.rca-animated-text {
          font-size: 60px;
          letter-spacing: 0px;
          line-height: 60px;
        }

        .rca-banner-animation-wrap p.rca-animated-text#rca-animated-text-2 {
          font-size: 50px;
          letter-spacing: 0px;
          line-height: 50px;
        }

        img.rca-hero-logo {
          height: 112px;
        }
      }



      @media only screen and (max-width: 660px) {
        .rca-grid {
          top: 20vh;
        }

        .rca-banner-animation-wrap p.rca-animated-text {
          font-size: 50px;
          letter-spacing: 0px;
          line-height: 50px;
          width: 100%;
          text-align: center;
        }

        .rca-banner-animation-wrap p.rca-animated-text#rca-animated-text-2 {
          font-size: 40px;
          letter-spacing: 0px;
          line-height: 40px;
          width: 100%;
          text-align: center;
        }

        img.rca-hero-logo {
          height: 150px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 2em;
          display: block;
        }

        .rca-contact-btn-wrap {
          position: relative;
          top: 10vh;  
        }
      }







      @media only screen and (max-height: 660px) {

        .rca-grid {
          top: 20vh;
        }


        .rca-contact-btn-wrap {
          position: relative;
          top: 10vh;  
        }

      }




      @media only screen and (max-width: 500px) {
        .rca-grid {
          top: 20vh;
        }

        .rca-banner-animation-wrap p.rca-animated-text {
          font-size: 40px;
          letter-spacing: 0px;
          line-height: 40px;
          width: 100%;
          text-align: center;
        }

        .rca-banner-animation-wrap p.rca-animated-text#rca-animated-text-2 {
          font-size: 30px;
          letter-spacing: 0px;
          line-height: 30px;
          width: 100%;
          text-align: center;
        }

        img.rca-hero-logo {
          height: 150px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 2em;
          display: block;
        }

        .rca-contact-btn-wrap {
          position: relative;
          top: 10vh;  
        }
      }



  .rca-leter-anim-1,
  .rca-leter-anim-2,
  .rca-leter-anim-3,
  .rca-leter-anim-4,
  .rca-leter-anim-5,
  .rca-leter-anim-6,
  .rca-leter-anim-7,
  .rca-leter-anim-8,
  .rca-leter-anim-9,
  .rca-leter-anim-10,
  .rca-leter-anim-11 {
    animation-name: transparentToWhite;
    animation-duration: 3s;
    animation-fill-mode: forwards;
  }

  .rca-leter-anim-12,
  .rca-leter-anim-13,
  .rca-leter-anim-14,
  .rca-leter-anim-15,
  .rca-leter-anim-16,
  .rca-leter-anim-17,
  .rca-leter-anim-18,
  .rca-leter-anim-19,
  .rca-leter-anim-20,
  .rca-leter-anim-21,
  .rca-leter-anim-22,
  .rca-leter-anim-23 {
    animation-name: transparentToWhite;
    animation-duration: 3s;
    animation-fill-mode: forwards;
  }

    .rca-leter-anim-1 {
      animation-delay: 1s;
    }

    .rca-leter-anim-2 {
      animation-delay: 1.2s;
    }

    .rca-leter-anim-3 {
      animation-delay: 1.4s;
    }

    .rca-leter-anim-4 {
      animation-delay: 1.6s;
    }

    .rca-leter-anim-5 {
      animation-delay: 1.8s;
    }

    .rca-leter-anim-6 {
      animation-delay: 2.0s;
    }

    .rca-leter-anim-7 {
      animation-delay: 2.2s;
    }

    .rca-leter-anim-8 {
      animation-delay: 2.4s;
    }

    .rca-leter-anim-9 {
      animation-delay: 2.6s;
    }

    .rca-leter-anim-10 {
      animation-delay: 2.8s;
    }

    .rca-leter-anim-11 {
      animation-delay: 3.0s;
    }



    .rca-leter-anim-12 {
      animation-delay: 3s;
    }

    .rca-leter-anim-13 {
      animation-delay: 3.2s;
    }

    .rca-leter-anim-14 {
      animation-delay: 3.4s;
    }

    .rca-leter-anim-15 {
      animation-delay: 3.6s;
    }

    .rca-leter-anim-16 {
      animation-delay: 3.8s;
    }

    .rca-leter-anim-17 {
      animation-delay: 4.0s;
    }

    .rca-leter-anim-18 {
      animation-delay: 4.2s;
    }

    .rca-leter-anim-19 {
      animation-delay: 4.4s;
    }

    .rca-leter-anim-20 {
      animation-delay: 4.6s;
    }

    .rca-leter-anim-21 {
      animation-delay: 4.8s;
    }

    .rca-leter-anim-22 {
      animation-delay: 5.0s;
    }

    .rca-leter-anim-23 {
      animation-delay: 5.2s;
    }



  @keyframes transparentToWhite {
    0% {
      -webkit-text-stroke-color: transparent;
      text-stroke-color: transparent;
    }
    50% {
     -webkit-text-fill-color: transparent;
    }
    100% {
      -webkit-text-fill-color: #ffffff;
      -webkit-text-stroke-color: #ffffff;
      text-stroke-color: #ffffff;
    }
  }






 @-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}



