/* Margin */
.ma-1 {
  margin-block: 0.4rem !important;
}
.ma-2 {
  margin-block: 0.8rem !important;
}
.ma-3 {
  margin-block: 1.2rem !important;
}
.ma-4 {
  margin-block: 1.6rem !important;
}
.ma-5 {
  margin-block: 2rem !important;
}
.ma-6 {
  margin-block: 2.4rem !important;
}
.ma-7 {
  margin-block: 3.2rem !important;
}
.ma-8 {
  margin-block: 4.8rem !important;
}
.ma-9 {
  margin-block: 6.4rem !important;
}
.ma-10 {
  margin-block: 9.6rem !important;
}
.ma-11 {
  margin-block: 12.8rem !important;
}

.my-1 {
  margin-block: 0.4rem !important;
}
.my-2 {
  margin-block: 0.8rem !important;
}
.my-3 {
  margin-block: 1.2rem !important;
}
.my-4 {
  margin-block: 1.6rem !important;
}
.my-5 {
  margin-block: 2rem !important;
}
.my-6 {
  margin-block: 2.4rem !important;
}
.my-7 {
  margin-block: 3.2rem !important;
}
.my-8 {
  margin-block: 4.8rem !important;
}
.my-9 {
  margin-block: 6.4rem !important;
}
.my-10 {
  margin-block: 9.6rem !important;
}
.my-11 {
  margin-block: 12.8rem !important;
}

.mx-1 {
  margin-inline: 0.4rem !important;
}
.mx-2 {
  margin-inline: 0.8rem !important;
}
.mx-3 {
  margin-inline: 1.2rem !important;
}
.mx-4 {
  margin-inline: 1.6rem !important;
}
.mx-5 {
  margin-inline: 2rem !important;
}
.mx-6 {
  margin-inline: 2.4rem !important;
}
.mx-7 {
  margin-inline: 3.2rem !important;
}
.mx-8 {
  margin-inline: 4.8rem !important;
}
.mx-9 {
  margin-inline: 6.4rem !important;
}
.mx-10 {
  margin-inline: 9.6rem !important;
}
.mx-11 {
  margin-inline: 12.8rem !important;
}

