.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.brand-page {
  overflow-x: hidden;
  background: #ffffff;
  color: #111b26;
}

.brand-page p {
  color: #5f6875;
  line-height: 1.72;
}

.brand-page svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-page .container {
  max-width: 1180px;
}

.brand-page .header_area {
  padding: 0;
}

.brand-page .header_navbar {
  position: fixed;
  padding: 0 30px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(17, 27, 38, 0.08);
}

.brand-page .header_navbar.sticky {
  box-shadow: 0 12px 32px rgba(17, 27, 38, 0.12);
}

.brand-page .header_navbar .container-fluid {
  max-width: 1320px;
}

.brand-page .navbar {
  min-height: 88px;
}

.brand-page .navbar-brand img {
  width: 145px;
  max-height: 58px;
  object-fit: contain;
}

.brand-page .navbar-toggler {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #ffffff;
  border: 0;
  border-radius: 6px;
}

.brand-page .navbar-toggler .toggler-icon {
  background-color: #1c2633;
}

@media only screen and (min-width: 992px) {
  .brand-page .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}

.brand-page .navbar-nav {
  margin-right: 20px;
}

.brand-page .navbar-nav .nav-item a {
  padding: 34px 13px;
  color: #101820;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.brand-page .navbar-nav .nav-item a::before {
  top: auto;
  bottom: 21px;
  left: 13px;
  height: 3px;
  background: #e10a18;
}

.brand-page .navbar-nav .nav-item.active > a,
.brand-page .navbar-nav .nav-item:hover > a {
  color: #e10a18;
}

.brand-page .navbar-nav .nav-item.active > a::before,
.brand-page .navbar-nav .nav-item:hover > a::before {
  width: calc(100% - 26px);
}

.brand-page .navbar-btn .main-btn,
.brand-page .navbar-btn .nav-shop-btn {
  height: 48px;
  padding: 0 26px;
  color: #ffffff;
  line-height: 48px;
  background: #e10a18;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(225, 10, 24, 0.2);
}

.brand-page .navbar-btn .main-btn:hover {
  color: #ffffff;
  background: #b90814;
}

.brand-main {
  padding-top: 88px;
}

.brand-kicker,
.section-kicker {
  display: inline-block;
  color: #e10a18;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.brand-hero {
  position: relative;
  min-height: 565px;
  overflow: hidden;
  background: #071523;
}

.brand-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, #071523 0%, #071523 43%, rgba(7, 21, 35, 0.72) 60%, rgba(7, 21, 35, 0.1) 100%);
}

.brand-hero::after {
  position: absolute;
  right: -120px;
  bottom: -160px;
  z-index: 1;
  width: 520px;
  height: 300px;
  content: "";
  background: radial-gradient(circle, rgba(225, 10, 24, 0.46), rgba(225, 10, 24, 0) 66%);
  transform: rotate(-18deg);
}

.brand-hero .container {
  position: relative;
  z-index: 2;
  min-height: 565px;
  display: flex;
  align-items: center;
}

.brand-hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 57%;
  height: 100%;
}

.brand-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.brand-hero-content {
  max-width: 610px;
  padding: 72px 0 64px;
}

.brand-hero h1 {
  max-width: 590px;
  margin-top: 15px;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.brand-hero p {
  max-width: 610px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.hero-mark {
  width: 62px;
  height: 4px;
  margin-top: 34px;
  background: #e10a18;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 42px;
}

.hero-feature {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 170px;
  padding: 0 28px 0 0;
  margin-right: 28px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.22;
}

.hero-feature:not(:last-child)::after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 48px;
  content: "";
  background: rgba(255, 255, 255, 0.22);
}

.hero-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #ffffff;
}

.hero-feature-icon svg {
  width: 38px;
  height: 38px;
}

.brand-purpose {
  padding: 82px 0 68px;
  background: #ffffff;
}

.purpose-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 64px;
  align-items: center;
}

.purpose-visual {
  position: relative;
  min-height: 610px;
}

.purpose-visual img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 27, 38, 0.16);
}

.trust-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 310px;
  padding: 22px 24px;
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0 18px 36px rgba(17, 27, 38, 0.18);
}

.trust-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: #e10a18;
}

.trust-badge svg {
  width: 42px;
  height: 42px;
}

.trust-badge p {
  min-width: 0;
  color: #202b38;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.purpose-content h2,
.section-heading h2 {
  margin-top: 15px;
  color: #172231;
  font-size: 40px;
  line-height: 1.18;
}

.purpose-intro {
  max-width: 640px;
  margin-top: 18px;
  overflow-wrap: anywhere;
}

.purpose-list {
  margin-top: 28px;
}

.purpose-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e8ee;
}

.purpose-item:first-child {
  padding-top: 0;
}

.purpose-icon {
  display: inline-flex;
  justify-content: center;
  width: 46px;
  padding-top: 3px;
  color: #e10a18;
}

.purpose-icon svg {
  width: 32px;
  height: 32px;
}

.purpose-item h3 {
  margin-bottom: 5px;
  color: #172231;
  font-size: 23px;
}

