@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeuePro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html, body, a, p {
  font-family: "Onest", sans-serif;
}

:root {
  --color-light: rgba(255, 255, 255, 1);
  --color-dark: rgba(11, 11, 24, 1);
  --color-grey: rgba(242, 245, 249, 1);
  --color-blue: rgba(71, 145, 231, 1);
  --background-blue: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
  --font-family-base: "Onest", sans-serif;
  --container-width: 1200px;
  --container-padding-x: 15px;
  --transition-duration: 0.2s;
  --100vw: calc(100vw - var(--scrollbar-width, 0px));
  --header-topbar-bg: rgba(11, 11, 24, 1);
  --header-topbar-text: rgba(255, 255, 255, 0.75);
  --header-topbar-text-hover: rgba(255, 255, 255, 1);
  --header-topbar-height: 34px;
  --header-main-bg: rgba(255, 255, 255, 1);
  --header-main-height: 78px;
  --catalog-bg: rgba(255, 255, 255, 1);
  --catalog-item-hover: var(--background-blue);
  --catalog-item-active-bg: var(--color-dark);
  --catalog-sub-bg: #bfe5f8;
  --search-border: rgba(230, 236, 245, 1);
  --search-btn-bg: var(--color-dark);
  --search-btn-text: #fff;
  --mobile-menu-width: 320px;
}

