/********************
    IQ-1054 
********************/

@keyframes heroImageScaler {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.05;
  }

  100% {
    scale: 1;
  }
}

.navigation-header__burger {
  margin-top: -4px;
}

.title-hero-2--media-background.main {
  height: 100%;
}

.title-hero-2__container .title-hero-2__inner.no-desktop-image {
  margin: 0 auto;
  width: 80vw;
}

@media only screen and (max-width: 374px) {
  .title-hero-2__container .title-hero-2__inner.no-desktop-image {
    margin: 0 auto;
    width: 85vw;
  }
}

.title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12 {
  position: relative;
  height: 569px;
  overflow: hidden;
}

.title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12
  .homepageHero__actionButtons {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12
  .homepageHero__actionButtons
  button {
  cursor: pointer;
}

.title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12
  .homepageHero__actionButtonsInner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: 0.2;
  content: "";
}

.title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12::after {
  content: "";
  position: absolute;
  background-image: url(/content/dam/invesco/qqq-etf/en/custom-scripts/home/Invesco-QQQ_Homepage-Drone-M.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: heroImageScaler 15s ease-in-out infinite;
}

@media only screen and (min-width: 800px) {
  .title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12::after {
    background-image: url(/content/dam/invesco/qqq-etf/en/custom-scripts/home/Invesco-QQQ_Homepage-Drone-D.jpg);
  }
}

.title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12.paused::after {
  animation-play-state: paused;
}

.generic-page .aem-Grid .title-hero-2--media-background.main {
  padding-top: clamp(80px, 4vw, 160px);
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-hero-2__container .title-hero-2__header {
  margin: 0 auto;
}

.title-hero-2__container .title-hero-2__title {
  font-family: "InvescoEditor";
  font-weight: 400;
  font-size: clamp(28px, 7.2vw, 72px);
  line-height: 1.15em;
  text-align: center;
  margin: 0;
}

.title-hero-2__container .title-hero-2--media-background .title-hero-2__inner {
  margin: 0 auto;
}

.title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12 {
  height: 131vw;
  overflow: hidden;
  margin-top: -75px;
  max-height: 798px;
}

.title-hero-2__cta-wrapper
  .title-hero-2__cta.title-hero-2__cta__secondary.fullwidth:hover {
  background-color: transparent;
  border-color: transparent;
  color: white;
  text-decoration: underline;
}

.title-hero-2\.0 .title-hero-2__cta-wrapper {
  width: auto !important;
  margin: 0px auto;
}

.title-hero-2\.0 .title-hero-2__desc {
  margin-top: 16px;
}

.title-hero-2\.0 .title-hero-2__cta-wrapper button {
  /* margin-top: 20px; */
  padding: 0.8rem 1.2rem;
  font-size: 1.4rem;
  height: 3.7rem;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.title-hero-2\.0 .title-hero-2__cta-wrapper button:hover {
  background: #fff;
  color: #000ad2;
}

.title-hero-2\.0 .title-hero-2__cta-wrapper .title-hero-2__desc {
  margin-bottom: 40px;
}

a.title-hero-2__cta.title-hero-2__cta__secondary.fullwidth {
  border: 0px;
}

.homepageHero__scroll,
.homepageHero__play {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  background-color: transparent;
}

.homepageHero__play {
  left: 10px;
}

.homepageHero__scroll {
  right: 10px;
}

.homepageHero__scroll svg {
  width: 32px;
  height: 32px;
}

button.homepageHero__scrollButton,
button.homepageHero__playButton {
  background-color: transparent;
  border: 0px;
}

button.homepageHero__playButton .playBtn,
button.homepageHero__playButton .pauseBtn {
  display: none;
}

button.homepageHero__playButton .active {
  display: block;
}

.title-hero-2__cta.title-hero-2__cta__secondary {
  position: relative;
}

/* navigation header FIXES START */
#nav-wrapper .navigation-header__nav {
  background-color: transparent;
  transition: background-color 0.2s;
  box-shadow: none;
}

#nav-wrapper.nav-fixed .navigation-header__nav,
#nav-wrapper.mobile-fixed .navigation-header__nav,
#nav-wrapper.scroll-fixed .navigation-header__nav {
  background-color: white;
  transition: background-color 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

#nav-wrapper.nav-fixed .navigation-header__burger::after,
#nav-wrapper.mobile-fixed .navigation-header__burger::after,
#nav-wrapper.scroll-fixed .navigation-header__burger::after {
  color: #000ad2;
}

#nav-wrapper .navigation-header__burger::after {
  color: white;
}

