@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1236px) {
  .container {
    max-width: 1232px;
  }
}

@media (min-width: 1024px) {
  header {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .nav-desktop {
    display: block;
  }
  .menu-mobile {
    display: none;
  }
}

.menu-mobile {
  position: relative;
  background-color: #ffffff;
}

.header__mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  position: relative;
}

.header__mobile .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.nav__mobile {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  font-weight: 500;
  display: none;
    height: calc(100vh - 76px);
}
.nav__mobile > li {
  border-bottom: 1px solid var(--main-light)
}
.nav__mobile--child > li {
  border-top: 1px solid var(--main-light)
}
.nav__mobile--item--wrapper {
  display: flex;
  border-bottom-width: 1px;
  justify-content: space-between;
}
.nav__mobile--item--wrapper.active a {
    color: #ED145A;
}
.nav__mobile--item--wrapper.active .nav__mobile--item--wrapper__icon {
    transform: rotate(180deg);
}
.nav__mobile--item--wrapper.active {
    color: #ED145A;
}

.nav__mobile--item--wrapper__link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex: 1 1 0%;
}

.nav__mobile--item--wrapper__icon {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: center;
}

.nav__mobile--child {
  display: none;
  padding: 0
}

.nav__mobile--item--child {
  display: flex;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  border-bottom-width: 1px;
}

