.app-download {
  width: 100%;
  position: relative; }
  .app-download:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(28, 168, 84, 0.25) 0%, rgba(28, 168, 84, 0) 100%);
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      .app-download:before {
        height: 50%; } }
  .app-download .content-row {
    padding: 0;
    position: relative;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .app-download .content-row {
        width: 100%;
        margin-bottom: 20px; } }
  .app-download .download-section {
    display: flex;
    flex-direction: column;
    width: 495px;
    padding: 35px 0 20px; }
    .app-download .download-section .mb-20 {
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .app-download .download-section .mb-20 {
          margin-bottom: 16px; } }
    @media only screen and (max-width: 767px) {
      .app-download .download-section {
        width: auto;
        padding: 15px 15px 0; } }
    .app-download .download-section .title {
      font-size: 28px;
      font-weight: 700;
      color: #FFF; }
      @media only screen and (max-width: 767px) {
        .app-download .download-section .title {
          font-size: 21px; } }
    .app-download .download-section .subtitle {
      font-size: 18px;
      letter-spacing: 0.9px;
      font-weight: 400;
      color: #FFFFFF; }
      @media only screen and (max-width: 767px) {
        .app-download .download-section .subtitle {
          font-size: 12px;
          letter-spacing: 0.6px; } }
    .app-download .download-section .tiles {
      width: 495px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .app-download .download-section .tiles {
          width: 100%; } }
      .app-download .download-section .tiles .tile-item {
        width: calc(50% - 8px);
        height: 90px;
        border-radius: 16px;
        background-color: #232323;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px; }
        .app-download .download-section .tiles .tile-item p {
          margin: 0;
          color: #FFFFFF;
          font-size: 14px;
          text-align: center;
          font-weight: 400; }
        .app-download .download-section .tiles .tile-item .title {
          font-size: 24px;
          font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .app-download .download-section .tiles .tile-item {
            height: 62px; }
            .app-download .download-section .tiles .tile-item p {
              font-size: 12px;
              max-width: 144px;
              line-height: 1.2; }
            .app-download .download-section .tiles .tile-item .title {
              font-size: 16px; } }
  .app-download .fans {
    height: 312px;
    margin: auto 0 0; }
    @media only screen and (max-width: 767px) {
      .app-download .fans {
        height: 260px;
        width: 345px;
        margin: auto auto 0; } }
  .app-download .mockup-desktop {
    height: 100%;
    max-height: 252px;
    margin-left: 10px; }
    @media only screen and (max-width: 940px) {
      .app-download .mockup-desktop {
        height: 455px;
        max-height: unset; } }
    @media only screen and (max-width: 767px) {
      .app-download .mockup-desktop {
        display: none; } }
  .app-download .mockup-mobile {
    width: 100%;
    display: none; }
    @media only screen and (max-width: 767px) {
      .app-download .mockup-mobile {
        display: flex;
        margin-top: -40px; } }

/*# sourceMappingURL=app-download.css.map */