#nav-wrapper img.navigation-header__logo-img {
  content: url("/content/dam/invesco/qqq-etf/en/logo/Invesco-QQQ-ETF-White.svg");
}

#nav-wrapper.nav-fixed img.navigation-header__logo-img,
#nav-wrapper.nav-fixed.is-secondary-expanded img.navigation-header__logo-img,
#nav-wrapper.mobile-fixed img.navigation-header__logo-img,
#nav-wrapper.mobile-fixed.is-secondary-expanded img.navigation-header__logo-img,
#nav-wrapper.scroll-fixed img.navigation-header__logo-img,
#nav-wrapper.scroll-fixed.is-secondary-expanded
  img.navigation-header__logo-img {
  content: url("/content/dam/invesco/qqq-etf/en/logo/QQQ.svg");
}

#nav-wrapper .navigation-header__nav a {
  color: white;
}

#nav-wrapper.nav-fixed .navigation-header__nav a,
#nav-wrapper.mobile-fixed .navigation-header__nav a,
#nav-wrapper.scroll-fixed .navigation-header__nav a {
  color: #000000;
}

#nav-wrapper.nav-fixed.is-secondary-expanded,
#nav-wrapper.mobile-fixed.is-secondary-expanded,
#nav-wrapper.scroll-fixed.is-secondary-expanded {
  color: #000000;
}

/* navigation header FIXES END */

.performance-chart .c-performance-chart {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .content-cards .cards-3 section {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .title-hero-2__container .title-hero-2__inner.no-desktop-image {
    /* width: 670px; */
  }

  .title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12 {
    /* height: 697px; */
    margin-top: -75px;
  }

  .generic-page .aem-Grid .title-hero-2--media-background.main {
    /* padding-top: 240px; */
  }

  .performance-chart .c-performance-chart {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1024px) {
  .title-hero-2__container .title-hero-2__inner.no-desktop-image {
    /* width: 736px; */
    padding: 0;
    /* width: 928px; */
    max-width: 935px;
  }

  .title-hero-2\.0.aem-GridColumn.aem-GridColumn--default--12 {
    /* height: 797px; */
    margin-top: -105px;
  }

  .generic-page .aem-Grid .title-hero-2--media-background.main {
    /* padding-top: 262px; */
  }
}

@media only screen and (min-width: 768px) {
  .title-hero-2\.0 .title-hero-2__cta-wrapper button {
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 4rem;
    padding: 0.5rem 3.2rem;
  }

  .title-hero-2\.0 a.title-hero-2__cta.title-hero-2__cta__secondary.fullwidth {
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 4rem;
    padding: 0.5rem 3.2rem;
  }
}

/* qqqCompaniesSection */
.qqqCompaniesSection .rightColumn a.linkStyle:hover {
  text-decoration: underline;
}

/* qqq-ratings */
#qqq-ratings
  .title-description
  .title-description__desc.rich-text-editor__inner
  a {
  text-decoration: none;
}

#qqq-ratings
  .title-description
  .title-description__desc.rich-text-editor__inner
  a:hover {
  text-decoration: underline;
}

.title-hero-2--media-background.main {
  padding: 24rem 0rem 6rem 0rem;
}

@media only screen and (min-width: 400px) {
  .title-hero-2--media-background.main {
    padding: 24rem 2rem 6rem 2rem;
  }
}

/* v2 updates */
.aem-Grid > [class*="title-hero-2.0"] .title-hero-2__title div {
  color: #fff;
  text-align: center;
  font-family: "Graphik";
  font-size: clamp(10px, 2vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.aem-Grid > [class*="title-hero-2.0"] .title-hero-2__title span {
  color: #e0fb00;
}

/********************
** refresh updates (2025-10-15)
**/

@media only screen and (max-width: 767px) {
  .title-hero-2\.0 .title-hero-2__desc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .title-hero-2\.0 .title-hero-2__cta-wrapper button {
    font-size: 16px;
  }

  .title-hero-2\.0 .title-hero-2__cta-wrapper {
    gap: 0.4rem;
  }
}
/********************
      IQ-1056
  ********************/

/************************ 
      QQQ Ratings Section
  *************************/

.aem-Grid #qqq-ratings {
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
  margin-bottom: 0;
}

.aem-Grid #qqq-ratings.c-section-comp-spacer {
  margin-bottom: 0;
  padding-bottom: 0;
}

.aem-Grid #qqq-ratings.c-section-comp-spacer .c-section-comp-container {
  padding-top: 0;
  padding-bottom: 0;
}

.aem-Grid #qqq-ratings .title-with-description .title-description__title {
  font-size: 32px;
  line-height: 40px;
}