@media (min-width: 768px) {
  .policy {
    margin-top: -7rem;
    box-shadow: 1px 2px 15px 2px #00000026;
  }
  .policy__item--content {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
  .who-are-we__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .who-are-we__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
  .product-section__item--title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .policy {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .who-are-we__content {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .who-are-we__title--mobile {
    display: none;
  }

  .who-are-we__title--desktop {
    display: block;
  }

  .product-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: var(--soft-white);
  }
  .product-section__wrapper {
    gap: 2.5rem;
  }
  .product-section__list {
    row-gap: 1.25rem;
        margin: 0 -10px;
  }
  .product-section__item--wrapper {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 10px;
  }
  .product-section__item--title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }
  .product-section__view-more {
    display: flex;
    border: 1px solid #000;
  }
  .partner-section {
    background-color: var(--main-light);
  }
  .title {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
  }
  .partner-section__title {
    color: #fff;
    margin-bottom: 40px;
  }
  .blogs-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: var(--soft-white);
  }
  .blogs-section__wrapper {
    gap: 2.5rem;
  }

  .article-item__content-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: var(--body);
    min-height: 3rem;
  }
  .title-small {
    font-size: 1.25rem;
  }
  .article-item__content-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  footer {
    padding-top: 3rem;
  }
  .footer__grid--cols-1 {
    grid-column: span 3 / span 3;
  }
  .footer__grid--cols-1 img {
    margin: 0;
  }
  .footer__grid--cols-2 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
  }
  .footer__grid--cols-3 {
    grid-column: span 2 / span 2;
  }
  .footer__grid--cols-4 {
    grid-column: span 2 / span 2;
  }
  .footer__grid--cols-4 ul {
    display: flex;
  }
  .socials {
    justify-content: left;
  }
  .footer__grid--cols-2 h4,
  .footer__grid--cols-3 h4,
  .footer__grid--cols-4 h4 {
    color: var(--main);
    margin-bottom: 2rem;
  }
  .footer__grid--cols-2 ul,
  .footer__grid--cols-3 ul {
    gap: 1rem;
  }
  .footer__partners--cols-1 {
    grid-column: span 4 / span 4;
  }
  .footer__partners--cols-2 {
    grid-column: span 6 / span 6;
  }
  .footer_partner--title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .footer_partner--content {
    font-size: 0.875rem;
  }
  .bg-header {
    background-color: var(--soft-white);
  }
  .margin-top {
    margin-top: 152px;
  }
  .product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.25rem;
    row-gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .product__item h3 {
    padding: 1rem 1.25rem 1.5rem;
    font-size: 1.2rem;
    min-height: 97px;
  }
  .collection-nav {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-top: 2.5rem;
  }
  .product-detail__info-title {
    margin-bottom: 2rem;
  }
  .product-detail__info-description {
    margin-bottom: 2rem;
  }

  .product-detail {
    gap: 4rem;
  }
  .product-detail__image,
  .product-detail__info {
    grid-column: span 6 / span 6;
  }
  .product-detail__ctas {
    gap: 1.25rem;
  }
  .product-detail__ctas-button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .product-related {
    margin-bottom: 3.25rem;
  }
  .product-related__list.owl-carousel .owl-nav .owl-prev,
  .product-related__list.owl-carousel .owl-nav .owl-next {
    width: 3rem;
    height: 3rem;
  }
  .product-related__list .owl-prev {
    left: -4.5rem;
  }
  .product-related__list .owl-next {
    right: -4.5rem;
  }
  .product-related--title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .product-related--view-more {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
  }
  .product-related--title-wrapper {
    margin-bottom: 2rem;
  }
  .hero-wrapper__title {
    font-size: 4rem;
  }
  .section-about-us-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.375rem;
    margin-top: 2.5rem;
  }
  .section-about-us-item {
    padding-top: 680px;
  }
  .section-about-us-item__content {
    padding: 2.25rem 1.75rem;
    top: 60%;
  }
  .section-about-us-item__content-title {
    font-size: 2.25rem;
    text-align: left;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .section-about-us {
    margin-top: 2.5rem;
  }
  .leadership-team {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .leadership-team-container {
    margin-top: 2.5rem;
  }
  .leadership-team-container__rows-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.375rem;
  }
  .leadership-team-container__rows-2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .leadership-team-item__content {
      margin-top: 6px;
  }
  .leadership-team-item__content-title {
    font-size: 2rem;
  }
  .leadership-team-item__content-content {
    font-size: 1.5rem;
  }
  .leadership-team-container__rows-2 .leadership-team-item__content-content {
    font-size: 1.25rem;
  }
  .about-us-story {
    padding: 2.5rem 0;
  }
  .about-us-story .hero-banner {
    margin: 2.5rem 0;
  }
  .about-us-story-content {
    font-size: 1rem;
  }
  .blog-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.25rem;
  }
  .article-related {
    margin-bottom: 3.25rem;
  }
  .article-content {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .article-sidebar {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .section-ecosystem {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .section-ecosystem-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 3rem;
  }
  .section-ecosystem-item__content-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
  }
  .section-ecosystem-item__content-content {
    font-size: 1.25rem;
  }
  .section-ecosystem-item__content {
    padding: 1.25rem 2rem;
  }
  .ecosystem-logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .accordion-item {
    font-size: 1.5rem;
    padding: 1.75rem 2rem;
  }
  .inner {
    font-size: 1rem;
    padding: 1.25rem 2rem;
  }
  .faq-page {
    padding-bottom: 2.5rem;
  }
  .blog-list-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .article-excerpt {
    border-radius: 0 0 20px 20px;
    margin: 0;
  }
  .article-content > div {
    padding: 0 1.75rem;
  }
  .article-content {
    order: 1;
  }
  .article-related {
    order: 3;
  }
  .article-sidebar {
    order: 2;
  }
  .bread-crumb-article {
    display: flex;
  }
  .article-sidebar__content {
    gap: 1.25rem;
  }
  .blog-list-content .article-item__content-description {
    display: none;
  }
  .blog-view-more-btn {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-width: 1px;
    border-color: #000000;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: 0.625rem;
    cursor: pointer;
  }
  .blog-page .collection-nav {
    display: block;
  }
  .competitive-techincal {
    padding: 3.125rem 0;
  }
  .competitive--s1__content {
    font-size: 1rem;
    max-width: 60.3125rem;
    margin: 0 auto;
  }
  .competitive--s2 {
    display: block;
    text-align: center;
    background: var(--main);
    padding: 3.125rem 0;
    color: var(--soft-white);
  }
  .competitive--s2__content {
    max-width: 60.3125rem;
    margin: 1rem auto;
  }
  .competitive--s2 img {
    border-radius: 0.625rem;
    margin-bottom: 1rem;
  }
  .competitive--s3 {
    text-align: center;
    display: block;
  }
  .competitive--s3__title {
    font-size: 2rem;
    font-weight: 700;
  }
  .competitive--s3__content {
    max-width: 60.3125rem;
    margin: 1rem auto 2rem;
  }
  .competitive_s4__wrapper {
    padding: 2rem;
    border-radius: 1.25rem;
    margin: 0;
  }
  .competitive__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--main);
    margin-bottom: 2rem;
    padding: 0 0 0.25rem;
  }
  .competitive__title:before {
    left: 0;
  }
  .competitive_s4__wrapper img {
    border-radius: 0.625rem;
  }
  .competitive_s4__content {
    display: flex;
    flex-wrap: wrap;
  }
  .competitive_s4__img {
    flex: 0 0 58.333333%;
  }
  .competitive--s4__content {
    font-size: 1rem;
  }
  .competitive_s6__wrapper,
  .competitive_s8__wrapper {
    padding: 2rem;
    border-radius: 1.25rem;
    margin: 2rem 0 0;
  }
  .competitive_s4__img {
    flex: 0 0 58.333333%;
    padding-right: 1.25rem;
  }
  .competitive_s4__img img {
    width: 100%;
  }
  .s4__content-1 {
    flex: 0 0 41.666667%;
  }
  .s4__content-2 {
    margin-top: 2rem;
  }
  .competitive_s5__wrapper,
  .competitive_s7__wrapper {
    padding: 2rem;
    border-radius: 1.25rem;
    margin: 2rem 0 0;
  }
  .competitive_s5__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .competitive_s5__img {
    order: 2;
    flex: 0 0 58.333333%;
    padding-left: 1.25rem;
  }
  .competitive--s5__content {
    font-size: 1rem;
    flex: 0 0 41.666667%;
    padding-right: 2.5rem;
  }
  .competitive_s6__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.625rem;
    font-size: 1rem;
  }
  .competitive_s6__img {
    order: 2;
  }
  .competitive_s6__img img {
    border-radius: 0.625rem;
  }
  .s6__content--1 {
    order: 1;
  }
  .s6__content--2 {
    order: 3;
  }
  .competitive_s7__content {
    display: flex;
    flex-wrap: wrap;
  }
  .competitive_s7__img img {
    border-radius: 0.625rem;
  }
  .competitive_s7__img {
    flex: 0 0 58.333333%;
    padding-right: 2rem;
  }
  .s7__content--1 {
    flex: 0 0 41.666667%;
  }
  .competitive--s7__content {
    font-size: 1rem;
  }
  .s7__content--2 {
    margin-top: 1.25rem;
  }
  .competitive_s8__img img {
    border-radius: 0.625rem;
  }
  .competitive--s8__content {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
  .competitive--s1 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    text-align: center;
  }
  .competitive--s1__title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    max-width: inherit;
  }
  .competitive--s2__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    max-width: none;
  }
  .competitive--s2__content {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .competitive--s2 img {
    border-radius: 0.625rem;
  }
  .competitive--s3 {
    text-align: center;
  }
  .competitive--s3__title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .competitive--s3__content {
    font-size: 1rem;
    font-weight: 500;
  }
  .competitive--s3 {
    display: block;
  }
  .competitive--s4__content,
  .competitive--s5__content,
  .competitive--s6__content,
  .competitive--s7__content,
  .competitive--s8__content {
    padding: 0;
  }
  .standard-system {
    display: block;
    background: var(--main-light);
    text-align: center;
    padding: 3.125rem;
    color: var(--soft-white);
  }
  .standard-system--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .standard-system--content {
    font-size: 1rem;
    font-weight: 500;
    max-width: 91%;
    margin: 1rem auto 2rem;
  }
  .experience-section {
    display: block;
    text-align: center;
    padding: 2rem;
  }
  .experience-section--title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--main);
  }
  .experience-section--content {
    font-size: 1rem;
    font-weight: 500;
    margin: 1rem 0;
  }
  .experience-section img {
    border-radius: 0.625rem;
  }
  .accordion li {
    border-color: transparent;
  }
  .footer__grid--cols-2 ul,
  .footer__grid--cols-3 ul {
    display: flex;
  }
  .slide-toggle svg {
    display: none;
  }
  .blogs-section__list {
    display:block;
  }
  .blogs-section__title, .product-section__title {
    margin: 0;
    line-height: 2rem;
  }
  .about-us-story .title {
    margin: 0;
    line-height: 2rem;
  }
  .about-us-story-content p {
    margin-top: 0;
  }
  .about-us-story + .about-us-story {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .article__rounded--mb {
    border-radius: 20px;
  }
  .mobile-column {
    display: flex;
    gap: 0.625rem;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--main);
    background: transparent;
  }
  .mobile-column .article-image {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .mobile-column .article-item__content {
    width: 66.666667%;
    flex: 0 0 66.666667%;
    padding: 0;
  }
  .mobile-column .article-category-wrapper,
  .mobile-column .article-item__content-extend,
  .mobile-column .article-item__content-description {
    display: none;
  }
  .mobile-column .article-item__content-title {
    color: var(--text-body);
    font-weight: 600;
  }
}