.global {
  background: -webkit-gradient(linear, left top, right top, from(#33B2DB), to(#4691E7));
  background: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
  padding: 60px 0 10px 0;
  border-radius: 60px;
  overflow: visible;
  margin-bottom: 35px;
}
.global__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global__title h1 {
  font-size: 82px;
  color: rgb(255, 255, 255);
  max-width: 300px;
  line-height: 1;
  letter-spacing: 1.7px;
}
.global__desp {
  margin-top: 23px;
  background-color: rgba(11, 11, 24, 0.8);
  border-radius: 20px;
  padding: 15px 30px;
  max-width: 500px;
}
.global__desp p {
  color: rgb(255, 255, 255);
  font-size: 24px;
  max-width: 380px;
  line-height: 125%;
  letter-spacing: 0.4px;
}
.global__image {
  position: relative;
  z-index: 3;
  margin-left: -150px;
  margin-right: -50px;
  margin-bottom: -10px;
  margin-top: -90px;
}
.global__image img {
  min-width: 648px;
}
.global__favorits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .global__favorits {
    width: 100%;
  }
}
.global__favorit {
  position: relative;
  overflow: hidden;
  min-height: 115px;
  padding: 17px;
  max-width: 115px;
  border-radius: 30px;
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: background 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.global__favorit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(255, 255, 255, 0.03) 55%, rgba(255, 255, 255, 0.12) 100%);
}
.global__favorit:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background: rgba(217, 217, 217, 0.24);
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 18px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 18px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.global__img {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global__img img,
.global__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.global__text {
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.global__text p {
  line-height: 1.1;
  font-size: 20px;
  font-family: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}

@media (max-width: 1199px) {
  .global {
    border-radius: 40px;
    padding: 50px 0 0 0;
  }
}
@media (max-width: 991px) {
  .global {
    border-radius: 30px;
    padding: 40px 0 0 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .global {
    border-radius: 24px;
    padding: 30px 0 0 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .global__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
@media (max-width: 768px) {
  .global__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .global__cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .global__title h1 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .global__desp {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .global__desp {
    margin-top: 20px;
    padding: 12px 20px;
  }
}
@media (max-width: 1199px) {
  .global__image {
    margin-left: -120px;
    margin-right: -30px;
    margin-top: -60px;
  }
  .global__image img {
    min-width: 500px;
  }
}
@media (max-width: 991px) {
  .global__image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
    margin-right: -20px;
    margin-top: -20px;
    width: 60%;
  }
  .global__image img {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .global__image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .global__image img {
    min-width: unset;
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  .global__favorits {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-item-align: end;
        align-self: flex-end;
    gap: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .global__favorits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
    gap: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .global__favorit {
    min-height: 100px;
    max-width: 105px;
    padding: 14px;
  }
}
@media (max-width: 768px) {
  .global__favorit {
    min-height: 90px;
    max-width: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 5px);
            flex: 1 1 calc(50% - 5px);
    padding: 14px 16px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .global__favorit {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 5px);
            flex: 1 1 calc(50% - 5px);
  }
}

.clients {
  padding: 40px 0 0 0;
}
@media (max-width: 768px) {
  .clients {
    padding: 5px 0 25px 0;
  }
}
.clients__title {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .clients__title {
    margin-bottom: 10px;
  }
}
.clients__title h2 {
  text-transform: uppercase;
}
.clients__content {
  position: relative;
  overflow: hidden;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.clients__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: clientsScroll 40s linear infinite;
          animation: clientsScroll 40s linear infinite;
  will-change: transform;
}
@media (max-width: 1200px) {
  .clients__content ul {
    -webkit-animation-duration: 35s;
            animation-duration: 35s;
  }
}
@media (max-width: 768px) {
  .clients__content ul {
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
  }
}
.clients__content li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .clients__content li {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .clients__content li {
    padding-right: 5px;
  }
}
.clients__content li img {
  display: block;
  width: auto;
  max-height: 100px;
  max-width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}
@media (max-width: 991px) {
  .clients__content li img {
    max-height: 100px;
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .clients__content li img {
    max-height: 100px;
    max-width: 100px;
  }
}
.clients__content:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes clientsScroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes clientsScroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .clients__content ul {
    -webkit-animation: none;
            animation: none;
  }
}
.blog {
  padding: 5px 0 35px 0;
}
@media (max-width: 768px) {
  .blog {
    padding: 25px 0;
  }
}
.blog__top h2 {
  letter-spacing: 0.3px;
}
.blog__rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media (max-width: 991px) {
  .blog__rows {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .blog__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: none;
    grid-template-columns: none;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    margin-left: calc(-1 * var(--container-padding, 15px));
    margin-right: calc(-1 * var(--container-padding, 15px));
    padding: 40px var(--container-padding, 15px) 30px;
    scrollbar-width: none;
  }
  .blog__rows::-webkit-scrollbar {
    display: none;
  }
}
.blog__column {
  min-width: 0;
}
@media (max-width: 768px) {
  .blog__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77%;
            flex: 0 0 77%;
    max-width: 77%;
    scroll-snap-align: start;
  }
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(197, 197, 226, 0.45);
          box-shadow: 0px 0px 38px 0px rgba(197, 197, 226, 0.45);
  position: relative;
}
.blog .blog__cont {
  padding: 25px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.blog__image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0px;
  aspect-ratio: 382/270;
  background: #f3f4f6;
}
@media (max-width: 768px) {
  .blog__image {
    border-radius: 14px;
  }
}
.blog__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (min-width: 992px) {
  .blog__image:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.blog__title {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 10px;
  margin-right: 10px;
}
.blog__title h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin: 0;
  font-family: "Onest";
  text-transform: none;
}
.blog__link {
  margin-top: auto;
  margin: 0 10px;
}
.blog__link a {
  background-color: rgb(230, 236, 245);
  border-radius: 10px;
  padding: 11px 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: rgb(32, 80, 116);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.blog__link a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog__link a span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 2px;
}
.blog__link a svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
}
.blog__link a:hover {
  background-color: #d6e1ed;
}

.top-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top-blog {
    margin-bottom: 0px;
  }
  .top-blog h2 {
    margin: 0;
  }
}
.top-blog__link a {
  color: rgb(32, 80, 116);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 400;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 991px) {
  .top-blog__link a {
    font-size: 13px;
  }
}
.top-blog__link a:hover {
  text-decoration: underline;
}

.categories {
  padding: 35px 0;
}
@media (max-width: 768px) {
  .categories {
    padding: 25px 0;
  }
}
.categories__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1400px) {
  .categories__grid {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .categories__grid {
  
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .categories__grid {

    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .categories__grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.category-card {
  position: relative;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  padding: 10px 10px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 640px) {
  .category-card {
    padding: 8px;
    border-radius: 20px;
  }
}
.category-card:hover {
  background-color: rgb(242, 245, 249);
  border: 1px solid transparent !important;
}
.category-card:hover .category-card__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.category-card__image-wrap {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
  overflow: hidden;
}
.category-card__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.category-card__name {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.category-card__name a {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Bebas Neue", sans-serif;
}
.category-card__name a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.category-card__name a:hover {
  color: #4691E7;
}

.categories-cta {
  background-color: rgb(11, 11, 24);
  border-radius: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .categories-cta {
    padding: 16px;
    border-radius: 14px;
  }
}
.categories-cta__icon {
  margin-bottom: auto;
  padding-bottom: 32px;
  margin-top: 0px;
  margin-left: 0px;
}
.categories-cta__icon svg {
  width: 58px;
  height: 58px;
}
@media (max-width: 991px) {
  .categories-cta__icon {
    padding-bottom: 20px;
  }
  .categories-cta__icon svg {
    width: 44px;
    height: 44px;
  }
}
.categories-cta__link {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-transform: uppercase;
}
.categories-cta__link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 14px;
}
.categories-cta__btn {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  color: rgb(119, 129, 151) !important;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.categories-cta__btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.categories-cta__btn-text {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 2px;
}
.categories-cta__btn svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.product-card__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products-tabs {
  padding: 35px 0;
}
@media (max-width: 768px) {
  .products-tabs {
    padding: 25px 0;
  }
}
.products-tabs__wrap {
  position: relative;
}
.products-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  position: relative;
}
@media (max-width: 768px) {
  .products-tabs__nav {
    padding-left: 0;
    scrollbar-width: none;
  }
  .products-tabs__nav::-webkit-scrollbar {
    display: none;
  }
}
.products-tabs__tab {
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px 35px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(11, 11, 24, 0.45);
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  background-color: rgb(235, 241, 248);
  border-radius: 24px 24px 0 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 768px) {
  .products-tabs__tab {
    padding: 10px 18px;
  }
}
.products-tabs__tab span {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 2px;
}
.products-tabs__tab:hover {
  color: rgba(11, 11, 24, 0.8);
}
.products-tabs__tab::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 38px;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 991px) {
  .products-tabs__tab::before {
    height: 65%;
    top: 27px;
  }
}
.products-tabs__tab.is-active {
  color: rgb(11, 11, 24);
  background: #fff;
  border-left: 1px solid rgb(52, 177, 219);
  border-top: 1px solid rgb(52, 177, 219);
  border-right: 1px solid rgb(52, 177, 219);
}
.products-tabs__tab.is-active::before {
  content: "";
  opacity: 1;
}
.products-tabs__panels {
  background: #fff;
  border-radius: 0px 25px 25px 25px;
  padding: 50px 50px 43px 50px;
  border: 1px solid rgb(52, 177, 219);
}
@media (max-width: 768px) {
  .products-tabs__panels {
    padding: 16px 12px;
  }
}
.products-tabs__panel[hidden] {
  display: none;
}
.products-tabs__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .products-tabs__grid {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .products-tabs__grid {
 
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .products-tabs__grid {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .products-tabs__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.product-card {
  list-style: none;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(197, 197, 226, 0.28);
          box-shadow: 0px 0px 18px 0px rgba(197, 197, 226, 0.28);
  padding: 10px;
  border-radius: 30px;
  position: relative;
}
@media (min-width: 1100px) {
  .product-card:hover {
    -webkit-box-shadow: 0px 0px 38px 0px rgba(171, 204, 237, 0.56);
            box-shadow: 0px 0px 38px 0px rgba(171, 204, 237, 0.56);
  }
}
.product-card .product-card__btn {
  width: 100%;
  position: relative;
}
.product-card .product-card__btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#33B2DB), to(#4691E7));
  background: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
  border-radius: 7px;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product-card .product-card__btn span, .product-card .product-card__btn svg {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product-card .product-card__btn svg path {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product-card .product-card__btn:hover::before {
  content: "";
  opacity: 1;
}
.product-card .product-card__btn:hover span, .product-card .product-card__btn:hover svg {
  color: rgb(255, 255, 255);
}
.product-card .product-card__btn:hover svg path {
  fill: rgb(255, 255, 255);
}
.product-card .product-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px;
}
.product-card .product-card__content .product-card__actions {
  padding: 0;
}
.product-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.product-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1;
  z-index: 3;
}
@media (max-width: 480px) {
  .product-card__badge {
    font-size: 11px;
    padding: 5px 8px;
  }
}
.product-card__badge--new {
  background-color: #B8F343;
  color: #0B0B18;
}
.product-card__badge--sale {
  background-color: #FFC447;
  color: #0B0B18;
}
.product-card__badge--in-stock {
  background-color: #B8F343;
  color: #0B0B18;
}
.product-card__badge--out-of-stock {
  background-color: #E5EAF2;
  color: #9CA3AF;
}
.product-card__image-wrap {
  background-color: #F3F5F8;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .product-card__image-wrap {
    border-radius: 12px;
    margin-bottom: 12px;
  }
}
.product-card__image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  height: 200px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 991px) {
  .product-card__image-link {
    padding: 0;
    height: 160px;
  }
}
.product-card__image-link:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.product-card__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
}
.product-card__rating-star {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.product-card__rating-value {
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.product-card__title {
  margin: 0 0 27px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product-card__title a {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: none;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  font-family: "Onest";
  overflow: hidden;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.product-card__title a:hover {
  color: #4691E7;
}
.product-card__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  min-height: 22px;
}
.product-card__price {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: rgb(11, 11, 24);
  letter-spacing: 0.5px;
}
.product-card__price .woocommerce-Price-amount {
  font-family: inherit;
}
.product-card__price .woocommerce-Price-currencySymbol {
  font-family: inherit;
  margin-left: 2px;
}
.product-card__discount {
  background-color: #B8F343;
  color: #0B0B18;
  font-family: "Bebas Neue", sans-serif;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 700;
  font-size: 14px;
  padding: 1px 5px;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.1px;
  margin-bottom: 2px;
}
.product-card__old-price {
  color: rgba(0, 0, 0, 0.306);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: line-through;
  line-height: 1;
  width: 100%;
  letter-spacing: 0.5px;
}
.product-card__old-price .woocommerce-Price-amount,
.product-card__old-price .woocommerce-Price-currencySymbol {
  font-family: inherit;
}
.product-card__actions {
  margin-top: auto;
  padding: 0 10px;
  margin-bottom: 20px;
}
.product-card__btn {
  background-color: #E8EFF7;
  color: #205074;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 768px) {
  .product-card__btn {
    padding: 12px 14px;
  }
}
.product-card__btn-text {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 2px;
}
.product-card__btn-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.product-card__btn--disabled {
  background-color: #F3F5F8;
  color: rgba(11, 11, 24, 0.35);
  pointer-events: none;
  cursor: not-allowed;
}

.popular-products {
  padding: 30px 0 30px 0;
  margin-top: 45px;
  background-color: rgb(241, 244, 249);
  border-radius: 60px;
}
@media (max-width: 768px) {
  .popular-products {
    padding: 30px 0;
    border-radius: 30px;
  }
}
.popular-products__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .popular-products__top {
    margin-bottom: 20px;
  }
}
.popular-products__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgb(11, 11, 24);
  line-height: 1;
  margin: 0;
}
.popular-products__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popular-products__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.popular-products__arrow svg {
  width: 48px;
  height: 48px;
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.popular-products__arrow svg circle {
  -webkit-transition: stroke-opacity 0.2s ease;
  transition: stroke-opacity 0.2s ease;
}
.popular-products__arrow:hover svg circle {
  stroke-opacity: 0.5;
}
.popular-products__arrow:active {
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
}
.popular-products__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.popular-products__swiper {
  overflow: hidden;
}
.popular-products .popular-products__swiper {
  margin: -25px;
  padding: 25px 25px 25px 25px;
}
.popular-products__list {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .popular-products__list {
    padding: 0;
  }
}
.popular-products__list .product-card {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(164, 164, 166, 0.207) !important;
          box-shadow: 0px 0px 10px 0px rgba(164, 164, 166, 0.207) !important;
}
.popular-products__list .product-card:hover {
  -webkit-box-shadow: 0px 0px 38px 0px rgba(171, 204, 237, 0.76) !important;
          box-shadow: 0px 0px 38px 0px rgba(171, 204, 237, 0.76) !important;
}

.popular-products__swiper .swiper-slide {
  height: auto;
}
.popular-products__swiper .swiper-slide.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cta {
  margin-bottom: 15px;
  margin-top: 50px;
}
.cta__content {
  background-color: rgb(11, 11, 24);
  border-radius: 30px;
  padding: 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .cta__content {
    padding: 40px 40px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .cta__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 36px 32px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 28px 24px;
    gap: 20px;
    border-radius: 24px;
  }
}
.cta__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .cta__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .cta__title {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.cta__title h2 {
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.cta__title h2 span {
  color: rgb(71, 145, 231);
}
.cta__desp {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 320px;
          flex: 0 1 320px;
}
@media (max-width: 991px) {
  .cta__desp {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .cta__desp {
    width: 100%;
  }
}
.cta__desp p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.cta__form {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .cta__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .cta__form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    border: none;
    gap: 10px;
  }
}
.cta__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 60px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 20px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-family: "Onest", sans-serif;
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.546) !important;
}
.cta__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.546) !important;
}
.cta__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.546) !important;
}
.cta__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.546) !important;
}
.cta__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.546) !important;
}
.cta__input::placeholder {
  color: rgba(0, 0, 0, 0.546) !important;
}
@media (max-width: 768px) {
  .cta__input {
    height: 52px;
    width: 100%;
    border-radius: 7px;
  }
}
.cta__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 7px;
  right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 50px;
  padding: 0 20px;
  background: -webkit-gradient(linear, left top, right top, from(#33B2DB), to(#4691E7));
  background: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
  border: none;
  cursor: pointer;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  line-height: 1;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  font-family: "Bebas Neue", sans-serif;
}
.cta__btn:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .cta__btn {
    width: 100%;
    height: 52px;
    position: relative;
    border-radius: 7px;
    padding: 0 20px;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.about {
  padding: 37px 0 60px;
}
@media (max-width: 768px) {
  .about {
    padding: 30px 0 40px;
  }
}
.about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .about__top {
    gap: 0px;
  }
}
@media (max-width: 991px) {
  .about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .about__top {
    margin-bottom: 28px;
  }
}
.about__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.about__title {
  margin-bottom: 24px;
}
.about__title h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: rgb(11, 11, 24);
  margin: 0;
}
.about__title h2 span {
  color: rgb(71, 145, 231);
}
.about__text {
  margin-bottom: 24px;
}
.about__text p {
  font-size: 16px;
  color: rgba(11, 11, 24, 0.75);
  line-height: 1.65;
  margin: 0 0 22px;
  letter-spacing: 0.1px;
}
.about__text p:last-child {
  margin-bottom: 0;
}
.about__subtitle {
  margin-bottom: 23px;
}
.about__subtitle h3 {
  font-size: 22px;
  font-family: "Onest", sans-serif;
  text-transform: none;
  letter-spacing: 0.1px;
  font-weight: 700;
  color: rgb(11, 11, 24);
  line-height: 1.2;
  margin: 0;
}
.about__reviews {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 475px;
          flex: 0 0 475px;
  max-width: 475px;
}
@media (max-width: 1199px) {
  .about__reviews {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .about__reviews {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
    width: 100%;
  }
}
.about__reviews-inner {
  background-image: url("data:image/svg+xml,%3Csvg width='475' height='448' viewBox='0 0 475 448' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M425 0C452.614 0 475 22.3858 475 50V368C475 395.614 452.614 418 425 418H248.922C240.972 418 234.05 422.96 229.091 429.173C219.93 440.647 205.825 448 190 448H50C22.3858 448 3.86606e-07 425.614 0 398V80C0 52.3858 22.3858 30 50 30H226.078C234.028 30 240.95 25.0397 245.909 18.8274C255.07 7.35264 269.175 0 285 0H425Z' fill='%23F2F5F9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 36px 0px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .about__reviews-inner {
    background-image: none;
    background-color: rgb(242, 245, 249);
    border-radius: 24px;
    padding: 28px 28px 0px;
  }
}
@media (max-width: 768px) {
  .about__reviews-inner {
    padding: 22px 20px 0px;
    border-radius: 20px;
  }
}
.about__reviews-inner::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50px;
  bottom: 130px;
  width: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#33B2DB), to(#4691E7));
  background: linear-gradient(180deg, #33B2DB 0%, #4691E7 100%);
}
@media (max-width: 991px) {
  .about__reviews-inner::before {
    display: none;
  }
}
.about__reviews-swiper {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.about__review-slide {
  height: auto;
}
.about__review-body {
  padding-bottom: 20px;
}
.about__review-heading {
  font-weight: 700;
  font-size: 18px;
  color: rgb(11, 11, 24);
  line-height: 1.3;
  margin-bottom: 16px;
}
.about__review-text p {
  font-size: 15px;
  color: rgba(11, 11, 24, 0.7);
  line-height: 1.65;
  margin: 0 0 14px;
}
.about__review-text p:last-child {
  margin-bottom: 0;
}
.about__review-footer {
  background-color: rgb(242, 245, 249);
  padding: 16px 0 28px;
  border-top: 1px solid rgba(11, 11, 24, 0.08);
  position: sticky;
  bottom: 0;
}
.about__review-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .about__review-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.about__review-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about__review-source-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.about__review-source-label span:first-child {
  font-size: 11px;
  color: rgba(11, 11, 24, 0.45);
}
.about__review-source-label span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: rgba(11, 11, 24, 0.8);
}
.about__review-author {
  text-align: right;
}
@media (max-width: 480px) {
  .about__review-author {
    text-align: left;
  }
}
.about__review-date {
  font-size: 11px;
  color: rgba(11, 11, 24, 0.45);
  margin-bottom: 3px;
}
.about__review-name {
  font-size: 15px;
  font-weight: 700;
  color: rgb(11, 11, 24);
  margin-bottom: 5px;
}
.about__review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 480px) {
  .about__review-stars {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about__review-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.about__review-pagination.swiper-pagination {
  position: static;
  width: auto;
}
.about__review-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background-color: rgba(11, 11, 24, 0.15);
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: background-color 0.25s ease, width 0.25s ease;
  transition: background-color 0.25s ease, width 0.25s ease;
}
.about__review-pagination .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#33B2DB), to(#4691E7));
  background: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
}
.about__stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .about__stats {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .about__stats {
    gap: 10px;
  }
}
.about__stat {
  background-color: rgb(242, 245, 249);
  border-radius: 30px;
  padding: 15px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 190px;
}
@media (max-width: 768px) {
  .about__stat {
    border-radius: 20px;
    padding: 16px;
    min-height: 160px;
  }
}
@media (max-width: 480px) {
  .about__stat {
    min-height: 150px;
    padding: 12px;
  }
}
.about__stat-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}
.about__stat-top p {
  font-size: 14px;
  color: rgba(11, 11, 24, 0.6);
  line-height: 1.45;
  margin: 0;
  letter-spacing: 0.3px;
}
.about__stat-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .about__stat-icon {
    width: 45px;
    height: 45px;
    border-radius: 7px;
  }
}
.about__stat-icon img, .about__stat-icon svg {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .about__stat-icon img, .about__stat-icon svg {
    width: 32px;
    height: 32px;
  }
}
.about__stat-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 4px;
}
.about__stat-number strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  color: rgb(11, 11, 24);
  background-color: rgb(184, 243, 67);
  border-radius: 25px;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  min-width: 90px;
}
@media (max-width: 480px) {
  .about__stat-number strong {
    padding: 6px 14px;
    border-radius: 12px;
    height: 70px;
    min-width: 70px;
  }
}
.about__stat-badge {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(#33B2DB), to(#4691E7));
  background: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
  border-radius: 4px;
  padding: 3px 7px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  top: 7px;
  right: -30%;
  z-index: 2;
}

.reviews-about {
  position: relative;
}
.reviews-about.reviews {
  padding: 0;
}

.reviews {
  position: relative;
}
.reviews__head {
  margin-bottom: 30px;
}
.reviews__slider {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.reviews__pagination {
  position: absolute;
  bottom: 0;
  left: auto;
  width: 93% !important;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .reviews__pagination {
    width: 145% !important;
  }
}
.reviews__pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: rgb(228, 234, 241);
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: background 0.25s ease, width 0.25s ease;
  transition: background 0.25s ease, width 0.25s ease;
}
.reviews__pagination .swiper-pagination-bullet-active {
  background: rgb(199, 242, 70);
}

.review-card {
  position: relative;
  width: 100%;
  padding: 30px 0;
  min-height: 448px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.review-card__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  preserveAspectRatio: none;
}
.review-card__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 388px;
  padding: 20px 30px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.review-card__title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: none;
  color: rgb(0, 0, 0);
  font-family: "Onest", sans-serif;
  margin: 0 0 20px 0;
}
.review-card__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  margin-bottom: 25px;
}
.review-card__scroll {
  max-height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 14px;
  scrollbar-width: thin;
  scrollbar-color: #3B9CE6 #ffffff;
}
.review-card__scroll p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.61);
  margin: 0 0 14px 0;
}
.review-card__scroll p:last-child {
  margin-bottom: 0;
}
.review-card__scroll::-webkit-scrollbar {
  width: 6px;
}
.review-card__scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 3px;
}
.review-card__scroll::-webkit-scrollbar-thumb {
  background: #3B9CE6;
  border-radius: 3px;
}
.review-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 33px;
  margin-top: auto;
}
.review-card__source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 18px rgba(11, 11, 24, 0.06);
          box-shadow: 0 4px 18px rgba(11, 11, 24, 0.06);
}
.review-card__source-logo {
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review-card__source-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.review-card__source-text {
  font-size: 12px;
  line-height: 1.3;
  color: #9AA3B2;
}
.review-card__source-text span {
  display: block;
  color: #0B0B18;
  font-weight: 500;
}
.review-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.review-card__date {
  font-size: 11px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.3);
}
.review-card__name {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: #0B0B18;
}
.review-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-top: 1px;
}
.review-card__star {
  width: 18px;
  height: 18px;
  color: #FFC107;
  display: block;
}