.aem-Grid #qqq-ratings .featured-cards .feature-cards__title {
  font-size: 24px;
  line-height: 32px;
}

.aem-Grid #qqq-ratings .title-with-description > .title-description {
  margin-bottom: 40px;
}

.aem-Grid #qqq-ratings .featured-cards .feature-cards__desc {
  font-size: 16px;
  line-height: 24px;
}

.aem-Grid #qqq-ratings .featured-cards .feature-cards__list {
  gap: 0;
}

.aem-Grid #qqq-ratings .featured-cards .feature-cards__item-container {
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.aem-Grid #qqq-ratings .featured-cards > .feature-cards {
  margin: 0;
}

.aem-Grid #qqq-ratings .featured-cards + .featured-cards {
  margin-bottom: 8px;
}

.aem-Grid #qqq-ratings .featured-cards + .title-with-description a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .aem-Grid #qqq-ratings .title-with-description .title-description__title {
    font-size: 40px !important;
    line-height: 48px;
  }

  .aem-Grid #qqq-ratings .featured-cards .feature-cards__title {
    font-size: 32px;
    line-height: 40px;
  }

  .aem-Grid #qqq-ratings .title-with-description > .title-description {
    margin-bottom: 60px;
  }

  .aem-Grid #qqq-ratings .featured-cards .feature-cards__list {
    column-gap: 70px;
    row-gap: 0px;
  }

  .aem-Grid #qqq-ratings .featured-cards .feature-cards__item-container {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .aem-Grid
    #qqq-ratings
    .featured-cards
    + .featured-cards
    .feature-cards__item-container {
    margin-bottom: 0;
  }

  .aem-Grid #qqq-ratings .featured-cards + .featured-cards {
    margin-bottom: 80px;
  }

  .aem-Grid
    #qqq-ratings
    .featured-cards
    .feature-cards__item-container:nth-child(3),
  .aem-Grid
    #qqq-ratings
    .featured-cards
    .feature-cards__item-container:nth-child(4) {
    border-bottom: 0px;
  }
}

@media screen and (max-width: 1247px) {
  .aem-Grid #qqq-ratings .feature-cards__title sup {
    top: 0;
    font-size: 100%;
  }
}

@media screen and (min-width: 1248px) {
  .aem-Grid #qqq-ratings .title-with-description .title-description__title {
    font-size: 48px !important;
    line-height: 56px;
  }

  .aem-Grid #qqq-ratings .title-with-description > .title-description {
    margin-bottom: 80px !important;
  }

  .aem-Grid #qqq-ratings {
    margin-bottom: 0px !important;
  }
}

/********************
      IQ-1057
  ********************/

/************************ 
      Accordion Section
  *************************/
div#qqq-faq {
  padding: 0px 20px;
}

div#qqq-faq .cmp-tabs__tablist {
  box-shadow: none;
}

div#qqq-faq > .c-section-comp-inner {
  max-width: 1120px;
  margin: 0 auto;
}

