.header {
  background-image: url("/assets/images/elite-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  height: 90vh;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); }
  .header img {
    height: 40px;
    margin-left: 6%;
    margin-bottom: 4%; }
  .header .text-box {
    display: table-cell;
    vertical-align: middle;
    color: white;
    margin-left: 40px; }
    .header .text-box h1, .header .text-box p, .header .text-box button {
      margin-left: 6%; }
    .header .text-box h1 {
      width: 32%;
      font-weight: 600;
      letter-spacing: -2.5px;
      margin-bottom: 25px; }
      @media (max-width: 826px) {
        .header .text-box h1 {
          width: 52%; } }
    .header .text-box p {
      width: 52%; }

.elite-button {
  color: white;
  border: solid 2px white;
  padding: 10px 50px;
  background: transparent;
  margin: 40px auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  display: block;
  outline: none !important; }

.elite-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s; }

.elite-button:hover:before {
  width: 100%; }

.elite-button:hover {
  color: #4E4E4E; }

@media (min-width: 1920px) {
  .h1-content {
    font-size: 48px; } }

@media (max-width: 768px) {
  .h1-content {
    font-size: 34px; } }

@media (max-width: 414px) {
  .h1-content {
    font-size: 28px; } }

@media (min-width: 1920px) {
  .p-content {
    font-size: 18px; } }

#hero {
  height: 100vh;
  overflow: hidden; }
  @media (min-width: 1920px) and (min-height: 1080px) {
    #hero {
      height: 1000px; } }
  #hero .overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.29+0,0+46,0+46 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 70%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 70%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(70%, transparent), to(transparent));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 70%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 70%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    z-index: 99; }
    @media (max-width: 414px) {
      #hero .overlay {
        display: block; } }
  #hero .hero-inner {
    height: 90vh;
    padding-top: 75px;
    position: relative; }
    @media (max-height: 430px) {
      #hero .hero-inner {
        padding-top: 50px; } }
    @media (max-width: 414px) {
      #hero .hero-inner {
        padding-top: 30px; } }
    @media (min-width: 1920px) and (min-height: 1080px) {
      #hero .hero-inner {
        height: 900px; } }
    #hero .hero-inner .phone-button {
      z-index: 1000;
      position: absolute;
      top: 10px;
      right: 10px;
      margin-right: 100px;
      width: 280px;
      height: 50px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      border-left: 1px solid rgba(0, 0, 0, 0.05);
      border-right: 1px solid rgba(0, 0, 0, 0.05);
      cursor: pointer; }
      @media (max-width: 768px) {
        #hero .hero-inner .phone-button {
          height: 40px;
          width: 245px;
          margin-right: 50px; } }
      @media (max-width: 520px) {
        #hero .hero-inner .phone-button {
          height: 30px;
          width: 220px;
          margin-right: 20px; } }
      @media (max-width: 414px) {
        #hero .hero-inner .phone-button {
          display: none; } }
      #hero .hero-inner .phone-button .phone-content {
        white-space: nowrap;
        font-size: 17px;
        vertical-align: middle;
        line-height: 50px;
        font-weight: 300;
        padding-left: 25px; }
        @media (max-width: 768px) {
          #hero .hero-inner .phone-button .phone-content {
            font-size: 15px;
            line-height: 40px;
            font-weight: 200; } }
        @media (max-width: 520px) {
          #hero .hero-inner .phone-button .phone-content {
            font-size: 13px;
            line-height: 30px;
            font-weight: 100; } }
        @media (max-width: 414px) {
          #hero .hero-inner .phone-button .phone-content {
            display: none; } }
    #hero .hero-inner .slick-slider {
      width: 100%; }
    #hero .hero-inner .hero-slides {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      height: 90vh; }
      @media (max-width: 1024px) and (max-height: 1366px) {
        #hero .hero-inner .hero-slides {
          right: -130px; } }
      @media (max-width: 820px) and (max-height: 500px) {
        #hero .hero-inner .hero-slides {
          right: 0; } }
      @media (max-width: 414px) {
        #hero .hero-inner .hero-slides {
          right: 0; } }
      @media (min-width: 1920px) and (min-height: 1080px) {
        #hero .hero-inner .hero-slides {
          height: 900px;
          top: -100px; } }
      #hero .hero-inner .hero-slides .hero-bg {
        height: 90vh;
        float: right; }
        @media (max-width: 414px) {
          #hero .hero-inner .hero-slides .hero-bg {
            width: 120%;
            height: auto; } }
        @media (min-width: 1920px) and (min-height: 1080px) {
          #hero .hero-inner .hero-slides .hero-bg {
            height: 1000px; } }
    #hero .hero-inner .hero-wedge {
      position: absolute;
      width: 60vw;
      top: 0;
      left: -10vw;
      bottom: 0;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg); }
      @media (max-width: 1024px) and (max-height: 1366px) {
        #hero .hero-inner .hero-wedge {
          width: 65vw;
          left: -15vw; } }
      @media (max-width: 414px) {
        #hero .hero-inner .hero-wedge {
          width: 175vw;
          right: 0;
          top: 33vw;
          left: -118px;
          bottom: -15vw;
          -webkit-transform: skewX(75deg);
          -ms-transform: skewX(75deg);
          transform: skewX(75deg); } }
      @media (min-width: 1920px) {
        #hero .hero-inner .hero-wedge {
          width: 65vw; } }
    #hero .hero-inner .header-logo {
      height: 58px; }
      @media (max-width: 850px) {
        #hero .hero-inner .header-logo {
          height: 40px; } }
      @media (max-height: 430px) {
        #hero .hero-inner .header-logo {
          height: 35px; } }
      @media (max-width: 414px) {
        #hero .hero-inner .header-logo {
          display: none; } }
      @media (max-width: 320px) {
        #hero .hero-inner .header-logo {
          height: 25px; } }
      @media (max-width: 568px) and (max-height: 320px) {
        #hero .hero-inner .header-logo {
          height: 205px; } }
    #hero .hero-inner .header-logo-white {
      display: none;
      position: absolute;
      z-index: 999;
      top: 0;
      left: 20px; }
      @media (max-width: 414px) {
        #hero .hero-inner .header-logo-white {
          display: block;
          height: 40px; } }
      @media (max-width: 320px) {
        #hero .hero-inner .header-logo-white {
          height: 30px; } }
    #hero .hero-inner h1 {
      margin-top: 100px;
      font-weight: 600;
      font-size: 4.25em;
      width: 40%;
      line-height: 1.15em; }
      @media (min-width: 1920px) {
        #hero .hero-inner h1 {
          margin-top: 150px; } }
      @media (max-width: 1350px) {
        #hero .hero-inner h1 {
          width: 50%;
          font-size: 3.25em; } }
      @media (max-width: 850px) {
        #hero .hero-inner h1 {
          font-size: 2.25em; } }
      @media (max-height: 615px) {
        #hero .hero-inner h1 {
          margin-top: 50px;
          font-size: 2.5em; } }
      @media (max-height: 430px) {
        #hero .hero-inner h1 {
          font-size: 2em; } }
      @media (max-height: 360px) {
        #hero .hero-inner h1 {
          font-size: 1.5em;
          margin-top: 30px; } }
      @media (max-width: 1024px) and (max-height: 1366px) {
        #hero .hero-inner h1 {
          margin-top: 200px; } }
      @media (max-width: 1024px) and (max-height: 768px) {
        #hero .hero-inner h1 {
          margin-top: 100px; } }
      @media (max-width: 820px) and (max-height: 500px) {
        #hero .hero-inner h1 {
          margin-top: 40px; } }
      @media (max-width: 568px) and (max-height: 320px) {
        #hero .hero-inner h1 {
          margin-top: 25px;
          font-size: 1.2em; } }
      @media (max-width: 414px) {
        #hero .hero-inner h1 {
          font-size: 1.5em; } }
      @media (max-width: 414px) {
        #hero .hero-inner h1 {
          font-size: 5.5vh;
          margin-top: 48vh;
          width: 80%; } }
    #hero .hero-inner p {
      font-weight: 300;
      width: 45%;
      color: rgba(0, 0, 0, 0.5);
      border: none;
      background: transparent; }
      @media (max-width: 414px) {
        #hero .hero-inner p {
          width: 95%; } }
      @media (max-width: 360px) {
        #hero .hero-inner p {
          font-size: 12px; } }
    #hero .hero-inner .register-button {
      position: absolute;
      bottom: 144px;
      margin-left: 0;
      width: 300px;
      height: 65px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      border-left: 1px solid rgba(0, 0, 0, 0.05);
      border-right: 1px solid rgba(0, 0, 0, 0.05);
      cursor: pointer; }
      @media (max-height: 520px) {
        #hero .hero-inner .register-button {
          bottom: 72px;
          width: 175px;
          height: 50px; } }
      @media (max-width: 414px) {
        #hero .hero-inner .register-button {
          bottom: 72px;
          width: 175px;
          height: 50px; } }
      #hero .hero-inner .register-button .button-icon {
        font-size: 32px;
        text-align: right;
        vertical-align: middle;
        line-height: 62px; }
        @media (max-height: 520px) {
          #hero .hero-inner .register-button .button-icon {
            font-size: 26px;
            line-height: 48px; } }
        @media (max-width: 414px) {
          #hero .hero-inner .register-button .button-icon {
            font-size: 26px;
            line-height: 48px; } }
        @media (max-width: 768px) {
          #hero .hero-inner .register-button .button-icon {
            width: calc(100% / 4); } }
      #hero .hero-inner .register-button .button-content {
        font-size: 20px;
        vertical-align: middle;
        line-height: 62px;
        font-weight: 300;
        padding-left: 25px; }
        @media (max-height: 520px) {
          #hero .hero-inner .register-button .button-content {
            font-size: 15px;
            line-height: 48px;
            padding-left: 0; } }
        @media (max-width: 414px) {
          #hero .hero-inner .register-button .button-content {
            font-size: 15px;
            line-height: 48px;
            padding-left: 0; } }
        @media (max-width: 768px) {
          #hero .hero-inner .register-button .button-content {
            width: calc(100% / 4 * 3); } }
    #hero .hero-inner .man {
      height: 150px;
      bottom: 0;
      margin-left: 95px;
      position: absolute;
      display: block; }
      @media (max-height: 520px) {
        #hero .hero-inner .man {
          height: 75px;
          margin-left: 60px; } }
      @media (max-width: 414px) {
        #hero .hero-inner .man {
          height: 75px;
          margin-left: 60px; } }

