@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1560px;
    }
    section.tt-certificate-page > .container {
        max-width: 1200px;
    }
}
.bg-header{
  background: #f01823;
}

[nh-mini-member] a {
    color: black !important;
}

/*Call now*/
.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

.phone-number {
    width: 160px;
    position: absolute;
    top: 50%;
    right: 45%;
    padding: 9px 40px;
    padding-left: 15px;
    border-radius: 15px;
    background: #e60808;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

[nh-mini-member] > a > i {
    color: black;
}

.tt-header-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
}

.tt-header-search__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.tt-header-search__toggle:hover,
.tt-header-search:hover .tt-header-search__toggle,
.tt-header-search:focus-within .tt-header-search__toggle {
  color: #e10600;
}

.tt-header-search__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1030;
  width: 35rem;
  padding-top: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.8rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tt-header-search:hover .tt-header-search__dropdown,
.tt-header-search:focus-within .tt-header-search__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tt-header-search__form {
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0 1.4rem 3.2rem rgba(15, 23, 42, 0.16);
}

.tt-header-search__form .input-group {
  height: 4.8rem;
}

.tt-header-search__form .form-control {
  height: 4.8rem;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid #eef2f7;
  border-right: 0;
  border-radius: 0;
  background: #ffffff;
  color: #111827;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
}

.tt-header-search__form .form-control:focus {
  border-color: #eef2f7;
  box-shadow: none;
}

.tt-header-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 4.8rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #f01823;
  color: white;
  font-size: 2.1rem;
  line-height: 1;
}

.tt-header-search__submit:hover {
  background: #f59e0b;
  color: #111827;
}

.tt-hero-slider__title > span > span {
    color: var(--color-highlight);
}

.block-day-chuyen-san-xuat > .row > div > div:nth-child(2n) > section > div> div {
    flex-direction: row-reverse;
}

.title-company {
    font-weight: bolder;
    font-size: 1.8rem;
}

.bg-copyright {
    background: var(--color-highlight) !important;
}

.fixed.menu-fixed {
  position: relative;
  z-index: 1020;
  width: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.fixed.menu-fixed.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1020;
  background: #ffffff;
  box-shadow: 0 0.4rem 1.8rem rgba(15, 23, 42, 0.14);
}

.menu-fixed-placeholder {
  display: none;
  width: 100%;
}

.bg-gia-tri{
    background: linear-gradient(115deg, #0d1627 0%, #251426 48%, #0d1627 100%);
}

.bg-he-thong-chung-chi{
    background: #f4f7fb;
}

footer * {
    color: black !important;
}

footer {
    border-top: 2px solid #f01823;
}

.copyright {
    color: white;
}
.copyright {
    color: white !important;
}
.tt-map__title, .tt-map__hashtag{
    margin: 0 0 2.8rem;
    padding-bottom: 1.6rem;
    border-bottom: 0.2rem solid #f01823;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bolder;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.menu-section > ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4.2rem;
}

.menu-section > ul > li {
  margin: 0;
}

.menu-section > ul > li.position-relative {
  position: relative;
}

.menu-section > ul > li > a {
  display: inline-flex;
  align-items: center;
  height: 1.4rem;
  line-height: 1.2;
  color: #111827;
  font-size: 1.7rem;
  font-weight: bolder;
  letter-spacing: 0;
  text-transform: uppercase;
}

.menu-section > ul > li > a.active,
.menu-section > ul > li:hover > a {
  color: #e10600 !important;
  text-decoration: none;
}

.menu-section > ul > li.has-child > a span {
  display: inline-flex;
  align-items: center;
  margin-left: 0.7rem;
  color: inherit;
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.menu-section > ul > li.has-child:hover > a span {
  transform: rotate(180deg);
}

.menu-section > ul > li > .entry-menu.dropdown {
  top: 120%;
  left: 0;
  min-width: 25.6rem;
  padding: 0.8rem 0;
  overflow: visible;
  border-top: 0.2rem solid #e10600;
  border-radius: 0 0 1.2rem 1.2rem;
  background: #ffffff;
  box-shadow: 0 1.8rem 3.8rem rgba(15, 23, 42, 0.16);
}

.menu-section > ul > li > .entry-menu.dropdown::before {
  height: 0;
}

.menu-section .entry-menu.dropdown li {
  border-bottom: 0;
}

.menu-section .entry-menu.dropdown .menu-link {
  display: flex;
  align-items: center;
  min-height: 4.8rem;
  padding: 1.4rem 2.4rem;
  color: #111827;
  font-size: 1.42rem;
  font-weight: bolder;
  line-height: 1.25;
  text-transform: uppercase;
}

.menu-section .entry-menu.dropdown li:hover > .menu-link,
.menu-section .entry-menu.dropdown .menu-link.active {
  color: #e10600 !important;
  background: #fff5f5;
  text-decoration: none;
}

.menu-section .entry-menu.dropdown ul {
  top: 0;
  left: calc(100% + 0.8rem);
  min-width: 25.6rem;
  padding: 0.8rem 0;
  border-top: 0.2rem solid #e10600;
  border-radius: 0 0 1.2rem 1.2rem;
  background: #ffffff;
  box-shadow: 0 1.8rem 3.8rem rgba(15, 23, 42, 0.16);
}

.menu-section .entry-menu.dropdown .has-child > ul::before {
  width: 0.8rem;
  left: -0.8rem;
}

.tt-topbar-section {
  border-left: 0 !important;
}

.tt-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 3.2rem;
}

.tt-topbar-contact,
.tt-language-picker,
.tt-topbar-fullscreen {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 0 2.4rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  border-left: 0.1rem solid rgba(255, 255, 255, 0.12);
}

.tt-topbar-contact:first-child {
  border-left: 0;
}

.tt-topbar-contact i {
  margin-right: 1rem;
  color: white;
  font-size: 1.8rem;
}

.tt-topbar-contact:hover,
.tt-language-picker:hover,
.tt-topbar-fullscreen:hover {
  color: #ffffff;
  text-decoration: none;
}

.tt-language-switch {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 0 1.8rem;
  border-left: 0.1rem solid rgba(255, 255, 255, 0.12);
}

.tt-language-picker {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.tt-language-list {
  display: inline-flex;
  align-items: center;
  margin: 0;
  gap: 1.4rem;
}

.tt-language-list li {
  margin: 0;
  line-height: 1;
}

.tt-language-list a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tt-language-list .active a,
.tt-language-list a:hover {
  opacity: 1;
}

.tt-language-list a:hover {
  transform: translateY(-0.1rem);
}

.tt-language-flag {
  display: block;
  width: 3.6rem;
  height: 2.4rem;
  object-fit: cover;
}

.tt-language-dropdown {
  min-width: 14rem !important;
  right: 0 !important;
  left: auto !important;
  padding: 0.6rem 0;
}

.tt-language-dropdown a {
  display: flex !important;
  align-items: center;
  height: auto !important;
  min-height: 3.6rem;
  padding: 0.6rem 1rem !important;
  line-height: 1.2 !important;
  text-align: left;
}

.tt-language-dropdown .tt-language-flag {
  width: 2.8rem;
  height: 1.9rem;
  margin-right: 0.8rem;
}

.tt-topbar-fullscreen {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.tt-topbar-fullscreen img {
  display: block;
  width: 2rem;
  height: 2rem;
  filter: invert(1);
  opacity: 0.45;
}

.tt-topbar-fullscreen:hover img {
  opacity: 1;
}


.loc-cate-sap-xep {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loc-cate-sap-xep .categories {
    display: flex;
    align-items: center;
}

#categorySelect {
    border-radius: 6px;
    border: 1px solid var(--color-highlight);
    background: #E6F2FF;
    margin-right: 15px;
    cursor: pointer;
}

#resetCategory {
    border-radius: 6px;
    border: 1px solid var(--color-highlight);
    background: #E6F2FF;
    min-width: 110px;
    color: black;
}

.img-banner-page-product img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.box-breadcrumbs-page-sp .row > div:first-child {
    padding-left: calc((100% - 1170px) / 2);
    overflow: hidden;
}

.title-page-seo {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--color-highlight);
    margin: 30px 0 10px 0;
}

.box-breadcrumbs-page-sp {
    border-bottom: 1px solid var(--color-highlight);
}

.product-item {
    overflow: hidden;
    margin-bottom: 1rem;
    background-color: white;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 4px 13.1px 0 rgba(188, 209, 232, 0.35);
}

@media (max-width: 1199.98px) and (min-width: 1000.02px) {
  .menu-section > ul {
    gap: 2.8rem;
  }

  .menu-section > ul > li > a {
    font-size: 1.5rem;
  }
}

@media (max-width: 1000px) {
  .tt-header-search__dropdown {
    right: -1.2rem;
    width: 35rem;
    max-width: calc(100vw - 2.4rem);
  }

  .tt-topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tt-topbar-contact,
  .tt-language-switch,
  .tt-language-picker,
  .tt-topbar-fullscreen {
    min-height: 3.8rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-size: 1.35rem;
  }

  .tt-topbar-contact i {
    margin-right: 0.7rem;
    font-size: 1.5rem;
  }

  .tt-language-flag {
    width: 3.2rem;
    height: 2.1rem;
  }

  .tt-language-list {
    gap: 1rem;
  }

  .menu-section > ul {
    display: block;
    border-top: 0.1rem solid #eef2f7;
  }

  .menu-section > ul > li {
    border-bottom: 0.1rem solid #eef2f7;
  }

  .menu-section > ul > li > a,
  .menu-section .entry-menu.dropdown .menu-link {
    display: block;
    height: auto;
    min-height: 4.8rem;
    padding: 1.35rem 5rem 1.35rem 1.8rem !important;
    color: #111827 !important;
    font-size: 1.45rem;
    line-height: 1.35;
  }

  .menu-section > ul > li > a.active,
  .menu-section .entry-menu.dropdown .menu-link.active {
    color: #e10600 !important;
  }

  .menu-section .grower {
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    border-left-color: #eef2f7;
  }

  .menu-section .has-child > .entry-menu.dropdown,
  .menu-section .entry-menu.dropdown ul {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 0;
    overflow: visible;
    border-top: 0.1rem solid #eef2f7;
    border-radius: 0;
    background: #f8fafc;
    box-shadow: none;
  }

  .menu-section .entry-menu.dropdown ul {
    display: none;
  }

  .menu-section .entry-menu.dropdown li {
    border-bottom: 0.1rem solid #eef2f7;
  }

  .menu-section .entry-menu.dropdown li:last-child {
    border-bottom: 0;
  }

  .menu-section .entry-menu.dropdown .menu-link {
    padding-left: 3rem !important;
    background: transparent;
  }

  .menu-section .entry-menu.dropdown ul .menu-link {
    padding-left: 4.2rem !important;
  }
}

.tt-product-detail-hero {
  padding: 8.6rem 0 7.2rem;
  background: #ffffff;
}

.tt-product-detail-hero div[nh-slider-thumbs] img {
  object-fit: contain;
}

.tt-product-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  width: 100%;
  gap: 12px;
}

.tt-product-detail-hero__media {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.tt-product-detail-hero__image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    max-width: 66rem;
    aspect-ratio: 1 / 1;
    padding: 1.4rem;
    border: 0.1rem solid #eef2f7;
    border-radius: 2.4rem;
    background: #f8fafc;
    box-shadow: 0 1.8rem 4.5rem rgba(15, 23, 42, 0.08);
}

.tt-product-detail-hero__image-box .product-image-detail {
  width: 100%;
  margin-bottom: 0 !important;
}

.tt-product-detail-hero__image-box .product-image-detail-top .swiper {
  overflow: hidden;
  border: 0;
  border-radius: 1.4rem;
  background: #f8fafc;
}

.tt-product-detail-hero__image-box .product-image-detail .inner-image {
  padding-top: 100%;
}

.tt-product-detail-hero__image-box [nh-slider-thumbs] .swiper-slide {
  overflow: hidden;
  border: 0.1rem solid #e2e8f0;
  border-radius: 0.8rem;
  background: #ffffff;
}

.tt-product-detail-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tt-product-detail-hero__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #94a3b8;
  font-size: 7rem;
}

.tt-product-detail-hero__content {
  min-width: 0;
  max-width: 100%;
}

.tt-product-detail-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  margin-bottom: 1.4rem;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  background: #fff1f0;
  color: #e10600;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.tt-product-detail-hero__title {
  margin: 0;
  color: #0f172a;
  font-size: 4.6rem;
  font-weight: bolder;
  line-height: 1.08;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: normal;
}

.tt-product-detail-hero__line,
.tt-product-detail-spec__line {
  width: 6rem;
  height: 0.4rem;
  margin-top: 1.6rem;
  border-radius: 999px;
  background: #e10600;
}

.tt-product-detail-hero__description {
  margin-top: 2.4rem;
  color: #475569;
  font-size: 1.48rem;
  font-weight: 500;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.tt-product-detail-hero__description img,
.tt-product-detail-hero__description iframe,
.tt-product-detail-hero__description video,
.tt-product-detail-hero__description table {
  max-width: 100%;
}

.tt-product-detail-hero__description p:last-child {
  margin-bottom: 0;
}

.tt-product-detail-hero__rate {
  max-width: 58rem;
  margin-top: 3rem;
}

.tt-product-detail-hero__rate ul,
.tt-product-detail-hero__rate ol {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1.6rem;
}

.tt-product-detail-hero__rate li,
.tt-product-detail-hero__rate > p {
  position: relative;
  min-height: 4.2rem;
  margin: 0;
  padding: 0.8rem 0 0 5.4rem;
  color: #334155;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.tt-product-detail-hero__rate > p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.tt-product-detail-hero__rate li::before,
.tt-product-detail-hero__rate > p::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.1rem;
  background: #f0f0f0;
  color: #e10600;
  font-size: 1.8rem;
  font-weight: bolder;
  line-height: 1;
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.06);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.tt-product-detail-hero__rate li:hover::before,
.tt-product-detail-hero__rate > p:hover::before {
  background: #e10600;
  color: #ffffff;
  box-shadow: 0 1.2rem 2.4rem rgba(225, 6, 0, 0.22);
}

.tt-product-detail-hero__rate li p {
  margin: 0;
}

.tt-product-detail-hero__quote-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  max-width: 48rem;
  margin-top: 3.2rem;
  padding: 1.8rem 2rem 1.8rem 2.8rem;
  border-left: 0.5rem solid #e10600;
  border-radius: 0 1.8rem 1.8rem 0;
  background: #f8fafc;
  box-shadow: 0 2rem 4rem rgba(15, 23, 42, 0.14);
  gap: 1.8rem;
}