#qqq-faq .tabs-component-v2__header-section .tabs-component-v2__subtitle {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  font-family: "InvescoEditor";
  margin: 0;
}

#qqq-faq
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-inner-wrapper,
#qqq-faq
  .tabs-component-v2__pills-tabs.tabs-component-v2__tab-list-inner-wrapper {
  margin-left: 0;
}

#qqq-faq
  .tabs-component-v2__inline-tabs.tabs-component-v2__header-section-inner,
#qqq-faq
  .tabs-component-v2__pills-tabs.tabs-component-v2__header-section-inner {
  margin-left: 0;
}

#qqq-faq
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-wrapper
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-item,
#qqq-faq
  .tabs-component-v2__pills-tabs.tabs-component-v2__tab-list-wrapper
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-item {
  margin: 0;
}

#qqq-faq
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-inner
  > button,
#qqq-faq
  .tabs-component-v2__pills-tabs.tabs-component-v2__tab-list-inner
  > button {
  display: none !important;
}

#qqq-faq .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-wrapper,
#qqq-faq .tabs-component-v2__pills-tabs.tabs-component-v2__tab-list-wrapper {
  gap: 12px;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

#qqq-faq
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-wrapper
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-btn,
#qqq-faq
  .tabs-component-v2__pills-tabs.tabs-component-v2__tab-list-wrapper
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-btn {
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 12px 24px;
  border-radius: 50px;
  color: #000;
}

#qqq-faq
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-wrapper
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-btn:hover,
#qqq-faq
  .tabs-component-v2__pills-tabs.tabs-component-v2__tab-list-wrapper
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-btn:hover {
  color: #000ad2;
  border-color: #000ad2;
}

#qqq-faq
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-wrapper
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-btn.cmp-tabs__tab--active,
#qqq-faq
  .tabs-component-v2__pills-tabs.tabs-component-v2__tab-list-wrapper
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-btn.cmp-tabs__tab--active {
  border: 1px solid #000ad2;
  color: #000ad2;
}

#qqq-faq .accordion-v2.accordion-v2__main,
#qqq-faq .accordion-v2 .accordion-v2__container-fullwidth {
  margin: 0;
}

#qqq-faq .accordion-v2 .accordion-v2__container-fullwidth {
  width: 100%;
}

#qqq-faq .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-container,
#qqq-faq .tabs-component-v2__pills-tabs.tabs-component-v2__tab-list-container {
  margin: 0;
}

#qqq-faq .tabs-component-v2__inline-tabs.tabs-component-v2__header-section,
#qqq-faq .tabs-component-v2__pills-tabs.tabs-component-v2__header-section {
  margin: 0;
}

#qqq-faq > .c-section-comp-container {
  margin: 0px 0px 0px;
  padding: 60px 20px 60px;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
}

#qqq-faq .tabs-component-v2__inline-tabs.tabs-component-v2__tab-comp-container,
#qqq-faq .tabs-component-v2__pills-tabs.tabs-component-v2__tab-comp-container {
  margin-top: 30px;
}

#qqq-faq
  .tabs-component-v2__inline-tabs.tabs-component-v2__tab-content-container,
#qqq-faq
  .tabs-component-v2__pills-tabs.tabs-component-v2__tab-content-container {
  margin-top: 10px;
}

/**** 
    *  Accordion open/close indicator 
    ****/

#qqq-faq .accordion-v2__head-icon .inv-icon {
  display: none;
}

#qqq-faq .tabs-component-v2__tab-content-list .accordion-v2__head-icon {
  width: 14px;
  height: 14px;
  position: relative;
  display: block;
  line-break: 0px;
}

#qqq-faq .tabs-component-v2__tab-content-list .accordion-v2__head-icon:before,
#qqq-faq .tabs-component-v2__tab-content-list .accordion-v2__head-icon:after {
  content: " ";
  width: 14px;
  height: 2px;
  position: absolute;
  display: block;
  top: 6px;
  background-color: #000ad2;
  line-height: 0;
  transition: none;
  font-size: 0px;
}

