/* == Colors == */
  .nomodule .color-white {
    color: var(--bg-white);
  }
/* == Heading == */
  .nomodule .main-heading {
    color: var(--bg-white);
    font-weight: bold;
    line-height: normal;
    margin: 2rem 0 1rem;
  }
  @media screen and (min-width: 641px) {
    .nomodule .main-heading { 
      margin-top: 0;
    }
  }
  @media screen and (min-width: 1000px) {
    .nomodule .main-heading { 
      font-size: 2.69rem;
    }
  }
/* == Intro Content == */
  .nomodule .intro-content {
    padding-bottom: 1.8rem; /* calc((1080px * 4 / 100) + 20px); */
  }
  .nomodule .intro-content {
    text-align: center;
  }
  @media (min-width: 768px) {
    .nomodule .intro-content h3 {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1rem;
    }
    .nomodule .intro-content p {
      margin-left: auto;
      margin-right: auto;
    }
    .nomodule .intro-content .flexible-content-module-intro-cta {
      margin-top: 1rem;
    }
  }
/* == Hero == */
  /* Human Image */
    @media (max-width: 1279px) {
      .nomodule .hero-human-image {
        display: none;
      }
    }
    @media (min-width: 1440px) {
      .nomodule .hero-human-image-wrapper {
        max-height: none;
        height: initial;
      }
      .nomodule .hero-human-image {
        max-width: 100%;
      }
    }
    @media (min-width: 1678px) {
      .nomodule .hero-human-outer-wrapper {
        right: -26%;
      }
      .nomodule .hero-human-image-wrapper {
        width: 38.2%;
      }
    }
  /* CTA Wrapper  */
    .nomodule .hero-cta-wrapper {
      display: flex;
      align-items: center;
      gap: 0.125rem;
      flex-direction: column;
    }
    @media screen and (max-width: 767px) {
      .nomodule .hero-cta-wrapper a {
        margin-top: 0 !important;
      }

      .nomodule .hero-cta-wrapper a:first-of-type {
        margin-bottom: 1rem;
      }
    }
    @media screen and (min-width: 768px) {
      .nomodule .hero-cta-wrapper {
        flex-direction: row;
        gap: 0.75rem;
      }

      .nomodule .hero-contents-wrapper .hero-block-copy.content-block {
        margin-bottom: 0;
      }
    }
  /* G2 rating */
    .nomodule .g2_rating {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-top: 1.5rem;
    }
    .nomodule .g2_rating a {
      text-decoration: none;
    }
    @media screen and (min-width: 768px) {
      .nomodule .g2_rating {
        justify-content: flex-start;
      }
      .nomodule .g2_rating a {
        display: inline-flex;
      }
    }
    .nomodule .g2_rating p {
      margin: 0;
      color: var(--bg-white);
      font-size: 1.125rem;
      text-transform: uppercase;
      font-weight: 500;
    }
    .nomodule .g2_rating img[src*="g2_logo.png"] {
      max-height: 20px;
      margin-left: 5px;
      width: auto;
    }
    .nomodule .g2_rating .stars {
      display: flex;
      margin-right: 10px;
    }
    .nomodule .g2_rating .stars img {
      width: auto;
      height: 25px;
      margin-right: 5px;
    }
    .nomodule .g2_rating .stars img:last-of-type {
      margin-right: 0;
    }
/* == Logo Carousel == */
  .nomodule .logocarousel {
    text-align: center;
    padding-top: 40px;
  }
  @media (min-width: 992px) { 
    .nomodule .logocarousel {
      padding-bottom: 40px;
    }
  }
  .nomodule .logocarousel h2 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
  @media screen and (min-width: 1200px) {
    .nomodule .logocarousel .logo-carousel-free .sp-lc-logo img {
      max-width: 150px !important;
    }
  } 