#clients {
  padding-top: 100px;
  padding-bottom: 100px;
  clear: both; }
  #clients h1 {
    color: rgba(0, 0, 0, 0.25); }
  #clients .client-icons {
    height: auto;
    overflow: auto;
    width: 90%;
    margin: 0 auto;
    max-width: 900px; }
    @media (max-width: 414px) {
      #clients .client-icons {
        width: 80%; } }
  #clients .haze-3 {
    width: calc(100% / 5);
    margin: 0 auto;
    margin-bottom: 10px; }
    @media (max-width: 850px) {
      #clients .haze-3 {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px; } }
    @media (max-width: 414px) {
      #clients .haze-3 {
        width: calc(100% / 2); } }
    #clients .haze-3 img {
      width: 100%; }

#industries {
  padding-top: 100px;
  clear: both;
  padding-bottom: 75px; }
  @media (max-width: 414px) {
    #industries {
      padding-top: 50px; } }
  #industries h1 {
    color: rgba(0, 0, 0, 0.25);
    margin-bottom: 10px; }
  #industries .p-content {
    width: 65%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px; }
  #industries .haze-4 {
    width: calc(100% / 3); }
    @media (max-width: 670px) {
      #industries .haze-4 {
        padding-left: 2px;
        padding-right: 2px; } }
    @media (max-width: 500px) {
      #industries .haze-4 {
        width: 200px;
        display: block;
        margin: 15px auto;
        float: none; } }
  #industries .industry-icons {
    height: auto;
    overflow: auto;
    width: 90%;
    margin: 0 auto;
    max-width: 900px; }
    @media (max-width: 670px) {
      #industries .industry-icons {
        width: 90%; } }
    #industries .industry-icons .industry-button {
      height: 50px;
      border-radius: 5px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      vertical-align: middle;
      line-height: 50px;
      cursor: pointer; }
      #industries .industry-icons .industry-button .haze-4 {
        text-align: center;
        font-size: 22px;
        color: rgba(0, 0, 0, 0.25); }
        @media (max-width: 960px) {
          #industries .industry-icons .industry-button .haze-4 {
            width: auto; } }
        @media (max-width: 670px) {
          #industries .industry-icons .industry-button .haze-4 {
            display: none; } }
      #industries .industry-icons .industry-button .haze-8 {
        font-size: 16px; }
        @media (max-width: 960px) {
          #industries .industry-icons .industry-button .haze-8 {
            width: auto;
            font-size: 14px; } }
        @media (max-width: 670px) {
          #industries .industry-icons .industry-button .haze-8 {
            width: 100%;
            text-align: center;
            padding-left: 5px;
            padding-right: 5px; } }
  #industries .haze-3 {
    width: calc(100% / 5);
    margin: 0 auto;
    margin-bottom: 10px; }
    @media (max-width: 850px) {
      #industries .haze-3 {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px; } }
    @media (max-width: 414px) {
      #industries .haze-3 {
        width: calc(100% / 2); } }
    #industries .haze-3 img {
      width: 100%; }
  #industries .industry-content {
    display: none; }
    #industries .industry-content .industry-inner {
      padding-left: 10%;
      padding-right: 10%;
      margin-top: 25px;
      position: relative; }
      @media (max-width: 768px) {
        #industries .industry-content .industry-inner {
          float: none; } }
      @media (max-width: 500px) {
        #industries .industry-content .industry-inner {
          padding-left: 0;
          padding-right: 0; } }
      #industries .industry-content .industry-inner ul {
        padding-left: 15px; }
      #industries .industry-content .industry-inner i {
        font-size: 35em;
        position: absolute;
        top: -100px;
        color: rgba(0, 0, 0, 0.05); }
        @media (max-width: 500px) {
          #industries .industry-content .industry-inner i {
            font-size: 25em;
            top: 0; } }