#qqq-faq .tabs-component-v2__tab-content-list .accordion-v2__head-icon:after {
  transform: rotate(90deg);
  transition: transform 250ms;
}

#qqq-faq
  .accordion-v2__head-title[aria-expanded="true"]
  .accordion-v2__head-icon::before {
  transform: none;
}

#qqq-faq
  .accordion-v2__head-title[aria-expanded="true"]
  .accordion-v2__head-icon::after {
  transform: rotate(0deg);
}

#qqq-faq
  .accordion-v2__head
  .accordion-v2__head-title
  .accordion-v2__head-title-inner {
  font-size: 18px;
  max-width: 95%;
}

#qqq-faq .accordion-v2__head-title::after {
  display: none;
}

#qqq-faq .accordion-v2__panel {
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
}

#qqq-faq .accordion-v2__head-title {
  padding: 2rem 0 1.6rem 0;
}

#qqq-faq .accordion-v2__body {
  padding-top: 0px;
}

#qqq-faq .accordion-v2__body-description,
#qqq-faq .accordion-v2__body-description p {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #qqq-faq .tabs-component-v2__header-section .tabs-component-v2__subtitle {
    font-size: 40px;
    line-height: 48px;
  }

  #qqq-faq > .c-section-comp-container {
    margin-top: 0;
    margin-bottom: 60px;
    padding: 80px 48px 80px;
  }
}

@media screen and (min-width: 1248px) {
  #qqq-faq > .c-section-comp-container {
    padding: 80px 64px 80px;
  }

  #qqq-faq > .c-section-comp-container > div {
    max-width: 1120px;
    margin: 0 auto;
  }

  #qqq-faq .tabs-component-v2__inner {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas:
      "top-left top-right"
      "bottom-left bottom-right";
  }

  #qqq-faq .tabs-component-v2__header-section {
    grid-area: top-left;
  }

  #qqq-faq .tabs-component-v2__tab-comp-container {
    display: contents;
  }

  #qqq-faq .tabs-component-v2__tab-list-container {
    grid-area: bottom-left;
    width: 100%;
  }

  #qqq-faq .tabs-component-v2__tab-content-list {
    grid-area: top-right;
    grid-column: 2/3;
    grid-row: 1/4;
  }

  #qqq-faq .cmp-tabs__tabpanel.tabs-component-v2__tab-content-container {
    margin-top: 0;
  }

  #qqq-faq .tabs-component-v2__header-section .tabs-component-v2__subtitle {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 30px;
    max-width: 450px;
  }

  #qqq-faq .accordion-v2__body-description,
  #qqq-faq .accordion-v2__body-description p {
    font-size: 18px;
  }
}

/********************
      IQ-1059
  ********************/
@keyframes ctaImageScaler {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.05;
  }

  100% {
    scale: 1;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  display: block;
}

div#invest-in-qqq > .c-section-comp-inner {
  background: transparent;
}

div#invest-in-qqq {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

div#invest-in-qqq::before {
  content: "";
  position: absolute;
  background-color: black;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -3;
  height: 100%;
  display: block;
  border: 1px dotted blue;
}

div#invest-in-qqq section.title-hero-2.main.theme-blue {
  background-color: transparent;
  background-image: none;
}

div#invest-in-qqq {
  position: relative;
}

div#invest-in-qqq .ctaSectionImage__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

div#invest-in-qqq .ctaSectionImage__container .ctaSectionImage__image::after {
  content: "";
  background-image: url("/content/dam/invesco/qqq-etf/en/home-redesign/Invesco-QQQ-Homepage-Lab-M-2.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 442px;
  z-index: -2;
  animation: ctaImageScaler 15s ease-in-out infinite;
}

@media only screen and (min-width: 768px) {
  div#invest-in-qqq .ctaSectionImage__container .ctaSectionImage__image::after {
    background-image: url("/content/dam/invesco/qqq-etf/en/home-redesign/Invesco-QQQ-Homepage-Lab-T.jpg");
    background-size: cover;
  }
}

