/** Shopify CDN: Minification failed

Line 17:20 Unexpected "{"
Line 17:29 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:rich-text-custom (INDEX:74) */
.customWidth {
    width: 200px;
    cursor: pointer;
  }

  #shopify-section-{{ section.id }} .rich-text-custom *{
   
  }

  @media screen and (max-width: 767px) {
    .customWidth {
      margin-right: 8px;
    }
  }
/* END_SECTION:rich-text-custom */

/* START_SECTION:td-announcement-bar (INDEX:86) */
.td-template-announcement  {
  margin-bottom: 12px;
}
  .td-template-announcement 
  .td-announcement-bar__message * {
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 166.667%;
    letter-spacing: 0.48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    padding: 8px 0!important;
  }


  @media screen and (min-width: 768px) {
    .td-template-announcement 
    .td-announcement-bar__message * {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 991px) {
    .td-template-announcement 
    .td-announcement-bar__message * {
      font-size: 18px;
    }
  }
/* END_SECTION:td-announcement-bar */

/* START_SECTION:td-autoscroll-reviews (INDEX:87) */
.td-autoscroll-reviews__section-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 37px;
  }

  .td-autoscroll-reviews__heading-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .td-autoscroll-reviews__heading {
    color: var(--heading-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0;
    text-align: center;
  }

  .td-autoscroll-reviews__subheading {
    color: var(--heading-color);
    font-family: var(--font-subheading-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    font-style: italic;
    text-align: center;
  }

  .td-autoscroll-reviews__blocks-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .td-autoscroll-reviews
  .td-marquee {
    --inline-spacing: 8px;
  }

  .td-autoscroll-reviews
  .td-track--marquee {
    margin-left: var(--inline-spacing);
  }

  .td-autoscroll-reviews__item-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    border-radius: 100px;
    background-color: var(--background-color);
    border: 2px solid var(--border-color);
    width: max-content;
  }

  .td-autoscroll-reviews__item-review {
    padding-right: 16px;
  }

  .td-autoscroll-reviews__item-review * {
    font-family: var(--font-subheading-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    color: var(--text-color);
    margin: 0;
  }

  .td-autoscroll-reviews__item-reviewer {
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    color: var(--text-color);
    margin: 0;
    padding-right: 16px;
  }

  .td-autoscroll-reviews__item-verified-buyer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .td-autoscroll-reviews__item-verified-buyer svg {
    color: var(--verified-buyer-logo-color);
    width: 16px;
    height: 16px;
  }

  .td-autoscroll-reviews__item-verified-buyer-text {
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 105%;
    color: var(--text-color);
    margin: 0;
    letter-spacing: 0.56px;
  }


  @media only screen and (min-width: 991px) {
    .td-autoscroll-reviews
    .td-marquee {
      --inline-spacing: 24px;
    }

    .td-autoscroll-reviews__blocks-wrapper {
      gap: 24px;
      position: relative;
    }

    .td-autoscroll-reviews__blocks-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 300px;
      height: 100%;
      background: linear-gradient(to right, var(--background-color) 0%, transparent 100%);
      z-index: 2;
    }

    .td-autoscroll-reviews__blocks-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 300px;
      height: 100%;
      background: linear-gradient(to left, var(--background-color) 0%, transparent 100%);
      z-index: 2;
    }

    .td-autoscroll-reviews__section-wrapper {
      gap: 42px;
    }

    .td-autoscroll-reviews__heading-wrapper {
      gap: 10px;
    }

    .td-autoscroll-reviews__heading {
      font-size: 48px;
    }

    .td-autoscroll-reviews__subheading {
      font-size: 28px;
    }

    .td-autoscroll-reviews__item-wrapper {
      padding: 18px;
    }
  }

  @media only screen and (min-width: 1200px) {
    .td-autoscroll-reviews
    .td-marquee {
      --inline-spacing: 56px;
    }

    .td-autoscroll-reviews__blocks-wrapper {
      gap: 40px;
    }

    .td-autoscroll-reviews__blocks-wrapper::before {
      width: 400px;
    }

    .td-autoscroll-reviews__blocks-wrapper::after {
      width: 400px;
    }

    .td-autoscroll-reviews__section-wrapper {
      gap: 62px;
    }

    .td-autoscroll-reviews__heading-wrapper {
      gap: 0;
    }

    .td-autoscroll-reviews__heading {
      font-size: 56px;
    }

    .td-autoscroll-reviews__subheading {
      font-size: 32px;
    }

    .td-autoscroll-reviews__item-wrapper {
      padding: 20px 30px;
    }

    .td-autoscroll-reviews__item-review {
      padding-right: 24px;
    }

    .td-autoscroll-reviews__item-review * {
      font-size: 24px;
    }

    .td-autoscroll-reviews__item-reviewer {
      font-size: 18px;
    }

    .td-autoscroll-reviews__item-verified-buyer-text {
      font-size: 16px;
    }
  }
/* END_SECTION:td-autoscroll-reviews */

/* START_SECTION:td-icon-text-marquee (INDEX:104) */
.td-icon-text-marquee__section-wrapper {
    overflow: hidden;
  }

  .td-icon-text-marquee
  .td-marquee {
    --inline-spacing: 0;
  }

  .td-icon-text-marquee
  .td-track--marquee {
    margin-left: 0;
  }

  .td-icon-text-marquee
  .td-icon-text-marquee__content {
    padding: 10px 16px;
    border-top: 2px solid var(--border-color);
    border-right: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    width: 295px;
    justify-content: center;
  }

  .td-icon-text-marquee__item-icon {
    height: 48px;
    width: 48px;
  }

  .td-icon-text-marquee__item-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    vertical-align: unset;
  }

  .td-icon-text-marquee__item-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    color: var(--text-color);
    font-family: var(--font-subheading-family);
  }

  @media screen and (min-width: 991px) {
    .td-icon-text-marquee__item-icon {
      height: 64px;
      width: 64px;
    }
    .td-icon-text-marquee__item-text {
      font-size: 24px;
    }
    .td-icon-text-marquee
    .td-icon-text-marquee__content {
      padding: 15px 20px;
      width: 360px;
    }
  }