#about-us {
  padding: 100px 0; }
  @media (max-width: 414px) {
    #about-us {
      padding: 75px 0; } }
  #about-us h1 {
    margin-bottom: 25px; }
  #about-us p {
    width: 65%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    font-weight: 300; }
    @media (max-width: 414px) {
      #about-us p {
        width: 90%; } }
  #about-us .about-box-container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: table;
    max-width: 900px; }
    @media (max-width: 980px) {
      #about-us .about-box-container {
        width: 70%; } }
    @media (max-width: 550px) {
      #about-us .about-box-container {
        width: 90%; } }
    @media (max-width: 360px) {
      #about-us .about-box-container {
        width: 95%; } }
    @media (max-width: 980px) {
      #about-us .about-box-container .haze-3 {
        width: 50%; } }
    @media (max-width: 360px) {
      #about-us .about-box-container .haze-3 {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px; } }
    #about-us .about-box-container #hat-about-box {
      padding-top: 4.25vw; }
      @media (max-width: 414px) {
        #about-us .about-box-container #hat-about-box {
          padding-top: 30px; } }
      @media (min-width: 1600px) {
        #about-us .about-box-container #hat-about-box {
          padding-top: 26%; } }
    #about-us .about-box-container .about-box {
      width: 15vw;
      height: 15vw;
      max-width: 220px;
      max-height: 220px;
      background: rgba(0, 0, 0, 0.05);
      margin-left: auto;
      margin-right: auto;
      padding-top: 3vw; }
      @media (min-width: 1600px) {
        #about-us .about-box-container .about-box {
          padding-top: 15%; } }
      @media (max-width: 1200px) {
        #about-us .about-box-container .about-box {
          width: 17vw;
          height: 17vw; } }
      @media (max-width: 980px) {
        #about-us .about-box-container .about-box {
          width: 100%;
          height: 160px; } }
      @media (max-width: 768px) {
        #about-us .about-box-container .about-box {
          height: 150px; } }
      @media (max-width: 414px) {
        #about-us .about-box-container .about-box {
          padding-top: 20px; } }
      #about-us .about-box-container .about-box img {
        margin: 0 auto;
        display: block; }
      #about-us .about-box-container .about-box .about-img-sm {
        height: 6vw;
        max-height: 80px; }
        @media (max-width: 1200px) {
          #about-us .about-box-container .about-box .about-img-sm {
            height: 5vw; } }
        @media (max-width: 1200px) {
          #about-us .about-box-container .about-box .about-img-sm {
            height: 50px; } }
      #about-us .about-box-container .about-box .about-img-lg {
        width: 6vw;
        max-width: 80px; }
        @media (max-width: 1200px) {
          #about-us .about-box-container .about-box .about-img-lg {
            width: 5vw; } }
        @media (max-width: 980px) {
          #about-us .about-box-container .about-box .about-img-lg {
            width: 50px; } }
      #about-us .about-box-container .about-box p {
        text-align: center;
        font-size: 14px;
        position: absolute;
        bottom: 25px;
        left: 1vw;
        right: 1vw; }
        @media (min-width: 1600px) {
          #about-us .about-box-container .about-box p {
            left: 10px;
            right: 10px;
            width: 100%;
            font-size: 16px; } }
        @media (max-width: 1200px) {
          #about-us .about-box-container .about-box p {
            width: 85%;
            left: 0;
            right: 0; } }
        @media (max-width: 550px) {
          #about-us .about-box-container .about-box p {
            font-size: 12px; } }