/* == Tabbed Content == */
    .nomodule .tabbed-content {
        text-align: center;
        background-color: #F8F7FF;
        padding-top: 40px;
    }
    @media (min-width: 768px) {
        .nomodule .tabbed-content {
            padding-top: 50px;
            padding-bottom: 80px; /* 50px */
        }
        .nomodule .tabbed-content .intro-content h3 {
            max-width: 524px;
        }
        .nomodule .tabbed-content .intro-content p {
            max-width: 945px;
        }
    }    
    .nomodule .tabbed-content-tab-list {
      width: 24em;
      max-width: 90%;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      list-style: none;
      text-align: left;
    }
    .nomodule .tabbed-content-outer-wrapper {
      display: flex;
      flex-direction: column;
      margin-bottom: 1.11111111rem;
    }
    .nomodule .tabbed-content-outer-wrapper .tab-item {
      position: relative;
      border-radius: 0 0.22222222em 0.22222222em 0;
      font-size: 0.88888889em;
      line-height: 1.625;
      /* opacity: 0.46; */
    }
    .nomodule .tabbed-content-outer-wrapper .tab-item::before {
      content: "";
      position: absolute;
      left: -1.11111111rem;
      top: 0.35em;
      bottom: 0.15em;
      width: 3px;
      border-radius: 3px;
      background: #7259ef;
      transition: opacity 0.2s ease, transform 0.2s ease-out;
      transform: scaleY(0);
      opacity: 0;
    }
    .nomodule .tabbed-content-outer-wrapper .tab-item:focus-within,
    .nomodule .tabbed-content-outer-wrapper .tab-item:hover {
      opacity: 1; /* 0.75; */
    }
    .nomodule .tabbed-content-outer-wrapper .tab-item.is-open {
      opacity: 1;
    }
    .nomodule .tabbed-content-outer-wrapper .tab-item.is-open::before {
      opacity: 1;
      transform: scaleY(1);
    }
    .nomodule .tabbed-content-outer-wrapper .tab-item.is-open .top-area {
      cursor: auto;
    }
    .nomodule .tabbed-content-outer-wrapper .top-area {
      display: block;
      margin-bottom: 1.11111111rem;
      text-decoration: none;
      color: #535383;
    }
    .nomodule .tabbed-content-outer-wrapper .heading {
      margin-bottom: 0.55572338rem;
      font-size: inherit;
      line-height: inherit;
    }
    .nomodule .tabbed-content-outer-wrapper .bottom-area {
      font-size: 0.88888889em;
      transition: opacity 0.275s ease-in 0.15s;
    }
    .nomodule .tabbed-content-tab-pane {
      margin-bottom: 1.11111111rem;
      overflow: hidden;
      max-height: 1500px;
      opacity: 1;
      transition: opacity 0.275s ease-in 0.15s;
    }
    .nomodule .tabbed-content-tab-pane:not(.is-open) {
      max-height: 0;
      opacity: 0;
      margin-bottom: 0;
    }
    .nomodule .tabbed-content-tab-pane .text-block-copy > :last-child,
    .nomodule .tabbed-content-tab-pane .text-block-copy > :last-child :last-child {
      margin-bottom: 0;
    }
    @media (min-width: 768px) {
      .nomodule .tabbed-content-outer-wrapper {
        flex-direction: row;
        align-items: center;
      }
      .nomodule .tabbed-content-outer-wrapper.tab-position-right .tabbed-content-tab-list {
        order: 2;
      }
      .nomodule .tabbed-content-outer-wrapper img {
        max-height: 381px;
        width: auto;
      }
      .nomodule .tabbed-content-tab-list {
        flex: 1 1 43%;
        width: auto;
        max-width: 24em;
        padding: 0 1.25% 0 3.25%;
        margin-bottom: 0;
      }
      .nomodule .tabbed-content-tab-pane-wrapper {
        flex: 1 1 57%;
        padding: 0;
      }
      .nomodule .tabbed-content-tab-pane {
        margin-bottom: 0;
      }
    }
    @media (min-width: 900px) {
      .nomodule .tabbed-content-tab-pane-wrapper {
        padding: 0 3.25%;
      }
    }