.tt-product-detail-hero__quote-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tt-product-detail-hero__quote-info span {
  margin-bottom: 0.4rem;
  color: #64748b;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.tt-product-detail-hero__quote-info strong {
  color: #0f172a;
  font-size: 2.4rem;
  font-weight: bolder;
  line-height: 1.15;
}

.tt-product-detail-hero__quote-btn,
.tt-product-detail-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.6rem;
  padding: 1.3rem 2.2rem;
  border: 0;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 1rem 2.2rem rgba(15, 23, 42, 0.18);
}

.tt-product-detail-hero__quote-btn:hover,
.tt-product-detail-contact__submit:hover {
  background: #e10600;
  color: #ffffff;
  text-decoration: none;
}

.tt-product-detail-spec {
  padding: 6.4rem 0 6.2rem;
  background: #eef3f9;
}

.tt-product-detail-spec__head {
  margin-bottom: 4.2rem;
  text-align: center;
}

.tt-product-detail-spec__title {
  margin: 0;
  color: #0f172a;
  font-size: 3.2rem;
  font-weight: bolder;
  line-height: 1.15;
  text-transform: uppercase;
}

.tt-product-detail-spec__line {
  margin-right: auto;
  margin-left: auto;
}

.tt-product-detail-spec__table {
  max-width: 58rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1.8rem;
  background: #ffffff;
  box-shadow: 0 2.4rem 5rem rgba(15, 23, 42, 0.08);
}

.tt-product-detail-spec__table table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.tt-product-detail-spec__table th,
.tt-product-detail-spec__table td {
  padding: 2rem 2.4rem !important;
  border: 0;
  border-bottom: 0.1rem solid #eef2f7;
  color: #334155;
  font-size: 1.4rem;
  line-height: 1.45;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.tt-product-detail-spec__table th {
  background: #f8fafc;
  color: #64748b;
  font-size: 1.4rem;
  font-weight: bolder;
  text-transform: uppercase;
}

.tt-product-detail-spec__table tr:last-child td {
  border-bottom: 0;
}

.tt-product-detail-spec__table strong,
.tt-product-detail-spec__table b {
  color: #0f172a;
  font-weight: bolder;
}

.tt-product-detail-contact {
  position: relative;
  padding: 8.2rem 0 9.2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(225, 6, 0, 0.28), rgba(225, 6, 0, 0) 32rem),
    #071225;
  color: #ffffff;
}

.tt-product-detail-contact__inner {
  max-width: 66rem;
  margin: 0 auto;
}

.tt-product-detail-contact__head {
  margin-bottom: 3.2rem;
  text-align: center;
}

.tt-product-detail-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin-bottom: 2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.16);
  border-radius: 1.8rem;
  color: #ff2a24;
  font-size: 2.6rem;
  background: rgba(255, 255, 255, 0.06);
}

.tt-product-detail-contact__title {
  margin: 0;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bolder;
  line-height: 1.08;
  text-transform: uppercase;
}

.tt-product-detail-contact__title span {
  display: block;
  color: #ff2a24;
  margin-top: 1rem;
}

.tt-product-detail-contact__description {
  max-width: 48rem;
  margin: 1.6rem auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.4rem;
  line-height: 1.7;
}

.tt-product-detail-contact__form {
  padding: 3.4rem;
  border-radius: 2rem;
  background: #f8fafc;
  color: #0f172a;
}

.tt-product-detail-contact__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
}

.tt-product-detail-contact__field {
  margin-bottom: 1.8rem;
}

.tt-product-detail-contact__field label {
  display: block;
  margin-bottom: 0.8rem;
  color: #334155;
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.2;
  text-transform: uppercase;
}

.tt-product-detail-contact__field input,
.tt-product-detail-contact__field textarea {
  display: block;
  width: 100%;
  min-height: 4.8rem;
  padding: 1.3rem 1.6rem;
  border: 0.1rem solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  color: #0f172a;
  font-size: 1.35rem;
  outline: none;
}

.tt-product-detail-contact__field textarea {
  min-height: 10.4rem;
  resize: vertical;
}

.tt-product-detail-contact__field input:focus,
.tt-product-detail-contact__field textarea:focus {
  border-color: #e10600;
}

.tt-product-detail-contact__upload {
  margin-bottom: 2.6rem;
}

.tt-product-detail-contact__upload input {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  opacity: 0;
}

.tt-product-detail-contact__upload label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 15.2rem;
  margin: 0;
  padding: 2.2rem;
  border: 0.15rem dashed #ff9b96;
  border-radius: 1.2rem;
  background: #fff1f0;
  color: #0f172a;
  text-align: center;
  cursor: pointer;
}

.tt-product-detail-contact__upload.is-selected label {
  border-color: #e10600;
  background: #fff7f6;
}

.tt-product-detail-contact__upload-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  margin-bottom: 1.4rem;
  border-radius: 50%;
  background: #e10600;
  color: #ffffff;
  font-size: 1.8rem;
}

.tt-product-detail-contact__upload strong {
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  font-weight: bolder;
}

.tt-product-detail-contact__upload span,
.tt-product-detail-contact__upload small {
  color: #64748b;
  font-size: 1.15rem;
  line-height: 1.5;
}

.tt-product-detail-contact__file-name {
  display: block;
  max-width: 100%;
  margin-top: 1rem;
  padding: 0.7rem 1.2rem;
  overflow: hidden;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a !important;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tt-product-detail-contact__submit-wrap {
  display: flex;
  justify-content: center;
}

.tt-product-detail-contact__submit {
  min-width: 24rem;
}

.tt-product-detail-contact__submit i {
  margin-left: 0.9rem;
}

@media (max-width: 991.98px) {
  .tt-product-detail-hero {
    padding: 5.8rem 0 5.4rem;
    overflow: hidden;
  }

  .tt-product-detail-hero__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .tt-product-detail-hero__content {
    text-align: center;
  }

  .tt-product-detail-hero__line {
    margin-right: auto;
    margin-left: auto;
  }

  .tt-product-detail-hero__description,
  .tt-product-detail-hero__rate,
  .tt-product-detail-hero__quote-box {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .tt-product-detail-hero {
    padding: 3.6rem 0 4.2rem;
  }

  .tt-product-detail-hero .container,
  .tt-product-detail-spec .container,
  .tt-product-detail-contact .container {
    max-width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .tt-product-detail-hero__grid {
    gap: 3rem;
  }

  .tt-product-detail-hero__image-box {
    padding: 1rem;
    border-radius: 1.4rem;
    aspect-ratio: auto;
  }

  .tt-product-detail-hero__image-box .product-image-detail-top .swiper {
    margin-bottom: 1rem !important;
    border-radius: 1rem;
  }

  .tt-product-detail-hero__image-box [nh-slider-thumbs] .swiper-slide {
    border-radius: 0.6rem;
  }

  .tt-product-detail-hero__badge {
    margin-bottom: 1.2rem;
    padding: 0.55rem 1.2rem;
  }

  .tt-product-detail-hero__title,
  .tt-product-detail-contact__title {
    font-size: 2.7rem;
    line-height: 1.14;
  }

  .tt-product-detail-hero__line,
  .tt-product-detail-spec__line {
    width: 5.2rem;
    height: 0.35rem;
    margin-top: 1.2rem;
  }

  .tt-product-detail-hero__description {
    max-width: 100%;
    margin-top: 1.8rem;
    font-size: 1.35rem;
    line-height: 1.7;
  }

  .tt-product-detail-hero__rate {
    max-width: 100%;
    margin-top: 2.4rem;
    text-align: left;
  }

  .tt-product-detail-hero__rate ul,
  .tt-product-detail-hero__rate ol {
    gap: 1.4rem;
  }

  .tt-product-detail-hero__rate li,
  .tt-product-detail-hero__rate > p {
    min-height: 3.8rem;
    padding-top: 0.5rem;
    padding-left: 5rem;
    font-size: 1.3rem;
  }

  .tt-product-detail-hero__rate li::before,
  .tt-product-detail-hero__rate > p::before {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 0.9rem;
    font-size: 1.6rem;
  }

  .tt-product-detail-hero__quote-box {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-top: 2.4rem;
    padding: 1.8rem;
    border-left-width: 0.4rem;
    border-radius: 1.4rem;
    text-align: center;
    gap: 1.4rem;
  }

  .tt-product-detail-hero__quote-info strong {
    font-size: 2rem;
  }

  .tt-product-detail-hero__quote-btn {
    width: 100%;
    min-height: 4.8rem;
  }

  .tt-product-detail-spec {
    padding: 4.2rem 0;
  }

  .tt-product-detail-spec__title {
    font-size: 2.3rem;
    line-height: 1.18;
  }

  .tt-product-detail-spec__head {
    margin-bottom: 2.8rem;
  }

  .tt-product-detail-spec__table {
    width: 100%;
    overflow-x: hidden;
    border-radius: 1.2rem;
  }

  .tt-product-detail-spec__table table {
    min-width: 0;
  }

  .tt-product-detail-spec__table th,
  .tt-product-detail-spec__table td {
    padding: 1.4rem 1.2rem;
    font-size: 1.2rem;
  }

  .tt-product-detail-spec__table th {
    font-size: 0.95rem;
  }

  .tt-product-detail-contact {
    padding: 6rem 0;
  }

  .tt-product-detail-contact__form {
    padding: 2.4rem 1.8rem;
    border-radius: 1.4rem;
  }

  .tt-product-detail-contact__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tt-product-detail-contact__submit {
    width: 100%;
    min-width: 0;
  }
}

.tt-hero-slider {
  background: #1b1b1b;
  overflow: hidden;
}

.tt-hero-slider .swiper-slide {
  position: relative;
  min-height: 64rem;
  height: 80rem;
  color: var(--white);
  overflow: hidden;
}

/* .tt-hero-slider .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.5) 44%, rgba(0, 0, 0, 0.38) 100%),
    rgba(255, 255, 255, 0.08);
}
 */
.tt-hero-slider__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.tt-hero-slider__video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.tt-hero-slider__video--youtube {
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100%;
  pointer-events: none;
}

.tt-hero-slider__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 84rem;
  min-height: 100%;
  padding: 8rem 3rem 8rem 7.2rem;
}

.tt-hero-slider__year {
  align-self: flex-start;
  margin-bottom: 2.4rem;
  padding: 0.9rem 1.7rem;
  background: #e10600;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.tt-hero-slider__title {
  margin: 0 0 2.4rem;
  color: var(--white);
  font-size: 6.8rem;
  font-weight: bolder;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-hero-slider__title span {
  display: block;
}

.tt-hero-slider__title-highlight {
  color: #e10600;
}

.tt-hero-slider__description {
  max-width: 78rem;
  margin-bottom: 3.8rem;
  padding-left: 2rem;
  border-left: 0.4rem solid #e10600;
  color: rgba(255, 255, 255, 0.9);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.tt-hero-slider__description p:last-child {
  margin-bottom: 0;
}

.tt-hero-slider__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.tt-hero-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 23rem;
  min-height: 7rem;
  padding: 1.8rem 3.6rem;
  border: 0.2rem solid transparent;
  border-radius: 999px;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.tt-hero-slider__btn:hover {
  color: var(--white);
  text-decoration: none;
}

.tt-hero-slider__btn--primary {
  background: #e10600;
  border-color: #e10600;
}

.tt-hero-slider__btn--primary:hover {
  background: #b90500;
  border-color: #b90500;
}

.tt-hero-slider__btn--outline {
  background: transparent;
  border-color: var(--white);
}

.tt-hero-slider__btn--outline:hover {
  background: var(--white);
  color: #1b1b1b;
}

.tt-hero-slider .swiper-button-next,
.tt-hero-slider .swiper-button-prev {
  color: var(--white);
}

.tt-hero-slider .swiper-pagination-bullet {
  background: var(--white);
  opacity: 0.55;
}

.tt-hero-slider .swiper-pagination-bullet-active {
  background: #e10600;
  opacity: 1;
}

.tt-product-featured {
  padding: 7.2rem 0 8.2rem;
  background: #f5f7fb;
}

.tt-product-featured__container {
  width: 100%;
  max-width: 156rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.tt-product-featured__head {
  margin-bottom: 5.4rem;
}

.tt-product-featured__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  margin-bottom: 2.5rem;
  padding: 0.7rem 1.8rem;
  border-radius: 999px;
  background: #ffe8e6;
  color: #e10600;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-product-featured__title {
  margin: 0;
  color: #111827;
  font-size: 4.8rem;
  font-weight: bolder;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-product-featured__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap: 3.4rem;
}

.tt-product-featured__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 37.4rem;
  overflow: hidden;
  border: 0.1rem solid rgba(17, 24, 39, 0.06);
  border-radius: 2.2rem;
  background: var(--white);
  box-shadow: 0 2.4rem 5.5rem rgba(17, 24, 39, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tt-product-featured__card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 3rem 6rem rgba(17, 24, 39, 0.13);
}

.tt-product-featured__image-wrap {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  background: #ffffff;
}

@supports not (aspect-ratio: 1 / 1) {
  .tt-product-featured__image-wrap {
    height: 24.2rem;
  }
}

.tt-product-featured__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.tt-product-featured__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.tt-product-featured__card:hover .tt-product-featured__image {
  transform: scale(1.04);
}

.tt-product-featured__badge {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 3.6rem);
  min-height: 2.8rem;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  background: var(--white);
  color: #111827;
  font-size: 1.1rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 0.8rem 2rem rgba(17, 24, 39, 0.08);
}

.tt-product-featured__badge:hover {
  color: #e10600;
  text-decoration: none;
}

.tt-product-featured__body {
  flex: 1 1 auto;
  padding: 3.1rem 3.2rem 3.4rem;
}

.tt-product-featured__product-title {
  margin: 0 0 1.6rem;
  color: #061229;
  font-size: 2.1rem;
  font-weight: bolder;
  line-height: 1.25;
  letter-spacing: 0;
}

.tt-product-featured__product-title a {
  color: inherit;
}

.tt-product-featured__product-title a:hover {
  color: #e10600;
  text-decoration: none;
}

.tt-product-featured__description {
  display: -webkit-box;
  min-height: 4.2rem;
  overflow: hidden;
  color: #516179;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tt-product-featured__empty {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background: var(--white);
  color: #516179;
  text-align: center;
}

@media (max-width: 1280px) {
  .tt-hero-slider .swiper-slide {
    height: 68rem;
  }

  .tt-hero-slider__content {
    padding-left: 5rem;
  }

  .tt-hero-slider__title {
    font-size: 5.8rem;
  }

  .tt-product-featured__container {
    max-width: 106rem;
  }
}

@media (max-width: 991px) {
  .tt-product-featured {
    padding: 5.8rem 0 6.4rem;
  }

  .tt-product-featured__head {
    margin-bottom: 3.6rem;
  }

  .tt-product-featured__title {
    font-size: 3.8rem;
  }

  .tt-product-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.8rem;
  }

  .tt-product-featured__body {
    padding: 2.6rem;
  }
}

@media (max-width: 767px) {
  .tt-hero-slider .swiper-slide {
    min-height: 52rem;
    height: 52rem;
  }

  .tt-hero-slider .swiper-slide::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.52) 100%);
  }

  .tt-hero-slider__content {
    max-width: none;
    padding: 5rem 2rem;
  }

  .tt-hero-slider__year {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }

  .tt-hero-slider__title {
    margin-bottom: 1.8rem;
    font-size: 3.6rem;
  }

  .tt-hero-slider__description {
    margin-bottom: 2.8rem;
    font-size: 1.6rem;
  }

  .tt-hero-slider__actions {
    gap: 1.2rem;
  }

  .tt-hero-slider__btn {
    min-width: 0;
    width: 100%;
    min-height: 5.6rem;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
  }

  .tt-product-featured {
    padding: 4.8rem 0 5.4rem;
  }

  .tt-product-featured__container {
    padding: 0 1.6rem;
  }

  .tt-product-featured__head {
    margin-bottom: 3rem;
  }

  .tt-product-featured__eyebrow {
    font-size: 1rem;
  }

  .tt-product-featured__title {
    font-size: 3rem;
    line-height: 1.12;
  }

  .tt-product-featured__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .tt-product-featured__card {
    min-height: 0;
    border-radius: 1.8rem;
  }

  .tt-product-featured__image-wrap {
    aspect-ratio: 1.55 / 1;
  }

  .tt-product-featured__body {
    padding: 2.4rem;
  }

  .tt-product-featured__product-title {
    font-size: 1.9rem;
  }
}