#process {
  height: 500px; }
  @media (max-width: 1024px) {
    #process {
      height: 400px; } }
  @media (max-width: 768px) {
    #process {
      height: auto;
      overflow: auto; } }
  #process .process-block {
    height: 100%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 768px) {
      #process .process-block {
        margin-bottom: 0;
        height: 260px; } }
    #process .process-block .process-number {
      position: absolute;
      bottom: -100px;
      left: 0;
      right: 0;
      text-align: center;
      font-size: 17em; }
      @media (max-width: 1024px) {
        #process .process-block .process-number {
          bottom: -80px;
          font-size: 12em; } }
  #process .block-dark .process-inner {
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px; }
    #process .block-dark .process-inner img {
      height: 8vw;
      display: block;
      margin: 0 auto 50px;
      max-height: 130px; }
      @media (max-width: 768px) {
        #process .block-dark .process-inner img {
          height: 70px; } }
    #process .block-dark .process-inner h2 {
      text-align: center;
      font-weight: 600;
      margin-top: -25px;
      text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); }
      @media (max-width: 1024px) {
        #process .block-dark .process-inner h2 {
          font-size: 20px;
          margin-top: -15px; } }
  #process .block-dark h1 {
    opacity: 0.15; }
  #process .block-light .process-inner {
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    border: 3px solid rgba(81, 0, 154, 0.1);
    padding-top: 25px; }
    #process .block-light .process-inner img {
      height: 8vw;
      display: block;
      margin: 0 auto 50px;
      max-height: 130px; }
      @media (max-width: 768px) {
        #process .block-light .process-inner img {
          height: 70px; } }
    #process .block-light .process-inner h2 {
      text-align: center;
      font-weight: 600;
      margin-top: -25px; }
      @media (max-width: 1024px) {
        #process .block-light .process-inner h2 {
          font-size: 20px;
          margin-top: -20px; } }
  #process .block-light h1 {
    opacity: 0.05; }

