/** Shopify CDN: Minification failed

Line 20:21 Expected identifier but found whitespace
Line 20:23 Unexpected "{"
Line 20:32 Expected ":"
Line 96:19 Expected identifier but found whitespace
Line 96:21 Unexpected "{"
Line 96:30 Expected ":"
Line 113:21 Expected identifier but found whitespace
Line 113:23 Unexpected "{"
Line 113:32 Expected ":"
Line 233:10 Unexpected "{"
... and 7 more hidden warnings

**/

  .Nobl-lp-tabs {
    font-family: 'Roboto', Arial, sans-serif;
    padding: 15px 0;
    background-color: {{ section.settings.background_color }};
  }

  .Nobl-lp-tabs__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .Nobl-lp-tabs__top-row {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 40px;
  }

  .Nobl-lp-tabs__content-left {
      flex: 0 0 calc(50% - 20px);
  }

  .Nobl-lp-tabs__content-right {
    flex: 0 0 calc(50% - 20px); 
  }

  .Nobl-lp-tabs__heading {
   font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    text-transform: capitalize;
    letter-spacing: normal;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  .Nobl-lp-tabs__description {
        font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 85%;
   
  }

  .Nobl-lp-tabs__tabs {
   display: flex;
  gap: 17px;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  justify-content: flex-end;
  }

  .Nobl-lp-tabs__tab {
    border-radius: 6.5px;
    border: 1.3px solid rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.05);
    height: 34px;
    width: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    cursor: pointer;
  }
  .Nobl-lp-tabs__tab:last-child {
 
}

.Nobl-lp-tabs__tab:hover:not(.active) {
  background-color: {{ section.settings.tab_hover_bg }};
  border: 1px solid #000000;
}

 
  .Nobl-lp-tabs__tab.active {
    background-color: #2C5F4F;
    color: White;
  }
  .Nobl-lp-tabs__tab {
  color: white !important;
  -webkit-text-fill-color: white !important; /* iOS Safari override */
  -webkit-tap-highlight-color: transparent; /* remove blue tap highlight */
}


  .Nobl-lp-tabs__tab:hover:not(.active) {
    background-color: {{ section.settings.tab_hover_bg }};
  }

  .Nobl-lp-tabs__bottom-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }

  .Nobl-lp-tabs__tab-content {
    display: none;
   
  }

  .Nobl-lp-tabs__tab-content.active {
    display: block;
    
  }
.Nobl-lp-tabs__tab-text{
width: 390px;
}
.Nobl-lp-tabs__disclaimer{
    width: 390px;
}
  .Nobl-lp-tabs__tab-text {
  font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    color: black;
    padding-bottom: 50px;
  }

  .Nobl-lp-tabs__disclaimer {
        font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    color: black;
  }

  .Nobl-lp-tabs__html-content {
    width: 100%;
    min-height: 200px;
  }
  .Nobl-lp-tabs__bottom-row .Nobl-lp-tabs__content-left{
   flex: 0 0 calc(30% - 20px);
  }
  .Nobl-lp-tabs__bottom-row .Nobl-lp-tabs__content-right{
   flex: 0 0 calc(70% - 20px);
  }
  .mobile-Nobl-lp-tabs__disclaimer{
  display: none !important; 
}

  /* Mobile Styles */
  @media (max-width: 768px) {
    .Nobl-lp-tabs {
      padding: 0px 0;
    }
    .Nobl-lp-tabs__tab{
    height: 27px !important;
    }
    .rich-text_custom__richtext{
          font-size: 12px !important;
        line-height: 14px !important;
        text-align: center !important;
        width: 250px !important;
        margin: 0px auto !important;
        padding-top: 25px !important;
        font-style: normal !important;
        color: black !important;
  }
  .Nobl-lp-tabs__disclaimer{
    display: none !important;
  }

    .Nobl-lp-tabs__container {
      padding: 0 16px;
    }

    .Nobl-lp-tabs__top-row,
    .Nobl-lp-tabs__bottom-row {
      flex-direction: column;
      gap: 18px;
      margin-bottom: 0px;
    }

    .Nobl-lp-tabs__content-left,
    .Nobl-lp-tabs__content-right {
      flex: none;
      width: 100%;
    }
    

    .Nobl-lp-tabs__heading {
      font-size: 24px;
      margin-bottom: 12px;
      font-size: 24px;
        margin-bottom: 12px;
        width: 60%;
        line-height: 1;
        padding-bottom: 0px;
    }

    .Nobl-lp-tabs__description,
    .Nobl-lp-tabs__tab-text {
      font-size: 14px;
        width: 75%;
                line-height: 1.4;
        padding: 0;
    }

    .Nobl-lp-tabs__tab {
      padding: 10px 16px;
      font-size: 12px;
    }

    .Nobl-lp-tabs__tabs {
      flex-direction: row;
          {% comment %} height: 28px; {% endcomment %}
    }



    .Nobl-lp-tabs__tab:last-child {
      {% comment %} border-bottom: none; {% endcomment %}
    }
  }