/* == Interactive Circle Section == */
  .nomodule .circle-section {
      text-align: center;
      background-color: #F8F7FF;
      padding-top: 40px;
  }
  @media (min-width: 768px) {
      .nomodule .circle-section {
          padding-top: 50px;
          padding-bottom: 80px; /* 50px */
      }
      .nomodule .circle-section .intro-content h3 {
          max-width: 764px;
          margin-bottom: .5rem;
      }
      .nomodule .circle-section .intro-content p {
          max-width: 945px;
      }
  }    
  .circle-list { display: none; }
  @media (min-width: 992px) {
    .circle-container {
      position: relative;
      width: 400px;
      height: 400px;
      background-image: url('/wp-content/themes/Quorum-Theme/nomodule/dist/images/interactive_circle_section.svg');
      background-size: contain;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1rem;
    }
    .center-image {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 250px; height: 250px;
      border-radius: 50%;
      overflow: hidden;
      border: 10px solid #6b46c1;
    }
    .center-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .circle-container .button {
      position: absolute;
      width: 140px; height: 70px;
      border-radius: 50%;
      background: transparent;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: transform 0.3s;
      text-decoration: none;
      pointer-events: auto;
      border: none;
      box-shadow: none;
      padding: 0;
    }
    .circle-container .button:hover { transform: scale(1.1); }
    .circle-container .button img.circle-bg {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      pointer-events: none;
    }
    .circle-container .button img.icon {
      width: 70px;
      height: 70px;
      z-index: 1;
    }
    .circle-container .button span.label { 
      display: block;
      color: var(--bg-color-indigo);
      text-shadow: none;
      font-size: .8rem;
      font-family: var(--gdt-base-font-family);
      background: #F8F7FF;
    }
    /* .circle-container .button::after {
      content: attr(data-label);
      position: absolute;
      white-space: nowrap;
      top: -8px;
      left: 50%;
      transform: translate(-50%, -100%);
      background: #fff;
      color: #221f54;
      padding: 4px 8px;
      border-radius: 4px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      font-size: 14px;
      font-family: sans-serif;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
      z-index: 10;
    }
    .circle-container .button:hover::after { opacity: 1; } */
  }
  /* Hide everything < 992px */
  @media (max-width: 991.98px) {
    .circle-container { display: none !important; }
    .circle-list {
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      padding: 0 0 24px 0;
      flex-direction: column;
      gap: 18px;
      display: flex;
    }
    .circle-list .circle-list-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 9px;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 2px 6px rgba(34,31,84,0.07);
      padding: 16px 18px;
      text-decoration: none;
      transition: background 0.18s;
      text-align: left;
    }
    .circle-list .circle-list-item:active,
    .circle-list .circle-list-item:focus {
      background: #f3efff;
    }
    .circle-list .circle-icon {
      width: 70px; 
      height: 70px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .circle-list .circle-icon img {
      width: 70px; 
      height: 70px; 
      display: block;
    }
    .circle-list .circle-label {
      font-size: 17px;
      font-weight: 300;
      color: #221f54;
      text-shadow: none;
      line-height: 1.25;
      word-break: break-word;
    }
  }