#team {
  padding-top: 100px;
  padding-bottom: 100px; }
  #team h1 {
    margin-bottom: 25px; }
  #team .p-content {
    width: 65%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    font-weight: 300; }
  #team .minds-container {
    padding: 50px 5% 0 5%; }
    #team .minds-container .mind-container {
      margin-bottom: 0 !important;
      overflow: hidden; }
      @media (max-width: 920px) {
        #team .minds-container .mind-container {
          width: 50%; } }
      #team .minds-container .mind-container .overlay {
        opacity: 1;
        -webkit-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease; }
        #team .minds-container .mind-container .overlay:hover {
          opacity: 0; }
      #team .minds-container .mind-container img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100% !important; }
      #team .minds-container .mind-container .person-name {
        position: relative;
        margin-top: 85% !important;
        margin-left: 4%;
        font-size: 16px;
        margin-bottom: 0; }
        @media (max-width: 1190px) {
          #team .minds-container .mind-container .person-name {
            font-size: 14px; } }
        @media (max-width: 1015px) {
          #team .minds-container .mind-container .person-name {
            font-size: 12px; } }
        @media (max-width: 450px) {
          #team .minds-container .mind-container .person-name {
            font-size: 10px;
            margin-top: 105%;
            margin-left: 2%; } }
        @media (max-width: 340px) {
          #team .minds-container .mind-container .person-name {
            font-size: 11px;
            margin-left: 0; } }
        @media (min-width: 3380px) {
          #team .minds-container .mind-container .person-name {
            font-size: 12px; } }
      #team .minds-container .mind-container .person-title {
        font-family: 'Libre Baskerville', serif;
        position: relative;
        margin-left: 4%;
        font-size: 14px; }
        @media (max-width: 1190px) {
          #team .minds-container .mind-container .person-title {
            font-size: 12px; } }
        @media (max-width: 1015px) {
          #team .minds-container .mind-container .person-title {
            font-size: 10px; } }
        @media (max-width: 450px) {
          #team .minds-container .mind-container .person-title {
            font-size: 7px;
            margin-left: 2%; } }
        @media (max-width: 340px) {
          #team .minds-container .mind-container .person-title {
            margin-left: 0; } }
        @media (min-width: 3380px) {
          #team .minds-container .mind-container .person-title {
            font-size: 10px; } }

