@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --white: #fff;
  --black: #000;
  --primary: #222222;
  --primary-50: rgba(34, 34, 34, 0.5);
  --main: #6c7ec5;
  --main-65: rgba(108, 126, 197, 0.65);
  --main-bg: #bcdbff;
  --main-dark: #2a3562;
  --secondary: #6d6459;
  --placeholder: #b5bcc4;
  --placeholder2: #adadad;
  --gray: #f1f1f1;
  --gray-30: rgba(241, 241, 241, 0.3);
  --gray2: #d9d9d9;
  --red: #ff1414;
  --red-15: rgba(230, 43, 64, 0.15);
  --yellow: #ffc063;
  --yellow-15: rgba(255, 192, 99, 0.15);
  --green: #18ff82;
  --green-40: rgba(24, 255, 130, 0.4);
  --blue: #007aff;
}
#header.header-scroll {
  background-color: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#header .header-link {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary);
  padding: 8px 0;
  white-space: nowrap;
}
#header .header-link:hover {
  color: var(--main);
}
#header #select-options {
  box-shadow: 0px 0px 5px var(--primary);
}
#header #select-options .select-option {
  padding: 8px 12px;
}
#header #select-options .select-option:hover {
  color: var(--main);
}
#header #header-menu .header-link {
  width: 100%;
}
@media (max-width: 1535px) {
  footer .footer-wrapper {
    background-image: none !important;
  }
}
footer .footer-top a.contact-card:hover .svg-wrapper {
  background-color: var(--main);
}
footer .footer-top a.contact-card:hover .svg-wrapper svg {
  stroke: var(--white);
}
footer .footer-top .contact-card {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 350px;
  color: var(--white);
}
footer .footer-top .contact-card .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 999px;
  padding: 18px;
  border: 2px solid var(--white);
}
footer .footer-top .contact-card .svg-wrapper svg {
  stroke: var(--main);
  width: 20px;
  height: 20px;
}
footer .footer-top .socials .social-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 999px;
  padding: 18px;
  border: 2px solid var(--white);
}
footer .footer-top .socials .social-card:hover {
  background-color: var(--main);
}
footer .footer-top .socials .social-card:hover svg {
  stroke: var(--white);
}
footer .footer-top .socials .social-card svg {
  width: 20px;
  height: 20px;
  stroke: var(--main);
}
footer .footer-bottom .links-list .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 133%;
  color: var(--white);
  margin-bottom: 30px;
}
footer .footer-bottom .links-list .list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer-bottom .links-list .list a,
footer .footer-bottom .links-list .list p {
  padding: 8px 0;
  line-height: 133%;
  color: var(--white);
  opacity: 0.7;
}
footer .footer-bottom .links-list .list a:hover {
  opacity: 1;
}
/* Pages imports */
.home-main .home-header-swiper .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  height: auto;
}
@media (max-width: 1279px) {
  .home-main .home-header-swiper .swiper .swiper-slide {
    border-radius: 40px;
  }
}
@media (max-width: 1023px) {
  .home-main .home-header-swiper .swiper .swiper-slide {
    border-radius: 30px;
  }
}
@media (max-width: 639px) {
  .home-main .home-header-swiper .swiper .swiper-slide {
    border-radius: 0;
  }
}
.home-main .home-header-swiper .swiper .swiper-slide .swiper-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 639px) {
  .home-main .home-header-swiper .swiper .swiper-slide .swiper-slide-img.desktop {
    display: none;
  }
}
@media (min-width: 640px) {
  .home-main .home-header-swiper .swiper .swiper-slide .swiper-slide-img.mobile {
    display: none;
  }
}
.home-main .home-header-swiper .swiper .swiper-slide .swiper-slide-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-main .home-header-swiper .swiper .swiper-slide .wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 760px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .home-main .home-header-swiper .swiper .swiper-slide .wrapper {
    gap: 24px;
    max-width: none;
  }
}
.home-main .home-header-swiper .swiper .swiper-slide .wrapper .slide-heading {
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .home-main .home-header-swiper .swiper .swiper-slide .wrapper .slide-heading {
    font-size: 36px;
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .home-main .home-header-swiper .swiper .swiper-slide .wrapper .slide-heading {
    font-size: 28px;
  }
}
.home-main .home-header-swiper .swiper .swiper-nav .swiper-prev,
.home-main .home-header-swiper .swiper .swiper-nav .swiper-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.home-main .home-header-swiper .swiper .swiper-nav .swiper-prev svg,
.home-main .home-header-swiper .swiper .swiper-nav .swiper-next svg {
  stroke: var(--main);
  width: 30px;
  height: 16px;
  stroke-width: 1px !important;
}
@media (max-width: 1023px) {
  .home-main .home-header-swiper .swiper .swiper-nav .swiper-prev,
  .home-main .home-header-swiper .swiper .swiper-nav .swiper-next {
    display: none;
  }
}
.home-main .home-header-swiper .swiper .swiper-nav .swiper-prev {
  left: 0;
}
.home-main .home-header-swiper .swiper .swiper-nav .swiper-prev svg {
  rotate: 90deg;
}
.home-main .home-header-swiper .swiper .swiper-nav .swiper-next {
  right: 0;
}
.home-main .home-header-swiper .swiper .swiper-nav .swiper-next svg {
  rotate: -90deg;
}
.home-main .home-header-swiper .swiper .pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  transition: all 0.3s;
  border-radius: 6px;
}
.home-main .home-header-swiper .swiper .pagination .swiper-pagination-bullet-active {
  background-color: var(--main);
  width: 24px;
}
@media (max-width: 1535px) {
  .home-main .about-section .about-wrapper {
    background-image: none !important;
  }
}
.home-main .about-section .about-wrapper .about-card {
  position: absolute;
}
@media (max-width: 1535px) {
  .home-main .about-section .about-wrapper .about-card {
    position: relative;
    display: grid;
    gap: 20px;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
@media (max-width: 1023px) {
  .home-main .about-section .about-wrapper .about-card {
    display: block;
  }
}
.home-main .about-section .about-wrapper .about-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (min-width: 1536px) {
  .home-main .about-section .about-wrapper .about-card .text-wrapper {
    background-color: transparent;
  }
}
@media (max-width: 1535px) {
  .home-main .about-section .about-wrapper .about-card .text-wrapper {
    padding: 50px;
    border-radius: 60px;
  }
}
@media (max-width: 1279px) {
  .home-main .about-section .about-wrapper .about-card .text-wrapper {
    gap: 20px;
    padding: 40px;
  }
}
@media (max-width: 639px) {
  .home-main .about-section .about-wrapper .about-card .text-wrapper {
    border-radius: 0;
    padding: 40px 16px;
  }
}
.home-main .about-section .about-wrapper .about-card .text-wrapper .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 114%;
  text-transform: lowercase;
}
.home-main .about-section .about-wrapper .about-card .text-wrapper .title::first-letter {
  text-transform: uppercase;
}
.home-main .about-section .about-wrapper .about-card .text-wrapper .description {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--primary-50);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1279px) {
  .home-main .about-section .about-wrapper .about-card .text-wrapper .description {
    gap: 10px;
  }
}
.home-main .about-section .about-wrapper .about-card .img-wrapper {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 60px;
}
@media (min-width: 1536px) {
  .home-main .about-section .about-wrapper .about-card .img-wrapper {
    display: none;
  }
}
@media (max-width: 1023px) {
  .home-main .about-section .about-wrapper .about-card .img-wrapper {
    display: none;
  }
}
.home-main .leaf {
  position: absolute;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .home-main .leaf {
    display: none;
  }
}
.home-main .leaf.leaf-1 {
  width: 76px;
  height: 128px;
  rotate: -83deg;
  top: 51px;
  left: 71px;
}
@media (max-width: 1535px) {
  .home-main .leaf.leaf-1 {
    top: 10px;
  }
}
.home-main .leaf.leaf-2 {
  width: 38px;
  height: 64px;
  rotate: 96deg;
  top: 130px;
  left: 175px;
}
@media (max-width: 1535px) {
  .home-main .leaf.leaf-2 {
    top: 90px;
  }
}
.home-main .leaf.leaf-3 {
  width: 118px;
  height: 199px;
  rotate: 44deg;
  left: 319px;
  bottom: -30px;
}
@media (max-width: 1535px) {
  .home-main .leaf.leaf-3 {
    left: 40%;
    bottom: 0;
  }
}
.home-main .leaf.leaf-4 {
  width: 40px;
  height: 67px;
  rotate: -122deg;
  left: 275px;
  bottom: 76px;
}
@media (max-width: 1535px) {
  .home-main .leaf.leaf-4 {
    left: 32%;
  }
}
.home-main .leaf.leaf-5 {
  width: 118px;
  height: 199px;
  rotate: 44deg;
  top: -100px;
}
@media (max-width: 1535px) {
  .home-main .leaf.leaf-5 {
    top: -120px;
  }
}
@media (max-width: 1279px) {
  .home-main .leaf.leaf-5 {
    top: -140px;
  }
}
.home-main .leaf.leaf-6 {
  width: 40px;
  height: 67px;
  rotate: -122deg;
  top: -40px;
  left: 160px;
}
.home-main .leaf.leaf-7 {
  width: 118px;
  height: 199px;
  rotate: -44deg;
  right: 230px;
  top: -215px;
}
@media (max-width: 1535px) {
  .home-main .leaf.leaf-7 {
    right: -10px;
    top: -120px;
  }
}
.home-main .leaf.leaf-8 {
  width: 40px;
  height: 67px;
  rotate: 135deg;
  right: 175px;
  top: -190px;
}
@media (max-width: 1535px) {
  .home-main .leaf.leaf-8 {
    right: 135px;
    top: -85px;
  }
}
.home-main .leaf.leaf-9 {
  width: 118px;
  height: 199px;
  rotate: 15deg;
  top: -182px;
  right: 30px;
}
@media (max-width: 1535px) {
  .home-main .leaf.leaf-9 {
    rotate: 40deg;
    top: -75px;
    left: -100px;
    right: auto;
  }
}
.home-main .leaf.leaf-10 {
  width: 40px;
  height: 67px;
  rotate: 190deg;
  top: -130px;
  right: -30px;
}
@media (max-width: 1535px) {
  .home-main .leaf.leaf-10 {
    rotate: -140deg;
    top: -55px;
    left: -135px;
    right: auto;
  }
}
.home-main .advantages .advantage-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex-basis: 360px;
}
@media (max-width: 1023px) {
  .home-main .advantages .advantage-card {
    flex-basis: 310px;
  }
}
@media (max-width: 767px) {
  .home-main .advantages .advantage-card {
    flex-basis: auto;
  }
}
.home-main .advantages .advantage-card img {
  width: 136px;
  height: 96px;
}
.home-main .advantages .advantage-card .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.home-main .advantages .advantage-card .text-wrapper .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}
.home-main .advantages .advantage-card .text-wrapper .text {
  line-height: 150%;
  color: var(--primary-50);
}
.home-main .advantages2 .advantage-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--white);
  border-radius: 40px;
  text-align: center;
}
@media (max-width: 639px) {
  .home-main .advantages2 .advantage-card {
    padding: 32px 16px;
  }
}
.home-main .advantages2 .advantage-card .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
.home-main .advantages2 .advantage-card .text {
  font-weight: 500;
  line-height: 150%;
  color: var(--primary-50);
}
.home-main .products-filters .swiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.home-main .instagram-widget .instagram-swiper .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .home-main .instagram-widget .swiper-nav {
    display: none;
  }
}
.home-main .instagram-widget .swiper-nav .swiper-next,
.home-main .instagram-widget .swiper-nav .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px;
  z-index: 1;
}
.home-main .instagram-widget .swiper-nav .swiper-next svg,
.home-main .instagram-widget .swiper-nav .swiper-prev svg {
  width: 20px;
  height: 20px;
  stroke: var(--main);
}
.home-main .instagram-widget .swiper-nav .swiper-prev {
  left: 0;
}
.home-main .instagram-widget .swiper-nav .swiper-prev svg {
  rotate: 90deg;
}
.home-main .instagram-widget .swiper-nav .swiper-next {
  right: 0;
}
.home-main .instagram-widget .swiper-nav .swiper-next svg {
  rotate: -90deg;
}
.about-main .history-list .history-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1279px) {
  .about-main .history-list .history-card {
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    gap: 20px;
  }
  .about-main .history-list .history-card:nth-child(even) .text-wrapper {
    order: 3;
  }
  .about-main .history-list .history-card:nth-child(even) .img-wrapper {
    order: 1;
    align-items: flex-end;
  }
  .about-main .history-list .history-card:last-child .text-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-main .history-list .history-card {
    grid-template-columns: 20px 1fr;
  }
}
.about-main .history-list .history-card .img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1279px) {
  .about-main .history-list .history-card .img-wrapper {
    order: 3;
    width: 100%;
    align-items: flex-start;
  }
  .about-main .history-list .history-card .img-wrapper img {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-main .history-list .history-card .img-wrapper {
    display: none;
  }
}
.about-main .history-list .history-card .img-wrapper img {
  border-radius: 20px;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-main .history-list .history-card .img-wrapper .year {
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .about-main .history-list .history-card .img-wrapper .year {
    font-size: 24px;
  }
}
.about-main .history-list .history-card .circle-wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .about-main .history-list .history-card .circle-wrapper {
    order: 2;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .about-main .history-list .history-card .circle-wrapper {
    order: 1;
  }
}
.about-main .history-list .history-card .circle-wrapper .circle {
  min-width: 20px;
  min-height: 20px;
  border-radius: 999px;
  background-color: var(--main);
}
.about-main .history-list .history-card .circle-wrapper .line {
  display: none;
}
@media (max-width: 1279px) {
  .about-main .history-list .history-card .circle-wrapper .line {
    display: block;
    height: 100%;
    width: 5px;
    background-color: var(--gray2);
  }
}
.about-main .history-list .history-card .text-wrapper {
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1279px) {
  .about-main .history-list .history-card .text-wrapper {
    background-color: var(--main-bg);
    padding: 20px;
    margin-bottom: 40px;
    order: 1;
  }
}
@media (max-width: 767px) {
  .about-main .history-list .history-card .text-wrapper {
    order: 2;
  }
}
.about-main .history-list .history-card .text-wrapper .year {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
}
@media (min-width: 768px) {
  .about-main .history-list .history-card .text-wrapper .year {
    display: none;
  }
}
.about-main .advantage-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 158%;
  text-align: center;
}
@media (max-width: 1023px) {
  .about-main .advantage-card {
    font-size: 20px;
  }
}
.about-main .advantage-card .count {
  font-size: 88px;
  line-height: 123%;
  color: var(--main-dark);
}
@media (max-width: 1535px) {
  .about-main .advantage-card .count {
    font-size: 70px;
  }
}
@media (max-width: 1279px) {
  .about-main .advantage-card .count {
    font-size: 64px;
  }
}
@media (max-width: 1023px) {
  .about-main .advantage-card .count {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .about-main .advantage-card .count {
    font-size: 48px;
  }
}
.career-main .career-tabs-btns .tab-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: var(--white);
  padding: 24px 28px;
  width: 100%;
  background-color: var(--main-65);
}
.career-main .career-tabs-btns .tab-btn:first-child {
  border-top-right-radius: 16px;
}
.career-main .career-tabs-btns .tab-btn:last-child {
  border-bottom-left-radius: 16px;
}
.career-main .career-tabs-btns .tab-btn:hover {
  background-color: var(--main);
}
.career-main .career-tabs-btns .tab-btn.active {
  background-color: var(--main);
}
.career-main .career-tabs .tab {
  display: none;
}
.career-main .career-tabs .tab.active {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.career-main .career-tabs .tab .tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 639px) {
  .career-main .career-tabs .tab .tab-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.career-main .career-tabs .tab .tab-header .tab-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.career-main .career-tabs .tab .tab-header .tab-icons svg {
  width: 24px;
  height: 24px;
  stroke: var(--primary);
}
.career-main .career-tabs .tab .tab-header .tab-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  border: 2px solid var(--main);
  width: -moz-max-content;
  width: max-content;
  color: var(--white);
  background-color: var(--main);
  font-weight: 600;
  border-radius: 56px 14px 56px 14px;
}
.career-main .career-tabs .tab .tab-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.career-main .career-tabs .tab .tab-body .body-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .career-main .career-tabs .tab .tab-body .body-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .career-main .career-tabs .tab .tab-body .body-title {
    font-size: 24px;
  }
}
.career-main .career-tabs .tab .tab-body .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.career-main .career-tabs .tab .tab-body .list .list-title {
  font-weight: 700;
  font-size: 20px;
}
.career-main .career-tabs .tab .tab-body .list ul {
  display: flex;
  flex-direction: column;
  list-style-type: "—";
  list-style-position: inside;
  gap: 8px;
}
.career-main .career-tabs .tab .tab-body .list ul li {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .career-main .career-tabs .tab .tab-body .list ul li {
    font-size: 16px;
  }
}
.career-main .career-tabs .tab .tab-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.career-main .career-tabs .tab .tab-form .form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  color: var(--main-dark);
}
.career-main .career-tabs .tab .tab-form .inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 639px) {
  .career-main .career-tabs .tab .tab-form .form-btn {
    width: 100%;
  }
}
.vendors-main .service-card {
  border-top: 2px solid;
  padding: 56px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .vendors-main .service-card {
    padding: 32px;
  }
}
@media (max-width: 639px) {
  .vendors-main .service-card {
    padding: 32px 16px;
  }
}
.vendors-main .service-card:first-child {
  border-color: #de1818;
}
.vendors-main .service-card:nth-child(2) {
  border-color: #4ae324;
}
.vendors-main .service-card:last-child {
  border-color: #0060f0;
}
.vendors-main .service-card .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 107%;
  color: var(--main-dark);
}
@media (max-width: 1023px) {
  .vendors-main .service-card .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .vendors-main .service-card .title {
    font-size: 24px;
  }
}
.vendors-main .service-card .text {
  font-weight: 500;
  line-height: 150%;
  color: var(--primary-50);
}
.customers-main .service-card {
  border-radius: 32px;
  background-color: var(--main);
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  overflow: hidden;
  min-height: 460px;
}
@media (min-width: 1024px) {
  .customers-main .service-card:nth-child(even) {
    grid-template-columns: 1fr 1.25fr;
  }
  .customers-main .service-card:nth-child(even) .img-wrapper {
    order: 1;
  }
  .customers-main .service-card:nth-child(even) .text-wrapper {
    order: 2;
  }
}
@media (max-width: 1535px) {
  .customers-main .service-card {
    grid-template-columns: 1.35fr 1fr;
  }
}
@media (max-width: 1279px) {
  .customers-main .service-card {
    min-height: 360px;
  }
}
@media (max-width: 1023px) {
  .customers-main .service-card {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1.7fr;
  }
  .customers-main .service-card .img-wrapper {
    order: 1;
  }
  .customers-main .service-card .text-wrapper {
    order: 2;
  }
}
@media (max-width: 639px) {
  .customers-main .service-card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 300px;
    border-radius: 0;
  }
}
.customers-main .service-card .text-wrapper {
  color: var(--white);
  padding: 48px 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1023px) {
  .customers-main .service-card .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 639px) {
  .customers-main .service-card .text-wrapper {
    height: 100%;
    padding: 32px 16px;
    -webkit-backdrop-filter: brightness(0.6);
            backdrop-filter: brightness(0.6);
  }
}
.customers-main .service-card .text-wrapper .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 114%;
}
@media (max-width: 1023px) {
  .customers-main .service-card .text-wrapper .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .customers-main .service-card .text-wrapper .title {
    font-size: 22px;
  }
}
.customers-main .service-card .text-wrapper .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
}
@media (max-width: 767px) {
  .customers-main .service-card .text-wrapper .text {
    font-size: 16px;
  }
}
.customers-main .service-card .img-wrapper {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  .customers-main .service-card .img-wrapper {
    display: none;
  }
}
.customers-main .assortment-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.customers-main .assortment-card img {
  height: 130px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.customers-main .assortment-card .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .customers-main .assortment-card .title {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .catalog-main .catalog .filters.close {
    padding: 0;
    visibility: hidden;
    opacity: 0;
  }
}
.catalog-main .catalog .title {
  font-weight: 600;
  font-size: 18px;
}
.catalog-main .catalog .list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.catalog-main .catalog .categories,
.catalog-main .catalog .attributes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog-main .catalog .categories .list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 17px;
}
.catalog-main .catalog .categories .list .link {
  line-height: 120%;
}
.catalog-main .catalog .categories .list .link:hover {
  color: var(--main);
}
.catalog-main .catalog .attributes .list .link {
  color: var(--placeholder);
}
.catalog-main .catalog .attributes .list .link:hover, .catalog-main .catalog .attributes .list .link.active {
  color: var(--main);
}
.catalog-main .catalog .show-more {
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog-main .catalog .show-more:hover {
  opacity: 0.6;
}
.catalog-main .catalog .show-more svg {
  width: 10px;
  height: 6px;
  stroke: var(--blue);
}
.product-main .product-gallery .thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 12px;
}
.product-main .product-gallery .thumbs .swiper-slide img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main .product-gallery .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 32px;
  width: 100%;
  height: 100%;
}
.product-main .product-gallery .swiper .swiper-slide img {
  height: 90%;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main .product-link-card {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.product-main .product-link-card svg {
  fill: var(--primary);
  width: 50px;
  height: 50px;
}
.services-main .tab-btns .swiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.services-main .tabs .tab {
  display: flex;
  gap: 40px;
}
@media (max-width: 1279px) {
  .services-main .tabs .tab {
    flex-direction: column;
    gap: 20px;
  }
}
.services-main .tabs .tab img {
  width: 100%;
  border-radius: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.services-main .tabs .tab .text-wrapper .title {
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 28px;
}
.services-main .tabs .tab .text-wrapper .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 140%;
  font-size: 18px;
}
.contacts-main .contact-card {
  background-color: var(--white);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1535px) {
  .contacts-main .contact-card {
    padding: 40px 30px;
  }
}
.contacts-main .contact-card .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  border-radius: 8px;
  padding: 12px;
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
}
.contacts-main .contact-card .icon-wrapper svg {
  width: 24px;
  height: 24px;
  stroke: var(--primary);
}
.contacts-main .contact-card .text-wrapper {
  flex-grow: 1;
  height: 100%;
}
.contacts-main .contact-card .text-wrapper .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 16px;
}
.contacts-main .contact-card .text-wrapper .description {
  font-weight: 500;
  line-height: 150%;
  color: var(--placeholder);
  margin-bottom: 24px;
}
.contacts-main .contact-card .link {
  font-weight: 700;
  line-height: 150%;
  text-decoration: underline;
}
.cart-main .cart-product-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .cart-main .cart-product-card {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.cart-main .cart-product-card .start-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 639px) {
  .cart-main .cart-product-card .start-wrapper {
    gap: 16px;
  }
}
.cart-main .cart-product-card .start-wrapper .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  padding: 14px;
  background-color: var(--white);
}
@media (max-width: 639px) {
  .cart-main .cart-product-card .start-wrapper .img-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cart-main .cart-product-card .start-wrapper .img-wrapper img {
  min-width: 140px;
  max-width: 140px;
  min-height: 140px;
  max-height: 140px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 639px) {
  .cart-main .cart-product-card .start-wrapper .img-wrapper img {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }
}
.cart-main .cart-product-card .start-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart-main .cart-product-card .start-wrapper .text-wrapper .title {
  font-weight: 500;
  font-size: 18px;
}
.cart-main .cart-product-card .start-wrapper .text-wrapper .title:hover {
  color: var(--main);
}
@media (max-width: 767px) {
  .cart-main .cart-product-card .start-wrapper .text-wrapper .title {
    font-size: 16px;
  }
}
.cart-main .cart-product-card .start-wrapper .text-wrapper .description {
  color: var(--secondary);
}
@media (max-width: 767px) {
  .cart-main .cart-product-card .start-wrapper .text-wrapper .description {
    font-size: 14px;
  }
}
.cart-main .cart-product-card .buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .cart-main .cart-product-card .buttons-wrapper {
    justify-content: space-between;
    width: 100%;
  }
}
.cart-main .cart-product-card .buttons-wrapper .quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-main .cart-product-card .buttons-wrapper .quantity-wrapper .minus,
.cart-main .cart-product-card .buttons-wrapper .quantity-wrapper .plus {
  padding: 8px;
}
.cart-main .cart-product-card .buttons-wrapper .quantity-wrapper .minus:hover,
.cart-main .cart-product-card .buttons-wrapper .quantity-wrapper .plus:hover {
  opacity: 0.6;
}
.cart-main .cart-product-card .buttons-wrapper .quantity-wrapper .minus svg,
.cart-main .cart-product-card .buttons-wrapper .quantity-wrapper .plus svg {
  width: 24px;
  height: 24px;
  stroke: var(--primary);
}
.cart-main .cart-product-card .buttons-wrapper .quantity-wrapper .quantity {
  font-weight: 500;
  font-size: 14px;
}
.cart-main .cart-product-card .buttons-wrapper .trash-btn {
  padding: 8px;
}
.cart-main .cart-product-card .buttons-wrapper .trash-btn:hover {
  opacity: 0.6;
}
.cart-main .cart-product-card .buttons-wrapper .trash-btn svg {
  stroke: var(--red);
  width: 24px;
  height: 24px;
}
.delivery-main .delivery-map {
  display: none;
}
@media (min-width: 1280px) {
  .delivery-main .delivery-map {
    rotate: -19deg;
    clip-path: ellipse(40% 44% at 49% 49%);
  }
  .delivery-main .delivery-map iframe {
    rotate: 19deg;
  }
}
.delivery-main .delivery-map.active {
  display: block;
}
.delivery-main .delivery-map iframe {
  width: 100%;
  height: 700px;
}
@media (max-width: 1023px) {
  .delivery-main .delivery-map iframe {
    height: 300px;
  }
}
.delivery-main .address-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray2);
}
.delivery-main .address-card .title {
  font-weight: 600;
  font-size: 16px;
}
.delivery-main .address-card .text {
  font-size: 14px;
  color: var(--primary-65);
}
/* Pages imports end */
/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@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: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.transition-300{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.dark-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  border-start-start-radius: 56px;
  border-start-end-radius: 14px;
  border-end-start-radius: 14px;
  border-end-end-radius: 56px;
  border-width: 2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 600;
  color: var(--white);
}
.dark-btn:hover{
  background-color: transparent;
}
.dark-btn{
  border-color: var(--main-dark);
  background-color: var(--main-dark);
}
.dark-btn:hover{
  color: var(--main-dark);
}
.light-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  border-start-start-radius: 56px;
  border-start-end-radius: 14px;
  border-end-start-radius: 14px;
  border-end-end-radius: 56px;
  border-width: 2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 600;
  color: var(--white);
}
.light-btn:hover{
  background-color: transparent;
}
.light-btn{
  border-color: var(--main);
  background-color: var(--main);
}
.light-btn:hover{
  color: var(--main);
}
.section-margin{
  margin-top: 60px;
}
@media (min-width: 768px){
  .section-margin{
    margin-top: 80px;
  }
}
@media (min-width: 1024px){
  .section-margin{
    margin-top: 120px;
  }
}
.full-container{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 640px){
  .full-container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.custom-radius{
  border-start-start-radius: 56px;
  border-start-end-radius: 14px;
  border-end-start-radius: 14px;
  border-end-end-radius: 56px;
}
.pointer-events-none{
  pointer-events: none;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-right-1{
  right: -0.25rem;
}
.-top-\[110px\]{
  top: -110px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[445px\]{
  bottom: 445px;
}
.bottom-\[50px\]{
  bottom: 50px;
}
.bottom-\[770px\]{
  bottom: 770px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-7{
  left: 1.75rem;
}
.left-\[50px\]{
  left: 50px;
}
.right-0{
  right: 0px;
}
.right-\[50px\]{
  right: 50px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[-100px\]{
  top: -100px;
}
.top-\[80px\]{
  top: 80px;
}
.top-\[calc\(100\%\+10px\)\]{
  top: calc(100% + 10px);
}
.top-full{
  top: 100%;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[99\]{
  z-index: 99;
}
.m-0{
  margin: 0px;
}
.m-5{
  margin: 1.25rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}
.\!mb-10{
  margin-bottom: 2.5rem !important;
}
.\!mb-\[30px\]{
  margin-bottom: 30px !important;
}
.-mt-px{
  margin-top: -1px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[85px\]{
  height: 85px;
}
.h-\[90px\]{
  height: 90px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-max{
  height: -moz-max-content;
  height: max-content;
}
.h-screen{
  height: 100vh;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[350px\]{
  max-height: 350px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[370px\]{
  width: 370px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[85px\]{
  width: 85px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-screen{
  width: 100vw;
}
.min-w-full{
  min-width: 100%;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1300px\]{
  max-width: 1300px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[0\.35fr\2c 0\.65fr\]{
  grid-template-columns: 0.35fr 0.65fr;
}
.grid-cols-\[0\.4fr\2c 0\.6fr\]{
  grid-template-columns: 0.4fr 0.6fr;
}
.grid-cols-\[0\.55fr\2c 0\.45fr\]{
  grid-template-columns: 0.55fr 0.45fr;
}
.grid-cols-\[0\.6fr\2c 0\.4fr\]{
  grid-template-columns: 0.6fr 0.4fr;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.\!items-start{
  align-items: flex-start !important;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.\!gap-2{
  gap: 0.5rem !important;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[60px\]{
  gap: 60px;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[36px\]{
  border-radius: 36px;
}
.rounded-\[60px\]{
  border-radius: 60px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-main{
  border-color: var(--main);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.75\)\]{
  background-color: rgba(0,0,0,0.75);
}
.bg-gray{
  background-color: var(--gray);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-30{
  background-color: var(--gray-30);
}
.bg-gray2{
  background-color: var(--gray2);
}
.bg-green-40{
  background-color: var(--green-40);
}
.bg-main{
  background-color: var(--main);
}
.bg-main-bg{
  background-color: var(--main-bg);
}
.bg-red-15{
  background-color: var(--red-15);
}
.bg-white{
  background-color: var(--white);
}
.bg-yellow-15{
  background-color: var(--yellow-15);
}
.bg-\[url\(\/images\/about-download-bg\.png\)\]{
  background-image: url(/images/about-download-bg.png);
}
.bg-\[url\(\/images\/about\/03\.png\)\]{
  background-image: url(/images/about/03.png);
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-primary{
  fill: var(--primary);
}
.fill-white{
  fill: var(--white);
}
.\!stroke-transparent{
  stroke: transparent !important;
}
.stroke-placeholder{
  stroke: var(--placeholder);
}
.stroke-primary{
  stroke: var(--primary);
}
.stroke-white{
  stroke: var(--white);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[36px\]{
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[60px\]{
  padding-left: 60px;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.\!text-left{
  text-align: left !important;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-110{
  line-height: 110%;
}
.leading-140{
  line-height: 140%;
}
.leading-150{
  line-height: 150%;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-main{
  color: var(--main);
}
.text-main-dark{
  color: var(--main-dark);
}
.text-placeholder{
  color: var(--placeholder);
}
.text-primary{
  color: var(--primary);
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-secondary{
  color: var(--secondary);
}
.text-white{
  color: var(--white);
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  scroll-behavior: smooth;
  overflow-x: clip;
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background-color: var(--gray);
  background-image: url(/images/body-bg.png);
  background-repeat: repeat;
}
main {
  scroll-behavior: smooth;
}
img,
svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
a,
a svg,
a span,
button,
button svg,
button span {
  transition: all 0.3s;
}
.page-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 24px;
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .page-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page-heading {
    font-size: 28px;
  }
}
.page-heading .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-heading .container .breadcrumbs {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.page-heading .container .breadcrumbs .link {
  color: var(--primary-50);
}
.page-heading .container .breadcrumbs .link:hover {
  color: var(--primary);
}
.page-heading .container .breadcrumbs svg {
  rotate: -90deg;
  width: 12px;
  height: 6px;
  stroke: var(--primary);
}
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .section-heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
.section-heading .title {
  font-weight: 800;
  font-size: 36px;
  color: var(--primary);
}
@media (max-width: 1279px) {
  .section-heading .title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .section-heading .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-heading .title {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .section-heading .title {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .section-heading .title {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .section-heading .title {
    word-break: break-word;
  }
}
.section-heading .subtitle {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary-50);
}
@media (max-width: 767px) {
  .section-heading .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .section-heading .subtitle {
    font-size: 16px;
  }
}
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-card .badges {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-card .badges .badge {
  border-radius: 21px;
  padding: 6px 12px;
  background-color: var(--red);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
.product-card .wishlist-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px;
}
.product-card .wishlist-btn:hover svg {
  stroke: var(--red);
}
.product-card .wishlist-btn.active svg {
  stroke: var(--red);
  fill: var(--red);
}
.product-card .wishlist-btn svg {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
  fill: transparent;
}
.product-card .img-wrapper {
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 40px 0;
}
@media (max-width: 639px) {
  .product-card .img-wrapper {
    padding: 20px 0;
  }
}
.product-card .img-wrapper img {
  height: 300px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  height: 100%;
  justify-content: space-between;
}
.product-card .info-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-card .info-wrapper .text-wrapper .title {
  font-weight: 600;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-card .info-wrapper .text-wrapper .title:hover {
  color: var(--main);
}
.product-card .info-wrapper .text-wrapper .description {
  font-weight: 500;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cart-btn {
  padding: 12px 32px;
  width: 100%;
}
@media (max-width: 639px) {
  .cart-btn {
    padding: 12px 16px;
  }
}
.cart-btn:hover svg {
  stroke: var(--main-dark);
}
.cart-btn svg {
  stroke: var(--white);
  width: 20px;
  height: 20px;
}
@media (max-width: 500px) {
  .cart-btn svg {
    display: none;
  }
}
.instagram-widget .inst-list .inst-card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.instagram-widget .inst-list .inst-card img {
  width: 100%;
  height: 100%;
}
.map-section .map-card {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .map-section .map-card {
    text-align: center;
  }
}
.map-section .map-card .title {
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--main-dark);
}
@media (max-width: 1023px) {
  .map-section .map-card .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .map-section .map-card .title {
    font-size: 32px;
  }
}
@media (max-width: 639px) {
  .map-section .map-card .title {
    font-size: 28px;
  }
}
.map-section .map-card .subtitle {
  font-weight: 600;
  font-size: 14px;
}
.vendors .swiper .swiper-slide,
.clients .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vendors .swiper .swiper-slide img,
.clients .swiper .swiper-slide img {
  height: 130px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.licenses .swiper .swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.licenses .swiper .swiper-nav {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.licenses .swiper .swiper-nav:has(.swiper-button-disabled) {
  display: none;
}
.licenses .swiper .swiper-nav .swiper-prev,
.licenses .swiper .swiper-nav .swiper-next {
  width: 56px;
  height: 56px;
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
.licenses .swiper .swiper-nav .swiper-prev:enabled:hover,
.licenses .swiper .swiper-nav .swiper-next:enabled:hover {
  background-color: var(--primary);
}
.licenses .swiper .swiper-nav .swiper-prev:enabled:hover svg,
.licenses .swiper .swiper-nav .swiper-next:enabled:hover svg {
  stroke: var(--white);
}
@media (max-width: 767px) {
  .licenses .swiper .swiper-nav .swiper-prev,
  .licenses .swiper .swiper-nav .swiper-next {
    width: 46px;
    height: 46px;
  }
}
.licenses .swiper .swiper-nav .swiper-prev svg,
.licenses .swiper .swiper-nav .swiper-next svg {
  stroke: var(--primary);
  height: 8px;
  width: 14px;
}
.licenses .swiper .swiper-nav .swiper-prev {
  rotate: 90deg;
}
.licenses .swiper .swiper-nav .swiper-next {
  rotate: -90deg;
}
form fieldset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1023px) {
  form fieldset {
    grid-template-columns: 1fr;
  }
}
form input,
form textarea {
  border-radius: 56px 14px 56px 14px;
  line-height: 144%;
  padding: 14px 28px;
}
form textarea {
  width: 100%;
  height: 160px;
  max-height: 300px;
  min-height: 60px;
}
@media (max-width: 767px) {
  form textarea {
    height: 200px;
  }
}
form .upload-input label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 28px;
  border-radius: 56px 14px 56px 14px;
  line-height: 144%;
  background-color: var(--white);
  color: var(--secondary);
  cursor: pointer;
  transition: all 0.3s;
}
form .upload-input label:hover {
  background-color: var(--gray);
}
form .upload-input label svg {
  stroke: var(--main);
  width: 22px;
  height: 18px;
}
form .upload-input input {
  display: none;
}
@media (max-width: 639px) {
  form .form-btn {
    width: 100%;
  }
}
form .custom-radio {
  font-size: 18px;
  line-height: 144%;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
form .custom-radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid var(--gray2);
  border-radius: 999px;
  padding: 0;
  background-color: var(--white);
  cursor: pointer;
}
form .custom-radio input:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--main);
  width: 50%;
  height: 50%;
  display: block;
  border-radius: 999px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pagination .btn,
.pagination .dots {
  background-color: var(--white);
  box-shadow: 0 0 5px var(--placeholder2);
  color: var(--placeholder2);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  max-height: 36px;
  min-width: 40px;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .pagination .btn,
  .pagination .dots {
    min-width: 32px;
  }
}
.pagination .btn {
  padding: 0 15px;
  gap: 8px;
}
.pagination .btn:hover {
  background-color: var(--main-dark);
  color: var(--white);
}
.pagination .btn:hover svg {
  stroke: var(--white);
}
@media (max-width: 1279px) {
  .pagination .btn.next, .pagination .btn.prev {
    padding: 0;
  }
  .pagination .btn.next span, .pagination .btn.prev span {
    display: none;
  }
}
.pagination .btn.next svg {
  rotate: -90deg;
}
.pagination .btn.prev svg {
  rotate: 90deg;
}
.pagination .btn svg {
  width: 10px;
  height: 5px;
  stroke: var(--placeholder2);
}
.pagination .nums {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pagination .nums .btn,
.pagination .nums .dots {
  padding: 0;
  max-width: 40px;
}
@media (max-width: 639px) {
  .pagination .nums .btn,
  .pagination .nums .dots {
    max-width: 32px;
  }
}
.pagination .nums .btn.active {
  background-color: var(--main-dark);
  color: var(--white);
}
.text-section h1,
.text-section h2,
.text-section h3,
.text-section h4,
.text-section h5,
.text-section h6 {
  font-weight: 600;
  line-height: 133%;
  margin-bottom: 20px;
}
.text-section h1 {
  font-size: 36px;
}
@media (max-width: 1023px) {
  .text-section h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .text-section h1 {
    font-size: 28px;
  }
}
.text-section h2 {
  font-size: 32px;
}
@media (max-width: 1023px) {
  .text-section h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .text-section h2 {
    font-size: 24px;
  }
}
.text-section h3 {
  font-size: 28px;
}
@media (max-width: 1023px) {
  .text-section h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .text-section h3 {
    font-size: 20px;
  }
}
.text-section h4 {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .text-section h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .text-section h4 {
    font-size: 18px;
  }
}
.text-section h5 {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .text-section h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .text-section h5 {
    font-size: 16px;
  }
}
.text-section h6 {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .text-section h6 {
    font-size: 16px;
  }
}
.text-section a,
.text-section li,
.text-section p {
  font-size: 16px;
  line-height: 120%;
}
.text-section p {
  margin-bottom: 20px;
}
.text-section ol,
.text-section ul {
  list-style-position: inside;
  margin-bottom: 20px;
}
.text-section ul {
  list-style-type: "— ";
}
.text-section ol {
  list-style-type: decimal;
}
.f-thumbs__slide.for-image {
  width: 90px !important;
  height: 90px !important;
}
.f-thumbs__slide .f-thumbs__slide__button {
  clip-path: none !important;
}
.f-thumbs__slide .f-thumbs__slide__button .f-thumbs__slide__img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.custom-scroll {
  /* width */
  /* Track */
  /* Handle */
}
.custom-scroll::-webkit-scrollbar {
  width: 6px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: var(--placeholder);
  border-radius: 16px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: var(--main);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--main-65);
}
#header-menu .expand .expand-btn.open svg {
  rotate: 180deg;
}
@media (max-width: 1535px) {
  #header-menu .expand .expand-menu.close {
    display: none;
  }
}
.swal2-title {
  font-size: 20px;
}
[data-cart-quantity]:empty {
  display: none;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.text-html-block {
  font-size: 16px;
}
.text-html-block h1,
.text-html-block h2,
.text-html-block h3,
.text-html-block h4,
.text-html-block h5,
.text-html-block h6 {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 133%;
}
.text-html-block h1 {
  font-size: 36px;
  line-height: 133%;
  margin-bottom: 20px;
}
.text-html-block h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.text-html-block h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.text-html-block h4 {
  font-size: 20px;
}
.text-html-block h5 {
  font-size: 18px;
}
.text-html-block h6 {
  font-size: 16px;
}
.text-html-block a {
  color: var(--color-main);
}
.text-html-block a:hover {
  color: var(--color-main-dark);
}
.text-html-block p {
  margin-bottom: 15px;
}
.text-html-block ul {
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 30px;
}
.text-html-block ol {
  margin-bottom: 15px;
  list-style-type: decimal;
  padding-left: 30px;
}
.text-html-block blockquote {
  margin-bottom: 15px;
  padding: 10px 20px;
  border-left: 4px solid #f20c0c;
}
.text-html-block blockquote p:last-child {
  margin-bottom: 0;
}
.text-html-block table {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
}
.text-html-block table th,
.text-html-block table td {
  padding: 7px;
  border: 1px solid #c8c8c8;
}
.text-html-block table th {
  text-align: start;
  background-color: #f8f8f8;
}
.text-html-block b,
.text-html-block strong {
  font-weight: 700;
}
.text-html-block i,
.text-html-block em {
  font-style: italic;
}
.text-html-block img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.text-html-block.text-html-block-pricelist-tables table th,
.text-html-block.text-html-block-pricelist-tables table td {
  padding: 10px;
  border-color: transparent;
  background-color: transparent;
}
.text-html-block.text-html-block-pricelist-tables table tr {
  background-color: #fff;
}
.text-html-block.text-html-block-pricelist-tables table tr:hover {
  background-color: #f8f8f8;
}
@media all and (min-width: 1200px) {
  .text-html-block {
    font-size: 17px;
  }
  .text-html-block table th {
    padding: 12px;
  }
  .text-html-block table td {
    padding: 10px;
  }
  .text-html-block.text-html-block-pricelist-tables table th,
  .text-html-block.text-html-block-pricelist-tables table td {
    padding: 20px;
  }
}
.text-html-block.compound-description {
  font-size: 14px;
  line-height: 150%;
}
.text-html-block.compound-description table th,
.text-html-block.compound-description table td {
  padding: 5px 0;
  border: none;
}
.text-html-block.compound-description table td:first-child {
  position: relative;
  font-weight: 700;
  background-color: #F1F1F1;
  z-index: 1;
  overflow: hidden;
}
.text-html-block.compound-description table td:first-child::after {
  content: "................................................................................................................";
  position: absolute;
  margin-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  z-index: -1;
  color: #999;
}
.text-html-block.compound-description table td:last-child {
  padding-left: 8px;
}
@media (min-width: 1536px){
  .\32xl\:custom-radius{
    border-start-start-radius: 56px;
    border-start-end-radius: 14px;
    border-end-start-radius: 14px;
    border-end-end-radius: 56px;
  }
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:top-\[200px\]::after{
  content: var(--tw-content);
  top: 200px;
}
.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}
.after\:h-\[6px\]::after{
  content: var(--tw-content);
  height: 6px;
}
.after\:w-screen::after{
  content: var(--tw-content);
  width: 100vw;
}
.after\:bg-gray2::after{
  content: var(--tw-content);
  background-color: var(--gray2);
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:text-main:hover{
  color: var(--main);
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:hover .group-hover\:stroke-main{
  stroke: var(--main);
}
.group:hover .group-hover\:text-main{
  color: var(--main);
}
.group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}
@media (max-width: 560px){
  .max-\[560px\]\:w-full{
    width: 100%;
  }
}
@media (min-width: 500px){
  .min-\[500px\]\:h-\[350px\]{
    height: 350px;
  }
}
@media (min-width: 540px){
  .min-\[540px\]\:h-\[400px\]{
    height: 400px;
  }
  .min-\[540px\]\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 640px){
  .sm\:-top-\[120px\]{
    top: -120px;
  }
  .sm\:top-\[-112px\]{
    top: -112px;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:h-\[400px\]{
    height: 400px;
  }
  .sm\:h-\[450px\]{
    height: 450px;
  }
  .sm\:h-\[500px\]{
    height: 500px;
  }
  .sm\:w-\[150px\]{
    width: 150px;
  }
  .sm\:w-\[90px\]{
    width: 90px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-16{
    gap: 4rem;
  }
  .sm\:gap-20{
    gap: 5rem;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:gap-\[100px\]{
    gap: 100px;
  }
  .sm\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .sm\:rounded-xl{
    border-radius: 0.75rem;
  }
  .sm\:\!bg-none{
    background-image: none !important;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:leading-normal{
    line-height: 1.5;
  }
}
@media (min-width: 768px){
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[480px\]{
    height: 480px;
  }
  .md\:h-\[500px\]{
    height: 500px;
  }
  .md\:max-w-\[400px\]{
    max-width: 400px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-\[60px\]{
    gap: 60px;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:h-\[600px\]{
    height: 600px;
  }
  .lg\:h-\[620px\]{
    height: 620px;
  }
  .lg\:h-\[700px\]{
    height: 700px;
  }
  .lg\:max-h-\[550px\]{
    max-height: 550px;
  }
  .lg\:max-h-\[700px\]{
    max-height: 700px;
  }
  .lg\:max-h-none{
    max-height: none;
  }
  .lg\:w-20{
    width: 5rem;
  }
  .lg\:w-\[480px\]{
    width: 480px;
  }
  .lg\:w-\[590px\]{
    width: 590px;
  }
  .lg\:w-\[calc\(100\%-48px\)\]{
    width: calc(100% - 48px);
  }
  .lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:min-w-\[400px\]{
    min-width: 400px;
  }
  .lg\:max-w-\[400px\]{
    max-width: 400px;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[280px\2c 1fr\]{
    grid-template-columns: 280px 1fr;
  }
  .lg\:grid-cols-\[340px\2c 1fr\]{
    grid-template-columns: 340px 1fr;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:overflow-y-auto{
    overflow-y: auto;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:bg-main{
    background-color: var(--main);
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .lg\:pb-\[160px\]{
    padding-bottom: 160px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:mt-\[100px\]{
    margin-top: 100px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[500px\]{
    height: 500px;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:w-\[530px\]{
    width: 530px;
  }
  .xl\:w-\[640px\]{
    width: 640px;
  }
  .xl\:min-w-\[611px\]{
    min-width: 611px;
  }
  .xl\:max-w-\[500px\]{
    max-width: 500px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[1fr\2c 460px\]{
    grid-template-columns: 1fr 460px;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:overflow-visible{
    overflow: visible;
  }
  .xl\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .xl\:rounded-none{
    border-radius: 0px;
  }
  .xl\:pl-10{
    padding-left: 2.5rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:after\:block::after{
    content: var(--tw-content);
    display: block;
  }
}
@media (min-width: 1536px){
  .\32xl\:block{
    display: block;
  }
  .\32xl\:flex{
    display: flex;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:h-\[1802px\]{
    height: 1802px;
  }
  .\32xl\:h-\[840px\]{
    height: 840px;
  }
  .\32xl\:w-\[380px\]{
    width: 380px;
  }
  .\32xl\:w-\[586px\]{
    width: 586px;
  }
  .\32xl\:w-\[680px\]{
    width: 680px;
  }
  .\32xl\:w-\[724px\]{
    width: 724px;
  }
  .\32xl\:w-\[825px\]{
    width: 825px;
  }
  .\32xl\:max-w-\[420px\]{
    max-width: 420px;
  }
  .\32xl\:max-w-\[600px\]{
    max-width: 600px;
  }
  .\32xl\:grid-cols-\[1fr\2c 560px\]{
    grid-template-columns: 1fr 560px;
  }
  .\32xl\:grid-cols-none{
    grid-template-columns: none;
  }
  .\32xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:gap-\[100px\]{
    gap: 100px;
  }
  .\32xl\:bg-transparent{
    background-color: transparent;
  }
  .\32xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
}