.tt-intro-factory {
  overflow: hidden;
  padding: 8rem 0 7.6rem;
  background: #ffffff;
}

.tt-intro-factory .swiper {
  border-radius: 3rem;
}

.tt-intro-factory__container {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 7rem;
}

.tt-intro-factory__media {
  min-width: 0;
}

.tt-intro-factory__image-box {
  position: relative;
  z-index: 1;
  padding: 2.4rem;
  border-radius: 4rem;
  background: #f7f9fc;
}

.tt-intro-factory__image-box::after {
    content: '';
    position: absolute;
    right: -1.8rem;
    bottom: -1.4rem;
    z-index: -1;
    width: 100%;
    height: 55%;
    border-radius: 5rem 5rem 5rem 9rem;
    background: rgba(225, 6, 0, 0.08);
}

.tt-intro-factory__image,
.tt-intro-factory__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1.32 / 1;
  border-radius: 3rem;
  box-shadow: 0 2.8rem 5.5rem rgba(15, 23, 42, 0.16);
}

.tt-intro-factory__image {
  height: auto;
  object-fit: cover;
}

.tt-intro-factory__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2f7;
  color: #e10600;
  font-size: 8rem;
}

.tt-intro-factory__experience {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-width: 20rem;
  padding: 2.4rem 2.8rem;
  border-radius: 2.4rem;
  background: #fffdf7;
  box-shadow: 0 1.8rem 4.5rem rgba(15, 23, 42, 0.18);
  gap: 1.6rem;
}

.tt-intro-factory__experience-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 5.6rem;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #e10600;
  color: #ffffff;
  font-size: 2.8rem;
}

.tt-intro-factory__experience-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tt-intro-factory__experience-content strong {
  color: #0f172a;
  font-size: 3.2rem;
  font-weight: bolder;
  line-height: 1;
}

.tt-intro-factory__experience-content small {
  margin-top: 0.6rem;
  color: #66758c;
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-intro-factory__content {
  min-width: 0;
}

.tt-intro-factory__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  margin-bottom: 2.2rem;
  padding: 0.7rem 1.8rem;
  border-radius: 999px;
  background: #f2f6fb;
  color: #172033;
  font-size: 1.1rem;
  font-weight: bolder;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  gap: 1rem;
}

.tt-intro-factory__eyebrow span {
  display: inline-block;
  flex: 0 0 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #e10600;
}

.tt-intro-factory__title {
  margin: 0 0 2.8rem;
  color: #111827;
  font-size: 5.8rem;
  font-weight: bolder;
  letter-spacing: 0;
}

.tt-intro-factory__title span {
  display: block;
}

.tt-intro-factory__title-highlight {
  color: #c90808;
}

.tt-intro-factory__description {
  max-width: 72rem;
  margin-bottom: 4.4rem;
  color: #687891;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
}

.tt-intro-factory__description span {
  color: #000
}

.tt-intro-factory__description p:last-child {
  margin-bottom: 0;
}

.tt-intro-factory__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem 4.6rem;
  margin-bottom: 4.6rem;
}

.tt-intro-factory__stat {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 1.4rem;
}

.tt-intro-factory__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 1.6rem;
  background: #f7f9fc;
  color: #e10600;
  font-size: 2.3rem;
  box-shadow: 0 1rem 2.6rem rgba(15, 23, 42, 0.05);
}

.tt-intro-factory__stat-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tt-intro-factory__stat-content strong {
  color: #111827;
  font-size: 2.4rem;
  font-weight: bolder;
  line-height: 1.12;
}

.tt-intro-factory__stat-content small {
  margin-top: 0.6rem;
  color: #687891;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
}

.tt-intro-factory__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17.8rem;
  min-height: 5.8rem;
  padding: 1.6rem 2.8rem;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: bolder;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  gap: 1rem;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.tt-intro-factory__btn:hover {
  background: #e10600;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-0.2rem);
}

.tt-about-overview {
  overflow: hidden;
  padding: 6.4rem 0 7.2rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 68%, #fff7f7 100%);
}

.tt-about-overview .swiper {
  border-radius: 3rem;
}

.tt-about-overview__content {
  min-width: 0;
  max-width: 71rem;
}

.tt-about-overview__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  margin-bottom: 2rem;
  padding: 0.75rem 1.6rem;
  border: 0.1rem solid #ffd3d3;
  border-radius: 999px;
  background: #fff1f1;
  color: #e10600;
  font-size: 1.05rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 0 0.8rem 2rem rgba(225, 6, 0, 0.08);
  gap: 0.8rem;
}

.tt-about-overview__eyebrow span {
  display: inline-block;
  flex: 0 0 0.7rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #e10600;
}

.tt-about-overview__title {
  max-width: 69rem;
  margin: 0;
  color: #101827;
  font-size: 5.4rem;
  font-weight: bolder;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-about-overview__description {
  max-width: 71rem;
  margin-top: 2.8rem;
  color: #53657d;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.6;
}

.tt-about-overview__description strong,
.tt-about-overview__description b {
  color: #1f2937;
  font-weight: bolder;
}

.tt-about-overview__description p:last-child {
  margin-bottom: 0;
}

.tt-about-overview__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.8rem;
  margin-top: 3.6rem;
  padding-top: 3.6rem;
  border-top: 0.1rem solid #edf1f6;
}

.tt-about-overview__stat {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr);
  align-items: center;
  min-height: 11.8rem;
  margin: 0;
  padding: 2.7rem 3rem;
  border: 0.1rem solid #edf1f6;
  border-radius: 2.4rem;
  background: #ffffff;
  box-shadow: 0 2rem 4.8rem rgba(15, 23, 42, 0.07);
  gap: 1.8rem;
}

.tt-about-overview__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  color: #e10600;
  font-size: 2rem;
  line-height: 1;
}

.tt-about-overview__stat-image {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

.tt-about-overview__stat-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tt-about-overview__stat-content strong {
  color: #101827;
  font-size: 3.4rem;
  font-weight: bolder;
  line-height: 1.05;
}

.tt-about-overview__stat-content small {
  margin-top: 1.1rem;
  color: #6d7b91;
  font-size: 1.05rem;
  font-weight: bolder;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tt-about-overview__media {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  padding: 2.4rem 0;
}

.tt-about-overview__image-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 70rem;
}

.tt-about-overview__image-box::before {
  content: '';
  position: absolute;
  right: -2.4rem;
  bottom: -2.4rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0 3.2rem 3.2rem 3.2rem;
  background: #f4cfd1;
}

.tt-about-overview__image,
.tt-about-overview__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1.52 / 1;
  border: 0.8rem solid #ffffff;
  border-radius: 3.2rem;
  background: #eef3f8;
  box-shadow: 0 2.4rem 5rem rgba(15, 23, 42, 0.16);
}

.tt-about-overview__image {
  height: auto;
  object-fit: cover;
}

.tt-about-overview__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 8rem;
}

.tt-mission-overview {
  overflow: hidden;
  padding: 6.8rem 0 8.4rem;
  background-color: #f8fbff;
  background-image: radial-gradient(#e7edf5 0.12rem, transparent 0.12rem);
  background-size: 1.6rem 1.6rem;
}

.tt-mission-overview__head {
  margin-bottom: 7.2rem;
}

.tt-mission-overview__title {
  margin: 0;
  color: #101827;
  font-size: 4.8rem;
  font-weight: bolder;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-mission-overview__line {
  display: inline-block;
  width: 8.2rem;
  height: 0.5rem;
  margin-top: 2rem;
  border-radius: 999px;
  background: #e10600;
}

.tt-mission-overview__main {
  max-width: 98rem;
  margin: 0 auto;
}

.tt-mission-overview__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  margin-bottom: 2.2rem;
  padding: 0.8rem 1.8rem;
  border: 0.1rem solid #e7edf5;
  border-radius: 999px;
  background: #ffffff;
  color: #e10600;
  font-size: 1.05rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 1rem 2.4rem rgba(15, 23, 42, 0.04);
  gap: 0.8rem;
}

.tt-mission-overview__eyebrow i {
  font-size: 1.25rem;
}

.tt-mission-overview__heading {
  margin: 0 0 3.6rem;
  color: #101827;
  font-size: 3.6rem;
  font-weight: bolder;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-mission-overview__vision {
  position: relative;
  min-height: 27rem;
  overflow: hidden;
  padding: 6.4rem 5.6rem 5.4rem;
  border: 0.1rem solid #eef2f7;
  border-radius: 3.2rem;
  background: #ffffff;
  box-shadow: 0 2.4rem 5.4rem rgba(15, 23, 42, 0.06);
}

.tt-mission-overview__watermark {
  position: absolute;
  top: -1.8rem;
  right: 2.4rem;
  color: #f1f5f9;
  font-size: 12.8rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  text-transform: uppercase;
}

.tt-mission-overview__year {
  position: relative;
  z-index: 1;
  margin-bottom: 2.6rem;
  color: #c90000;
  font-size: 7.2rem;
  font-weight: bolder;
  line-height: 0.9;
}

.tt-mission-overview__description {
  position: relative;
  z-index: 1;
  max-width: 78rem;
  margin: 0 auto;
  color: #53657d;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.55;
}

.tt-mission-overview__description strong,
.tt-mission-overview__description b {
  color: #101827;
  font-weight: bolder;
}

.tt-mission-overview__description p:last-child {
  margin-bottom: 0;
}

.tt-mission-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
  max-width: 105rem;
  margin: 6.4rem auto 0;
}

.tt-mission-overview__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 24rem;
  margin: 0;
  padding: 3.6rem 3rem 3.4rem;
  border: 0.1rem solid #eef2f7;
  border-radius: 2.4rem;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 2rem 4.8rem rgba(15, 23, 42, 0.06);
}

.tt-mission-overview__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 6.2rem;
  margin-bottom: 2.4rem;
  border-radius: 1.6rem;
  background: #eafff3;
  color: #0f9f54;
  font-size: 3rem;
  line-height: 1;
}