#contact {
  padding-top: 100px;
  height: 450px;
  position: relative;
  z-index: 0; }
  @media (max-width: 470px) {
    #contact {
      padding-top: 50px;
      height: 350px; } }
  @media (max-height: 520px) {
    #contact {
      padding-top: 50px;
      height: 350px; } }
  #contact h1 {
    margin-bottom: 25px; }
  #contact .p-content {
    width: 65%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    font-weight: 300; }
  #contact .register-button {
    position: absolute;
    bottom: 144px;
    left: calc(50% - 150px);
    width: 300px;
    height: 65px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer; }
    @media (max-height: 520px) {
      #contact .register-button {
        bottom: 91px;
        width: 180px;
        height: 50px;
        left: calc(50% - 90px); } }
    @media (max-width: 470px) {
      #contact .register-button {
        bottom: 91px;
        width: 180px;
        height: 50px;
        left: calc(50% - 90px); } }
    #contact .register-button .button-icon {
      font-size: 32px;
      text-align: right;
      vertical-align: middle;
      line-height: 62px; }
      @media (max-height: 520px) {
        #contact .register-button .button-icon {
          font-size: 26px;
          line-height: 48px; } }
      @media (max-width: 470px) {
        #contact .register-button .button-icon {
          font-size: 26px;
          line-height: 48px; } }
      @media (max-width: 768px) {
        #contact .register-button .button-icon {
          width: calc(100% / 4); } }
    #contact .register-button .button-content {
      font-size: 20px;
      vertical-align: middle;
      line-height: 62px;
      font-weight: 300;
      padding-left: 25px; }
      @media (max-height: 520px) {
        #contact .register-button .button-content {
          font-size: 16px;
          line-height: 48px;
          padding-left: 10px; } }
      @media (max-width: 470px) {
        #contact .register-button .button-content {
          font-size: 16px;
          line-height: 48px;
          padding-left: 10px; } }
      @media (max-width: 768px) {
        #contact .register-button .button-content {
          width: calc(100% / 4 * 3); } }
  #contact .man {
    width: 110px;
    bottom: 0;
    left: calc(50% - 55px);
    position: absolute;
    display: block; }
    @media (max-height: 520px) {
      #contact .man {
        width: 70px;
        left: calc(50% - 35px); } }
    @media (max-width: 470px) {
      #contact .man {
        width: 70px;
        left: calc(50% - 35px); } }