@media only screen and (min-width: 1024px) {
  div#invest-in-qqq .ctaSectionImage__container .ctaSectionImage__image::after {
    background-image: url("/content/dam/invesco/qqq-etf/en/home-redesign/Invesco-QQQ-Homepage-Lab-D.jpg");
    background-size: cover;
  }
}

div#invest-in-qqq .ctaSectionImage__image::before {
  z-index: -3;
  animation: ctaImageScaler 15s ease-in-out infinite;
}

div#invest-in-qqq .c-section-comp-container.c-section-comp-spacer {
  position: relative;
  height: 100%;
  padding-top: 0;
  margin-bottom: 0;
}

div#invest-in-qqq .ctaSectionImage__container .ctaSectionImage__image::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(transparent, 60%, black);
  width: 100%;
  left: 0;
  top: 0;
  height: 60vw;
  max-height: 500px;
  z-index: -1;
}

div#invest-in-qqq .title-hero-2 {
  padding-top: 0;
}

#invest-in-qqq .title-hero-2__title {
  font-family: "InvescoEditor";
  font-weight: 400;
  font-size: max(32px, 24px);
  line-height: 40px;
  margin: 0 auto;
  margin-bottom: 5rem;
}

#invest-in-qqq .title-hero-2__desc {
  font-family: "Graphik";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.5px;
  margin-bottom: 2rem;
}

#invest-in-qqq .title-hero-2__cta-wrapper a,
#invest-in-qqq a.title-hero-2__cta.title-hero-2__cta__primary.fullwidth {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

#invest-in-qqq .title-hero-2__cta-wrapper a:hover,
#invest-in-qqq a.title-hero-2__cta.title-hero-2__cta__primary.fullwidth:hover {
  background-color: white;
  border: 1px solid white;
  color: #000ad2;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

#invest-in-qqq .title-hero-2__cta.fullwidth {
  width: auto;
}

div#invest-in-qqq .title-hero-2__cta-wrapper {
  width: 100%;
}

div#invest-in-qqq section.title-hero-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  div#invest-in-qqq {
    max-height: 704px;
  }

  div#invest-in-qqq::before {
    height: 272px;
  }

  div#invest-in-qqq .c-section-comp-container.c-section-comp-spacer::after {
    height: 216px;
    bottom: 271px;
  }

  div#invest-in-qqq .title-hero-2__title {
    font-size: max(40px, 32px);
    line-height: 48px;
  }

  div#invest-in-qqq .ctaSectionImage__image::before,
  div#invest-in-qqq .ctaSectionImage__image::after {
    height: 432px;
    background-size: contain;
    width: 100%;
  }

  div#invest-in-qqq section.title-hero-2 {
    padding-top: 318px;
  }
}

@media only screen and (min-width: 1250px) {
  div#invest-in-qqq {
    max-height: 948px;
  }

  div#invest-in-qqq::before {
    height: 100%;
  }

  div#invest-in-qqq .c-section-comp-container.c-section-comp-spacer::after {
    height: 351px;
    bottom: 285px;
  }

  div#invest-in-qqq .title-hero-2__title {
    max-width: 736px;
    font-size: max(56px, 40px);
    line-height: 60px;
    /* max-width: 75vw; */
    max-width: 928px;
  }

  div#invest-in-qqq .ctaSectionImage__image::before,
  div#invest-in-qqq .ctaSectionImage__image::after {
    height: 702px;
  }
}

@media only screen and (max-width: 767px) {
  .c-section-comp-container [data-module="title-hero-2"]:before {
    content: "";
    height: 40vw;
    display: block;
    max-height: 300px;
    min-height: 100px;
    opacity: 0.25;
  }
}