.mt-1 {
  margin-top: 0.4rem !important;
}
.mt-2 {
  margin-top: 0.8rem !important;
}
.mt-3 {
  margin-top: 1.2rem !important;
}
.mt-4 {
  margin-top: 1.6rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mt-6 {
  margin-top: 2.4rem !important;
}
.mt-7 {
  margin-top: 3.2rem !important;
}
.mt-8 {
  margin-top: 4.8rem !important;
}
.mt-9 {
  margin-top: 6.4rem !important;
}
.mt-10 {
  margin-top: 9.6rem !important;
}
.mt-11 {
  margin-top: 12.8rem !important;
}

.mb-1 {
  margin-bottom: 0.4rem !important;
}
.mb-2 {
  margin-bottom: 0.8rem !important;
}
.mb-3 {
  margin-bottom: 1.2rem !important;
}
.mb-4 {
  margin-bottom: 1.6rem !important;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.mb-6 {
  margin-bottom: 2.4rem !important;
}
.mb-7 {
  margin-bottom: 3.2rem !important;
}
.mb-8 {
  margin-bottom: 4.8rem !important;
}
.mb-9 {
  margin-bottom: 6.4rem !important;
}
.mb-10 {
  margin-bottom: 9.6rem !important;
}
.mb-11 {
  margin-bottom: 12.8rem !important;
}

.mr-1 {
  margin-right: 0.4rem !important;
}
.mr-2 {
  margin-right: 0.8rem !important;
}
.mr-3 {
  margin-right: 1.2rem !important;
}
.mr-4 {
  margin-right: 1.6rem !important;
}
.mr-5 {
  margin-right: 2rem !important;
}
.mr-6 {
  margin-right: 2.4rem !important;
}
.mr-7 {
  margin-right: 3.2rem !important;
}

.ml-1 {
  margin-left: 0.4rem !important;
}
.ml-2 {
  margin-left: 0.8rem !important;
}
.ml-3 {
  margin-left: 1.2rem !important;
}
.ml-4 {
  margin-left: 1.6rem !important;
}
.ml-5 {
  margin-left: 2rem !important;
}
.ml-6 {
  margin-left: 2.4rem !important;
}
.ml-7 {
  margin-left: 3.2rem !important;
}

@media (max-width: 991px) {
  .mx-8 {
    margin-inline: clamp(3.2rem, 2.5vw, 4.8rem) !important;
  }
  .mx-9 {
    margin-inline: clamp(4.8rem, 2.5vw, 6.4rem) !important;
  }
  .mx-10 {
    margin-inline: clamp(6.4rem, 2.5vw, 9.6rem) !important;
  }
  .mx-11 {
    margin-inline: clamp(9.6rem, 2.5vw, 12.8rem) !important;
  }

  .my-8 {
    margin-block: clamp(3.2rem, 2.5vw, 4.8rem) !important;
  }
  .my-9 {
    margin-block: clamp(4.8rem, 2.5vw, 6.4rem) !important;
  }
  .my-10 {
    margin-block: clamp(6.4rem, 2.5vw, 9.6rem) !important;
  }
  .my-11 {
    margin-block: clamp(9.6rem, 2.5vw, 12.8rem) !important;
  }

  .mt-8 {
    margin-top: clamp(3.2rem, 2.5vw, 4.8rem) !important;
  }
  .mt-9 {
    margin-top: clamp(4.8rem, 2.5vw, 6.4rem) !important;
  }
  .mt-10 {
    margin-top: clamp(6.4rem, 2.5vw, 9.6rem) !important;
  }
  .mt-11 {
    margin-top: clamp(9.6rem, 2.5vw, 12.8rem) !important;
  }

  .mb-8 {
    margin-bottom: clamp(3.2rem, 2.5vw, 4.8rem) !important;
  }
  .mb-9 {
    margin-bottom: clamp(4.8rem, 2.5vw, 6.4rem) !important;
  }
  .mb-10 {
    margin-bottom: clamp(6.4rem, 2.5vw, 9.6rem) !important;
  }
  .mb-11 {
    margin-bottom: clamp(9.6rem, 2.5vw, 12.8rem) !important;
  }
}
/* End Margin */

/* Padding */
.pa-1 {
  padding-inline: 0.4rem !important;
}
.pa-2 {
  padding-inline: 0.8rem !important;
}
.pa-3 {
  padding-inline: 1.2rem !important;
}
.pa-4 {
  padding-inline: 1.6rem !important;
}
.pa-5 {
  padding-inline: 2rem !important;
}
.pa-6 {
  padding-inline: 2.4rem !important;
}
.pa-7 {
  padding-inline: 3.2rem !important;
}
.pa-8 {
  padding-inline: 4.8rem !important;
}
.pa-9 {
  padding-inline: 6.4rem !important;
}
.pa-10 {
  padding-inline: 9.6rem !important;
}
.pa-11 {
  margin-inline: 12.8rem !important;
}

.py-1 {
  padding-block: 0.4rem !important;
}
.py-2 {
  padding-block: 0.8rem !important;
}
.py-3 {
  padding-block: 1.2rem !important;
}
.py-4 {
  padding-block: 1.6rem !important;
}
.py-5 {
  padding-block: 2rem !important;
}
.py-6 {
  padding-block: 2.4rem !important;
}
.py-7 {
  padding-block: 3.2rem !important;
}
.py-8 {
  padding-block: 4.8rem !important;
}
.py-9 {
  padding-block: 6.4rem !important;
}
.py-10 {
  padding-block: 9.6rem !important;
}
.py-11 {
  margin-block: 12.8rem !important;
}

.px-1 {
  padding-inline: 0.4rem !important;
}
.px-2 {
  padding-inline: 0.8rem !important;
}
.px-3 {
  padding-inline: 1.2rem !important;
}
.px-4 {
  padding-inline: 1.6rem !important;
}
.px-5 {
  padding-inline: 2rem !important;
}
.px-6 {
  padding-inline: 2.4rem !important;
}
.px-7 {
  padding-inline: 3.2rem !important;
}
.px-8 {
  padding-inline: 4.8rem !important;
}
.px-9 {
  padding-inline: 6.4rem !important;
}
.px-10 {
  padding-inline: 9.6rem !important;
}
.px-11 {
  margin-inline: 12.8rem !important;
}

.pt-1 {
  padding-top: 0.4rem !important;
}
.pt-2 {
  padding-top: 0.8rem !important;
}
.pt-3 {
  padding-top: 1.2rem !important;
}
.pt-4 {
  padding-top: 1.6rem !important;
}
.pt-5 {
  padding-top: 2rem !important;
}
.pt-6 {
  padding-top: 2.4rem !important;
}
.pt-7 {
  padding-top: 3.2rem !important;
}
.pt-8 {
  padding-top: 4.8rem !important;
}
.pt-9 {
  padding-top: 6.4rem !important;
}
.pt-10 {
  padding-top: 9.6rem !important;
}
.pt-11 {
  margin-top: 12.8rem !important;
}

.pb-1 {
  padding-bottom: 0.4rem !important;
}
.pb-2 {
  padding-bottom: 0.8rem !important;
}
.pb-3 {
  padding-bottom: 1.2rem !important;
}
.pb-4 {
  padding-bottom: 1.6rem !important;
}
.pb-5 {
  padding-bottom: 2rem !important;
}
.pb-6 {
  padding-bottom: 2.4rem !important;
}
.pb-7 {
  padding-bottom: 3.2rem !important;
}
.pb-8 {
  padding-bottom: 4.8rem !important;
}
.pb-9 {
  padding-bottom: 6.4rem !important;
}
.pb-10 {
  padding-bottom: 9.6rem !important;
}
.pb-11 {
  margin-bottom: 12.8rem !important;
}

.pr-1 {
  padding-right: 0.4rem !important;
}
.pr-2 {
  padding-right: 0.8rem !important;
}
.pr-3 {
  padding-right: 1.2rem !important;
}
.pr-4 {
  padding-right: 1.6rem !important;
}
.pr-5 {
  padding-right: 2rem !important;
}
.pr-6 {
  padding-right: 2.4rem !important;
}
.pr-7 {
  padding-right: 3.2rem !important;
}

.pl-1 {
  padding-left: 0.4rem !important;
}
.pl-2 {
  padding-left: 0.8rem !important;
}
.pl-3 {
  padding-left: 1.2rem !important;
}
.pl-4 {
  padding-left: 1.6rem !important;
}
.pl-5 {
  padding-left: 2rem !important;
}
.pl-6 {
  padding-left: 2.4rem !important;
}
.pl-7 {
  padding-left: 3.2rem !important;
}
@media (max-width: 991px) {
  .px-8 {
    padding-inline: clamp(3.2rem, 2.5vw, 4.8rem) !important;
  }
  .px-9 {
    padding-inline: clamp(4.8rem, 2.5vw, 6.4rem) !important;
  }
  .px-10 {
    padding-inline: clamp(6.4rem, 2.5vw, 9.6rem) !important;
  }
  .px-11 {
    padding-inline: clamp(9.6rem, 2.5vw, 12.8rem) !important;
  }

  .py-8 {
    padding-block: clamp(3.2rem, 2.5vw, 4.8rem) !important;
  }
  .py-9 {
    padding-block: clamp(4.8rem, 2.5vw, 6.4rem) !important;
  }
  .py-10 {
    padding-block: clamp(6.4rem, 2.5vw, 9.6rem) !important;
  }
  .py-11 {
    padding-block: clamp(9.6rem, 2.5vw, 12.8rem) !important;
  }

  .pt-8 {
    padding-top: clamp(3.2rem, 2.5vw, 4.8rem) !important;
  }
  .pt-9 {
    padding-top: clamp(4.8rem, 2.5vw, 6.4rem) !important;
  }
  .pt-10 {
    padding-top: clamp(6.4rem, 2.5vw, 9.6rem) !important;
  }
  .pt-11 {
    padding-top: clamp(9.6rem, 2.5vw, 12.8rem) !important;
  }

  .pb-8 {
    padding-bottom: clamp(3.2rem, 2.5vw, 4.8rem) !important;
  }
  .pb-9 {
    padding-bottom: clamp(4.8rem, 2.5vw, 6.4rem) !important;
  }
  .pb-10 {
    padding-bottom: clamp(6.4rem, 2.5vw, 9.6rem) !important;
  }
  .pb-11 {
    padding-bottom: clamp(9.6rem, 2.5vw, 12.8rem) !important;
  }
}
/* End Padding */

/* gap */
.gap-1 {
  gap: 0.4rem;
}
.gap-2 {
  gap: 0.8rem;
}
.gap-3 {
  gap: 1.2rem;
}
.gap-4 {
  gap: 1.6rem;
}
.gap-5 {
  gap: 2rem;
}
.gap-6 {
  gap: 2.4rem;
}
.gap-7 {
  gap: 3.2rem;
}
/* End gap */
