.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container-sm {
  max-width: 640px;
}

.container-md {
  max-width: 768px;
}

.container-lg {
  max-width: 1024px;
}

.container-xl {
  max-width: 1280px;
}

.container-2xl {
  max-width: 1336px;
}

.container-3xl {
  max-width: 1440px;
}

.container-4xl {
  max-width: 1676px;
}

.bg-gray-100 {
  background-color: #f0f0f1;
}

.bg-gray-200 {
  background-color: #e0e0e2;
}

.bg-gray-300 {
  background-color: #c0c2c5;
}

.bg-gray-400 {
  background-color: #a1a3a8;
}

.bg-gray-500 {
  background-color: #81858b;
}

.bg-gray-600 {
  background-color: #62666d;
}

.bg-gray-700 {
  background-color: #3f4064;
}

.bg-gray-800 {
  background-color: #23254e;
}

.bg-gray-900 {
  background-color: #0c0c0c;
}

.bg-secondary-100 {
  background-color: #e6f4f7;
}

.bg-secondary-200 {
  background-color: #9ee3f0;
}

.bg-secondary-300 {
  background-color: #008deb;
}

.bg-secondary-400 {
  background-color: #87d3e1;
}

.bg-secondary-500 {
  background-color: #19bfd3;
}

.bg-secondary-600 {
  background-color: #00bfd6;
}

.bg-secondary-700 {
  background-color: #008eb2;
}

.bg-error-100 {
  background-color: #d32f2f;
}

.bg-error-200 {
  background-color: #b2001a;
}

.bg-primary-100 {
  background-color: #ffe440;
}

.bg-primary-300 {
  background-color: #f37a8a;
}

.bg-primary-500 {
  background-color: #ef4056;
}

.bg-primary-700 {
  background-color: #ef394e;
}

.bg-rating-0-2 {
  background-color: #f9bc00;
}

.bg-rating-2-3 {
  background-color: #b1b64d;
}

.bg-rating-3-4 {
  background-color: #65aa57;
}

.bg-rating-4-5 {
  background-color: #00a049;
}

.bg-dgplus-300 {
  background-color: #b665a4;
}

.bg-dgplus-500 {
  background-color: #b12ba4;
}

.bg-dgplus-700 {
  background-color: #941b80;
}

.bg-dgplus-900 {
  background-color: #a63489;
}

.bg-warning-100 {
  background-color: #f9a825;
}

.bg-warning-200 {
  background-color: #f57f17;
}

.bg-jet-100 {
  background-color: #1028ff;
}

.bg-success-100 {
  background-color: #4caf50;
}

.bg-success-200 {
  background-color: #2e7b32;
}

.bg-digipay-100 {
  background-color: #0040ff;
}

.bg-fresh-300 {
  background-color: #9dc44d;
}

.bg-fresh-500 {
  background-color: #6bb927;
}

.bg-fresh-700 {
  background-color: #39ae00;
}

.color-gray-100 {
  color: #f0f0f1;
}

.color-gray-200 {
  color: #e0e0e2;
}

.color-gray-300 {
  color: #c0c2c5;
}

.color-gray-400 {
  color: #a1a3a8;
}

.color-gray-500 {
  color: #81858b;
}

.color-gray-600 {
  color: #62666d;
}

.color-gray-700 {
  color: #3f4064;
}

.color-gray-800 {
  color: #23254e;
}

.color-gray-900 {
  color: #0c0c0c;
}

.color-secondary-100 {
  color: #e6f4f7;
}

.color-secondary-200 {
  color: #9ee3f0;
}

.color-secondary-300 {
  color: #008deb;
}

.color-secondary-400 {
  color: #87d3e1;
}

.color-secondary-500 {
  color: #19bfd3;
}

.color-secondary-600 {
  color: #00bfd6;
}

.color-secondary-700 {
  color: #008eb2;
}

.color-error-100 {
  color: #d32f2f;
}

.color-error-200 {
  color: #b2001a;
}

.color-primary-100 {
  color: #ffe440;
}

.color-primary-300 {
  color: #f37a8a;
}

.color-primary-500 {
  color: #ef4056;
}

.color-primary-700 {
  color: #ef394e;
}

.color-rating-0-2 {
  color: #f9bc00;
}

.color-rating-2-3 {
  color: #b1b64d;
}

.color-rating-3-4 {
  color: #65aa57;
}

.color-rating-4-5 {
  color: #00a049;
}

.color-dgplus-300 {
  color: #b665a4;
}

.color-dgplus-500 {
  color: #b12ba4;
}

.color-dgplus-700 {
  color: #941b80;
}

.color-dgplus-900 {
  color: #a63489;
}

.color-warning-100 {
  color: #f9a825;
}

.color-warning-200 {
  color: #f57f17;
}

.color-jet-100 {
  color: #1028ff;
}

.color-success-100 {
  color: #4caf50;
}

.color-success-200 {
  color: #2e7b32;
}

.color-digipay-100 {
  color: #0040ff;
}

.color-fresh-300 {
  color: #9dc44d;
}

.color-fresh-500 {
  color: #6bb927;
}

.color-fresh-700 {
  color: #39ae00;
}

.h-p-25 {
  height: 25%;
}

.h-p-50 {
  height: 50%;
}

.h-p-75 {
  height: 75%;
}

.h-p-100 {
  height: 100%;
}

.h-p-auto {
  height: auto;
}

.h-p-unset {
  height: unset;
}

.h-p-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-p-max {
  height: -moz-max-content;
  height: max-content;
}

