.elementor-55633 .elementor-element.elementor-element-4c4813c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a4b7314 *//* =========================================================
   APRENDER ONLINE — LANDING DEL MICRÓFONO A LAS REDES
   CSS consolidado
   ========================================================= */

.ao-landing,
.ao-landing * {
  box-sizing: border-box;
}

.ao-landing {
  --ao-dark: #0C0819;
  --ao-purple: #9358D7;
  --ao-purple-dark: #6D36AE;
  --ao-orange: #ED6725;
  --ao-bg: #F7F5FA;
  --ao-soft: #F0EBF7;
  --ao-white: #FFFFFF;
  --ao-text: #201B2C;
  --ao-muted: #6E6878;
  --ao-line: #E5DFEA;
  --ao-green: #1F8F5F;

  /*
   * Tipografías AO.
   * Funnel Display se intenta primero por su nombre real.
   * Si Elementor la registra mediante su Kit global, usa esa variable como respaldo.
   */
  --ao-font-display:
    "Funnel Display",
    var(--e-global-typography-primary-font-family, sans-serif);

  --ao-font-body:
    var(--e-global-typography-text-font-family, "Helvetica Neue"),
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;

  color: var(--ao-text);
  font-family: var(--ao-font-body) !important;
  line-height: 1.5;
  background: var(--ao-white);
  overflow: hidden;
}

.ao-section--visual {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(12,8,25,1) 0%,
      rgba(12,8,25,.97) 10%,
      rgba(12,8,25,.72) 30%,
      rgba(12,8,25,.45) 50%
    ),
    url("https://aprenderonline.frrq.utn.edu.ar/wp-content/uploads/2026/09/laura-watkins-del-mic-a-las-redes.png");
  background-size: cover;
  background-position: right 20% top 20%;
  color: #fff;
}

.ao-section--visual .ao-title,
.ao-section--visual .ao-subtitle {
  color: #fff;
}

/* =========================================================
   TIPOGRAFÍA APRENDER ONLINE
   ========================================================= */

/* Display / títulos */
.ao-landing h1,
.ao-landing h2,
.ao-landing h3,
.ao-landing h4,
.ao-landing h5,
.ao-landing h6,
.ao-landing .ao-heading,
.ao-landing .ao-title,
.ao-landing .ao-price-main,
.ao-landing .ao-transfer__price,
.ao-landing .ao-mobile-sticky__price,
.ao-landing .ao-stage__num,
.ao-landing .ao-number,
.ao-landing .ao-photo-caption strong,
.ao-landing .ao-cert-mark b,
.ao-landing .ao-stat b,
.ao-landing .ao-project-highlight {
  font-family: var(--ao-font-display) !important;
}

/* Texto / interfaz */
.ao-landing p,
.ao-landing li,
.ao-landing a,
.ao-landing button,
.ao-landing summary,
.ao-landing details,
.ao-landing .ao-btn,
.ao-landing .ao-chip,
.ao-landing .ao-tag,
.ao-landing .ao-eyebrow,
.ao-landing .ao-microcopy,
.ao-landing .ao-subtitle,
.ao-landing .ao-hero__lead,
.ao-landing .ao-teacher-role,
.ao-landing .ao-price-label,
.ao-landing .ao-price-note,
.ao-landing .ao-photo-caption span,
.ao-landing .ao-stat span,
.ao-landing .ao-program-cta span,
.ao-landing .ao-saving,
.ao-landing .ao-payment-trust span {
  font-family: var(--ao-font-body) !important;
}