/* END_SECTION:td-icon-text-marquee */

/* START_SECTION:td-logo-marquee (INDEX:113) */
.td-logo-marquee__section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    overflow: hidden;
  }

  .td-logo-marquee__heading * {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    color: var(--text-color);
    font-family: var(--font-subheading-family);
    text-align: center;
  }

  .td-logo-marquee
  .td-marquee {
    --inline-spacing: 16px;
    --manual-track-count: 3;
  }

  .td-logo-marquee
  .td-track--marquee {
    margin-left: 24px;
  }

  .td-logo-marquee__content {
    height: 35px;
    width: max-content;
  }

  .td-logo-marquee__content img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }


  @media only screen and (min-width: 768px) {
    .td-logo-marquee__content {
      height: 50px;
    }

    .td-logo-marquee
    .td-marquee {
      --inline-spacing: 32px;
    }
    
    .td-logo-marquee
    .td-track--marquee {
      margin-left: 32px;
    }
  }

  @media only screen and (min-width: 991px) {
    .td-logo-marquee__section-wrapper {
      gap: 32px;
    }

    .td-logo-marquee__heading * {
      font-size: 32px;
    }

    .td-logo-marquee__content {
      height: 65px;
    }

    .td-logo-marquee
    .td-marquee {
      --inline-spacing: 55px;
    }

    .td-logo-marquee
    .td-track--marquee {
      margin-left: 55px;
    }
  }
/* END_SECTION:td-logo-marquee */