/* == Carousels == */
  /* General */
    @media (min-width: 768px) {
        .nomodule .carousel-section .intro-content {
          text-align: center;
        }
        .nomodule .carousel-section .intro-content h3 {
            max-width: 360px;
            margin-bottom: 1rem;
        }
        .nomodule .carousel-section .intro-content p {
            max-width: 945px;
        }
    }
    .carousel-inner {
      display: flex;
      transition: transform 0.5s ease;
    }
    .slide {
      flex: 0 0 100%;
      text-align: center;
      display: none;
    }
    .slide.active {
      display: block;
    }
    .controls {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 40px;
    }
    .indicators {
      display: none;
    }
    .controls button {
      max-width: 44px;
      height: 44px;
      border: none;
      background-color: transparent;
      overflow: hidden;
    }
    .controls .prev img {
      transition: opacity 0.3s ease; 
      opacity: .8;
      max-height: 19px;
    }
    .controls .prev:hover img {
      content: url('/wp-content/themes/Quorum-Theme/nomodule/dist/images/icon_brass_generaluse_chevrons_left.svg');
      max-height: 19px;
      opacity: 1;
    }
    .controls .next img {
      transition: opacity 0.3s ease;
      opacity: .8;
      max-height: 19px;
    }
    .controls .next:hover img {
      content: url('/wp-content/themes/Quorum-Theme/nomodule/dist/images/icon_brass_generaluse_chevrons_right.svg');
      max-height: 19px;
      opacity: 1;
    }
    .indicator {
      margin: 0 5px;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      margin-bottom: 10px;
    }
    .indicator.active {
      border-color: #7259ef;
    }
    .indicator img {
      max-height: 55px;
    }
    @media screen and (min-width: 768px) {
      .controls {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
      }    
      .indicators {
        display: flex;
        align-items: center;
      }
    }
  /* Testimonial Carousel */
    .testimonial-carousel {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .testimonial-carousel-slides .slide.active div {
      max-width: 827px !important;  
    }
    @media screen and (min-width: 768px) {        
      .testimonial-carousel {
        padding-top: 50px;
        padding-bottom: 50px;
      }
    }
  /* Case Study Carousel */
    .casestudy-carousel {
      /* background-color: #F8F7FF; */
      padding-top: 40px;
      padding-bottom: 40px;
      /* margin-bottom: 40px; /* To make as the padding-top of the products-section */
    }
    @media screen and (min-width: 768px) {
      .casestudy-carousel {
        padding-top: 50px;
        padding-bottom: 50px;
        /* margin-bottom: 50px; /* To make as the padding-top of the products-section */
      }          
    }
    @media screen and (min-width: 992px) {
      .casestudy-carousel {
        /* margin-bottom: 60px; /* To make as the padding-top of the products-section */
      }          
    }
    .casestudy-carousel .slide .slide-content {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      min-height: 366px;
    }
    .casestudy-carousel .slide .slide-content .featured-img img {
      border-radius: 20px;
    }
    .casestudy-carousel .slide .slide-content .content {
      text-align: left;
    }
    .casestudy-carousel .slide .slide-content .content h5 {
      margin-bottom: .5rem;
    }
    .casestudy-carousel .slide .slide-content .content p {
      font-size: 14px;
      line-height: 165%;
      margin-bottom: 0;
    }
    @media screen and (min-width: 992px) {
      .casestudy-carousel .slide .slide-content .featured-img {
        flex-basis: 50%;
        margin-right: 2rem;
      }    
      .casestudy-carousel .slide .slide-content .content {
        flex-basis: 45%;
      }
      .casestudy-carousel .slide .slide-content .content h4 {
        font-size: 1.25rem;
      }
      .casestudy-carousel .slide .slide-content .content p {
        font-size: 1rem;
        line-height: 180%;
      }
      .casestudy-carousel .slide .slide-content .readmore .cta-link {
        margin-top: 1rem;
      }
    }
    @media screen and (min-width: 1160px) {
      .casestudy-carousel .slide .slide-content .content h4 {
        min-height: 49px;
        display: flex;
        align-items: center;
      }
    }
/* == Products Grid == */
  .products-section {
    background-color: #F8F7FF;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  @media screen and (min-width: 768px) {
    .products-section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media screen and (min-width: 992px) {
    .products-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }
  .products-section .products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .products-section .products-grid a {
    text-decoration: none;
  }
  .products-section .products-grid .product-card {
    max-width: 322px;
    min-height: 154px;
    padding: 14px 22px;
    display: flex;
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 1px rgba(83, 83, 131, 0.09) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.00) inset, 0px 1px 1px 0px rgba(34, 31, 84, 0.09);
    align-items: center;
    transition: all .5s ease-in-out;
    margin-right: 18px;
    margin-bottom: 18px;
    background-color: var(--bg-white);
  }
  .products-section .products-grid .product-card:hover {
    border-color: #7259EF;
    box-shadow: 0px 0px 0px 1px rgba(83, 83, 131, 0.09) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.00) inset, 0px 1px 1px 0px rgba(34, 31, 84, 0.50);
  }
  .products-section .products-grid .product-card .image {
    min-width: 65px;
  }

  .products-section .products-grid .product-card .content {
    margin-left: 1rem;
  }
  .products-section .products-grid .product-card h6 {
    font-size: 18px;
    margin-bottom: .5rem;
    text-transform: capitalize;
  }
  .products-section .products-grid .product-card p {
    font-size: 14px;
    margin-bottom: 0;
    color: #535383;
  }
  .products-section .products-grid .product-card a {
    font-size: 16px;
    margin-top: 0;
  }
  /* If the "Change to Carousel on mobile" option is active */
  @media screen and (max-width: 737px) {
    .products-section .products-grid.products-carousel {
      justify-content: flex-start;
      align-items: flex-start;
    }
    .products-section .products-carousel {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; /* Adiciona scroll suave no iOS */
    }
    .products-section .products-carousel .product-card {
      flex: 0 0 auto;
      width: 90%;
      min-height: 175px;
      max-width: calc(90% - 20px);
      margin-right: 10px; 
      scroll-snap-align: start;
    }
  }
