.main-hero {
  position: relative;
  height: 90vh;
  width: 100%;
  padding-top: 4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 1024px) {
    .main-hero {
      align-items: flex-start;
      padding-top: 6rem;
      height: 35rem; } }
  .main-hero:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 12%;
    height: 6rem;
    width: 110%;
    background: #F9F9FC;
    transform: skewY(-5deg); }
    @media screen and (min-width: 1024px) {
      .main-hero:after {
        height: 9rem;
        bottom: 5rem; } }
  .main-hero .hero-text {
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 1024px) {
      .main-hero .hero-text {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 2rem 3rem; } }
    @media screen and (min-width: 1260px) {
      .main-hero .hero-text {
        padding: 2rem 0; } }
    .main-hero .hero-text * {
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .main-hero .hero-text * {
          text-align: left; } }
    .main-hero .hero-text h1 {
      color: #fff;
      font-size: 28px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .main-hero .hero-text h1 {
          font-size: 32px; } }
      @media screen and (min-width: 1024px) {
        .main-hero .hero-text h1 {
          font-size: 36px;
          display: block; } }
      .main-hero .hero-text h1 span {
        font: inherit;
        color: inherit;
        display: inline-block;
        background: rgba(0, 0, 0, 0.8);
        padding: 0 .5rem; }
        @media screen and (min-width: 1024px) {
          .main-hero .hero-text h1 span {
            padding: 0 .75rem; }
            .main-hero .hero-text h1 span:first-child {
              padding-right: .25rem; }
            .main-hero .hero-text h1 span:last-child {
              padding-left: .25rem; } }
        .main-hero .hero-text h1 span:first-child {
          margin-bottom: .25rem; }
    .main-hero .hero-text p {
      margin-top: 2rem;
      padding: 0 1.5rem;
      font-size: 16px;
      line-height: 28px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
      color: #fff;
      max-width: 600px; }
      @media screen and (min-width: 1024px) {
        .main-hero .hero-text p {
          padding: 0;
          font-size: 20px;
          line-height: 40px; } }
      @media screen and (min-width: 1260px) {
        .main-hero .hero-text p {
          max-width: 700px; } }
  .main-hero .video-btn {
    margin-top: 3.75rem;
    position: relative;
    z-index: 2;
    border-radius: 2px;
    background: #fff;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16); }
    @media screen and (min-width: 1024px) {
      .main-hero .video-btn {
        position: absolute;
        right: 14rem;
        bottom: 9rem; } }
    .main-hero .video-btn div {
      display: flex;
      align-items: center;
      padding: .5rem 1rem; }
      .main-hero .video-btn div img {
        width: .85rem;
        margin-right: .5rem;
        opacity: .5; }
      .main-hero .video-btn div p {
        opacity: .5; }
    .main-hero .video-btn h5 {
      background: #16C98D;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      padding: .5rem 1rem;
      margin: 0;
      text-align: center; }
    .main-hero .video-btn .play-btn {
      z-index: 2;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3rem;
      height: 3rem;
      border-radius: 2rem;
      border: 2px solid #fff;
      background: rgba(255, 255, 255, 0.15);
      transition: .2s transform; }
      .main-hero .video-btn .play-btn object {
        width: 1rem;
        margin-left: 6px;
        pointer-events: none; }
  .main-hero .background-vid {
    position: absolute;
    top: -4rem;
    left: 0;
    height: 90%;
    width: 100vw;
    overflow: hidden;
    transform: skewY(-10deg);
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .main-hero .background-vid {
        top: -8rem;
        height: 35rem; } }
    .main-hero .background-vid:after {
      z-index: 2;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #16c98d;
      background: -moz-linear-gradient(45deg, #16c98d 0%, #6fdaff 100%);
      background: -webkit-linear-gradient(45deg, #16c98d 0%, #6fdaff 100%);
      background: linear-gradient(45deg, #16c98d 0%, #6fdaff 100%);
      opacity: .5; }
    .main-hero .background-vid:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .5;
      z-index: 2; }
    .main-hero .background-vid img {
      z-index: 1;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      height: 110%;
      width: auto;
      transform: translateX(-50%) skewY(10deg); }
      @media screen and (min-width: 1024px) {
        .main-hero .background-vid img {
          top: 5rem;
          height: 110%; } }
      @media screen and (min-width: 1260px) {
        .main-hero .background-vid img {
          top: auto;
          bottom: -8rem;
          height: auto;
          width: 100%; } }

.what-we-do {
  margin-top: 2rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .what-we-do {
      margin-bottom: 8rem; } }
  @media screen and (min-width: 1024px) {
    .what-we-do {
      text-align: left; }
      .what-we-do .what-we-do-wrap {
        padding: 0 3rem; }
      .what-we-do .bullets {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1100px; } }
  @media screen and (min-width: 1260px) {
    .what-we-do {
      display: flex;
      justify-content: center;
      margin: 2rem auto 8rem auto; }
      .what-we-do .what-we-do-wrap {
        padding: 0;
        width: 100%;
        max-width: 1100px; } }
  .what-we-do h2 {
    margin-bottom: 2rem; }
  .what-we-do div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
    padding: 0 2rem; }
    @media screen and (min-width: 1024px) {
      .what-we-do div {
        align-items: flex-start;
        padding: 0;
        margin-right: 2rem;
        flex-grow: 0; }
        .what-we-do div:last-child {
          margin-right: 0; } }
    .what-we-do div .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 3rem;
      width: 3rem;
      border-radius: 1.5rem;
      border: 1px solid #eee;
      margin-bottom: 1rem; }
      .what-we-do div .icon object {
        width: 1.5rem;
        height: 1.5rem; }
    .what-we-do div h3 {
      font-size: 20px;
      font-style: italic;
      font-family: "Rubik", sans-serif;
      letter-spacing: 1px;
      margin-bottom: .75rem;
      max-width: 300px; }
    .what-we-do div p {
      line-height: 28px;
      max-width: 400px; }
      @media screen and (min-width: 768px) {
        .what-we-do div p {
          max-width: 400px; } }

.where-we-are {
  background: #111;
  transform: skewY(5deg);
  padding: 4rem 0; }
  @media screen and (min-width: 768px) {
    .where-we-are {
      padding: 4rem 0 8rem 0; } }
  @media screen and (min-width: 1024px) {
    .where-we-are {
      padding: 10rem 0 14rem 0; } }
  @media screen and (min-width: 1260px) {
    .where-we-are {
      display: flex;
      justify-content: center; } }
  .where-we-are > * {
    transform: skewY(-5deg); }
  .where-we-are .where-we-are-wrap {
    padding: 0 2rem; }
    @media screen and (min-width: 768px) {
      .where-we-are .where-we-are-wrap {
        padding: 0 4rem; } }
    @media screen and (min-width: 1024px) {
      .where-we-are .where-we-are-wrap {
        padding: 0 4rem;
        display: grid;
        grid-template-columns: auto 100%;
        grid-gap: 4rem;
        align-items: center; } }
    @media screen and (min-width: 1260px) {
      .where-we-are .where-we-are-wrap {
        padding: 0;
        width: 100%;
        max-width: 1100px; } }
  .where-we-are .image-contain {
    margin-bottom: 2rem;
    display: inline-grid;
    grid-template-columns: repeat(2, 0.5fr);
    justify-content: flex-start;
    grid-gap: .5rem; }
    @media screen and (min-width: 1024px) {
      .where-we-are .image-contain {
        margin: 0; } }
    .where-we-are .image-contain img {
      width: 150px;
      height: 150px;
      object-fit: cover; }
      @media screen and (min-width: 1024px) {
        .where-we-are .image-contain img {
          height: 200px;
          width: 200px; } }
  .where-we-are .text-area * {
    color: #fff; }
  .where-we-are .text-area h2 {
    margin-bottom: 1rem; }
  .where-we-are .text-area p {
    max-width: 400px; }

.who-we-are {
  padding: 4rem 0; }
  @media screen and (min-width: 1260px) {
    .who-we-are {
      display: flex;
      justify-content: center;
      padding: 8rem 0 6rem; } }
  .who-we-are .who-we-are-wrap {
    padding: 0 2rem; }
    @media screen and (min-width: 768px) {
      .who-we-are .who-we-are-wrap {
        padding: 0 4rem; } }
    @media screen and (min-width: 1024px) {
      .who-we-are .who-we-are-wrap {
        position: relative; } }
    @media screen and (min-width: 1260px) {
      .who-we-are .who-we-are-wrap {
        padding: 0;
        width: 100%;
        max-width: 1100px; } }
  @media screen and (min-width: 768px) {
    .who-we-are h2 {
      text-align: center; } }
  @media screen and (min-width: 1024px) {
    .who-we-are h2 {
      font-size: 54px; } }
  .who-we-are p {
    max-width: 400px;
    margin-top: 1rem; }
    @media screen and (min-width: 768px) {
      .who-we-are p {
        text-align: center;
        margin: 1rem auto 0 auto; } }
    @media screen and (min-width: 1024px) {
      .who-we-are p {
        text-align: center;
        margin: 5rem auto 16rem auto;
        position: relative; }
        .who-we-are p:after {
          content: '';
          display: block;
          width: 1px;
          height: 4rem;
          background: #ddd;
          position: absolute;
          top: -4.75rem;
          left: 50%; } }
  .who-we-are .people {
    margin-top: 2rem; }
    @media screen and (min-width: 1024px) {
      .who-we-are .people {
        position: absolute;
        top: 10rem;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (min-width: 768px) {
      .who-we-are .people > div {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 0.5fr);
        grid-gap: 2rem;
        align-items: center;
        margin-bottom: 2rem; } }
    @media screen and (min-width: 1024px) {
      .who-we-are .people > div {
        display: flex;
        justify-content: center;
        margin: 0; } }
    .who-we-are .people > div .person {
      margin-bottom: 2rem; }
      @media screen and (min-width: 768px) {
        .who-we-are .people > div .person {
          margin-bottom: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          width: 10rem;
          border: 1px solid #eee;
          min-height: 6rem; } }
    @media screen and (min-width: 1024px) {
      .who-we-are .people .spread-people .person:first-child {
        margin-right: 28rem; } }
    @media screen and (min-width: 1024px) {
      .who-we-are .people .bottom-people {
        margin-top: 3.5rem; }
        .who-we-are .people .bottom-people .person:nth-child(2) {
          margin: 0 0 0 4rem;
          position: relative; } }
    .who-we-are .people img {
      height: 4.5rem;
      width: 4.5rem;
      border-radius: 50%; }
    .who-we-are .people .person-info {
      padding: 1rem 0; }
      .who-we-are .people .person-info h6 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: .25rem; }
      .who-we-are .people .person-info span {
        color: #4D4D4D;
        font-size: 14px;
        white-space: nowrap; }
  .who-we-are .btn-contain {
    display: flex;
    justify-content: center; }
  @media screen and (min-width: 768px) {
    .who-we-are .slanted-right-btn {
      text-align: center; } }

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