.purpose-item p {
  font-size: 15px;
}

.values-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #d9dee7;
  border-radius: 7px;
  background: #ffffff;
}

.values-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 70px;
  padding: 12px;
  color: #253141;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #d9dee7;
}

.values-strip span:last-child {
  border-right: 0;
}

.values-strip strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  color: #ffffff;
  background: #e10a18;
  border-radius: 50%;
}

.awards-section {
  padding: 68px 0 82px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.section-heading {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.section-heading p {
  margin-top: 18px;
}

.awards-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 990px;
  margin: 48px auto 0;
  border-top: 1px solid #cfd5de;
}

.awards-timeline span {
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: #e10a18;
  border-radius: 50%;
}

.awards-track {
  display: grid;
  grid-auto-columns: 205px;
  grid-auto-flow: column;
  gap: 18px;
  padding: 28px 2px 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: #e10a18 #e8edf3;
  scrollbar-width: thin;
}

.awards-track::-webkit-scrollbar {
  height: 9px;
}

.awards-track::-webkit-scrollbar-track {
  background: #e8edf3;
  border-radius: 999px;
}

.awards-track::-webkit-scrollbar-thumb {
  background: #e10a18;
  border-radius: 999px;
}

.award-card {
  min-height: 285px;
  padding: 30px 18px 24px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(17, 27, 38, 0.08);
  scroll-snap-align: start;
}

.award-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #e10a18;
}

.award-icon svg {
  width: 50px;
  height: 50px;
}

.award-card h3 {
  min-height: 48px;
  margin-top: 18px;
  color: #172231;
  font-size: 14px;
  line-height: 1.22;
  text-transform: uppercase;
}

.award-card strong {
  display: block;
  margin-top: 8px;
  color: #e10a18;
  font-size: 14px;
}

.award-card p {
  margin-top: 12px;
  color: #657080;
  font-size: 13px;
  line-height: 1.48;
}

.product-cta {
  overflow-x: clip;
  overflow-y: visible;
  background: #c80713;
}

.product-cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  min-height: 164px;
  color: #ffffff;
}

.product-cta-panel::before {
  position: absolute;
  inset: 0 -100vw;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 76% 50%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 24%),
    linear-gradient(90deg, #c20713 0%, #e10a18 54%, #bb0711 100%);
}

.product-cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-product {
  align-self: end;
}

.cta-product img {
  display: block;
  width: 140px;
  max-width: none;
  height: auto;
  margin: -26px auto 0;
  filter: drop-shadow(0 18px 22px rgba(17, 27, 38, 0.35));
}

.cta-copy h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
}

.cta-copy p {
  max-width: 650px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 54px;
  padding: 0 28px;
  color: #e10a18;
  font-size: 15px;
  font-weight: 700;
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0 14px 24px rgba(17, 27, 38, 0.18);
}

.cta-button:hover {
  color: #b90814;
  background: #fff6f6;
}

.brand-page .footer_area {
  background: #071523;
}

.brand-page .footer_wrapper {
  padding: 58px 0 42px;
}

.brand-page .footer_wrapper::before {
  display: none;
}

.brand-page .footer_about img {
  width: 128px;
}