.tt-mission-overview__card:nth-child(2) .tt-mission-overview__icon {
  background: #edf5ff;
  color: #1d72d8;
}

.tt-mission-overview__card:nth-child(3) .tt-mission-overview__icon {
  background: #fff0f0;
  color: #e10600;
}

.tt-mission-overview__icon-image {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
}

.tt-mission-overview__card-title {
  margin: 0 0 1.6rem;
  color: #101827;
  font-size: 1.8rem;
  font-weight: bolder;
  line-height: 1.25;
  letter-spacing: 0;
}

.tt-mission-overview__card-description {
  max-width: 25rem;
  color: #64748b;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.55;
}

.tt-mission-overview__card-description p:last-child {
  margin-bottom: 0;
}

.tt-mission-detail {
  overflow: hidden;
  padding: 7rem 0 7.8rem;
  background-color: #f8fbff;
  background-image: radial-gradient(#e7edf5 0.12rem, transparent 0.12rem);
  background-size: 1.6rem 1.6rem;
}

.tt-mission-detail__head {
  max-width: 118rem;
  margin: 0 auto 6.6rem;
}

.tt-mission-detail__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  margin-bottom: 2.4rem;
  padding: 1.1rem 2.4rem;
  border: 0.1rem solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  color: #e10600;
  font-size: 1.25rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.06);
  gap: 1rem;
}

.tt-mission-detail__eyebrow i {
  font-size: 1.7rem;
}

.tt-mission-detail__title {
  margin: 0;
  color: #101827;
  font-size: 5.2rem;
  font-weight: bolder;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-mission-detail__description {
  max-width: 110rem;
  margin: 4.4rem auto 0;
  color: #1f2d45;
  font-size: 2.45rem;
  font-weight: 500;
  line-height: 1.48;
}

.tt-mission-detail__description strong,
.tt-mission-detail__description b {
  color: #101827;
  font-weight: bolder;
}

.tt-mission-detail__description p:last-child {
  margin-bottom: 0;
}

.tt-mission-detail__labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.8rem;
  gap: 2.4rem;
}

.tt-mission-detail__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18.6rem;
  min-height: 5.8rem;
  padding: 1.6rem 2.8rem;
  border-radius: 999px;
  background: #101827;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bolder;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 1.4rem 3rem rgba(15, 23, 42, 0.16);
  gap: 1.2rem;
}

.tt-mission-detail__label i {
  font-size: 1.8rem;
  line-height: 1;
}

.tt-mission-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.8rem;
}

.tt-mission-detail__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 34rem;
  margin: 0;
  padding: 4.8rem;
  border: 0.1rem solid #eef2f7;
  border-radius: 3.2rem;
  background: #ffffff;
  box-shadow: 0 2rem 5rem rgba(15, 23, 42, 0.06);
}

.tt-mission-detail__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  margin-bottom: 4.2rem;
  border-radius: 1.6rem;
  background: #ebebeb;
  color: #e10600;
  font-size: 3rem;
  line-height: 1;
  box-shadow: 0 1rem 2.4rem rgba(15, 23, 42, 0.05);
}

.tt-mission-detail__icon-image {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
}

.tt-mission-detail__card-title {
  margin: 0 0 2rem;
  color: #101827;
  font-size: 2.4rem;
  font-weight: bolder;
  line-height: 1.2;
  letter-spacing: 0;
}

.tt-mission-detail__card-description {
  color: #53657d;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.72;
}

.tt-mission-detail__card-description p:last-child {
  margin-bottom: 0;
}

.tt-core-values {
  overflow: hidden;
  padding: 5.8rem 0 8rem;
  background-color: #f8fbff;
  background-image: radial-gradient(#e7edf5 0.12rem, transparent 0.12rem);
  background-size: 1.6rem 1.6rem;
}

.tt-core-values__head {
  margin-bottom: 5.6rem;
}

.tt-core-values__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  margin-bottom: 2.4rem;
  padding: 1rem 2.4rem;
  border: 0.1rem solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  color: #e10600;
  font-size: 1.15rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.06);
  gap: 1rem;
}

.tt-core-values__eyebrow i {
  font-size: 1.45rem;
}

.tt-core-values__title {
  margin: 0;
  color: #101827;
  font-size: 4.8rem;
  font-weight: bolder;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-core-values__row {
  margin-right: -3.6rem;
  margin-left: -3.6rem;
}

.tt-core-values__row > [class*='col-'] {
  padding-right: 3.6rem;
  padding-left: 3.6rem;
}

.tt-core-values__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tt-core-values__item {
  display: grid;
  grid-template-columns: 6.4rem minmax(0, 1fr);
  align-items: center;
  min-height: 11.8rem;
  margin: 0;
  padding: 2.4rem;
  border: 0.1rem solid #eef2f7;
  border-radius: 2.2rem;
  background: #ffffff;
  box-shadow: 0 1.6rem 3.8rem rgba(15, 23, 42, 0.055);
  gap: 2.2rem;
}

.tt-core-values__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 1.5rem;
  background: #dffaf1;
  color: #13bd78;
  font-size: 2.2rem;
  font-weight: bolder;
  line-height: 1;
}

.tt-core-values__item:nth-child(2) .tt-core-values__number {
  background: #fff5d9;
  color: #ffad0a;
}

.tt-core-values__item:nth-child(3) .tt-core-values__number {
  background: #eaf2ff;
  color: #4b83ff;
}

.tt-core-values__item:nth-child(4) .tt-core-values__number {
  background: #ffe7e7;
  color: #e10600;
}

.tt-core-values__item:nth-child(5) .tt-core-values__number {
  background: #f1e9ff;
  color: #8b5cf6;
}

.tt-core-values__content {
  display: block;
  min-width: 0;
}

.tt-core-values__item-title {
  margin: 0 0 0.8rem;
  color: #101827;
  font-size: 1.85rem;
  font-weight: bolder;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-core-values__item-description {
  display: block;
  color: #64748b;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
}

.tt-core-values__item-description p:last-child {
  margin-bottom: 0;
}

.tt-core-values__media {
  padding: 0.6rem 0;
}

.tt-core-values__image-box {
  position: relative;
  overflow: hidden;
  border: 0.7rem solid #ffffff;
  border-radius: 3.2rem;
  background: #e2e8f0;
  box-shadow: 0 2.4rem 5.4rem rgba(15, 23, 42, 0.16);
}

.tt-core-values__image,
.tt-core-values__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.23;
}

.tt-core-values__image {
  height: auto;
  object-fit: cover;
}

.tt-core-values__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 8rem;
}

.tt-core-values__image-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 24, 39, 0.02) 0%, rgba(15, 24, 39, 0.72) 100%);
  pointer-events: none;
}

.tt-core-values__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 5.2rem 4.8rem;
  color: #ffffff;
}

/* .tt-core-values__quote {
  position: absolute;
  top: -12.8rem;
  right: 4.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #e10600;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
} */

.tt-core-values__overlay::before {
  content: '';
  display: block;
  width: 6.8rem;
  height: 0.5rem;
  margin-bottom: 2.6rem;
  border-radius: 999px;
  background: #e10600;
}

.tt-core-values__image-title {
  margin: 0 0 1.6rem;
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: bolder;
  line-height: 1.04;
  letter-spacing: 0;
}

.tt-core-values__image-description {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.55;
}

.tt-core-values__image-description p:last-child {
  margin-bottom: 0;
}

.tt-tech-line {
  overflow: hidden;
  padding: 4.4rem 0 8.8rem;
  background: #ffffff;
}

.tt-tech-line__head {
  margin-bottom: 7.4rem;
}

.tt-tech-line__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
  color: #e10600;
  font-size: 1.25rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  gap: 1.4rem;
}

.tt-tech-line__eyebrow span {
  display: inline-block;
  width: 4.6rem;
  height: 0.2rem;
  background: #e10600;
}

.tt-tech-line__title {
  margin: 0;
  color: #101827;
  font-size: 5.8rem;
  font-weight: bolder;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-tech-line__row {
  margin-right: -4.4rem;
  margin-left: -4.4rem;
}

.tt-tech-line__row > [class*='col-'] {
  padding-right: 4.4rem;
  padding-left: 4.4rem;
}

.tt-tech-line__media {
  position: relative;
  min-height: 43rem;
}

.tt-tech-line__image-box {
  position: absolute;
  overflow: hidden;
  border-radius: 3.2rem;
  background: #eef2f7;
  box-shadow: 0 2.2rem 5rem rgba(15, 23, 42, 0.12);
}

.tt-tech-line__image-box--primary {
  top: 0;
  left: 0;
  width: 48%;
}

.tt-tech-line__image-box--secondary {
  right: 0;
  bottom: 0;
  width: 48%;
}

.tt-tech-line__image,
.tt-tech-line__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.02;
}

.tt-tech-line__image {
  height: auto;
  object-fit: cover;
}

.tt-tech-line__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 6rem;
}

.tt-tech-line__content {
  max-width: 72rem;
  margin-left: auto;
}

.tt-tech-line__description {
  margin-bottom: 4.2rem;
  color: #53657d;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.58;
}

.tt-tech-line__description strong,
.tt-tech-line__description b {
  color: #e10600;
  font-weight: bolder;
}

.tt-tech-line__description p:last-child {
  margin-bottom: 0;
}

.tt-tech-line__items {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.tt-tech-line__item {
  display: grid;
  grid-template-columns: 6.2rem minmax(0, 1fr);
  align-items: center;
  min-height: 10.4rem;
  margin: 0;
  padding: 2.4rem 2.8rem;
  border-radius: 2rem;
  background: #f6f8fb;
  gap: 2rem;
}

.tt-tech-line__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 6.2rem;
  border: 0.1rem solid #eef2f7;
  border-radius: 1.6rem;
  background: #ffffff;
  color: #e10600;
  font-size: 2.4rem;
  line-height: 1;
  box-shadow: 0 1rem 2.2rem rgba(15, 23, 42, 0.04);
}

.tt-tech-line__icon-image {
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.tt-tech-line__item-content {
  display: block;
  min-width: 0;
}

.tt-tech-line__item-title {
  margin: 0 0 0.9rem;
  color: #101827;
  font-size: 2rem;
  font-weight: bolder;
  line-height: 1.22;
  letter-spacing: 0;
}

.tt-tech-line__item-description {
  display: block;
  color: #64748b;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.5;
}

.tt-tech-line__item-description p:last-child {
  margin-bottom: 0;
}

.tt-integrated-products {
  overflow: hidden;
  padding: 9rem 0 10rem;
  background:
    radial-gradient(circle at 50% 0, rgba(225, 6, 0, 0.24), rgba(225, 6, 0, 0) 34rem),
    linear-gradient(115deg, #101827 0%, #171425 50%, #101827 100%);
}

.tt-integrated-products__head {
  margin-bottom: 5.8rem;
}

.tt-integrated-products__title {
  margin: 0;
  color: #ffffff;
  font-size: 5.2rem;
  font-weight: bolder;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-integrated-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem;
}

.tt-integrated-products__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 25.6rem;
  margin: 0;
  padding: 4rem 3rem 3.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.08);
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  text-align: center;
  box-shadow: inset 0 0.1rem 0 rgba(255, 255, 255, 0.04);
}

.tt-integrated-products__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  margin-bottom: 3rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1;
}

.tt-integrated-products__icon-image {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
}

.tt-integrated-products__card-title {
  margin: 0 0 1.6rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bolder;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-integrated-products__card-description {
  color: rgba(255, 255, 255, 0.52);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.5;
}

.tt-integrated-products__card-description p:last-child {
  margin-bottom: 0;
}

.tt-quality-commitment {
  overflow: hidden;
  padding: 8.8rem 0 8.4rem;
  background: #ffffff;
}

.tt-quality-commitment__head {
  margin-bottom: 7.2rem;
}

.tt-quality-commitment__title {
  margin: 0;
  color: #101827;
  font-size: 4.8rem;
  font-weight: bolder;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-quality-commitment__line {
  display: inline-block;
  width: 8.2rem;
  height: 0.5rem;
  margin-top: 2.4rem;
  border-radius: 999px;
  background: #e10600;
}

.tt-quality-commitment__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
}

.tt-quality-commitment__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 41rem;
  margin: 0;
  padding: 5rem 4.4rem 4.6rem;
  border: 0.1rem solid #eef2f7;
  border-radius: 3.2rem;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 2rem 5rem rgba(15, 23, 42, 0.05);
}

.tt-quality-commitment__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8.8rem;
  height: 8.8rem;
  margin-bottom: 3.6rem;
  border-radius: 2rem;
  background: #f3f3f3;
  color: #101827;
  font-size: 3.8rem;
  line-height: 1;
  box-shadow: 0 1rem 2.6rem rgba(15, 23, 42, 0.04);
}

.tt-quality-commitment__card:nth-child(3) .tt-quality-commitment__icon {
  color: #18b985;
}

.tt-quality-commitment__icon-image {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  object-fit: contain;
}

.tt-quality-commitment__card-title {
  max-width: 34rem;
  margin: 0 0 2.4rem;
  color: #101827;
  font-size: 2.7rem;
  font-weight: bolder;
  line-height: 1.12;
  letter-spacing: 0;
}

.tt-quality-commitment__card-description {
  max-width: 40rem;
  color: #66758c;
  font-size: 1.48rem;
  font-weight: 500;
  line-height: 1.62;
}

.tt-quality-commitment__card-description p:last-child {
  margin-bottom: 0;
}

