.hdt-product-description {
  --font-family-3: var(--f_family_3);
  --border-color: rgb(var(--color-line-border));
  color: rgb(var(--color-foreground2));
  &.hdt-rte :where(:not(meta,span)+*){
    margin-block-start: 0;
  }
  p {
    color: rgb(var(--color-foreground2));
    .hdt-rte & {
      margin-block-end: 2rem !important;
    }
  }
  ul {
    color: rgb(var(--color-foreground2));
    .hdt-rte & {
      li:not(:first-child) {
        margin-block-start: 0.5rem;
      }
    }
  }
  strong {
    font-weight: 600;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 35px;
    width: 100%;
    line-height: 1.4;
  }
  table,
  td,
  th {
    border: 1px solid var(--border-color);
    vertical-align: middle;
  }
  caption,
  th,
  td {
    vertical-align: middle;
    text-align: start;
    font-weight: 400;
  }
  th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
  }
  td {
    border-width: 0 1px 1px 0;
  }
  td,
  th {
    padding: 10px;
  }
  q,
  blockquote {
    quotes: none;
  }
  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
    content: none;
  }
  a,
  img {
    border: none;
    display: inline-block;
  }
  blockquote,
  q {
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 14px;
    display: block;
    font-family: var(--font-family-3) !important;
    border: 0;
    padding: 30px 25px 30px 60px;
    background-color: rgb(var(--color-foreground2) / 0.1);
    quotes: "\201c""\201d";
  }
  blockquote:before,
  q:before {
    content: open-quote;
    left: 25px;
    top: 0;
    font-size: 50px;
    position: absolute;
  }
  blockquote:after,
  q:after {
    content: no-close-quote;
  }
  em {
    font-family: var(--font-family-3) !important;
  }
  svg{
    display: inline-block;
  }
  .t4s-container,
  .t4s-container-fluid,
  .t4s-container-xxl,
  .t4s-container-xl,
  .t4s-container-lg,
  .t4s-container-md,
  .t4s-container-sm {
    width: 100%;
    padding-right: calc(0.5 * var(--ts-gutter-x, 3rem));
    padding-left: calc(0.5 * var(--ts-gutter-x, 3rem));
    margin-inline-end: auto;
    margin-inline-start: auto;
  }
  @media (min-width: 1200px) {
    .t4s-container-xl,
    .t4s-container-lg,
    .t4s-container-md,
    .t4s-container-sm,
    .t4s-container {
      max-width: 1170px;
    }
  }
  @media (min-width: 1230px) {
    .t4s-container-xl,
    .t4s-container-lg,
    .t4s-container-md,
    .t4s-container-sm,
    .t4s-container {
      max-width: 1200px;
    }
  }
  .t4s-row {
    --ts-gutter-x: 3rem;
    --ts-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--ts-gutter-y));
    margin-inline-end: calc(-0.5 * var(--ts-gutter-x));
    margin-inline-start: calc(-0.5 * var(--ts-gutter-x));
  }
  .t4s-row.t4s-row-mt {
    margin-top: 0;
  }
  .t4s-col-item {
    padding-right: calc(var(--ts-gutter-x) * 0.5);
    padding-left: calc(var(--ts-gutter-x) * 0.5);
    margin-top: var(--ts-gutter-y);
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  .t4s-col-item {
    flex: 0 0 auto;
  }
  .t4s-col {
    flex: 1 0 0%;
  }
  .t4s-row-cols-auto > .t4s-col-item,
  .t4s-row-cols-auto .flickityt4s-slider > .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }
  .t4s-row-cols-1 > .t4s-col-item,
  .t4s-row-cols-1 .flickityt4s-slider > .t4s-col-item,
  .t4s-row-cols-list_t4s > .t4s-col-item {
    width: 100%;
  }
  .t4s-row-cols-2 > .t4s-col-item,
  .t4s-row-cols-2 .flickityt4s-slider > .t4s-col-item {
    width: 50%;
  }
  .t4s-row-cols-3 > .t4s-col-item,
  .t4s-row-cols-3 .flickityt4s-slider > .t4s-col-item {
    width: 33.3333333333%;
  }
  .t4s-row-cols-4 > .t4s-col-item,
  .t4s-row-cols-4 .flickityt4s-slider > .t4s-col-item {
    width: 25%;
  }
  .t4s-row-cols-5 > .t4s-col-item,
  .t4s-row-cols-5 .flickityt4s-slider > .t4s-col-item,
  .t4s-col-15 {
    flex: 0 0 auto;
    width: 20%;
  }
  .t4s-row-cols-6 > .t4s-col-item,
  .t4s-row-cols-6 .flickityt4s-slider > .t4s-col-item {
    width: 16.6666666667%;
  }
  .t4s-col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .t4s-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .t4s-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .t4s-col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .t4s-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .t4s-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .t4s-col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .t4s-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .t4s-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .t4s-col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .t4s-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .t4s-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .t4s-col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .t4s-offset-1 {
    margin-inline-start: 8.33333333%;
  }
  .t4s-offset-2 {
    margin-inline-start: 16.66666667%;
  }
  .t4s-offset-3 {
    margin-inline-start: 25%;
  }
  .t4s-offset-4 {
    margin-inline-start: 33.33333333%;
  }
  .t4s-offset-5 {
    margin-inline-start: 41.66666667%;
  }
  .t4s-offset-6 {
    margin-inline-start: 50%;
  }
  .t4s-offset-7 {
    margin-inline-start: 58.33333333%;
  }
  .t4s-offset-8 {
    margin-inline-start: 66.66666667%;
  }
  .t4s-offset-9 {
    margin-inline-start: 75%;
  }
  .t4s-offset-10 {
    margin-inline-start: 83.33333333%;
  }
  .t4s-offset-11 {
    margin-inline-start: 91.66666667%;
  }
  .t4s-g-0,
  .t4s-gx-0,
  .t4s-px-0 {
    --ts-gutter-x: 0;
  }
  .t4s-g-0,
  .t4s-gy-0 {
    --ts-gutter-y: 0;
  }
  .t4s-g-2,
  .t4s-gx-2,
  .t4s-px-2 {
    --ts-gutter-x: 2px;
  }
  .t4s-g-2,
  .t4s-gy-2 {
    --ts-gutter-y: 2px;
  }
  .t4s-g-3,
  .t4s-gx-3,
  .t4s-px-3 {
    --ts-gutter-x: 3px;
  }
  .t4s-g-3,
  .t4s-gy-3 {
    --ts-gutter-y: 3px;
  }
  .t4s-g-4,
  .t4s-gx-4,
  .t4s-px-4 {
    --ts-gutter-x: 4px;
  }
  .t4s-g-4,
  .t4s-gy-4 {
    --ts-gutter-y: 4px;
  }
  .t4s-g-5,
  .t4s-gx-5,
  .t4s-px-5 {
    --ts-gutter-x: 5px;
  }
  .t4s-g-5,
  .t4s-gy-5 {
    --ts-gutter-y: 5px;
  }
  .t4s-g-6,
  .t4s-gx-6,
  .t4s-px-6 {
    --ts-gutter-x: 6px;
  }
  .t4s-g-6,
  .t4s-gy-6 {
    --ts-gutter-y: 6px;
  }
  .t4s-g-8,
  .t4s-gx-8,
  .t4s-px-8 {
    --ts-gutter-x: 8px;
  }
  .t4s-g-8,
  .t4s-gy-8 {
    --ts-gutter-y: 8px;
  }
  .t4s-g-10,
  .t4s-gx-10,
  .t4s-px-10 {
    --ts-gutter-x: 10px;
  }
  .t4s-g-10,
  .t4s-gy-10 {
    --ts-gutter-y: 10px;
  }
  .t4s-g-15,
  .t4s-gx-15,
  .t4s-px-15 {
    --ts-gutter-x: 15px;
  }
  .t4s-g-15,
  .t4s-gy-15 {
    --ts-gutter-y: 15px;
  }
  .t4s-g-20,
  .t4s-gx-20,
  .t4s-px-20 {
    --ts-gutter-x: 20px;
  }
  .t4s-g-20,
  .t4s-gy-20 {
    --ts-gutter-y: 20px;
  }
  .t4s-g-25,
  .t4s-gx-25,
  .t4s-px-25 {
    --ts-gutter-x: 25px;
  }
  .t4s-g-25,
  .t4s-gy-25 {
    --ts-gutter-y: 25px;
  }
  .t4s-g-30,
  .t4s-gx-30,
  .t4s-px-30 {
    --ts-gutter-x: 30px;
  }
  .t4s-g-30,
  .t4s-gy-30 {
    --ts-gutter-y: 30px;
  }
  .t4s-g-40,
  .t4s-gx-40,
  .t4s-px-40 {
    --ts-gutter-x: 40px;
  }
  .t4s-g-40,
  .t4s-gy-40 {
    --ts-gutter-y: 40px;
  }
  @media (min-width: 576px) {
    .t4s-col-sm {
      flex: 1 0 0%;
    }
    .t4s-row-cols-sm-auto > .t4s-col-item,
    .t4s-row-cols-sm-auto .flickityt4s-slider > .t4s-col-item {
      flex: 0 0 auto;
      width: auto;
    }
    .t4s-row-cols-sm-1 > .t4s-col-item,
    .t4s-row-cols-sm-1 .flickityt4s-slider > .t4s-col-item {
      width: 100%;
    }
    .t4s-row-cols-sm-2 > .t4s-col-item,
    .t4s-row-cols-sm-2 .flickityt4s-slider > .t4s-col-item {
      width: 50%;
    }
    .t4s-row-cols-sm-3 > .t4s-col-item,
    .t4s-row-cols-sm-3 .flickityt4s-slider > .t4s-col-item {
      width: 33.3333333333%;
    }
    .t4s-row-cols-sm-4 > .t4s-col-item,
    .t4s-row-cols-sm-4 .flickityt4s-slider > .t4s-col-item {
      width: 25%;
    }
    .t4s-row-cols-sm-5 > .t4s-col-item,
    .t4s-row-cols-sm-5 .flickityt4s-slider > .t4s-col-item,
    .t4s-col-sm-15 {
      width: 20%;
    }
    .t4s-row-cols-sm-6 > .t4s-col-item,
    .t4s-row-cols-sm-6 .flickityt4s-slider > .t4s-col-item {
      width: 16.6666666667%;
    }
    .t4s-col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .t4s-col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .t4s-col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .t4s-col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .t4s-col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .t4s-col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .t4s-col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .t4s-col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .t4s-col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .t4s-col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .t4s-col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .t4s-col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .t4s-col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .t4s-offset-sm-0 {
      margin-inline-start: 0;
    }
    .t4s-offset-sm-1 {
      margin-inline-start: 8.33333333%;
    }
    .t4s-offset-sm-2 {
      margin-inline-start: 16.66666667%;
    }
    .t4s-offset-sm-3 {
      margin-inline-start: 25%;
    }
    .t4s-offset-sm-4 {
      margin-inline-start: 33.33333333%;
    }
    .t4s-offset-sm-5 {
      margin-inline-start: 41.66666667%;
    }
    .t4s-offset-sm-6 {
      margin-inline-start: 50%;
    }
    .t4s-offset-sm-7 {
      margin-inline-start: 58.33333333%;
    }
    .t4s-offset-sm-8 {
      margin-inline-start: 66.66666667%;
    }
    .t4s-offset-sm-9 {
      margin-inline-start: 75%;
    }
    .t4s-offset-sm-10 {
      margin-inline-start: 83.33333333%;
    }
    .t4s-offset-sm-11 {
      margin-inline-start: 91.66666667%;
    }
    .t4s-g-sm-0,
    .t4s-gx-sm-0,
    .t4s-px-sm-0 {
      --ts-gutter-x: 0;
    }
    .t4s-g-sm-0,
    .t4s-gy-sm-0 {
      --ts-gutter-y: 0;
    }
    .t4s-g-sm-2,
    .t4s-gx-sm-2,
    .t4s-px-sm-2 {
      --ts-gutter-x: 2px;
    }
    .t4s-g-sm-2,
    .t4s-gy-sm-2 {
      --ts-gutter-y: 2px;
    }
    .t4s-g-sm-3,
    .t4s-gx-sm-3,
    .t4s-px-sm-3 {
      --ts-gutter-x: 3px;
    }
    .t4s-g-sm-3,
    .t4s-gy-sm-3 {
      --ts-gutter-y: 3px;
    }
    .t4s-g-sm-4,
    .t4s-gx-sm-4,
    .t4s-px-sm-4 {
      --ts-gutter-x: 4px;
    }
    .t4s-g-sm-4,
    .t4s-gy-sm-4 {
      --ts-gutter-y: 4px;
    }
    .t4s-g-sm-5,
    .t4s-gx-sm-5,
    .t4s-px-sm-5 {
      --ts-gutter-x: 5px;
    }
    .t4s-g-sm-5,
    .t4s-gy-sm-5 {
      --ts-gutter-y: 5px;
    }
    .t4s-g-sm-6,
    .t4s-gx-sm-6,
    .t4s-px-sm-6 {
      --ts-gutter-x: 6px;
    }
    .t4s-g-sm-6,
    .t4s-gy-sm-6 {
      --ts-gutter-y: 6px;
    }
    .t4s-g-sm-8,
    .t4s-gx-sm-8,
    .t4s-px-sm-8 {
      --ts-gutter-x: 8px;
    }
    .t4s-g-sm-8,
    .t4s-gy-sm-8 {
      --ts-gutter-y: 8px;
    }
    .t4s-g-sm-10,
    .t4s-gx-sm-10,
    .t4s-px-sm-10 {
      --ts-gutter-x: 10px;
    }
    .t4s-g-sm-10,
    .t4s-gy-sm-10 {
      --ts-gutter-y: 10px;
    }
    .t4s-g-sm-15,
    .t4s-gx-sm-15,
    .t4s-px-sm-15 {
      --ts-gutter-x: 15px;
    }
    .t4s-g-sm-15,
    .t4s-gy-sm-15 {
      --ts-gutter-y: 15px;
    }
    .t4s-g-sm-20,
    .t4s-gx-sm-20,
    .t4s-px-sm-20 {
      --ts-gutter-x: 20px;
    }
    .t4s-g-sm-20,
    .t4s-gy-sm-20 {
      --ts-gutter-y: 20px;
    }
    .t4s-g-sm-25,
    .t4s-gx-sm-25,
    .t4s-px-sm-25 {
      --ts-gutter-x: 25px;
    }
    .t4s-g-sm-25,
    .t4s-gy-sm-25 {
      --ts-gutter-y: 25px;
    }
    .t4s-g-sm-30,
    .t4s-gx-sm-30,
    .t4s-px-sm-30 {
      --ts-gutter-x: 30px;
    }
    .t4s-g-sm-30,
    .t4s-gy-sm-30 {
      --ts-gutter-y: 30px;
    }
    .t4s-g-sm-40,
    .t4s-gx-sm-40,
    .t4s-px-sm-40 {
      --ts-gutter-x: 40px;
    }
    .t4s-g-sm-40,
    .t4s-gy-sm-40 {
      --ts-gutter-y: 40px;
    }
  }
  @media (min-width: 768px) {
    .t4s-col-md-custom {
      width: var(--t4s-cus-col-md, 50%);
      flex: 0 0 auto;
    }
    .t4s-col-md {
      flex: 1 0 0%;
    }
    .t4s-row-cols-md-auto > .t4s-col-item,
    .t4s-row-cols-md-auto .flickityt4s-slider > .t4s-col-item {
      flex: 0 0 auto;
      width: auto;
    }
    .t4s-row-cols-md-1 > .t4s-col-item,
    .t4s-row-cols-md-1 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-md-list_t4s > .t4s-col-item {
      width: 100%;
    }
    .t4s-row-cols-md-2 > .t4s-col-item,
    .t4s-row-cols-md-2 .flickityt4s-slider > .t4s-col-item {
      width: 50%;
    }
    .t4s-row-cols-md-3 > .t4s-col-item,
    .t4s-row-cols-md-3 .flickityt4s-slider > .t4s-col-item {
      width: 33.3333333333%;
    }
    .t4s-row-cols-md-4 > .t4s-col-item,
    .t4s-row-cols-md-4 .flickityt4s-slider > .t4s-col-item {
      width: 25%;
    }
    .t4s-row-cols-md-5 > .t4s-col-item,
    .t4s-row-cols-md-5 .flickityt4s-slider > .t4s-col-item,
    .t4s-col-md-15 {
      width: 20%;
    }
    .t4s-row-cols-md-6 > .t4s-col-item,
    .t4s-row-cols-md-6 .flickityt4s-slider > .t4s-col-item {
      width: 16.6666666667%;
    }
    .t4s-col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .t4s-col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .t4s-col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .t4s-col-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .t4s-col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .t4s-col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .t4s-col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .t4s-col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .t4s-col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .t4s-col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .t4s-col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .t4s-col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .t4s-col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .t4s-offset-md-0 {
      margin-inline-start: 0;
    }
    .t4s-offset-md-1 {
      margin-inline-start: 8.33333333%;
    }
    .t4s-offset-md-2 {
      margin-inline-start: 16.66666667%;
    }
    .t4s-offset-md-3 {
      margin-inline-start: 25%;
    }
    .t4s-offset-md-4 {
      margin-inline-start: 33.33333333%;
    }
    .t4s-offset-md-5 {
      margin-inline-start: 41.66666667%;
    }
    .t4s-offset-md-6 {
      margin-inline-start: 50%;
    }
    .t4s-offset-md-7 {
      margin-inline-start: 58.33333333%;
    }
    .t4s-offset-md-8 {
      margin-inline-start: 66.66666667%;
    }
    .t4s-offset-md-9 {
      margin-inline-start: 75%;
    }
    .t4s-offset-md-10 {
      margin-inline-start: 83.33333333%;
    }
    .t4s-offset-md-11 {
      margin-inline-start: 91.66666667%;
    }
    .t4s-g-md-0,
    .t4s-gx-md-0,
    .t4s-px-md-0 {
      --ts-gutter-x: 0;
    }
    .t4s-g-md-0,
    .t4s-gy-md-0 {
      --ts-gutter-y: 0;
    }
    .t4s-g-md-2,
    .t4s-gx-md-2,
    .t4s-px-md-2 {
      --ts-gutter-x: 2px;
    }
    .t4s-g-md-2,
    .t4s-gy-md-2 {
      --ts-gutter-y: 2px;
    }
    .t4s-g-md-3,
    .t4s-gx-md-3,
    .t4s-px-md-3 {
      --ts-gutter-x: 3px;
    }
    .t4s-g-md-3,
    .t4s-gy-md-3 {
      --ts-gutter-y: 3px;
    }
    .t4s-g-md-4,
    .t4s-gx-md-4,
    .t4s-px-md-4 {
      --ts-gutter-x: 4px;
    }
    .t4s-g-md-4,
    .t4s-gy-md-4 {
      --ts-gutter-y: 4px;
    }
    .t4s-g-md-5,
    .t4s-gx-md-5,
    .t4s-px-md-5 {
      --ts-gutter-x: 5px;
    }
    .t4s-g-md-5,
    .t4s-gy-md-5 {
      --ts-gutter-y: 5px;
    }
    .t4s-g-md-6,
    .t4s-gx-md-6,
    .t4s-px-md-6 {
      --ts-gutter-x: 6px;
    }
    .t4s-g-md-6,
    .t4s-gy-md-6 {
      --ts-gutter-y: 6px;
    }
    .t4s-g-md-8,
    .t4s-gx-md-8,
    .t4s-px-md-8 {
      --ts-gutter-x: 8px;
    }
    .t4s-g-md-8,
    .t4s-gy-md-8 {
      --ts-gutter-y: 8px;
    }
    .t4s-g-md-10,
    .t4s-gx-md-10,
    .t4s-px-md-10 {
      --ts-gutter-x: 10px;
    }
    .t4s-g-md-10,
    .t4s-gy-md-10 {
      --ts-gutter-y: 10px;
    }
    .t4s-g-md-15,
    .t4s-gx-md-15,
    .t4s-px-md-15 {
      --ts-gutter-x: 15px;
    }
    .t4s-g-md-15,
    .t4s-gy-md-15 {
      --ts-gutter-y: 15px;
    }
    .t4s-g-md-20,
    .t4s-gx-md-20,
    .t4s-px-md-20 {
      --ts-gutter-x: 20px;
    }
    .t4s-g-md-20,
    .t4s-gy-md-20 {
      --ts-gutter-y: 20px;
    }
    .t4s-g-md-25,
    .t4s-gx-md-25,
    .t4s-px-md-25 {
      --ts-gutter-x: 25px;
    }
    .t4s-g-md-25,
    .t4s-gy-md-25 {
      --ts-gutter-y: 25px;
    }
    .t4s-g-md-30,
    .t4s-gx-md-30,
    .t4s-px-md-30 {
      --ts-gutter-x: 30px;
    }
    .t4s-g-md-30,
    .t4s-gy-md-30 {
      --ts-gutter-y: 30px;
    }
    .t4s-g-md-40,
    .t4s-gx-md-40,
    .t4s-px-md-40 {
      --ts-gutter-x: 40px;
    }
    .t4s-g-md-40,
    .t4s-gy-md-40 {
      --ts-gutter-y: 40px;
    }
  }
  @media (min-width: 1025px) {
    .t4s-col-lg-custom {
      width: var(--t4s-cus-col-lg, 25%);
      flex: 0 0 auto;
    }
    .t4s-col-lg {
      flex: 1 0 0%;
    }
    .t4s-row-cols-lg-auto > .t4s-col-item,
    .t4s-row-cols-lg-auto .flickityt4s-slider > .t4s-col-item {
      flex: 0 0 auto;
      width: auto;
    }
    .t4s-row-cols-lg-1 > .t4s-col-item,
    .t4s-row-cols-lg-1 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-lg-list_t4s > .t4s-col-item {
      width: 100%;
    }
    .t4s-row-cols-lg-2 > .t4s-col-item,
    .t4s-row-cols-lg-2 .flickityt4s-slider > .t4s-col-item {
      width: 50%;
    }
    .t4s-row-cols-lg-3 > .t4s-col-item,
    .t4s-row-cols-lg-3 .flickityt4s-slider > .t4s-col-item {
      width: 33.3333333333%;
    }
    .t4s-row-cols-lg-4 > .t4s-col-item,
    .t4s-row-cols-lg-4 .flickityt4s-slider > .t4s-col-item {
      width: 25%;
    }
    .t4s-row-cols-lg-5 > .t4s-col-item,
    .t4s-row-cols-lg-5 .flickityt4s-slider > .t4s-col-item,
    .t4s-col-lg-15 {
      width: 20%;
    }
    .t4s-row-cols-lg-6 > .t4s-col-item,
    .t4s-row-cols-lg-6 .flickityt4s-slider > .t4s-col-item {
      width: 16.6666666667%;
    }
    .t4s-row-cols-lg-7 > .t4s-col-item,
    .t4s-row-cols-lg-7 .flickityt4s-slider > .t4s-col-item {
      width: 14.285714286%;
    }
    .t4s-row-cols-lg-8 > .t4s-col-item,
    .t4s-row-cols-lg-8 .flickityt4s-slider > .t4s-col-item {
      width: 12.5%;
    }
    .t4s-row-cols-lg-9 > .t4s-col-item,
    .t4s-row-cols-lg-9 .flickityt4s-slider > .t4s-col-item {
      width: 11.1111111111%;
    }
    .t4s-col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .t4s-col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .t4s-col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .t4s-col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .t4s-col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .t4s-col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .t4s-col-lg-6,
    .t4s-col-item.t4s-col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .t4s-col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .t4s-col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .t4s-col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .t4s-col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .t4s-col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .t4s-col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .t4s-offset-lg-0 {
      margin-inline-start: 0;
    }
    .t4s-offset-lg-1 {
      margin-inline-start: 8.33333333%;
    }
    .t4s-offset-lg-2 {
      margin-inline-start: 16.66666667%;
    }
    .t4s-offset-lg-3 {
      margin-inline-start: 25%;
    }
    .t4s-offset-lg-4 {
      margin-inline-start: 33.33333333%;
    }
    .t4s-offset-lg-5 {
      margin-inline-start: 41.66666667%;
    }
    .t4s-offset-lg-6 {
      margin-inline-start: 50%;
    }
    .t4s-offset-lg-7 {
      margin-inline-start: 58.33333333%;
    }
    .t4s-offset-lg-8 {
      margin-inline-start: 66.66666667%;
    }
    .t4s-offset-lg-9 {
      margin-inline-start: 75%;
    }
    .t4s-offset-lg-10 {
      margin-inline-start: 83.33333333%;
    }
    .t4s-offset-lg-11 {
      margin-inline-start: 91.66666667%;
    }
    .t4s-g-lg-0,
    .t4s-gx-lg-0,
    .t4s-px-lg-0 {
      --ts-gutter-x: 0;
    }
    .t4s-g-lg-0,
    .t4s-gy-lg-0 {
      --ts-gutter-y: 0;
    }
    .t4s-g-lg-2,
    .t4s-gx-lg-2,
    .t4s-px-lg-2 {
      --ts-gutter-x: 2px;
    }
    .t4s-g-lg-2,
    .t4s-gy-lg-2 {
      --ts-gutter-y: 2px;
    }
    .t4s-g-lg-3,
    .t4s-gx-lg-3,
    .t4s-px-lg-3 {
      --ts-gutter-x: 3px;
    }
    .t4s-g-lg-3,
    .t4s-gy-lg-3 {
      --ts-gutter-y: 3px;
    }
    .t4s-g-lg-4,
    .t4s-gx-lg-4,
    .t4s-px-lg-4 {
      --ts-gutter-x: 4px;
    }
    .t4s-g-lg-4,
    .t4s-gy-lg-4 {
      --ts-gutter-y: 4px;
    }
    .t4s-g-lg-5,
    .t4s-gx-lg-5,
    .t4s-px-lg-5 {
      --ts-gutter-x: 5px;
    }
    .t4s-g-lg-5,
    .t4s-gy-lg-5 {
      --ts-gutter-y: 5px;
    }
    .t4s-g-lg-6,
    .t4s-gx-lg-6,
    .t4s-px-lg-6 {
      --ts-gutter-x: 6px;
    }
    .t4s-g-lg-6,
    .t4s-gy-lg-6 {
      --ts-gutter-y: 6px;
    }
    .t4s-g-lg-8,
    .t4s-gx-lg-8,
    .t4s-px-lg-8 {
      --ts-gutter-x: 8px;
    }
    .t4s-g-lg-8,
    .t4s-gy-lg-8 {
      --ts-gutter-y: 8px;
    }
    .t4s-g-lg-10,
    .t4s-gx-lg-10,
    .t4s-px-lg-10 {
      --ts-gutter-x: 10px;
    }
    .t4s-g-lg-10,
    .t4s-gy-lg-10 {
      --ts-gutter-y: 10px;
    }
    .t4s-g-lg-15,
    .t4s-gx-lg-15,
    .t4s-px-lg-15 {
      --ts-gutter-x: 15px;
    }
    .t4s-g-lg-15,
    .t4s-gy-lg-15 {
      --ts-gutter-y: 15px;
    }
    .t4s-g-lg-20,
    .t4s-gx-lg-20,
    .t4s-px-lg-20 {
      --ts-gutter-x: 20px;
    }
    .t4s-g-lg-20,
    .t4s-gy-lg-20 {
      --ts-gutter-y: 20px;
    }
    .t4s-g-lg-25,
    .t4s-gx-lg-25,
    .t4s-px-lg-25 {
      --ts-gutter-x: 25px;
    }
    .t4s-g-lg-25,
    .t4s-gy-lg-25 {
      --ts-gutter-y: 25px;
    }
    .t4s-g-lg-30,
    .t4s-gx-lg-30,
    .t4s-px-lg-30 {
      --ts-gutter-x: 30px;
    }
    .t4s-g-lg-30,
    .t4s-gy-lg-30 {
      --ts-gutter-y: 30px;
    }
    .t4s-g-lg-40,
    .t4s-gx-lg-40,
    .t4s-px-lg-40 {
      --ts-gutter-x: 40px;
    }
    .t4s-g-lg-40,
    .t4s-gy-lg-40 {
      --ts-gutter-y: 40px;
    }
  }
  .t4s-d-inline {
    display: inline !important;
  }
  .t4s-dib {
    display: inline-block;
  }
  .t4s-d-inline-block {
    display: inline-block !important;
  }
  .t4s-d-block {
    display: block !important;
  }
  .t4s-d-grid {
    display: grid !important;
  }
  .t4s-d-table {
    display: table !important;
  }
  .t4s-d-table-row {
    display: table-row !important;
  }
  .t4s-d-table-cell {
    display: table-cell !important;
  }
  .t4s-d-flex {
    display: flex !important;
  }
  .t4s-d-inline-flex {
    display: inline-flex !important;
  }
  .t4s-d-none {
    display: none !important;
  }
  .t4s-flex-fill {
    flex: 1 1 auto !important;
  }
  .t4s-flex-row {
    flex-direction: row !important;
  }
  .t4s-flex-column {
    flex-direction: column !important;
  }
  .t4s-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .t4s-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .t4s-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .t4s-flex-grow-1 {
    flex-grow: 1 !important;
  }
  .t4s-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .t4s-flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .t4s-flex-wrap {
    flex-wrap: wrap !important;
  }
  .t4s-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .t4s-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .t4s-justify-content-start {
    justify-content: flex-start !important;
  }
  .t4s-justify-content-end {
    justify-content: flex-end !important;
  }
  .t4s-justify-content-center {
    justify-content: center !important;
  }
  .t4s-justify-content-between {
    justify-content: space-between !important;
  }
  .t4s-justify-content-around {
    justify-content: space-around !important;
  }
  .t4s-justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .t4s-align-items-start {
    align-items: flex-start !important;
  }
  .t4s-align-items-end {
    align-items: flex-end !important;
  }
  .t4s-align-items-center {
    align-items: center !important;
  }
  .t4s-align-items-baseline {
    align-items: baseline !important;
  }
  .t4s-align-items-stretch {
    align-items: stretch !important;
  }
  .t4s-align-content-start {
    align-content: flex-start !important;
  }
  .t4s-align-content-end {
    align-content: flex-end !important;
  }
  .t4s-align-content-center {
    align-content: center !important;
  }
  .t4s-align-content-between {
    align-content: space-between !important;
  }
  .t4s-align-content-around {
    align-content: space-around !important;
  }
  .t4s-align-content-stretch {
    align-content: stretch !important;
  }
  .t4s-align-self-auto {
    align-self: auto !important;
  }
  .t4s-align-self-start {
    align-self: flex-start !important;
  }
  .t4s-align-self-end {
    align-self: flex-end !important;
  }
  .t4s-align-self-center {
    align-self: center !important;
  }
  .t4s-align-self-baseline {
    align-self: baseline !important;
  }
  .t4s-align-self-stretch {
    align-self: stretch !important;
  }
  .t4s-order-first {
    order: -1 !important;
  }
  .t4s-order-0 {
    order: 0 !important;
  }
  .t4s-order-1 {
    order: 1 !important;
  }
  .t4s-order-2 {
    order: 2 !important;
  }
  .t4s-order-3 {
    order: 3 !important;
  }
  .t4s-order-4 {
    order: 4 !important;
  }
  .t4s-order-5 {
    order: 5 !important;
  }
  .t4s-order-6 {
    order: 6 !important;
  }
  .t4s-order-7 {
    order: 7 !important;
  }
  .t4s-order-8 {
    order: 8 !important;
  }
  .t4s-order-9 {
    order: 9 !important;
  }
  .t4s-order-10 {
    order: 10 !important;
  }
  .t4s-order-last {
    order: 19 !important;
  }
  @media (min-width: 576px) {
    .t4s-d-sm-inline {
      display: inline !important;
    }
    .t4s-d-sm-inline-block {
      display: inline-block !important;
    }
    .t4s-d-sm-block {
      display: block !important;
    }
    .t4s-d-sm-grid {
      display: grid !important;
    }
    .t4s-d-sm-table {
      display: table !important;
    }
    .t4s-d-sm-table-row {
      display: table-row !important;
    }
    .t4s-d-sm-table-cell {
      display: table-cell !important;
    }
    .t4s-d-sm-flex {
      display: flex !important;
    }
    .t4s-d-sm-inline-flex {
      display: inline-flex !important;
    }
    .t4s-d-sm-none {
      display: none !important;
    }
    .t4s-flex-sm-fill {
      flex: 1 1 auto !important;
    }
    .t4s-flex-sm-row {
      flex-direction: row !important;
    }
    .t4s-flex-sm-column {
      flex-direction: column !important;
    }
    .t4s-flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
    .t4s-flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
    .t4s-flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
    .t4s-flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
    .t4s-flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
    .t4s-flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
    .t4s-flex-sm-wrap {
      flex-wrap: wrap !important;
    }
    .t4s-flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
    .t4s-flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .t4s-justify-content-sm-start {
      justify-content: flex-start !important;
    }
    .t4s-justify-content-sm-end {
      justify-content: flex-end !important;
    }
    .t4s-justify-content-sm-center {
      justify-content: center !important;
    }
    .t4s-justify-content-sm-between {
      justify-content: space-between !important;
    }
    .t4s-justify-content-sm-around {
      justify-content: space-around !important;
    }
    .t4s-justify-content-sm-evenly {
      justify-content: space-evenly !important;
    }
    .t4s-align-items-sm-start {
      align-items: flex-start !important;
    }
    .t4s-align-items-sm-end {
      align-items: flex-end !important;
    }
    .t4s-align-items-sm-center {
      align-items: center !important;
    }
    .t4s-align-items-sm-baseline {
      align-items: baseline !important;
    }
    .t4s-align-items-sm-stretch {
      align-items: stretch !important;
    }
    .t4s-align-content-sm-start {
      align-content: flex-start !important;
    }
    .t4s-align-content-sm-end {
      align-content: flex-end !important;
    }
    .t4s-align-content-sm-center {
      align-content: center !important;
    }
    .t4s-align-content-sm-between {
      align-content: space-between !important;
    }
    .t4s-align-content-sm-around {
      align-content: space-around !important;
    }
    .t4s-align-content-sm-stretch {
      align-content: stretch !important;
    }
    .t4s-align-self-sm-auto {
      align-self: auto !important;
    }
    .t4s-align-self-sm-start {
      align-self: flex-start !important;
    }
    .t4s-align-self-sm-end {
      align-self: flex-end !important;
    }
    .t4s-align-self-sm-center {
      align-self: center !important;
    }
    .t4s-align-self-sm-baseline {
      align-self: baseline !important;
    }
    .t4s-align-self-sm-stretch {
      align-self: stretch !important;
    }
    .t4s-order-sm-first {
      order: -1 !important;
    }
    .t4s-order-sm-0 {
      order: 0 !important;
    }
    .t4s-order-sm-1 {
      order: 1 !important;
    }
    .t4s-order-sm-2 {
      order: 2 !important;
    }
    .t4s-order-sm-3 {
      order: 3 !important;
    }
    .t4s-order-sm-4 {
      order: 4 !important;
    }
    .t4s-order-sm-5 {
      order: 5 !important;
    }
    .t4s-order-sm-last {
      order: 6 !important;
    }
  }
  @media (min-width: 768px) {
    .t4s-d-md-inline {
      display: inline !important;
    }
    .t4s-d-md-inline-block {
      display: inline-block !important;
    }
    .t4s-d-md-block {
      display: block !important;
    }
    .t4s-d-md-grid {
      display: grid !important;
    }
    .t4s-d-md-table {
      display: table !important;
    }
    .t4s-d-md-table-row {
      display: table-row !important;
    }
    .t4s-d-md-table-cell {
      display: table-cell !important;
    }
    .t4s-d-md-flex {
      display: flex !important;
    }
    .t4s-d-md-inline-flex {
      display: inline-flex !important;
    }
    .t4s-d-md-none {
      display: none !important;
    }
    .t4s-flex-md-fill {
      flex: 1 1 auto !important;
    }
    .t4s-flex-md-row {
      flex-direction: row !important;
    }
    .t4s-flex-md-column {
      flex-direction: column !important;
    }
    .t4s-flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
    .t4s-flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
    .t4s-flex-md-grow-0 {
      flex-grow: 0 !important;
    }
    .t4s-flex-md-grow-1 {
      flex-grow: 1 !important;
    }
    .t4s-flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
    .t4s-flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
    .t4s-flex-md-wrap {
      flex-wrap: wrap !important;
    }
    .t4s-flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
    .t4s-flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .t4s-justify-content-md-start {
      justify-content: flex-start !important;
    }
    .t4s-justify-content-md-end {
      justify-content: flex-end !important;
    }
    .t4s-justify-content-md-center {
      justify-content: center !important;
    }
    .t4s-justify-content-md-between {
      justify-content: space-between !important;
    }
    .t4s-justify-content-md-around {
      justify-content: space-around !important;
    }
    .t4s-justify-content-md-evenly {
      justify-content: space-evenly !important;
    }
    .t4s-align-items-md-start {
      align-items: flex-start !important;
    }
    .t4s-align-items-md-end {
      align-items: flex-end !important;
    }
    .t4s-align-items-md-center {
      align-items: center !important;
    }
    .t4s-align-items-md-baseline {
      align-items: baseline !important;
    }
    .t4s-align-items-md-stretch {
      align-items: stretch !important;
    }
    .t4s-align-content-md-start {
      align-content: flex-start !important;
    }
    .t4s-align-content-md-end {
      align-content: flex-end !important;
    }
    .t4s-align-content-md-center {
      align-content: center !important;
    }
    .t4s-align-content-md-between {
      align-content: space-between !important;
    }
    .t4s-align-content-md-around {
      align-content: space-around !important;
    }
    .t4s-align-content-md-stretch {
      align-content: stretch !important;
    }
    .t4s-align-self-md-auto {
      align-self: auto !important;
    }
    .t4s-align-self-md-start {
      align-self: flex-start !important;
    }
    .t4s-align-self-md-end {
      align-self: flex-end !important;
    }
    .t4s-align-self-md-center {
      align-self: center !important;
    }
    .t4s-align-self-md-baseline {
      align-self: baseline !important;
    }
    .t4s-align-self-md-stretch {
      align-self: stretch !important;
    }
    .t4s-order-md-first {
      order: -1 !important;
    }
    .t4s-order-md-0 {
      order: 0 !important;
    }
    .t4s-order-md-1 {
      order: 1 !important;
    }
    .t4s-order-md-2 {
      order: 2 !important;
    }
    .t4s-order-md-3 {
      order: 3 !important;
    }
    .t4s-order-md-4 {
      order: 4 !important;
    }
    .t4s-order-md-5 {
      order: 5 !important;
    }
    .t4s-order-md-last {
      order: 6 !important;
    }
  }
  @media (min-width: 1025px) {
    .t4s-d-lg-inline {
      display: inline !important;
    }
    .t4s-d-lg-inline-block {
      display: inline-block !important;
    }
    .t4s-d-lg-block {
      display: block !important;
    }
    .t4s-d-lg-grid {
      display: grid !important;
    }
    .t4s-d-lg-table {
      display: table !important;
    }
    .t4s-d-lg-table-row {
      display: table-row !important;
    }
    .t4s-d-lg-table-cell {
      display: table-cell !important;
    }
    .t4s-d-lg-flex {
      display: flex !important;
    }
    .t4s-d-lg-inline-flex {
      display: inline-flex !important;
    }
    .t4s-d-lg-none {
      display: none !important;
    }
    .t4s-flex-lg-fill {
      flex: 1 1 auto !important;
    }
    .t4s-flex-lg-row {
      flex-direction: row !important;
    }
    .t4s-flex-lg-column {
      flex-direction: column !important;
    }
    .t4s-flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
    .t4s-flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
    .t4s-flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
    .t4s-flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
    .t4s-flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
    .t4s-flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
    .t4s-flex-lg-wrap {
      flex-wrap: wrap !important;
    }
    .t4s-flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
    .t4s-flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .t4s-justify-content-lg-start {
      justify-content: flex-start !important;
    }
    .t4s-justify-content-lg-end {
      justify-content: flex-end !important;
    }
    .t4s-justify-content-lg-center {
      justify-content: center !important;
    }
    .t4s-justify-content-lg-between {
      justify-content: space-between !important;
    }
    .t4s-justify-content-lg-around {
      justify-content: space-around !important;
    }
    .t4s-justify-content-lg-evenly {
      justify-content: space-evenly !important;
    }
    .t4s-align-items-lg-start {
      align-items: flex-start !important;
    }
    .t4s-align-items-lg-end {
      align-items: flex-end !important;
    }
    .t4s-align-items-lg-center {
      align-items: center !important;
    }
    .t4s-align-items-lg-baseline {
      align-items: baseline !important;
    }
    .t4s-align-items-lg-stretch {
      align-items: stretch !important;
    }
    .t4s-align-content-lg-start {
      align-content: flex-start !important;
    }
    .t4s-align-content-lg-end {
      align-content: flex-end !important;
    }
    .t4s-align-content-lg-center {
      align-content: center !important;
    }
    .t4s-align-content-lg-between {
      align-content: space-between !important;
    }
    .t4s-align-content-lg-around {
      align-content: space-around !important;
    }
    .t4s-align-content-lg-stretch {
      align-content: stretch !important;
    }
    .t4s-align-self-lg-auto {
      align-self: auto !important;
    }
    .t4s-align-self-lg-start {
      align-self: flex-start !important;
    }
    .t4s-align-self-lg-end {
      align-self: flex-end !important;
    }
    .t4s-align-self-lg-center {
      align-self: center !important;
    }
    .t4s-align-self-lg-baseline {
      align-self: baseline !important;
    }
    .t4s-align-self-lg-stretch {
      align-self: stretch !important;
    }
    .t4s-order-lg-first {
      order: -1 !important;
    }
    .t4s-order-lg-0 {
      order: 0 !important;
    }
    .t4s-order-lg-1 {
      order: 1 !important;
    }
    .t4s-order-lg-2 {
      order: 2 !important;
    }
    .t4s-order-lg-3 {
      order: 3 !important;
    }
    .t4s-order-lg-4 {
      order: 4 !important;
    }
    .t4s-order-lg-5 {
      order: 5 !important;
    }
    .t4s-order-lg-last {
      order: 6 !important;
    }
  }
  @media print {
    .t4s-d-print-inline {
      display: inline !important;
    }
    .t4s-d-print-inline-block {
      display: inline-block !important;
    }
    .t4s-d-print-block {
      display: block !important;
    }
    .t4s-d-print-grid {
      display: grid !important;
    }
    .t4s-d-print-table {
      display: table !important;
    }
    .t4s-d-print-table-row {
      display: table-row !important;
    }
    .t4s-d-print-table-cell {
      display: table-cell !important;
    }
    .t4s-d-print-flex {
      display: flex !important;
    }
    .t4s-d-print-inline-flex {
      display: inline-flex !important;
    }
    .t4s-d-print-none {
      display: none !important;
    }
  }
  .t4s-text-start {
    text-align: start !important;
  }
  .t4s-text-end {
    text-align: end !important;
  }
  .t4s-text-center {
    text-align: center !important;
  }
  @media (min-width: 576px) {
    .t4s-text-sm-start {
      text-align: start !important;
    }
    .t4s-text-sm-end {
      text-align: end !important;
    }
    .t4s-text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .t4s-text-md-start {
      text-align: start !important;
    }
    .t4s-text-md-end {
      text-align: end !important;
    }
    .t4s-text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1025px) {
    .t4s-text-lg-start {
      text-align: start !important;
    }
    .t4s-text-lg-end {
      text-align: end !important;
    }
    .t4s-text-lg-center {
      text-align: center !important;
    }
  }
  .t4s-fnt-fm-3 {
    font-family: var(--font-family-3) !important;
  }
  .t4s-table-res-df {
    min-height: 0.01%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  @media screen and (max-width: 767px) {
    .t4s-responsive-table {
      border: 0;
      border-bottom: 1px solid var(--border-color);
    }
    .t4s-responsive-table thead,
    .t4s-responsive-table th,
    .t4s-responsive-table tfoot td:first-of-type {
      display: none;
    }
    .t4s-responsive-table td {
      display: flex;
      text-align: end;
      border: 0;
    }
    .t4s-responsive-table td::before {
      color: var(--text-color);
      content: attr(data-label);
      font-size: 1.4rem;
      padding-inline-end: 2rem;
      flex-grow: 1;
      text-align: start;
    }
    .t4s-responsive-table td:first-of-type {
      display: flex;
      align-items: center;
      padding-top: 4rem;
    }
    .t4s-responsive-table tbody td:last-of-type {
      padding-bottom: 4rem;
    }
    .t4s-responsive-table tr {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 100%;
    }
    .t4s-responsive-table tbody tr {
      border-top: 1px solid var(--border-color);
    }
  }
}