@media only screen and (min-width: 0) {
  .h-p-zero-25 {
    height: 25%;
  }
  .h-p-zero-50 {
    height: 50%;
  }
  .h-p-zero-75 {
    height: 75%;
  }
  .h-p-zero-100 {
    height: 100%;
  }
  .h-p-zero-auto {
    height: auto;
  }
  .h-p-zero-unset {
    height: unset;
  }
  .h-p-zero-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-p-zero-max {
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 360px) {
  .h-p-xs-25 {
    height: 25%;
  }
  .h-p-xs-50 {
    height: 50%;
  }
  .h-p-xs-75 {
    height: 75%;
  }
  .h-p-xs-100 {
    height: 100%;
  }
  .h-p-xs-auto {
    height: auto;
  }
  .h-p-xs-unset {
    height: unset;
  }
  .h-p-xs-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-p-xs-max {
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 640px) {
  .h-p-sm-25 {
    height: 25%;
  }
  .h-p-sm-50 {
    height: 50%;
  }
  .h-p-sm-75 {
    height: 75%;
  }
  .h-p-sm-100 {
    height: 100%;
  }
  .h-p-sm-auto {
    height: auto;
  }
  .h-p-sm-unset {
    height: unset;
  }
  .h-p-sm-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-p-sm-max {
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 768px) {
  .h-p-md-25 {
    height: 25%;
  }
  .h-p-md-50 {
    height: 50%;
  }
  .h-p-md-75 {
    height: 75%;
  }
  .h-p-md-100 {
    height: 100%;
  }
  .h-p-md-auto {
    height: auto;
  }
  .h-p-md-unset {
    height: unset;
  }
  .h-p-md-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-p-md-max {
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 1024px) {
  .h-p-lg-25 {
    height: 25%;
  }
  .h-p-lg-50 {
    height: 50%;
  }
  .h-p-lg-75 {
    height: 75%;
  }
  .h-p-lg-100 {
    height: 100%;
  }
  .h-p-lg-auto {
    height: auto;
  }
  .h-p-lg-unset {
    height: unset;
  }
  .h-p-lg-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-p-lg-max {
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 1280px) {
  .h-p-xl-25 {
    height: 25%;
  }
  .h-p-xl-50 {
    height: 50%;
  }
  .h-p-xl-75 {
    height: 75%;
  }
  .h-p-xl-100 {
    height: 100%;
  }
  .h-p-xl-auto {
    height: auto;
  }
  .h-p-xl-unset {
    height: unset;
  }
  .h-p-xl-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-p-xl-max {
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 1336px) {
  .h-p-2xl-25 {
    height: 25%;
  }
  .h-p-2xl-50 {
    height: 50%;
  }
  .h-p-2xl-75 {
    height: 75%;
  }
  .h-p-2xl-100 {
    height: 100%;
  }
  .h-p-2xl-auto {
    height: auto;
  }
  .h-p-2xl-unset {
    height: unset;
  }
  .h-p-2xl-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-p-2xl-max {
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 1440px) {
  .h-p-3xl-25 {
    height: 25%;
  }
  .h-p-3xl-50 {
    height: 50%;
  }
  .h-p-3xl-75 {
    height: 75%;
  }
  .h-p-3xl-100 {
    height: 100%;
  }
  .h-p-3xl-auto {
    height: auto;
  }
  .h-p-3xl-unset {
    height: unset;
  }
  .h-p-3xl-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-p-3xl-max {
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 1676px) {
  .h-p-4xl-25 {
    height: 25%;
  }
  .h-p-4xl-50 {
    height: 50%;
  }
  .h-p-4xl-75 {
    height: 75%;
  }
  .h-p-4xl-100 {
    height: 100%;
  }
  .h-p-4xl-auto {
    height: auto;
  }
  .h-p-4xl-unset {
    height: unset;
  }
  .h-p-4xl-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-p-4xl-max {
    height: -moz-max-content;
    height: max-content;
  }
}
.w-p-25 {
  width: 25%;
}

.w-p-50 {
  width: 50%;
}

.w-p-75 {
  width: 75%;
}

.w-p-100 {
  width: 100%;
}

.w-p-auto {
  width: auto;
}

.w-p-unset {
  width: unset;
}

.w-p-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-p-max {
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (min-width: 0) {
  .w-p-zero-25 {
    width: 25%;
  }
  .w-p-zero-50 {
    width: 50%;
  }
  .w-p-zero-75 {
    width: 75%;
  }
  .w-p-zero-100 {
    width: 100%;
  }
  .w-p-zero-auto {
    width: auto;
  }
  .w-p-zero-unset {
    width: unset;
  }
  .w-p-zero-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-p-zero-max {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (min-width: 360px) {
  .w-p-xs-25 {
    width: 25%;
  }
  .w-p-xs-50 {
    width: 50%;
  }
  .w-p-xs-75 {
    width: 75%;
  }
  .w-p-xs-100 {
    width: 100%;
  }
  .w-p-xs-auto {
    width: auto;
  }
  .w-p-xs-unset {
    width: unset;
  }
  .w-p-xs-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-p-xs-max {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (min-width: 640px) {
  .w-p-sm-25 {
    width: 25%;
  }
  .w-p-sm-50 {
    width: 50%;
  }
  .w-p-sm-75 {
    width: 75%;
  }
  .w-p-sm-100 {
    width: 100%;
  }
  .w-p-sm-auto {
    width: auto;
  }
  .w-p-sm-unset {
    width: unset;
  }
  .w-p-sm-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-p-sm-max {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (min-width: 768px) {
  .w-p-md-25 {
    width: 25%;
  }
  .w-p-md-50 {
    width: 50%;
  }
  .w-p-md-75 {
    width: 75%;
  }
  .w-p-md-100 {
    width: 100%;
  }
  .w-p-md-auto {
    width: auto;
  }
  .w-p-md-unset {
    width: unset;
  }
  .w-p-md-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-p-md-max {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (min-width: 1024px) {
  .w-p-lg-25 {
    width: 25%;
  }
  .w-p-lg-50 {
    width: 50%;
  }
  .w-p-lg-75 {
    width: 75%;
  }
  .w-p-lg-100 {
    width: 100%;
  }
  .w-p-lg-auto {
    width: auto;
  }
  .w-p-lg-unset {
    width: unset;
  }
  .w-p-lg-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-p-lg-max {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (min-width: 1280px) {
  .w-p-xl-25 {
    width: 25%;
  }
  .w-p-xl-50 {
    width: 50%;
  }
  .w-p-xl-75 {
    width: 75%;
  }
  .w-p-xl-100 {
    width: 100%;
  }
  .w-p-xl-auto {
    width: auto;
  }
  .w-p-xl-unset {
    width: unset;
  }
  .w-p-xl-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-p-xl-max {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (min-width: 1336px) {
  .w-p-2xl-25 {
    width: 25%;
  }
  .w-p-2xl-50 {
    width: 50%;
  }
  .w-p-2xl-75 {
    width: 75%;
  }
  .w-p-2xl-100 {
    width: 100%;
  }
  .w-p-2xl-auto {
    width: auto;
  }
  .w-p-2xl-unset {
    width: unset;
  }
  .w-p-2xl-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-p-2xl-max {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (min-width: 1440px) {
  .w-p-3xl-25 {
    width: 25%;
  }
  .w-p-3xl-50 {
    width: 50%;
  }
  .w-p-3xl-75 {
    width: 75%;
  }
  .w-p-3xl-100 {
    width: 100%;
  }
  .w-p-3xl-auto {
    width: auto;
  }
  .w-p-3xl-unset {
    width: unset;
  }
  .w-p-3xl-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-p-3xl-max {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (min-width: 1676px) {
  .w-p-4xl-25 {
    width: 25%;
  }
  .w-p-4xl-50 {
    width: 50%;
  }
  .w-p-4xl-75 {
    width: 75%;
  }
  .w-p-4xl-100 {
    width: 100%;
  }
  .w-p-4xl-auto {
    width: auto;
  }
  .w-p-4xl-unset {
    width: unset;
  }
  .w-p-4xl-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-p-4xl-max {
    width: -moz-max-content;
    width: max-content;
  }
}
.h-0 {
  height: 0;
}

.h-1 {
  height: 0.4rem;
}

.h-2 {
  height: 0.8rem;
}

.h-3 {
  height: 1.2rem;
}

.h-4 {
  height: 1.6rem;
}

.h-5 {
  height: 2rem;
}

.h-6 {
  height: 2.4rem;
}

.h-7 {
  height: 2.8rem;
}

.h-8 {
  height: 3.2rem;
}

.h-9 {
  height: 3.6rem;
}

.h-10 {
  height: 4rem;
}

.h-11 {
  height: 4.4rem;
}

.h-12 {
  height: 4.8rem;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.4rem;
}

.w-2 {
  width: 0.8rem;
}

.w-3 {
  width: 1.2rem;
}

.w-4 {
  width: 1.6rem;
}

.w-5 {
  width: 2rem;
}

.w-6 {
  width: 2.4rem;
}

.w-7 {
  width: 2.8rem;
}

.w-8 {
  width: 3.2rem;
}

.w-9 {
  width: 3.6rem;
}

.w-10 {
  width: 4rem;
}

.w-11 {
  width: 4.4rem;
}

.w-12 {
  width: 4.8rem;
}

.w-100 {
  width: 100%;
}

.radius-small {
  border-radius: 4px;
}

.radius-medium {
  border-radius: 8px;
}

.radius-medium-2 {
  border-radius: 12px;
}

.radius-circle {
  border-radius: 50%;
}

.radius-large {
  border-radius: 16px;
}

.radius-u {
  border-radius: 100px;
}

@media only screen and (min-width: 0) {
  .radius-zero-small {
    border-radius: 4px;
  }
  .radius-zero-medium {
    border-radius: 8px;
  }
  .radius-zero-medium-2 {
    border-radius: 12px;
  }
  .radius-zero-circle {
    border-radius: 50%;
  }
  .radius-zero-large {
    border-radius: 16px;
  }
  .radius-zero-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 360px) {
  .radius-xs-small {
    border-radius: 4px;
  }
  .radius-xs-medium {
    border-radius: 8px;
  }
  .radius-xs-medium-2 {
    border-radius: 12px;
  }
  .radius-xs-circle {
    border-radius: 50%;
  }
  .radius-xs-large {
    border-radius: 16px;
  }
  .radius-xs-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 640px) {
  .radius-sm-small {
    border-radius: 4px;
  }
  .radius-sm-medium {
    border-radius: 8px;
  }
  .radius-sm-medium-2 {
    border-radius: 12px;
  }
  .radius-sm-circle {
    border-radius: 50%;
  }
  .radius-sm-large {
    border-radius: 16px;
  }
  .radius-sm-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .radius-md-small {
    border-radius: 4px;
  }
  .radius-md-medium {
    border-radius: 8px;
  }
  .radius-md-medium-2 {
    border-radius: 12px;
  }
  .radius-md-circle {
    border-radius: 50%;
  }
  .radius-md-large {
    border-radius: 16px;
  }
  .radius-md-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .radius-lg-small {
    border-radius: 4px;
  }
  .radius-lg-medium {
    border-radius: 8px;
  }
  .radius-lg-medium-2 {
    border-radius: 12px;
  }
  .radius-lg-circle {
    border-radius: 50%;
  }
  .radius-lg-large {
    border-radius: 16px;
  }
  .radius-lg-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .radius-xl-small {
    border-radius: 4px;
  }
  .radius-xl-medium {
    border-radius: 8px;
  }
  .radius-xl-medium-2 {
    border-radius: 12px;
  }
  .radius-xl-circle {
    border-radius: 50%;
  }
  .radius-xl-large {
    border-radius: 16px;
  }
  .radius-xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1336px) {
  .radius-2xl-small {
    border-radius: 4px;
  }
  .radius-2xl-medium {
    border-radius: 8px;
  }
  .radius-2xl-medium-2 {
    border-radius: 12px;
  }
  .radius-2xl-circle {
    border-radius: 50%;
  }
  .radius-2xl-large {
    border-radius: 16px;
  }
  .radius-2xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .radius-3xl-small {
    border-radius: 4px;
  }
  .radius-3xl-medium {
    border-radius: 8px;
  }
  .radius-3xl-medium-2 {
    border-radius: 12px;
  }
  .radius-3xl-circle {
    border-radius: 50%;
  }
  .radius-3xl-large {
    border-radius: 16px;
  }
  .radius-3xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1676px) {
  .radius-4xl-small {
    border-radius: 4px;
  }
  .radius-4xl-medium {
    border-radius: 8px;
  }
  .radius-4xl-medium-2 {
    border-radius: 12px;
  }
  .radius-4xl-circle {
    border-radius: 50%;
  }
  .radius-4xl-large {
    border-radius: 16px;
  }
  .radius-4xl-u {
    border-radius: 100px;
  }
}
.border-none {
  border: none;
}

.border-gray-100 {
  border: 1px solid #f0f0f1;
}

.border-gray-200 {
  border: 1px solid #e0e0e2;
}

@media only screen and (min-width: 0) {
  .border-zero-none {
    border: none;
  }
  .border-zero-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-zero-gray-200 {
    border: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 360px) {
  .border-xs-none {
    border: none;
  }
  .border-xs-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-xs-gray-200 {
    border: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 640px) {
  .border-sm-none {
    border: none;
  }
  .border-sm-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-sm-gray-200 {
    border: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 768px) {
  .border-md-none {
    border: none;
  }
  .border-md-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-md-gray-200 {
    border: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1024px) {
  .border-lg-none {
    border: none;
  }
  .border-lg-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-lg-gray-200 {
    border: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1280px) {
  .border-xl-none {
    border: none;
  }
  .border-xl-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-xl-gray-200 {
    border: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1336px) {
  .border-2xl-none {
    border: none;
  }
  .border-2xl-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-2xl-gray-200 {
    border: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1440px) {
  .border-3xl-none {
    border: none;
  }
  .border-3xl-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-3xl-gray-200 {
    border: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1676px) {
  .border-4xl-none {
    border: none;
  }
  .border-4xl-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-4xl-gray-200 {
    border: 1px solid #e0e0e2;
  }
}
.border-t-none {
  border-top: none;
}

.border-t-gray-100 {
  border-top: 1px solid #f0f0f1;
}

.border-t-gray-200 {
  border-top: 1px solid #e0e0e2;
}

@media only screen and (min-width: 0) {
  .border-t-zero-none {
    border-top: none;
  }
  .border-t-zero-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-zero-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 360px) {
  .border-t-xs-none {
    border-top: none;
  }
  .border-t-xs-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-xs-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 640px) {
  .border-t-sm-none {
    border-top: none;
  }
  .border-t-sm-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-sm-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 768px) {
  .border-t-md-none {
    border-top: none;
  }
  .border-t-md-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-md-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1024px) {
  .border-t-lg-none {
    border-top: none;
  }
  .border-t-lg-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-lg-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1280px) {
  .border-t-xl-none {
    border-top: none;
  }
  .border-t-xl-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-xl-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1336px) {
  .border-t-2xl-none {
    border-top: none;
  }
  .border-t-2xl-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-2xl-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1440px) {
  .border-t-3xl-none {
    border-top: none;
  }
  .border-t-3xl-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-3xl-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1676px) {
  .border-t-4xl-none {
    border-top: none;
  }
  .border-t-4xl-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-4xl-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
}
.border-b-none {
  border-bottom: none;
}

.border-b-gray-100 {
  border-bottom: 1px solid #f0f0f1;
}

.border-b-gray-200 {
  border-bottom: 1px solid #e0e0e2;
}

@media only screen and (min-width: 0) {
  .border-b-zero-none {
    border-bottom: none;
  }
  .border-b-zero-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-zero-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 360px) {
  .border-b-xs-none {
    border-bottom: none;
  }
  .border-b-xs-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-xs-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 640px) {
  .border-b-sm-none {
    border-bottom: none;
  }
  .border-b-sm-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-sm-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 768px) {
  .border-b-md-none {
    border-bottom: none;
  }
  .border-b-md-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-md-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1024px) {
  .border-b-lg-none {
    border-bottom: none;
  }
  .border-b-lg-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-lg-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1280px) {
  .border-b-xl-none {
    border-bottom: none;
  }
  .border-b-xl-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-xl-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1336px) {
  .border-b-2xl-none {
    border-bottom: none;
  }
  .border-b-2xl-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-2xl-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1440px) {
  .border-b-3xl-none {
    border-bottom: none;
  }
  .border-b-3xl-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-3xl-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1676px) {
  .border-b-4xl-none {
    border-bottom: none;
  }
  .border-b-4xl-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-4xl-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
}
.border-l-none {
  border-left: none;
}

.border-l-gray-100 {
  border-left: 1px solid #f0f0f1;
}

.border-l-gray-200 {
  border-left: 1px solid #e0e0e2;
}

@media only screen and (min-width: 0) {
  .border-l-zero-none {
    border-left: none;
  }
  .border-l-zero-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-zero-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 360px) {
  .border-l-xs-none {
    border-left: none;
  }
  .border-l-xs-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-xs-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 640px) {
  .border-l-sm-none {
    border-left: none;
  }
  .border-l-sm-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-sm-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 768px) {
  .border-l-md-none {
    border-left: none;
  }
  .border-l-md-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-md-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1024px) {
  .border-l-lg-none {
    border-left: none;
  }
  .border-l-lg-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-lg-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1280px) {
  .border-l-xl-none {
    border-left: none;
  }
  .border-l-xl-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-xl-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1336px) {
  .border-l-2xl-none {
    border-left: none;
  }
  .border-l-2xl-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-2xl-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1440px) {
  .border-l-3xl-none {
    border-left: none;
  }
  .border-l-3xl-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-3xl-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1676px) {
  .border-l-4xl-none {
    border-left: none;
  }
  .border-l-4xl-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-4xl-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
}
.border-r-none {
  border-right: none;
}

.border-r-gray-100 {
  border-right: 1px solid #f0f0f1;
}

.border-r-gray-200 {
  border-right: 1px solid #e0e0e2;
}

@media only screen and (min-width: 0) {
  .border-r-zero-none {
    border-right: none;
  }
  .border-r-zero-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-zero-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 360px) {
  .border-r-xs-none {
    border-right: none;
  }
  .border-r-xs-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-xs-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 640px) {
  .border-r-sm-none {
    border-right: none;
  }
  .border-r-sm-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-sm-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 768px) {
  .border-r-md-none {
    border-right: none;
  }
  .border-r-md-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-md-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1024px) {
  .border-r-lg-none {
    border-right: none;
  }
  .border-r-lg-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-lg-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1280px) {
  .border-r-xl-none {
    border-right: none;
  }
  .border-r-xl-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-xl-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1336px) {
  .border-r-2xl-none {
    border-right: none;
  }
  .border-r-2xl-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-2xl-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1440px) {
  .border-r-3xl-none {
    border-right: none;
  }
  .border-r-3xl-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-3xl-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
}
@media only screen and (min-width: 1676px) {
  .border-r-4xl-none {
    border-right: none;
  }
  .border-r-4xl-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-4xl-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
}
.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

@media only screen and (min-width: 0) {
  .position-zero-static {
    position: static;
  }
  .position-zero-relative {
    position: relative;
  }
  .position-zero-absolute {
    position: absolute;
  }
  .position-zero-fixed {
    position: fixed;
  }
  .position-zero-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 360px) {
  .position-xs-static {
    position: static;
  }
  .position-xs-relative {
    position: relative;
  }
  .position-xs-absolute {
    position: absolute;
  }
  .position-xs-fixed {
    position: fixed;
  }
  .position-xs-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 640px) {
  .position-sm-static {
    position: static;
  }
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-fixed {
    position: fixed;
  }
  .position-sm-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 768px) {
  .position-md-static {
    position: static;
  }
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-fixed {
    position: fixed;
  }
  .position-md-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1024px) {
  .position-lg-static {
    position: static;
  }
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-fixed {
    position: fixed;
  }
  .position-lg-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1280px) {
  .position-xl-static {
    position: static;
  }
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-fixed {
    position: fixed;
  }
  .position-xl-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1336px) {
  .position-2xl-static {
    position: static;
  }
  .position-2xl-relative {
    position: relative;
  }
  .position-2xl-absolute {
    position: absolute;
  }
  .position-2xl-fixed {
    position: fixed;
  }
  .position-2xl-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1440px) {
  .position-3xl-static {
    position: static;
  }
  .position-3xl-relative {
    position: relative;
  }
  .position-3xl-absolute {
    position: absolute;
  }
  .position-3xl-fixed {
    position: fixed;
  }
  .position-3xl-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1676px) {
  .position-4xl-static {
    position: static;
  }
  .position-4xl-relative {
    position: relative;
  }
  .position-4xl-absolute {
    position: absolute;
  }
  .position-4xl-fixed {
    position: fixed;
  }
  .position-4xl-sticky {
    position: sticky;
  }
}
.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: auto;
}

.overflow-scroll {
  overflow: auto;
}

@media only screen and (min-width: 0) {
  .overflow-zero-auto {
    overflow: auto;
  }
  .overflow-zero-hidden {
    overflow: hidden;
  }
  .overflow-zero-visible {
    overflow: auto;
  }
  .overflow-zero-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 360px) {
  .overflow-xs-auto {
    overflow: auto;
  }
  .overflow-xs-hidden {
    overflow: hidden;
  }
  .overflow-xs-visible {
    overflow: auto;
  }
  .overflow-xs-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 640px) {
  .overflow-sm-auto {
    overflow: auto;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .overflow-sm-visible {
    overflow: auto;
  }
  .overflow-sm-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-md-auto {
    overflow: auto;
  }
  .overflow-md-hidden {
    overflow: hidden;
  }
  .overflow-md-visible {
    overflow: auto;
  }
  .overflow-md-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .overflow-lg-auto {
    overflow: auto;
  }
  .overflow-lg-hidden {
    overflow: hidden;
  }
  .overflow-lg-visible {
    overflow: auto;
  }
  .overflow-lg-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .overflow-xl-auto {
    overflow: auto;
  }
  .overflow-xl-hidden {
    overflow: hidden;
  }
  .overflow-xl-visible {
    overflow: auto;
  }
  .overflow-xl-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1336px) {
  .overflow-2xl-auto {
    overflow: auto;
  }
  .overflow-2xl-hidden {
    overflow: hidden;
  }
  .overflow-2xl-visible {
    overflow: auto;
  }
  .overflow-2xl-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .overflow-3xl-auto {
    overflow: auto;
  }
  .overflow-3xl-hidden {
    overflow: hidden;
  }
  .overflow-3xl-visible {
    overflow: auto;
  }
  .overflow-3xl-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1676px) {
  .overflow-4xl-auto {
    overflow: auto;
  }
  .overflow-4xl-hidden {
    overflow: hidden;
  }
  .overflow-4xl-visible {
    overflow: auto;
  }
  .overflow-4xl-scroll {
    overflow: auto;
  }
}
.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: auto;
}

.overflow-x-scroll {
  overflow-x: auto;
}

@media only screen and (min-width: 0) {
  .overflow-x-zero-auto {
    overflow-x: auto;
  }
  .overflow-x-zero-hidden {
    overflow-x: hidden;
  }
  .overflow-x-zero-visible {
    overflow-x: auto;
  }
  .overflow-x-zero-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 360px) {
  .overflow-x-xs-auto {
    overflow-x: auto;
  }
  .overflow-x-xs-hidden {
    overflow-x: hidden;
  }
  .overflow-x-xs-visible {
    overflow-x: auto;
  }
  .overflow-x-xs-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 640px) {
  .overflow-x-sm-auto {
    overflow-x: auto;
  }
  .overflow-x-sm-hidden {
    overflow-x: hidden;
  }
  .overflow-x-sm-visible {
    overflow-x: auto;
  }
  .overflow-x-sm-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-x-md-auto {
    overflow-x: auto;
  }
  .overflow-x-md-hidden {
    overflow-x: hidden;
  }
  .overflow-x-md-visible {
    overflow-x: auto;
  }
  .overflow-x-md-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .overflow-x-lg-auto {
    overflow-x: auto;
  }
  .overflow-x-lg-hidden {
    overflow-x: hidden;
  }
  .overflow-x-lg-visible {
    overflow-x: auto;
  }
  .overflow-x-lg-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .overflow-x-xl-auto {
    overflow-x: auto;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-xl-visible {
    overflow-x: auto;
  }
  .overflow-x-xl-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1336px) {
  .overflow-x-2xl-auto {
    overflow-x: auto;
  }
  .overflow-x-2xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-2xl-visible {
    overflow-x: auto;
  }
  .overflow-x-2xl-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .overflow-x-3xl-auto {
    overflow-x: auto;
  }
  .overflow-x-3xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-3xl-visible {
    overflow-x: auto;
  }
  .overflow-x-3xl-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1676px) {
  .overflow-x-4xl-auto {
    overflow-x: auto;
  }
  .overflow-x-4xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-4xl-visible {
    overflow-x: auto;
  }
  .overflow-x-4xl-scroll {
    overflow-x: auto;
  }
}
[class*=container-] {
  margin-right: auto;
  margin-left: auto;
}

.ltr {
  direction: ltr;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.color-ad {
  color: #ff009c;
}

.bg-transparent {
  background-color: transparent;
}

.horizontal-divider {
  width: 1px;
  display: block;
}

.vertical-divider {
  height: 1px;
  display: block;
}

.no-overflow {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(12, 12, 12, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay.header-overlay {
  z-index: 6;
}
.overlay.mobile-header-overlay {
  z-index: 11;
}

.pointer {
  cursor: pointer;
}

.discount-percent {
  height: 20px;
  width: 34px;
}

.border-white {
  border: 1px solid #fff;
}

.btn-disabled {
  background-color: #e0e0e2;
  border: 1px solid #e0e0e2;
  color: #fff;
}

.border-primary-500 {
  border: 1px solid #ef4056;
}

.border-secondary-500 {
  border: 1px solid #19bfd3;
}

.border-b-4 {
  border-bottom: 4px solid #f0f0f1;
}

.title-underline {
  width: 70px;
  height: 2px;
}

.scrollbar-hide {
  scrollbar-width: none;
}

.shadow-t {
  box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 1px 0, rgba(0, 0, 0, 0.05) 0 -2px 2px 0;
}

.z-1 {
  z-index: 1;
}

.textWithShowore {
  height: 125px;
}
.textWithShowore::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 50%, #fff);
}
.textWithShowore a {
  color: #19bfd3;
}
.textWithShowore.opened {
  height: auto;
}
.textWithShowore.opened::after {
  content: unset;
}

/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-breakpoint-zero: 0;
  --bs-breakpoint-xs: 360px;
  --bs-breakpoint-sm: 640px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1280px;
  --bs-breakpoint-2xl: 1336px;
  --bs-breakpoint-3xl: 1440px;
  --bs-breakpoint-4xl: 1676px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 360px) {
  .grid .g-col-xs-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xs-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xs-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xs-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xs-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xs-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xs-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xs-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xs-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xs-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xs-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xs-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xs-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xs-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xs-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xs-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xs-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xs-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xs-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xs-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xs-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xs-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xs-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 640px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1024px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1280px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1336px) {
  .grid .g-col-2xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-2xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-2xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-2xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-2xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-2xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-2xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-2xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-2xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-2xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-2xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-2xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-2xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-2xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-2xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-2xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-2xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-2xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-2xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-2xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-2xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-2xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-2xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1440px) {
  .grid .g-col-3xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-3xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-3xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-3xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-3xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-3xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-3xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-3xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-3xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-3xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-3xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-3xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-3xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-3xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-3xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-3xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-3xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-3xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-3xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-3xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-3xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-3xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-3xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1676px) {
  .grid .g-col-4xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-4xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-4xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-4xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-4xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-4xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-4xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-4xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-4xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-4xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-4xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-4xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-4xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-4xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-4xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-4xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-4xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-4xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-4xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-4xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-4xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-4xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-4xl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.4rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.4rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.8rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.8rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.2rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.2rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.6rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.6rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 2rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 2rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 2.4rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2.4rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 2.8rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 2.8rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 3.2rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 3.2rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 3.6rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 3.6rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 4rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 4rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 4.4rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 4.4rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 4.8rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 4.8rem;
}

@media (min-width: 360px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xs-9,
  .gx-xs-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-xs-9,
  .gy-xs-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xs-11,
  .gx-xs-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-xs-11,
  .gy-xs-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-xs-12,
  .gx-xs-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xs-12,
  .gy-xs-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 640px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 4rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 4rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1336px) {
  .col-2xl {
    flex: 1 0 0%;
  }
  .row-cols-2xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-2xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-2xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-2xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-2xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-2xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-2xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-2xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-2xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-2xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-2xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-2xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-2xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-2xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-2xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-2xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-2xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-2xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-2xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-2xl-11 {
    margin-left: 91.66666667%;
  }
  .g-2xl-0,
  .gx-2xl-0 {
    --bs-gutter-x: 0;
  }
  .g-2xl-0,
  .gy-2xl-0 {
    --bs-gutter-y: 0;
  }
  .g-2xl-1,
  .gx-2xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-2xl-1,
  .gy-2xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-2xl-2,
  .gx-2xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-2xl-2,
  .gy-2xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-2xl-3,
  .gx-2xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-2xl-3,
  .gy-2xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-2xl-4,
  .gx-2xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-2xl-4,
  .gy-2xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-2xl-5,
  .gx-2xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-2xl-5,
  .gy-2xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-2xl-6,
  .gx-2xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-2xl-6,
  .gy-2xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-2xl-7,
  .gx-2xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-2xl-7,
  .gy-2xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-2xl-8,
  .gx-2xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-2xl-8,
  .gy-2xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-2xl-9,
  .gx-2xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-2xl-9,
  .gy-2xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-2xl-10,
  .gx-2xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-2xl-10,
  .gy-2xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-2xl-11,
  .gx-2xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-2xl-11,
  .gy-2xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-2xl-12,
  .gx-2xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-2xl-12,
  .gy-2xl-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) {
  .col-3xl {
    flex: 1 0 0%;
  }
  .row-cols-3xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .g-3xl-0,
  .gx-3xl-0 {
    --bs-gutter-x: 0;
  }
  .g-3xl-0,
  .gy-3xl-0 {
    --bs-gutter-y: 0;
  }
  .g-3xl-1,
  .gx-3xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-3xl-1,
  .gy-3xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-3xl-2,
  .gx-3xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-3xl-2,
  .gy-3xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-3xl-3,
  .gx-3xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-3xl-3,
  .gy-3xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-3xl-4,
  .gx-3xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-3xl-4,
  .gy-3xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-3xl-5,
  .gx-3xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-3xl-5,
  .gy-3xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-3xl-6,
  .gx-3xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-3xl-6,
  .gy-3xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-3xl-7,
  .gx-3xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-3xl-7,
  .gy-3xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-3xl-8,
  .gx-3xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-3xl-8,
  .gy-3xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-3xl-9,
  .gx-3xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-3xl-9,
  .gy-3xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-3xl-10,
  .gx-3xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-3xl-10,
  .gy-3xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-3xl-11,
  .gx-3xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-3xl-11,
  .gy-3xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-3xl-12,
  .gx-3xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-3xl-12,
  .gy-3xl-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1676px) {
  .col-4xl {
    flex: 1 0 0%;
  }
  .row-cols-4xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-4xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-4xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-4xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-4xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-4xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-4xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-4xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-4xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-4xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-4xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-4xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-4xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-4xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-4xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-4xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-4xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-4xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-4xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-4xl-0 {
    margin-left: 0;
  }
  .offset-4xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-4xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-4xl-3 {
    margin-left: 25%;
  }
  .offset-4xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-4xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-4xl-6 {
    margin-left: 50%;
  }
  .offset-4xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-4xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-4xl-9 {
    margin-left: 75%;
  }
  .offset-4xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-4xl-11 {
    margin-left: 91.66666667%;
  }
  .g-4xl-0,
  .gx-4xl-0 {
    --bs-gutter-x: 0;
  }
  .g-4xl-0,
  .gy-4xl-0 {
    --bs-gutter-y: 0;
  }
  .g-4xl-1,
  .gx-4xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-4xl-1,
  .gy-4xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-4xl-2,
  .gx-4xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-4xl-2,
  .gy-4xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-4xl-3,
  .gx-4xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-4xl-3,
  .gy-4xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-4xl-4,
  .gx-4xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-4xl-4,
  .gy-4xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-4xl-5,
  .gx-4xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-4xl-5,
  .gy-4xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-4xl-6,
  .gx-4xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-4xl-6,
  .gy-4xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-4xl-7,
  .gx-4xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-4xl-7,
  .gy-4xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-4xl-8,
  .gx-4xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-4xl-8,
  .gy-4xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-4xl-9,
  .gx-4xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-4xl-9,
  .gy-4xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-4xl-10,
  .gx-4xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-4xl-10,
  .gy-4xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-4xl-11,
  .gx-4xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-4xl-11,
  .gy-4xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-4xl-12,
  .gx-4xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-4xl-12,
  .gy-4xl-12 {
    --bs-gutter-y: 4.8rem;
  }
}
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.4rem !important;
}

.m-2 {
  margin: 0.8rem !important;
}

.m-3 {
  margin: 1.2rem !important;
}

.m-4 {
  margin: 1.6rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 2.4rem !important;
}

.m-7 {
  margin: 2.8rem !important;
}

.m-8 {
  margin: 3.2rem !important;
}

.m-9 {
  margin: 3.6rem !important;
}

.m-10 {
  margin: 4rem !important;
}

.m-11 {
  margin: 4.4rem !important;
}

.m-12 {
  margin: 4.8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.mx-2 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-3 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.mx-4 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-6 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-7 {
  margin-right: 2.8rem !important;
  margin-left: 2.8rem !important;
}

.mx-8 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.mx-9 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important;
}

.mx-10 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-11 {
  margin-right: 4.4rem !important;
  margin-left: 4.4rem !important;
}

.mx-12 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.my-2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-3 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.my-4 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-7 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.my-8 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-9 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.my-10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-11 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}

.my-12 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !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: 2.8rem !important;
}

.mt-8 {
  margin-top: 3.2rem !important;
}

.mt-9 {
  margin-top: 3.6rem !important;
}

.mt-10 {
  margin-top: 4rem !important;
}

.mt-11 {
  margin-top: 4.4rem !important;
}

.mt-12 {
  margin-top: 4.8rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.4rem !important;
}

.me-2 {
  margin-right: 0.8rem !important;
}

.me-3 {
  margin-right: 1.2rem !important;
}

.me-4 {
  margin-right: 1.6rem !important;
}

.me-5 {
  margin-right: 2rem !important;
}

.me-6 {
  margin-right: 2.4rem !important;
}

.me-7 {
  margin-right: 2.8rem !important;
}

.me-8 {
  margin-right: 3.2rem !important;
}

.me-9 {
  margin-right: 3.6rem !important;
}

.me-10 {
  margin-right: 4rem !important;
}

.me-11 {
  margin-right: 4.4rem !important;
}

.me-12 {
  margin-right: 4.8rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !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: 2.8rem !important;
}

.mb-8 {
  margin-bottom: 3.2rem !important;
}

.mb-9 {
  margin-bottom: 3.6rem !important;
}

.mb-10 {
  margin-bottom: 4rem !important;
}

.mb-11 {
  margin-bottom: 4.4rem !important;
}

.mb-12 {
  margin-bottom: 4.8rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.4rem !important;
}

.ms-2 {
  margin-left: 0.8rem !important;
}

.ms-3 {
  margin-left: 1.2rem !important;
}

.ms-4 {
  margin-left: 1.6rem !important;
}

.ms-5 {
  margin-left: 2rem !important;
}

.ms-6 {
  margin-left: 2.4rem !important;
}

.ms-7 {
  margin-left: 2.8rem !important;
}

.ms-8 {
  margin-left: 3.2rem !important;
}

.ms-9 {
  margin-left: 3.6rem !important;
}

.ms-10 {
  margin-left: 4rem !important;
}

.ms-11 {
  margin-left: 4.4rem !important;
}

.ms-12 {
  margin-left: 4.8rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.4rem !important;
}

.p-2 {
  padding: 0.8rem !important;
}

.p-3 {
  padding: 1.2rem !important;
}

.p-4 {
  padding: 1.6rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 2.4rem !important;
}

.p-7 {
  padding: 2.8rem !important;
}

.p-8 {
  padding: 3.2rem !important;
}

.p-9 {
  padding: 3.6rem !important;
}

.p-10 {
  padding: 4rem !important;
}

.p-11 {
  padding: 4.4rem !important;
}

.p-12 {
  padding: 4.8rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.px-2 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-3 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.px-4 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-7 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important;
}

.px-8 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.px-9 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.px-10 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-11 {
  padding-right: 4.4rem !important;
  padding-left: 4.4rem !important;
}

.px-12 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-3 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.py-4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-7 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.py-8 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-9 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-11 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}

.py-12 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.pt-0 {
  padding-top: 0 !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: 2.8rem !important;
}

.pt-8 {
  padding-top: 3.2rem !important;
}

.pt-9 {
  padding-top: 3.6rem !important;
}

.pt-10 {
  padding-top: 4rem !important;
}

.pt-11 {
  padding-top: 4.4rem !important;
}

.pt-12 {
  padding-top: 4.8rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.4rem !important;
}

.pe-2 {
  padding-right: 0.8rem !important;
}

.pe-3 {
  padding-right: 1.2rem !important;
}

.pe-4 {
  padding-right: 1.6rem !important;
}

.pe-5 {
  padding-right: 2rem !important;
}

.pe-6 {
  padding-right: 2.4rem !important;
}

.pe-7 {
  padding-right: 2.8rem !important;
}

.pe-8 {
  padding-right: 3.2rem !important;
}

.pe-9 {
  padding-right: 3.6rem !important;
}

.pe-10 {
  padding-right: 4rem !important;
}

.pe-11 {
  padding-right: 4.4rem !important;
}

.pe-12 {
  padding-right: 4.8rem !important;
}

.pb-0 {
  padding-bottom: 0 !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: 2.8rem !important;
}

.pb-8 {
  padding-bottom: 3.2rem !important;
}

.pb-9 {
  padding-bottom: 3.6rem !important;
}

.pb-10 {
  padding-bottom: 4rem !important;
}

.pb-11 {
  padding-bottom: 4.4rem !important;
}

.pb-12 {
  padding-bottom: 4.8rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.4rem !important;
}

.ps-2 {
  padding-left: 0.8rem !important;
}

.ps-3 {
  padding-left: 1.2rem !important;
}

.ps-4 {
  padding-left: 1.6rem !important;
}

.ps-5 {
  padding-left: 2rem !important;
}

.ps-6 {
  padding-left: 2.4rem !important;
}

.ps-7 {
  padding-left: 2.8rem !important;
}

.ps-8 {
  padding-left: 3.2rem !important;
}

.ps-9 {
  padding-left: 3.6rem !important;
}

.ps-10 {
  padding-left: 4rem !important;
}

.ps-11 {
  padding-left: 4.4rem !important;
}

.ps-12 {
  padding-left: 4.8rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.4rem !important;
}

.gap-2 {
  gap: 0.8rem !important;
}

.gap-3 {
  gap: 1.2rem !important;
}

.gap-4 {
  gap: 1.6rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 2.4rem !important;
}

.gap-7 {
  gap: 2.8rem !important;
}

.gap-8 {
  gap: 3.2rem !important;
}

.gap-9 {
  gap: 3.6rem !important;
}

.gap-10 {
  gap: 4rem !important;
}

.gap-11 {
  gap: 4.4rem !important;
}

.gap-12 {
  gap: 4.8rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.4rem !important;
}

.row-gap-2 {
  row-gap: 0.8rem !important;
}

.row-gap-3 {
  row-gap: 1.2rem !important;
}

.row-gap-4 {
  row-gap: 1.6rem !important;
}

.row-gap-5 {
  row-gap: 2rem !important;
}

.row-gap-6 {
  row-gap: 2.4rem !important;
}

.row-gap-7 {
  row-gap: 2.8rem !important;
}

.row-gap-8 {
  row-gap: 3.2rem !important;
}

.row-gap-9 {
  row-gap: 3.6rem !important;
}

.row-gap-10 {
  row-gap: 4rem !important;
}

.row-gap-11 {
  row-gap: 4.4rem !important;
}

.row-gap-12 {
  row-gap: 4.8rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.4rem !important;
       column-gap: 0.4rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.8rem !important;
       column-gap: 0.8rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1.2rem !important;
       column-gap: 1.2rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.6rem !important;
       column-gap: 1.6rem !important;
}

.column-gap-5 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.column-gap-6 {
  -moz-column-gap: 2.4rem !important;
       column-gap: 2.4rem !important;
}

.column-gap-7 {
  -moz-column-gap: 2.8rem !important;
       column-gap: 2.8rem !important;
}

.column-gap-8 {
  -moz-column-gap: 3.2rem !important;
       column-gap: 3.2rem !important;
}

.column-gap-9 {
  -moz-column-gap: 3.6rem !important;
       column-gap: 3.6rem !important;
}

.column-gap-10 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.column-gap-11 {
  -moz-column-gap: 4.4rem !important;
       column-gap: 4.4rem !important;
}

.column-gap-12 {
  -moz-column-gap: 4.8rem !important;
       column-gap: 4.8rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

@media (min-width: 360px) {
  .object-fit-xs-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xs-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xs-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xs-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.4rem !important;
  }
  .m-xs-2 {
    margin: 0.8rem !important;
  }
  .m-xs-3 {
    margin: 1.2rem !important;
  }
  .m-xs-4 {
    margin: 1.6rem !important;
  }
  .m-xs-5 {
    margin: 2rem !important;
  }
  .m-xs-6 {
    margin: 2.4rem !important;
  }
  .m-xs-7 {
    margin: 2.8rem !important;
  }
  .m-xs-8 {
    margin: 3.2rem !important;
  }
  .m-xs-9 {
    margin: 3.6rem !important;
  }
  .m-xs-10 {
    margin: 4rem !important;
  }
  .m-xs-11 {
    margin: 4.4rem !important;
  }
  .m-xs-12 {
    margin: 4.8rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xs-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xs-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xs-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xs-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-xs-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xs-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-xs-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xs-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-xs-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xs-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xs-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xs-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xs-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xs-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xs-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-xs-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xs-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-xs-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xs-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-xs-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xs-3 {
    margin-top: 1.2rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.6rem !important;
  }
  .mt-xs-5 {
    margin-top: 2rem !important;
  }
  .mt-xs-6 {
    margin-top: 2.4rem !important;
  }
  .mt-xs-7 {
    margin-top: 2.8rem !important;
  }
  .mt-xs-8 {
    margin-top: 3.2rem !important;
  }
  .mt-xs-9 {
    margin-top: 3.6rem !important;
  }
  .mt-xs-10 {
    margin-top: 4rem !important;
  }
  .mt-xs-11 {
    margin-top: 4.4rem !important;
  }
  .mt-xs-12 {
    margin-top: 4.8rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.4rem !important;
  }
  .me-xs-2 {
    margin-right: 0.8rem !important;
  }
  .me-xs-3 {
    margin-right: 1.2rem !important;
  }
  .me-xs-4 {
    margin-right: 1.6rem !important;
  }
  .me-xs-5 {
    margin-right: 2rem !important;
  }
  .me-xs-6 {
    margin-right: 2.4rem !important;
  }
  .me-xs-7 {
    margin-right: 2.8rem !important;
  }
  .me-xs-8 {
    margin-right: 3.2rem !important;
  }
  .me-xs-9 {
    margin-right: 3.6rem !important;
  }
  .me-xs-10 {
    margin-right: 4rem !important;
  }
  .me-xs-11 {
    margin-right: 4.4rem !important;
  }
  .me-xs-12 {
    margin-right: 4.8rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-xs-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xs-3 {
    margin-left: 1.2rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.6rem !important;
  }
  .ms-xs-5 {
    margin-left: 2rem !important;
  }
  .ms-xs-6 {
    margin-left: 2.4rem !important;
  }
  .ms-xs-7 {
    margin-left: 2.8rem !important;
  }
  .ms-xs-8 {
    margin-left: 3.2rem !important;
  }
  .ms-xs-9 {
    margin-left: 3.6rem !important;
  }
  .ms-xs-10 {
    margin-left: 4rem !important;
  }
  .ms-xs-11 {
    margin-left: 4.4rem !important;
  }
  .ms-xs-12 {
    margin-left: 4.8rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.4rem !important;
  }
  .p-xs-2 {
    padding: 0.8rem !important;
  }
  .p-xs-3 {
    padding: 1.2rem !important;
  }
  .p-xs-4 {
    padding: 1.6rem !important;
  }
  .p-xs-5 {
    padding: 2rem !important;
  }
  .p-xs-6 {
    padding: 2.4rem !important;
  }
  .p-xs-7 {
    padding: 2.8rem !important;
  }
  .p-xs-8 {
    padding: 3.2rem !important;
  }
  .p-xs-9 {
    padding: 3.6rem !important;
  }
  .p-xs-10 {
    padding: 4rem !important;
  }
  .p-xs-11 {
    padding: 4.4rem !important;
  }
  .p-xs-12 {
    padding: 4.8rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xs-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xs-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xs-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xs-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xs-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xs-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-xs-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xs-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-xs-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xs-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-xs-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xs-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xs-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xs-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xs-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xs-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xs-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-xs-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xs-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-xs-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xs-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-xs-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xs-3 {
    padding-top: 1.2rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.6rem !important;
  }
  .pt-xs-5 {
    padding-top: 2rem !important;
  }
  .pt-xs-6 {
    padding-top: 2.4rem !important;
  }
  .pt-xs-7 {
    padding-top: 2.8rem !important;
  }
  .pt-xs-8 {
    padding-top: 3.2rem !important;
  }
  .pt-xs-9 {
    padding-top: 3.6rem !important;
  }
  .pt-xs-10 {
    padding-top: 4rem !important;
  }
  .pt-xs-11 {
    padding-top: 4.4rem !important;
  }
  .pt-xs-12 {
    padding-top: 4.8rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xs-3 {
    padding-right: 1.2rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.6rem !important;
  }
  .pe-xs-5 {
    padding-right: 2rem !important;
  }
  .pe-xs-6 {
    padding-right: 2.4rem !important;
  }
  .pe-xs-7 {
    padding-right: 2.8rem !important;
  }
  .pe-xs-8 {
    padding-right: 3.2rem !important;
  }
  .pe-xs-9 {
    padding-right: 3.6rem !important;
  }
  .pe-xs-10 {
    padding-right: 4rem !important;
  }
  .pe-xs-11 {
    padding-right: 4.4rem !important;
  }
  .pe-xs-12 {
    padding-right: 4.8rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-xs-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xs-3 {
    padding-left: 1.2rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.6rem !important;
  }
  .ps-xs-5 {
    padding-left: 2rem !important;
  }
  .ps-xs-6 {
    padding-left: 2.4rem !important;
  }
  .ps-xs-7 {
    padding-left: 2.8rem !important;
  }
  .ps-xs-8 {
    padding-left: 3.2rem !important;
  }
  .ps-xs-9 {
    padding-left: 3.6rem !important;
  }
  .ps-xs-10 {
    padding-left: 4rem !important;
  }
  .ps-xs-11 {
    padding-left: 4.4rem !important;
  }
  .ps-xs-12 {
    padding-left: 4.8rem !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.4rem !important;
  }
  .gap-xs-2 {
    gap: 0.8rem !important;
  }
  .gap-xs-3 {
    gap: 1.2rem !important;
  }
  .gap-xs-4 {
    gap: 1.6rem !important;
  }
  .gap-xs-5 {
    gap: 2rem !important;
  }
  .gap-xs-6 {
    gap: 2.4rem !important;
  }
  .gap-xs-7 {
    gap: 2.8rem !important;
  }
  .gap-xs-8 {
    gap: 3.2rem !important;
  }
  .gap-xs-9 {
    gap: 3.6rem !important;
  }
  .gap-xs-10 {
    gap: 4rem !important;
  }
  .gap-xs-11 {
    gap: 4.4rem !important;
  }
  .gap-xs-12 {
    gap: 4.8rem !important;
  }
  .row-gap-xs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xs-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xs-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xs-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-xs-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xs-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xs-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xs-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-xs-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-xs-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-xs-10 {
    row-gap: 4rem !important;
  }
  .row-gap-xs-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-xs-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-xs-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xs-1 {
    -moz-column-gap: 0.4rem !important;
         column-gap: 0.4rem !important;
  }
  .column-gap-xs-2 {
    -moz-column-gap: 0.8rem !important;
         column-gap: 0.8rem !important;
  }
  .column-gap-xs-3 {
    -moz-column-gap: 1.2rem !important;
         column-gap: 1.2rem !important;
  }
  .column-gap-xs-4 {
    -moz-column-gap: 1.6rem !important;
         column-gap: 1.6rem !important;
  }
  .column-gap-xs-5 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xs-6 {
    -moz-column-gap: 2.4rem !important;
         column-gap: 2.4rem !important;
  }
  .column-gap-xs-7 {
    -moz-column-gap: 2.8rem !important;
         column-gap: 2.8rem !important;
  }
  .column-gap-xs-8 {
    -moz-column-gap: 3.2rem !important;
         column-gap: 3.2rem !important;
  }
  .column-gap-xs-9 {
    -moz-column-gap: 3.6rem !important;
         column-gap: 3.6rem !important;
  }
  .column-gap-xs-10 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xs-11 {
    -moz-column-gap: 4.4rem !important;
         column-gap: 4.4rem !important;
  }
  .column-gap-xs-12 {
    -moz-column-gap: 4.8rem !important;
         column-gap: 4.8rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 640px) {
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1.2rem !important;
  }
  .m-sm-4 {
    margin: 1.6rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.4rem !important;
  }
  .m-sm-7 {
    margin: 2.8rem !important;
  }
  .m-sm-8 {
    margin: 3.2rem !important;
  }
  .m-sm-9 {
    margin: 3.6rem !important;
  }
  .m-sm-10 {
    margin: 4rem !important;
  }
  .m-sm-11 {
    margin: 4.4rem !important;
  }
  .m-sm-12 {
    margin: 4.8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-sm-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-sm-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-sm-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sm-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-sm-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-sm-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-sm-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.2rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-7 {
    margin-top: 2.8rem !important;
  }
  .mt-sm-8 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-9 {
    margin-top: 3.6rem !important;
  }
  .mt-sm-10 {
    margin-top: 4rem !important;
  }
  .mt-sm-11 {
    margin-top: 4.4rem !important;
  }
  .mt-sm-12 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.4rem !important;
  }
  .me-sm-2 {
    margin-right: 0.8rem !important;
  }
  .me-sm-3 {
    margin-right: 1.2rem !important;
  }
  .me-sm-4 {
    margin-right: 1.6rem !important;
  }
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 2.4rem !important;
  }
  .me-sm-7 {
    margin-right: 2.8rem !important;
  }
  .me-sm-8 {
    margin-right: 3.2rem !important;
  }
  .me-sm-9 {
    margin-right: 3.6rem !important;
  }
  .me-sm-10 {
    margin-right: 4rem !important;
  }
  .me-sm-11 {
    margin-right: 4.4rem !important;
  }
  .me-sm-12 {
    margin-right: 4.8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.2rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-7 {
    margin-left: 2.8rem !important;
  }
  .ms-sm-8 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-9 {
    margin-left: 3.6rem !important;
  }
  .ms-sm-10 {
    margin-left: 4rem !important;
  }
  .ms-sm-11 {
    margin-left: 4.4rem !important;
  }
  .ms-sm-12 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1.2rem !important;
  }
  .p-sm-4 {
    padding: 1.6rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.4rem !important;
  }
  .p-sm-7 {
    padding: 2.8rem !important;
  }
  .p-sm-8 {
    padding: 3.2rem !important;
  }
  .p-sm-9 {
    padding: 3.6rem !important;
  }
  .p-sm-10 {
    padding: 4rem !important;
  }
  .p-sm-11 {
    padding: 4.4rem !important;
  }
  .p-sm-12 {
    padding: 4.8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-sm-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-sm-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-sm-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-sm-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sm-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-sm-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-sm-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-sm-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.2rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-7 {
    padding-top: 2.8rem !important;
  }
  .pt-sm-8 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-9 {
    padding-top: 3.6rem !important;
  }
  .pt-sm-10 {
    padding-top: 4rem !important;
  }
  .pt-sm-11 {
    padding-top: 4.4rem !important;
  }
  .pt-sm-12 {
    padding-top: 4.8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.2rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-7 {
    padding-right: 2.8rem !important;
  }
  .pe-sm-8 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-9 {
    padding-right: 3.6rem !important;
  }
  .pe-sm-10 {
    padding-right: 4rem !important;
  }
  .pe-sm-11 {
    padding-right: 4.4rem !important;
  }
  .pe-sm-12 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.4rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.2rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-7 {
    padding-left: 2.8rem !important;
  }
  .ps-sm-8 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-9 {
    padding-left: 3.6rem !important;
  }
  .ps-sm-10 {
    padding-left: 4rem !important;
  }
  .ps-sm-11 {
    padding-left: 4.4rem !important;
  }
  .ps-sm-12 {
    padding-left: 4.8rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.4rem !important;
  }
  .gap-sm-2 {
    gap: 0.8rem !important;
  }
  .gap-sm-3 {
    gap: 1.2rem !important;
  }
  .gap-sm-4 {
    gap: 1.6rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 2.4rem !important;
  }
  .gap-sm-7 {
    gap: 2.8rem !important;
  }
  .gap-sm-8 {
    gap: 3.2rem !important;
  }
  .gap-sm-9 {
    gap: 3.6rem !important;
  }
  .gap-sm-10 {
    gap: 4rem !important;
  }
  .gap-sm-11 {
    gap: 4.4rem !important;
  }
  .gap-sm-12 {
    gap: 4.8rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.4rem !important;
         column-gap: 0.4rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.8rem !important;
         column-gap: 0.8rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1.2rem !important;
         column-gap: 1.2rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.6rem !important;
         column-gap: 1.6rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 2.4rem !important;
         column-gap: 2.4rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 2.8rem !important;
         column-gap: 2.8rem !important;
  }
  .column-gap-sm-8 {
    -moz-column-gap: 3.2rem !important;
         column-gap: 3.2rem !important;
  }
  .column-gap-sm-9 {
    -moz-column-gap: 3.6rem !important;
         column-gap: 3.6rem !important;
  }
  .column-gap-sm-10 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-sm-11 {
    -moz-column-gap: 4.4rem !important;
         column-gap: 4.4rem !important;
  }
  .column-gap-sm-12 {
    -moz-column-gap: 4.8rem !important;
         column-gap: 4.8rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1.2rem !important;
  }
  .m-md-4 {
    margin: 1.6rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 2.4rem !important;
  }
  .m-md-7 {
    margin: 2.8rem !important;
  }
  .m-md-8 {
    margin: 3.2rem !important;
  }
  .m-md-9 {
    margin: 3.6rem !important;
  }
  .m-md-10 {
    margin: 4rem !important;
  }
  .m-md-11 {
    margin: 4.4rem !important;
  }
  .m-md-12 {
    margin: 4.8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-md-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-md-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-md-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-md-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-md-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-md-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-md-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-md-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.4rem !important;
  }
  .mt-md-2 {
    margin-top: 0.8rem !important;
  }
  .mt-md-3 {
    margin-top: 1.2rem !important;
  }
  .mt-md-4 {
    margin-top: 1.6rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 2.4rem !important;
  }
  .mt-md-7 {
    margin-top: 2.8rem !important;
  }
  .mt-md-8 {
    margin-top: 3.2rem !important;
  }
  .mt-md-9 {
    margin-top: 3.6rem !important;
  }
  .mt-md-10 {
    margin-top: 4rem !important;
  }
  .mt-md-11 {
    margin-top: 4.4rem !important;
  }
  .mt-md-12 {
    margin-top: 4.8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.4rem !important;
  }
  .me-md-2 {
    margin-right: 0.8rem !important;
  }
  .me-md-3 {
    margin-right: 1.2rem !important;
  }
  .me-md-4 {
    margin-right: 1.6rem !important;
  }
  .me-md-5 {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 2.4rem !important;
  }
  .me-md-7 {
    margin-right: 2.8rem !important;
  }
  .me-md-8 {
    margin-right: 3.2rem !important;
  }
  .me-md-9 {
    margin-right: 3.6rem !important;
  }
  .me-md-10 {
    margin-right: 4rem !important;
  }
  .me-md-11 {
    margin-right: 4.4rem !important;
  }
  .me-md-12 {
    margin-right: 4.8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-md-10 {
    margin-bottom: 4rem !important;
  }
  .mb-md-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-md-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.4rem !important;
  }
  .ms-md-2 {
    margin-left: 0.8rem !important;
  }
  .ms-md-3 {
    margin-left: 1.2rem !important;
  }
  .ms-md-4 {
    margin-left: 1.6rem !important;
  }
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 2.4rem !important;
  }
  .ms-md-7 {
    margin-left: 2.8rem !important;
  }
  .ms-md-8 {
    margin-left: 3.2rem !important;
  }
  .ms-md-9 {
    margin-left: 3.6rem !important;
  }
  .ms-md-10 {
    margin-left: 4rem !important;
  }
  .ms-md-11 {
    margin-left: 4.4rem !important;
  }
  .ms-md-12 {
    margin-left: 4.8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1.2rem !important;
  }
  .p-md-4 {
    padding: 1.6rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 2.4rem !important;
  }
  .p-md-7 {
    padding: 2.8rem !important;
  }
  .p-md-8 {
    padding: 3.2rem !important;
  }
  .p-md-9 {
    padding: 3.6rem !important;
  }
  .p-md-10 {
    padding: 4rem !important;
  }
  .p-md-11 {
    padding: 4.4rem !important;
  }
  .p-md-12 {
    padding: 4.8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-md-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-md-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-md-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-md-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-md-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-md-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-md-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-md-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.4rem !important;
  }
  .pt-md-2 {
    padding-top: 0.8rem !important;
  }
  .pt-md-3 {
    padding-top: 1.2rem !important;
  }
  .pt-md-4 {
    padding-top: 1.6rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 2.4rem !important;
  }
  .pt-md-7 {
    padding-top: 2.8rem !important;
  }
  .pt-md-8 {
    padding-top: 3.2rem !important;
  }
  .pt-md-9 {
    padding-top: 3.6rem !important;
  }
  .pt-md-10 {
    padding-top: 4rem !important;
  }
  .pt-md-11 {
    padding-top: 4.4rem !important;
  }
  .pt-md-12 {
    padding-top: 4.8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.4rem !important;
  }
  .pe-md-2 {
    padding-right: 0.8rem !important;
  }
  .pe-md-3 {
    padding-right: 1.2rem !important;
  }
  .pe-md-4 {
    padding-right: 1.6rem !important;
  }
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 2.4rem !important;
  }
  .pe-md-7 {
    padding-right: 2.8rem !important;
  }
  .pe-md-8 {
    padding-right: 3.2rem !important;
  }
  .pe-md-9 {
    padding-right: 3.6rem !important;
  }
  .pe-md-10 {
    padding-right: 4rem !important;
  }
  .pe-md-11 {
    padding-right: 4.4rem !important;
  }
  .pe-md-12 {
    padding-right: 4.8rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-md-10 {
    padding-bottom: 4rem !important;
  }
  .pb-md-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-md-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.4rem !important;
  }
  .ps-md-2 {
    padding-left: 0.8rem !important;
  }
  .ps-md-3 {
    padding-left: 1.2rem !important;
  }
  .ps-md-4 {
    padding-left: 1.6rem !important;
  }
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 2.4rem !important;
  }
  .ps-md-7 {
    padding-left: 2.8rem !important;
  }
  .ps-md-8 {
    padding-left: 3.2rem !important;
  }
  .ps-md-9 {
    padding-left: 3.6rem !important;
  }
  .ps-md-10 {
    padding-left: 4rem !important;
  }
  .ps-md-11 {
    padding-left: 4.4rem !important;
  }
  .ps-md-12 {
    padding-left: 4.8rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.4rem !important;
  }
  .gap-md-2 {
    gap: 0.8rem !important;
  }
  .gap-md-3 {
    gap: 1.2rem !important;
  }
  .gap-md-4 {
    gap: 1.6rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 2.4rem !important;
  }
  .gap-md-7 {
    gap: 2.8rem !important;
  }
  .gap-md-8 {
    gap: 3.2rem !important;
  }
  .gap-md-9 {
    gap: 3.6rem !important;
  }
  .gap-md-10 {
    gap: 4rem !important;
  }
  .gap-md-11 {
    gap: 4.4rem !important;
  }
  .gap-md-12 {
    gap: 4.8rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-md-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-md-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-md-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-md-10 {
    row-gap: 4rem !important;
  }
  .row-gap-md-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-md-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.4rem !important;
         column-gap: 0.4rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.8rem !important;
         column-gap: 0.8rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1.2rem !important;
         column-gap: 1.2rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.6rem !important;
         column-gap: 1.6rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 2.4rem !important;
         column-gap: 2.4rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 2.8rem !important;
         column-gap: 2.8rem !important;
  }
  .column-gap-md-8 {
    -moz-column-gap: 3.2rem !important;
         column-gap: 3.2rem !important;
  }
  .column-gap-md-9 {
    -moz-column-gap: 3.6rem !important;
         column-gap: 3.6rem !important;
  }
  .column-gap-md-10 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-md-11 {
    -moz-column-gap: 4.4rem !important;
         column-gap: 4.4rem !important;
  }
  .column-gap-md-12 {
    -moz-column-gap: 4.8rem !important;
         column-gap: 4.8rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1.2rem !important;
  }
  .m-lg-4 {
    margin: 1.6rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.4rem !important;
  }
  .m-lg-7 {
    margin: 2.8rem !important;
  }
  .m-lg-8 {
    margin: 3.2rem !important;
  }
  .m-lg-9 {
    margin: 3.6rem !important;
  }
  .m-lg-10 {
    margin: 4rem !important;
  }
  .m-lg-11 {
    margin: 4.4rem !important;
  }
  .m-lg-12 {
    margin: 4.8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-lg-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-lg-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-lg-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-lg-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-lg-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-lg-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-lg-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.2rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-7 {
    margin-top: 2.8rem !important;
  }
  .mt-lg-8 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-9 {
    margin-top: 3.6rem !important;
  }
  .mt-lg-10 {
    margin-top: 4rem !important;
  }
  .mt-lg-11 {
    margin-top: 4.4rem !important;
  }
  .mt-lg-12 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.4rem !important;
  }
  .me-lg-2 {
    margin-right: 0.8rem !important;
  }
  .me-lg-3 {
    margin-right: 1.2rem !important;
  }
  .me-lg-4 {
    margin-right: 1.6rem !important;
  }
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 2.4rem !important;
  }
  .me-lg-7 {
    margin-right: 2.8rem !important;
  }
  .me-lg-8 {
    margin-right: 3.2rem !important;
  }
  .me-lg-9 {
    margin-right: 3.6rem !important;
  }
  .me-lg-10 {
    margin-right: 4rem !important;
  }
  .me-lg-11 {
    margin-right: 4.4rem !important;
  }
  .me-lg-12 {
    margin-right: 4.8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.4rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.2rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-7 {
    margin-left: 2.8rem !important;
  }
  .ms-lg-8 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-9 {
    margin-left: 3.6rem !important;
  }
  .ms-lg-10 {
    margin-left: 4rem !important;
  }
  .ms-lg-11 {
    margin-left: 4.4rem !important;
  }
  .ms-lg-12 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1.2rem !important;
  }
  .p-lg-4 {
    padding: 1.6rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.4rem !important;
  }
  .p-lg-7 {
    padding: 2.8rem !important;
  }
  .p-lg-8 {
    padding: 3.2rem !important;
  }
  .p-lg-9 {
    padding: 3.6rem !important;
  }
  .p-lg-10 {
    padding: 4rem !important;
  }
  .p-lg-11 {
    padding: 4.4rem !important;
  }
  .p-lg-12 {
    padding: 4.8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-lg-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-lg-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-lg-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-lg-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-lg-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-lg-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.2rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-7 {
    padding-top: 2.8rem !important;
  }
  .pt-lg-8 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-9 {
    padding-top: 3.6rem !important;
  }
  .pt-lg-10 {
    padding-top: 4rem !important;
  }
  .pt-lg-11 {
    padding-top: 4.4rem !important;
  }
  .pt-lg-12 {
    padding-top: 4.8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.2rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-7 {
    padding-right: 2.8rem !important;
  }
  .pe-lg-8 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-9 {
    padding-right: 3.6rem !important;
  }
  .pe-lg-10 {
    padding-right: 4rem !important;
  }
  .pe-lg-11 {
    padding-right: 4.4rem !important;
  }
  .pe-lg-12 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.4rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.2rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-7 {
    padding-left: 2.8rem !important;
  }
  .ps-lg-8 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-9 {
    padding-left: 3.6rem !important;
  }
  .ps-lg-10 {
    padding-left: 4rem !important;
  }
  .ps-lg-11 {
    padding-left: 4.4rem !important;
  }
  .ps-lg-12 {
    padding-left: 4.8rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.4rem !important;
  }
  .gap-lg-2 {
    gap: 0.8rem !important;
  }
  .gap-lg-3 {
    gap: 1.2rem !important;
  }
  .gap-lg-4 {
    gap: 1.6rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 2.4rem !important;
  }
  .gap-lg-7 {
    gap: 2.8rem !important;
  }
  .gap-lg-8 {
    gap: 3.2rem !important;
  }
  .gap-lg-9 {
    gap: 3.6rem !important;
  }
  .gap-lg-10 {
    gap: 4rem !important;
  }
  .gap-lg-11 {
    gap: 4.4rem !important;
  }
  .gap-lg-12 {
    gap: 4.8rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.4rem !important;
         column-gap: 0.4rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.8rem !important;
         column-gap: 0.8rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1.2rem !important;
         column-gap: 1.2rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.6rem !important;
         column-gap: 1.6rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 2.4rem !important;
         column-gap: 2.4rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 2.8rem !important;
         column-gap: 2.8rem !important;
  }
  .column-gap-lg-8 {
    -moz-column-gap: 3.2rem !important;
         column-gap: 3.2rem !important;
  }
  .column-gap-lg-9 {
    -moz-column-gap: 3.6rem !important;
         column-gap: 3.6rem !important;
  }
  .column-gap-lg-10 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-lg-11 {
    -moz-column-gap: 4.4rem !important;
         column-gap: 4.4rem !important;
  }
  .column-gap-lg-12 {
    -moz-column-gap: 4.8rem !important;
         column-gap: 4.8rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 0.8rem !important;
  }
  .m-xl-3 {
    margin: 1.2rem !important;
  }
  .m-xl-4 {
    margin: 1.6rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.4rem !important;
  }
  .m-xl-7 {
    margin: 2.8rem !important;
  }
  .m-xl-8 {
    margin: 3.2rem !important;
  }
  .m-xl-9 {
    margin: 3.6rem !important;
  }
  .m-xl-10 {
    margin: 4rem !important;
  }
  .m-xl-11 {
    margin: 4.4rem !important;
  }
  .m-xl-12 {
    margin: 4.8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-xl-10 {
    margin-top: 4rem !important;
  }
  .mt-xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xl-3 {
    margin-right: 1.2rem !important;
  }
  .me-xl-4 {
    margin-right: 1.6rem !important;
  }
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 2.4rem !important;
  }
  .me-xl-7 {
    margin-right: 2.8rem !important;
  }
  .me-xl-8 {
    margin-right: 3.2rem !important;
  }
  .me-xl-9 {
    margin-right: 3.6rem !important;
  }
  .me-xl-10 {
    margin-right: 4rem !important;
  }
  .me-xl-11 {
    margin-right: 4.4rem !important;
  }
  .me-xl-12 {
    margin-right: 4.8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-7 {
    margin-left: 2.8rem !important;
  }
  .ms-xl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-9 {
    margin-left: 3.6rem !important;
  }
  .ms-xl-10 {
    margin-left: 4rem !important;
  }
  .ms-xl-11 {
    margin-left: 4.4rem !important;
  }
  .ms-xl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.8rem !important;
  }
  .p-xl-3 {
    padding: 1.2rem !important;
  }
  .p-xl-4 {
    padding: 1.6rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.4rem !important;
  }
  .p-xl-7 {
    padding: 2.8rem !important;
  }
  .p-xl-8 {
    padding: 3.2rem !important;
  }
  .p-xl-9 {
    padding: 3.6rem !important;
  }
  .p-xl-10 {
    padding: 4rem !important;
  }
  .p-xl-11 {
    padding: 4.4rem !important;
  }
  .p-xl-12 {
    padding: 4.8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-xl-10 {
    padding-top: 4rem !important;
  }
  .pt-xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-xl-12 {
    padding-top: 4.8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-7 {
    padding-right: 2.8rem !important;
  }
  .pe-xl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-9 {
    padding-right: 3.6rem !important;
  }
  .pe-xl-10 {
    padding-right: 4rem !important;
  }
  .pe-xl-11 {
    padding-right: 4.4rem !important;
  }
  .pe-xl-12 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-7 {
    padding-left: 2.8rem !important;
  }
  .ps-xl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-9 {
    padding-left: 3.6rem !important;
  }
  .ps-xl-10 {
    padding-left: 4rem !important;
  }
  .ps-xl-11 {
    padding-left: 4.4rem !important;
  }
  .ps-xl-12 {
    padding-left: 4.8rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.4rem !important;
  }
  .gap-xl-2 {
    gap: 0.8rem !important;
  }
  .gap-xl-3 {
    gap: 1.2rem !important;
  }
  .gap-xl-4 {
    gap: 1.6rem !important;
  }
  .gap-xl-5 {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 2.4rem !important;
  }
  .gap-xl-7 {
    gap: 2.8rem !important;
  }
  .gap-xl-8 {
    gap: 3.2rem !important;
  }
  .gap-xl-9 {
    gap: 3.6rem !important;
  }
  .gap-xl-10 {
    gap: 4rem !important;
  }
  .gap-xl-11 {
    gap: 4.4rem !important;
  }
  .gap-xl-12 {
    gap: 4.8rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.4rem !important;
         column-gap: 0.4rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.8rem !important;
         column-gap: 0.8rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1.2rem !important;
         column-gap: 1.2rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.6rem !important;
         column-gap: 1.6rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 2.4rem !important;
         column-gap: 2.4rem !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 2.8rem !important;
         column-gap: 2.8rem !important;
  }
  .column-gap-xl-8 {
    -moz-column-gap: 3.2rem !important;
         column-gap: 3.2rem !important;
  }
  .column-gap-xl-9 {
    -moz-column-gap: 3.6rem !important;
         column-gap: 3.6rem !important;
  }
  .column-gap-xl-10 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xl-11 {
    -moz-column-gap: 4.4rem !important;
         column-gap: 4.4rem !important;
  }
  .column-gap-xl-12 {
    -moz-column-gap: 4.8rem !important;
         column-gap: 4.8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1336px) {
  .object-fit-2xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-2xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-2xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-2xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-2xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-grid {
    display: grid !important;
  }
  .d-2xl-inline-grid {
    display: inline-grid !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
  .d-2xl-none {
    display: none !important;
  }
  .flex-2xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-2xl-row {
    flex-direction: row !important;
  }
  .flex-2xl-column {
    flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-2xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-2xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-2xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    justify-content: center !important;
  }
  .justify-content-2xl-between {
    justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    justify-content: space-around !important;
  }
  .justify-content-2xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-2xl-start {
    align-items: flex-start !important;
  }
  .align-items-2xl-end {
    align-items: flex-end !important;
  }
  .align-items-2xl-center {
    align-items: center !important;
  }
  .align-items-2xl-baseline {
    align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    align-items: stretch !important;
  }
  .align-content-2xl-start {
    align-content: flex-start !important;
  }
  .align-content-2xl-end {
    align-content: flex-end !important;
  }
  .align-content-2xl-center {
    align-content: center !important;
  }
  .align-content-2xl-between {
    align-content: space-between !important;
  }
  .align-content-2xl-around {
    align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    align-content: stretch !important;
  }
  .align-self-2xl-auto {
    align-self: auto !important;
  }
  .align-self-2xl-start {
    align-self: flex-start !important;
  }
  .align-self-2xl-end {
    align-self: flex-end !important;
  }
  .align-self-2xl-center {
    align-self: center !important;
  }
  .align-self-2xl-baseline {
    align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    align-self: stretch !important;
  }
  .order-2xl-first {
    order: -1 !important;
  }
  .order-2xl-0 {
    order: 0 !important;
  }
  .order-2xl-1 {
    order: 1 !important;
  }
  .order-2xl-2 {
    order: 2 !important;
  }
  .order-2xl-3 {
    order: 3 !important;
  }
  .order-2xl-4 {
    order: 4 !important;
  }
  .order-2xl-5 {
    order: 5 !important;
  }
  .order-2xl-last {
    order: 6 !important;
  }
  .m-2xl-0 {
    margin: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.4rem !important;
  }
  .m-2xl-2 {
    margin: 0.8rem !important;
  }
  .m-2xl-3 {
    margin: 1.2rem !important;
  }
  .m-2xl-4 {
    margin: 1.6rem !important;
  }
  .m-2xl-5 {
    margin: 2rem !important;
  }
  .m-2xl-6 {
    margin: 2.4rem !important;
  }
  .m-2xl-7 {
    margin: 2.8rem !important;
  }
  .m-2xl-8 {
    margin: 3.2rem !important;
  }
  .m-2xl-9 {
    margin: 3.6rem !important;
  }
  .m-2xl-10 {
    margin: 4rem !important;
  }
  .m-2xl-11 {
    margin: 4.4rem !important;
  }
  .m-2xl-12 {
    margin: 4.8rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mx-2xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-2xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-2xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-2xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-2xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-2xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-2xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-2xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-2xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-2xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-2xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-2xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-2xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-2xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-2xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-2xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-2xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-2xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-2xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-2xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-2xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-2xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-2xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-2xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-2xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-2xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-2xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-2xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-2xl-0 {
    margin-top: 0 !important;
  }
  .mt-2xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-2xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-2xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-2xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-2xl-5 {
    margin-top: 2rem !important;
  }
  .mt-2xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-2xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-2xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-2xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-2xl-10 {
    margin-top: 4rem !important;
  }
  .mt-2xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-2xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-2xl-auto {
    margin-top: auto !important;
  }
  .me-2xl-0 {
    margin-right: 0 !important;
  }
  .me-2xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-2xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-2xl-3 {
    margin-right: 1.2rem !important;
  }
  .me-2xl-4 {
    margin-right: 1.6rem !important;
  }
  .me-2xl-5 {
    margin-right: 2rem !important;
  }
  .me-2xl-6 {
    margin-right: 2.4rem !important;
  }
  .me-2xl-7 {
    margin-right: 2.8rem !important;
  }
  .me-2xl-8 {
    margin-right: 3.2rem !important;
  }
  .me-2xl-9 {
    margin-right: 3.6rem !important;
  }
  .me-2xl-10 {
    margin-right: 4rem !important;
  }
  .me-2xl-11 {
    margin-right: 4.4rem !important;
  }
  .me-2xl-12 {
    margin-right: 4.8rem !important;
  }
  .me-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-2xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-2xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-2xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-2xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-2xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-2xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-2xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-2xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-2xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-2xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-2xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-2xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-2xl-auto {
    margin-bottom: auto !important;
  }
  .ms-2xl-0 {
    margin-left: 0 !important;
  }
  .ms-2xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-2xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-2xl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-2xl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-2xl-5 {
    margin-left: 2rem !important;
  }
  .ms-2xl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-2xl-7 {
    margin-left: 2.8rem !important;
  }
  .ms-2xl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-2xl-9 {
    margin-left: 3.6rem !important;
  }
  .ms-2xl-10 {
    margin-left: 4rem !important;
  }
  .ms-2xl-11 {
    margin-left: 4.4rem !important;
  }
  .ms-2xl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-2xl-auto {
    margin-left: auto !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.4rem !important;
  }
  .p-2xl-2 {
    padding: 0.8rem !important;
  }
  .p-2xl-3 {
    padding: 1.2rem !important;
  }
  .p-2xl-4 {
    padding: 1.6rem !important;
  }
  .p-2xl-5 {
    padding: 2rem !important;
  }
  .p-2xl-6 {
    padding: 2.4rem !important;
  }
  .p-2xl-7 {
    padding: 2.8rem !important;
  }
  .p-2xl-8 {
    padding: 3.2rem !important;
  }
  .p-2xl-9 {
    padding: 3.6rem !important;
  }
  .p-2xl-10 {
    padding: 4rem !important;
  }
  .p-2xl-11 {
    padding: 4.4rem !important;
  }
  .p-2xl-12 {
    padding: 4.8rem !important;
  }
  .px-2xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-2xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-2xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-2xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-2xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-2xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-2xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-2xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-2xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-2xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-2xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-2xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-2xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-2xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-2xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-2xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-2xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-2xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-2xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-2xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-2xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-2xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-2xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-2xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-2xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-2xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-2xl-0 {
    padding-top: 0 !important;
  }
  .pt-2xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-2xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-2xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-2xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-2xl-5 {
    padding-top: 2rem !important;
  }
  .pt-2xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-2xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-2xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-2xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-2xl-10 {
    padding-top: 4rem !important;
  }
  .pt-2xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-2xl-12 {
    padding-top: 4.8rem !important;
  }
  .pe-2xl-0 {
    padding-right: 0 !important;
  }
  .pe-2xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-2xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-2xl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-2xl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-2xl-5 {
    padding-right: 2rem !important;
  }
  .pe-2xl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-2xl-7 {
    padding-right: 2.8rem !important;
  }
  .pe-2xl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-2xl-9 {
    padding-right: 3.6rem !important;
  }
  .pe-2xl-10 {
    padding-right: 4rem !important;
  }
  .pe-2xl-11 {
    padding-right: 4.4rem !important;
  }
  .pe-2xl-12 {
    padding-right: 4.8rem !important;
  }
  .pb-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-2xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-2xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-2xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-2xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-2xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-2xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-2xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-2xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-2xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-2xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-2xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-2xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-2xl-0 {
    padding-left: 0 !important;
  }
  .ps-2xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-2xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-2xl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-2xl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-2xl-5 {
    padding-left: 2rem !important;
  }
  .ps-2xl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-2xl-7 {
    padding-left: 2.8rem !important;
  }
  .ps-2xl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-2xl-9 {
    padding-left: 3.6rem !important;
  }
  .ps-2xl-10 {
    padding-left: 4rem !important;
  }
  .ps-2xl-11 {
    padding-left: 4.4rem !important;
  }
  .ps-2xl-12 {
    padding-left: 4.8rem !important;
  }
  .gap-2xl-0 {
    gap: 0 !important;
  }
  .gap-2xl-1 {
    gap: 0.4rem !important;
  }
  .gap-2xl-2 {
    gap: 0.8rem !important;
  }
  .gap-2xl-3 {
    gap: 1.2rem !important;
  }
  .gap-2xl-4 {
    gap: 1.6rem !important;
  }
  .gap-2xl-5 {
    gap: 2rem !important;
  }
  .gap-2xl-6 {
    gap: 2.4rem !important;
  }
  .gap-2xl-7 {
    gap: 2.8rem !important;
  }
  .gap-2xl-8 {
    gap: 3.2rem !important;
  }
  .gap-2xl-9 {
    gap: 3.6rem !important;
  }
  .gap-2xl-10 {
    gap: 4rem !important;
  }
  .gap-2xl-11 {
    gap: 4.4rem !important;
  }
  .gap-2xl-12 {
    gap: 4.8rem !important;
  }
  .row-gap-2xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-2xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-2xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-2xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-2xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-2xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-2xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-2xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-2xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-2xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-2xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-2xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-2xl-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-2xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-2xl-1 {
    -moz-column-gap: 0.4rem !important;
         column-gap: 0.4rem !important;
  }
  .column-gap-2xl-2 {
    -moz-column-gap: 0.8rem !important;
         column-gap: 0.8rem !important;
  }
  .column-gap-2xl-3 {
    -moz-column-gap: 1.2rem !important;
         column-gap: 1.2rem !important;
  }
  .column-gap-2xl-4 {
    -moz-column-gap: 1.6rem !important;
         column-gap: 1.6rem !important;
  }
  .column-gap-2xl-5 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-2xl-6 {
    -moz-column-gap: 2.4rem !important;
         column-gap: 2.4rem !important;
  }
  .column-gap-2xl-7 {
    -moz-column-gap: 2.8rem !important;
         column-gap: 2.8rem !important;
  }
  .column-gap-2xl-8 {
    -moz-column-gap: 3.2rem !important;
         column-gap: 3.2rem !important;
  }
  .column-gap-2xl-9 {
    -moz-column-gap: 3.6rem !important;
         column-gap: 3.6rem !important;
  }
  .column-gap-2xl-10 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-2xl-11 {
    -moz-column-gap: 4.4rem !important;
         column-gap: 4.4rem !important;
  }
  .column-gap-2xl-12 {
    -moz-column-gap: 4.8rem !important;
         column-gap: 4.8rem !important;
  }
  .text-2xl-start {
    text-align: left !important;
  }
  .text-2xl-end {
    text-align: right !important;
  }
  .text-2xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .object-fit-3xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-3xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-3xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-3xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-3xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-inline-grid {
    display: inline-grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
  .m-3xl-0 {
    margin: 0 !important;
  }
  .m-3xl-1 {
    margin: 0.4rem !important;
  }
  .m-3xl-2 {
    margin: 0.8rem !important;
  }
  .m-3xl-3 {
    margin: 1.2rem !important;
  }
  .m-3xl-4 {
    margin: 1.6rem !important;
  }
  .m-3xl-5 {
    margin: 2rem !important;
  }
  .m-3xl-6 {
    margin: 2.4rem !important;
  }
  .m-3xl-7 {
    margin: 2.8rem !important;
  }
  .m-3xl-8 {
    margin: 3.2rem !important;
  }
  .m-3xl-9 {
    margin: 3.6rem !important;
  }
  .m-3xl-10 {
    margin: 4rem !important;
  }
  .m-3xl-11 {
    margin: 4.4rem !important;
  }
  .m-3xl-12 {
    margin: 4.8rem !important;
  }
  .m-3xl-auto {
    margin: auto !important;
  }
  .mx-3xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-3xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-3xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-3xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-3xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-3xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-3xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-3xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-3xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-3xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-3xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-3xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-3xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-3xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-3xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-3xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-3xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-3xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-3xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-3xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-3xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-3xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-3xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-3xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-3xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-3xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-3xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-3xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-3xl-0 {
    margin-top: 0 !important;
  }
  .mt-3xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-3xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-3xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-3xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-3xl-5 {
    margin-top: 2rem !important;
  }
  .mt-3xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-3xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-3xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-3xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-3xl-10 {
    margin-top: 4rem !important;
  }
  .mt-3xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-3xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-3xl-auto {
    margin-top: auto !important;
  }
  .me-3xl-0 {
    margin-right: 0 !important;
  }
  .me-3xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-3xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-3xl-3 {
    margin-right: 1.2rem !important;
  }
  .me-3xl-4 {
    margin-right: 1.6rem !important;
  }
  .me-3xl-5 {
    margin-right: 2rem !important;
  }
  .me-3xl-6 {
    margin-right: 2.4rem !important;
  }
  .me-3xl-7 {
    margin-right: 2.8rem !important;
  }
  .me-3xl-8 {
    margin-right: 3.2rem !important;
  }
  .me-3xl-9 {
    margin-right: 3.6rem !important;
  }
  .me-3xl-10 {
    margin-right: 4rem !important;
  }
  .me-3xl-11 {
    margin-right: 4.4rem !important;
  }
  .me-3xl-12 {
    margin-right: 4.8rem !important;
  }
  .me-3xl-auto {
    margin-right: auto !important;
  }
  .mb-3xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-3xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-3xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-3xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-3xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-3xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-3xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-3xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-3xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-3xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-3xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-3xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-3xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-3xl-auto {
    margin-bottom: auto !important;
  }
  .ms-3xl-0 {
    margin-left: 0 !important;
  }
  .ms-3xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-3xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-3xl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-3xl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-3xl-5 {
    margin-left: 2rem !important;
  }
  .ms-3xl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-3xl-7 {
    margin-left: 2.8rem !important;
  }
  .ms-3xl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-3xl-9 {
    margin-left: 3.6rem !important;
  }
  .ms-3xl-10 {
    margin-left: 4rem !important;
  }
  .ms-3xl-11 {
    margin-left: 4.4rem !important;
  }
  .ms-3xl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-3xl-auto {
    margin-left: auto !important;
  }
  .p-3xl-0 {
    padding: 0 !important;
  }
  .p-3xl-1 {
    padding: 0.4rem !important;
  }
  .p-3xl-2 {
    padding: 0.8rem !important;
  }
  .p-3xl-3 {
    padding: 1.2rem !important;
  }
  .p-3xl-4 {
    padding: 1.6rem !important;
  }
  .p-3xl-5 {
    padding: 2rem !important;
  }
  .p-3xl-6 {
    padding: 2.4rem !important;
  }
  .p-3xl-7 {
    padding: 2.8rem !important;
  }
  .p-3xl-8 {
    padding: 3.2rem !important;
  }
  .p-3xl-9 {
    padding: 3.6rem !important;
  }
  .p-3xl-10 {
    padding: 4rem !important;
  }
  .p-3xl-11 {
    padding: 4.4rem !important;
  }
  .p-3xl-12 {
    padding: 4.8rem !important;
  }
  .px-3xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-3xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-3xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-3xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-3xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-3xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-3xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-3xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-3xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-3xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-3xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-3xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-3xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-3xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-3xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-3xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-3xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-3xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-3xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-3xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-3xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-3xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-3xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-3xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-3xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-3xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-3xl-0 {
    padding-top: 0 !important;
  }
  .pt-3xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-3xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-3xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-3xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-3xl-5 {
    padding-top: 2rem !important;
  }
  .pt-3xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-3xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-3xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-3xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-3xl-10 {
    padding-top: 4rem !important;
  }
  .pt-3xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-3xl-12 {
    padding-top: 4.8rem !important;
  }
  .pe-3xl-0 {
    padding-right: 0 !important;
  }
  .pe-3xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-3xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-3xl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-3xl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-3xl-5 {
    padding-right: 2rem !important;
  }
  .pe-3xl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-3xl-7 {
    padding-right: 2.8rem !important;
  }
  .pe-3xl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-3xl-9 {
    padding-right: 3.6rem !important;
  }
  .pe-3xl-10 {
    padding-right: 4rem !important;
  }
  .pe-3xl-11 {
    padding-right: 4.4rem !important;
  }
  .pe-3xl-12 {
    padding-right: 4.8rem !important;
  }
  .pb-3xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-3xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-3xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-3xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-3xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-3xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-3xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-3xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-3xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-3xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-3xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-3xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-3xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-3xl-0 {
    padding-left: 0 !important;
  }
  .ps-3xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-3xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-3xl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-3xl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-3xl-5 {
    padding-left: 2rem !important;
  }
  .ps-3xl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-3xl-7 {
    padding-left: 2.8rem !important;
  }
  .ps-3xl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-3xl-9 {
    padding-left: 3.6rem !important;
  }
  .ps-3xl-10 {
    padding-left: 4rem !important;
  }
  .ps-3xl-11 {
    padding-left: 4.4rem !important;
  }
  .ps-3xl-12 {
    padding-left: 4.8rem !important;
  }
  .gap-3xl-0 {
    gap: 0 !important;
  }
  .gap-3xl-1 {
    gap: 0.4rem !important;
  }
  .gap-3xl-2 {
    gap: 0.8rem !important;
  }
  .gap-3xl-3 {
    gap: 1.2rem !important;
  }
  .gap-3xl-4 {
    gap: 1.6rem !important;
  }
  .gap-3xl-5 {
    gap: 2rem !important;
  }
  .gap-3xl-6 {
    gap: 2.4rem !important;
  }
  .gap-3xl-7 {
    gap: 2.8rem !important;
  }
  .gap-3xl-8 {
    gap: 3.2rem !important;
  }
  .gap-3xl-9 {
    gap: 3.6rem !important;
  }
  .gap-3xl-10 {
    gap: 4rem !important;
  }
  .gap-3xl-11 {
    gap: 4.4rem !important;
  }
  .gap-3xl-12 {
    gap: 4.8rem !important;
  }
  .row-gap-3xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-3xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-3xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-3xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-3xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-3xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-3xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-3xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-3xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-3xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-3xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-3xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-3xl-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-3xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-3xl-1 {
    -moz-column-gap: 0.4rem !important;
         column-gap: 0.4rem !important;
  }
  .column-gap-3xl-2 {
    -moz-column-gap: 0.8rem !important;
         column-gap: 0.8rem !important;
  }
  .column-gap-3xl-3 {
    -moz-column-gap: 1.2rem !important;
         column-gap: 1.2rem !important;
  }
  .column-gap-3xl-4 {
    -moz-column-gap: 1.6rem !important;
         column-gap: 1.6rem !important;
  }
  .column-gap-3xl-5 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-3xl-6 {
    -moz-column-gap: 2.4rem !important;
         column-gap: 2.4rem !important;
  }
  .column-gap-3xl-7 {
    -moz-column-gap: 2.8rem !important;
         column-gap: 2.8rem !important;
  }
  .column-gap-3xl-8 {
    -moz-column-gap: 3.2rem !important;
         column-gap: 3.2rem !important;
  }
  .column-gap-3xl-9 {
    -moz-column-gap: 3.6rem !important;
         column-gap: 3.6rem !important;
  }
  .column-gap-3xl-10 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-3xl-11 {
    -moz-column-gap: 4.4rem !important;
         column-gap: 4.4rem !important;
  }
  .column-gap-3xl-12 {
    -moz-column-gap: 4.8rem !important;
         column-gap: 4.8rem !important;
  }
  .text-3xl-start {
    text-align: left !important;
  }
  .text-3xl-end {
    text-align: right !important;
  }
  .text-3xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1676px) {
  .object-fit-4xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-4xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-4xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-4xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-4xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-4xl-inline {
    display: inline !important;
  }
  .d-4xl-inline-block {
    display: inline-block !important;
  }
  .d-4xl-block {
    display: block !important;
  }
  .d-4xl-grid {
    display: grid !important;
  }
  .d-4xl-inline-grid {
    display: inline-grid !important;
  }
  .d-4xl-table {
    display: table !important;
  }
  .d-4xl-table-row {
    display: table-row !important;
  }
  .d-4xl-table-cell {
    display: table-cell !important;
  }
  .d-4xl-flex {
    display: flex !important;
  }
  .d-4xl-inline-flex {
    display: inline-flex !important;
  }
  .d-4xl-none {
    display: none !important;
  }
  .flex-4xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-4xl-row {
    flex-direction: row !important;
  }
  .flex-4xl-column {
    flex-direction: column !important;
  }
  .flex-4xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-4xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-4xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-4xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-4xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-4xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-4xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-4xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-4xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-4xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-4xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-4xl-center {
    justify-content: center !important;
  }
  .justify-content-4xl-between {
    justify-content: space-between !important;
  }
  .justify-content-4xl-around {
    justify-content: space-around !important;
  }
  .justify-content-4xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-4xl-start {
    align-items: flex-start !important;
  }
  .align-items-4xl-end {
    align-items: flex-end !important;
  }
  .align-items-4xl-center {
    align-items: center !important;
  }
  .align-items-4xl-baseline {
    align-items: baseline !important;
  }
  .align-items-4xl-stretch {
    align-items: stretch !important;
  }
  .align-content-4xl-start {
    align-content: flex-start !important;
  }
  .align-content-4xl-end {
    align-content: flex-end !important;
  }
  .align-content-4xl-center {
    align-content: center !important;
  }
  .align-content-4xl-between {
    align-content: space-between !important;
  }
  .align-content-4xl-around {
    align-content: space-around !important;
  }
  .align-content-4xl-stretch {
    align-content: stretch !important;
  }
  .align-self-4xl-auto {
    align-self: auto !important;
  }
  .align-self-4xl-start {
    align-self: flex-start !important;
  }
  .align-self-4xl-end {
    align-self: flex-end !important;
  }
  .align-self-4xl-center {
    align-self: center !important;
  }
  .align-self-4xl-baseline {
    align-self: baseline !important;
  }
  .align-self-4xl-stretch {
    align-self: stretch !important;
  }
  .order-4xl-first {
    order: -1 !important;
  }
  .order-4xl-0 {
    order: 0 !important;
  }
  .order-4xl-1 {
    order: 1 !important;
  }
  .order-4xl-2 {
    order: 2 !important;
  }
  .order-4xl-3 {
    order: 3 !important;
  }
  .order-4xl-4 {
    order: 4 !important;
  }
  .order-4xl-5 {
    order: 5 !important;
  }
  .order-4xl-last {
    order: 6 !important;
  }
  .m-4xl-0 {
    margin: 0 !important;
  }
  .m-4xl-1 {
    margin: 0.4rem !important;
  }
  .m-4xl-2 {
    margin: 0.8rem !important;
  }
  .m-4xl-3 {
    margin: 1.2rem !important;
  }
  .m-4xl-4 {
    margin: 1.6rem !important;
  }
  .m-4xl-5 {
    margin: 2rem !important;
  }
  .m-4xl-6 {
    margin: 2.4rem !important;
  }
  .m-4xl-7 {
    margin: 2.8rem !important;
  }
  .m-4xl-8 {
    margin: 3.2rem !important;
  }
  .m-4xl-9 {
    margin: 3.6rem !important;
  }
  .m-4xl-10 {
    margin: 4rem !important;
  }
  .m-4xl-11 {
    margin: 4.4rem !important;
  }
  .m-4xl-12 {
    margin: 4.8rem !important;
  }
  .m-4xl-auto {
    margin: auto !important;
  }
  .mx-4xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-4xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-4xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-4xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-4xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-4xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-4xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-4xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-4xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-4xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-4xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-4xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-4xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-4xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-4xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-4xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-4xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-4xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-4xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-4xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-4xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-4xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-4xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-4xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-4xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-4xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-4xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-4xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-4xl-0 {
    margin-top: 0 !important;
  }
  .mt-4xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-4xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-4xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-4xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-4xl-5 {
    margin-top: 2rem !important;
  }
  .mt-4xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-4xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-4xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-4xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-4xl-10 {
    margin-top: 4rem !important;
  }
  .mt-4xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-4xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-4xl-auto {
    margin-top: auto !important;
  }
  .me-4xl-0 {
    margin-right: 0 !important;
  }
  .me-4xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-4xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-4xl-3 {
    margin-right: 1.2rem !important;
  }
  .me-4xl-4 {
    margin-right: 1.6rem !important;
  }
  .me-4xl-5 {
    margin-right: 2rem !important;
  }
  .me-4xl-6 {
    margin-right: 2.4rem !important;
  }
  .me-4xl-7 {
    margin-right: 2.8rem !important;
  }
  .me-4xl-8 {
    margin-right: 3.2rem !important;
  }
  .me-4xl-9 {
    margin-right: 3.6rem !important;
  }
  .me-4xl-10 {
    margin-right: 4rem !important;
  }
  .me-4xl-11 {
    margin-right: 4.4rem !important;
  }
  .me-4xl-12 {
    margin-right: 4.8rem !important;
  }
  .me-4xl-auto {
    margin-right: auto !important;
  }
  .mb-4xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-4xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-4xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-4xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-4xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-4xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-4xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-4xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-4xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-4xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-4xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-4xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-4xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-4xl-auto {
    margin-bottom: auto !important;
  }
  .ms-4xl-0 {
    margin-left: 0 !important;
  }
  .ms-4xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-4xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-4xl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-4xl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-4xl-5 {
    margin-left: 2rem !important;
  }
  .ms-4xl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-4xl-7 {
    margin-left: 2.8rem !important;
  }
  .ms-4xl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-4xl-9 {
    margin-left: 3.6rem !important;
  }
  .ms-4xl-10 {
    margin-left: 4rem !important;
  }
  .ms-4xl-11 {
    margin-left: 4.4rem !important;
  }
  .ms-4xl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-4xl-auto {
    margin-left: auto !important;
  }
  .p-4xl-0 {
    padding: 0 !important;
  }
  .p-4xl-1 {
    padding: 0.4rem !important;
  }
  .p-4xl-2 {
    padding: 0.8rem !important;
  }
  .p-4xl-3 {
    padding: 1.2rem !important;
  }
  .p-4xl-4 {
    padding: 1.6rem !important;
  }
  .p-4xl-5 {
    padding: 2rem !important;
  }
  .p-4xl-6 {
    padding: 2.4rem !important;
  }
  .p-4xl-7 {
    padding: 2.8rem !important;
  }
  .p-4xl-8 {
    padding: 3.2rem !important;
  }
  .p-4xl-9 {
    padding: 3.6rem !important;
  }
  .p-4xl-10 {
    padding: 4rem !important;
  }
  .p-4xl-11 {
    padding: 4.4rem !important;
  }
  .p-4xl-12 {
    padding: 4.8rem !important;
  }
  .px-4xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-4xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-4xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-4xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-4xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-4xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-4xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-4xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-4xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-4xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-4xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-4xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-4xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-4xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-4xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-4xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-4xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-4xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-4xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-4xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-4xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-4xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-4xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-4xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-4xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-4xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-4xl-0 {
    padding-top: 0 !important;
  }
  .pt-4xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-4xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-4xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-4xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-4xl-5 {
    padding-top: 2rem !important;
  }
  .pt-4xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-4xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-4xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-4xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-4xl-10 {
    padding-top: 4rem !important;
  }
  .pt-4xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-4xl-12 {
    padding-top: 4.8rem !important;
  }
  .pe-4xl-0 {
    padding-right: 0 !important;
  }
  .pe-4xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-4xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-4xl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-4xl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-4xl-5 {
    padding-right: 2rem !important;
  }
  .pe-4xl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-4xl-7 {
    padding-right: 2.8rem !important;
  }
  .pe-4xl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-4xl-9 {
    padding-right: 3.6rem !important;
  }
  .pe-4xl-10 {
    padding-right: 4rem !important;
  }
  .pe-4xl-11 {
    padding-right: 4.4rem !important;
  }
  .pe-4xl-12 {
    padding-right: 4.8rem !important;
  }
  .pb-4xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-4xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-4xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-4xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-4xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-4xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-4xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-4xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-4xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-4xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-4xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-4xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-4xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-4xl-0 {
    padding-left: 0 !important;
  }
  .ps-4xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-4xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-4xl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-4xl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-4xl-5 {
    padding-left: 2rem !important;
  }
  .ps-4xl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-4xl-7 {
    padding-left: 2.8rem !important;
  }
  .ps-4xl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-4xl-9 {
    padding-left: 3.6rem !important;
  }
  .ps-4xl-10 {
    padding-left: 4rem !important;
  }
  .ps-4xl-11 {
    padding-left: 4.4rem !important;
  }
  .ps-4xl-12 {
    padding-left: 4.8rem !important;
  }
  .gap-4xl-0 {
    gap: 0 !important;
  }
  .gap-4xl-1 {
    gap: 0.4rem !important;
  }
  .gap-4xl-2 {
    gap: 0.8rem !important;
  }
  .gap-4xl-3 {
    gap: 1.2rem !important;
  }
  .gap-4xl-4 {
    gap: 1.6rem !important;
  }
  .gap-4xl-5 {
    gap: 2rem !important;
  }
  .gap-4xl-6 {
    gap: 2.4rem !important;
  }
  .gap-4xl-7 {
    gap: 2.8rem !important;
  }
  .gap-4xl-8 {
    gap: 3.2rem !important;
  }
  .gap-4xl-9 {
    gap: 3.6rem !important;
  }
  .gap-4xl-10 {
    gap: 4rem !important;
  }
  .gap-4xl-11 {
    gap: 4.4rem !important;
  }
  .gap-4xl-12 {
    gap: 4.8rem !important;
  }
  .row-gap-4xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-4xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-4xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-4xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-4xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-4xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-4xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-4xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-4xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-4xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-4xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-4xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-4xl-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-4xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-4xl-1 {
    -moz-column-gap: 0.4rem !important;
         column-gap: 0.4rem !important;
  }
  .column-gap-4xl-2 {
    -moz-column-gap: 0.8rem !important;
         column-gap: 0.8rem !important;
  }
  .column-gap-4xl-3 {
    -moz-column-gap: 1.2rem !important;
         column-gap: 1.2rem !important;
  }
  .column-gap-4xl-4 {
    -moz-column-gap: 1.6rem !important;
         column-gap: 1.6rem !important;
  }
  .column-gap-4xl-5 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-4xl-6 {
    -moz-column-gap: 2.4rem !important;
         column-gap: 2.4rem !important;
  }
  .column-gap-4xl-7 {
    -moz-column-gap: 2.8rem !important;
         column-gap: 2.8rem !important;
  }
  .column-gap-4xl-8 {
    -moz-column-gap: 3.2rem !important;
         column-gap: 3.2rem !important;
  }
  .column-gap-4xl-9 {
    -moz-column-gap: 3.6rem !important;
         column-gap: 3.6rem !important;
  }
  .column-gap-4xl-10 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-4xl-11 {
    -moz-column-gap: 4.4rem !important;
         column-gap: 4.4rem !important;
  }
  .column-gap-4xl-12 {
    -moz-column-gap: 4.8rem !important;
         column-gap: 4.8rem !important;
  }
  .text-4xl-start {
    text-align: left !important;
  }
  .text-4xl-end {
    text-align: right !important;
  }
  .text-4xl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html {
  font-size: 8px;
}
@media only screen and (min-width: 360px) {
  html {
    font-size: 10px;
  }
}

body {
  direction: rtl;
}

* {
  font-family: IRANYekan, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}

input {
  border: none;
}

textarea {
  border: none;
  resize: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

ul,
ol,
dd {
  list-style: none;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-active:before {
  content: "\e900";
}

.icon-addcircle:before {
  content: "\e901";
}

.icon-addcircleFill:before {
  content: "\e902";
}

.icon-addComment:before {
  content: "\e903";
}

.icon-addSimple:before {
  content: "\e904";
}

.icon-ads:before {
  content: "\e905";
}

.icon-adsLeft:before {
  content: "\e906";
}

.icon-amazing:before {
  content: "\e907";
}

.icon-aparat:before {
  content: "\e908";
}

.icon-apple:before {
  content: "\e909";
}

.icon-arrowDown:before {
  content: "\e90a";
}

.icon-arrowLeft:before {
  content: "\e90b";
}

.icon-arrowRight:before {
  content: "\e90c";
}

.icon-askQuestion:before {
  content: "\e90d";
}

.icon-beauty:before {
  content: "\e90e";
}

.icon-beautyFill:before {
  content: "\e90f";
}

.icon-bookStationary:before {
  content: "\e910";
}

.icon-bookStationaryFill:before {
  content: "\e911";
}

.icon-calendarCard:before {
  content: "\e912";
}

.icon-cancel:before {
  content: "\e913";
}

.icon-cardBank:before {
  content: "\e914";
}

.icon-cart:before {
  content: "\e915";
}

.icon-cartFill:before {
  content: "\e916";
}

.icon-cashBack:before {
  content: "\e917";
}

.icon-category:before {
  content: "\e918";
}

.icon-categoryFill:before {
  content: "\e919";
}

.icon-chevronDown:before {
  content: "\e91a";
}

.icon-chevronLeft:before {
  content: "\e91b";
}

.icon-chevronRight:before {
  content: "\e91c";
}

.icon-chevronUp:before {
  content: "\e91d";
}

.icon-circle:before {
  content: "\e91e";
}

.icon-clear:before {
  content: "\e91f";
}

.icon-close:before {
  content: "\e920";
}

.icon-comingSoon:before {
  content: "\e921";
}

.icon-comment:before {
  content: "\e922";
}

.icon-compare:before {
  content: "\e923";
}

.icon-copy:before {
  content: "\e924";
}

.icon-credit:before {
  content: "\e925";
}

.icon-delete:before {
  content: "\e926";
}

.icon-deliveryExpress:before {
  content: "\e927";
}

.icon-deliveryInstant:before {
  content: "\e928";
}

.icon-digiclub:before {
  content: "\e929";
}

.icon-digipay:before {
  content: "\e92a";
}

.icon-digiplus:before {
  content: "\e92b";
}

.icon-discount:before {
  content: "\e92c";
}

.icon-disLike:before {
  content: "\e92d";
}

.icon-dk:before {
  content: "\e92e";
}

.icon-dkSmile:before {
  content: "\e92f";
}

.icon-done:before {
  content: "\e930";
}

.icon-dotFill:before {
  content: "\e931";
}

.icon-dropdown:before {
  content: "\e932";
}

.icon-edit:before {
  content: "\e933";
}

.icon-electronic:before {
  content: "\e934";
}

.icon-electronicFill:before {
  content: "\e935";
}

.icon-error:before {
  content: "\e936";
}

.icon-facebook:before {
  content: "\e937";
}

.icon-fashion:before {
  content: "\e938";
}

.icon-fashionFill:before {
  content: "\e939";
}

.icon-favorite:before {
  content: "\e93a";
}

.icon-favoriteFill:before {
  content: "\e93b";
}

.icon-filter:before {
  content: "\e93c";
}

.icon-flag:before {
  content: "\e93d";
}

.icon-free:before {
  content: "\e93e";
}

.icon-fresh:before {
  content: "\e93f";
}

.icon-giftCard:before {
  content: "\e940";
}

.icon-guarantee:before {
  content: "\e941";
}

.icon-historyLog:before {
  content: "\e942";
}

.icon-home:before {
  content: "\e943";
}

.icon-home2Outline:before {
  content: "\e944";
}

.icon-homeFill:before {
  content: "\e945";
}

.icon-homeKitchen:before {
  content: "\e946";
}

.icon-homeKitchenFill:before {
  content: "\e947";
}

.icon-infoFill:before {
  content: "\e948";
}

.icon-infoOutline:before {
  content: "\e949";
}

.icon-instagram:before {
  content: "\e94a";
}

.icon-invoice:before {
  content: "\e94b";
}

.icon-kidsToy:before {
  content: "\e94c";
}

.icon-kidsToyFill:before {
  content: "\e94d";
}

.icon-like:before {
  content: "\e94e";
}

.icon-linkedin:before {
  content: "\e94f";
}

.icon-list:before {
  content: "\e950";
}

.icon-location:before {
  content: "\e951";
}

.icon-logo:before {
  content: "\e952";
}

.icon-logoFa:before {
  content: "\e953";
}

.icon-luckyDraw:before {
  content: "\e954";
}

.icon-menu:before {
  content: "\e955";
}

.icon-missions:before {
  content: "\e956";
}

.icon-mobile:before {
  content: "\e957";
}

.icon-mobileFill:before {
  content: "\e958";
}

.icon-moreHorizontal:before {
  content: "\e959";
}

.icon-moreVertical:before {
  content: "\e95a";
}

.icon-mute:before {
  content: "\e95b";
}

.icon-nativeBusiness:before {
  content: "\e95c";
}

.icon-newAddress:before {
  content: "\e95d";
}

.icon-notificationActiveOutline:before {
  content: "\e95e";
}

.icon-notificationOffOutline:before {
  content: "\e95f";
}

.icon-order:before {
  content: "\e960";
}

.icon-orderReturn:before {
  content: "\e961";
}

.icon-organizationCredit:before {
  content: "\e962";
}

.icon-paymentWallet:before {
  content: "\e963";
}

.icon-phone:before {
  content: "\e964";
}

.icon-post:before {
  content: "\e965";
}

.icon-priceChart:before {
  content: "\e966";
}

.icon-pricetag:before {
  content: "\e967";
}

.icon-productAvailable:before {
  content: "\e968";
}

.icon-productIdeal:before {
  content: "\e969";
}

.icon-profile:before {
  content: "\e96a";
}

.icon-profileFill:before {
  content: "\e96b";
}

.icon-question:before {
  content: "\e96c";
}

.icon-questionExclamation:before {
  content: "\e96d";
}

.icon-removeSimple:before {
  content: "\e96e";
}

.icon-saveForLater:before {
  content: "\e96f";
}

.icon-search:before {
  content: "\e970";
}

.icon-searchHistory:before {
  content: "\e971";
}

.icon-searchTrend:before {
  content: "\e972";
}

.icon-seller:before {
  content: "\e973";
}

.icon-setting:before {
  content: "\e974";
}

.icon-share:before {
  content: "\e975";
}

.icon-signIn:before {
  content: "\e976";
}

.icon-signOut:before {
  content: "\e977";
}

.icon-sort:before {
  content: "\e978";
}

.icon-specialAmazing:before {
  content: "\e979";
}

.icon-sportOutdoor:before {
  content: "\e97a";
}

.icon-sportOutdoorFill:before {
  content: "\e97b";
}

.icon-star:before {
  content: "\e97c";
}

.icon-star-2:before {
  content: "\e97d";
}

.icon-starfill:before {
  content: "\e97e";
}

.icon-street:before {
  content: "\e97f";
}

.icon-support:before {
  content: "\e980";
}

.icon-tollsFill:before {
  content: "\e981";
}

.icon-toman:before {
  content: "\e982";
}

.icon-tools:before {
  content: "\e983";
}

.icon-trendDown:before {
  content: "\e984";
}

.icon-trendUp:before {
  content: "\e985";
}

.icon-twitter:before {
  content: "\e986";
}

.icon-upload:before {
  content: "\e987";
}

.icon-vehicles:before {
  content: "\e988";
}

.icon-vehiclesFill:before {
  content: "\e989";
}

.icon-verifiedUser:before {
  content: "\e98a";
}

.icon-visibilityOff:before {
  content: "\e98b";
}

.icon-visibilityOn:before {
  content: "\e98c";
}

.icon-voucher:before {
  content: "\e98d";
}

@font-face {
  font-family: icon;
  src: url("../fonts/icon/icomoon.eot");
  src: url("../fonts/icon/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf") format("truetype"), url("../fonts/icon/icomoon.woff") format("woff"), url("../fonts/icon/icomoon.svg#icomoon") format("svg");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/iranyekan/iranyekanwebregular.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/iranyekan/iranyekanwebmedium.woff") format("woff");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/iranyekan/iranyekanwebbold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanFaNum;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/iranyekan/IRANYekanXFaNum.woff2") format("woff2");
}
.fanumber {
  font-family: IRANYekanFaNum, IRANYekan, sans-serif;
}
.icon-fs-small::before {
  font-size: 1.6rem;
}

.icon-fs-medium::before {
  font-size: 1.8rem;
}

.icon-fs-large::before {
  font-size: 2rem;
}

.h1 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 3.3rem;
  }
}

.h1-strong {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h1-strong {
    font-size: 3.3rem;
  }
}

.h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h2 {
    font-size: 2.6rem;
  }
}

.h2-strong {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h2-strong {
    font-size: 2.6rem;
  }
}

.h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h3 {
    font-size: 2.1rem;
  }
}

.h3-strong {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h3-strong {
    font-size: 2.1rem;
  }
}

.h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h4 {
    font-size: 1.9rem;
  }
}

.h5, .modal-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h5, .modal-title {
    font-size: 1.6rem;
  }
}

.h5-strong {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h5-strong {
    font-size: 1.6rem;
  }
}

.text-button-1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.17;
}

.text-button-2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.17;
}

.text-medium, .tooltip {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium, .tooltip {
    font-size: 1.2rem;
  }
}

.text-medium-2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium-2 {
    font-size: 1.4rem;
  }
}

.text-medium-3 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium-3 {
    font-size: 1.5rem;
  }
}

.text-strong, .sortitem.active {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-strong, .sortitem.active {
    font-size: 1.2rem;
  }
}

.text-strong-2 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-strong-2 {
    font-size: 1.4rem;
  }
}

.text-strong-3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-strong-3 {
    font-size: 1.5rem;
  }
}

.text-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle {
    font-size: 1.1rem;
  }
}

.text-subtitle-strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle-strong {
    font-size: 1.1rem;
  }
}

.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-nowrap {
  white-space: nowrap;
}

.mobile-header {
  z-index: 6;
}

header {
  z-index: 6;
  transition: height 0.3s;
}
@media only screen and (min-width: 1024px) {
  header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.14), 0 2px 0 rgba(0, 0, 0, 0.05);
  }
}

.header-banner img {
  height: 35px;
}
@media only screen and (min-width: 1024px) {
  .header-banner img {
    height: 60px;
  }
}

.header-top {
  z-index: 10;
}

@media only screen and (min-width: 1024px) {
  .input-search {
    width: 600px;
  }
}
.search.active .header-search-input::-moz-placeholder {
  color: #a1a3a8;
}
.search.active .header-search-input::placeholder {
  color: #a1a3a8;
}
.search.active .header-search-result {
  opacity: 1;
  visibility: visible;
}
.search.active .icon-search {
  z-index: 8;
  color: #3f4064;
}

.modal .search .header-search-result {
  opacity: 1;
  visibility: visible;
}
.modal .search .icon-arrowRight {
  z-index: 8;
  color: #3f4064;
}

.header-search-input {
  z-index: 8;
}

.header-search-result {
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.header-search-result .header-search-result-container {
  border-top: 1px solid #19bfd3;
}
.header-search-result .searchTrends-swiper {
  margin: 0 -14px;
}
.header-search-result .searchTrends-swiper .swiper-slide:first-child {
  margin-right: 56px;
}
.header-search-result .searchTrends-swiper .swiper-slide:last-child {
  margin-left: 16px;
}
.header-search-result .searchTrends-swiper .swiper-btn-prev, .header-search-result .searchTrends-swiper .swiper-btn-next {
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.header-search-result .searchTrends-swiper .swiper-btn-next {
  right: unset;
  left: 8px;
}

@media only screen and (min-width: 1024px) {
  .header-nav {
    transition: transform 0.3s;
  }
}

.mainMenu-hover {
  position: absolute;
  bottom: 0;
  height: 2px;
  transform: scaleX(0);
  background-color: #ef394e;
  transition: all 0.2s ease;
  z-index: 1;
}

.mainMenu-li-hasSubMenu {
  z-index: 2;
}

.mainMenu-list {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.3);
  height: 70vh;
  border-radius: 0 0 8px 8px;
  display: none;
}
.mainMenu-list.active {
  display: flex;
}

.mainMenu-list-categories {
  width: 200px;
  background-color: #f5f5f5;
}

.mainMenu-list-categoryTitle.hovered {
  background-color: #fff;
  color: #ef4056;
}

.mainMenu-sublist {
  height: 70vh;
}
@media only screen and (min-width: 1024px) {
  .mainMenu-sublist {
    width: 880px;
  }
}

.mainMenu-sublist-content {
  display: none;
}
.mainMenu-sublist-content.active {
  display: flex;
}
.mainMenu-sublist-content ul {
  height: 100%;
}

.mainMenu-sublist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.75rem 2.25rem;
}

.is-mobile .mainMenu-sublist-grid {
  display: block;
}

.mainMenu-sublist-item:hover {
  color: #ef4056;
}

.is-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 312px;
  z-index: 12;
  overflow: auto;
  transform: translateX(312px);
  transition: transform 0.3s;
}
.is-mobile.active {
  transform: translateX(0);
}
.is-mobile .mainMenu-item {
  font-size: 1.3rem;
  font-weight: 700;
  color: #3f4064;
  height: 52px;
}
.is-mobile .mainMenu-item i::before {
  font-size: 2.4rem;
  margin-left: 0.8rem;
}
.is-mobile .mainMenu-list {
  display: flex;
  height: unset;
  box-shadow: unset;
  position: relative;
}
.is-mobile .mainMenu-sublist {
  height: unset;
}
.is-mobile .mainMenu-sublist-content {
  display: flex;
}
.is-mobile .mainMenu-list-categoryTitle {
  height: 52px;
}
.is-mobile .mainMenu-list-categoryTitle.active {
  color: #ef4056;
}
.is-mobile .mainMenu-list-categoryTitle.active i::before {
  transform: rotateX(180deg);
}
.is-mobile .mainMenu-sublist-menulist {
  display: none;
  padding-right: 4rem;
  background-color: #f0f0f1;
}
.is-mobile .mainMenu-sublist-menulist ul {
  flex-wrap: nowrap !important;
  height: 100%;
  width: 100%;
}
.is-mobile .mainMenu-sublist-menulist .mainMenu-sublist-item {
  max-width: 100%;
  padding-right: 2rem;
  margin: 0;
  height: 40px;
  color: #3f4064;
  display: none;
}
.is-mobile .mainMenu-sublist-menulist .mainMenu-sublist-item.active {
  display: flex;
}
.is-mobile .mainMenu-sublist-menulist .mainMenu-sublist-item-main {
  height: 44px;
  font-size: 1.3rem;
  color: #3f4064;
  justify-content: space-between;
  padding-left: 2rem;
}
.is-mobile .mainMenu-sublist-menulist .mainMenu-sublist-item-main i::before {
  font-size: 2.4rem;
  transform: rotate(-90deg);
}
.is-mobile .mainMenu-sublist-menulist .mainMenu-sublist-item-main a {
  pointer-events: none;
}

.header-profile.active .header-profilebtn {
  background-color: rgba(239, 57, 78, 0.1);
}
.header-profile.active .header-profile-Dropdown {
  display: block;
}
.header-profile .icon-dropdown::before {
  font-size: 2rem;
}
.header-profile .header-profile-Dropdown {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.3) 0px 4px 8px 0px;
  width: 256px;
  left: 0;
  top: 100%;
  display: none;
}
.header-profile .header-profile-Dropdown > div {
  transition: all 0.2s;
}
.header-profile .header-profile-Dropdown > div:hover {
  background-color: #f0f0f1;
}

.header-cart:hover .header-cart-btn {
  background-color: rgba(239, 57, 78, 0.1);
}
.header-cart:hover .header-cart-dropdown {
  display: block;
}

.cart-badge {
  min-width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 6px;
}

.header-cart-dropdown {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.3) 0px 4px 8px 0px;
  width: 400px;
  display: none;
}
.header-cart-dropdown .cart-list {
  max-height: 360px;
}

.shipmentsummery-swiper .swiper-btn-prev, .shipmentsummery-swiper .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .shipmentsummery-swiper .swiper-btn-next, .blog-widget .swiper-btn-prev, .blog-widget .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .blog-widget .swiper-btn-next, .incredible-offer-selected-carousel .swiper-btn-prev, .incredible-offer-selected-carousel .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .incredible-offer-selected-carousel .swiper-btn-next, .incredible-offer-CategorySwiper .swiper-btn-prev, .incredible-offer-CategorySwiper .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .incredible-offer-CategorySwiper .swiper-btn-next, .userCommentModal-gallery .swiper-btn-prev, .userCommentModal-gallery .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .userCommentModal-gallery .swiper-btn-next, .gallerySwiper .swiper-btn-prev, .gallerySwiper .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .gallerySwiper .swiper-btn-next, .productSwiper .swiper-btn-prev, .productSwiper .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .productSwiper .swiper-btn-next, .bestSelling-swiper .swiper-btn-prev, .bestSelling-swiper .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .bestSelling-swiper .swiper-btn-next, .popularBrands-swiper .swiper-btn-prev, .popularBrands-swiper .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .popularBrands-swiper .swiper-btn-next, .amazing-carousel .swiper-btn-prev, .amazing-carousel .header-search-result .searchTrends-swiper .swiper-btn-next, .header-search-result .searchTrends-swiper .amazing-carousel .swiper-btn-next, .shipmentsummery-swiper .swiper-btn-next, .blog-widget .swiper-btn-next, .incredible-offer-selected-carousel .swiper-btn-next, .incredible-offer-CategorySwiper .swiper-btn-next, .userCommentModal-gallery .swiper-btn-next, .gallerySwiper .swiper-btn-next, .productSwiper .swiper-btn-next, .bestSelling-swiper .swiper-btn-next, .popularBrands-swiper .swiper-btn-next, .amazing-carousel .swiper-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.shipmentsummery-swiper .swiper-btn-next, .blog-widget .swiper-btn-next, .incredible-offer-selected-carousel .swiper-btn-next, .incredible-offer-CategorySwiper .swiper-btn-next, .userCommentModal-gallery .swiper-btn-next, .gallerySwiper .swiper-btn-next, .productSwiper .swiper-btn-next, .bestSelling-swiper .swiper-btn-next, .popularBrands-swiper .swiper-btn-next, .amazing-carousel .swiper-btn-next {
  right: unset;
  left: 8px;
}

.swiper-slide {
  width: auto;
}

.swiper-btn-prev, .swiper-btn-next, .header-search-result .searchTrends-swiper .swiper-btn-next {
  background-color: #fff;
  border: 1px solid #e0e0e2;
  position: absolute;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 6;
}
.swiper-btn-prev::before, .swiper-btn-next::before, .header-search-result .searchTrends-swiper .swiper-btn-next::before {
  color: #81858b;
}

.swiper-button-disabled {
  display: none !important;
}

.swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  background-color: #0c0c0c;
  border-radius: 50%;
  transition: width 0.2s ease-in-out;
}
.swiper-pagination-bullet-active {
  width: 16px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
}

.mainSlider-swiper:hover .swiper-btn {
  opacity: 1;
}
.mainSlider-swiper .swiper-slide {
  width: 100%;
  height: 268px;
}
@media only screen and (min-width: 1024px) {
  .mainSlider-swiper .swiper-slide {
    height: 100%;
  }
}

.swiper-btn {
  position: absolute;
  bottom: 40px;
  display: flex;
  right: 4rem;
  opacity: 0;
}
.swiper-btn .swiper-btn-next {
  margin-right: 0.8rem;
}
.swiper-btn > div {
  position: relative;
}

.amazing-carousel {
  background: linear-gradient(to bottom, #ef394e, #ef4056);
  padding-right: 2px;
  padding-left: 2px;
}
@media only screen and (min-width: 1024px) {
  .amazing-carousel {
    height: 300px;
  }
}
.amazing-carousel .swiper-slide {
  overflow: hidden;
  height: auto;
}
.amazing-carousel .swiper-slide:nth-child(2) {
  border-radius: 0 8px 8px 0;
}
.amazing-carousel .swiper-slide:last-child {
  border-radius: 8px 0 0 8px;
}
.amazing-carousel .amazing-carousel-first-item img:first-child {
  width: 92px;
  height: 77px;
}
.amazing-carousel .amazing-carousel-first-item .amazing-carousel-first-item-imgBox {
  width: 145px;
  height: 115px;
}
.amazing-carousel .amazing-carousel-item-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 1024px) {
  .amazing-carousel .amazing-carousel-item-img {
    width: 150px;
    height: 150px;
  }
}
.amazing-carousel .amazing-carousel-item-addBasket-container {
  border: 1px solid #ef4056;
}
.amazing-carousel .amazing-carousel-last-item {
  min-width: 160px;
}
@media only screen and (min-width: 1024px) {
  .amazing-carousel .amazing-carousel-last-item {
    min-width: 192px;
  }
}
.amazing-carousel .amazing-carousel-last-item-icon {
  border: 1px solid #19bfd3;
}
.digikalaRecommendation .swiper-slide {
  min-width: 180px;
  flex-grow: 1;
}
.digikalaRecommendation .swiper-slide + .swiper-slide {
  border-right: 1px solid #f0f0f1;
}
.digikalaRecommendation .swiper-slide a + a {
  border-top: 1px solid #f0f0f1;
}
.digikalaRecommendation .digikalaRecommendation-item-img {
  width: 60px;
  height: 60px;
  mix-blend-mode: multiply;
}
.digikalaRecommendation .digikalaRecommendation-item-title {
  max-width: 65%;
}

.popularBrands-swiper .swiper-slide + .swiper-slide {
  border-right: 1px solid #f0f0f1;
}
.popularBrands-swiper .swiper-slide a {
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 1024px) {
  .popularBrands-swiper .swiper-slide a {
    width: 110px;
    height: 110px;
  }
}
.bestSelling-swiper .swiper-slide {
  width: 306px;
}
.bestSelling-swiper .swiper-slide img {
  width: 86px;
  height: 86px;
}
.bestSelling-swiper .swiper-slide .bestSelling-swiper-product:not(:first-child) {
  margin-top: 2rem;
}
.bestSelling-swiper .swiper-slide .bestSelling-swiper-product:not(:last-child) .bestSelling-swiper-productTitle::after {
  content: "";
  background-color: #f0f0f1;
  position: absolute;
  bottom: -10px;
  height: 1px;
  width: 100%;
}
.productGallery-swiper .productGallery-swiper-item {
  height: 250px;
  width: 100%;
}
.productGallery-swiper .swiper-pagination {
  left: 20px !important;
  transform: unset !important;
}
.productGallery-swiper .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  background-color: #a1a3a8;
  border-radius: 50%;
  opacity: 1;
}
.productGallery-swiper .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}

.productSwiper .productSwiper-Item {
  min-width: 160px;
  max-width: 160px;
}
@media only screen and (min-width: 1024px) {
  .productSwiper .productSwiper-Item {
    min-width: 192px;
    max-width: 192px;
  }
}
.productSwiper .productSwiper-Item-img {
  width: 150px;
  height: 150px;
}
.productswiper-Item-img {
  width: 100px !important;
  height: 100px !important;
  max-width: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productswiper-Item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ngr-thumb-square-100,
.ngr-dashboard-thumb {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.ngr-thumb-square-100 {
  width: 100px;
  max-width: 100px;
}
.ngr-dashboard-thumb {
  width: 64px;
}
.ngr-thumb-square-100 img,
.ngr-dashboard-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallerySwiper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 1024px) {
  .gallerySwiper .swiper-slide img {
    height: 550px;
  }
}
.gallerythumbSwiper .swiper-slide .gallerythumbSwiper-item {
  width: 62px;
  height: 62px;
  border: 2px solid #e0e0e2;
}
.gallerythumbSwiper .swiper-slide .gallerythumbSwiper-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallerythumbSwiper .swiper-slide.swiper-slide-thumb-active .gallerythumbSwiper-item {
  border-color: #19bfd3;
}

@media only screen and (min-width: 1024px) {
  .userCommentModal-gallery {
    width: 60%;
  }
}
.userCommentSwiper-thumb .swiper-slide img {
  border-radius: 8px;
}
.userCommentSwiper-thumb .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid #19bfd3;
}

.stories-Swiper-item {
  width: 84px;
}
.stories-Swiper-item-imgContainer {
  height: 84px;
  width: 84px;
  background: linear-gradient(315deg, #e03d96, #7d4c9e);
}
.stories-Swiper-item-imgContainer > div {
  height: 80px;
  width: 80px;
  padding: 3px;
}
.stories-Swiper-item-imgContainer img {
  width: 74px;
}
.stories-Swiper-item-time {
  padding: 0 6px;
  background: #fdecf5;
  transform: translateY(30%);
  color: #e03e97;
  border: 2px solid #fff;
}

.storiesModal-swiper {
  width: 360px;
  height: 90%;
  max-height: 720px;
  margin-right: 60px;
  margin-left: 60px;
}
.storiesModal-swiper .swiper-slide {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .storiesModal-swiper .swiper-slide {
    height: 100%;
  }
}
.storiesModal-swiper .stories-header-bg {
  height: 80px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
}
.storiesModal-swiper .stories-bottom-bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  z-index: 0;
}
.storiesModal-swiper .noUi-horizontal .noUi-handle {
  height: 16px;
  width: 16px;
  background-color: #fff;
  z-index: 15150;
}
.storiesModal-swiper .video-mute::before {
  font-size: 75px;
}
.storiesModal-swiper .stories-product-item {
  width: 240px;
}

.incredible-offer-CategorySwiper .swiper-slide {
  width: 114px;
  height: auto;
}
.incredible-offer-CategorySwiper img {
  width: 90px;
  height: 90px;
}
.incredible-offer-selected-carousel {
  background: linear-gradient(to bottom, #ef394e, #ef4056);
  padding-right: 2px;
  padding-left: 2px;
}
.incredible-offer-selected-carousel-item {
  min-width: 160px;
  max-width: 160px;
}
@media only screen and (min-width: 1024px) {
  .incredible-offer-selected-carousel-item {
    min-width: 192px;
    max-width: 192px;
  }
}
.incredible-offer-selected-carousel-item-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 1024px) {
  .incredible-offer-selected-carousel-item-img {
    width: 150px;
    height: 150px;
  }
}
.blog-widget .swiper-slide {
  width: 235px;
}
.blog-widget img {
  aspect-ratio: 610/380;
}
.banner[data-count="2"] a {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .banner[data-count="2"] a {
    width: 50%;
  }
}
.banner[data-count="4"] a {
  width: 48%;
}
@media only screen and (min-width: 1024px) {
  .banner[data-count="4"] a {
    width: 25%;
  }
}

.banner-category img {
  width: 90px;
  height: 90px;
}
@media only screen and (min-width: 1024px) {
  .banner-category img {
    width: 100px;
    height: 100px;
  }
}

.footer-logo {
  height: 30px;
}

.footer-socialLink i::before {
  font-size: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .footer-socialLink i::before {
    font-size: 4rem;
  }
}

.footer-links-column {
  width: 100%;
  flex: 1 1 100%;
}
@media only screen and (min-width: 1024px) {
  .footer-links-column {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
}

.footer-appLink {
  background-color: #3c4b6d;
}
.footer-appLink-logo {
  height: 24px;
}
@media only screen and (min-width: 1024px) {
  .footer-appLink-logo {
    height: 44px;
  }
}
.footer-appLink-moreApp i::before {
  font-size: 4.6rem;
}

.footer-enamad img {
  height: 75px;
  width: 75px;
}

.footer-partners {
  gap: 1px;
}
.footer-partners a {
  width: 12%;
  height: 80px;
}
.footer-partners a img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-footer-fixed-wrapper {
  position: relative;
}
.mobile-footer-fixed-placeholder {
  visibility: hidden;
  pointer-events: none;
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-footer-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.14) 0px -1px 1px 0px, rgba(0, 0, 0, 0.05) 0px -2px 2px 0px;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 5;
}
.mobile-footer-fixed-menu-item i:nth-child(2) {
  display: none;
}
.mobile-footer-fixed-menu-item.active i:first-child {
  display: none;
}
.mobile-footer-fixed-menu-item.active i:nth-child(2) {
  display: flex;
}
.mobile-footer-fixed-menu-item.active span {
  color: #0c0c0c;
  font-weight: 700;
}
.mobile-footer-fixed-menu-item .cart-badge {
  right: -8px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
}
.modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  background-color: #fff;
  z-index: 910;
  transform: translateY(100%);
  transition: 0.2s transform ease-in-out;
}
.modal--stacked {
  z-index: 880;
  pointer-events: none;
}
.modal--top {
  z-index: 910;
}
.modal.active {
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .modal {
    bottom: unset;
    right: unset;
    left: 50%;
    top: 50%;
    min-width: 460px;
    transform: translate(-50%, -50%);
    max-height: 80%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s opacity ease-in-out;
  }
  .modal.active {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.modal-header {
  z-index: 10;
}

.mobileModal {
  position: fixed !important;
  bottom: 0;
  top: 100px;
  left: 0;
  right: 0;
  max-height: 100%;
  background-color: #fff;
  z-index: 905;
  transform: translateY(100%);
  transition: 0.2s transform ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .mobileModal {
    position: relative !important;
    z-index: 905;
    transform: unset;
    display: none !important;
  }
}
.mobileModal.active {
  transform: translateY(0);
}
.productShare-modal {
  z-index: 915;
}
.mobileModal-content {
  padding-top: 7rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .modal-dkServices {
    width: 780px;
  }
}
.modal-dkServices .servicesList {
  --bs-columns: 1;
}
@media only screen and (min-width: 1024px) {
  .modal-dkServices .servicesList {
    --bs-columns: 2;
  }
}

@media only screen and (min-width: 1024px) {
  .addComment-modal {
    width: 800px;
  }
}

.productGallery-modal {
  inset: 0;
  width: 100%;
  height: 100vh;
  max-height: none;
  padding: 16px 16px 24px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.productGallery-modal .modal-content {
  background: transparent;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex: 1;
}
.productGallery-modal__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
.productGallery-modal__close {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.productGallery-modal__close i {
  color: #fff;
  font-size: 18px;
}
.productGallery-modal__content {
  flex: 1;
  width: 100%;
  display: flex;
}
.productGallery-modal__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 1;
}
.productGallery-modal .gallerySwiper-Container {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productGallery-modal .gallerySwiper {
  width: 100%;
  max-width: 640px;
  background: transparent;
}
.productGallery-modal .gallerySwiper img {
  width: 100%;
  max-height: calc(100vh - 240px);
  object-fit: contain;
  background-color: #000;
}
.productGallery-modal .number-pagination {
  color: #fff;
}
.productGallery-modal .swiper-btn-next,
.productGallery-modal .swiper-btn-prev {
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}
.productGallery-modal .swiper-btn-next:before,
.productGallery-modal .swiper-btn-prev:before {
  color: inherit;
}
.productGallery-modal .productGallery-modal__thumbs {
  width: 100%;
  padding-inline: 4px;
  margin-top: auto;
}
.productGallery-modal .gallerythumbSwiper {
  width: 100%;
}
.productGallery-modal .gallerythumbSwiper .swiper-wrapper {
  gap: 8px;
}
.productGallery-modal .gallerythumbSwiper .swiper-slide {
  width: 72px;
  height: 72px;
}
.productGallery-modal .gallerythumbSwiper-item {
  height: 100%;
  background-color: #0f0f0f;
  border: 1px solid #2a2a2a;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productGallery-modal .gallerythumbSwiper-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  .productGallery-modal {
    padding: 24px 32px 40px;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 0.25s opacity ease, 0.25s transform ease;
  }
  .productGallery-modal.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .productGallery-modal .modal-content {
    max-width: 1280px;
    margin: 0 auto;
    overflow: visible;
  }
  .productGallery-modal__body {
    gap: 24px;
  }
  .productGallery-modal .gallerySwiper {
    width: min(640px, 75vw);
  }
  .productGallery-modal .gallerySwiper img {
    max-height: calc(100vh - 280px);
  }
  .productGallery-modal .swiper-btn-next,
  .productGallery-modal .swiper-btn-prev {
    width: 44px;
    height: 44px;
  }
  .productGallery-modal .productGallery-modal__thumbs {
    padding-inline: 32px;
  }
  .productGallery-modal .gallerythumbSwiper .swiper-wrapper {
    justify-content: center;
    gap: 12px;
  }
  .productGallery-modal .gallerythumbSwiper .swiper-slide {
    width: 96px;
    height: 96px;
  }
}

@media only screen and (min-width: 1024px) {
  .userComment-modal {
    width: 1024px;
  }
}

@media only screen and (min-width: 1024px) {
  .priceChart-modal {
    width: 800px;
  }
}

.stories-modal {
  z-index: 15;
  opacity: 0;
  visibility: hidden;
}
.stories-modal.active {
  visibility: visible;
  opacity: 1;
}
.stories-modal-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.stories-modal .stories-modal-swiper-btn {
  position: relative;
}

.tooltip, .product-color-swatches .product-variants-item-tooltip  {
  max-width: 320px;
  border-radius: 4px;
  padding: 0.8rem 1.2rem;
  margin: 0.8rem;
  width: -moz-max-content;
  width: max-content;
  display: none;
  position: absolute;
  background-color: #23254e;
  color: #fff;
}
.tooltip[data-position=left] {
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}
.tooltip[data-position=right] {
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
.tooltip[data-position=bottom] {
  top: 100%;
  transform: translateX(-50%);
  left: 50%;
}

.showTooltip {
  position: relative;
}
.showTooltip:hover .tooltip {
  display: flex;
}

.ngr-icon-toggle {
  transition: opacity 0.2s ease, color 0.2s ease;
}

.ngr-icon-toggle.is-processing,
.ngr-icon-toggle[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.6;
}

.ngr-icon-toggle.is-processing i,
.ngr-icon-toggle[aria-disabled=true] i {
  color: #a1a3a8 !important;
}

@media (max-width: 991.98px) {
  .mobile-header .tooltip,
  .mobile-top-header .tooltip,
  .modal .tooltip {
    display: none !important;
  }
}

.product-summerySellerState-tooltip {
  color: #0c0c0c !important;
  background-color: #fff !important;
  border: 1px solid #e0e0e2 !important;
  min-width: 400px;
  top: 0 !important;
  transform: unset !important;
  margin: -4px 0 0 28px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.tabs-item-border-b {
  height: 4px;
  width: calc(100% - 16px);
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.tabs-item-badge {
  width: 20px;
  height: 20px;
}

.tabs-item.active span {
  color: #ef4056;
}
.tabs-item.active .tabs-item-border-b {
  display: flex;
}
.tabs-item.active .tabs-item-badge {
  background-color: #ef4056;
}

.tabs-content-item {
  display: none;
}
.tabs-content-item.active {
  display: flex;
}

.popover {
  top: 100%;
  left: calc(100% - 24px);
  display: none;
}
.popover.opened {
  display: block;
}
.popover-container {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.popover-container > div:hover {
  background-color: #f0f0f1;
}

.popover-btn.hoverable:hover > .popover {
  display: block;
}
.popover-btn.hoverable .popover:hover {
  display: block;
}

.customCheckbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #3f4064;
  height: 18px;
  width: 18px;
  border-radius: 4px;
}
.customCheckbox:checked {
  background-color: #008eb2;
  border-color: #008eb2;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}

.customSwitch {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #a1a3a8;
  height: 20px;
  width: 40px;
  border-radius: 100px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23a1a3a8'/></svg>");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.2s;
}
.customSwitch:checked {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23fff'/></svg>");
  background-color: #19bfd3;
  border-color: #19bfd3;
  background-position: right center;
}

.input-focus-changeborder {
  background-color: #f0f0f1;
}
.input-focus-changeborder.focused {
  border-bottom: 2px solid #19bfd3;
  border-color: #19bfd3;
}
@media only screen and (min-width: 1024px) {
  .input-focus-changeborder.focused {
    border: 1px solid #19bfd3;
  }
}
.input-focus-changeborder.focused button {
  color: #19bfd3;
}
@media only screen and (min-width: 1024px) {
  .input-focus-changeborder {
    background-color: transparent !important;
  }
}
.input-focus-changeborder.invalid {
  border-bottom: 2px solid #d32f2f;
}
@media only screen and (min-width: 1024px) {
  .input-focus-changeborder.invalid {
    border: 1px solid #d32f2f;
  }
}
.input-focus-changeborder input {
  background-color: transparent !important;
}
.input-focus-changeborder input::-moz-placeholder {
  color: #a1a3a8;
}
.input-focus-changeborder input::placeholder {
  color: #a1a3a8;
}

.customRadio {
  height: 20px;
  min-width: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #3f4064;
  border-radius: 50%;
}
.customRadio:checked {
  border: 5px solid #19bfd3;
}

.main-services-item img {
  height: 52px;
  width: 52px;
}
.main-services-item .main-services-item-more {
  height: 52px;
  width: 52px;
}
.main-services-item .main-services-item-more .icon-moreHorizontal::before {
  font-size: 3.2rem;
}

.baseOnvisit-products .baseOnvisit-products-item + .baseOnvisit-products-item {
  border-top: 1px solid #f0f0f1;
}
@media only screen and (min-width: 1024px) {
  .baseOnvisit-products .baseOnvisit-products-item + .baseOnvisit-products-item {
    border: none;
    border-right: 1px solid #f0f0f1;
  }
}
.baseOnvisit-products-item-grid {
  gap: 1px;
}

.digiplus-widget-rSide {
  background: url("../images/plus-widget.png") no-repeat 0 100%;
  background-size: contain;
  height: 355px;
}
@media only screen and (min-width: 1024px) {
  .digiplus-widget-rSide {
    height: auto;
    background-size: 372px 279px;
  }
}
.digiplus-widget-product {
  max-width: 116px;
  max-height: 166px;
}
.digiplus-widget-product-cashback {
  max-height: 26px;
  bottom: -2px;
}
.digiplus-widget-product-cashback .icon-toman::before {
  font-size: 1.2rem;
}

.digiclub-widget {
  background: linear-gradient(45deg, #35a6c8 33%, #007295 70%);
}
.digiclub-widget-item {
  padding: 2px;
}
.digiclub-widget-item img {
  height: 60px;
}
@media only screen and (min-width: 1024px) {
  .digiclub-widget-item img {
    width: 170px;
  }
}

.bestDiscount-widget-products {
  --bs-columns:2;
}
@media only screen and (min-width: 1024px) {
  .bestDiscount-widget-products {
    --bs-columns:6;
  }
}
.bestDiscount-widget-products .bestDiscount-widget-item {
  border-left: 1px solid #f0f0f1;
  border-bottom: 1px solid #f0f0f1;
}
.bestDiscount-widget-products .bestDiscount-widget-item:nth-child(2n) {
  border-left: none;
}
.bestDiscount-widget-products .bestDiscount-widget-item:nth-last-child(-n+3):nth-child(2n) ~ * {
  border-bottom: none;
}
@media only screen and (min-width: 1024px) {
  .bestDiscount-widget-products .bestDiscount-widget-item:nth-child(2n) {
    border-left: 1px solid #f0f0f1;
  }
  .bestDiscount-widget-products .bestDiscount-widget-item:nth-child(6n) {
    border-left: none;
  }
  .bestDiscount-widget-products .bestDiscount-widget-item:nth-last-child(-n+7):nth-child(6n) ~ * {
    border-bottom: none;
  }
}
.bestDiscount-widget-products .bestDiscount-widget-item-img {
  height: 150px;
  width: 150px;
}

.blog-widget-items {
  --bs-columns:1;
}
@media only screen and (min-width: 768px) {
  .blog-widget-items {
    --bs-columns:2 ;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-widget-items {
    --bs-columns:4 ;
  }
}
.blog-widget-items img {
  aspect-ratio: 305/175;
}

.search-topCategoryList {
  grid-template-columns: repeat(8, 1fr);
}
.search-topCategoryList-item img {
  width: 85px;
  height: 85px;
  mix-blend-mode: multiply;
}
.search-topCategoryList .is-hidden-extra {
  display: none !important;
}
.search-topCategoryList-item-showMore ~ .search-topCategoryList-item {
  display: none !important;
}

.search-filter-aside {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .search-filter-aside {
    min-width: 270px;
    width: 270px;
  }
}

.search-filter-aside-filter:not(:last-child) {
  border-bottom: 1px solid #f0f0f1;
}

.searchFilter-props {
  max-height: 360px;
  margin-right: -2rem;
  margin-left: -2rem;
  display: none;
}
.searchFilter-props.opened {
  display: block;
}

.searchFilter-props-searchinput::-moz-placeholder {
  color: #a1a3a8;
}

.searchFilter-props-searchinput::placeholder {
  color: #a1a3a8;
}
.searchFilter-props-searchinput.active + .icon-clear {
  display: flex !important;
}

.searchFilter-props-color-img {
  padding: 6px;
  border-radius: 14px;
}
.searchFilter-props-color-img.selected {
  border: 4px solid #19bfd3;
  padding: 3px;
}

.noUi-target {
  box-shadow: unset;
  border: unset;
  height: 5px;
  background-color: #e0e0e2;
}

.noUi-connect {
  background-color: #19bfd3;
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  background-color: #19bfd3;
  height: 20px;
  width: 20px;
  box-shadow: unset;
  border: unset;
  left: -11px;
  top: -7px;
}
.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
  content: unset;
}

.sortitem.active {
  color: #ef394e;
}

.searchFilter-openfilter-activeDot {
  border: 3px solid #fff;
}

.search-products {
  --bs-columns: 1;
}
@media only screen and (min-width: 640px) {
  .search-products {
    --bs-columns: 2;
  }
}
@media only screen and (min-width: 1280px) {
  .search-products {
    --bs-columns: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .search-products {
    --bs-columns: 4;
  }
}
@media only screen and (min-width: 1676px) {
  .search-products {
    --bs-columns: 5;
  }
}

@media only screen and (min-width: 1024px) {
  .productlist-Item:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
}
.productlist-Item-counter {
  min-width: 37px;
  height: 28px;
  z-index: 1;
  transform: translateX(15%);
}
@media only screen and (min-width: 640px) {
  .productlist-Item:nth-child(n) {
    border-left: 1px solid #f0f0f1;
  }
  .productlist-Item:nth-child(2n) {
    border-left: none;
  }
}
@media only screen and (min-width: 1280px) {
  .productlist-Item:nth-child(n) {
    border-left: 1px solid #f0f0f1;
  }
  .productlist-Item:nth-child(3n) {
    border-left: none;
  }
}
@media only screen and (min-width: 1440px) {
  .productlist-Item:nth-child(n) {
    border-left: 1px solid #f0f0f1;
  }
  .productlist-Item:nth-child(4n) {
    border-left: none;
  }
}
@media only screen and (min-width: 1676px) {
  .productlist-Item:nth-child(n) {
    border-left: 1px solid #f0f0f1;
  }
  .productlist-Item:nth-child(5n) {
    border-left: none;
  }
}
.productlist-Item-img {
  width: 118px;
  height: 118px;
}
@media only screen and (min-width: 1024px) {
  .productlist-Item-img {
    width: 240px;
    height: 240px;
  }
}
.productlist-Item .setCartItem-Quantity {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}
.productlist-Item-colors .icon-addSimple::before {
  font-size: 0.8rem;
}

.paging-item:hover {
  border: 2px solid #ef394e;
  color: #ef394e;
}
.paging-item.active {
  color: #fff;
  background-color: #ef394e;
}

.search-filter-aside-showAll {
  box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 1px 0, rgba(0, 0, 0, 0.05) 0px -2px 2px 0;
}


.single-product-layout__gallery,
.single-product-layout__info {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .single-product-layout__gallery {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .single-product-layout__info {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}

.productPage .tooltip {
  background-color: #3f4064;
  color: #fff;
  border: 1px solid #23254e;
}

.product-galleryList-item img {
  height: 72px;
}
.product-galleryList-item-blur {
  filter: blur(4px);
  opacity: 0.5;
}
.product-params span {
  line-height: 1.6rem !important;
}
@media only screen and (min-width: 1024px) {
  .product-params {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-params span {
    line-height: 2.25rem !important;
  }
}
.product-params-showMore {
  background-color: rgba(25, 191, 211, 0.1);
}

.product-variantInformation {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .product-variantInformation {
    max-width: 330px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-variantInformation-content {
    background-color: #f7f7f7;
  }
}
.product-variantInformation-verifiedIcon {
  bottom: -5px;
  left: -4px;
}
.product-variantInformation-price .icon-toman::before {
  font-size: 1.4rem;
}

.product-sellerList.showAll .product-sellerList-item:nth-child(n+5) {
  display: block !important;
}

.product-sellerList-item {
  border-bottom: 8px solid #f0f0f1;
}
.product-sellerList-item div.grid {
  --bs-columns: 1;
}
@media only screen and (min-width: 1024px) {
  .product-sellerList-item div.grid {
    --bs-columns: 3;
  }
}
.product-sellerList-item-dgplus {
  background: linear-gradient(270deg, rgba(215, 168, 204, 0.2), rgba(255, 255, 255, 0)) no-repeat 100%;
  background-size: 430px auto;
}
@media only screen and (min-width: 1024px) {
  .product-sellerList-item {
    border-bottom: none;
  }
  .product-sellerList-item:nth-child(even) {
    background-color: #f7f7f8;
  }
  .product-sellerList-item:nth-child(n+5) {
    display: none !important;
  }
}

.product-tab-list {
  z-index: 5;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.product-tabs-variantInformation {
  width: 300px;
  min-width: 300px;
}
.product-tabs-variantInformation-img {
  width: 80px;
  mix-blend-mode: multiply;
}
.product-tabs-variantInformation-color {
  height: 14px;
  width: 14px;
}

.product-review-list {
  gap: 1.5rem;
}
.product-review-list .product-review-item + .product-review-item {
  border-top: 1px solid #e0e0e2;
  padding-top: 1rem;
}
.product-review-list .product-review-item--full {
  display: none;
}
.product-review-list.showAll .product-review-item--full {
  display: block;
}
.product-review-list.showAll .product-review-item--summary {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .product-Properties-title {
    width: 305px;
  }
}
.product-properties-values:not(.showAll) > div:nth-child(n+4) {
  display: none !important;
}
.product-properties-values.showAll > div:nth-child(n+4) {
  display: flex !important;
}

.product-properties-values-title {
  width: 200px;
}

.product-comment-question-summery {
  width: 260px;
}

.ngr-product-comments-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.ngr-product-comments-wrapper .commentlist {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ngr-product-comment-preview {
  background-color: #fff;
}
.ngr-product-comments-preview {
  gap: 1rem;
}

.product-comment-images-item {
  height: 57px;
  width: 57px;
}

.product-comment-buyer-badge {
  background-color: rgba(76, 175, 80, 0.06);
}

.product-comment-purchased-color {
  height: 14px;
  width: 14px;
}

.product-comment-item-mobile {
  height: 210px;
  width: 270px;
  min-width: 270px;
}

.product-commentModal-images-item {
  height: 84px;
  width: 84px;
}

.product-commentQuestion-mobileAddBtn {
  bottom: 14px;
  left: 16px;
}

.product-mobile-addtoBasket {
  box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 1px 0, rgba(0, 0, 0, 0.05) 0 -2px 2px 0;
  z-index: 5;
}

.product-share-copyBtn {
  border: 1px solid #0c0c0c;
}

.product-addComment-FormContainer {
  min-width: 49%;
}

.addComment-rateSlider .noUi-connect {
  background-color: #f9bc00;
}
.addComment-rateSlider .noUi-handle {
  background-color: #f9bc00;
}
.addComment-rateSlider .noUi-marker.noUi-marker-horizontal {
  height: 4px;
  width: 4px;
  border-radius: 50%;
}

.productGallery-commentImageThumb img {
  height: 30px;
  width: 30px;
}

.product-CommentItem-image img {
  width: 50px;
  height: 50px;
}

.priceChart {
  min-height: 475px;
}

.priceChart-lineType-line {
  width: 19px;
  height: 4px;
}

.priceChart-lineType-circle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.priceChart-colorItem.active {
  border-color: #e6123d;
  color: #ef4056;
  background-color: rgba(224, 83, 83, 0.05);
}

.priceChart-Tooltip {
  width: 265px;
  overflow: hidden;
  padding: 1.2rem 1.6rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 8px;
  background-color: #fff;
  color: #3f4064;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.2) 0 1px 5px 0;
}
.priceChart-Tooltip .icon-toman::before {
  font-size: 1.4rem;
}

.compare-Products[data-count="1"] .compare-header {
  --bs-columns: 2;
}
.compare-Products[data-count="1"] .compare-property-values {
  --bs-columns: 2;
}
.compare-Products[data-count="2"] .compare-header {
  --bs-columns: 3;
}
.compare-Products[data-count="2"] .compare-property-values {
  --bs-columns: 3;
}
.compare-Products[data-count="3"] .compare-header {
  --bs-columns: 4;
}
.compare-Products[data-count="3"] .compare-property-values {
  --bs-columns: 4;
}
.compare-Products[data-count="4"] .compare-header {
  --bs-columns: 4;
}
.compare-Products[data-count="4"] .compare-property-values {
  --bs-columns: 4;
}

.compare-header {
  top: -50px;
}
@media only screen and (min-width: 1024px) {
  .compare-header {
    top: -130px;
  }
}
.compare-header .compare-header-item + .compare-header-item {
  border-right: 1px solid #f0f0f1;
  margin-right: 1rem;
}
.compare-header .compare-header-remove {
  right: 25px;
}
.compare-header .compare-header-remove i::before {
  font-size: 1.2rem;
}
.compare-header .compare-header-img {
  width: 100px;
}
@media only screen and (min-width: 1024px) {
  .compare-header .compare-header-img {
    width: 150px;
  }
}
.compare-header .compare-header-rate i::before {
  font-size: 1.6rem;
}
.compare-header .compare-header-price i::before {
  font-size: 1.4rem;
}

.compare-header-addNew-btn {
  border: 1px solid #ef4056;
}

.compare-property + .compare-property {
  border-top: 1px solid #f0f0f1;
}

.compare-property-values .compare-property-value:first-child {
  padding-left: 1rem;
}
.compare-property-values .compare-property-value + .compare-property-value {
  border-right: 1px solid #f0f0f1;
  padding-right: 1rem;
}

.comapre-modal-search input::-moz-placeholder {
  color: #a1a3a8;
}

.comapre-modal-search input::placeholder {
  color: #a1a3a8;
}

.compare-search-Products {
  --bs-columns: 1;
}
@media only screen and (min-width: 640px) {
  .compare-search-Products {
    --bs-columns: 2 ;
  }
}
.compare-search-Products .productlist-Item {
  border-left: none !important;
  border-bottom: 1px solid #f0f0f1;
}
@media only screen and (min-width: 768px) {
  .compare-search-Products .productlist-Item:nth-child(n) {
    border-left: 1px solid #f0f0f1;
  }
  .compare-search-Products .productlist-Item:nth-child(2n) {
    border-left: none;
  }
}

.profile-container {
  --bs-columns: 1;
}
@media only screen and (min-width: 1024px) {
  .profile-container {
    --bs-columns: 7 ;
  }
}

.profile-asid-userInfo .icon-edit::before {
  font-size: 2rem;
}
.profile-asid-userInfo .icon-chevronLeft::before {
  font-size: 2rem;
}

.profile-asid-menuItem:hover {
  background-color: #f2f2f2;
}
.profile-asid-menuItem-selectedLine {
  top: 8px;
  bottom: 8px;
  width: 4px;
  display: none;
}
.profile-asid-menuItem.active .profile-asid-menuItem-selectedLine {
  display: block;
}
.profile-asid-menuItem.active span {
  font-weight: 800;
}

.profile-orderStatus-img {
  height: 60px;
}

.profile-orderStatus-Countbadge {
  width: 20px;
  height: 20px;
  background-color: #f2f2f2;
}

.profile-digiplus-card-Inactive {
  height: 188px;
  background: #e0e0e2 url(../images/svg/profile/digiplus-pattern-inactive.svg) no-repeat left top;
}

.profile-digiplus-card-buyButton {
  height: 48px;
}

.profile-digiplus-renewalbtn {
  border: 1px solid #b12ba4;
  height: 40px;
}

.profile-order-search {
  border-bottom: 1px solid #19bfd3;
  height: 4.8rem;
}
.profile-order-search input::-moz-placeholder {
  color: #a1a3a8;
}
.profile-order-search input::placeholder {
  color: #a1a3a8;
}

.profile-order-searchMobile {
  height: 4.8rem;
}
.profile-order-searchMobile.active {
  border-bottom: 2px solid #19bfd3;
}
.profile-order-searchMobile input::-moz-placeholder {
  color: #a1a3a8;
}
.profile-order-searchMobile input::placeholder {
  color: #a1a3a8;
}
.profile-order-searchMobile input:not(:-moz-placeholder-shown) + i {
  display: flex !important;
}
.profile-order-searchMobile input:not(:placeholder-shown) + i {
  display: flex !important;
}

.profile-order-search-notfound {
  max-width: 480px;
}
.profile-order-search-notfound .icon-infoFill::before {
  font-size: 2rem;
}

.profile-tab-notcontent {
  padding: 80px 0;
}

.profile-order-summeryProduts {
  --bs-columns: 7;
}
.profile-order-summeryProduts div:not(:last-child) {
  border-left: 1px solid #e0e0e2;
}
.profile-order-summeryProduts div:nth-child(7) {
  display: none;
}
.profile-order-summeryProduts img {
  height: 32px;
  width: 32px;
}
@media only screen and (min-width: 1024px) {
  .profile-order-summeryProduts {
    --bs-columns: 8;
  }
  .profile-order-summeryProduts div {
    border-left: none !important;
  }
  .profile-order-summeryProduts div:nth-child(7) {
    display: flex;
  }
  .profile-order-summeryProduts img {
    height: 64px;
    width: 64px;
  }
}

.profile-tab-gridList {
  --bs-columns: 1;
}
@media only screen and (min-width: 1024px) {
  .profile-tab-gridList {
    --bs-columns: 2;
  }
}
.profile-tab-gridList .icon-notificationOffOutline::before {
  font-size: 2rem;
}

.profile-comments-products-item img {
  width: 96px;
  height: 96px;
}

.profile-comments-Item img {
  width: 64px;
  height: 64px;
}
.profile-comments-Item-rate {
  max-height: 20px;
}
.profile-comments-Item-badge-accepted {
  background-color: #EDF7ED;
  color: #2e7b32;
  border: 1px solid #2e7b32;
}
.profile-comments-Item-badge-notaccepted {
  background-color: #FFF6E8;
  color: #f57f17;
  border: 1px solid #f57f17;
}

.profile-address-popover .popover-container {
  width: 280px;
}

.profile-addresses-list-item:not(:first-child) {
  border-top: 1px solid #f0f0f1;
}

.profile-addresses-mobile-addbtn {
  bottom: 72px;
  left: 20px;
}

@media only screen and (min-width: 1024px) {
  .addAddress-modal {
    width: 550px;
  }
}
.addAddress-modal .modal-content {
  padding-top: 68px;
  padding-bottom: 80px;
}

.dropDown {
  height: 4.8rem;
  border: 1px solid #e0e0e2;
}
.dropDown.disabled {
  background-color: #f0f0f1 !important;
  pointer-events: none;
}

.dropdownList {
  top: 52px;
  z-index: 12;
  height: 192px;
  overflow-y: auto;
  display: none;
}
.dropdownList.active {
  display: flex;
}
.dropdownList ul li:hover {
  background-color: #f0f0f1;
}

.profile.modals input:not([type=checkbox]):not([type=radio]) {
  height: 4.8rem;
}
.profile.modals .dropDown {
  background-color: #f0f0f1;
  border: 0;
}
.profile.modals .dropDown input {
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .profile.modals .dropDown {
    background-color: transparent;
    border: 1px solid #e0e0e2;
  }
}

.addAddress-modal textarea {
  background-color: transparent;
}
.addAddress-modal .addAddress-modal-address {
  background-color: #f0f0f1;
  border: 0;
}
@media only screen and (min-width: 1024px) {
  .addAddress-modal .addAddress-modal-address {
    background-color: transparent;
    border: 1px solid #e0e0e2;
  }
}

.profile-addressModal-footer {
  box-shadow: rgba(0, 0, 0, 0.14) 0px -1px 1px 0px, rgba(0, 0, 0, 0.05) 0px -2px 2px 0px;
  z-index: 10;
}
.profile-addressModal-footer button {
  height: 4.8rem;
}

.profile-notification-tablist .tabs-item.active:first-child {
  border-color: #ef4056;
}
.profile-notification-tablist .tabs-item.active:nth-child(2) {
  border-color: #f9a825;
}
.profile-notification-tablist .tabs-item.active:nth-child(2) span {
  color: #f9a825 !important;
}

.profile-notification-message-notSeeDot {
  height: 6px;
  left: 3px;
  top: 3px;
  width: 6px;
}

.profile-notification-list-Item:not(:first-child) {
  border-top: 1px solid #e0e0e2;
}

.profile-personalInfo-value {
  margin-top: 2px;
}

.profile.personalinfo .modal-content {
  padding-top: 60px;
}
.profile.personalinfo .profile-personalinfo-submitbtn {
  height: 4.8rem;
}

@media only screen and (min-width: 1024px) {
  .dateOfBirthmodal, .passwordModal, .refundModal, .companyInfoModal, .personalinfoModal {
    width: 460px;
  }
}

.personalinfoModal #ForeignUser {
  border: 1px dashed #e0e0e2;
}
.personalinfoModal .upload-btn {
  height: 4.8rem;
}

.passowrdstrength-line {
  height: 4px;
}

.orderDetail-openTransaction i {
  transition: all 0.2s linear;
}
.orderDetail-openTransaction.opened i {
  transform: rotate(180deg);
}

.orderDetail-Transaction {
  display: none;
}
.orderDetail-Transaction.opened {
  display: block;
}
.orderDetail-Transaction-item:last-child > div:nth-child(2) {
  border-bottom: none;
}

.orderDetail-OrderStatus.completed {
  background-color: rgba(46, 123, 50, 0.07);
}
.orderDetail-OrderStatus.completed .orderDetail-OrderStatus-title {
  color: #2e7b32;
}
.orderDetail-OrderStatus.completed .orderDetail-OrderStatus-progress-percent {
  background-color: #4caf50;
}
.orderDetail-OrderStatus.canceled {
  background-color: rgba(211, 47, 47, 0.07);
}
.orderDetail-OrderStatus.canceled .orderDetail-OrderStatus-title {
  color: #b2001a;
}
.orderDetail-OrderStatus.canceled .orderDetail-OrderStatus-progress-percent {
  background-color: #d32f2f;
}
@media only screen and (min-width: 1024px) {
  .orderDetail-OrderStatus {
    max-width: 352px;
    background-color: #fff !important;
  }
}
.orderDetail-OrderStatus-progress {
  height: 10px;
}
@media only screen and (min-width: 1024px) {
  .orderDetail-OrderStatus-progress {
    height: 6px;
  }
}

.orderDetail-Products-item:last-of-type {
  border-bottom: none !important;
}
.orderDetail-Products-item-countBadge {
  height: 20px;
  width: 20px;
}
.orderDetail-Products-item-variant-color {
  height: 18px;
  width: 18px;
}

.cart-item:not(:first-child) {
  border-top: 1px solid #f0f0f1;
}
.cart-item img {
  width: 116px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-item .cart-item-variant-color {
  height: 18px;
  width: 18px;
}
.cart-item-disAmount .icon-toman {
  margin-right: 2px;
  top: -2px;
}
.cart-item-disAmount .icon-toman::before {
  font-size: 1.4rem;
}

.setcartItem-Quantity {
  width: 102px;
  height: 44px;
}

.cart-dgplusWidget {
  --bs-columns: 1;
  border: 1px solid #b12ba4;
}
@media only screen and (min-width: 1024px) {
  .cart-dgplusWidget {
    --bs-columns: 7;
  }
}

@media only screen and (min-width: 1024px) {
  .cartPage-aside {
    width: 308px;
  }
  .cartPage-aside .position-sticky {
    top: 20px;
  }
}

.cart-submitBtn {
  height: 4.8rem;
}

.cart-dgclubpoint {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .cart-dgclubpoint {
    background-color: #f0f0f1;
  }
}

.cart-offers {
  background-color: #f0f0f1;
}
@media only screen and (min-width: 1024px) {
  .cart-offers {
    background-color: #fff;
  }
}

.cart-empty-state {
  padding: 48px 40px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .cart-empty-state {
    padding: 56px 48px;
  }
}
.cart-empty-image {
  width: 200px;
  max-width: 100%;
}
.cart-empty-backBtn {
  min-height: 48px;
}

.digipay-modal {
  padding-top: 60px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 1024px) {
  .digipay-modal {
    width: 460px;
  }
}

.cartdigiplus-modal {
  padding-top: 103px;
  padding-bottom: 104px;
}
@media only screen and (min-width: 1024px) {
  .cartdigiplus-modal {
    width: 460px;
  }
}
.cartdigiplus-modal .modal-header {
  background: url(assets/images/svg/digiplua-modal-header-bg.svg);
}
.cartdigiplus-modal .digiplus-Subscription-item {
  border-radius: 12px;
}
.cartdigiplus-modal .digiplus-Subscription-item .customRadio:checked {
  border-color: #b12ba4;
}
.cartdigiplus-modal .digiplus-Subscription-item.active {
  border-color: #b12ba4;
  background-color: rgba(177, 43, 164, 0.05);
}
.cartdigiplus-modal .digiplus-Subscription-item-offer {
  top: -6px;
  left: 12px;
  height: 22px;
}
.cartdigiplus-modal .digiplus-Subscription-item-price :first-child {
  width: 40%;
}
@media only screen and (min-width: 1024px) {
  .cartdigiplus-modal .digiplus-Subscription-item-price :first-child {
    width: 35%;
  }
}

.cartheader-logo img {
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  .cartheader-logo img {
    height: 44px;
  }
}

/* حالت موبایل برای هدر پرداخت */
@media (max-width: 1023.98px) {
  /* ردیف هدر پرداخت: لوگو بالا، دکمه پایین */
  .radius-medium .w-p-100.align-items-center.d-flex.position-relative {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  /* لوگو وسط */
  .cartheader-logo {
    order: 1;
  }

  .cartheader-logo img {
    display: block;
    margin: 0 auto;
  }

  /* دکمه پرداخت زیر لوگو و سمت راست */
  #ngr-back-to-step1 , #ngr-checkout-back-to-cart {
    order: 2;
    position: static;        /* حذف absolute برای جلوگیری از افتادن روی لوگو */
    margin-top: 0.75rem;
    align-self: flex-start;    /* چسبوندن به راست ردیف */
    margin-right: 1.25rem;   /* معادل تقریبی me-5 */
    display: flex;
    align-items: center;
  }
}

.carthedar-item.prev {
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  .carthedar-item.active i::before {
    font-size: 3.6rem;
  }
}
.carthedar-item .carthedar-item-line {
  width: 20px;
  height: 1px;
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  .carthedar-item .carthedar-item-line {
    width: 95px;
  }
}

.cart-deliveryTypeItem .icon-large::before {
  font-size: 3.6rem;
}
.cart-deliveryTypeItem .productswiper-Item-img {
  width: 100px !important;
  height: 100px !important;
}
.cart-deliveryTypeItem .item-variant-color {
  height: 14px;
  width: 14px;
}

.selectDatethumbswiper .swiper-slide-thumb-active p:first-child {
  color: #19bfd3;
}
.selectDatethumbswiper .swiper-slide-thumb-active .activeborderB {
  height: 3px;
  width: 26px;
  left: 50%;
  transform: translateX(-50%);
}

.selectDateswiper .swiper-slide {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .shipping .cartPage-aside {
    width: 25%;
  }
}

.shipping-aside-ShipmentType-tooltip .shipping-aside-ShipmentType-tooltip-btn {
  background-color: rgba(0, 191, 214, 0.05);
}
.shipping-aside-ShipmentType-tooltip .tooltip {
  width: 286px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}

@media only screen and (min-width: 1024px) {
  .cart-addresses-modal {
    width: 460px;
  }
}

.paymernt-paymentType .customRadio:checked + .font-large {
  color: #19bfd3;
}
.paymernt-paymentType .font-large::before {
  font-size: 3.2rem;
}
.paymernt-paymentType > label:nth-child(n+4) {
  display: none !important;
}
.paymernt-paymentType.showall > label:nth-child(n+4) {
  display: flex !important;
}

.cart-discount-gift-Container {
  height: 4.8rem;
  background-color: #f0f0f1;
}
@media only screen and (min-width: 1024px) {
  .cart-discount-gift-Container {
    background-color: transparent;
  }
}
.cart-discount-gift-Container input {
  background-color: transparent;
}
.cart-discount-gift-Container input::-moz-placeholder {
  color: #a1a3a8;
}
.cart-discount-gift-Container input::placeholder {
  color: #a1a3a8;
}
.cart-discount-gift-Container.focused {
  border-bottom: 2px solid #19bfd3;
  border-color: #19bfd3;
}
@media only screen and (min-width: 1024px) {
  .cart-discount-gift-Container.focused {
    border-bottom-width: 1px;
  }
}
.cart-discount-gift-Container.focused button {
  color: #19bfd3;
}

.shipmentsummery-swiper .productswiper-Item-img {
  width: 100px !important;
  height: 100px !important;
}
.shipmentsummery-swiper .item-variant-color {
  height: 14px;
  width: 14px;
}

.shipmentsummery-swiper-openbtn .icon-chevronDown {
  transition: all 0.2s linear;
}
.shipmentsummery-swiper-openbtn.opend .icon-chevronDown {
  transform: rotate(180deg);
}

.cart-ganje {
  border: 1px solid rgba(0, 142, 178, 0.3);
  background: linear-gradient(270deg, #f2f7ff 29.09%, rgba(243, 248, 255, 0.5) 79.75%);
}

.shipping-dgplus {
  background-color: #fff7fe;
  border: 1px solid #dfb1da;
}

.account-page {
  min-height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .account-page {
    max-width: 400px;
  }
}

.account-page-backbtn {
  top: 20px;
}
@media only screen and (min-width: 1024px) {
  .account-page-backbtn {
    top: unset;
  }
}

.faq-header {
  background: linear-gradient(180deg, #e0e0e2, rgba(255, 255, 255, 0));
}
.faq-header-container {
  background: url(../images/svg/faq-pattern.svg) no-repeat top;
  background-size: contain;
}

.faq-search-Container {
  max-width: 540px;
}
@media only screen and (min-width: 1024px) {
  .faq-search-Container {
    background-color: #fff;
  }
}

.faq-categoryTitle-Icon {
  background-color: rgba(15, 171, 198, 0.05);
}

.faq-categoryList {
  --bs-columns:3;
}
@media only screen and (min-width: 1024px) {
  .faq-categoryList {
    --bs-columns:6;
  }
}
.faq-categoryList-Item:nth-child(3n) {
  border-left-width: 0;
}
@media only screen and (min-width: 1024px) {
  .faq-categoryList-Item:nth-child(3n) {
    border-left-width: 1px;
  }
  .faq-categoryList-Item:nth-child(6n) {
    border-left: none;
  }
}
.faq-categoryList-Item i::before {
  font-size: 4rem;
}

.contactUs-form-UploadFile-Container {
  border: 1px dashed #f0f0f1;
}

.contactUs-HolidayItem {
  width: calc(50% - 8px);
}
@media only screen and (min-width: 1024px) {
  .contactUs-HolidayItem {
    width: 20%;
  }
}

.amazingPage-header {
  background-image: url("../images/svg/amazing/header.svg"), linear-gradient(to bottom, #ef394e, #ef4056);
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
}

.incredible-dgplus {
  min-height: 110px;
}
.incredible-dgplus-bgImage {
  background: url("../images/svg/earlyAccessPatternPlusMobile.svg") top left no-repeat;
}
@media only screen and (min-width: 1024px) {
  .incredible-dgplus-bgImage {
    background: url("../images/svg/earlyAccessPatternPlus.svg") right center no-repeat, url("../images/svg/earlyAccessPatternPlusMobile.svg") left center no-repeat;
  }
}

.amazing-shortcut {
  background-color: #f5f5f5;
  background-image: linear-gradient(267.6deg, rgba(230, 18, 61, 0.1), hsla(0, 0%, 95%, 0));
  background-size: 340px;
  background-repeat: no-repeat;
  background-position: 100%;
}
.amazing-shortcut-titleimg {
  height: 20px;
}
@media only screen and (min-width: 1024px) {
  .amazing-shortcut-titleimg {
    height: 28px;
  }
}
.amazing-shortcut-leftImage {
  background: url(../images/svg/incrediblePattern.svg) left center no-repeat;
}
.amazing-shortcut-leftbackground {
  background: linear-gradient(135deg, rgba(239, 57, 78, 0.1) 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}
.amazing-shortcut-content {
  z-index: 1;
}
.amazing-shortcut .amazing-shortcut-products {
  max-height: 75px;
}
.amazing-shortcut .amazing-shortcut-products .amazing-shortcut-product img {
  width: 58px;
  height: 58px;
}
.amazing-shortcut .amazing-shortcut-more i::before {
  font-size: 2rem;
}

.bestSelling-header::before {
  content: "";
  background-image: url(../images/svg/bestSellingPattern.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 25%;
  background-position: 50%;
}

.bestSelling-DateFilter-before {
  width: 360px;
  background: linear-gradient(90deg, #e6123d, hsla(0, 0%, 100%, 0));
  height: 2px;
}
.bestSelling-DateFilter-after {
  width: 360px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #e6123d);
  height: 2px;
}
.bestSelling-DateFilter-item.active {
  color: #ef394e;
}

.bestSelling-CategoryItem.active {
  color: #ef4056;
  border-color: #ef4056;
  background: rgba(224, 83, 83, 0.05);
}

.bestSelling-Products {
  --bs-columns: 1;
}
@media only screen and (min-width: 640px) {
  .bestSelling-Products {
    --bs-columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .bestSelling-Products {
    --bs-columns: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .bestSelling-Products {
    --bs-columns: 5;
  }
}
@media only screen and (min-width: 1676px) {
  .bestSelling-Products {
    --bs-columns: 6;
  }
}

.laptopPage-brands img {
  width: 80px;
}
@media only screen and (min-width: 1024px) {
  .laptopPage-brands img {
    width: 170px;
  }
}

.laptopLanding-banner img {
  width: 80px;
}
@media only screen and (min-width: 1024px) {
  .laptopLanding-banner img {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */




/* mine */
/* کنترل نمایش پنل */
.search .header-search-result { display: none; z-index: 10; }
.search.search--open .header-search-result { display: block; }

/* اطمینان از دیده شدن کرسر/تایپ روی ورودی */
.search .header-search-input { position: relative; z-index: 20; }

/* حذف دکمه پاک‌کردن (×) در WebKit (Chrome/Edge جدید/Safari) */
.header-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* حذف آیکون پاک‌کردن در مرورگرهای قدیمی‌تر مایکروسافت */
.header-search-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.mobile-location {
    transition: transform 0.3s;
}
.mobile-top-header{
z-index: 10;
}

.social-icon {
  max-height: fit-content;
}

.setcartItem-Quantity .is-disabled { pointer-events: none; opacity: .6; }

a.added_to_cart.wc-forward {
  display: none !important;
}

.subcats { display: none; }
.subcats.opened { display: block; }
.cat-toggle { cursor: pointer; }


.blog-widget-thumb {
  width: 100%;
  aspect-ratio: 16 / 9; /* یا ارتفاع ثابت مثل 200px */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.account-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.5);
  z-index: 10;
}

/* نسخه dot-bounce */
.account-loader .dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.account-loader .dots div {
  width: 10px;
  height: 10px;
  background: #ef394e;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}
.account-loader .dots div:nth-child(2) { animation-delay: 0.2s; }
.account-loader .dots div:nth-child(3) { animation-delay: 0.4s; }

@keyframes bounce {
  to { transform: translateY(-10px); opacity: 0.6; }
}




/* سکشن حساب کاربری: ارتفاع حداقلی تمام‌قد (قابل تنظیم با CSS var) */
#ngr-account-section {
  position: relative;
  min-height: var(--ngr-account-minh, 80vh);
}

/* لودر overlay همیشه تمام‌قد سکشن را می‌پوشاند */
.account-loader {
  position: absolute;
  inset: 0;
  display: none;           /* با JS کنترل می‌شود */
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.3); /* کم‌نور تا اگر Skeleton زیرش بود، معلوم بماند */
  z-index: 10;
}
.account-loader .dots { display: flex; gap: 6px; }
.account-loader .dots div {
  width: 10px; height: 10px; background: #ef394e; border-radius: 50%;
  animation: ngr-bounce .6s infinite alternate;
}
.account-loader .dots div:nth-child(2){ animation-delay:.2s }
.account-loader .dots div:nth-child(3){ animation-delay:.4s }
@keyframes ngr-bounce { to { transform: translateY(-10px); opacity:.6 } }

/* Skeleton (فقط برای داشبورد هنگام لود) */
.ngr-skeleton .skeleton {
  background: linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);
  background-size: 200% 100%;
  animation: ngr-shimmer 1.5s infinite;
  border-radius: 6px;
}
@keyframes ngr-shimmer { 100% { background-position: -200% 0 } }

.ngr-skeleton {
  padding: 16px;
  display: grid;
  gap: 12px;
}
.ngr-skeleton .row { display: grid; gap: 10px; }
.ngr-skeleton .row.cols-2 { grid-template-columns: 1fr 1fr; gap: 12px; }
.ngr-skeleton .sk-title   { height: 22px; }
.ngr-skeleton .sk-line    { height: 14px; }
.ngr-skeleton .sk-card    { height: 110px; }
.ngr-skeleton .sk-chip    { height: 28px; width: 96px; }

/* موبایل: مطمئن شو ارتفاع حداقلی «قد کامل» می‌ماند */
@media (max-width: 991.98px) {
  #ngr-account-section { min-height: var(--ngr-account-minh, 100dvh); }
}



.product-skeleton .skeleton {
  background: linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
  border-radius: 4px;
  display:block;
}

.product-skeleton .skeleton-img {height:180px;width:100%;border-radius:8px;}
.product-skeleton .skeleton-line {height:14px;width:80%;margin:6px 0;}
.product-skeleton .skeleton-line.small {width:50%;}
.product-skeleton .skeleton-price {height:18px;width:70px;margin-top:8px;}
@keyframes shimmer {
  0%{background-position:200% 0;}
  100%{background-position:-200% 0;}
}

/* Account refund modals */
.refund-method-option {
  border-bottom: 1px solid transparent;
}

.refund-method-cta-button {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

[data-refund-iban-display] {
  direction: ltr;
  text-align: left;
  word-break: break-word;
}

.refundIbanModal .iban-status-message {
  line-height: 1.8;
}
.compare-header { direction: rtl; }
.compare-header.is-loading {
  opacity: .5;
  pointer-events: none;
  transition: opacity .25s ease;
}

.compare-Products {
  --compare-count: 0;
  --compare-column-width: 240px;
}

.compare-Products.is-empty .compare-table {
  display: none;
}

.compare-Products.is-empty .compare-empty-state {
  display: flex;
}

.compare-empty-state {
  display: none;
  min-height: 60vh;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .compare-empty-state {
    min-height: 480px;
  }
}

.compare-empty-card {
  background-color: #fff;
  border: 1px solid #f0f0f1;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  max-width: 420px;
  width: 100%;
}

.compare-empty-btn {
  width: 100%;
}

.compare-table {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.compare-header {
  top: 0;
  padding: 0;
}

.compare-header-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1.5rem;
  padding: 1.5rem 0;
}

@media only screen and (max-width: 991.98px) {
  .compare-header-inner {
    flex-direction: column;
  }
}

.compare-header-addNew {
  flex: 0 0 auto;
  min-width: 220px;
  border-inline-end: 1px solid #f0f0f1;
}

@media only screen and (max-width: 991.98px) {
  .compare-header-addNew {
    border-inline-end: none;
    border-bottom: 1px solid #f0f0f1;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.compare-header-addNew .compare-open-modal {
  width: 100%;
}

.compare-header-scroll {
  flex: 1;
  overflow-x: auto;
  direction: ltr;
  padding-inline: 1rem;
  padding-bottom: 0.5rem;
}

.compare-header-list {
  display: flex;
  gap: 1.25rem;
  min-width: max-content;
  direction: rtl;
  padding-inline-end: 0.5rem;
}

.compare-header-item {
  background-color: #fff;
  border: 1px solid #f0f0f1;
  border-radius: 16px;
  padding: 1.75rem 1rem 1.5rem;
}

.compare-header-item .compare-header-img {
  width: auto;
  max-width: 160px;
  max-height: 160px;
  object-fit: contain;
}

.compare-header-item .compare-header-price {
  margin-top: 1rem;
}

.compare-header-remove {
  inset-inline-start: 16px;
  top: 16px;
}

.compare-header-remove:hover {
  background-color: #d0d1d4;
}

.compare-col {
  flex: 0 0 var(--compare-column-width);
  max-width: var(--compare-column-width);
}

.compare-body-scroll {
  overflow-x: auto;
  direction: ltr;
  padding: 0 1rem 1rem;
}

.compare-property-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: max-content;
}

.compare-property {
  display: grid;
  grid-template-columns: minmax(180px, 220px) repeat(var(--compare-count, 0), minmax(var(--compare-column-width, 240px), var(--compare-column-width, 240px)));
  border-bottom: 1px solid #f0f0f1;
  background-color: #fff;
  direction: rtl;
}

.compare-property-label {
  position: sticky;
  inset-inline-end: 0;
  background-color: #fff;
  border-inline-start: 1px solid #f0f0f1;
  padding: 1.25rem 1rem;
  display: flex;
  align-items: center;
  min-width: 180px;
}

.compare-property-values {
  display: contents;
}

.compare-property-value {
  padding: 1.25rem 1rem;
  border-inline-start: 1px solid #f0f0f1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.compare-property-value span {
  display: block;
  width: 100%;
  word-break: break-word;
}

.compare-property-empty {
  border: 1px dashed #d0d1d4;
  border-radius: 16px;
  background-color: #fafafa;
}

.compare-select-btn {
  width: 100%;
  border: 1px solid #ef4056;
  background-color: transparent;
  color: #ef4056;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-weight: 600;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer;
}

.compare-select-btn:hover {
  background-color: rgba(239, 64, 86, .08);
}

.compare-select-btn.is-added {
  background-color: #ef4056;
  color: #fff;
}

.compare-select-btn.is-added:hover {
  background-color: #d7384b;
}

@media only screen and (max-width: 575.98px) {
  .compare-col {
    flex-basis: 200px;
    max-width: 200px;
  }

  .compare-property {
    grid-template-columns: minmax(160px, 190px) repeat(var(--compare-count, 0), minmax(200px, 200px));
  }
}
.footer-social-group {
  margin-top: 1.5rem;
}
.footer-social-title {
  color: var(--gray-700, #3f3f46);
  margin-bottom: .75rem;
}

/* نوار افقی اسکرول در موبایل */
.social-strip {
  display: flex;
  gap: .75rem;
  padding: .25rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
}
.social-strip::-webkit-scrollbar { display: none; } /* WebKit */

/* آیتم‌ها */
.social-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

/* لینک و اندازه آیکون/عکس */
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.social-link:hover { 
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  border-color: rgba(0,0,0,0.12);
}

.social-link i {
  font-size: 20px; /* اندازه آیکون فونتی */
  line-height: 1;
}
.social-link img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* دسکتاپ: از اسکرول خارج و چیدمان ردیفی/چند ردیفی */
@media (min-width: 992px) {
  .social-strip {
    overflow-x: visible;
    flex-wrap: wrap;
    gap: .5rem .75rem;
  }
}
#ngr-checkout-address-confirm.is-loading {
  position: relative;
  pointer-events: none;
}

#ngr-checkout-address-confirm.is-loading::after {
  content: '';
  position: absolute;
  inset-inline-end: 1rem;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.6);
  border-top-color: transparent;
  animation: ngr-spin 0.6s linear infinite;
}

.checkout-shipping {
  position: relative;
}

.checkout-shipping.is-updating {
  pointer-events: none;
}

.checkout-shipping.is-updating::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.65);
  z-index: 4;
}

.checkout-shipping.is-updating::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  border-radius: 50%;
  border: 3px solid rgba(239,64,86,.25);
  border-top-color: #ef4056;
  animation: ngr-spin .8s linear infinite;
  z-index: 5;
}

@keyframes ngr-spin {
  to { transform: rotate(360deg); }
}

/* Mobile-only category layout */
.mobile-category-shell {
  direction: rtl;
  background: #f5f5f5;
  margin-top: 12vh;
}

.mobile-category-shell__frame {
  max-width: 480px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* هدر بالای صفحه */
.mobile-category-shell__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-category-shell__subtitle {
  font-size: 12px;
  color: #9e9e9e;
  margin: 0 0 2px;
}

.mobile-category-shell__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.mobile-category-shell__back {
  font-size: 12px;
  color: #1a73e8;
}

/* دو ستون اصلی */
.mobile-category-shell__columns {
  flex: 1 1 auto;
  display: flex;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

/* ستون راست: تب‌ها */
.mobile-category-shell__tabs {
  width: 90px;
  max-width: 150px;
  background: #f0f0f1;
  overflow-y: auto;
  height: 80vh;
}

.mobile-category-shell__tab {
  width: 100%;
  border: 1px solid #e0e0e2;
  background: transparent;
  padding: 12px 8px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  color: #444;
  min-height: 80px;
}

.mobile-category-shell__tab i {
  font-size: 18px;
}

.mobile-category-shell__tab.is-active {
  background: #ffffff;
  color: #ef4056;
  font-weight: 500;
  border: 1px solid #ffffff;
}

/* ستون چپ: پنل‌ها */
.mobile-category-shell__panels {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
  height: 80vh;
}

.mobile-category-shell__panel {
  display: none;
  padding: 0 12px 8px;
}

.mobile-category-shell__panel.is-visible {
  display: block;
}

/* تیتر پنل (همه محصولات موبایل ...) */
.mobile-category-shell__panel-header {
  margin-bottom: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.mobile-category-shell__panel-title {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1a73e8;
}

/* آکاردئون زیرمجموعه‌ها */
.mobile-category-shell__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-category-shell__list-item {
  border-bottom: 1px solid #f1f1f1;
}

.mobile-category-shell__child {
  width: 100%;
  padding: 12px 0;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  background: transparent;
  border: none;
  color: #333;
}

.mobile-category-shell__child--toggle {
  cursor: pointer;
}

/* فلش */
.mobile-category-shell__child--toggle i {
  transition: transform 0.2s ease;
}

.mobile-category-shell__list-item.is-open .mobile-category-shell__child--toggle i {
  transform: rotate(180deg);
}

/* زیرلیست بازشونده */
.mobile-category-shell__sublist {
  list-style: none;
  padding: 0 0 8px;
  margin: 0;
  display: none;
}

.mobile-category-shell__list-item.is-open > .mobile-category-shell__sublist {
  display: block;
}

.mobile-category-shell__sublist li a {
  display: block;
  padding: 6px 0;
  font-size: 1rem;
  color: #555;
}

/* آیتم "مشاهده همه موارد ..." را کمی بولدتر کن */
.mobile-category-shell__subitem-all a {
  font-weight: 500;
  color: #1a73e8 !important;
  font-size: 1.1rem !important;
}

/* متن خالی و ... */
.mobile-category-shell__empty {
  font-size: 12px;
  color: #9e9e9e;
  padding: 8px 0;
}
.mainMenu-sublist-grid .mainMenu-sublist-item {
  max-width: none;
  width: 100%;
  padding: 0.35rem 0;
  margin: 0;
}

.mainMenu-sublist-grid .mainMenu-sublist-item-main {
  position: relative;
  padding-right: 1.25rem;
}

.mainMenu-sublist-grid .mainMenu-sublist-item-main::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 56%;
  background-color: #ef4056;
  border-radius: 2px;
}

.mainMenu-sublist-grid .mainMenu-sublist-item--level-1 {
  margin-block: 0.2rem;
  padding-left: 0.4rem;
}

.mainMenu-sublist-grid .mainMenu-sublist-item--level-2 {
  margin-block: 0.08rem;
  padding: 0.2rem 0 0.25rem;
}

.mainMenu-sublist-grid .mainMenu-sublist-item:not(.mainMenu-sublist-item--level-0) {
  padding-right: 1rem;
}

.mainMenu-sublist-grid .mainMenu-sublist-item--level-2,
.mainMenu-sublist-grid .mainMenu-sublist-item--level-3,
.mainMenu-sublist-grid .mainMenu-sublist-item--level-4,
.mainMenu-sublist-grid .mainMenu-sublist-item--level-5,
.mainMenu-sublist-grid .mainMenu-sublist-item--level-6,
.mainMenu-sublist-grid .mainMenu-sublist-item--level-7,
.mainMenu-sublist-grid .mainMenu-sublist-item--level-8,
.mainMenu-sublist-grid .mainMenu-sublist-item--level-9,
.mainMenu-sublist-grid .mainMenu-sublist-item--level-10 {
  padding-right: 1.75rem;
}

.single_add_to_cart_button {
  background-color: #6340ef;
  height: 4rem;
  border-radius: 8px;
  color: #fff;
  width: 100%;
}

.qty.text {
  margin-bottom: 10px;
  min-width: 80px;
  height: 4rem;
  text-align: center;
  border-radius: 8px; 
}

/* اعلان‌های زنگوله */
.header-notification {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.header-notification .icon-notificationOffOutline,
.header-notification .icon-notificationActiveOutline {
  font-size: 20px;
}

.header-notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* پنل اعلان‌های ناحیه کاربری */
.account-notifications__header {
  gap: 10px;
}

.account-notifications__badge {
  border-radius: 999px;
  padding: 5px 12px;
  background: #ef4444;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
}

.account-notifications__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.account-notification-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.account-notification-item.is-unread {
  border-color: #10b981;
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.18);
}

.account-notification-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.account-notification-item__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;
}

.account-notification-item__tag {
  font-size: 0.73rem;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.15);
  color: #047857;
  font-weight: 500;
}

.account-notification-item__text {
  margin: 8px 0 0;
  color: #4b5563;
  line-height: 1.6;
}

.account-notification-item__time {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.8rem;
  color: #6b7280;
}

.account-notification-item__action {
  font-size: 0.95rem;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.account-notifications__empty {
  padding: 24px;
  text-align: center;
  color: #6b7280;
  font-weight: 500;
}

.ngr-infinite-loader {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6b7280;
}

.ngr-support-widget {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 1500;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-end;
    pointer-events: none;
}

.ngr-support-widget .ngr-support-toggle {
    pointer-events: auto;
}

.ngr-support-panel {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: min(320px, 90vw);
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 26px 65px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(236, 59, 87, 0.2);
    overflow: hidden;
    transform: translateY(16px) scale(0.95);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, max-height 0.3s ease;
    pointer-events: none;
    visibility: hidden;
    max-height: 0;
}

.ngr-support-widget.is-open .ngr-support-panel {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    visibility: visible;
    max-height: 640px;
}

.ngr-support-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: #ec3b57;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    touch-action: none;
}

.ngr-support-toggle .icon-support {
    font-size: 1.4rem;
}

.ngr-support-toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.75);
    outline-offset: 3px;
}

.ngr-support-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(236, 59, 87, 0.45);
}

.ngr-support-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ngr-support-panel__top {
    background: #ec3b57;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.15rem;
    gap: 0.5rem;
}

.ngr-support-panel__title {
    font-weight: 600;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
}

.ngr-support-close {
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.ngr-support-panel__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.ngr-support-faq {
    border: 1px solid #ebecef;
    border-radius: 14px;
    padding: 0.6rem 0.9rem;
    background: #fbfbff;
}

.ngr-support-faq summary {
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    color: #1f1f1f;
    font-size: 1rem;
    margin: 0;
}

.ngr-support-faq summary::-webkit-details-marker,
.ngr-support-faq summary::marker {
    display: none;
}

.ngr-support-faq summary::after {
    content: '▾';
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

.ngr-support-faq[open] summary::after {
    transform: rotate(-180deg);
}

.ngr-support-faq p {
    margin: 0.45rem 0 0;
    line-height: 1.6;
    color: #4d4d4d;
    font-size: 0.95rem;
}

.ngr-support-panel__footer {
    padding: 0.9rem 1rem 1.2rem;
}

.ngr-support-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ec3b57;
    color: #ffffff;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.ngr-support-contact:hover,
.ngr-support-contact:focus-visible {
    transform: translateY(-1px);
}

.ngr-support-widget.is-open .ngr-support-toggle {
    background: #d12e4b;
}

@media (max-width: 1024px) {
    .ngr-support-widget {
        right: 1rem;
        bottom: 1.25rem;
        gap: 0.5rem;
    }

    .ngr-support-panel {
        right: 0;
        left: auto;
        width: min(360px, calc(100vw - 24px));
    }
}

@media (max-width: 640px) {
    .ngr-support-toggle {
        width: 52px;
        height: 52px;
    }

    .ngr-support-panel {
        width: min(360px, calc(100vw - 16px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .ngr-support-toggle,
    .ngr-support-panel,
    .ngr-support-contact {
        transition: none;
    }
}
.review-btn {
  display: inline-flex;
  align-items: center;   /* آیکون و متن وسط */
  gap: 4px;
  direction: rtl;
}

.review-icon {
  font-size: 13px;       /* دستی تعیین می‌کنیم تا baseline درست شود */
  line-height: 1;        /* از بالا/پایین نزنه بیرون */
  display: flex;         /* وسط محکم */
  align-items: center;   /* هم‌ترازی عمودی واقعی */
  justify-content: center;
}
.product-color-swatches .product-variants-item {
    border-radius: 50%;
    border: 2px solid transparent;
    padding: 0;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: border-color 0.2s ease, transform 0.2s ease;
    position: relative;
    border: 1px solid #e0e0e2;
}

.product-color-swatches .product-variants-item-tooltip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    padding: 8px 8px;
    border-radius: 4px;
    font-size: 12px;

}
.product-color-swatches .product-variants-item:hover .product-variants-item-tooltip {
    display: block;
}
.product-color-swatches .product-variants-item-color {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .product-variants-item {
    padding: 3px !important;
  }
}
.product-color-swatches .product-variants-item.active {
  border: 2px solid #19bfd3;
}
.product-variants-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.product-variants-item.disabled .product-variants-item-content {
  pointer-events: none;
}
.product-variants-item.active .icon-done {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .product-variants-item.active {
    border: 1px solid transparent;
    background-color: #19bfd3;
  }
}

.product-variants-item-content {
  padding: 1px;
}

.product-variants-item-color {
  height: 22px;
  width: 22px;
}
.product-variants-item-color .icon-done {
  display: none;
}
.product-variants-item-color .icon-done::before {
  font-size: 1.8rem;
}
@media only screen and (min-width: 1024px) {
  .product-variants-item-color {
    height: 30px;
    width: 30px;
  }
  .product-variants-item-color .icon-done::before {
    font-size: 2.4rem;
  }
}
.product-size-swatches .product-size-option {
  min-width: 48px;
  border: 1px solid #e0e0e2;
  background-color: #fff;
  color: #3f4064;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  min-height: 44px;
}
.product-size-swatches .product-size-option.is-active {
  border-color: #19bfd3;
  background-color: #e6f4f7;
  color: #19bfd3;
}
.product-size-swatches .product-size-option [data-size-check] {
  display: none;
}
.product-size-swatches .product-size-option.is-active [data-size-check] {
  display: inline-flex;
}

/* Loader سه‌نقطه برای کنترل تعداد */
.qty-loader {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
}
.qty-loader .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef4056;
  opacity: 0.5;
  animation: qtyDot 0.9s infinite;
}
.qty-loader .dot-2 { animation-delay: 0.15s; }
.qty-loader .dot-3 { animation-delay: 0.3s; }
@keyframes qtyDot {
  0%, 80%, 100% { opacity: 0.4; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-2px); }
}
.qty-loader i {
  display: none;
}

.checkout-terms-card--invalid {
  border-color: #f97316;
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.35);
}
.ngr-condition-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
.ngr-condition-label--original {
  background-color: #dcfce7;
  color: #166534;
}
.ngr-condition-label--fake,
.ngr-condition-label--high-copy {
  background-color: #fef3c7;
  color: #92400e;
}