.tt-intro-value {
  overflow: hidden;
  padding: 9rem 0 10rem;
  background: linear-gradient(115deg, #0d1627 0%, #251426 48%, #0d1627 100%);
}

.tt-intro-value__head {
  margin-bottom: 7.8rem;
}

.tt-intro-value__title {
  margin: 0;
  color: #ffffff;
  font-size: 4.6rem;
  font-weight: bolder;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-intro-value__line {
  display: inline-block;
  width: 9.4rem;
  height: 0.5rem;
  margin-top: 2.2rem;
  border-radius: 999px;
  background: #e10600;
}

.tt-intro-value__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4.8rem;
}

.tt-intro-value__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 32.6rem;
  padding: 4.8rem 5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.13);
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  text-align: center;
}

.tt-intro-value__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  margin-bottom: 3.6rem;
  border-radius: 2.2rem;
  background: rgba(225, 6, 0, 0.1);
  color: #e10600;
  font-size: 3.2rem;
}

.tt-intro-value__icon-image {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
}

.tt-intro-value__card-title {
  margin: 0 0 2rem;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: bolder;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-intro-value__description {
  max-width: 45rem;
  color: #97a4b8;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.65;
}

.tt-intro-value__description p:last-child {
  margin-bottom: 0;
}

.tt-production-line {
  overflow: hidden;
  padding: 7.8rem 0 8.8rem;
  background: #f4f7fb;
}

.tt-production-line__head {
  max-width: 92rem;
  margin: 0 auto 9.8rem;
}

.tt-production-line__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  margin-bottom: 2rem;
  padding: 0.9rem 2.2rem;
  border: 0.1rem solid rgba(225, 6, 0, 0.24);
  border-radius: 999px;
  background: #ffe8e6;
  color: #e10600;
  font-size: 1.15rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  gap: 0.8rem;
}

.tt-production-line__eyebrow i {
  font-size: 1.35rem;
  line-height: 1;
}

.tt-production-line__title {
  margin: 0 0 2.6rem;
  color: #111827;
  font-size: 5.8rem;
  font-weight: bolder;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-production-line__description {
  max-width: 82rem;
  margin: 0 auto;
  color: #65748a;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.65;
}

.tt-production-line__description strong,
.tt-production-line__description b {
  color: #e10600;
}

.tt-production-line__description p:last-child {
  margin-bottom: 0;
}

.tt-production-line__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.4rem;
}

.tt-production-line__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 28.4rem;
  padding: 4rem 2.6rem 3.8rem;
  border: 0.1rem solid #e8edf4;
  border-radius: 2.8rem;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 2.4rem 5rem rgba(15, 23, 42, 0.06);
}

.tt-production-line__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  margin-bottom: 3rem;
  border-radius: 1.6rem;
  background: #f5f7fa;
  color: #e10600;
  font-size: 3rem;
}

.tt-production-line__icon-image {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  object-fit: contain;
}

.tt-production-line__card-title {
  margin: 0 0 1rem;
  color: #e45b5f;
  font-size: 4.6rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-production-line__card-description {
  color: #65748a;
  font-size: 1.35rem;
  font-weight: bolder;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tt-production-line__card-description p:last-child {
  margin-bottom: 0;
}

.tt-production-stage {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 9rem;
  background: #f4f7fb;
}

.tt-production-stage__row {
  position: relative;
  margin-right: -3.6rem;
  margin-left: -3.6rem;
}

.tt-production-stage__row::before {
  content: '';
  position: absolute;
  top: 2rem;
  bottom: 0;
  left: 50%;
  width: 0.1rem;
  background: #e6edf5;
  transform: translateX(-50%);
}

.tt-production-stage__row > [class*='col-'] {
  padding-right: 3.6rem;
  padding-left: 3.6rem;
}

.tt-production-stage__media {
  position: relative;
  padding: 3.2rem 0 2rem;
}

.tt-production-stage__image-box {
  position: relative;
  z-index: 1;
  overflow: visible;
  border-radius: 3.2rem;
}

.tt-production-stage__image-box::before {
  content: '';
  position: absolute;
  right: -2.4rem;
  bottom: -2.4rem;
  z-index: -1;
  width: 98%;
  height: 92%;
  border-radius: 0 3.2rem 3.2rem 3.2rem;
  background: #d72b2f;
}

.tt-production-stage__image,
.tt-production-stage__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  border: 0.7rem solid #ffffff;
  border-radius: 3.2rem;
  box-shadow: 0 2.4rem 5.8rem rgba(15, 23, 42, 0.12);
}

.tt-production-stage__image {
  height: auto;
  object-fit: cover;
}

.tt-production-stage__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9eef5;
  color: #e10600;
  font-size: 8rem;
}

.tt-production-stage__content {
  position: relative;
  max-width: 62rem;
  margin-left: auto;
  padding-top: 1.6rem;
}

.tt-production-stage__number {
  position: absolute;
  top: -7.4rem;
  left: -7rem;
  z-index: 0;
  color: rgba(226, 232, 240, 0.62);
  font-size: 15.5rem;
  font-weight: bolder;
  line-height: 1;
  pointer-events: none;
}

.tt-production-stage__eyebrow,
.tt-production-stage__title,
.tt-production-stage__line,
.tt-production-stage__items {
  position: relative;
  z-index: 1;
}

.tt-production-stage__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  margin-bottom: 2.4rem;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  background: #ffe2e3;
  color: #e10600;
  font-size: 1.1rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  gap: 0.8rem;
  box-shadow: 0 1rem 2.4rem rgba(225, 6, 0, 0.08);
}

.tt-production-stage__eyebrow i {
  font-size: 1.35rem;
}

.tt-production-stage__title {
  max-width: 60rem;
  margin: 0;
  color: #111827;
  font-size: 4.8rem;
  font-weight: bolder;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-production-stage__line {
  display: block;
  width: 8rem;
  height: 0.5rem;
  margin: 2.4rem 0 4rem;
  border-radius: 999px;
  background: #e10600;
}

.tt-production-stage__items {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.tt-production-stage__item {
  display: grid;
  grid-template-columns: 5.4rem minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  padding: 2.4rem 3.2rem 2.2rem 2.2rem;
  border: 0.1rem solid #e6edf4;
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: 0 1rem 2.6rem rgba(15, 23, 42, 0.04);
  gap: 1.8rem;
}

.tt-production-stage__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1rem;
  background: #f6f8fb;
  color: #e10600;
  font-size: 2.2rem;
}

.tt-production-stage__item-image {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
}

.tt-production-stage__item-content {
  min-width: 0;
}

.tt-production-stage__item-title {
  margin: 0 0 0.8rem;
  color: #111827;
  font-size: 1.75rem;
  font-weight: bolder;
  line-height: 1.25;
  letter-spacing: 0;
}

.tt-production-stage__item-description {
  color: #4b5b72;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.45;
}

.tt-production-stage__item-description p:last-child {
  margin-bottom: 0;
}

.tt-certificate {
  overflow: hidden;
  padding: 8.8rem 0 9rem;
  background: #f4f7fb;
}

.tt-certificate__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.6rem;
  gap: 2.4rem;
}

.tt-certificate__title-wrap {
  min-width: 0;
}

.tt-certificate__line {
  display: block;
  width: 2.8rem;
  height: 0.3rem;
  margin-bottom: 1.4rem;
  border-radius: 999px;
  background: #e10600;
}

.tt-certificate__title {
  margin: 0;
  color: #111827;
  font-size: 4.2rem;
  font-weight: bolder;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-certificate__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 23rem;
  min-height: 4.8rem;
  padding: 1.3rem 2.8rem;
  border: 0.1rem solid #d8e0ea;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 1.25rem;
  font-weight: bolder;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  gap: 1rem;
  transition: color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tt-certificate__btn:hover {
  border-color: #e10600;
  color: #e10600;
  text-decoration: none;
  box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.08);
}

.tt-certificate__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3rem;
}

.tt-certificate__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 0.1rem solid #e6ecf3;
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 1.4rem 3.5rem rgba(15, 23, 42, 0.05);
}

.tt-certificate__image-link {
  display: block;
  width: 100%;
  padding: 1.4rem 1.4rem 0;
  color: inherit;
}

.tt-certificate__image-link:hover {
  text-decoration: none;
}

.tt-certificate__image,
.tt-certificate__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 0.75 / 1;
  border-radius: 1.4rem;
  background: #f8fafc;
}

.tt-certificate__image {
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.tt-certificate__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e10600;
  font-size: 5.6rem;
}

.tt-certificate__body {
  flex: 1 1 auto;
  padding: 2.1rem 1.8rem 3rem;
  text-align: center;
}

.tt-certificate__card-title {
  margin: 0 0 1.2rem;
  color: #111827;
  font-size: 1.55rem;
  font-weight: bolder;
  line-height: 1.2;
  letter-spacing: 0;
}

.tt-certificate__card-title a {
  color: inherit;
}

.tt-certificate__card-title a:hover {
  color: #e10600;
  text-decoration: none;
}

.tt-certificate__description {
  color: #697890;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.4;
}

.tt-certificate__description p:last-child {
  margin-bottom: 0;
}

.tt-certificate-page {
  overflow: hidden;
  padding: 4.8rem 0 8.6rem;
  background: #ffffff;
}

.tt-certificate-page__head {
  max-width: 74rem;
  margin: 0 auto 6.2rem;
}

.tt-certificate-page__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  background: #ffe7e6;
  color: #e10600;
  font-size: 0.95rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  gap: 0.7rem;
}

.tt-certificate-page__eyebrow i {
  font-size: 1.1rem;
}

.tt-certificate-page__title {
  margin: 0;
  color: #101827;
  font-size: 4.6rem;
  font-weight: bolder;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-certificate-page__description {
  max-width: 62rem;
  margin: 2rem auto 0;
  color: #66758c;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.65;
}

.tt-certificate-page__description p:last-child {
  margin-bottom: 0;
}

.tt-certificate-page__row {
  margin-right: -1.8rem;
  margin-left: -1.8rem;
}

.tt-certificate-page__col {
  display: flex;
  margin-bottom: 3.6rem;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.tt-certificate-page__card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 42rem;
  margin: 0;
  padding: 2.4rem 2.2rem 3rem;
  border: 0.1rem solid #eef2f7;
  border-radius: 2.4rem;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 1.8rem 4.8rem rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tt-certificate-page__gallery-item {
  cursor: pointer;
}

.tt-certificate-page__gallery-item:hover {
  border-color: #ff9b9b;
  box-shadow: 0 2.2rem 5.2rem rgba(15, 23, 42, 0.09);
  transform: translateY(-0.3rem);
}

.tt-certificate-page__image-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 24rem;
  min-height: 27rem;
  margin-bottom: 2.6rem;
  overflow: hidden;
  border-radius: 1.2rem;
  background: #f8fafc;
}

.tt-certificate-page__image-link:hover {
  text-decoration: none;
}

.tt-certificate-page__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.tt-certificate-page__gallery-item:hover .tt-certificate-page__image {
  filter: blur(0.35rem);
  opacity: 0.72;
  transform: scale(1.03);
}

.tt-certificate-page__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #ffffff;
  color: #e10600;
  font-size: 1.8rem;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 1.2rem 2.6rem rgba(15, 23, 42, 0.18);
  transform: translate(-50%, -50%) scale(0.88);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tt-certificate-page__gallery-item:hover .tt-certificate-page__zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.tt-certificate-page__gallery-item:hover .tt-certificate-page__card-title {
  color: #e10600;
}

.tt-certificate-page__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.75 / 1;
  color: #94a3b8;
  font-size: 5.2rem;
}

.tt-certificate-page__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
}

.tt-certificate-page__card-title {
  margin: 0 0 1.4rem;
  color: #101827;
  font-size: 1.65rem;
  font-weight: bolder;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-certificate-page__card-title a {
  color: inherit;
}

.tt-certificate-page__card-title a:hover {
  color: #e10600;
  text-decoration: none;
}

.tt-certificate-page__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    margin-bottom: 1.5rem;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    background: #ffe7e6;
    color: #e10600;
    font-size: 1.2rem;
    font-weight: bolder;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tt-certificate-page__item-description {
  margin-top: auto;
  color: #66758c;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.55;
}

.tt-certificate-page__item-description p:last-child {
  margin-bottom: 0;
}

.tt-news-home {
  padding: 8rem 0 9rem;
  background: #ffffff;
}

.tt-news-home__head {
  margin-bottom: 5.6rem;
}

.tt-news-home__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  margin-bottom: 1.8rem;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  background: #ffe8e6;
  color: #e10600;
  font-size: 1.1rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-news-home__title {
  margin: 0;
  color: #111827;
  font-size: 4.6rem;
  font-weight: bolder;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-news-home__row {
  margin-right: -1.8rem;
  margin-left: -1.8rem;
}

.tt-news-home__col {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  margin-bottom: 3.6rem;
}

.tt-news-home__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 0.1rem solid #e9eef5;
  border-radius: 2.2rem;
  background: #ffffff;
  box-shadow: 0 1.8rem 4.5rem rgba(15, 23, 42, 0.06);
}

.tt-news-home__image-wrap {
  position: relative;
  overflow: hidden;
  background: #f3f6fa;
}

.tt-news-home__image-link {
  display: block;
  width: 100%;
  aspect-ratio: 1.9 / 1;
  color: inherit;
}

.tt-news-home__image-link:hover {
  text-decoration: none;
}

.tt-news-home__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tt-news-home__card:hover .tt-news-home__image {
  transform: scale(1.04);
}

.tt-news-home__date {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  background: #ffffff;
  color: #263247;
  font-size: 1.15rem;
  font-weight: bolder;
  line-height: 1;
  box-shadow: 0 0.8rem 2rem rgba(15, 23, 42, 0.1);
  gap: 0.8rem;
}

.tt-news-home__date i {
  color: #e10600;
  font-size: 1.2rem;
}

.tt-news-home__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 3.2rem 3rem 3rem;
}