/* Evita que spans internos de títulos vuelvan a la fuente de cuerpo */
.ao-landing h1 span,
.ao-landing h2 span,
.ao-landing h3 span,
.ao-landing h4 span,
.ao-landing h5 span,
.ao-landing h6 span,
.ao-landing .ao-heading span,
.ao-landing .ao-title span,
.ao-landing .ao-price-main span,
.ao-landing .ao-transfer__price span {
  font-family: inherit !important;
}

  .ao-landing a {
    text-decoration: none;
  }

  .ao-landing img {
    max-width: 100%;
    display: block;
  }

  .ao-container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
  }

  .ao-section {
    padding: 84px 0;
  }

  .ao-section--soft {
    background: var(--ao-bg);
  }

  .ao-section--dark {
    background: var(--ao-dark);
    color: var(--ao-white);
  }

  .ao-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(147, 88, 215, .12);
    color: var(--ao-purple-dark);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
  }

  .ao-eyebrow--dark {
    background: rgba(255,255,255,.10);
    color: #E8D6FF;
  }

  .ao-heading {
    margin: 0;
    color: var(--ao-dark);
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 800;
  }

  .ao-heading span {
    color: var(--ao-purple);
  }

  .ao-title {
    max-width: 780px;
    margin: 0 0 18px;
    color: var(--ao-dark);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.06;
    letter-spacing: -.035em;
    font-weight: 800;
  }

  .ao-title--light {
    color: var(--ao-white);
  }

  .ao-subtitle {
    max-width: 710px;
    margin: 0;
    color: var(--ao-muted);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.6;
  }

  .ao-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    cursor: pointer;
  }

  .ao-btn:hover {
    transform: translateY(-2px);
  }

  .ao-btn--primary {
    background: var(--ao-orange);
    color: #fff !important;
    box-shadow: 0 12px 25px rgba(237,103,37,.20);
  }

  .ao-btn--primary:hover {
    background: #D95B20;
  }

  .ao-btn--secondary {
    background: transparent;
    color: var(--ao-dark) !important;
    border-color: #CFC7D8;
  }

  .ao-btn--secondary:hover {
    background: #fff;
  }

  .ao-btn--light {
    background: #fff;
    color: var(--ao-dark) !important;
  }

  .ao-btn--ghost-light {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255,255,255,.28);
  }

  /* HERO */
  .ao-hero {
    position: relative;
    padding: 62px 0 64px;
    background:
      radial-gradient(circle at 80% 10%, rgba(147,88,215,.18), transparent 32%),
      linear-gradient(180deg, #FFFFFF 0%, #F9F7FC 100%);
  }

  .ao-hero__grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 64px;
    align-items: center;
  }

  .ao-hero__lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: #50495A;
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.62;
  }

  .ao-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 26px 0 30px;
  }

  .ao-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--ao-line);
    border-radius: 999px;
    background: rgba(255,255,255,.85);
    color: #443D4E;
    font-size: 14px;
    font-weight: 700;
  }

  .ao-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }

  .ao-microcopy {
    margin: 14px 0 0;
    color: #7A7284;
    font-size: 13px;
  }

  .ao-hero__visual {
    position: relative;
  }

  .ao-photo-card {
    overflow: hidden;
    border: 1px solid rgba(12,8,25,.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(12,8,25,.13);
  }

  .ao-photo-card img {
    width: 100%;
    aspect-ratio: 4 / 4.4;
    object-fit: cover;
    object-position: center 32%;
  }

  .ao-photo-caption {
    padding: 20px 22px 22px;
  }

  .ao-photo-caption strong {
    display: block;
    color: var(--ao-dark);
    font-size: 20px;
    line-height: 1.2;
  }

  .ao-photo-caption span {
    display: block;
    margin-top: 4px;
    color: var(--ao-muted);
    font-size: 14px;
  }

  .ao-float-badge {
    position: absolute;
    left: -28px;
    bottom: 84px;
    max-width: 205px;
    padding: 15px 16px;
    border-radius: 16px;
    background: var(--ao-dark);
    color: #fff;
    box-shadow: 0 18px 45px rgba(12,8,25,.22);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
  }

  .ao-float-badge b {
    display: block;
    margin-bottom: 2px;
    color: #EBDFFF;
    font-size: 17px;
  }

  /* FLOW */
  .ao-flow-wrap {
    margin-top: 40px;
    padding: 28px;
    border: 1px solid var(--ao-line);
    border-radius: 22px;
    background: #fff;
  }

  .ao-flow {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 9px;
    align-items: center;
  }

  .ao-flow__item {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 13px;
    background: var(--ao-soft);
    color: var(--ao-dark);
    text-align: center;
    font-size: 13px;
    font-weight: 800;
  }

  .ao-flow__item:last-child {
    background: var(--ao-purple);
    color: #fff;
  }

  .ao-flow__arrow {
    display: none;
  }

  /* LEARNING CARDS */
  .ao-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 38px;
  }

  .ao-learn-card {
    min-height: 205px;
    padding: 24px 20px;
    border: 1px solid var(--ao-line);
    border-radius: 18px;
    background: #fff;
  }

  .ao-number {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 11px;
    background: var(--ao-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
  }

  .ao-learn-card h3 {
    margin: 0 0 8px;
    color: var(--ao-dark);
    font-size: 18px;
    line-height: 1.18;
  }

  .ao-learn-card p {
    margin: 0;
    color: var(--ao-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  /* STAGES */
  .ao-stages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 38px;
  }

  .ao-stage {
    position: relative;
    overflow: hidden;
    min-height: 325px;
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--ao-line);
  }

  .ao-stage--dark {
    background: var(--ao-dark);
    border-color: var(--ao-dark);
    color: #fff;
  }

  .ao-stage__num {
    margin-bottom: 54px;
    color: var(--ao-purple);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
  }

  .ao-stage--dark .ao-stage__num {
    color: #C89DFF;
  }

  .ao-stage h3 {
    margin: 0 0 12px;
    color: var(--ao-dark);
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.05;
    letter-spacing: -.03em;
  }

  .ao-stage--dark h3 {
    color: #fff;
  }

  .ao-stage p {
    max-width: 500px;
    margin: 0 0 22px;
    color: var(--ao-muted);
    font-size: 16px;
  }

  .ao-stage--dark p {
    color: #CFC8D9;
  }

  .ao-stage__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ao-tag {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--ao-soft);
    color: #4A3C58;
    font-size: 12px;
    font-weight: 800;
  }

  .ao-stage--dark .ao-tag {
    background: rgba(255,255,255,.10);
    color: #fff;
  }

  .ao-program-cta {
    display: flex;
    margin-top: 26px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border: 1px solid var(--ao-line);
    border-radius: 16px;
    background: #fff;
  }

  .ao-program-cta strong {
    color: var(--ao-dark);
    font-size: 16px;
  }

  .ao-program-cta span {
    display: block;
    margin-top: 3px;
    color: var(--ao-muted);
    font-size: 13px;
  }

  /* TEACHER */
  .ao-teacher-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 54px;
    align-items: center;
  }

  .ao-video-frame {
    width: min(390px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 25px;
    background: var(--ao-dark);
    box-shadow: 0 24px 70px rgba(12,8,25,.18);
  }

  .ao-video-frame__inner {
    position: relative;
    width: 100%;
    padding-top: 177.78%;
  }

  .ao-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .ao-teacher-copy h3 {
    margin: 0 0 8px;
    color: var(--ao-dark);
    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.04;
    letter-spacing: -.035em;
  }

  .ao-teacher-role {
    margin-bottom: 22px;
    color: var(--ao-purple-dark);
    font-size: 16px;
    font-weight: 800;
  }

  .ao-teacher-copy p {
    max-width: 610px;
    margin: 0 0 16px;
    color: var(--ao-muted);
    font-size: 17px;
    line-height: 1.65;
  }

  /* METRICS */
  .ao-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 38px;
    overflow: hidden;
    border: 1px solid var(--ao-line);
    border-radius: 22px;
    background: var(--ao-line);
  }

  .ao-stat {
    padding: 27px 22px;
    background: #fff;
  }

  .ao-stat b {
    display: block;
    margin-bottom: 6px;
    color: var(--ao-dark);
    font-size: 25px;
    line-height: 1.05;
  }

  .ao-stat span {
    color: var(--ao-muted);
    font-size: 13px;
  }

  /* PROJECT */
  .ao-project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 38px;
  }

  .ao-project-card {
    padding: 30px;
    border-radius: 22px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
  }

  .ao-project-card__label {
    margin-bottom: 28px;
    color: #C89DFF;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .ao-project-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
  }

  .ao-project-card p {
    margin: 0;
    color: #CFC8D9;
    font-size: 15px;
    line-height: 1.6;
  }

  .ao-project-highlight {
    margin: 26px 0 0;
    color: #fff;
    font-size: clamp(21px, 2.5vw, 28px);
    line-height: 1.3;
    font-weight: 700;
  }

  /* CERT */
  .ao-cert-box {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 40px;
    align-items: center;
    padding: 40px;
    border: 1px solid var(--ao-line);
    border-radius: 24px;
    background: #fff;
  }

  .ao-cert-mark {
    display: flex;
    min-height: 210px;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 18px;
    background:
      radial-gradient(circle at 20% 20%, rgba(147,88,215,.22), transparent 42%),
      var(--ao-dark);
    color: #fff;
    text-align: center;
  }

  .ao-cert-mark b {
    display: block;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -.04em;
  }

  .ao-cert-mark span {
    display: block;
    margin-top: 8px;
    color: #DDD4E7;
    font-size: 13px;
  }

  .ao-cert-copy h2 {
    margin: 0 0 14px;
    color: var(--ao-dark);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

  .ao-cert-copy p {
    margin: 0;
    color: var(--ao-muted);
    font-size: 17px;
    line-height: 1.65;
  }

  /* PRICE */
  .ao-price-grid {
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: 28px;
    align-items: stretch;
    margin-top: 38px;
  }

  .ao-price-card {
    padding: 36px;
    border-radius: 24px;
    background: #fff;
    color: var(--ao-text);
  }

  .ao-price-label {
    color: var(--ao-muted);
    font-size: 14px;
    font-weight: 700;
  }

  .ao-price-main {
    margin: 8px 0 2px;
    color: var(--ao-dark);
    font-size: clamp(42px, 5.5vw, 64px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.045em;
  }

  .ao-price-main small {
    font-size: .36em;
    letter-spacing: 0;
  }

  .ao-price-note {
    margin-bottom: 28px;
    color: var(--ao-muted);
    font-size: 13px;
  }

  .ao-transfer {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 24px;
    background: rgba(255,255,255,.06);
  }

  .ao-transfer h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 20px;
  }

  .ao-transfer__price {
    margin: 12px 0 5px;
    color: #fff;
    font-size: clamp(40px, 5vw, 56px);
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.045em;
  }

  .ao-saving {
    display: inline-flex;
    width: fit-content;
    margin-top: 10px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(31,143,95,.18);
    color: #A7F0CC;
    font-size: 13px;
    font-weight: 800;
  }

  .ao-payment-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }

  .ao-payment-trust span {
    padding: 7px 9px;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    color: #DAD4E1;
    font-size: 12px;
    font-weight: 700;
  }

  /* FAQ */
  .ao-faq {
    max-width: 850px;
    margin: 36px auto 0;
  }

  .ao-faq details {
    border-bottom: 1px solid var(--ao-line);
  }

  .ao-faq summary {
    position: relative;
    padding: 21px 42px 21px 0;
    color: var(--ao-dark);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
  }

  .ao-faq summary::-webkit-details-marker {
    display: none;
  }

  .ao-faq summary::after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 2px;
    color: var(--ao-purple);
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
  }

  .ao-faq details[open] summary::after {
    content: "–";
  }

  .ao-faq p {
    max-width: 760px;
    margin: 0;
    padding: 0 0 22px;
    color: var(--ao-muted);
    font-size: 15px;
    line-height: 1.65;
  }

  /* FINAL CTA */
  .ao-final {
    text-align: center;
  }

  .ao-final .ao-title {
    margin-left: auto;
    margin-right: auto;
  }

  .ao-final .ao-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .ao-final .ao-actions {
    justify-content: center;
    margin-top: 28px;
  }

  /* MOBILE STICKY */
  .ao-mobile-sticky {
    display: none;
  }

  @media (max-width: 1024px) {
    .ao-grid-5 {
      grid-template-columns: repeat(2, 1fr);
    }

    .ao-grid-5 .ao-learn-card:last-child {
      grid-column: span 2;
    }

    .ao-stats {
      grid-template-columns: repeat(2, 1fr);
    }

    .ao-flow {
      grid-template-columns: repeat(4, 1fr);
    }

    .ao-float-badge {
      left: 15px;
      bottom: 90px;
    }
  }

  @media (max-width: 820px) {
    .ao-section {
      padding: 62px 0;
    }

    .ao-hero {
      padding-top: 40px;
    }

    .ao-hero__grid,
    .ao-teacher-grid,
    .ao-cert-box,
    .ao-price-grid {
      grid-template-columns: 1fr;
    }

    .ao-hero__visual {
      max-width: 520px;
      margin: 10px auto 0;
    }

    .ao-teacher-copy {
      order: -1;
    }

    .ao-cert-box {
      padding: 22px;
    }

    .ao-stages,
    .ao-project-grid {
      grid-template-columns: 1fr;
    }

    .ao-program-cta {
      align-items: flex-start;
      flex-direction: column;
    }

    .ao-flow {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .ao-container {
      width: min(100% - 28px, 1160px);
    }

    .ao-section {
      padding: 54px 0;
    }

    .ao-heading {
      font-size: 42px;
    }

    .ao-title {
      font-size: 34px;
    }

    .ao-hero__lead {
      font-size: 17px;
    }

    .ao-actions {
      align-items: stretch;
      flex-direction: column;
    }

    .ao-btn {
      width: 100%;
    }

    .ao-photo-card {
      border-radius: 20px;
    }

    .ao-float-badge {
      position: relative;
      left: auto;
      bottom: auto;
      max-width: none;
      margin: 12px 0 0;
      border-radius: 13px;
    }

    .ao-flow-wrap {
      padding: 16px;
    }

    .ao-flow {
      grid-template-columns: 1fr;
    }

    .ao-flow__item {
      min-height: 52px;
    }

    .ao-grid-5 {
      grid-template-columns: 1fr;
    }

    .ao-grid-5 .ao-learn-card:last-child {
      grid-column: auto;
    }

    .ao-learn-card {
      min-height: 0;
    }

    .ao-stage,
    .ao-project-card,
    .ao-price-card,
    .ao-transfer {
      padding: 25px 22px;
    }

    .ao-stage__num {
      margin-bottom: 34px;
    }

    .ao-stats {
      grid-template-columns: 1fr 1fr;
    }

    .ao-stat {
      padding: 21px 17px;
    }

    .ao-cert-mark {
      min-height: 160px;
    }

    .ao-mobile-sticky {
      position: fixed;
      z-index: 9999;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
      border-top: 1px solid rgba(12,8,25,.08);
      background: rgba(255,255,255,.96);
      box-shadow: 0 -8px 30px rgba(12,8,25,.12);
      backdrop-filter: blur(12px);
    }

    .ao-mobile-sticky__price {
      min-width: 112px;
      color: var(--ao-dark);
      font-size: 11px;
      line-height: 1.15;
    }

    .ao-mobile-sticky__price b {
      display: block;
      margin-top: 2px;
      font-size: 18px;
      line-height: 1;
    }

    .ao-mobile-sticky .ao-btn {
      width: auto;
      min-height: 44px;
      padding: 11px 17px;
      font-size: 13px;
      white-space: nowrap;
    }

    .ao-landing {
      padding-bottom: 68px;
    }
  }/* End custom CSS */