.brand-page .footer_about p {
  max-width: 330px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.brand-page .footer_about .social li {
  margin-top: 28px;
}

.brand-page .footer_about .social li a {
  width: 42px;
  height: 42px;
  line-height: 44px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.brand-page .footer_about .social li a:hover {
  background: #e10a18;
  border-color: #e10a18;
}

.brand-page .footer_title {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.brand-page .footer_link {
  width: auto;
  padding-left: 0;
  margin-top: 8px;
}

.brand-page .footer_link .link {
  padding-top: 18px;
}

.brand-page .footer_link .link li {
  margin-top: 8px;
}

.brand-page .footer_link .link li a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.brand-page .footer_link .link li a:hover {
  color: #ffffff;
}

.brand-page .footer_contact {
  margin-top: 8px;
}

.brand-page .footer_info {
  padding-top: 18px;
}

.brand-page .footer_info li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.brand-page .footer_info a {
  color: rgba(255, 255, 255, 0.9);
}

.brand-page .footer_info a:hover {
  color: #ffffff;
}

.footer-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.footer-info-icon svg {
  width: 21px;
  height: 21px;
}

.brand-page .footer_bottom {
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 22px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.brand-page .footer_bottom p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.brand-page .footer_bottom a {
  color: #e10a18;
}

.brand-page .back-to-top {
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  color: #ffffff;
  line-height: 58px;
  background: #e10a18;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(225, 10, 24, 0.34);
}

.brand-page .back-to-top svg {
  width: 25px;
  height: 25px;
}

.brand-page .back-to-top:hover {
  color: #ffffff;
  background: #b90814;
}

@media only screen and (min-width: 1400px) {
  .brand-page .header_area,
  .brand-page .header_navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .brand-page .header_navbar {
    padding: 0 18px;
  }

  .brand-page .navbar-nav .nav-item a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
  }

  .brand-page .navbar-nav .nav-item a::before {
    left: 9px;
  }

  .brand-page .navbar-nav .nav-item.active > a::before,
  .brand-page .navbar-nav .nav-item:hover > a::before {
    width: calc(100% - 18px);
  }

  .brand-hero h1 {
    font-size: 46px;
  }

  .purpose-grid {
    gap: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .brand-main {
    padding-top: 82px;
  }

  .brand-page .navbar {
    min-height: 82px;
    padding: 14px 0;
  }

  .brand-page .navbar-toggler {
    display: inline-flex !important;
  }

  .brand-page .navbar-brand img {
    width: 130px;
  }

  .brand-page .navbar-collapse {
    top: calc(100% + 1px);
    max-width: calc(100vw - 36px);
    padding: 14px 22px 18px;
  }

  .brand-page .navbar-nav {
    align-items: flex-start !important;
    margin-right: 0;
  }

  .brand-page .navbar-nav .nav-item {
    width: 100%;
  }

  .brand-page .navbar-nav .nav-item a {
    display: block;
    width: 100%;
    padding: 13px 0;
  }

  .brand-page .navbar-nav .nav-item a::before {
    display: none;
  }

  .brand-hero {
    min-height: auto;
  }

  .brand-hero .container {
    min-height: auto;
  }

  .brand-hero-media {
    width: 100%;
    opacity: 0.34;
  }

  .brand-hero::before {
    background: linear-gradient(90deg, rgba(7, 21, 35, 0.96), rgba(7, 21, 35, 0.74));
  }

  .brand-hero-content {
    max-width: 720px;
    padding: 82px 0;
  }

  .brand-hero h1 {
    font-size: 42px;
  }

  .purpose-grid {
    grid-template-columns: 1fr;
  }

  .purpose-visual,
  .purpose-visual img {
    min-height: 0;
    height: 520px;
  }

  .product-cta-panel {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 26px;
    padding: 28px 0;
  }

  .cta-product img {
    width: 112px;
    margin-top: -18px;
  }

  .cta-button {
    grid-column: 2;
    justify-self: start;
  }

  .brand-page .footer_link,
  .brand-page .footer_contact {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-page .header_navbar {
    padding: 0 14px;
    width: 100%;
  }

  .brand-page .navbar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .brand-page .navbar-toggler {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
  }

  .brand-page .navbar-brand img {
    width: 118px;
  }

  .brand-hero-content {
    padding: 64px 0 58px;
  }

  .brand-hero h1 {
    font-size: 34px;
  }

  .brand-hero p {
    font-size: 16px;
  }

  .hero-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-feature {
    min-width: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-feature:not(:last-child)::after {
    display: none;
  }

  .brand-purpose {
    padding: 62px 0 54px;
  }

  .purpose-visual,
  .purpose-visual img {
    height: 440px;
  }

  .trust-badge {
    right: 18px;
    left: 18px;
    bottom: 18px;
    max-width: none;
    padding: 18px;
  }

  .purpose-content h2,
  .section-heading h2 {
    font-size: 31px;
  }

  .purpose-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .purpose-icon {
    width: 38px;
  }

  .purpose-icon svg {
    width: 28px;
    height: 28px;
  }

  .values-strip {
    grid-template-columns: 1fr 1fr;
  }

  .values-strip span:nth-child(2) {
    border-right: 0;
  }

  .values-strip span:nth-child(-n+2) {
    border-bottom: 1px solid #d9dee7;
  }

  .awards-section {
    padding: 56px 0 64px;
  }

  .awards-timeline {
    display: none;
  }

  .awards-track {
    grid-auto-columns: 78%;
    padding-top: 28px;
  }

  .product-cta-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 36px 0;
    text-align: center;
  }

  .cta-product {
    justify-self: center;
  }

  .cta-product img {
    width: 118px;
    margin: -54px auto -4px;
  }

  .cta-copy h2 {
    font-size: 28px;
  }

  .cta-button {
    grid-column: auto;
    justify-self: center;
  }

  .brand-page .footer_wrapper {
    padding-top: 48px;
  }

  .brand-page .footer_bottom {
    flex-direction: column;
    gap: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .brand-page {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .brand-page .container,
  .brand-page .container-fluid {
    width: 100%;
    max-width: 100vw;
  }

  .brand-main {
    padding-top: 78px;
  }

  .brand-page .navbar {
    min-height: 78px;
  }

  .brand-hero h1 {
    font-size: 30px;
    max-width: 350px;
  }

  .brand-hero-content,
  .brand-hero p {
    width: 100%;
    max-width: 350px;
  }

  .purpose-visual,
  .purpose-visual img {
    width: 100%;
    max-width: calc(100vw - 30px);
    height: 380px;
  }

  .trust-badge {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: flex-start;
    width: calc(100% - 36px);
    max-width: 320px;
  }

  .values-strip {
    grid-template-columns: 1fr;
  }

  .values-strip span,
  .values-strip span:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d9dee7;
  }

  .values-strip span:last-child {
    border-bottom: 0;
  }

  .awards-track {
    grid-auto-columns: 88%;
  }
}