.tt-news-home__card-title {
  margin: 0 0 1.8rem;
  color: #111827;
  font-size: 1.95rem;
  font-weight: bolder;
  line-height: 1.32;
  letter-spacing: 0;
  text-transform: none;
}

.tt-news-home__card-title a {
  color: inherit;
}

.tt-news-home__card-title a:hover {
  color: #e10600;
  text-decoration: none;
}

.tt-news-home__description {
  display: -webkit-box;
  min-height: 6.8rem;
  overflow: hidden;
  color: #697890;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tt-news-home__readmore {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 2.6rem;
  color: #e10600;
  font-size: 1.3rem;
  font-weight: bolder;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  gap: 1rem;
}

.tt-news-home__readmore:hover {
  color: #b90500;
  text-decoration: none;
}

.tt-news-home__footer {
  margin-top: 2.2rem;
}

.tt-news-home__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 23.6rem;
  min-height: 5.8rem;
  padding: 1.6rem 3rem;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bolder;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  gap: 1rem;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.tt-news-home__btn:hover {
  background: #e10600;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-0.2rem);
}

.tt-news-home__empty {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background: #f5f7fb;
  color: #697890;
  text-align: center;
}

.tt-news-page {
  padding: 6.4rem 0 9.6rem;
  background: #ffffff;
}

.tt-news-page__container {
  width: 100%;
  max-width: 135rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.tt-news-page__head {
  margin-bottom: 5.8rem;
}

.tt-news-page__eyebrow {
  margin-bottom: 0.8rem;
  color: #e10600;
  font-size: 1.15rem;
  font-weight: bolder;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-news-page__title {
  margin: 0;
  color: #111827;
  font-size: 4.2rem;
  font-weight: bolder;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-news-page__line {
  display: inline-block;
  width: 7.2rem;
  height: 0.5rem;
  margin-top: 1.6rem;
  border-radius: 999px;
  background: #e10600;
}

.tt-news-page__featured {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(32rem, 0.82fr);
  overflow: hidden;
  margin-bottom: 3.4rem;
  border-radius: 2.2rem;
  background: #ffffff;
  box-shadow: 0 1.6rem 4.2rem rgba(15, 23, 42, 0.07);
}

.tt-news-page__featured-image-link,
.tt-news-page__card-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
}

.tt-news-page__featured-image-wrap {
  overflow: hidden;
  background: #f3f6fa;
}

.tt-news-page__featured-image-link:hover,
.tt-news-page__card-image-link:hover {
  text-decoration: none;
}

.tt-news-page__featured-image {
  display: block;
  transition: transform 0.35s ease;
}

.tt-news-page__featured:hover .tt-news-page__featured-image,
.tt-news-page__card:hover .tt-news-page__card-image {
  transform: scale(1.04);
}

.tt-news-page__featured-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 4.4rem 4.2rem 4rem;
  border: 0.1rem solid #eef2f7;
  border-left: 0;
}

.tt-news-page__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.8rem;
  gap: 1.2rem;
}

.tt-news-page__date {
  display: inline-flex;
  align-items: center;
  color: #9aa6b7;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1;
  gap: 0.7rem;
}

.tt-news-page__date i {
  color: #e10600;
  font-size: 1.15rem;
}

.tt-news-page__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  background: #ffe2e3;
  color: #e10600;
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1;
  text-transform: uppercase;
}

.tt-news-page__featured-title {
  margin: 0 0 1.8rem;
  color: #111827;
  font-size: 2.95rem;
  font-weight: bolder;
  line-height: 1.14;
  letter-spacing: 0;
}

.tt-news-page__featured-title a,
.tt-news-page__card-title a {
  color: inherit;
}

.tt-news-page__featured-title a:hover,
.tt-news-page__card-title a:hover {
  color: #e10600;
  text-decoration: none;
}

.tt-news-page__featured-description {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 2.8rem;
  color: #6b788c;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.tt-news-page__readmore {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: #e10600;
  font-size: 1.16rem;
  font-weight: bolder;
  line-height: 1.1;
  text-transform: uppercase;
  gap: 0.9rem;
}

.tt-news-page__readmore:hover {
  color: #b90500;
  text-decoration: none;
}

.tt-news-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
}

.tt-news-page__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 0.1rem solid #edf1f6;
  border-radius: 2.2rem;
  background: #ffffff;
  box-shadow: 0 1.2rem 3.2rem rgba(15, 23, 42, 0.05);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.tt-news-page__card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.8rem 4.2rem rgba(15, 23, 42, 0.1);
}

.tt-news-page__card--highlight {
  box-shadow: 0 2.4rem 5rem rgba(15, 23, 42, 0.18);
}

.tt-news-page__card-image-wrap {
  position: relative;
  overflow: hidden;
  background: #f3f6fa;
}

.tt-news-page__card-image-link {
  aspect-ratio: 1.55 / 1;
}

.tt-news-page__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.tt-news-page__card--highlight .tt-news-page__card-image {
  filter: brightness(0.58);
}

.tt-news-page__detail-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.8rem;
  min-height: 4.1rem;
  padding: 1.1rem 1.8rem;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 1.05rem;
  font-weight: bolder;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  gap: 0.8rem;
  box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.22);
}

.tt-news-page__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 2.5rem 2.4rem 2.7rem;
}

.tt-news-page__date--card {
  margin-bottom: 1.4rem;
}

.tt-news-page__card-title {
  margin: 0 0 1.5rem;
  color: #111827;
  font-size: 1.72rem;
  font-weight: bolder;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: none;
}

.tt-news-page__card--highlight .tt-news-page__card-title {
  color: #e10600;
}

.tt-news-page__card-description {
  display: -webkit-box;
  overflow: hidden;
  color: #6b788c;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tt-news-page__readmore--card {
  margin-top: 2.6rem;
}

.tt-news-page__empty {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background: #f5f7fb;
  color: #697890;
  text-align: center;
}

.tt-partner {
  overflow: hidden;
  padding: 4.4rem 0 3.8rem;
  background: #ffffff;
}

.tt-partner__head {
  margin-bottom: 3.2rem;
}

.tt-partner__title {
  margin: 0;
  color: #111827;
  font-size: 2.6rem;
  font-weight: bolder;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-partner__line {
  display: inline-block;
  width: 5.4rem;
  height: 0.4rem;
  margin-top: 1.3rem;
  border-radius: 999px;
  background: #e10600;
}

.tt-partner__marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tt-partner__track {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 200%;
  animation: tt-partner-marquee 28s linear infinite;
  will-change: transform;
}

.tt-partner__marquee:hover .tt-partner__track {
  animation-play-state: paused;
}

.tt-partner__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 18.8rem;
  min-width: 16.8rem;
  padding: 0 2.4rem;
}

.tt-partner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5.4rem;
}

.tt-partner__link:hover {
  text-decoration: none;
}

.tt-partner__logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 9.2rem;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.tt-partner__link:hover .tt-partner__logo {
  transform: translateY(-0.2rem);
}