/* START_SECTION:td-lp-featured-iwt (INDEX:115) */
.td-lp-fiwt__container-mb {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
  }

  .td-lp-fiwt__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--card-background-color);
    padding: 38px var(--td-horizontal-padding) 31px;
  }

  .td-lp-fiwt__main-image {
    width: 100vw;
    height: 0;
    padding-bottom: 111%;
    position: relative;
  }

  .td-lp-fiwt__main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .td-lp-fiwt__main-image-badge-svg {
    position: absolute;
    top: 22px;
    left: 18px;
    z-index: 2;
  }

  .td-lp-fiwt__main-image-badge--text {
    position: absolute;
    top: 50px;
    left: 26px;
    z-index: 3;
    width: 85px;
    text-align: center;
  }

  .td-lp-fiwt__main-image-badge--text * {
    color: var(--badge-text-color);
    font-family: var(--font-body-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.12px;
    margin: 0;
  }

  .td-lp-fiwt__main-image-badge--text em {
    color: var(--badge-text-color-secondary);
  }

  .td-lp-fiwt__review-star-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    pointer-events: auto;
    transition: all 0.2s ease;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .td-lp-fiwt__review-star-wrapper--link:hover .td-lp-fiwt__review-text {
    opacity: 0.7;
  }

  .td-lp-fiwt__review-stars {
    height: 18px;
    margin-top: -5px;
  }

  .td-lp-fiwt__review-text * {
    color: var(--review-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    margin: 0;
  }

  .td-lp-fiwt__review-text strong {
    font-weight: 700;
  }

  .td-lp-fiwt__review-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .td-lp-fiwt__product-image-container {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
  }

  .td-lp-fiwt__product-image {
    width: 225px;
    min-width: 225px;
    height: auto;
    position: relative;
    z-index: 1;
    margin-right: -25px;
  }

  .td-lp-fiwt__product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .td-lp-fiwt__product-image-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 2;
    margin-right: -85px;
    margin-top: 20px;
  }

  .td-lp-fiwt__product-image-feature {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: start;
  }

  .td-lp-fiwt__product-image-feature-text {
    display: flex;
    flex-direction: column;
  }

  .td-lp-fiwt__product-image-feature-text * {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    margin: 0;
    text-align: start;
    font-family: var(--font-body-family);
  }

  .td-lp-fiwt__product-image-feature-arrow {
    width: 35px;
    height: 12px;
    position: relative;
    overflow: hidden;
  }

  .td-lp-fiwt__product-image-feature-arrow svg {
    position: absolute;
    right: 0;
    width: 50px;
    color: var(--line-color);
  }

  .td-lp-fiwt__heading {
    margin-bottom: 8px;
  }



  .td-lp-fiwt__heading * {
    color: var(--heading-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
    font-family: var(--font-landing-heading-family);
    text-align: center;
    margin: 0;
  }

  .td-lp-fiwt__copy {
    margin-bottom: 26px;
  }

  .td-lp-fiwt__copy * {
    color: var(--copy-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin: 0;
    text-align: center;
  }

  .td-lp-fiwt__btn {
    padding: 0 8px;
    width: 100%;
    height: 56px;
    border-radius: 100px;
    border: 2px solid var(--btn-1-border-color);
    background-color: var(--btn-1-bg-color);
    margin-bottom: 32px;
  }

  .td-lp-fiwt__btn-label {
    font-family: var(--font-body-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
  }

  .td-lp-fiwt__btn-label {
    color: var(--btn-1-text-color);
  }

  .td-lp-fiwt__additional-text {
    margin-bottom: 28px;
    padding: 12px;
    border-radius: 4px;
    background-color: var(--background-color);
  }

  .td-lp-fiwt__additional-text * {
    color: var(--text-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    text-align: center;
    margin: 0;
  }

  .td-lp-fiwt__icon-with-text-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: start;
  }

  .td-lp-fiwt__icon-with-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    flex: 1;
    max-width: 120px;
  }

  .td-lp-fiwt__icon-with-text-svg {
    width: 30px;
    height: 30px;
  }

  .td-lp-fiwt__icon-with-text-svg svg {
    color: var(--svg-color);
  }

  .td-lp-fiwt__icon-with-text-text {
    color: var(--text-color);
    font-family: var(--font-body-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.48px;
    margin: 0;
    text-align: center;
  }

  .td-lp-fiwt__container-dsk {
    display: none;
  }

  /* Card on mobile modifier */
  .td-lp-fiwt--card-on-mobile .td-lp-fiwt__section-wrapper {
    padding: 0 var(--td-horizontal-padding);
  }

  .td-lp-fiwt--card-on-mobile .td-lp-fiwt__container-mb {
    border-radius: 12px;
    box-shadow: 10px 10px 20px 0 var(--card-box-shadow-color);
    overflow: hidden;
  }

  .td-lp-fiwt--card-on-mobile .td-lp-fiwt__main-image {
    width: 100%;
  }

  @media screen and (min-width: 400px) {
    .td-lp-fiwt__icon-with-text-text {
      font-size: 12px;
    }
  }

  @media screen and (min-width: 600px) {
    .td-lp-fiwt__section-wrapper {
      padding: 40px var(--td-horizontal-padding);
    }

    .td-lp-fiwt__container-mb {
      border-radius: 12px;
      box-shadow: 10px 10px 20px 0 var(--card-box-shadow-color);
      overflow: hidden;
    }

    .td-lp-fiwt__main-image {
      width: 100%;
    }

    .td-lp-fiwt__icon-with-text-wrapper {
      gap: 8px;
    }
  }

  @media screen and (min-width: 768px) {
    .td-lp-fiwt__btn:hover * {
      color: var(--btn-1-bg-color);
    }

    .td-lp-fiwt__btn::before {
      background: var(--btn-1-text-color);
    }
  }

  @media screen and (min-width: 991px) {
    .td-lp-fiwt__section-wrapper {
      padding: 60px var(--td-horizontal-padding);
      max-width: var(--td-max-page-width);
      margin: auto;
    }

    .td-lp-fiwt__container-mb {
      display: none;
    }

    .td-lp-fiwt__container-dsk {
      display: flex;
      flex-direction: column;
      gap: 48px;
    }

    .td-lp-fiwt__container-dsk--inner {
      display: grid;
      grid-template-columns: 47% 53%;
      border-radius: 12px;
      box-shadow: 10px 10px 20px 0 var(--card-box-shadow-color);
      background-color: var(--card-background-color);
      overflow: hidden;
    }

    .td-lp-fiwt__main-image {
      width: 100%;
      height: 100%;
      padding-bottom: 0;
      margin-bottom: 0;
    }

    .td-lp-fiwt__main-image img {
      position: relative;
      object-fit: cover;
    }

    .td-lp-fiwt__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      align-items: center;
      padding: 24px 16px;
    }

    .td-lp-fiwt__image-dsk {
      width: 100%;
      height: 100%;
    }

    .td-lp-fiwt__image-dsk img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .td-lp-fiwt__btn-wrapper {
      justify-content: start;
      margin-bottom: 16px;
    }

    .td-lp-fiwt__btn {
      width: 384px;
      margin: 0;
      height: 64px;
    }

    .td-lp-fiwt__copy {
      max-width: 400px;
    }

    .td-lp-fiwt__icon-with-text-wrapper {
      display: flex;
      flex-direction: row;
      gap: 48px;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
    }

    .td-lp-fiwt__icon-with-text {
      flex-direction: row;
      gap: 16px;
      flex: unset;
      max-width: unset;
    }

    .td-lp-fiwt__icon-with-text-text {
      margin-top: 3px;
      font-size: 16px;
    }

    .td-lp-fiwt__product-image {
      margin-right: -10px;
    }

    .td-lp-fiwt__product-image-content--left {
      display: flex;
      flex-direction: column;
      gap: 70px;
      position: absolute;
      z-index: 2;
      top: 20px;
      left: calc(50% - 98px);
      transform: translateX(-50%);
    }

    .td-lp-fiwt__product-image-content--right {
      position: absolute;
      z-index: 2;
      top: 96px;
      right: calc(50% - 145px);
      transform: translateX(50%);
    }

    .td-lp-fiwt__product-image-content--right
    .td-lp-fiwt__product-image-feature-arrow svg {
      left: 0;
      right: unset;
    }
  }

  @media screen and (min-width: 1200px) {
    .td-lp-fiwt__container-dsk {
      gap: 60px;
    }

    .td-lp-fiwt__container-dsk--inner {
      grid-template-columns: 49% 51%;
    }

    .td-lp-fiwt__content {
      padding: 40px 24px;
    }

    .td-lp-fiwt__product-image-container {
      margin-bottom: 34px;
    }

    .td-lp-fiwt__review-star-wrapper {
      margin-bottom: 39px;
    }

    .td-lp-fiwt__review-text {
      font-size: 20px;
    }

    .td-lp-fiwt__heading  {
      margin-bottom: 6px;
    }
    
    .td-lp-fiwt__heading * {
      font-size: 40px;
    }

    .td-lp-fiwt__copy {
      margin-bottom: 26px;
    }

    .td-lp-fiwt__copy *,
    .td-lp-fiwt__review-text * {
      font-size: 18px;
    }

    .td-lp-fiwt__icon-with-text-wrapper {
      gap: 60px;
    }

    .td-lp-fiwt__icon-with-text-text {
      font-size: 20px;
    }

    .td-lp-fiwt__main-image-badge-svg {
      top: 40px;
      left: 24px;
    }

    .td-lp-fiwt__main-image-badge-svg svg {
      width: 142px;
      height: 142px;
    }

    .td-lp-fiwt__main-image-badge--text {
      top: 80px;
      left: 43px;
      width: 105px;
    }

    .td-lp-fiwt__main-image-badge--text * {
      font-size: 16px;
      line-height: 133%;
    }

    .td-lp-fiwt__product-image-content--left {
      left: calc(50% - 117px);
    }

    .td-lp-fiwt__product-image-content--right {
      right: calc(50% - 164px);
    }

    .td-lp-fiwt__additional-text {
      margin-bottom: 20px;
    }
  }


  @media screen and (min-width: 1400px) {
    .td-lp-fiwt__container-dsk--inner {
      grid-template-columns: 646px 666px;
      width: 1312px;
      margin: auto;
    }

    .td-lp-fiwt__content {
      padding: 57px 24px 64px;
    }

    .td-lp-fiwt__main-image-badge-svg {
      left: 40px;
    }

    .td-lp-fiwt__main-image-badge--text {
      left: 59px;
    }

    .td-lp-fiwt__product-image-feature-text {
      flex-direction: row;
      gap: 6px;
    }

    .td-lp-fiwt__product-image-content--left {
      left: calc(50% - 160px);
    }

    .td-lp-fiwt__product-image-content--right {
      right: calc(50% - 197px);
    }
  }
/* END_SECTION:td-lp-featured-iwt */

/* START_SECTION:td-lp-hero (INDEX:116) */
.td-lp-hero__section-wrapper {
    padding-top: 127px;
    padding-bottom: 27px;
  } 

  .td-lp-hero__container-mb {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 var(--td-horizontal-padding);
    max-width: 600px;
    margin: auto;
  }

  .td-lp-hero__review-star-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    pointer-events: auto;
    transition: all 0.2s ease;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .td-lp-hero__review-star-wrapper--link:hover .td-lp-hero__review-text {
    opacity: 0.7;
  }

  .td-lp-hero__review-stars {
    height: 18px;
    margin-top: -5px;
  }

  .td-lp-hero__review-text * {
    color: var(--review-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    margin: 0;
  }

  .td-lp-hero__review-text strong {
    font-weight: 700;
  }

  .td-lp-hero__review-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .td-lp-hero__heading {
    margin-bottom: 7px;
    max-width: 300px;
  }

  .td-lp-hero__heading * {
    color: var(--heading-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 105%;
    font-family: var(--font-landing-heading-family);
    text-align: center;
    margin: 0;
  }

  .td-lp-hero__copy {
    margin-bottom: 25px;
  }

  .td-lp-hero__copy * {
    color: var(--copy-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
    text-align: center;
  }

  .td-lp-hero__image-mb {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }


  .td-lp-hero__image-mb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .td-lp-hero__btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    pointer-events: auto;
    margin-bottom: 12px;
  }

  .td-lp-hero__btn {
    padding: 0 8px;
    width: 100%;
    height: 56px;
    border-radius: 100px;
    border: 2px solid var(--btn-1-border-color);
    background-color: var(--btn-1-bg-color);
    margin: auto;
  }

  .td-lp-hero__btn-label {
    font-family: var(--font-body-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
  }

  .td-lp-hero__btn-label {
    color: var(--btn-1-text-color);
  }

  .td-lp-hero__btn--2 {
    border: 2px solid var(--btn-2-border-color);
    background-color: var(--btn-2-bg-color);
  }

  .td-lp-hero__btn-label--2 {
    color: var(--btn-2-text-color);
  }

  .td-lp-hero__additional-text * {
    color: var(--text-color);
    font-family: var(--font-subheading-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
    text-align: center;
    margin: 0;
    letter-spacing: 0.64px;
  }

  .td-lp-hero__icon-with-text-inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: start;
    margin-bottom: 19px;
  }

  .td-lp-hero__icon-with-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    flex: 1;
    max-width: 80px;
  }

  .td-lp-hero__icon-with-text-svg {
    width: 30px;
    height: 30px;
  }

  .td-lp-hero__icon-with-text-svg svg {
    color: var(--svg-color);
  }

  .td-lp-hero__icon-with-text-text {
    color: var(--text-color);
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 166.667%;
    letter-spacing: 0.48px;
    margin: 0;
    text-align: center;
  }

  .td-lp-hero__container-dsk {
    display: none;
  }


  @media screen and (min-width: 768px) {
    .td-lp-hero__section-wrapper {
      padding-top: 170px; 
    }
    
    .td-lp-hero__btn:hover * {
      color: var(--btn-1-bg-color);
    }

    .td-lp-hero__btn--2:hover * {
      color: var(--btn-2-bg-color);
    }

    .td-lp-hero__btn::before {
      background: var(--btn-1-text-color);
    }

    .td-lp-hero__btn--2::before {
      background: var(--btn-2-text-color);
    }
  }

  @media screen and (min-width: 991px) {
    .td-lp-hero__container-mb {
      display: none;
    }

    .td-lp-hero__section-wrapper {
      padding-top: 0; 
    }

    .td-lp-hero__container-dsk {
      display: grid;
      grid-template-columns: 55% 45%;
      padding: 170px 86px 0;
      max-width: var(--td-max-page-width);
      margin: auto;
      gap: 24px;
      overflow: hidden;
    }

    .td-lp-hero__container-dsk--overlap {
      width: 991px;
      margin: 0 auto;
    }

    .td-lp-hero__content-dsk {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      align-items: start;
      position: relative;
      z-index: 2;
    }

    .td-lp-hero__image-dsk {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
    }


    .td-lp-hero__container-dsk--overlap .td-lp-hero__image-dsk {
      width: 593px;
      min-width: 593px;
      left: -137px;
      top: -46px;
    }

    .td-lp-hero__image-dsk img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .td-lp-hero__btn-wrapper {
      justify-content: start;
      margin-bottom: 16px;
    }

    .td-lp-hero__btn {
      width: 384px;
      margin: 0;
    }

    .td-lp-hero__review-text,
    .td-lp-hero__heading *,
    .td-lp-hero__copy * {
      text-align: start;
    }

    .td-lp-hero__copy {
      max-width: 650px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__copy {
      max-width: 350px;
    }

    .td-lp-hero__icon-with-text-inner {
      width: 100%;
      margin-bottom: 32px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__icon-with-text-wrapper {
      height: 32px;
      width: 100%;
      overflow: visible;
      position: relative;
      margin: 24px 0 32px;
    }


    .td-lp-hero__container-dsk--overlap .td-lp-hero__icon-with-text-inner {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: visible;
      position: relative;
    }

    .td-lp-hero__container-dsk--overlap
    .td-lp-hero__icon-with-text-text {
      max-width: unset;
      text-wrap: nowrap;
    }

    .td-lp-hero__icon-with-text {
      flex-direction: row;
      gap: 8px;
      flex: unset;
      max-width: unset;
    }

    .td-lp-hero__icon-with-text-text {
      max-width: 100px;
      margin-top: 3px;
    }

    .td-lp-hero__additional-text {
      width: 384px;
    }
  }

  @media screen and (min-width: 1200px) {

    .td-lp-hero__container-dsk {
      padding: 200px 86px 50px;
      grid-template-columns: 58% 42%;
    }

    .td-lp-hero__container-dsk--overlap {
      width: 1200px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__copy {
      max-width: 450px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__image-dsk {
      width: 744px;
      min-width: 744px;
      left: -215px;
      top: -39px;
    }


    .td-lp-hero__btn-wrapper {
      flex-direction: row;
    }

    .td-lp-hero__review-star-wrapper {
      margin-bottom: 32px;
    }

    .td-lp-hero__review-text {
      font-size: 20px;
    }
    .td-lp-hero__heading  {
      margin-bottom: 24px;
      max-width: unset;
    }
    
    .td-lp-hero__heading * {
      font-size: 62px;
    }

    .td-lp-hero__copy {
      margin-bottom: 32px;
    }

    .td-lp-hero__copy * {
      font-size: 20px;
    }

    .td-lp-hero__icon-with-text-inner {
      margin-bottom: 56px;
      gap: 24px;
    }

    .td-lp-hero__icon-with-text-text {
      max-width: unset;
    }
  }


  @media screen and (min-width: 1400px) {
    .td-lp-hero__container-dsk {
      display: flex;
      padding: 240px 86px 0px;
      gap: 0;
    }

    .td-lp-hero__container-dsk--overlap {
      width: 1400px;
    }
    .td-lp-hero__image-dsk--normal {
      height: auto;
      min-width: 504px;
      width: 504px;
      position: relative;
    }

    .td-lp-hero__image-dsk--normal img {
      width: 542px;
      min-width: 542px;
      height: auto;
      position: absolute;
      right: 0;
      top: -57px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__image-dsk {
      width: 870px;
      min-width: 870px;
      left: -193px;
      top: -79px;
    }


    .td-lp-hero__review-stars {
      transform: scale(1.5);
      margin-left: 25px;
    }

    .td-lp-hero__review-text {
      margin-left: 27px; 
    }

    .td-lp-hero__heading * {
      font-size: 69px;
    }
    .td-lp-hero__heading {
      margin-bottom: 6px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__copy {
      max-width: 480px;
    }

    .td-lp-hero__copy {
      margin-bottom: 30px;
    }

    .td-lp-hero__icon-with-text-svg,
    .td-lp-hero__icon-with-text-svg svg{
      width: 24px;
      height: 24px;
    }

    .td-lp-hero__icon-with-text-text {
      font-size: 14px;
    }

    .td-lp-hero__btn-wrapper {
      margin-bottom: 12px;
    }

    .td-lp-hero__btn { 
      height: 64px;
    }
  }
/* END_SECTION:td-lp-hero */

/* START_SECTION:td-lp-logo-w-text (INDEX:117) */
.td-lp-logo-w-text__block-wrapper {
    display: flex;
    flex-direction: row;
    row-gap: 10px;
    column-gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 380px;
    margin: auto;
  }

  .td-lp-logo-w-text__logo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
  }

  .td-lp-logo-w-text__logo-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;
    margin: 0;
    color: var(--text-color);
    font-family: var(--font-body-family);
    text-align: center;
    width: 101px;
  }

  .td-lp-logo-w-text__logo-image {
    width: auto;
    height: 48px;
  }

  .td-lp-logo-w-text__logo-image img {
    object-fit: contain;
    width: auto;
    height: 100%;
  }
  

  @media screen and (min-width: 991px) {
    .td-lp-logo-w-text__block-wrapper {
      justify-content: space-between;
      max-width: unset;
    }

    .td-lp-logo-w-text__logo-text {
      font-size: 16px;
      width: auto;
    }

    .td-lp-logo-w-text__logo-image {
      height: 54px;
    }
  }

  @media screen and (min-width: 1200px) {
    .td-lp-logo-w-text__logo-text {
      font-size: 20px;
    }

    .td-lp-logo-w-text__logo-wrapper {
      gap: 16px;
    }

    .td-lp-logo-w-text__logo-image {
      height: 62px;
    }
  }
/* END_SECTION:td-lp-logo-w-text */

/* START_SECTION:td-lp-nav (INDEX:118) */
.td-lp-nav__header-section {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
  }

  .td-lp-nav.td-nav {
    display: flex;
    position: absolute;
    top: 35px;
    align-items: center;
    border-radius: 0;
    padding: 0 !important;
    background: unset;
    margin: 0;
    width: 100%;
  }

  .td-lp-nav__wrapper {
    width: 100%;
    padding: 0 var(--td-horizontal-padding);
    background: var(--background-color);
  }

  .td-lp-nav__inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px; 
    background: var(--bar-background-color);
    border-radius: 6px;
  }

  .td-lp-nav__left {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .td-lp-nav__logo {
    height: 20px;
    width: auto;
    display: block;
  }

  .td-lp-nav__logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
    vertical-align: unset;
  }

  .td-lp-nav__product-info {
    display: none;
    align-items: center;
    gap: 8px;
  }

  .td-lp-nav__product-image {
    background: var(--image-bg-color);
    border-radius: 100%;
    height: 42px;
    width: 42px;
    position: relative;
    overflow: hidden;
  }

  .td-lp-nav__product-image img {
    position: absolute;
    top: 0;
    left: -1px;
    width: 105%;
    height: 105%;
    object-fit: contain;
  }

  .td-lp-nav__product-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.64px;
    margin: 0;
    color: var(--text-color);
    font-family: var(--font-body-family);
  }

  .td-lp-nav__right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .td-lp-nav__button {
    padding: 0 20px;
    width: 100%;
    height: 32px;
    border-radius: 100px;
    border: 2px solid var(--button-border-color);
    background-color: var(--button-bg-color);
    margin: auto;
  }

  .td-lp-nav__button-label {
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
  }

  .td-lp-nav__button-mobile {
    display: flex;
  }

  .td-lp-nav__button-desktop {
    display: none;
  }

  .td-lp-nav
  .thb-secondary-area-item {
    padding: 0;
  }

  .td-lp-nav
  .thb-secondary-item-icon {
    position: relative;
    height: 24px;
  }

  .td-lp-nav
  .thb-item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .625rem;
    font-weight: 600;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--color-header-icons, --color-accent);
    color: var(--color-header-bg, #fff);
    position: absolute;
    top: -8px;
    right: -12px;
  }


  @media screen and (min-width: 768px) {
    .td-lp-nav__product-info {
      display: flex;
    }

    .td-lp-nav__button:hover * {
      color: var(--button-bg-color);
    }

    .td-lp-nav__button::before {
      background: var(--button-text-color);
    }
  }


  @media screen and (min-width: 991px) {
    .td-lp-nav {
      margin-bottom: 0;
    }

    .td-lp-nav__button-mobile {
      display: none;
    }

    .td-lp-nav__button-desktop {
      display: flex;
    }

    .td-lp-nav__inner {
      padding: 16px 40px;
    }

    .td-lp-nav__logo {
      height: 30px;
    }

    .td-lp-nav__right {
      gap: 24px;
    }

    .td-lp-nav__button {
      height: 48px;
    }

    .td-lp-nav__button-label {
      font-size: 18px;
    }

    .td-lp-nav .thb-secondary-item-icon {
      height: 19px;
    }

    .td-lp-nav__button {
      padding: 0 17px;
    }
  }
/* END_SECTION:td-lp-nav */

/* START_SECTION:td-lp-review-swiper (INDEX:119) */
.td-lprs__section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    overflow: hidden;
  }

  .td-lprs__heading {
    color: var(--heading-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
    margin: 0;
    padding: 0 var(--td-horizontal-padding);
    max-width: 600px;
  }

  .td-lprs__swiper-slider {
    width: 100%;
  }

  .td-lprs__swiper {
    width: 100%;
    overflow: hidden;
  }

  .td-lprs__swiper-wrapper {
    display: flex;
    width: 100%;
  }

  .td-lprs__swiper-slide {
    overflow: visible;
    padding-bottom: 24px;
    width: 100%;
    flex-shrink: 0;
    max-width: 100%;
    min-width: 0;
  }

  .td-lprs__swiper:not(.swiper-initialized) .td-lprs__swiper-slide {
    width: 100%;
    max-width: 100%;
  }

  .td-lprs__swiper:not(.swiper-initialized) .td-lprs__swiper-wrapper {
    display: flex;
    width: 100%;
  }

  .td-lprs__card-wrapper {
    background-color: var(--active-card-bg-color);
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow: 10px 10px 20px 0 rgba(40, 40, 40, 0.10);
    height: 100%;
    border-radius: 12px;
    transition: all 0.3s ease;
  }

  .swiper-slide-active .td-lprs__card-wrapper {
    background-color: var(--active-card-bg-color);
  }

  .td-lprs__card-image {
    width: 100%;
    height: 0;
    padding-bottom: 111%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
  }

  .td-lprs__card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .td-lprs__review-star-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    pointer-events: auto;
    transition: all 0.2s ease;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: var(--inactive-card-bg-color);
    padding: 11px 20px;
    border-radius: 6px;
    width: 100%;
    margin: -15px auto 24px;
  }

  .td-lprs__review-star-wrapper--link:hover .td-lprs__review-text {
    opacity: 0.7;
  }

  .td-lprs__review-stars {
    height: 18px;
    margin-top: -5px;
    transform: scale(1.3);
    margin-right: 20px;
  }

  @media screen and (max-width: 380px) {
    .td-lprs__review-stars {
      transform: scale(1.2);
      margin-right: 12px;
    }
  }

  .td-lprs__review-text * {
    color: var(--review-text-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    margin: 0;
    color: var(--inactive-card-text-color);
  }

  .td-lprs__review-text strong {
    font-weight: 700;
  }

  .td-lprs__review-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .td-lprs__big-quote {
    color: var(--inactive-card-text-color);
    font-family: var(--font-landing-heading-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: start;
    margin: 0;
    margin-bottom: 6px;
  }

  .td-lprs__review * {
    color: var(--inactive-card-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: start;
    margin: 0;
  }

  .swiper-slide-active .td-lprs__big-quote {
    color: var(--active-card-text-color);
  }

  .swiper-slide-active .td-lprs__review * {
    color: var(--active-card-text-color);
  }

  .td-lprs__desktop-swiper {
    display: none;
  }

  .td-lprs__mobile-swiper {
    display: block;
    width: 100%;
  }


  .td-lprs__only- {
    display: none!important;
  }

  .td-lprs__only-mb {
    display: block!important;
  }

  .td-lprs__only-dsk {
    display: none!important;
  }

  .td-lprs__nav-wrapper {
    display: flex;
    gap: 27px;
    align-items: center;
    justify-content: center;
  }

  .td-lprs__nav-wrapper {
    color: var(--nav-color);
  }

  .td-lp-review-swiper
  .td-lprs__nav-wrapper
  .td-lprs__pagination {
    position: relative;
    width: fit-content;
    top: -6px;
  }

  .td-lp-review-swiper
  .td-lprs__nav-wrapper
  .td-lprs__pagination
  .swiper-pagination-bullet-active {
    background: var(--nav-color);
  }

  .td-lprs__next,
  .td-lprs__prev {
    cursor: pointer;
  }

  @media screen and (min-width: 500px) {
    .td-lprs__card-wrapper {
      background-color: var(--inactive-card-bg-color);
    }
  }

  @media screen and (min-width: 991px) {
    .td-lprs__section-wrapper {
      gap: 48px;
    }

    .td-lprs__desktop-swiper {
      display: block;
      width: 400px;
      margin: auto;
    }

    .td-lprs__mobile-swiper {
      display: none;
    }

    .td-lprs__only-mb {
      display: none!important;
    }

    .td-lprs__only-dsk {
      display: block!important;
    }

    .td-lprs__heading {
      font-size: 38px;
      max-width: 600px;
    }


    /* Hide slides that are more than 1 position away from active */
    .td-lprs__swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
      opacity: 0;
      visibility: hidden;
    }

    .td-lprs__swiper-slide
    .swiper-slide-shadow-cards {
      display: none;
    }

    .td-lprs__swiper-slide {
      overflow: hidden;
    }

    .td-lprs__review-star-wrapper {
      padding: 11px 29px 11px 34px;
      width: fit-content;
    }

    .td-lprs__nav-wrapper {
      gap: 40px;
    }
  }


  @media screen and (min-width: 1200px) {
    .td-lprs__section-wrapper {
      gap: 62px;
    }

    .td-lprs__heading {
      font-size: 48px;
      max-width: 800px;
    }

    .td-lprs__review-text * {
      font-size: 16px;
    }

    .td-lprs__big-quote {
      font-size: 32px;
    }

    .td-lprs__review * {
      font-size: 20px;
    }

    .td-lprs__swiper-slide  {
      padding-bottom: 56px;
    }

    .td-lprs__review-star-wrapper {
      margin: -21px auto 19px;
    }

    .td-lprs__big-quote {
      margin-bottom: 15px;
    }

    .td-lprs__nav-wrapper {
      margin-top: 17px;
    }
  }
/* END_SECTION:td-lp-review-swiper */

/* START_SECTION:td-lp-whats-inside (INDEX:121) */
.td-lpwi__container--mb {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .td-lpwi__image-mb {
    width: 90%;
    height: auto;
  }

  .td-lpwi__image-mb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .td-lpwi__heading {
    margin-top: -14px;
    margin-bottom: 28px;
  }

  .td-lpwi__heading * {
    color: var(--heading-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
    margin: 0;
  }

  .td-lpwi__blocks-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .td-lpwi__block {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 21px 8px 16px;
    background-color: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    border-radius: 10px;
  }

  .td-lpwi__block-title {
    color: var(--card-text-color);
    font-family: var(--font-subheading-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
    margin: 0;
    text-align: center;
  }

  .td-lpwi__block-copy * {
    color: var(--card-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    text-align: center;
  }

  .td-lpwi__container--dsk {
    display: none;
  }


  @media screen and (min-width: 991px) {
    .td-lpwi__container--mb {
      display: none;
    }

    .td-lpwi__container--dsk {
      display: flex;
      flex-direction: column;
      gap: 32px;
      align-items: center;
    }

    .td-lpwi__heading {
      margin-bottom: 0;
      margin-top: 0;
    }

    .td-lpwi__heading * {
      font-size: 40px;
    }

    .td-lpwi__content {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

    .td-lpwi__content-left,
    .td-lpwi__content-right {
      width: 40%;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    .td-lpwi__block-line--left,
    .td-lpwi__block-line--right {
      color: var(--block-line-color);
    }

    .td-lpwi__image-dsk {
      width: 20%;
    }

    .td-lpwi__image-dsk img {
      object-fit: contain;
      width: 110%;
      height: auto;
      max-width: unset;
    }

    .td-lpwi__block-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 24px;
    }

    .td-lpwi__block {
      padding: 16px;
    }

    .td-lpwi__block-title {
      text-align: start;
    }

    .td-lpwi__block-copy * {
      text-align: start;
    }
  }


  @media screen and (min-width: 1024px) {
    .td-lpwi__content-left,
    .td-lpwi__content-right {
      width: 41%;
    }

    .td-lpwi__image-dsk {
      width: 18%;
    }

    .td-lpwi__container--dsk {
      gap: 40px;
    }
  }

  @media screen and (min-width: 1200px) {
    .td-lpwi__content-left,
    .td-lpwi__content-right {
      gap: 64px;
    }

    .td-lpwi__container--dsk {
      gap: 48px;
    }

    .td-lpwi__image-dsk img {
      width: 113%;
    }

    .td-lpwi__heading * {
      font-size: 48px;
    }

    .td-lpwi__block {
      padding: 24px;
    }

    .td-lpwi__block-title {
      font-size: 24px;
    }

    .td-lpwi__block-copy * {
      font-size: 18px;
    }
  }

  @media screen and (min-width: 1400px) {
    .td-lpwi__content-left,
    .td-lpwi__content-right {
      width: 42%;
    }

    .td-lpwi__image-dsk {
      width: 183px;
    }

    .td-lpwi__block {
      width: 420px;
    }

    .td-lpwi__content-right
    .td-lpwi__block-wrapper {
      justify-content: start;
    }

    .td-lpwi__content-left
    .td-lpwi__block-wrapper {
      justify-content: end;
    }
  }
/* END_SECTION:td-lp-whats-inside */

/* START_SECTION:td-three-images (INDEX:135) */
.td-three-images__container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .td-three-images__heading-wrapper {
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-width: 925px;
    margin: 0 auto;
  }

  .td-three-images__heading {
    color: var(--td-heading-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    text-align: center;
  }

  .td-three-images__subheading * {
    color: var(--td-heading-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin: 0;
  }

  .td-three-images__block-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .td-three-images__block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
  }

  .td-three-images__image {
    width: 40%;
    margin: 0 auto;
  }

  .td-three-images__image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .td-three-images__block-content {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .td-three-images__block-title {
    color: var(--td-block-text-color);
    font-family: var(--font-subheading-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
    margin: 0;
    text-align: center;
  }

  .td-three-images__block-copy * {
    color: var(--td-block-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    text-align: center;
  }

  @media screen and (min-width: 768px) {
    .td-three-images__container {
      max-width: var(--td-max-page-width);
    }


    .td-three-images__block-wrapper {
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
    }

    .td-three-images__block {
      width: 300px;
      flex: unset;
      justify-content: space-between;
    }

    .td-three-images__image {
      width: 80%;
    }
  }

  @media screen and (min-width: 991px) {
    .td-three-images__block {
      width: unset;
    }
    .td-three-images__block-wrapper {
      flex-wrap: nowrap;
    }
  }


  @media screen and (min-width: 1024px) {
    .td-three-images__container {
      gap: 32px;
    }
    
    .td-three-images__heading-wrapper {
      gap: 10px;
    }

    .td-three-images__heading {
      font-size: 48px;
    }

    .td-three-images__subheading * {
      font-size: 18px;
    }

    .td-three-images__block-wrapper {
      flex-wrap: nowrap;
      gap: 24px;
    }
    .td-three-images__block {
      width: unset;
      flex: 1;
      gap: 24px;
      justify-content: start;
    }

    .td-three-images__image {
      width: 100%;
      height: 200px;
    }
  }

  @media screen and (min-width: 1200px) {
    .td-three-images__block-title {
      font-size: 28px;
    }

    .td-three-images__block-copy * {
      font-size: 18px;
    }

    .td-three-images__block {
      gap: 40px;
      padding: 0 32px;
    }

    .td-three-images__image {
      height: 240px;
    }

    .td-three-images__block-content {
      gap: 6px;
    }
  }
/* END_SECTION:td-three-images */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:td-free-gift (INDEX:252) */
td-free-gift {
    display: none;
    height: 0;
  }
/* END_SNIPPET:td-free-gift */

/* START_SNIPPET:td-marquee-snippet (INDEX:269) */
.td-marquee {
    --iteration-reduction: 2;
    --_iteration-count: calc(var(--manual-track-count, var(--track-count)) - var(--iteration-reduction));
    --inline-spacing: 16px;
    --_inline-slide-margin: calc(var(--inline-spacing) / 2);
    position: relative;
    height: auto;
    background-color: var(--sb-bg-color);
    display: flex;
    overflow: hidden;
  }

  .td-track--marquee {
    display: flex;
    gap: var(--inline-spacing);
    width: auto;
    height: 100%;
    animation: scroll-left calc(var(--marquee-speed, 30s) * var(--_iteration-count)) 
      linear infinite;
  }

  .td-marquee--left
  .td-track--marquee {
    animation: scroll-left calc(var(--marquee-speed, 30s) * var(--_iteration-count)) 
    linear infinite;
  }

  .td-marquee--right
  .td-track--marquee {
    animation: scroll-right calc(var(--marquee-speed, 30s) * var(--_iteration-count)) 
    linear infinite;
  } 

  .td-track--marquee .td-track__content {
    flex-shrink: 0;
  }

  .td-marquee:hover .td-track--marquee,
  .td-marquee:focus-within .td-track--marquee {
    animation-play-state: paused;
  }

  /* 
  * Two separate keyframes for left and right scrolling directions
  * scroll-left: Content moves from right to left (default)
  * scroll-right: Content moves from left to right (reverse)
  */
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100% * var(--_iteration-count)));
    }
  }

  @keyframes scroll-right {
    0% {
      /* Start position is negative to ensure content is visible immediately */
      transform: translateX(calc(-100% * var(--_iteration-count)));
    }
    100% {
      transform: translateX(0);
    }
  }
/* END_SNIPPET:td-marquee-snippet */