/* #region about-warranty mobile 320px */
.about-warranty {
  width: 100%;
  height: 100%;
  max-width: auto;
  max-height: auto;
  background-color: #1f2121;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.5rem;
}

.about-warranty__main {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-warranty__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 1rem;
}

.about-warranty__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  filter: brightness(30%) blur(0.0625rem);
}

.about-warranty__content {
  position: relative;
  max-height: 47.875rem;
  z-index: 2;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1rem;
  gap: 1rem;
  background-color: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    transparent 40%
  );
  border-radius: 2.5rem;
  margin-top: 0.6rem;
}

.about-warranty__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: white;
  word-break: break-word;
  margin-top: 1rem;
}

.about-warranty__description {
  font-size: 1rem;
  line-height: 140%;
  color: #f1f1f1;
}

.about-warranty__description-1,
.about-warranty__description-2 {
  margin-bottom: 1rem;
}

/*#endregion warranty mobile */

/* #region guide mobile 320px*/

.guide {
  width: 100%;
  height: 100%;
  background-color: #1f2121;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.5rem;
}

.guide__main {
  width: 100%;
  height: 100%;
  position: relative;
}

.guide__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.guide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  filter: brightness(30%) blur(0.0625rem);
}

.guide__content {
  position: relative;
  z-index: 2;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1rem;
  gap: 1rem;
  background-color: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    transparent 40%
  );
  border-radius: 2.5rem;
}

.guide__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.0313rem;
  text-transform: uppercase;
  color: white;
  word-break: break-word;
  margin-top: 1.75rem;
}

.guide__description_1,
.guide__description_2 {
  font-size: 1rem;
  line-height: 1.5;
  color: #f1f1f1;
  margin-bottom: 1rem;
}

.guide__des2-list {
  list-style: none;
  padding: 0;
  margin-left: 0.5rem;
}

.guide__des2-list .item {
  display: flex;
  align-items: flex-start;
}

.bullet-icon {
  margin-right: 0.6rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.3rem;
}

[hidden] {
  display: none;
}
/*#endregion guide mobile */

/* #region warranty mobile 320px */
.warranty__main {
  background: #f7f7f7;
  padding: 1rem;
  border-radius: 1.25rem;
  max-width: 100%;
  width: 100%;
  margin: 1rem auto;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
}

.warranty__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: -0.01rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.warranty__box {
  background-color: #ffffff;
  border-radius: 1rem;
  width: auto;
  max-width: 100%;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 1rem;
}

.warranty__box-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.warranty__box-title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 140%;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
}

.warranty__box-content p {
  margin-top: 1rem;
}

.warranty__box-toggle {
  background-color: #000;
  color: #fff;
  border: none;
  width: 2rem;
  height: 2rem;
  border-radius: 6.25rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.warranty__box-toggle iconify-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: 0;
  line-height: 1;
}