@media (max-width: 991px) {
  .reviews__pagination {
    right: 20px;
  }
  .reviews__pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .reviews__pagination .swiper-pagination-bullet-active {
    width: 45px;
  }
}
@media (max-width: 768px) {
  .reviews__head {
    margin-bottom: 20px;
  }
  .reviews__slider {
    padding-bottom: 40px;
  }
  .reviews__pagination {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .review-card {
    min-height: 400px;
  }
  .review-card__inner {
    padding: 20px 20px 0px 20px !important;
    min-height: 340px;
  }
  .review-card__title {
    font-size: 17px;
  }
  .review-card__scroll {
    max-height: 150px;
  }
  .review-card__scroll p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .review-card {
    min-height: 380px;
    padding: 24px 0;
  }
  .review-card__inner {
    padding: 28px 24px 22px 28px;
  }
  .review-card__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .review-card__body {
    margin-bottom: 20px;
  }
  .review-card__scroll {
    max-height: 140px;
  }
  .review-card__scroll p {
    font-size: 14px;
  }
  .review-card__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .review-card__author {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .review-card__source {
    padding: 8px 12px;
  }
  .review-card__source-logo {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .review-card__name {
    font-size: 14px;
  }
  .review-card__star {
    width: 16px;
    height: 16px;
  }
}


/* clamp -> fixed font-size overrides */
@media (max-width: 1024px) {
  .global__title h1 { font-size: 65px; }
  .global__desp p { font-size: 19px; }
  .global__text p { font-size: 16px; }
  .blog__title h3 { font-size: 18px; }
  .category-card__name a { font-size: 18px; }
  .categories-cta__link { font-size: 18px; }
  .categories-cta__btn-text { font-size: 14px; }
  .products-tabs__tab { font-size: 18px; }
  .product-card__rating { font-size: 15px; }
  .product-card__rating-value { font-size: 14px; }
  .product-card__title a { font-size: 18px; }
  .product-card__price { font-size: 23px; }
  .product-card__discount { font-size: 13px; }
  .product-card__old-price { font-size: 16px; }
  .popular-products__title { font-size: 29px; }
  .cta__title h2 { font-size: 34px; }
  .cta__desp p { font-size: 15px; }
  .cta__input { font-size: 16px; }
  .cta__btn { font-size: 15px; }
  .about__title h2 { font-size: 27px; }
  .about__text p { font-size: 15px; }
  .about__subtitle h3 { font-size: 20px; }
  .about__review-heading { font-size: 16px; }
  .about__review-text p { font-size: 14px; }
  .about__review-source-label span:first-child { font-size: 10px; }
  .about__review-source-label span:last-child { font-size: 12px; }
  .about__review-date { font-size: 10px; }
  .about__review-name { font-size: 14px; }
  .about__stat-top p { font-size: 13px; }
  .about__stat-number strong { font-size: 45px; }
  .about__stat-badge { font-size: 12px; }
  .review-card__title { font-size: 17px; }
  .review-card__scroll p { font-size: 15px; }
  .review-card__source-text { font-size: 11px; }
  .review-card__date { font-size: 10px; }
  .review-card__name { font-size: 13px; }
}
@media (max-width: 767px) {
  .global__title h1 { font-size: 59px; }
  .global__desp p { font-size: 18px; }
  .global__text p { font-size: 15px; }
  .blog__title h3 { font-size: 17px; }
  .category-card__name a { font-size: 17px; }
  .categories-cta__link { font-size: 17px; }
  .categories-cta__btn-text { font-size: 13px; }
  .products-tabs__tab { font-size: 16px; }
  .product-card__rating { font-size: 14px; }
  .product-card__rating-value { font-size: 14px; }
  .product-card__title a { font-size: 17px; }
  .product-card__price { font-size: 21px; }
  .product-card__discount { font-size: 12px; }
  .product-card__old-price { font-size: 15px; }
  .popular-products__title { font-size: 27px; }
  .cta__title h2 { font-size: 30px; }
  .cta__desp p { font-size: 14px; }
  .cta__input { font-size: 16px; }
  .cta__btn { font-size: 15px; }
  .about__title h2 { font-size: 26px; }
  .about__text p { font-size: 14px; }
  .about__subtitle h3 { font-size: 19px; }
  .about__review-heading { font-size: 16px; }
  .about__review-text p { font-size: 14px; }
  .about__review-source-label span:first-child { font-size: 10px; }
  .about__review-source-label span:last-child { font-size: 12px; }
  .about__review-date { font-size: 10px; }
  .about__review-name { font-size: 13px; }
  .about__stat-top p { font-size: 12px; }
  .about__stat-number strong { font-size: 42px; }
  .about__stat-badge { font-size: 11px; }
  .review-card__title { font-size: 16px; }
  .review-card__scroll p { font-size: 14px; }
  .review-card__source-text { font-size: 10px; }
  .review-card__date { font-size: 9px; }
  .review-card__name { font-size: 13px; }
}