/* == Resources Grid == */
  .nomodule .cbfr {
    padding-top: 40px
  }
  @media (min-width:1200px) {
    .nomodule .cbfr {
      padding-top: 60px
    }
  }
  .nomodule .resources-grid {
    display:flex; 
    flex-wrap: wrap; 
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  .nomodule .resources-grid a {
    text-decoration: none;
  }
  .nomodule .resources-grid .title-box {
    width: 340px; 
    height: 340px; 
    background: #7259EF; 
    color:var(--bg-white); 
    padding: 44px 29px 44px 29px;
    margin-bottom: 0px;
  }
  .nomodule .resources-grid .title-box h2 {
    color: var(--bg-white);
    font-size: 14px;
    text-transform: uppercase;
  }
  .nomodule .resources-grid .title-box h3 {
    color:var(--bg-white);
    font-size: 40px;
  }
  .nomodule .resources-grid .resource-box {
    width: 304px; 
    height: 250px; 
    max-width: 100%;
    background-blend-mode: color; 
    background-size: cover !important; 
    background-repeat: no-repeat; 
    color:var(--bg-white); 
    display: flex; 
    align-items: flex-end;
  }
  @media screen and (min-width:397px) {
    .nomodule .resources-grid .resource-box {
      width: 340px;
      height: 275px;
    }
  }
  @media screen and (min-width:742px) {
    .nomodule .resources-grid .resource-box {
      height: 340px;
    }
  }
  .nomodule .resources-grid .resource-box.indigo .content {
    background:linear-gradient(to top, rgba(34, 31, 84, .8), rgba(34, 31, 84, .8), rgba(34, 31, 84, 0)); 
  }
  .nomodule .resources-grid .resource-box.royalpurple .content {
    background:linear-gradient(to top, rgba(78, 48, 161, .8), rgba(78, 48, 161, .8), rgba(78, 48, 161, 0)); 
  }
  .nomodule .resources-grid .resource-box.ultraviolet .content {
    background:linear-gradient(to top, rgba(114, 89, 239, .8), rgba(114, 89, 239, .8), rgba(114, 89, 239, 0)); 
  }
  .nomodule .resources-grid .resource-box.plum .content {
    background:linear-gradient(to top, rgba(83, 83, 131, .8), rgba(83, 83, 131, .8), rgba(83, 83, 131, 0)); 
  }
  .nomodule .resources-grid .resource-box.brass .content {
    background:linear-gradient(to top, rgba(168, 143, 77, .8), rgba(168, 143, 77, .8), rgba(168, 143, 77, 0)); 
  }
  .nomodule .resources-grid .resource-box.coolgray .content {
    background:linear-gradient(to top, rgba(213, 220, 239, .8), rgba(213, 220, 239, .8), rgba(213, 220, 239, 0)); 
  }
  .nomodule .resources-grid .resource-box .content {
    width: 100%; 
    height: 250px; 
    display: flex; 
    justify-content: flex-end; 
    flex-direction: column; 
    padding: 0 15px 15px 15px;
  }
  .nomodule .resources-grid .resource-box .content h4 {
    color: var(--bg-white);
    font-size: 40px;
  }
  .nomodule .resources-grid .resource-box .content .btn {
    width: 100%; 
    padding: 10px; 
    border-radius: 15px; 
    background:var(--bg-white); 
    color: #221f54;
    width: 100%; 
    text-align: center; 
    display: block;
    transition: .3s ease-in-out;
  }
  .nomodule .resources-grid .resource-box .content .btn:hover {
    background: #7259EF;
    color: var(--bg-white);
  }
  .nomodule .resources-grid .resource-box .content .btn.indigo {
    background: var(--bg-white);
    color: #221f54;
  }
  .nomodule .resources-grid .resource-box .content .btn.indigo:hover {
    background: #221f54;
    color: var(--bg-white);
  }
  .nomodule .resources-grid .resource-box .content .btn.ultraviolet {
    background: var(--bg-white);
    color: #221f54;
  }
  .nomodule .resources-grid .resource-box .content .btn.ultraviolet:hover {
    background: #7259EF;
    color: var(--bg-white);
  }