.warranty__box-content {
  margin-top: 1.875rem;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.warranty__box h6 {
  margin: 1.5rem 0;
}

.warranty__box p {
  margin-top: 1.5rem;
}

.warranty__box h4 {
  font-size: 1.25rem;
  width: 12rem;
}

.content-toggle a {
  display: inline-block;
  margin-top: 1.813rem;
  color: #00456d;
  font-size: 1.125rem;
}

.content-toggle {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.content-toggle.active {
  overflow: visible;
  opacity: 1;
}
/*#endregion maintenance mobile */
.news {
  margin-top: 0.5rem;
}

.page-header.page--static .page__title {
  font-size: 2rem;
}

.news .section-title {
  font-size: 2rem;
}

.dealers .section-title {
  font-size: 2rem;
}

.contact .section-title {
  font-size: 2rem;
}

@media only screen and (min-width: 360px) {
  /* #region about-warranty min 360px*/
  .about-warranty__title {
    font-size: 2.5rem;
  }

  .about-warranty__description {
    font-size: 1.125rem;
  }
  /* #endregion about-warranty min 360px*/

  /* #region guide min 360px*/
  .guide__title {
    font-size: 2.5rem;
  }

  .guide__description {
    font-size: 1.125rem;
  }

  .guide__description p {
    padding-bottom: 1rem;
  }

  .guide__description li {
    list-style-type: disc;
    margin-left: 2rem;
  }
  /* #endregion guide min 360px*/

  /* #region warranty mobile min 360px*/
  .warranty__title {
    font-size: 2.5rem;
  }

  .warranty__box-content p {
    margin-top: 1rem;
  }

  .warranty__box-toggle {
    width: 3rem;
    height: 3rem;
  }

  .warranty__box h4 {
    font-size: 1.5rem;
    width: 15rem;
  }

  .content-toggle.active {
    overflow: visible;
    opacity: 1;
  }
  /* #endregion warranty min 360px*/
}

/* Responsive */
@media only screen and (min-width: 1280px) {
  .header {
    margin-top: 1rem;
  }
  /* #region about-warranty */
  .about-warranty {
    margin-top: auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 2.5rem;
    position: relative;
    overflow: hidden;
    background-color: transparent;
  }

  .about-warranty__main {
    background: #181818;
    width: 100%;
    padding: 1rem;
    border-radius: 2.5rem;
    display: flex;
    gap: 1.5rem;
    height: auto;
  }

  .about-warranty__content {
    flex: 1;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 3rem;
    background-color: #fff;
    border-radius: 1.5rem;
    height: auto;
    margin-top: 0rem;
  }

  .about-warranty__media {
    position: static;
    inset: auto;
    z-index: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 0rem;
    height: auto;
  }

  .about-warranty__image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 1.5rem;
    filter: none;
    margin-top: 0rem;
  }

  .about-warranty__title {
    width: 100%;
    font-size: clamp(2rem, 3.75rem, 3.25rem);
    font-weight: 600;
    color: #141514;
    line-height: 1.2;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .about-warranty__description p {
    width: 100%;
    font-size: clamp(1.375rem, 3.75vw, 2.3rem);
    font-weight: 500;
    line-height: 1.4;
    color: #141514;
    margin-top: 1rem;
    margin-bottom: 0rem;
  }

  .about-warranty__description-1 {
    margin-bottom: 1.5rem;
  }

  /* #endregion about-warranty */

  /* #region guide*/
  .guide {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 2.5rem;
    position: relative;
    overflow: hidden;
    background-color: transparent;
  }

  .guide__main {
    background: #181818;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: 2.5rem;
    display: flex;
    gap: 1.5rem;
  }

  .guide__media {
    position: static;
    inset: auto;
    z-index: 0;
    flex: 1;
    display: flex;
    height: auto;
    justify-content: center;
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .guide__image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 1.5rem;
    filter: none;
    margin-top: 0rem;
  }

  .guide__content {
    flex: 1;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 3rem;
    background-color: #fff;
    border-radius: 1.5rem;
    height: auto;
    margin-top: 0rem;
  }

  .guide__title {
    width: 100%;
    font-size: clamp(2rem, 3.75rem, 3.25rem);
    font-weight: 600;
    color: #141514;
    line-height: 1.2;
    letter-spacing: -0.05rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    margin-top: 2rem;
  }

  .guide__description {
    width: 100%;
    font-size: clamp(1.375rem, 3.75vw, 2.3rem);
    font-weight: 500;
    line-height: 1.4;
    color: #141514;
    margin-top: 1rem;
  }

  .guide__description p {
    padding-bottom: 2rem;
  }

  .guide__description li {
    list-style-type: disc;
    margin-left: 4rem;
  }
  /* .guide__des2-list {
    list-style: none;
    padding: 0;
    margin-left: 1rem;
  } */

  .guide__des2-list .item {
    display: flex;
    align-items: flex-start;
  }

  /* .bullet-icon {
  margin-right: 0.6rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.3rem;
} */

  .guide__des2-list .item p {
    margin: 0;
    text-align: justify;
  }
  /* #endregion */

  /* #region warranty */
  [hidden] {
    display: none;
  }

  .warranty {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 2.5rem;
    position: relative;
    overflow: hidden;
  }

  .warranty__main {
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 1.25rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
  }

  .warranty__title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 3.25rem;
    line-height: 120%;
    letter-spacing: -0.01rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-left: 4rem;
  }

  .warranty__box {
    background-color: #ffffff;
    border-radius: 1rem;
    width: 100%;
    padding: 2rem;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 1.5rem;
  }

  .warranty__box-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .warranty__box-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 140%;
    letter-spacing: -0.01rem;
    text-transform: uppercase;
  }

  .warranty__box-content p {
    margin-top: 1rem;
  }

  .warranty__box-toggle {
    background-color: #000;
    color: #fff;
    border: none;
    width: 3rem;
    height: 3rem;
    border-radius: 6.25rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .warranty__box-toggle iconify-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin: 0;
    line-height: 1;
  }

  #warranty-content {
    /* margin-top: 1.875rem; */
    line-height: 1.6;
    transition: all 0.3s ease;
  }

  .warranty__box h4 {
    width: auto;
    color: #121317;
    font-size: 1.75rem;
  }

  .content-toggle {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }

  .content-toggle a {
    display: inline-block;
    margin-top: 1.813rem;
    color: #00456d;
    font-size: 1.125rem;
  }

  .content-toggle.active {
    overflow: visible;
    opacity: 1;
  }
  /* #endregion */

  /*News*/
  .news {
    margin-top: 1rem;
  }
}