/* 
  // faq buttons (screen lower than 600px (ios13-below)
*/
@media screen and (max-width: 600px) {
  #qqq-faq .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-wrapper {
    gap: 0;
  }

  #qqq-faq
    .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-wrapper
    .tabs-component-v2__inline-tabs.tabs-component-v2__tab-list-item {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

/* 
  // header not showing (ios 13.3 below) 
*/

header.navigation-header {
  z-index: 1100;
}

/*
100 companies ticker tape
*/

@media screen and (min-width: 1248px) {
  .qqqCompaniesSection {
    padding: 120px 0 !important;
  }
}

/*
calc & chart spacing
*/

@media screen and (min-width: 1248px) {
  .c-performance-chart {
    /* margin-bottom: 160px !important; */
  }

  #qqq-faq {
    position: relative;
  }

  /* #qqq-faq::after {
    content: "";
    width: 100vw;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(calc((-100vw + 1120px) / 2));
    right: 0;
  } */
}

/***
* #top-stats-section
**/

#top-stats-section .c-section-comp-inner > .c-section-comp-container {
  padding-top: 48px;
  padding-bottom: 15px;
}

#top-stats-section .featured-highlights__item-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 24px;
}

#top-stats-section .featured-highlights__list {
  gap: 16px;
}
#top-stats-section .featured-highlights__header {
  margin-bottom: 16px;
}
#top-stats-section .featured-highlights__title {
  font-size: 16px;
  display: inline-block;
  padding: 0 4px;
  background-color: #e0fb00;
  border-radius: 4px;
}

#top-stats-section .featured-highlights__desc {
  font-size: 14px;
}

/***
* #qqq-performance-chart
**/
#qqq-performance-chart .c-performance-chart__container-wrapper {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #qqq-performance-chart .c-performance-chart__container-wrapper {
    flex-direction: row-reverse;
  }
}

/***
* #companies-in-one
**/

@media screen and (min-width: 1248px) {
  [id*="companies-in-one"] .title-description__inner {
    width: auto !important;
    float: none !important;
    margin: 0 auto !important;
  }
  [id*="companies-in-one"] .title-with-description h2.title-description__title {
    font-size: max(56px, 80px);
    line-height: 88px;
  }

  [id*="companies-in-one"] .title-with-description > section.title-description {
    max-width: 100%;
    text-align: center;
  }
  .title-description__wrapper {
    max-width: 90vw;
  }
}

/***
* #section-two-cols
**/

#section-two-cols .button-cmp__wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #section-two-cols .column-layout-wrapper > .column-layout {
    align-items: center;
  }
}
@media screen and (min-width: 1248px) {
  #section-two-cols .title-description__title {
    font-size: 4.8rem;
    line-height: 1.16;
  }
}

/**
* Performance title
**/
@media screen and (min-width: 1248px) {
  .c-performance-chart__inner.c-performance-comparison-chart
    .c-performance-chart__title {
    line-height: 1.16;
  }
}

/**
* ROI CALC
*/

#custom-roi-calc .title-with-description > section.title-description {
  margin-bottom: 0;
}

#custom-roi-calc .title-description__header {
  margin-bottom: 40px;
}

#custom-roi-calc .richtext.text {
  margin-top: 40px;
}

#custom-roi-calc .richtext.text p span {
  font-size: inherit;
  line-height: inherit;
}
#custom-roi-calc .richtext.text p {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

@media screen and (min-width: 1248px) {
  #custom-roi-calc .title-description__title {
    font-size: 4.8rem;
    line-height: 1.16;
  }
}

/**********
*** .cards-section__title
**********/
@media screen and (min-width: 1248px) {
  .cards.aem-GridColumn .cards-section__title {
    font-size: 4.8rem;
  }
}

/******
***  Normalize H2 for tablet (768 to 1247) 
****/

@media screen and (min-width: 768px) and (max-width: 1247px) {
  .c-performance-chart__inner.c-performance-comparison-chart
    .c-performance-chart__title,
  [id*="companies-in-one"] .title-description__title,
  #qqq-faq .tabs-component-v2__header-section .tabs-component-v2__subtitle,
  .cards.aem-GridColumn .cards-section__title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

/********** 
*** ROI CALC 
**********/
@media screen and (max-width: 767px) {
  #custom-roi-calc {
    margin-bottom: 0;
  }
  #custom-roi-calc .c-section-comp-container {
    padding-bottom: 0;
  }
}