@keyframes tt-partner-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 1280px) {
  .tt-intro-factory__container {
    gap: 5rem;
  }

  .tt-intro-factory__title {
    font-size: 5rem;
  }

  .tt-intro-factory__description {
    font-size: 1.65rem;
  }

  .tt-about-overview__title {
    font-size: 4.8rem;
  }

  .tt-about-overview__stat {
    padding: 2.4rem;
  }

  .tt-about-overview__stat-content strong {
    font-size: 3rem;
  }

  .tt-mission-overview__title {
    font-size: 4.2rem;
  }

  .tt-mission-overview__heading {
    font-size: 3.2rem;
  }

  .tt-mission-overview__vision {
    max-width: 88rem;
  }

  .tt-mission-detail__title {
    font-size: 4.6rem;
  }

  .tt-mission-detail__description {
    font-size: 2.2rem;
  }

  .tt-mission-detail__grid {
    gap: 2.8rem;
  }

  .tt-mission-detail__card {
    padding: 4rem;
  }

  .tt-core-values__row {
    margin-right: -2.4rem;
    margin-left: -2.4rem;
  }

  .tt-core-values__row > [class*='col-'] {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .tt-core-values__title {
    font-size: 4.2rem;
  }

  .tt-core-values__image-title {
    font-size: 3.6rem;
  }

  .tt-tech-line__title {
    font-size: 5rem;
  }

  .tt-tech-line__row {
    margin-right: -2.4rem;
    margin-left: -2.4rem;
  }

  .tt-tech-line__row > [class*='col-'] {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .tt-tech-line__media {
    min-height: 37rem;
  }

  .tt-integrated-products__title,
  .tt-quality-commitment__title {
    font-size: 4.2rem;
  }

  .tt-integrated-products__grid {
    gap: 2.4rem;
  }

  .tt-quality-commitment__grid {
    gap: 2.4rem;
  }

  .tt-quality-commitment__card {
    padding: 4.4rem 3.2rem;
  }

  .tt-intro-value__grid {
    gap: 3rem;
  }

  .tt-intro-value__card {
    padding: 4.2rem 3.6rem;
  }

  .tt-production-line__head {
    margin-bottom: 7.2rem;
  }

  .tt-production-line__title {
    font-size: 5rem;
  }

  .tt-production-line__grid {
    gap: 2.4rem;
  }

  .tt-production-stage__row {
    margin-right: -2.4rem;
    margin-left: -2.4rem;
  }

  .tt-production-stage__row > [class*='col-'] {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .tt-production-stage__title {
    font-size: 4.2rem;
  }

  .tt-production-stage__number {
    left: -4rem;
    font-size: 13rem;
  }

  .tt-certificate__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.4rem;
  }

  .tt-certificate-page__title {
    font-size: 4rem;
  }

  .tt-certificate-page__row {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }

  .tt-certificate-page__col {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .tt-news-home__row {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }

  .tt-news-home__col {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .tt-news-page__container {
    max-width: 104rem;
  }

  .tt-news-page__featured {
    grid-template-columns: minmax(0, 1.15fr) minmax(30rem, 0.85fr);
  }

  .tt-news-page__featured-body {
    padding: 3.6rem 3.2rem;
  }

  .tt-news-page__featured-title {
    font-size: 2.55rem;
  }

  .tt-news-page__grid {
    gap: 2.4rem;
  }
}

@media (max-width: 991px) {
  .tt-intro-factory {
    padding: 6.4rem 0;
  }

  .tt-intro-factory__container {
    grid-template-columns: 1fr;
    gap: 4.6rem;
  }

  .tt-intro-factory__title {
    font-size: 4.2rem;
  }

  .tt-intro-factory__stats {
    gap: 2.6rem;
  }

  .tt-about-overview {
    padding: 5.8rem 0 6.4rem;
    background: #ffffff;
  }

  .tt-about-overview__content {
    max-width: none;
  }

  .tt-about-overview__title {
    font-size: 4rem;
  }

  .tt-about-overview__media {
    justify-content: flex-start;
    margin-top: 4.6rem;
    padding: 0 2.4rem 2.4rem 0;
  }

  .tt-about-overview__image-box {
    max-width: none;
  }

  .tt-mission-overview {
    padding: 5.8rem 0 6.8rem;
  }

  .tt-mission-overview__head {
    margin-bottom: 5rem;
  }

  .tt-mission-overview__title {
    font-size: 3.6rem;
  }

  .tt-mission-overview__heading {
    font-size: 2.9rem;
  }

  .tt-mission-overview__vision {
    padding: 5.4rem 3.6rem 4.8rem;
  }

  .tt-mission-overview__watermark {
    font-size: 10rem;
  }

  .tt-mission-overview__year {
    font-size: 6rem;
  }

  .tt-mission-overview__grid {
    grid-template-columns: 1fr;
    max-width: 54rem;
    gap: 2.4rem;
    margin-top: 4.8rem;
  }

  .tt-mission-overview__card {
    min-height: 0;
  }

  .tt-mission-detail {
    padding: 5.8rem 0 6.6rem;
  }

  .tt-mission-detail__head {
    margin-bottom: 4.8rem;
  }

  .tt-mission-detail__title {
    font-size: 3.8rem;
  }

  .tt-mission-detail__description {
    margin-top: 3.2rem;
    font-size: 1.85rem;
  }

  .tt-mission-detail__labels {
    gap: 1.6rem;
  }

  .tt-mission-detail__grid {
    grid-template-columns: 1fr;
    max-width: 58rem;
    margin: 0 auto;
    gap: 2.4rem;
  }

  .tt-mission-detail__card {
    min-height: 0;
  }

  .tt-core-values {
    padding: 5.8rem 0 6.6rem;
  }

  .tt-core-values__head {
    margin-bottom: 4.4rem;
  }

  .tt-core-values__title {
    font-size: 3.6rem;
  }

  .tt-core-values__row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .tt-core-values__row > [class*='col-'] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .tt-core-values__media {
    margin-top: 3.8rem;
  }

  .tt-core-values__image,
  .tt-core-values__placeholder {
    aspect-ratio: 1.16 / 1;
  }

  .tt-tech-line {
    padding: 5.8rem 0 6.8rem;
  }

  .tt-tech-line__head {
    margin-bottom: 5rem;
  }

  .tt-tech-line__title {
    font-size: 3.8rem;
  }

  .tt-tech-line__media {
    min-height: 39rem;
    margin-bottom: 4.6rem;
  }

  .tt-tech-line__content {
    max-width: none;
    margin-left: 0;
  }

  .tt-integrated-products {
    padding: 6.8rem 0 7.4rem;
  }

  .tt-integrated-products__head {
    margin-bottom: 4.6rem;
  }

  .tt-integrated-products__title,
  .tt-quality-commitment__title {
    font-size: 3.6rem;
  }

  .tt-integrated-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-quality-commitment {
    padding: 6.8rem 0;
  }

  .tt-quality-commitment__head {
    margin-bottom: 5rem;
  }

  .tt-quality-commitment__grid {
    grid-template-columns: 1fr;
    max-width: 58rem;
    margin: 0 auto;
  }

  .tt-quality-commitment__card {
    min-height: 0;
  }

  .tt-intro-value {
    padding: 7rem 0;
  }

  .tt-intro-value__head {
    margin-bottom: 5rem;
  }

  .tt-intro-value__title {
    font-size: 3.8rem;
  }

  .tt-intro-value__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .tt-intro-value__card {
    min-height: 0;
  }

  .tt-production-line {
    padding: 6.8rem 0;
  }

  .tt-production-line__head {
    margin-bottom: 5rem;
  }

  .tt-production-line__title {
    font-size: 3.8rem;
  }

  .tt-production-line__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-production-line__card {
    min-height: 25rem;
  }

  .tt-production-stage {
    padding: 6.8rem 0;
  }

  .tt-production-stage__row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .tt-production-stage__row::before {
    display: none;
  }

  .tt-production-stage__row > [class*='col-'] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .tt-production-stage__media {
    margin-bottom: 5rem;
  }

  .tt-production-stage__content {
    max-width: none;
    margin-left: 0;
  }

  .tt-production-stage__number {
    top: -5.8rem;
    left: 0;
    font-size: 10rem;
  }

  .tt-production-stage__title {
    font-size: 3.8rem;
  }

  .tt-certificate {
    padding: 6.8rem 0;
  }

  .tt-certificate__head {
    margin-bottom: 4rem;
  }

  .tt-certificate__title {
    font-size: 3.6rem;
  }

  .tt-certificate__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-certificate-page {
    padding: 4.8rem 0 6.4rem;
  }

  .tt-certificate-page__head {
    margin-bottom: 4.6rem;
  }

  .tt-certificate-page__title {
    font-size: 3.4rem;
  }

  .tt-certificate-page__card {
    min-height: 0;
  }

  .tt-news-home {
    padding: 6.6rem 0;
  }

  .tt-news-home__head {
    margin-bottom: 4rem;
  }

  .tt-news-home__title {
    font-size: 3.8rem;
  }

  .tt-news-home__body {
    padding: 2.8rem 2.6rem;
  }

  .tt-news-page {
    padding: 5.8rem 0 7rem;
  }

  .tt-news-page__head {
    margin-bottom: 4.2rem;
  }

  .tt-news-page__title {
    font-size: 3.5rem;
  }

  .tt-news-page__featured {
    grid-template-columns: 1fr;
  }

  .tt-news-page__featured-body {
    border-top: 0;
    border-left: 0.1rem solid #eef2f7;
  }

  .tt-news-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-partner {
    padding: 4rem 0 3.4rem;
  }

  .tt-partner__item {
    width: 14.8rem;
    min-width: 14.8rem;
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .tt-intro-factory {
    padding: 4.8rem 0;
  }

  .tt-intro-factory__image-box {
    padding: 1.2rem;
    border-radius: 2.4rem;
  }

  .tt-intro-factory__image,
  .tt-intro-factory__placeholder {
    border-radius: 1.8rem;
  }

  .tt-intro-factory__placeholder {
    font-size: 5rem;
  }

  .tt-intro-factory__experience {
    right: 2.2rem;
    bottom: 2.2rem;
    min-width: 15.8rem;
    padding: 1.5rem 1.7rem;
    border-radius: 1.8rem;
    gap: 1.2rem;
  }

  .tt-intro-factory__experience-icon {
    flex-basis: 4.6rem;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.2rem;
  }

  .tt-intro-factory__experience-content strong {
    font-size: 2.5rem;
  }

  .tt-intro-factory__experience-content small {
    font-size: 0.85rem;
  }

  .tt-intro-factory__eyebrow {
    font-size: 0.95rem;
  }

  .tt-intro-factory__title {
    margin-bottom: 2rem;
    font-size: 3.3rem;
    line-height: 1.12;
  }

  .tt-intro-factory__description {
    margin-bottom: 3.2rem;
    font-size: 1.5rem;
  }

  .tt-intro-factory__stats {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3.4rem;
  }

  .tt-intro-factory__stat-content strong {
    font-size: 2.1rem;
  }

  .tt-intro-factory__btn {
    width: 100%;
  }

  .tt-about-overview {
    padding: 4.8rem 0 5.4rem;
  }

  .tt-about-overview__eyebrow {
    margin-bottom: 1.6rem;
    font-size: 0.95rem;
    letter-spacing: 0.16em;
  }

  .tt-about-overview__title {
    font-size: 3.2rem;
    line-height: 1.08;
  }

  .tt-about-overview__description {
    margin-top: 2rem;
    font-size: 1.38rem;
  }

  .tt-about-overview__stats {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin-top: 2.8rem;
    padding-top: 2.8rem;
  }

  .tt-about-overview__stat {
    min-height: 0;
    padding: 2.2rem;
    border-radius: 1.6rem;
  }

  .tt-about-overview__stat-content strong {
    font-size: 2.7rem;
  }

  .tt-about-overview__stat-content small {
    font-size: 0.95rem;
  }

  .tt-about-overview__media {
    margin-top: 3.6rem;
    padding: 0 1.2rem 1.2rem 0;
  }

  .tt-about-overview__image-box::before {
    right: -1.2rem;
    bottom: -1.2rem;
    border-radius: 0 2.2rem 2.2rem 2.2rem;
  }

  .tt-about-overview__image,
  .tt-about-overview__placeholder {
    border-width: 0.5rem;
    border-radius: 2.2rem;
  }

  .tt-about-overview__placeholder {
    font-size: 5rem;
  }

  .tt-mission-overview {
    padding: 4.8rem 0 5.6rem;
    background-size: 1.4rem 1.4rem;
  }

  .tt-mission-overview__head {
    margin-bottom: 3.8rem;
  }

  .tt-mission-overview__title {
    font-size: 3rem;
    line-height: 1.16;
  }

  .tt-mission-overview__line {
    width: 6.8rem;
    height: 0.4rem;
    margin-top: 1.4rem;
  }

  .tt-mission-overview__eyebrow {
    margin-bottom: 1.8rem;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
  }

  .tt-mission-overview__heading {
    margin-bottom: 2.8rem;
    font-size: 2.6rem;
  }

  .tt-mission-overview__vision {
    min-height: 0;
    padding: 4.2rem 2.2rem 3.6rem;
    border-radius: 2rem;
  }

  .tt-mission-overview__watermark {
    top: -0.8rem;
    right: 1.2rem;
    font-size: 6.8rem;
  }

  .tt-mission-overview__year {
    margin-bottom: 2rem;
    font-size: 4.8rem;
  }

  .tt-mission-overview__description {
    font-size: 1.38rem;
  }

  .tt-mission-overview__grid {
    gap: 2rem;
    margin-top: 3.6rem;
  }

  .tt-mission-overview__card {
    padding: 3rem 2.2rem;
    border-radius: 1.8rem;
  }

  .tt-mission-overview__icon {
    width: 5.6rem;
    height: 5.6rem;
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }

  .tt-mission-overview__icon-image {
    width: 3rem;
    height: 3rem;
  }

  .tt-mission-overview__card-title {
    font-size: 1.65rem;
  }

  .tt-mission-overview__card-description {
    font-size: 1.24rem;
  }

  .tt-mission-detail {
    padding: 4.8rem 0 5.6rem;
    background-size: 1.4rem 1.4rem;
  }

  .tt-mission-detail__head {
    margin-bottom: 3.8rem;
  }

  .tt-mission-detail__eyebrow {
    min-height: 3.8rem;
    margin-bottom: 1.8rem;
    padding: 1rem 1.8rem;
    font-size: 1rem;
    letter-spacing: 0.18em;
  }

  .tt-mission-detail__title {
    font-size: 3.2rem;
    line-height: 1.12;
  }

  .tt-mission-detail__description {
    margin-top: 2.4rem;
    font-size: 1.55rem;
    line-height: 1.58;
  }

  .tt-mission-detail__labels {
    align-items: stretch;
    flex-direction: column;
    margin-top: 2.8rem;
    gap: 1.2rem;
  }

  .tt-mission-detail__label {
    width: 100%;
    min-width: 0;
    min-height: 5rem;
    padding: 1.4rem 2rem;
    font-size: 1.08rem;
  }

  .tt-mission-detail__grid {
    gap: 2rem;
  }

  .tt-mission-detail__card {
    padding: 3.2rem 2.4rem;
    border-radius: 2rem;
  }

  .tt-mission-detail__icon {
    width: 5.8rem;
    height: 5.8rem;
    margin-bottom: 2.8rem;
    font-size: 2.5rem;
  }

  .tt-mission-detail__icon-image {
    width: 3rem;
    height: 3rem;
  }

  .tt-mission-detail__card-title {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }

  .tt-mission-detail__card-description {
    font-size: 1.38rem;
  }

  .tt-core-values {
    padding: 4.8rem 0 5.6rem;
    background-size: 1.4rem 1.4rem;
  }

  .tt-core-values__head {
    margin-bottom: 3.4rem;
  }

  .tt-core-values__eyebrow {
    min-height: 3.8rem;
    margin-bottom: 1.8rem;
    padding: 1rem 1.8rem;
    font-size: 1rem;
    letter-spacing: 0.18em;
  }

  .tt-core-values__title {
    font-size: 3.2rem;
    line-height: 1.12;
  }

  .tt-core-values__list {
    gap: 1.6rem;
  }

  .tt-core-values__item {
    grid-template-columns: 5.4rem minmax(0, 1fr);
    min-height: 0;
    padding: 2rem;
    border-radius: 1.8rem;
    gap: 1.6rem;
  }

  .tt-core-values__number {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 1.3rem;
    font-size: 1.8rem;
  }

  .tt-core-values__item-title {
    font-size: 1.55rem;
  }

  .tt-core-values__item-description {
    font-size: 1.18rem;
  }

  .tt-core-values__media {
    margin-top: 3rem;
  }

  .tt-core-values__image-box {
    border-width: 0.5rem;
    border-radius: 2.2rem;
  }

  .tt-core-values__image,
  .tt-core-values__placeholder {
    aspect-ratio: 1 / 1.05;
  }

  .tt-core-values__placeholder {
    font-size: 5rem;
  }

  .tt-core-values__overlay {
    padding: 0 2.4rem 3rem;
  }

  .tt-core-values__quote {
    top: -8.6rem;
    right: 2.4rem;
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.35rem;
  }

  .tt-core-values__overlay::before {
    width: 5.6rem;
    height: 0.4rem;
    margin-bottom: 1.8rem;
  }

  .tt-core-values__image-title {
    margin-bottom: 1.2rem;
    font-size: 2.7rem;
  }

  .tt-core-values__image-description {
    font-size: 1.32rem;
  }

  .tt-tech-line {
    padding: 4.8rem 0 5.6rem;
  }

  .tt-tech-line__head {
    margin-bottom: 3.6rem;
  }

  .tt-tech-line__eyebrow {
    margin-bottom: 1.4rem;
    font-size: 1rem;
    letter-spacing: 0.16em;
    gap: 1rem;
  }

  .tt-tech-line__eyebrow span {
    width: 2.8rem;
  }

  .tt-tech-line__title {
    font-size: 3.1rem;
    line-height: 1.12;
  }

  .tt-tech-line__media {
    min-height: 0;
    margin-bottom: 3.4rem;
  }

  .tt-tech-line__image-box {
    position: relative;
    width: 100%;
    border-radius: 2rem;
  }

  .tt-tech-line__image-box--primary,
  .tt-tech-line__image-box--secondary {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .tt-tech-line__image-box--secondary {
    margin-top: 2rem;
  }

  .tt-tech-line__image,
  .tt-tech-line__placeholder {
    aspect-ratio: 1.28 / 1;
  }

  .tt-tech-line__placeholder {
    font-size: 4.8rem;
  }

  .tt-tech-line__description {
    margin-bottom: 3rem;
    font-size: 1.45rem;
  }

  .tt-tech-line__items {
    gap: 1.6rem;
  }

  .tt-tech-line__item {
    grid-template-columns: 5.4rem minmax(0, 1fr);
    min-height: 0;
    padding: 2rem;
    border-radius: 1.6rem;
    gap: 1.6rem;
  }

  .tt-tech-line__icon {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 1.3rem;
    font-size: 2rem;
  }

  .tt-tech-line__icon-image {
    width: 2.7rem;
    height: 2.7rem;
  }

  .tt-tech-line__item-title {
    font-size: 1.65rem;
  }

  .tt-tech-line__item-description {
    font-size: 1.22rem;
  }

  .tt-integrated-products {
    padding: 5.4rem 0 5.8rem;
  }

  .tt-integrated-products__head {
    margin-bottom: 3.4rem;
  }

  .tt-integrated-products__title,
  .tt-quality-commitment__title {
    font-size: 3rem;
    line-height: 1.16;
  }

  .tt-integrated-products__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .tt-integrated-products__card {
    min-height: 0;
    padding: 3.2rem 2.4rem;
    border-radius: 2rem;
  }

  .tt-integrated-products__icon {
    width: 5.8rem;
    height: 5.8rem;
    margin-bottom: 2.2rem;
    border-radius: 1.5rem;
    font-size: 2.6rem;
  }

  .tt-integrated-products__icon-image {
    width: 3rem;
    height: 3rem;
  }

  .tt-integrated-products__card-title {
    font-size: 1.7rem;
  }

  .tt-quality-commitment {
    padding: 5.2rem 0;
  }

  .tt-quality-commitment__head {
    margin-bottom: 3.6rem;
  }

  .tt-quality-commitment__line {
    width: 6.8rem;
    height: 0.4rem;
    margin-top: 1.5rem;
  }

  .tt-quality-commitment__grid {
    gap: 2rem;
  }

  .tt-quality-commitment__card {
    padding: 3.4rem 2.2rem;
    border-radius: 2rem;
  }

  .tt-quality-commitment__icon {
    width: 6.6rem;
    height: 6.6rem;
    margin-bottom: 2.4rem;
    border-radius: 1.6rem;
    font-size: 3rem;
  }

  .tt-quality-commitment__icon-image {
    width: 3.2rem;
    height: 3.2rem;
  }

  .tt-quality-commitment__card-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }

  .tt-quality-commitment__card-description {
    font-size: 1.3rem;
  }

  .tt-intro-value {
    padding: 5.4rem 0;
  }

  .tt-intro-value__head {
    margin-bottom: 3.8rem;
  }

  .tt-intro-value__title {
    font-size: 3rem;
    line-height: 1.2;
  }

  .tt-intro-value__line {
    width: 7.2rem;
    height: 0.4rem;
    margin-top: 1.6rem;
  }

  .tt-intro-value__card {
    padding: 3.6rem 2.2rem;
    border-radius: 2.2rem;
  }

  .tt-intro-value__icon {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 2.6rem;
    font-size: 2.6rem;
  }

  .tt-intro-value__icon-image {
    width: 3rem;
    height: 3rem;
  }

  .tt-intro-value__card-title {
    font-size: 1.8rem;
  }

  .tt-intro-value__description {
    font-size: 1.35rem;
  }

  .tt-production-line {
    padding: 5.4rem 0;
  }

  .tt-production-line__head {
    margin-bottom: 3.8rem;
  }

  .tt-production-line__eyebrow {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }

  .tt-production-line__title {
    font-size: 3rem;
    line-height: 1.14;
  }

  .tt-production-line__description {
    font-size: 1.45rem;
  }

  .tt-production-line__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tt-production-line__card {
    min-height: 0;
    padding: 3.6rem 2.2rem;
    border-radius: 2.2rem;
  }

  .tt-production-line__icon {
    width: 6.8rem;
    height: 6.8rem;
    margin-bottom: 2.4rem;
  }

  .tt-production-line__card-title {
    font-size: 3.8rem;
  }

  .tt-production-stage {
    padding: 5.4rem 0;
  }

  .tt-production-stage__media {
    margin-bottom: 4rem;
    padding: 1.2rem 0 1.4rem;
  }

  .tt-production-stage__image-box::before {
    right: -1.2rem;
    bottom: -1.2rem;
    border-radius: 0 2.2rem 2.2rem 2.2rem;
  }

  .tt-production-stage__image,
  .tt-production-stage__placeholder {
    border-width: 0.5rem;
    border-radius: 2.2rem;
  }

  .tt-production-stage__placeholder {
    font-size: 5rem;
  }

  .tt-production-stage__number {
    top: -4.8rem;
    font-size: 8rem;
  }

  .tt-production-stage__eyebrow {
    font-size: 0.95rem;
  }

  .tt-production-stage__title {
    font-size: 3rem;
    line-height: 1.14;
  }

  .tt-production-stage__line {
    width: 6.8rem;
    height: 0.4rem;
    margin: 1.8rem 0 3rem;
  }

  .tt-production-stage__items {
    gap: 1.6rem;
  }

  .tt-production-stage__item {
    grid-template-columns: 4.8rem minmax(0, 1fr);
    padding: 2rem;
    gap: 1.4rem;
  }

  .tt-production-stage__item-icon {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.9rem;
  }

  .tt-production-stage__item-title {
    font-size: 1.55rem;
  }

  .tt-production-stage__item-description {
    font-size: 1.28rem;
  }

  .tt-certificate {
    padding: 5.2rem 0;
  }

  .tt-certificate__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 3.2rem;
  }

  .tt-certificate__title {
    font-size: 3rem;
    line-height: 1.18;
  }

  .tt-certificate__btn {
    width: 100%;
    min-width: 0;
  }

  .tt-certificate__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tt-certificate__image,
  .tt-certificate__placeholder {
    aspect-ratio: 0.86 / 1;
  }

  .tt-certificate-page {
    padding: 3.8rem 0 5.2rem;
  }

  .tt-certificate-page__head {
    margin-bottom: 3.4rem;
  }

  .tt-certificate-page__eyebrow {
    font-size: 0.85rem;
  }

  .tt-certificate-page__title {
    font-size: 2.8rem;
    line-height: 1.14;
  }

  .tt-certificate-page__description {
    margin-top: 1.5rem;
    font-size: 1.05rem;
  }

  .tt-certificate-page__row {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }

  .tt-certificate-page__col {
    margin-bottom: 2.4rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .tt-certificate-page__card {
    padding: 2rem 1.8rem 2.6rem;
    border-radius: 1.8rem;
  }

  .tt-certificate-page__image-link {
    max-width: 22rem;
    min-height: 24rem;
    margin-bottom: 2rem;
  }

  .tt-certificate-page__card-title {
    font-size: 1.45rem;
  }

  .tt-certificate-page__badge {
    font-size: 0.78rem;
  }

  .tt-news-home {
    padding: 5.2rem 0;
  }

  .tt-news-home__head {
    margin-bottom: 3.2rem;
  }

  .tt-news-home__eyebrow {
    font-size: 1rem;
  }

  .tt-news-home__title {
    font-size: 3rem;
    line-height: 1.18;
  }

  .tt-news-home__row {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }

  .tt-news-home__col {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    margin-bottom: 2.4rem;
  }

  .tt-news-home__image-link {
    aspect-ratio: 1.45 / 1;
  }

  .tt-news-home__date {
    top: 1.2rem;
    right: 1.2rem;
    font-size: 1.05rem;
  }

  .tt-news-home__body {
    padding: 2.4rem 2.2rem;
  }

  .tt-news-home__card-title {
    font-size: 1.8rem;
  }

  .tt-news-home__description {
    font-size: 1.32rem;
  }

  .tt-news-home__btn {
    width: 100%;
    min-width: 0;
  }

  .tt-news-page {
    padding: 4.6rem 0 5.6rem;
  }

  .tt-news-page__container {
    padding: 0 1.6rem;
  }

  .tt-news-page__head {
    margin-bottom: 3.2rem;
  }

  .tt-news-page__eyebrow {
    font-size: 1rem;
  }

  .tt-news-page__title {
    font-size: 3rem;
    line-height: 1.14;
  }

  .tt-news-page__line {
    width: 6rem;
    height: 0.4rem;
    margin-top: 1.2rem;
  }

  .tt-news-page__featured {
    margin-bottom: 2.4rem;
    border-radius: 1rem;
  }

  .tt-news-page__featured-body {
    padding: 2.6rem 2.2rem;
  }

  .tt-news-page__meta {
    margin-bottom: 1.4rem;
  }

  .tt-news-page__featured-title {
    font-size: 2.2rem;
  }

  .tt-news-page__featured-description {
    margin-bottom: 2.2rem;
    font-size: 1.3rem;
    -webkit-line-clamp: 3;
  }

  .tt-news-page__grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .tt-news-page__card {
    border-radius: 1rem;
  }

  .tt-news-page__card-body {
    padding: 2.3rem 2.1rem 2.5rem;
  }

  .tt-news-page__card-title {
    font-size: 1.65rem;
  }

  .tt-partner {
    padding: 3.4rem 0 3rem;
  }

  .tt-partner__head {
    margin-bottom: 2.4rem;
    padding: 0 1.6rem;
  }

  .tt-partner__title {
    font-size: 2rem;
  }

  .tt-partner__line {
    width: 4.8rem;
    height: 0.3rem;
    margin-top: 1rem;
  }

  .tt-partner__track {
    animation-duration: 22s;
  }

  .tt-partner__item {
    width: 12.6rem;
    min-width: 12.6rem;
    padding: 0 1.6rem;
  }

  .tt-partner__link {
    min-height: 4.6rem;
  }

  .tt-partner__logo {
    max-height: 3.4rem;
  }
}

.tt-quote-contact {
  padding: 3rem 0 7.8rem;
  background: #f5f8fc;
  color: #050b16;
}

.tt-quote-contact__head {
  margin-bottom: 4.4rem;
  text-align: center;
}

.tt-quote-contact__eyebrow {
  margin-bottom: 2rem;
  color: #d90000;
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.2;
  letter-spacing: 0.16em;
}

.tt-quote-contact__title {
  margin: 0;
  color: #050b16;
  font-size: 4.8rem;
  font-weight: bolder;
  text-transform: uppercase;
}

.tt-quote-contact__title-line,
.tt-quote-contact__accent-line {
  display: block;
  width: 6.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #d90000;
}

.tt-quote-contact__title-line {
  margin: 1.8rem auto 0;
}

.tt-quote-contact__form {
  position: relative;
  max-width: 80.8rem;
  margin: 0 auto;
  padding: 4.4rem 4.5rem 4.6rem;
  border-radius: 1.8rem;
  background: #ffffff;
  box-shadow: 0 2.4rem 5.5rem rgba(15, 23, 42, 0.08);
}

.tt-quote-contact__accent-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10.2rem;
  transform: translate(-50%, -0.2rem);
}

.tt-quote-contact__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

.tt-quote-contact__field {
  margin-bottom: 2.1rem;
}

.tt-quote-contact__field label {
  display: block;
  margin-bottom: 0.9rem;
  color: #050b16;
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tt-quote-contact__field input,
.tt-quote-contact__field textarea {
  display: block;
  width: 100%;
  min-height: 4.6rem;
  padding: 1.3rem 1.4rem;
  border: 0.1rem solid #d9dee7;
  border-radius: 1.2rem;
  background: #fbfcfe;
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.45;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tt-quote-contact__field textarea {
  min-height: 14.2rem;
  resize: vertical;
}

.tt-quote-contact__field input::placeholder,
.tt-quote-contact__field textarea::placeholder {
  color: #9aa6bd;
}

.tt-quote-contact__field input:focus,
.tt-quote-contact__field textarea:focus {
  border-color: #d90000;
  background: #ffffff;
  box-shadow: 0 0 0 0.3rem rgba(217, 0, 0, 0.08);
}

.tt-quote-contact__upload {
  margin: 0 0 3.2rem;
}

.tt-quote-contact__upload input {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  opacity: 0;
}

.tt-quote-contact__upload label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 23rem;
  margin: 0;
  padding: 2.4rem;
  border: 0.1rem dashed #ff8f8f;
  border-radius: 1rem;
  background: #fff2f2;
  color: #050b16;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.tt-quote-contact__upload.is-selected label,
.tt-quote-contact__upload label:hover {
  border-color: #d90000;
  background: #fff7f7;
}

.tt-quote-contact__upload-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  margin-bottom: 1.4rem;
  border-radius: 50%;
  background: #d90000;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
}

.tt-quote-contact__upload strong {
  margin-bottom: 0.4rem;
  color: #050b16;
  font-size: 1.3rem;
  font-weight: bolder;
}

.tt-quote-contact__upload span,
.tt-quote-contact__upload small {
  color: #8c97ad;
  font-size: 1.1rem;
  line-height: 1.5;
}

.tt-quote-contact__upload b {
  color: #d90000;
  font-weight: bolder;
}

.tt-quote-contact__file-name {
  display: block;
  max-width: 100%;
  margin-top: 1rem;
  padding: 0.7rem 1.2rem;
  overflow: hidden;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a !important;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tt-quote-contact__submit-wrap {
  display: flex;
  justify-content: center;
}

.tt-quote-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5.4rem;
  padding: 1.4rem 2.4rem;
  border-radius: 999px;
  background: #d90000;
  box-shadow: 0 1.2rem 2.4rem rgba(217, 0, 0, 0.22);
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: bolder;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tt-quote-contact__submit:hover {
  background: #b90000;
  box-shadow: 0 1rem 2rem rgba(217, 0, 0, 0.18);
  color: #ffffff;
  transform: translateY(-0.1rem);
}

[nh-mini-member] > a {
    font-size: 1.6rem;
    margin-left: 2rem;
}
@media (min-width: 1000px) {
  .menu-header > .container > .row > div:last-child {
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }
}

@media (max-width: 767.98px) {
    .menu-container {
      float: right;
  }
  .tt-quote-contact {
    padding: 2.8rem 0 5.4rem;
  }

  .tt-quote-contact__head {
    margin-bottom: 3rem;
  }

  .tt-quote-contact__title {
    font-size: 3rem;
  }

  .tt-quote-contact__form {
    padding: 3.6rem 2rem 2.8rem;
    border-radius: 1.4rem;
  }

  .tt-quote-contact__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tt-quote-contact__submit {
    min-height: 5rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.18em;
  }
}

.tt-direct-contact {
  width: 100%;
  color: #ffffff;
}

.tt-direct-contact__title {
  margin: 0 0 2.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid #f01823;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bolder;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tt-direct-contact__list {
  margin: 0;
  font-style: normal;
}

.tt-direct-contact__item {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  align-items: center;
  margin: 0 0 2rem;
  color: #edf6ff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.45;
  gap: 1.2rem;
}

.tt-direct-contact__item:last-child {
  margin-bottom: 0;
}

.tt-direct-contact__item i {
  color: #e10600;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
}

.tt-direct-contact__item a,
.tt-direct-contact__item span {
  color: inherit;
  text-decoration: none;
}

.tt-direct-contact__item a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 575.98px) {

  .tt-direct-contact__title {
    font-size: 1.6rem;
  }

  .tt-direct-contact__item {
    align-items: flex-start;
    font-size: 1.45rem;
  }
}

.product-item img {
  object-fit: contain;
}
