@charset "UTF-8";
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.color-gray-100 {
  color: #f9f9f9;
}

.color-gray-200 {
  color: #f0f0f1;
}

.color-gray-300 {
  color: #e2e1e1;
}

.color-gray-400 {
  color: #d1d1d1;
}

.color-gray-500 {
  color: #c8c5c5;
}

.color-gray-600 {
  color: #a4a4a4;
}

.color-gray-700 {
  color: #888888;
}

.color-gray-800 {
  color: #686767;
}

.color-gray-900 {
  color: #424242;
}

.color-secondary-100 {
  color: #ff2949;
}

.color-secondary-200 {
  color: rgba(21, 190, 149, 0.5490196078);
}

.color-secondary-300 {
  color: #15be95;
}

.color-error-100 {
  color: #ff0000;
}

.color-error-200 {
  color: #b2001a;
}

.color-primary-100 {
  color: rgba(142, 247, 214, 0.7098039216);
}

.color-primary-200 {
  color: #01ddb6;
}

.color-primary-300 {
  color: #00af9f;
}

.color-primary-400 {
  color: #00c39f;
}

.color-primary-500 {
  color: #008d73;
}

.color-primary-600 {
  color: #004243;
}

.color-rating-0-2 {
  color: #ffc107;
}

.color-rating-2-3 {
  color: #bbc151;
}

.color-rating-3-4 {
  color: #59b86e;
}

.color-rating-4-5 {
  color: #03b96a;
}

.color-warning-100 {
  color: #f9a825;
}

.color-warning-200 {
  color: #f57f17;
}

.color-warning-300 {
  color: #ff4610;
}

.color-success-100 {
  color: #00cd67;
}

.color-success-200 {
  color: #00763c;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

@media only screen and (min-width: 0) {
  .color-zero-gray-100 {
    color: #f9f9f9;
  }
  .color-zero-gray-200 {
    color: #f0f0f1;
  }
  .color-zero-gray-300 {
    color: #e2e1e1;
  }
  .color-zero-gray-400 {
    color: #d1d1d1;
  }
  .color-zero-gray-500 {
    color: #c8c5c5;
  }
  .color-zero-gray-600 {
    color: #a4a4a4;
  }
  .color-zero-gray-700 {
    color: #888888;
  }
  .color-zero-gray-800 {
    color: #686767;
  }
  .color-zero-gray-900 {
    color: #424242;
  }
  .color-zero-secondary-100 {
    color: #ff2949;
  }
  .color-zero-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-zero-secondary-300 {
    color: #15be95;
  }
  .color-zero-error-100 {
    color: #ff0000;
  }
  .color-zero-error-200 {
    color: #b2001a;
  }
  .color-zero-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-zero-primary-200 {
    color: #01ddb6;
  }
  .color-zero-primary-300 {
    color: #00af9f;
  }
  .color-zero-primary-400 {
    color: #00c39f;
  }
  .color-zero-primary-500 {
    color: #008d73;
  }
  .color-zero-primary-600 {
    color: #004243;
  }
  .color-zero-rating-0-2 {
    color: #ffc107;
  }
  .color-zero-rating-2-3 {
    color: #bbc151;
  }
  .color-zero-rating-3-4 {
    color: #59b86e;
  }
  .color-zero-rating-4-5 {
    color: #03b96a;
  }
  .color-zero-warning-100 {
    color: #f9a825;
  }
  .color-zero-warning-200 {
    color: #f57f17;
  }
  .color-zero-warning-300 {
    color: #ff4610;
  }
  .color-zero-success-100 {
    color: #00cd67;
  }
  .color-zero-success-200 {
    color: #00763c;
  }
  .color-zero-black {
    color: #000;
  }
  .color-zero-white {
    color: #fff;
  }
}
@media only screen and (min-width: 360px) {
  .color-xs-gray-100 {
    color: #f9f9f9;
  }
  .color-xs-gray-200 {
    color: #f0f0f1;
  }
  .color-xs-gray-300 {
    color: #e2e1e1;
  }
  .color-xs-gray-400 {
    color: #d1d1d1;
  }
  .color-xs-gray-500 {
    color: #c8c5c5;
  }
  .color-xs-gray-600 {
    color: #a4a4a4;
  }
  .color-xs-gray-700 {
    color: #888888;
  }
  .color-xs-gray-800 {
    color: #686767;
  }
  .color-xs-gray-900 {
    color: #424242;
  }
  .color-xs-secondary-100 {
    color: #ff2949;
  }
  .color-xs-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-xs-secondary-300 {
    color: #15be95;
  }
  .color-xs-error-100 {
    color: #ff0000;
  }
  .color-xs-error-200 {
    color: #b2001a;
  }
  .color-xs-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-xs-primary-200 {
    color: #01ddb6;
  }
  .color-xs-primary-300 {
    color: #00af9f;
  }
  .color-xs-primary-400 {
    color: #00c39f;
  }
  .color-xs-primary-500 {
    color: #008d73;
  }
  .color-xs-primary-600 {
    color: #004243;
  }
  .color-xs-rating-0-2 {
    color: #ffc107;
  }
  .color-xs-rating-2-3 {
    color: #bbc151;
  }
  .color-xs-rating-3-4 {
    color: #59b86e;
  }
  .color-xs-rating-4-5 {
    color: #03b96a;
  }
  .color-xs-warning-100 {
    color: #f9a825;
  }
  .color-xs-warning-200 {
    color: #f57f17;
  }
  .color-xs-warning-300 {
    color: #ff4610;
  }
  .color-xs-success-100 {
    color: #00cd67;
  }
  .color-xs-success-200 {
    color: #00763c;
  }
  .color-xs-black {
    color: #000;
  }
  .color-xs-white {
    color: #fff;
  }
}
@media only screen and (min-width: 480px) {
  .color-sm1-gray-100 {
    color: #f9f9f9;
  }
  .color-sm1-gray-200 {
    color: #f0f0f1;
  }
  .color-sm1-gray-300 {
    color: #e2e1e1;
  }
  .color-sm1-gray-400 {
    color: #d1d1d1;
  }
  .color-sm1-gray-500 {
    color: #c8c5c5;
  }
  .color-sm1-gray-600 {
    color: #a4a4a4;
  }
  .color-sm1-gray-700 {
    color: #888888;
  }
  .color-sm1-gray-800 {
    color: #686767;
  }
  .color-sm1-gray-900 {
    color: #424242;
  }
  .color-sm1-secondary-100 {
    color: #ff2949;
  }
  .color-sm1-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-sm1-secondary-300 {
    color: #15be95;
  }
  .color-sm1-error-100 {
    color: #ff0000;
  }
  .color-sm1-error-200 {
    color: #b2001a;
  }
  .color-sm1-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-sm1-primary-200 {
    color: #01ddb6;
  }
  .color-sm1-primary-300 {
    color: #00af9f;
  }
  .color-sm1-primary-400 {
    color: #00c39f;
  }
  .color-sm1-primary-500 {
    color: #008d73;
  }
  .color-sm1-primary-600 {
    color: #004243;
  }
  .color-sm1-rating-0-2 {
    color: #ffc107;
  }
  .color-sm1-rating-2-3 {
    color: #bbc151;
  }
  .color-sm1-rating-3-4 {
    color: #59b86e;
  }
  .color-sm1-rating-4-5 {
    color: #03b96a;
  }
  .color-sm1-warning-100 {
    color: #f9a825;
  }
  .color-sm1-warning-200 {
    color: #f57f17;
  }
  .color-sm1-warning-300 {
    color: #ff4610;
  }
  .color-sm1-success-100 {
    color: #00cd67;
  }
  .color-sm1-success-200 {
    color: #00763c;
  }
  .color-sm1-black {
    color: #000;
  }
  .color-sm1-white {
    color: #fff;
  }
}
@media only screen and (min-width: 640px) {
  .color-sm-gray-100 {
    color: #f9f9f9;
  }
  .color-sm-gray-200 {
    color: #f0f0f1;
  }
  .color-sm-gray-300 {
    color: #e2e1e1;
  }
  .color-sm-gray-400 {
    color: #d1d1d1;
  }
  .color-sm-gray-500 {
    color: #c8c5c5;
  }
  .color-sm-gray-600 {
    color: #a4a4a4;
  }
  .color-sm-gray-700 {
    color: #888888;
  }
  .color-sm-gray-800 {
    color: #686767;
  }
  .color-sm-gray-900 {
    color: #424242;
  }
  .color-sm-secondary-100 {
    color: #ff2949;
  }
  .color-sm-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-sm-secondary-300 {
    color: #15be95;
  }
  .color-sm-error-100 {
    color: #ff0000;
  }
  .color-sm-error-200 {
    color: #b2001a;
  }
  .color-sm-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-sm-primary-200 {
    color: #01ddb6;
  }
  .color-sm-primary-300 {
    color: #00af9f;
  }
  .color-sm-primary-400 {
    color: #00c39f;
  }
  .color-sm-primary-500 {
    color: #008d73;
  }
  .color-sm-primary-600 {
    color: #004243;
  }
  .color-sm-rating-0-2 {
    color: #ffc107;
  }
  .color-sm-rating-2-3 {
    color: #bbc151;
  }
  .color-sm-rating-3-4 {
    color: #59b86e;
  }
  .color-sm-rating-4-5 {
    color: #03b96a;
  }
  .color-sm-warning-100 {
    color: #f9a825;
  }
  .color-sm-warning-200 {
    color: #f57f17;
  }
  .color-sm-warning-300 {
    color: #ff4610;
  }
  .color-sm-success-100 {
    color: #00cd67;
  }
  .color-sm-success-200 {
    color: #00763c;
  }
  .color-sm-black {
    color: #000;
  }
  .color-sm-white {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .color-md-gray-100 {
    color: #f9f9f9;
  }
  .color-md-gray-200 {
    color: #f0f0f1;
  }
  .color-md-gray-300 {
    color: #e2e1e1;
  }
  .color-md-gray-400 {
    color: #d1d1d1;
  }
  .color-md-gray-500 {
    color: #c8c5c5;
  }
  .color-md-gray-600 {
    color: #a4a4a4;
  }
  .color-md-gray-700 {
    color: #888888;
  }
  .color-md-gray-800 {
    color: #686767;
  }
  .color-md-gray-900 {
    color: #424242;
  }
  .color-md-secondary-100 {
    color: #ff2949;
  }
  .color-md-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-md-secondary-300 {
    color: #15be95;
  }
  .color-md-error-100 {
    color: #ff0000;
  }
  .color-md-error-200 {
    color: #b2001a;
  }
  .color-md-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-md-primary-200 {
    color: #01ddb6;
  }
  .color-md-primary-300 {
    color: #00af9f;
  }
  .color-md-primary-400 {
    color: #00c39f;
  }
  .color-md-primary-500 {
    color: #008d73;
  }
  .color-md-primary-600 {
    color: #004243;
  }
  .color-md-rating-0-2 {
    color: #ffc107;
  }
  .color-md-rating-2-3 {
    color: #bbc151;
  }
  .color-md-rating-3-4 {
    color: #59b86e;
  }
  .color-md-rating-4-5 {
    color: #03b96a;
  }
  .color-md-warning-100 {
    color: #f9a825;
  }
  .color-md-warning-200 {
    color: #f57f17;
  }
  .color-md-warning-300 {
    color: #ff4610;
  }
  .color-md-success-100 {
    color: #00cd67;
  }
  .color-md-success-200 {
    color: #00763c;
  }
  .color-md-black {
    color: #000;
  }
  .color-md-white {
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .color-lg-gray-100 {
    color: #f9f9f9;
  }
  .color-lg-gray-200 {
    color: #f0f0f1;
  }
  .color-lg-gray-300 {
    color: #e2e1e1;
  }
  .color-lg-gray-400 {
    color: #d1d1d1;
  }
  .color-lg-gray-500 {
    color: #c8c5c5;
  }
  .color-lg-gray-600 {
    color: #a4a4a4;
  }
  .color-lg-gray-700 {
    color: #888888;
  }
  .color-lg-gray-800 {
    color: #686767;
  }
  .color-lg-gray-900 {
    color: #424242;
  }
  .color-lg-secondary-100 {
    color: #ff2949;
  }
  .color-lg-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-lg-secondary-300 {
    color: #15be95;
  }
  .color-lg-error-100 {
    color: #ff0000;
  }
  .color-lg-error-200 {
    color: #b2001a;
  }
  .color-lg-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-lg-primary-200 {
    color: #01ddb6;
  }
  .color-lg-primary-300 {
    color: #00af9f;
  }
  .color-lg-primary-400 {
    color: #00c39f;
  }
  .color-lg-primary-500 {
    color: #008d73;
  }
  .color-lg-primary-600 {
    color: #004243;
  }
  .color-lg-rating-0-2 {
    color: #ffc107;
  }
  .color-lg-rating-2-3 {
    color: #bbc151;
  }
  .color-lg-rating-3-4 {
    color: #59b86e;
  }
  .color-lg-rating-4-5 {
    color: #03b96a;
  }
  .color-lg-warning-100 {
    color: #f9a825;
  }
  .color-lg-warning-200 {
    color: #f57f17;
  }
  .color-lg-warning-300 {
    color: #ff4610;
  }
  .color-lg-success-100 {
    color: #00cd67;
  }
  .color-lg-success-200 {
    color: #00763c;
  }
  .color-lg-black {
    color: #000;
  }
  .color-lg-white {
    color: #fff;
  }
}
@media only screen and (min-width: 1280px) {
  .color-xl-gray-100 {
    color: #f9f9f9;
  }
  .color-xl-gray-200 {
    color: #f0f0f1;
  }
  .color-xl-gray-300 {
    color: #e2e1e1;
  }
  .color-xl-gray-400 {
    color: #d1d1d1;
  }
  .color-xl-gray-500 {
    color: #c8c5c5;
  }
  .color-xl-gray-600 {
    color: #a4a4a4;
  }
  .color-xl-gray-700 {
    color: #888888;
  }
  .color-xl-gray-800 {
    color: #686767;
  }
  .color-xl-gray-900 {
    color: #424242;
  }
  .color-xl-secondary-100 {
    color: #ff2949;
  }
  .color-xl-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-xl-secondary-300 {
    color: #15be95;
  }
  .color-xl-error-100 {
    color: #ff0000;
  }
  .color-xl-error-200 {
    color: #b2001a;
  }
  .color-xl-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-xl-primary-200 {
    color: #01ddb6;
  }
  .color-xl-primary-300 {
    color: #00af9f;
  }
  .color-xl-primary-400 {
    color: #00c39f;
  }
  .color-xl-primary-500 {
    color: #008d73;
  }
  .color-xl-primary-600 {
    color: #004243;
  }
  .color-xl-rating-0-2 {
    color: #ffc107;
  }
  .color-xl-rating-2-3 {
    color: #bbc151;
  }
  .color-xl-rating-3-4 {
    color: #59b86e;
  }
  .color-xl-rating-4-5 {
    color: #03b96a;
  }
  .color-xl-warning-100 {
    color: #f9a825;
  }
  .color-xl-warning-200 {
    color: #f57f17;
  }
  .color-xl-warning-300 {
    color: #ff4610;
  }
  .color-xl-success-100 {
    color: #00cd67;
  }
  .color-xl-success-200 {
    color: #00763c;
  }
  .color-xl-black {
    color: #000;
  }
  .color-xl-white {
    color: #fff;
  }
}
@media only screen and (min-width: 1336px) {
  .color-2xl-gray-100 {
    color: #f9f9f9;
  }
  .color-2xl-gray-200 {
    color: #f0f0f1;
  }
  .color-2xl-gray-300 {
    color: #e2e1e1;
  }
  .color-2xl-gray-400 {
    color: #d1d1d1;
  }
  .color-2xl-gray-500 {
    color: #c8c5c5;
  }
  .color-2xl-gray-600 {
    color: #a4a4a4;
  }
  .color-2xl-gray-700 {
    color: #888888;
  }
  .color-2xl-gray-800 {
    color: #686767;
  }
  .color-2xl-gray-900 {
    color: #424242;
  }
  .color-2xl-secondary-100 {
    color: #ff2949;
  }
  .color-2xl-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-2xl-secondary-300 {
    color: #15be95;
  }
  .color-2xl-error-100 {
    color: #ff0000;
  }
  .color-2xl-error-200 {
    color: #b2001a;
  }
  .color-2xl-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-2xl-primary-200 {
    color: #01ddb6;
  }
  .color-2xl-primary-300 {
    color: #00af9f;
  }
  .color-2xl-primary-400 {
    color: #00c39f;
  }
  .color-2xl-primary-500 {
    color: #008d73;
  }
  .color-2xl-primary-600 {
    color: #004243;
  }
  .color-2xl-rating-0-2 {
    color: #ffc107;
  }
  .color-2xl-rating-2-3 {
    color: #bbc151;
  }
  .color-2xl-rating-3-4 {
    color: #59b86e;
  }
  .color-2xl-rating-4-5 {
    color: #03b96a;
  }
  .color-2xl-warning-100 {
    color: #f9a825;
  }
  .color-2xl-warning-200 {
    color: #f57f17;
  }
  .color-2xl-warning-300 {
    color: #ff4610;
  }
  .color-2xl-success-100 {
    color: #00cd67;
  }
  .color-2xl-success-200 {
    color: #00763c;
  }
  .color-2xl-black {
    color: #000;
  }
  .color-2xl-white {
    color: #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .color-3xl-gray-100 {
    color: #f9f9f9;
  }
  .color-3xl-gray-200 {
    color: #f0f0f1;
  }
  .color-3xl-gray-300 {
    color: #e2e1e1;
  }
  .color-3xl-gray-400 {
    color: #d1d1d1;
  }
  .color-3xl-gray-500 {
    color: #c8c5c5;
  }
  .color-3xl-gray-600 {
    color: #a4a4a4;
  }
  .color-3xl-gray-700 {
    color: #888888;
  }
  .color-3xl-gray-800 {
    color: #686767;
  }
  .color-3xl-gray-900 {
    color: #424242;
  }
  .color-3xl-secondary-100 {
    color: #ff2949;
  }
  .color-3xl-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-3xl-secondary-300 {
    color: #15be95;
  }
  .color-3xl-error-100 {
    color: #ff0000;
  }
  .color-3xl-error-200 {
    color: #b2001a;
  }
  .color-3xl-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-3xl-primary-200 {
    color: #01ddb6;
  }
  .color-3xl-primary-300 {
    color: #00af9f;
  }
  .color-3xl-primary-400 {
    color: #00c39f;
  }
  .color-3xl-primary-500 {
    color: #008d73;
  }
  .color-3xl-primary-600 {
    color: #004243;
  }
  .color-3xl-rating-0-2 {
    color: #ffc107;
  }
  .color-3xl-rating-2-3 {
    color: #bbc151;
  }
  .color-3xl-rating-3-4 {
    color: #59b86e;
  }
  .color-3xl-rating-4-5 {
    color: #03b96a;
  }
  .color-3xl-warning-100 {
    color: #f9a825;
  }
  .color-3xl-warning-200 {
    color: #f57f17;
  }
  .color-3xl-warning-300 {
    color: #ff4610;
  }
  .color-3xl-success-100 {
    color: #00cd67;
  }
  .color-3xl-success-200 {
    color: #00763c;
  }
  .color-3xl-black {
    color: #000;
  }
  .color-3xl-white {
    color: #fff;
  }
}
@media only screen and (min-width: 1676px) {
  .color-4xl-gray-100 {
    color: #f9f9f9;
  }
  .color-4xl-gray-200 {
    color: #f0f0f1;
  }
  .color-4xl-gray-300 {
    color: #e2e1e1;
  }
  .color-4xl-gray-400 {
    color: #d1d1d1;
  }
  .color-4xl-gray-500 {
    color: #c8c5c5;
  }
  .color-4xl-gray-600 {
    color: #a4a4a4;
  }
  .color-4xl-gray-700 {
    color: #888888;
  }
  .color-4xl-gray-800 {
    color: #686767;
  }
  .color-4xl-gray-900 {
    color: #424242;
  }
  .color-4xl-secondary-100 {
    color: #ff2949;
  }
  .color-4xl-secondary-200 {
    color: rgba(21, 190, 149, 0.5490196078);
  }
  .color-4xl-secondary-300 {
    color: #15be95;
  }
  .color-4xl-error-100 {
    color: #ff0000;
  }
  .color-4xl-error-200 {
    color: #b2001a;
  }
  .color-4xl-primary-100 {
    color: rgba(142, 247, 214, 0.7098039216);
  }
  .color-4xl-primary-200 {
    color: #01ddb6;
  }
  .color-4xl-primary-300 {
    color: #00af9f;
  }
  .color-4xl-primary-400 {
    color: #00c39f;
  }
  .color-4xl-primary-500 {
    color: #008d73;
  }
  .color-4xl-primary-600 {
    color: #004243;
  }
  .color-4xl-rating-0-2 {
    color: #ffc107;
  }
  .color-4xl-rating-2-3 {
    color: #bbc151;
  }
  .color-4xl-rating-3-4 {
    color: #59b86e;
  }
  .color-4xl-rating-4-5 {
    color: #03b96a;
  }
  .color-4xl-warning-100 {
    color: #f9a825;
  }
  .color-4xl-warning-200 {
    color: #f57f17;
  }
  .color-4xl-warning-300 {
    color: #ff4610;
  }
  .color-4xl-success-100 {
    color: #00cd67;
  }
  .color-4xl-success-200 {
    color: #00763c;
  }
  .color-4xl-black {
    color: #000;
  }
  .color-4xl-white {
    color: #fff;
  }
}
.bg-gray-100 {
  background-color: #f9f9f9;
}

.bg-gray-200 {
  background-color: #f0f0f1;
}

.bg-gray-300 {
  background-color: #e2e1e1;
}

.bg-gray-400 {
  background-color: #d1d1d1;
}

.bg-gray-500 {
  background-color: #c8c5c5;
}

.bg-gray-600 {
  background-color: #a4a4a4;
}

.bg-gray-700 {
  background-color: #888888;
}

.bg-gray-800 {
  background-color: #686767;
}

.bg-gray-900 {
  background-color: #424242;
}

.bg-secondary-100 {
  background-color: #ff2949;
}

.bg-secondary-200 {
  background-color: rgba(21, 190, 149, 0.5490196078);
}

.bg-secondary-300 {
  background-color: #15be95;
}

.bg-error-100 {
  background-color: #ff0000;
}

.bg-error-200 {
  background-color: #b2001a;
}

.bg-primary-100 {
  background-color: rgba(142, 247, 214, 0.7098039216);
}

.bg-primary-200 {
  background-color: #01ddb6;
}

.bg-primary-300 {
  background-color: #00af9f;
}

.bg-primary-400 {
  background-color: #00c39f;
}

.bg-primary-500 {
  background-color: #008d73;
}

.bg-primary-600 {
  background-color: #004243;
}

.bg-rating-0-2 {
  background-color: #ffc107;
}

.bg-rating-2-3 {
  background-color: #bbc151;
}

.bg-rating-3-4 {
  background-color: #59b86e;
}

.bg-rating-4-5 {
  background-color: #03b96a;
}

.bg-warning-100 {
  background-color: #f9a825;
}

.bg-warning-200 {
  background-color: #f57f17;
}

.bg-warning-300 {
  background-color: #ff4610;
}

.bg-success-100 {
  background-color: #00cd67;
}

.bg-success-200 {
  background-color: #00763c;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.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: fit-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: fit-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: fit-content;
  }
}
@media only screen and (min-width: 480px) {
  .h-p-sm1-25 {
    height: 25%;
  }
  .h-p-sm1-50 {
    height: 50%;
  }
  .h-p-sm1-75 {
    height: 75%;
  }
  .h-p-sm1-100 {
    height: 100%;
  }
  .h-p-sm1-auto {
    height: auto;
  }
  .h-p-sm1-unset {
    height: unset;
  }
  .h-p-sm1-fit {
    height: fit-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: fit-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: fit-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: fit-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: fit-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: fit-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: fit-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: fit-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: fit-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: fit-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: fit-content;
  }
}
@media only screen and (min-width: 480px) {
  .w-p-sm1-25 {
    width: 25%;
  }
  .w-p-sm1-50 {
    width: 50%;
  }
  .w-p-sm1-75 {
    width: 75%;
  }
  .w-p-sm1-100 {
    width: 100%;
  }
  .w-p-sm1-auto {
    width: auto;
  }
  .w-p-sm1-unset {
    width: unset;
  }
  .w-p-sm1-fit {
    width: fit-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: fit-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: fit-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: fit-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: fit-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: fit-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: fit-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: fit-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;
}

@media only screen and (min-width: 0) {
  .h-zero-0 {
    height: 0;
  }
  .h-zero-1 {
    height: 0.4rem;
  }
  .h-zero-2 {
    height: 0.8rem;
  }
  .h-zero-3 {
    height: 1.2rem;
  }
  .h-zero-4 {
    height: 1.6rem;
  }
  .h-zero-5 {
    height: 2rem;
  }
  .h-zero-6 {
    height: 2.4rem;
  }
  .h-zero-7 {
    height: 2.8rem;
  }
  .h-zero-8 {
    height: 3.2rem;
  }
  .h-zero-9 {
    height: 3.6rem;
  }
  .h-zero-10 {
    height: 4rem;
  }
  .h-zero-11 {
    height: 4.4rem;
  }
  .h-zero-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 360px) {
  .h-xs-0 {
    height: 0;
  }
  .h-xs-1 {
    height: 0.4rem;
  }
  .h-xs-2 {
    height: 0.8rem;
  }
  .h-xs-3 {
    height: 1.2rem;
  }
  .h-xs-4 {
    height: 1.6rem;
  }
  .h-xs-5 {
    height: 2rem;
  }
  .h-xs-6 {
    height: 2.4rem;
  }
  .h-xs-7 {
    height: 2.8rem;
  }
  .h-xs-8 {
    height: 3.2rem;
  }
  .h-xs-9 {
    height: 3.6rem;
  }
  .h-xs-10 {
    height: 4rem;
  }
  .h-xs-11 {
    height: 4.4rem;
  }
  .h-xs-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 480px) {
  .h-sm1-0 {
    height: 0;
  }
  .h-sm1-1 {
    height: 0.4rem;
  }
  .h-sm1-2 {
    height: 0.8rem;
  }
  .h-sm1-3 {
    height: 1.2rem;
  }
  .h-sm1-4 {
    height: 1.6rem;
  }
  .h-sm1-5 {
    height: 2rem;
  }
  .h-sm1-6 {
    height: 2.4rem;
  }
  .h-sm1-7 {
    height: 2.8rem;
  }
  .h-sm1-8 {
    height: 3.2rem;
  }
  .h-sm1-9 {
    height: 3.6rem;
  }
  .h-sm1-10 {
    height: 4rem;
  }
  .h-sm1-11 {
    height: 4.4rem;
  }
  .h-sm1-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 640px) {
  .h-sm-0 {
    height: 0;
  }
  .h-sm-1 {
    height: 0.4rem;
  }
  .h-sm-2 {
    height: 0.8rem;
  }
  .h-sm-3 {
    height: 1.2rem;
  }
  .h-sm-4 {
    height: 1.6rem;
  }
  .h-sm-5 {
    height: 2rem;
  }
  .h-sm-6 {
    height: 2.4rem;
  }
  .h-sm-7 {
    height: 2.8rem;
  }
  .h-sm-8 {
    height: 3.2rem;
  }
  .h-sm-9 {
    height: 3.6rem;
  }
  .h-sm-10 {
    height: 4rem;
  }
  .h-sm-11 {
    height: 4.4rem;
  }
  .h-sm-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .h-md-0 {
    height: 0;
  }
  .h-md-1 {
    height: 0.4rem;
  }
  .h-md-2 {
    height: 0.8rem;
  }
  .h-md-3 {
    height: 1.2rem;
  }
  .h-md-4 {
    height: 1.6rem;
  }
  .h-md-5 {
    height: 2rem;
  }
  .h-md-6 {
    height: 2.4rem;
  }
  .h-md-7 {
    height: 2.8rem;
  }
  .h-md-8 {
    height: 3.2rem;
  }
  .h-md-9 {
    height: 3.6rem;
  }
  .h-md-10 {
    height: 4rem;
  }
  .h-md-11 {
    height: 4.4rem;
  }
  .h-md-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .h-lg-0 {
    height: 0;
  }
  .h-lg-1 {
    height: 0.4rem;
  }
  .h-lg-2 {
    height: 0.8rem;
  }
  .h-lg-3 {
    height: 1.2rem;
  }
  .h-lg-4 {
    height: 1.6rem;
  }
  .h-lg-5 {
    height: 2rem;
  }
  .h-lg-6 {
    height: 2.4rem;
  }
  .h-lg-7 {
    height: 2.8rem;
  }
  .h-lg-8 {
    height: 3.2rem;
  }
  .h-lg-9 {
    height: 3.6rem;
  }
  .h-lg-10 {
    height: 4rem;
  }
  .h-lg-11 {
    height: 4.4rem;
  }
  .h-lg-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .h-xl-0 {
    height: 0;
  }
  .h-xl-1 {
    height: 0.4rem;
  }
  .h-xl-2 {
    height: 0.8rem;
  }
  .h-xl-3 {
    height: 1.2rem;
  }
  .h-xl-4 {
    height: 1.6rem;
  }
  .h-xl-5 {
    height: 2rem;
  }
  .h-xl-6 {
    height: 2.4rem;
  }
  .h-xl-7 {
    height: 2.8rem;
  }
  .h-xl-8 {
    height: 3.2rem;
  }
  .h-xl-9 {
    height: 3.6rem;
  }
  .h-xl-10 {
    height: 4rem;
  }
  .h-xl-11 {
    height: 4.4rem;
  }
  .h-xl-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1336px) {
  .h-2xl-0 {
    height: 0;
  }
  .h-2xl-1 {
    height: 0.4rem;
  }
  .h-2xl-2 {
    height: 0.8rem;
  }
  .h-2xl-3 {
    height: 1.2rem;
  }
  .h-2xl-4 {
    height: 1.6rem;
  }
  .h-2xl-5 {
    height: 2rem;
  }
  .h-2xl-6 {
    height: 2.4rem;
  }
  .h-2xl-7 {
    height: 2.8rem;
  }
  .h-2xl-8 {
    height: 3.2rem;
  }
  .h-2xl-9 {
    height: 3.6rem;
  }
  .h-2xl-10 {
    height: 4rem;
  }
  .h-2xl-11 {
    height: 4.4rem;
  }
  .h-2xl-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .h-3xl-0 {
    height: 0;
  }
  .h-3xl-1 {
    height: 0.4rem;
  }
  .h-3xl-2 {
    height: 0.8rem;
  }
  .h-3xl-3 {
    height: 1.2rem;
  }
  .h-3xl-4 {
    height: 1.6rem;
  }
  .h-3xl-5 {
    height: 2rem;
  }
  .h-3xl-6 {
    height: 2.4rem;
  }
  .h-3xl-7 {
    height: 2.8rem;
  }
  .h-3xl-8 {
    height: 3.2rem;
  }
  .h-3xl-9 {
    height: 3.6rem;
  }
  .h-3xl-10 {
    height: 4rem;
  }
  .h-3xl-11 {
    height: 4.4rem;
  }
  .h-3xl-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1676px) {
  .h-4xl-0 {
    height: 0;
  }
  .h-4xl-1 {
    height: 0.4rem;
  }
  .h-4xl-2 {
    height: 0.8rem;
  }
  .h-4xl-3 {
    height: 1.2rem;
  }
  .h-4xl-4 {
    height: 1.6rem;
  }
  .h-4xl-5 {
    height: 2rem;
  }
  .h-4xl-6 {
    height: 2.4rem;
  }
  .h-4xl-7 {
    height: 2.8rem;
  }
  .h-4xl-8 {
    height: 3.2rem;
  }
  .h-4xl-9 {
    height: 3.6rem;
  }
  .h-4xl-10 {
    height: 4rem;
  }
  .h-4xl-11 {
    height: 4.4rem;
  }
  .h-4xl-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;
}

@media only screen and (min-width: 0) {
  .w-zero-0 {
    width: 0;
  }
  .w-zero-1 {
    width: 0.4rem;
  }
  .w-zero-2 {
    width: 0.8rem;
  }
  .w-zero-3 {
    width: 1.2rem;
  }
  .w-zero-4 {
    width: 1.6rem;
  }
  .w-zero-5 {
    width: 2rem;
  }
  .w-zero-6 {
    width: 2.4rem;
  }
  .w-zero-7 {
    width: 2.8rem;
  }
  .w-zero-8 {
    width: 3.2rem;
  }
  .w-zero-9 {
    width: 3.6rem;
  }
  .w-zero-10 {
    width: 4rem;
  }
  .w-zero-11 {
    width: 4.4rem;
  }
  .w-zero-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 360px) {
  .w-xs-0 {
    width: 0;
  }
  .w-xs-1 {
    width: 0.4rem;
  }
  .w-xs-2 {
    width: 0.8rem;
  }
  .w-xs-3 {
    width: 1.2rem;
  }
  .w-xs-4 {
    width: 1.6rem;
  }
  .w-xs-5 {
    width: 2rem;
  }
  .w-xs-6 {
    width: 2.4rem;
  }
  .w-xs-7 {
    width: 2.8rem;
  }
  .w-xs-8 {
    width: 3.2rem;
  }
  .w-xs-9 {
    width: 3.6rem;
  }
  .w-xs-10 {
    width: 4rem;
  }
  .w-xs-11 {
    width: 4.4rem;
  }
  .w-xs-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 480px) {
  .w-sm1-0 {
    width: 0;
  }
  .w-sm1-1 {
    width: 0.4rem;
  }
  .w-sm1-2 {
    width: 0.8rem;
  }
  .w-sm1-3 {
    width: 1.2rem;
  }
  .w-sm1-4 {
    width: 1.6rem;
  }
  .w-sm1-5 {
    width: 2rem;
  }
  .w-sm1-6 {
    width: 2.4rem;
  }
  .w-sm1-7 {
    width: 2.8rem;
  }
  .w-sm1-8 {
    width: 3.2rem;
  }
  .w-sm1-9 {
    width: 3.6rem;
  }
  .w-sm1-10 {
    width: 4rem;
  }
  .w-sm1-11 {
    width: 4.4rem;
  }
  .w-sm1-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 640px) {
  .w-sm-0 {
    width: 0;
  }
  .w-sm-1 {
    width: 0.4rem;
  }
  .w-sm-2 {
    width: 0.8rem;
  }
  .w-sm-3 {
    width: 1.2rem;
  }
  .w-sm-4 {
    width: 1.6rem;
  }
  .w-sm-5 {
    width: 2rem;
  }
  .w-sm-6 {
    width: 2.4rem;
  }
  .w-sm-7 {
    width: 2.8rem;
  }
  .w-sm-8 {
    width: 3.2rem;
  }
  .w-sm-9 {
    width: 3.6rem;
  }
  .w-sm-10 {
    width: 4rem;
  }
  .w-sm-11 {
    width: 4.4rem;
  }
  .w-sm-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .w-md-0 {
    width: 0;
  }
  .w-md-1 {
    width: 0.4rem;
  }
  .w-md-2 {
    width: 0.8rem;
  }
  .w-md-3 {
    width: 1.2rem;
  }
  .w-md-4 {
    width: 1.6rem;
  }
  .w-md-5 {
    width: 2rem;
  }
  .w-md-6 {
    width: 2.4rem;
  }
  .w-md-7 {
    width: 2.8rem;
  }
  .w-md-8 {
    width: 3.2rem;
  }
  .w-md-9 {
    width: 3.6rem;
  }
  .w-md-10 {
    width: 4rem;
  }
  .w-md-11 {
    width: 4.4rem;
  }
  .w-md-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .w-lg-0 {
    width: 0;
  }
  .w-lg-1 {
    width: 0.4rem;
  }
  .w-lg-2 {
    width: 0.8rem;
  }
  .w-lg-3 {
    width: 1.2rem;
  }
  .w-lg-4 {
    width: 1.6rem;
  }
  .w-lg-5 {
    width: 2rem;
  }
  .w-lg-6 {
    width: 2.4rem;
  }
  .w-lg-7 {
    width: 2.8rem;
  }
  .w-lg-8 {
    width: 3.2rem;
  }
  .w-lg-9 {
    width: 3.6rem;
  }
  .w-lg-10 {
    width: 4rem;
  }
  .w-lg-11 {
    width: 4.4rem;
  }
  .w-lg-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .w-xl-0 {
    width: 0;
  }
  .w-xl-1 {
    width: 0.4rem;
  }
  .w-xl-2 {
    width: 0.8rem;
  }
  .w-xl-3 {
    width: 1.2rem;
  }
  .w-xl-4 {
    width: 1.6rem;
  }
  .w-xl-5 {
    width: 2rem;
  }
  .w-xl-6 {
    width: 2.4rem;
  }
  .w-xl-7 {
    width: 2.8rem;
  }
  .w-xl-8 {
    width: 3.2rem;
  }
  .w-xl-9 {
    width: 3.6rem;
  }
  .w-xl-10 {
    width: 4rem;
  }
  .w-xl-11 {
    width: 4.4rem;
  }
  .w-xl-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1336px) {
  .w-2xl-0 {
    width: 0;
  }
  .w-2xl-1 {
    width: 0.4rem;
  }
  .w-2xl-2 {
    width: 0.8rem;
  }
  .w-2xl-3 {
    width: 1.2rem;
  }
  .w-2xl-4 {
    width: 1.6rem;
  }
  .w-2xl-5 {
    width: 2rem;
  }
  .w-2xl-6 {
    width: 2.4rem;
  }
  .w-2xl-7 {
    width: 2.8rem;
  }
  .w-2xl-8 {
    width: 3.2rem;
  }
  .w-2xl-9 {
    width: 3.6rem;
  }
  .w-2xl-10 {
    width: 4rem;
  }
  .w-2xl-11 {
    width: 4.4rem;
  }
  .w-2xl-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .w-3xl-0 {
    width: 0;
  }
  .w-3xl-1 {
    width: 0.4rem;
  }
  .w-3xl-2 {
    width: 0.8rem;
  }
  .w-3xl-3 {
    width: 1.2rem;
  }
  .w-3xl-4 {
    width: 1.6rem;
  }
  .w-3xl-5 {
    width: 2rem;
  }
  .w-3xl-6 {
    width: 2.4rem;
  }
  .w-3xl-7 {
    width: 2.8rem;
  }
  .w-3xl-8 {
    width: 3.2rem;
  }
  .w-3xl-9 {
    width: 3.6rem;
  }
  .w-3xl-10 {
    width: 4rem;
  }
  .w-3xl-11 {
    width: 4.4rem;
  }
  .w-3xl-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1676px) {
  .w-4xl-0 {
    width: 0;
  }
  .w-4xl-1 {
    width: 0.4rem;
  }
  .w-4xl-2 {
    width: 0.8rem;
  }
  .w-4xl-3 {
    width: 1.2rem;
  }
  .w-4xl-4 {
    width: 1.6rem;
  }
  .w-4xl-5 {
    width: 2rem;
  }
  .w-4xl-6 {
    width: 2.4rem;
  }
  .w-4xl-7 {
    width: 2.8rem;
  }
  .w-4xl-8 {
    width: 3.2rem;
  }
  .w-4xl-9 {
    width: 3.6rem;
  }
  .w-4xl-10 {
    width: 4rem;
  }
  .w-4xl-11 {
    width: 4.4rem;
  }
  .w-4xl-12 {
    width: 4.8rem;
  }
}
.radius-small {
  border-radius: 10px;
}

.radius-radius {
  border-radius: 16px;
}

.radius-medium {
  border-radius: 18px;
}

.radius-circle {
  border-radius: 50%;
}

.radius-large {
  border-radius: 25px;
}

.radius-xl {
  border-radius: 40px;
}

.radius-u {
  border-radius: 100px;
}

@media only screen and (min-width: 0) {
  .radius-zero-small {
    border-radius: 10px;
  }
  .radius-zero-radius {
    border-radius: 16px;
  }
  .radius-zero-medium {
    border-radius: 18px;
  }
  .radius-zero-circle {
    border-radius: 50%;
  }
  .radius-zero-large {
    border-radius: 25px;
  }
  .radius-zero-xl {
    border-radius: 40px;
  }
  .radius-zero-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 360px) {
  .radius-xs-small {
    border-radius: 10px;
  }
  .radius-xs-radius {
    border-radius: 16px;
  }
  .radius-xs-medium {
    border-radius: 18px;
  }
  .radius-xs-circle {
    border-radius: 50%;
  }
  .radius-xs-large {
    border-radius: 25px;
  }
  .radius-xs-xl {
    border-radius: 40px;
  }
  .radius-xs-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 480px) {
  .radius-sm1-small {
    border-radius: 10px;
  }
  .radius-sm1-radius {
    border-radius: 16px;
  }
  .radius-sm1-medium {
    border-radius: 18px;
  }
  .radius-sm1-circle {
    border-radius: 50%;
  }
  .radius-sm1-large {
    border-radius: 25px;
  }
  .radius-sm1-xl {
    border-radius: 40px;
  }
  .radius-sm1-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 640px) {
  .radius-sm-small {
    border-radius: 10px;
  }
  .radius-sm-radius {
    border-radius: 16px;
  }
  .radius-sm-medium {
    border-radius: 18px;
  }
  .radius-sm-circle {
    border-radius: 50%;
  }
  .radius-sm-large {
    border-radius: 25px;
  }
  .radius-sm-xl {
    border-radius: 40px;
  }
  .radius-sm-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .radius-md-small {
    border-radius: 10px;
  }
  .radius-md-radius {
    border-radius: 16px;
  }
  .radius-md-medium {
    border-radius: 18px;
  }
  .radius-md-circle {
    border-radius: 50%;
  }
  .radius-md-large {
    border-radius: 25px;
  }
  .radius-md-xl {
    border-radius: 40px;
  }
  .radius-md-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .radius-lg-small {
    border-radius: 10px;
  }
  .radius-lg-radius {
    border-radius: 16px;
  }
  .radius-lg-medium {
    border-radius: 18px;
  }
  .radius-lg-circle {
    border-radius: 50%;
  }
  .radius-lg-large {
    border-radius: 25px;
  }
  .radius-lg-xl {
    border-radius: 40px;
  }
  .radius-lg-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .radius-xl-small {
    border-radius: 10px;
  }
  .radius-xl-radius {
    border-radius: 16px;
  }
  .radius-xl-medium {
    border-radius: 18px;
  }
  .radius-xl-circle {
    border-radius: 50%;
  }
  .radius-xl-large {
    border-radius: 25px;
  }
  .radius-xl-xl {
    border-radius: 40px;
  }
  .radius-xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1336px) {
  .radius-2xl-small {
    border-radius: 10px;
  }
  .radius-2xl-radius {
    border-radius: 16px;
  }
  .radius-2xl-medium {
    border-radius: 18px;
  }
  .radius-2xl-circle {
    border-radius: 50%;
  }
  .radius-2xl-large {
    border-radius: 25px;
  }
  .radius-2xl-xl {
    border-radius: 40px;
  }
  .radius-2xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .radius-3xl-small {
    border-radius: 10px;
  }
  .radius-3xl-radius {
    border-radius: 16px;
  }
  .radius-3xl-medium {
    border-radius: 18px;
  }
  .radius-3xl-circle {
    border-radius: 50%;
  }
  .radius-3xl-large {
    border-radius: 25px;
  }
  .radius-3xl-xl {
    border-radius: 40px;
  }
  .radius-3xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1676px) {
  .radius-4xl-small {
    border-radius: 10px;
  }
  .radius-4xl-radius {
    border-radius: 16px;
  }
  .radius-4xl-medium {
    border-radius: 18px;
  }
  .radius-4xl-circle {
    border-radius: 50%;
  }
  .radius-4xl-large {
    border-radius: 25px;
  }
  .radius-4xl-xl {
    border-radius: 40px;
  }
  .radius-4xl-u {
    border-radius: 100px;
  }
}
.border-none {
  border: none;
}

.border-gray-300 {
  border: #e2e1e1 1px solid;
}

.border-gray-300-2 {
  border: #e2e1e1 2px solid;
}

.border-gray-400 {
  border: #d1d1d1 1px solid;
}

.border-gray-400-2 {
  border: #d1d1d1 2px solid;
}

.border-gray-200 {
  border: #f0f0f1 1px solid;
}

.border-gray-200-2 {
  border: #f0f0f1 2px solid;
}

.border-primary-400 {
  border: #00c39f 1px solid;
}

.border-primary-500 {
  border: #008d73 1px solid;
}

.border-white {
  border: #fff 1px solid;
}

@media only screen and (min-width: 0) {
  .border-zero-none {
    border: none;
  }
  .border-zero-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-zero-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-zero-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-zero-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-zero-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-zero-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-zero-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-zero-primary-500 {
    border: #008d73 1px solid;
  }
  .border-zero-white {
    border: #fff 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-xs-none {
    border: none;
  }
  .border-xs-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-xs-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-xs-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-xs-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-xs-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-xs-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-xs-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-xs-primary-500 {
    border: #008d73 1px solid;
  }
  .border-xs-white {
    border: #fff 1px solid;
  }
}
@media only screen and (min-width: 480px) {
  .border-sm1-none {
    border: none;
  }
  .border-sm1-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-sm1-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-sm1-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-sm1-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-sm1-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-sm1-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-sm1-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-sm1-primary-500 {
    border: #008d73 1px solid;
  }
  .border-sm1-white {
    border: #fff 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-sm-none {
    border: none;
  }
  .border-sm-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-sm-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-sm-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-sm-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-sm-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-sm-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-sm-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-sm-primary-500 {
    border: #008d73 1px solid;
  }
  .border-sm-white {
    border: #fff 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-md-none {
    border: none;
  }
  .border-md-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-md-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-md-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-md-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-md-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-md-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-md-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-md-primary-500 {
    border: #008d73 1px solid;
  }
  .border-md-white {
    border: #fff 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-lg-none {
    border: none;
  }
  .border-lg-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-lg-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-lg-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-lg-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-lg-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-lg-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-lg-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-lg-primary-500 {
    border: #008d73 1px solid;
  }
  .border-lg-white {
    border: #fff 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-xl-none {
    border: none;
  }
  .border-xl-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-xl-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-xl-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-xl-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-xl-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-xl-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-xl-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-xl-primary-500 {
    border: #008d73 1px solid;
  }
  .border-xl-white {
    border: #fff 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-2xl-none {
    border: none;
  }
  .border-2xl-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-2xl-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-2xl-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-2xl-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-2xl-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-2xl-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-2xl-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-2xl-primary-500 {
    border: #008d73 1px solid;
  }
  .border-2xl-white {
    border: #fff 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-3xl-none {
    border: none;
  }
  .border-3xl-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-3xl-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-3xl-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-3xl-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-3xl-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-3xl-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-3xl-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-3xl-primary-500 {
    border: #008d73 1px solid;
  }
  .border-3xl-white {
    border: #fff 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-4xl-none {
    border: none;
  }
  .border-4xl-gray-300 {
    border: #e2e1e1 1px solid;
  }
  .border-4xl-gray-300-2 {
    border: #e2e1e1 2px solid;
  }
  .border-4xl-gray-400 {
    border: #d1d1d1 1px solid;
  }
  .border-4xl-gray-400-2 {
    border: #d1d1d1 2px solid;
  }
  .border-4xl-gray-200 {
    border: #f0f0f1 1px solid;
  }
  .border-4xl-gray-200-2 {
    border: #f0f0f1 2px solid;
  }
  .border-4xl-primary-400 {
    border: #00c39f 1px solid;
  }
  .border-4xl-primary-500 {
    border: #008d73 1px solid;
  }
  .border-4xl-white {
    border: #fff 1px solid;
  }
}
.border-t-none {
  border-top: none;
}

.border-t-gray-300 {
  border-top: #e2e1e1 1px solid;
}

.border-t-gray-300-2 {
  border-top: #e2e1e1 2px solid;
}

.border-t-gray-400 {
  border-top: #d1d1d1 1px solid;
}

.border-t-gray-400-2 {
  border-top: #d1d1d1 2px solid;
}

.border-t-gray-200 {
  border-top: #f0f0f1 1px solid;
}

.border-t-gray-200-2 {
  border-top: #f0f0f1 2px solid;
}

.border-t-primary-400 {
  border-top: #00c39f 1px solid;
}

.border-t-primary-500 {
  border-top: #008d73 1px solid;
}

.border-t-white {
  border-top: #fff 1px solid;
}

@media only screen and (min-width: 0) {
  .border-t-zero-none {
    border-top: none;
  }
  .border-t-zero-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-zero-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-zero-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-zero-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-zero-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-zero-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-zero-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-zero-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-zero-white {
    border-top: #fff 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-t-xs-none {
    border-top: none;
  }
  .border-t-xs-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-xs-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-xs-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-xs-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-xs-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-xs-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-xs-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-xs-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-xs-white {
    border-top: #fff 1px solid;
  }
}
@media only screen and (min-width: 480px) {
  .border-t-sm1-none {
    border-top: none;
  }
  .border-t-sm1-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-sm1-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-sm1-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-sm1-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-sm1-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-sm1-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-sm1-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-sm1-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-sm1-white {
    border-top: #fff 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-t-sm-none {
    border-top: none;
  }
  .border-t-sm-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-sm-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-sm-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-sm-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-sm-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-sm-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-sm-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-sm-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-sm-white {
    border-top: #fff 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-t-md-none {
    border-top: none;
  }
  .border-t-md-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-md-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-md-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-md-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-md-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-md-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-md-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-md-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-md-white {
    border-top: #fff 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-t-lg-none {
    border-top: none;
  }
  .border-t-lg-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-lg-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-lg-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-lg-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-lg-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-lg-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-lg-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-lg-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-lg-white {
    border-top: #fff 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-t-xl-none {
    border-top: none;
  }
  .border-t-xl-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-xl-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-xl-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-xl-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-xl-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-xl-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-xl-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-xl-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-xl-white {
    border-top: #fff 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-t-2xl-none {
    border-top: none;
  }
  .border-t-2xl-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-2xl-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-2xl-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-2xl-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-2xl-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-2xl-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-2xl-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-2xl-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-2xl-white {
    border-top: #fff 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-t-3xl-none {
    border-top: none;
  }
  .border-t-3xl-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-3xl-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-3xl-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-3xl-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-3xl-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-3xl-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-3xl-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-3xl-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-3xl-white {
    border-top: #fff 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-t-4xl-none {
    border-top: none;
  }
  .border-t-4xl-gray-300 {
    border-top: #e2e1e1 1px solid;
  }
  .border-t-4xl-gray-300-2 {
    border-top: #e2e1e1 2px solid;
  }
  .border-t-4xl-gray-400 {
    border-top: #d1d1d1 1px solid;
  }
  .border-t-4xl-gray-400-2 {
    border-top: #d1d1d1 2px solid;
  }
  .border-t-4xl-gray-200 {
    border-top: #f0f0f1 1px solid;
  }
  .border-t-4xl-gray-200-2 {
    border-top: #f0f0f1 2px solid;
  }
  .border-t-4xl-primary-400 {
    border-top: #00c39f 1px solid;
  }
  .border-t-4xl-primary-500 {
    border-top: #008d73 1px solid;
  }
  .border-t-4xl-white {
    border-top: #fff 1px solid;
  }
}
.border-b-none {
  border-bottom: none;
}

.border-b-gray-300 {
  border-bottom: #e2e1e1 1px solid;
}

.border-b-gray-300-2 {
  border-bottom: #e2e1e1 2px solid;
}

.border-b-gray-400 {
  border-bottom: #d1d1d1 1px solid;
}

.border-b-gray-400-2 {
  border-bottom: #d1d1d1 2px solid;
}

.border-b-gray-200 {
  border-bottom: #f0f0f1 1px solid;
}

.border-b-gray-200-2 {
  border-bottom: #f0f0f1 2px solid;
}

.border-b-primary-400 {
  border-bottom: #00c39f 1px solid;
}

.border-b-primary-500 {
  border-bottom: #008d73 1px solid;
}

.border-b-white {
  border-bottom: #fff 1px solid;
}

@media only screen and (min-width: 0) {
  .border-b-zero-none {
    border-bottom: none;
  }
  .border-b-zero-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-zero-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-zero-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-zero-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-zero-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-zero-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-zero-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-zero-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-zero-white {
    border-bottom: #fff 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-b-xs-none {
    border-bottom: none;
  }
  .border-b-xs-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-xs-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-xs-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-xs-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-xs-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-xs-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-xs-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-xs-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-xs-white {
    border-bottom: #fff 1px solid;
  }
}
@media only screen and (min-width: 480px) {
  .border-b-sm1-none {
    border-bottom: none;
  }
  .border-b-sm1-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-sm1-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-sm1-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-sm1-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-sm1-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-sm1-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-sm1-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-sm1-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-sm1-white {
    border-bottom: #fff 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-b-sm-none {
    border-bottom: none;
  }
  .border-b-sm-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-sm-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-sm-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-sm-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-sm-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-sm-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-sm-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-sm-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-sm-white {
    border-bottom: #fff 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-b-md-none {
    border-bottom: none;
  }
  .border-b-md-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-md-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-md-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-md-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-md-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-md-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-md-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-md-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-md-white {
    border-bottom: #fff 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-b-lg-none {
    border-bottom: none;
  }
  .border-b-lg-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-lg-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-lg-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-lg-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-lg-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-lg-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-lg-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-lg-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-lg-white {
    border-bottom: #fff 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-b-xl-none {
    border-bottom: none;
  }
  .border-b-xl-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-xl-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-xl-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-xl-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-xl-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-xl-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-xl-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-xl-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-xl-white {
    border-bottom: #fff 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-b-2xl-none {
    border-bottom: none;
  }
  .border-b-2xl-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-2xl-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-2xl-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-2xl-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-2xl-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-2xl-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-2xl-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-2xl-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-2xl-white {
    border-bottom: #fff 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-b-3xl-none {
    border-bottom: none;
  }
  .border-b-3xl-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-3xl-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-3xl-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-3xl-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-3xl-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-3xl-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-3xl-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-3xl-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-3xl-white {
    border-bottom: #fff 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-b-4xl-none {
    border-bottom: none;
  }
  .border-b-4xl-gray-300 {
    border-bottom: #e2e1e1 1px solid;
  }
  .border-b-4xl-gray-300-2 {
    border-bottom: #e2e1e1 2px solid;
  }
  .border-b-4xl-gray-400 {
    border-bottom: #d1d1d1 1px solid;
  }
  .border-b-4xl-gray-400-2 {
    border-bottom: #d1d1d1 2px solid;
  }
  .border-b-4xl-gray-200 {
    border-bottom: #f0f0f1 1px solid;
  }
  .border-b-4xl-gray-200-2 {
    border-bottom: #f0f0f1 2px solid;
  }
  .border-b-4xl-primary-400 {
    border-bottom: #00c39f 1px solid;
  }
  .border-b-4xl-primary-500 {
    border-bottom: #008d73 1px solid;
  }
  .border-b-4xl-white {
    border-bottom: #fff 1px solid;
  }
}
.border-s-none {
  border-left: none;
}

.border-s-gray-300 {
  border-left: #e2e1e1 1px solid;
}

.border-s-gray-300-2 {
  border-left: #e2e1e1 2px solid;
}

.border-s-gray-400 {
  border-left: #d1d1d1 1px solid;
}

.border-s-gray-400-2 {
  border-left: #d1d1d1 2px solid;
}

.border-s-gray-200 {
  border-left: #f0f0f1 1px solid;
}

.border-s-gray-200-2 {
  border-left: #f0f0f1 2px solid;
}

.border-s-primary-400 {
  border-left: #00c39f 1px solid;
}

.border-s-primary-500 {
  border-left: #008d73 1px solid;
}

.border-s-white {
  border-left: #fff 1px solid;
}

@media only screen and (min-width: 0) {
  .border-s-zero-none {
    border-left: none;
  }
  .border-s-zero-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-zero-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-zero-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-zero-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-zero-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-zero-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-zero-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-zero-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-zero-white {
    border-left: #fff 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-s-xs-none {
    border-left: none;
  }
  .border-s-xs-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-xs-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-xs-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-xs-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-xs-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-xs-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-xs-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-xs-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-xs-white {
    border-left: #fff 1px solid;
  }
}
@media only screen and (min-width: 480px) {
  .border-s-sm1-none {
    border-left: none;
  }
  .border-s-sm1-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-sm1-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-sm1-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-sm1-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-sm1-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-sm1-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-sm1-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-sm1-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-sm1-white {
    border-left: #fff 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-s-sm-none {
    border-left: none;
  }
  .border-s-sm-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-sm-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-sm-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-sm-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-sm-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-sm-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-sm-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-sm-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-sm-white {
    border-left: #fff 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-s-md-none {
    border-left: none;
  }
  .border-s-md-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-md-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-md-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-md-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-md-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-md-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-md-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-md-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-md-white {
    border-left: #fff 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-s-lg-none {
    border-left: none;
  }
  .border-s-lg-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-lg-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-lg-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-lg-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-lg-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-lg-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-lg-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-lg-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-lg-white {
    border-left: #fff 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-s-xl-none {
    border-left: none;
  }
  .border-s-xl-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-xl-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-xl-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-xl-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-xl-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-xl-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-xl-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-xl-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-xl-white {
    border-left: #fff 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-s-2xl-none {
    border-left: none;
  }
  .border-s-2xl-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-2xl-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-2xl-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-2xl-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-2xl-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-2xl-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-2xl-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-2xl-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-2xl-white {
    border-left: #fff 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-s-3xl-none {
    border-left: none;
  }
  .border-s-3xl-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-3xl-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-3xl-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-3xl-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-3xl-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-3xl-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-3xl-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-3xl-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-3xl-white {
    border-left: #fff 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-s-4xl-none {
    border-left: none;
  }
  .border-s-4xl-gray-300 {
    border-left: #e2e1e1 1px solid;
  }
  .border-s-4xl-gray-300-2 {
    border-left: #e2e1e1 2px solid;
  }
  .border-s-4xl-gray-400 {
    border-left: #d1d1d1 1px solid;
  }
  .border-s-4xl-gray-400-2 {
    border-left: #d1d1d1 2px solid;
  }
  .border-s-4xl-gray-200 {
    border-left: #f0f0f1 1px solid;
  }
  .border-s-4xl-gray-200-2 {
    border-left: #f0f0f1 2px solid;
  }
  .border-s-4xl-primary-400 {
    border-left: #00c39f 1px solid;
  }
  .border-s-4xl-primary-500 {
    border-left: #008d73 1px solid;
  }
  .border-s-4xl-white {
    border-left: #fff 1px solid;
  }
}
.border-e-none {
  border-right: none;
}

.border-e-gray-300 {
  border-right: #e2e1e1 1px solid;
}

.border-e-gray-300-2 {
  border-right: #e2e1e1 2px solid;
}

.border-e-gray-400 {
  border-right: #d1d1d1 1px solid;
}

.border-e-gray-400-2 {
  border-right: #d1d1d1 2px solid;
}

.border-e-gray-200 {
  border-right: #f0f0f1 1px solid;
}

.border-e-gray-200-2 {
  border-right: #f0f0f1 2px solid;
}

.border-e-primary-400 {
  border-right: #00c39f 1px solid;
}

.border-e-primary-500 {
  border-right: #008d73 1px solid;
}

.border-e-white {
  border-right: #fff 1px solid;
}

@media only screen and (min-width: 0) {
  .border-e-zero-none {
    border-right: none;
  }
  .border-e-zero-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-zero-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-zero-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-zero-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-zero-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-zero-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-zero-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-zero-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-zero-white {
    border-right: #fff 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-e-xs-none {
    border-right: none;
  }
  .border-e-xs-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-xs-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-xs-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-xs-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-xs-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-xs-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-xs-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-xs-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-xs-white {
    border-right: #fff 1px solid;
  }
}
@media only screen and (min-width: 480px) {
  .border-e-sm1-none {
    border-right: none;
  }
  .border-e-sm1-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-sm1-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-sm1-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-sm1-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-sm1-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-sm1-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-sm1-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-sm1-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-sm1-white {
    border-right: #fff 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-e-sm-none {
    border-right: none;
  }
  .border-e-sm-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-sm-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-sm-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-sm-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-sm-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-sm-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-sm-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-sm-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-sm-white {
    border-right: #fff 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-e-md-none {
    border-right: none;
  }
  .border-e-md-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-md-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-md-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-md-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-md-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-md-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-md-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-md-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-md-white {
    border-right: #fff 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-e-lg-none {
    border-right: none;
  }
  .border-e-lg-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-lg-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-lg-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-lg-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-lg-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-lg-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-lg-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-lg-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-lg-white {
    border-right: #fff 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-e-xl-none {
    border-right: none;
  }
  .border-e-xl-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-xl-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-xl-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-xl-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-xl-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-xl-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-xl-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-xl-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-xl-white {
    border-right: #fff 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-e-2xl-none {
    border-right: none;
  }
  .border-e-2xl-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-2xl-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-2xl-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-2xl-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-2xl-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-2xl-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-2xl-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-2xl-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-2xl-white {
    border-right: #fff 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-e-3xl-none {
    border-right: none;
  }
  .border-e-3xl-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-3xl-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-3xl-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-3xl-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-3xl-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-3xl-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-3xl-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-3xl-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-3xl-white {
    border-right: #fff 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-e-4xl-none {
    border-right: none;
  }
  .border-e-4xl-gray-300 {
    border-right: #e2e1e1 1px solid;
  }
  .border-e-4xl-gray-300-2 {
    border-right: #e2e1e1 2px solid;
  }
  .border-e-4xl-gray-400 {
    border-right: #d1d1d1 1px solid;
  }
  .border-e-4xl-gray-400-2 {
    border-right: #d1d1d1 2px solid;
  }
  .border-e-4xl-gray-200 {
    border-right: #f0f0f1 1px solid;
  }
  .border-e-4xl-gray-200-2 {
    border-right: #f0f0f1 2px solid;
  }
  .border-e-4xl-primary-400 {
    border-right: #00c39f 1px solid;
  }
  .border-e-4xl-primary-500 {
    border-right: #008d73 1px solid;
  }
  .border-e-4xl-white {
    border-right: #fff 1px solid;
  }
}
.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.position-unset {
  position: unset;
}

@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;
  }
  .position-zero-unset {
    position: unset;
  }
}
@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;
  }
  .position-xs-unset {
    position: unset;
  }
}
@media only screen and (min-width: 480px) {
  .position-sm1-static {
    position: static;
  }
  .position-sm1-relative {
    position: relative;
  }
  .position-sm1-absolute {
    position: absolute;
  }
  .position-sm1-fixed {
    position: fixed;
  }
  .position-sm1-sticky {
    position: sticky;
  }
  .position-sm1-unset {
    position: unset;
  }
}
@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;
  }
  .position-sm-unset {
    position: unset;
  }
}
@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;
  }
  .position-md-unset {
    position: unset;
  }
}
@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;
  }
  .position-lg-unset {
    position: unset;
  }
}
@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;
  }
  .position-xl-unset {
    position: unset;
  }
}
@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;
  }
  .position-2xl-unset {
    position: unset;
  }
}
@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;
  }
  .position-3xl-unset {
    position: unset;
  }
}
@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;
  }
  .position-4xl-unset {
    position: unset;
  }
}
.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

@media only screen and (min-width: 0) {
  .overflow-zero-auto {
    overflow: auto;
  }
  .overflow-zero-hidden {
    overflow: hidden;
  }
  .overflow-zero-visible {
    overflow: visible;
  }
  .overflow-zero-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 360px) {
  .overflow-xs-auto {
    overflow: auto;
  }
  .overflow-xs-hidden {
    overflow: hidden;
  }
  .overflow-xs-visible {
    overflow: visible;
  }
  .overflow-xs-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 480px) {
  .overflow-sm1-auto {
    overflow: auto;
  }
  .overflow-sm1-hidden {
    overflow: hidden;
  }
  .overflow-sm1-visible {
    overflow: visible;
  }
  .overflow-sm1-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 640px) {
  .overflow-sm-auto {
    overflow: auto;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .overflow-sm-visible {
    overflow: visible;
  }
  .overflow-sm-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-md-auto {
    overflow: auto;
  }
  .overflow-md-hidden {
    overflow: hidden;
  }
  .overflow-md-visible {
    overflow: visible;
  }
  .overflow-md-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1024px) {
  .overflow-lg-auto {
    overflow: auto;
  }
  .overflow-lg-hidden {
    overflow: hidden;
  }
  .overflow-lg-visible {
    overflow: visible;
  }
  .overflow-lg-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1280px) {
  .overflow-xl-auto {
    overflow: auto;
  }
  .overflow-xl-hidden {
    overflow: hidden;
  }
  .overflow-xl-visible {
    overflow: visible;
  }
  .overflow-xl-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1336px) {
  .overflow-2xl-auto {
    overflow: auto;
  }
  .overflow-2xl-hidden {
    overflow: hidden;
  }
  .overflow-2xl-visible {
    overflow: visible;
  }
  .overflow-2xl-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1440px) {
  .overflow-3xl-auto {
    overflow: auto;
  }
  .overflow-3xl-hidden {
    overflow: hidden;
  }
  .overflow-3xl-visible {
    overflow: visible;
  }
  .overflow-3xl-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1676px) {
  .overflow-4xl-auto {
    overflow: auto;
  }
  .overflow-4xl-hidden {
    overflow: hidden;
  }
  .overflow-4xl-visible {
    overflow: visible;
  }
  .overflow-4xl-scroll {
    overflow: scroll;
  }
}
.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

@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: visible;
  }
  .overflow-x-zero-scroll {
    overflow-x: scroll;
  }
}
@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: visible;
  }
  .overflow-x-xs-scroll {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 480px) {
  .overflow-x-sm1-auto {
    overflow-x: auto;
  }
  .overflow-x-sm1-hidden {
    overflow-x: hidden;
  }
  .overflow-x-sm1-visible {
    overflow-x: visible;
  }
  .overflow-x-sm1-scroll {
    overflow-x: scroll;
  }
}
@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: visible;
  }
  .overflow-x-sm-scroll {
    overflow-x: scroll;
  }
}
@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: visible;
  }
  .overflow-x-md-scroll {
    overflow-x: scroll;
  }
}
@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: visible;
  }
  .overflow-x-lg-scroll {
    overflow-x: scroll;
  }
}
@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: visible;
  }
  .overflow-x-xl-scroll {
    overflow-x: scroll;
  }
}
@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: visible;
  }
  .overflow-x-2xl-scroll {
    overflow-x: scroll;
  }
}
@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: visible;
  }
  .overflow-x-3xl-scroll {
    overflow-x: scroll;
  }
}
@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: visible;
  }
  .overflow-x-4xl-scroll {
    overflow-x: scroll;
  }
}
.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

@media only screen and (min-width: 0) {
  .overflow-y-zero-auto {
    overflow-y: auto;
  }
  .overflow-y-zero-hidden {
    overflow-y: hidden;
  }
  .overflow-y-zero-visible {
    overflow-y: visible;
  }
  .overflow-y-zero-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 360px) {
  .overflow-y-xs-auto {
    overflow-y: auto;
  }
  .overflow-y-xs-hidden {
    overflow-y: hidden;
  }
  .overflow-y-xs-visible {
    overflow-y: visible;
  }
  .overflow-y-xs-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 480px) {
  .overflow-y-sm1-auto {
    overflow-y: auto;
  }
  .overflow-y-sm1-hidden {
    overflow-y: hidden;
  }
  .overflow-y-sm1-visible {
    overflow-y: visible;
  }
  .overflow-y-sm1-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 640px) {
  .overflow-y-sm-auto {
    overflow-y: auto;
  }
  .overflow-y-sm-hidden {
    overflow-y: hidden;
  }
  .overflow-y-sm-visible {
    overflow-y: visible;
  }
  .overflow-y-sm-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-y-md-auto {
    overflow-y: auto;
  }
  .overflow-y-md-hidden {
    overflow-y: hidden;
  }
  .overflow-y-md-visible {
    overflow-y: visible;
  }
  .overflow-y-md-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1024px) {
  .overflow-y-lg-auto {
    overflow-y: auto;
  }
  .overflow-y-lg-hidden {
    overflow-y: hidden;
  }
  .overflow-y-lg-visible {
    overflow-y: visible;
  }
  .overflow-y-lg-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1280px) {
  .overflow-y-xl-auto {
    overflow-y: auto;
  }
  .overflow-y-xl-hidden {
    overflow-y: hidden;
  }
  .overflow-y-xl-visible {
    overflow-y: visible;
  }
  .overflow-y-xl-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1336px) {
  .overflow-y-2xl-auto {
    overflow-y: auto;
  }
  .overflow-y-2xl-hidden {
    overflow-y: hidden;
  }
  .overflow-y-2xl-visible {
    overflow-y: visible;
  }
  .overflow-y-2xl-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1440px) {
  .overflow-y-3xl-auto {
    overflow-y: auto;
  }
  .overflow-y-3xl-hidden {
    overflow-y: hidden;
  }
  .overflow-y-3xl-visible {
    overflow-y: visible;
  }
  .overflow-y-3xl-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1676px) {
  .overflow-y-4xl-auto {
    overflow-y: auto;
  }
  .overflow-y-4xl-hidden {
    overflow-y: hidden;
  }
  .overflow-y-4xl-visible {
    overflow-y: visible;
  }
  .overflow-y-4xl-scroll {
    overflow-y: scroll;
  }
}
[class*=container-] {
  margin-right: auto;
  margin-left: auto;
}

.ltr {
  direction: ltr;
}

.bg-transparent {
  background-color: transparent;
}

.horizontal-divider {
  width: 2px !important;
  display: block;
}

.vertical-line {
  height: 2px;
  display: block;
  border-radius: 0 5px 0;
  background: linear-gradient(90deg, #f9f9f9, #e2e1e1, #f9f9f9);
}

.no-overflow {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(66, 66, 66, 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;
}

.btn-disabled {
  background-color: #f0f0f1;
  border: 1px solid #f0f0f1;
  color: #fff;
}

.border-b {
  border-bottom: 3px solid #e2e1e1;
}

.scrollbar-hide {
  scrollbar-width: none;
}

.shadow-500 {
  box-shadow: 0 0 8px 3px rgba(164, 164, 164, 0.3);
}

.z-1 {
  z-index: 1;
}

.text-linethrough {
  text-decoration: line-through;
}

.pointer {
  cursor: pointer;
}

.blend-mode {
  mix-blend-mode: multiply;
}

.zoom-in {
  cursor: zoom-in;
}

* {
  font-family: "YekanBakh";
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-thumb {
  background-color: #00af9f;
}

*::-webkit-scrollbar-track {
  background: #d1d1d1;
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

ins {
  text-decoration: none;
}

address {
  font-style: normal;
}

button {
  background-color: unset;
  border: unset;
  cursor: pointer;
}

input {
  outline: unset;
  border: unset;
  background-color: transparent;
}

select {
  border: unset;
  outline: unset;
  all: unset;
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat left;
  background-size: 22px;
  color: black !important;
}

input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

textarea {
  outline: unset;
  border: unset;
}

ul, ol, dd {
  list-style: none;
}

.container-sm {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.container-lg {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.container-2xl {
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
}

.container-3xl {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container-4xl {
  max-width: 1676px;
  margin-left: auto;
  margin-right: auto;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  all: unset;
  font-family: "icon" !important;
  font-size: 30px;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-speaker:before {
  content: "\e924";
}

.icon-mouse:before {
  content: "\e921";
}

.icon-calendar:before {
  content: "\e905";
}

.icon-game:before {
  content: "\e907";
}

.icon-options:before {
  content: "\e900";
}

.icon-airpod:before {
  content: "\e908";
  color: #878787;
}

.icon-toman:before {
  content: "\e933";
}

.icon-whatsApp:before {
  content: "\e917";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-headphones:before {
  content: "\e914";
}

.icon-alarm:before {
  content: "\e950";
}

.icon-comment1:before {
  content: "\e90c";
}

.icon-tik:before {
  content: "\e90e";
}

.icon-flame:before {
  content: "\e913";
}

.icon-amazings:before {
  content: "\e918";
}

.icon-discount:before {
  content: "\e93e";
}

.icon-filter:before {
  content: "\e93f";
}

.icon-dot1:before {
  content: "\e922";
}

.icon-menu:before {
  content: "\e920";
}

.icon-telegram:before {
  content: "\e959";
}

.icon-share1:before {
  content: "\e948";
}

.icon-contents:before {
  content: "\e95f";
}

.icon-tablet:before {
  content: "\e915";
}

.icon-smart-watch:before {
  content: "\e916";
}

.icon-powerbank:before {
  content: "\e919";
}

.icon-glass:before {
  content: "\e91b";
}

.icon-mobile:before {
  content: "\e91c";
}

.icon-phone:before {
  content: "\e909";
}

.icon-shopping-bag:before {
  content: "\e90a";
}

.icon-edit-3:before {
  content: "\e91d";
}

.icon-category:before {
  content: "\e90b";
}

.icon-copryright:before {
  content: "\e90d";
  color: #666;
}

.icon-log-in:before {
  content: "\e901";
}

.icon-log-out:before {
  content: "\e91e";
}

.icon-mail:before {
  content: "\e903";
}

.icon-map-pin:before {
  content: "\e904";
}

.icon-percent:before {
  content: "\e906";
}

.icon-phone-call1:before {
  content: "\e91f";
}

.icon-shopping-cart:before {
  content: "\e90f";
}

.icon-trash-2:before {
  content: "\e910";
}

.icon-user1:before {
  content: "\e911";
}

.icon-user2:before {
  content: "\e912";
}

.icon-laptop:before {
  content: "\e923";
}

.icon-order:before {
  content: "\e91a";
}

.icon-plus:before {
  content: "\f067";
}

.icon-question:before {
  content: "\f128";
}

.icon-minus:before {
  content: "\f068";
}

.icon-search:before {
  content: "\f002";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-home:before {
  content: "\f015";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-filterFill:before {
  content: "\f0b0";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-noIdea:before {
  content: "\e943";
}

.icon-guarantee:before {
  content: "\e944";
}

.icon-share:before {
  content: "\e94a";
}

.icon-sort:before {
  content: "\f160";
}

@font-face {
  font-family: YekanBakh;
  src: url("../fonts/fontPage/Yekan-Bakh-Medium.597c8017.woff") format("woff");
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icons/fonts/icomoon.ttf") format("truetype");
  src: url("../fonts/icons/fonts/icomoon.eot") format("eot");
  src: url("../fonts/icons/fonts/icomoon.woff") format("woff");
  src: url("../fonts/icons/fonts/icomoon.svg") format("svg");
}
.icon-fs-2xsmall::before {
  font-size: 12px;
}

.icon-fs-xsmall::before {
  font-size: 14px;
}

.icon-fs-small::before {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .icon-fs-small::before {
    font-size: 16px;
  }
}

.icon-fs-medium::before {
  font-size: 18px;
}

.icon-fs-medium-2::before {
  font-size: 20px;
}

.icon-fs-large::before {
  font-size: 25px;
}

.icon-fs-xlarge::before {
  font-size: 30px;
}

.h1 {
  font-size: 25px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 30px;
  }
}

.h1-strong {
  font-size: 25px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .h1-strong {
    font-size: 30px;
  }
}

.h2 {
  font-size: 23px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h2 {
    font-size: 28px;
  }
}

.h2-strong {
  font-size: 23px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .h2-strong {
    font-size: 28px;
  }
}

.h3 {
  font-size: 21px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h3 {
    font-size: 26px;
  }
}

.h3-strong {
  font-size: 21px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .h3-strong {
    font-size: 24px;
  }
}

.h4 {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h4 {
    font-size: 23px;
  }
}

.h4-strong {
  font-size: 20px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .h4-strong {
    font-size: 23px;
  }
}

.h5 {
  font-size: 19px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h5 {
    font-size: 22px;
  }
}

.h5-strong {
  font-size: 19px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .h5-strong {
    font-size: 22px;
  }
}

.text-button {
  font-size: 13px;
  font-weight: 400;
}

.text-button-strong {
  font-size: 13px;
  font-weight: 800;
}

.text-button-1 {
  font-size: 14px;
  font-weight: 400;
}

.text-button-1-strong {
  font-size: 14px;
  font-weight: 800;
}

.text-medium, .tooltip {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .text-medium, .tooltip {
    font-size: 16px;
  }
}

.text-medium-strong {
  font-size: 14px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .text-medium-strong {
    font-size: 16px;
  }
}

.text-medium-2 {
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .text-medium-2 {
    font-size: 18px;
  }
}

.text-medium-2-strong {
  font-size: 15px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .text-medium-2-strong {
    font-size: 18px;
  }
}

.text-medium-3 {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .text-medium-3 {
    font-size: 20px;
  }
}

.text-medium-3-strong {
  font-size: 18px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .text-medium-3-strong {
    font-size: 20px;
  }
}

.text-strong {
  font-size: 15px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .text-strong {
    font-size: 17px;
  }
}

.text-strong-2 {
  font-size: 16px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .text-strong-2 {
    font-size: 18px;
  }
}

.text-strong-3 {
  font-size: 18px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .text-strong-3 {
    font-size: 20px;
  }
}

.text-subtitle {
  font-size: 11px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle {
    font-size: 12px;
  }
}

.text-subtitle-2 {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle-2 {
    font-size: 13px;
  }
}

.text-subtitle-strong {
  font-size: 11px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle-strong {
    font-size: 12px;
  }
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-nowrap {
  white-space: nowrap;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 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-sm1: 480px;
  --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: 480px) {
  .grid .g-col-sm1-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm1-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm1-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm1-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm1-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm1-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm1-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm1-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm1-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm1-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm1-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm1-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm1-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm1-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm1-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm1-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm1-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm1-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm1-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm1-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm1-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm1-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm1-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: 480px) {
  .col-sm1 {
    flex: 1 0 0%;
  }
  .row-cols-sm1-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm1-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm1-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm1-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm1-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm1-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm1-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm1-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm1-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm1-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm1-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm1-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm1-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm1-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm1-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm1-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm1-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm1-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm1-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm1-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm1-0 {
    margin-left: 0;
  }
  .offset-sm1-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm1-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm1-3 {
    margin-left: 25%;
  }
  .offset-sm1-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm1-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm1-6 {
    margin-left: 50%;
  }
  .offset-sm1-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm1-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm1-9 {
    margin-left: 75%;
  }
  .offset-sm1-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm1-11 {
    margin-left: 91.66666667%;
  }
  .g-sm1-0,
  .gx-sm1-0 {
    --bs-gutter-x: 0;
  }
  .g-sm1-0,
  .gy-sm1-0 {
    --bs-gutter-y: 0;
  }
  .g-sm1-1,
  .gx-sm1-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm1-1,
  .gy-sm1-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm1-2,
  .gx-sm1-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm1-2,
  .gy-sm1-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm1-3,
  .gx-sm1-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sm1-3,
  .gy-sm1-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sm1-4,
  .gx-sm1-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm1-4,
  .gy-sm1-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm1-5,
  .gx-sm1-5 {
    --bs-gutter-x: 2rem;
  }
  .g-sm1-5,
  .gy-sm1-5 {
    --bs-gutter-y: 2rem;
  }
  .g-sm1-6,
  .gx-sm1-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm1-6,
  .gy-sm1-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm1-7,
  .gx-sm1-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-sm1-7,
  .gy-sm1-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-sm1-8,
  .gx-sm1-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm1-8,
  .gy-sm1-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm1-9,
  .gx-sm1-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-sm1-9,
  .gy-sm1-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-sm1-10,
  .gx-sm1-10 {
    --bs-gutter-x: 4rem;
  }
  .g-sm1-10,
  .gy-sm1-10 {
    --bs-gutter-y: 4rem;
  }
  .g-sm1-11,
  .gx-sm1-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-sm1-11,
  .gy-sm1-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-sm1-12,
  .gx-sm1-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm1-12,
  .gy-sm1-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 {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  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;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: 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 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.4rem !important;
}

.column-gap-2 {
  column-gap: 0.8rem !important;
}

.column-gap-3 {
  column-gap: 1.2rem !important;
}

.column-gap-4 {
  column-gap: 1.6rem !important;
}

.column-gap-5 {
  column-gap: 2rem !important;
}

.column-gap-6 {
  column-gap: 2.4rem !important;
}

.column-gap-7 {
  column-gap: 2.8rem !important;
}

.column-gap-8 {
  column-gap: 3.2rem !important;
}

.column-gap-9 {
  column-gap: 3.6rem !important;
}

.column-gap-10 {
  column-gap: 4rem !important;
}

.column-gap-11 {
  column-gap: 4.4rem !important;
}

.column-gap-12 {
  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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
@media (min-width: 360px) {
  .object-fit-xs-contain {
    object-fit: contain !important;
  }
  .object-fit-xs-cover {
    object-fit: cover !important;
  }
  .object-fit-xs-fill {
    object-fit: fill !important;
  }
  .object-fit-xs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-xs-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xs-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xs-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-xs-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xs-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xs-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xs-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-xs-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-xs-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-xs-10 {
    column-gap: 4rem !important;
  }
  .column-gap-xs-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-xs-12 {
    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: 480px) {
  .object-fit-sm1-contain {
    object-fit: contain !important;
  }
  .object-fit-sm1-cover {
    object-fit: cover !important;
  }
  .object-fit-sm1-fill {
    object-fit: fill !important;
  }
  .object-fit-sm1-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm1-none {
    object-fit: none !important;
  }
  .d-sm1-inline {
    display: inline !important;
  }
  .d-sm1-inline-block {
    display: inline-block !important;
  }
  .d-sm1-block {
    display: block !important;
  }
  .d-sm1-grid {
    display: grid !important;
  }
  .d-sm1-inline-grid {
    display: inline-grid !important;
  }
  .d-sm1-table {
    display: table !important;
  }
  .d-sm1-table-row {
    display: table-row !important;
  }
  .d-sm1-table-cell {
    display: table-cell !important;
  }
  .d-sm1-flex {
    display: flex !important;
  }
  .d-sm1-inline-flex {
    display: inline-flex !important;
  }
  .d-sm1-none {
    display: none !important;
  }
  .flex-sm1-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm1-row {
    flex-direction: row !important;
  }
  .flex-sm1-column {
    flex-direction: column !important;
  }
  .flex-sm1-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm1-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm1-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm1-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm1-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm1-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm1-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm1-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm1-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm1-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm1-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm1-center {
    justify-content: center !important;
  }
  .justify-content-sm1-between {
    justify-content: space-between !important;
  }
  .justify-content-sm1-around {
    justify-content: space-around !important;
  }
  .justify-content-sm1-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm1-start {
    align-items: flex-start !important;
  }
  .align-items-sm1-end {
    align-items: flex-end !important;
  }
  .align-items-sm1-center {
    align-items: center !important;
  }
  .align-items-sm1-baseline {
    align-items: baseline !important;
  }
  .align-items-sm1-stretch {
    align-items: stretch !important;
  }
  .align-content-sm1-start {
    align-content: flex-start !important;
  }
  .align-content-sm1-end {
    align-content: flex-end !important;
  }
  .align-content-sm1-center {
    align-content: center !important;
  }
  .align-content-sm1-between {
    align-content: space-between !important;
  }
  .align-content-sm1-around {
    align-content: space-around !important;
  }
  .align-content-sm1-stretch {
    align-content: stretch !important;
  }
  .align-self-sm1-auto {
    align-self: auto !important;
  }
  .align-self-sm1-start {
    align-self: flex-start !important;
  }
  .align-self-sm1-end {
    align-self: flex-end !important;
  }
  .align-self-sm1-center {
    align-self: center !important;
  }
  .align-self-sm1-baseline {
    align-self: baseline !important;
  }
  .align-self-sm1-stretch {
    align-self: stretch !important;
  }
  .order-sm1-first {
    order: -1 !important;
  }
  .order-sm1-0 {
    order: 0 !important;
  }
  .order-sm1-1 {
    order: 1 !important;
  }
  .order-sm1-2 {
    order: 2 !important;
  }
  .order-sm1-3 {
    order: 3 !important;
  }
  .order-sm1-4 {
    order: 4 !important;
  }
  .order-sm1-5 {
    order: 5 !important;
  }
  .order-sm1-last {
    order: 6 !important;
  }
  .m-sm1-0 {
    margin: 0 !important;
  }
  .m-sm1-1 {
    margin: 0.4rem !important;
  }
  .m-sm1-2 {
    margin: 0.8rem !important;
  }
  .m-sm1-3 {
    margin: 1.2rem !important;
  }
  .m-sm1-4 {
    margin: 1.6rem !important;
  }
  .m-sm1-5 {
    margin: 2rem !important;
  }
  .m-sm1-6 {
    margin: 2.4rem !important;
  }
  .m-sm1-7 {
    margin: 2.8rem !important;
  }
  .m-sm1-8 {
    margin: 3.2rem !important;
  }
  .m-sm1-9 {
    margin: 3.6rem !important;
  }
  .m-sm1-10 {
    margin: 4rem !important;
  }
  .m-sm1-11 {
    margin: 4.4rem !important;
  }
  .m-sm1-12 {
    margin: 4.8rem !important;
  }
  .m-sm1-auto {
    margin: auto !important;
  }
  .mx-sm1-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm1-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm1-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm1-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-sm1-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm1-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm1-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm1-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-sm1-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm1-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-sm1-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm1-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-sm1-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-sm1-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm1-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm1-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm1-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm1-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sm1-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm1-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm1-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm1-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-sm1-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm1-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-sm1-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm1-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-sm1-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm1-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm1-0 {
    margin-top: 0 !important;
  }
  .mt-sm1-1 {
    margin-top: 0.4rem !important;
  }
  .mt-sm1-2 {
    margin-top: 0.8rem !important;
  }
  .mt-sm1-3 {
    margin-top: 1.2rem !important;
  }
  .mt-sm1-4 {
    margin-top: 1.6rem !important;
  }
  .mt-sm1-5 {
    margin-top: 2rem !important;
  }
  .mt-sm1-6 {
    margin-top: 2.4rem !important;
  }
  .mt-sm1-7 {
    margin-top: 2.8rem !important;
  }
  .mt-sm1-8 {
    margin-top: 3.2rem !important;
  }
  .mt-sm1-9 {
    margin-top: 3.6rem !important;
  }
  .mt-sm1-10 {
    margin-top: 4rem !important;
  }
  .mt-sm1-11 {
    margin-top: 4.4rem !important;
  }
  .mt-sm1-12 {
    margin-top: 4.8rem !important;
  }
  .mt-sm1-auto {
    margin-top: auto !important;
  }
  .me-sm1-0 {
    margin-right: 0 !important;
  }
  .me-sm1-1 {
    margin-right: 0.4rem !important;
  }
  .me-sm1-2 {
    margin-right: 0.8rem !important;
  }
  .me-sm1-3 {
    margin-right: 1.2rem !important;
  }
  .me-sm1-4 {
    margin-right: 1.6rem !important;
  }
  .me-sm1-5 {
    margin-right: 2rem !important;
  }
  .me-sm1-6 {
    margin-right: 2.4rem !important;
  }
  .me-sm1-7 {
    margin-right: 2.8rem !important;
  }
  .me-sm1-8 {
    margin-right: 3.2rem !important;
  }
  .me-sm1-9 {
    margin-right: 3.6rem !important;
  }
  .me-sm1-10 {
    margin-right: 4rem !important;
  }
  .me-sm1-11 {
    margin-right: 4.4rem !important;
  }
  .me-sm1-12 {
    margin-right: 4.8rem !important;
  }
  .me-sm1-auto {
    margin-right: auto !important;
  }
  .mb-sm1-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm1-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm1-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm1-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sm1-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm1-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm1-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm1-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sm1-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm1-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sm1-10 {
    margin-bottom: 4rem !important;
  }
  .mb-sm1-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-sm1-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm1-auto {
    margin-bottom: auto !important;
  }
  .ms-sm1-0 {
    margin-left: 0 !important;
  }
  .ms-sm1-1 {
    margin-left: 0.4rem !important;
  }
  .ms-sm1-2 {
    margin-left: 0.8rem !important;
  }
  .ms-sm1-3 {
    margin-left: 1.2rem !important;
  }
  .ms-sm1-4 {
    margin-left: 1.6rem !important;
  }
  .ms-sm1-5 {
    margin-left: 2rem !important;
  }
  .ms-sm1-6 {
    margin-left: 2.4rem !important;
  }
  .ms-sm1-7 {
    margin-left: 2.8rem !important;
  }
  .ms-sm1-8 {
    margin-left: 3.2rem !important;
  }
  .ms-sm1-9 {
    margin-left: 3.6rem !important;
  }
  .ms-sm1-10 {
    margin-left: 4rem !important;
  }
  .ms-sm1-11 {
    margin-left: 4.4rem !important;
  }
  .ms-sm1-12 {
    margin-left: 4.8rem !important;
  }
  .ms-sm1-auto {
    margin-left: auto !important;
  }
  .p-sm1-0 {
    padding: 0 !important;
  }
  .p-sm1-1 {
    padding: 0.4rem !important;
  }
  .p-sm1-2 {
    padding: 0.8rem !important;
  }
  .p-sm1-3 {
    padding: 1.2rem !important;
  }
  .p-sm1-4 {
    padding: 1.6rem !important;
  }
  .p-sm1-5 {
    padding: 2rem !important;
  }
  .p-sm1-6 {
    padding: 2.4rem !important;
  }
  .p-sm1-7 {
    padding: 2.8rem !important;
  }
  .p-sm1-8 {
    padding: 3.2rem !important;
  }
  .p-sm1-9 {
    padding: 3.6rem !important;
  }
  .p-sm1-10 {
    padding: 4rem !important;
  }
  .p-sm1-11 {
    padding: 4.4rem !important;
  }
  .p-sm1-12 {
    padding: 4.8rem !important;
  }
  .px-sm1-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm1-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm1-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm1-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-sm1-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm1-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm1-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm1-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-sm1-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm1-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-sm1-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm1-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-sm1-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-sm1-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm1-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm1-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm1-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sm1-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm1-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm1-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm1-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-sm1-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm1-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-sm1-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm1-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-sm1-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-sm1-0 {
    padding-top: 0 !important;
  }
  .pt-sm1-1 {
    padding-top: 0.4rem !important;
  }
  .pt-sm1-2 {
    padding-top: 0.8rem !important;
  }
  .pt-sm1-3 {
    padding-top: 1.2rem !important;
  }
  .pt-sm1-4 {
    padding-top: 1.6rem !important;
  }
  .pt-sm1-5 {
    padding-top: 2rem !important;
  }
  .pt-sm1-6 {
    padding-top: 2.4rem !important;
  }
  .pt-sm1-7 {
    padding-top: 2.8rem !important;
  }
  .pt-sm1-8 {
    padding-top: 3.2rem !important;
  }
  .pt-sm1-9 {
    padding-top: 3.6rem !important;
  }
  .pt-sm1-10 {
    padding-top: 4rem !important;
  }
  .pt-sm1-11 {
    padding-top: 4.4rem !important;
  }
  .pt-sm1-12 {
    padding-top: 4.8rem !important;
  }
  .pe-sm1-0 {
    padding-right: 0 !important;
  }
  .pe-sm1-1 {
    padding-right: 0.4rem !important;
  }
  .pe-sm1-2 {
    padding-right: 0.8rem !important;
  }
  .pe-sm1-3 {
    padding-right: 1.2rem !important;
  }
  .pe-sm1-4 {
    padding-right: 1.6rem !important;
  }
  .pe-sm1-5 {
    padding-right: 2rem !important;
  }
  .pe-sm1-6 {
    padding-right: 2.4rem !important;
  }
  .pe-sm1-7 {
    padding-right: 2.8rem !important;
  }
  .pe-sm1-8 {
    padding-right: 3.2rem !important;
  }
  .pe-sm1-9 {
    padding-right: 3.6rem !important;
  }
  .pe-sm1-10 {
    padding-right: 4rem !important;
  }
  .pe-sm1-11 {
    padding-right: 4.4rem !important;
  }
  .pe-sm1-12 {
    padding-right: 4.8rem !important;
  }
  .pb-sm1-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm1-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm1-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm1-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sm1-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm1-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm1-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm1-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sm1-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm1-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sm1-10 {
    padding-bottom: 4rem !important;
  }
  .pb-sm1-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-sm1-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-sm1-0 {
    padding-left: 0 !important;
  }
  .ps-sm1-1 {
    padding-left: 0.4rem !important;
  }
  .ps-sm1-2 {
    padding-left: 0.8rem !important;
  }
  .ps-sm1-3 {
    padding-left: 1.2rem !important;
  }
  .ps-sm1-4 {
    padding-left: 1.6rem !important;
  }
  .ps-sm1-5 {
    padding-left: 2rem !important;
  }
  .ps-sm1-6 {
    padding-left: 2.4rem !important;
  }
  .ps-sm1-7 {
    padding-left: 2.8rem !important;
  }
  .ps-sm1-8 {
    padding-left: 3.2rem !important;
  }
  .ps-sm1-9 {
    padding-left: 3.6rem !important;
  }
  .ps-sm1-10 {
    padding-left: 4rem !important;
  }
  .ps-sm1-11 {
    padding-left: 4.4rem !important;
  }
  .ps-sm1-12 {
    padding-left: 4.8rem !important;
  }
  .gap-sm1-0 {
    gap: 0 !important;
  }
  .gap-sm1-1 {
    gap: 0.4rem !important;
  }
  .gap-sm1-2 {
    gap: 0.8rem !important;
  }
  .gap-sm1-3 {
    gap: 1.2rem !important;
  }
  .gap-sm1-4 {
    gap: 1.6rem !important;
  }
  .gap-sm1-5 {
    gap: 2rem !important;
  }
  .gap-sm1-6 {
    gap: 2.4rem !important;
  }
  .gap-sm1-7 {
    gap: 2.8rem !important;
  }
  .gap-sm1-8 {
    gap: 3.2rem !important;
  }
  .gap-sm1-9 {
    gap: 3.6rem !important;
  }
  .gap-sm1-10 {
    gap: 4rem !important;
  }
  .gap-sm1-11 {
    gap: 4.4rem !important;
  }
  .gap-sm1-12 {
    gap: 4.8rem !important;
  }
  .row-gap-sm1-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm1-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-sm1-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-sm1-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-sm1-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-sm1-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm1-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-sm1-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-sm1-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-sm1-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-sm1-10 {
    row-gap: 4rem !important;
  }
  .row-gap-sm1-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-sm1-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-sm1-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm1-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-sm1-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-sm1-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-sm1-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-sm1-5 {
    column-gap: 2rem !important;
  }
  .column-gap-sm1-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-sm1-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-sm1-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-sm1-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-sm1-10 {
    column-gap: 4rem !important;
  }
  .column-gap-sm1-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-sm1-12 {
    column-gap: 4.8rem !important;
  }
  .text-sm1-start {
    text-align: left !important;
  }
  .text-sm1-end {
    text-align: right !important;
  }
  .text-sm1-center {
    text-align: center !important;
  }
}
@media (min-width: 640px) {
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-sm-12 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-md-5 {
    column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-md-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-md-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-md-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-md-10 {
    column-gap: 4rem !important;
  }
  .column-gap-md-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-md-12 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-lg-12 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-xl-12 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-2xl-cover {
    object-fit: cover !important;
  }
  .object-fit-2xl-fill {
    object-fit: fill !important;
  }
  .object-fit-2xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-2xl-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-2xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-2xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-2xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-2xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-2xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-2xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-2xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-2xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-2xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-2xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-2xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-2xl-12 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-3xl-cover {
    object-fit: cover !important;
  }
  .object-fit-3xl-fill {
    object-fit: fill !important;
  }
  .object-fit-3xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-3xl-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-3xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-3xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-3xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-3xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-3xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-3xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-3xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-3xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-3xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-3xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-3xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-3xl-12 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-4xl-cover {
    object-fit: cover !important;
  }
  .object-fit-4xl-fill {
    object-fit: fill !important;
  }
  .object-fit-4xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-4xl-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-4xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-4xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-4xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-4xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-4xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-4xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-4xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-4xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-4xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-4xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-4xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-4xl-12 {
    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;
  }
}
.header-top {
  z-index: 5;
}
.header-top .logo-header img {
  width: 60px;
}
@media only screen and (min-width: 1024px) {
  .header-top .logo-header img {
    width: 100px;
  }
}
.header-top i::before {
  color: #888888;
}
.header-top .icon-log-in {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  .header-top .search-box {
    width: 500px;
  }
}
@media only screen and (min-width: 1336px) {
  .header-top .search-box {
    width: 600px;
  }
}
.header-top .search.show .header-search-input::placeholder {
  color: #d1d1d1;
}
.header-top .search.show .header-search-result {
  opacity: 1;
  visibility: visible;
}
.header-top .search.show .icon-search {
  z-index: 31;
  color: #a4a4a4;
}
.header-top .modal .search .header-search-result {
  opacity: 1;
  visibility: visible;
}
.header-top .modal .search .icon-rightFlesh {
  z-index: 8;
  color: #888888;
}
.header-top .header-search-input {
  z-index: 31;
}
.header-top .header-search-result {
  box-shadow: 0 0px 3px 0px rgba(135, 135, 135, 0.3);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.header-top .header-search-result .header-search-result-container {
  border-top: 1px solid #01ddb6;
}
.header-top .header-search-result .header-search-result-container .results a:hover {
  color: #01ddb6;
}
.header-top .icon-shopping-cart span {
  left: -10px;
  bottom: 0px;
  border-radius: 5px;
}

.header-nav {
  z-index: 5;
  overflow: visible !important;
  isolation: isolate;
  position: relative;
}
.header-nav i::before {
  color: #888888;
}

.mainMenu {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainMenu li {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.mainMenu .mainMenu-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 0%;
  height: 2px;
  background-color: #00af9f;
  transition: width 0.3s linear;
}
.mainMenu .mainMenu-item:hover::before {
  width: 100%;
}

.mainMenu-li-hasSubMenu {
  z-index: 5;
}
.mainMenu-li-hasSubMenu:hover .mainMenu-list {
  opacity: 1;
  visibility: visible;
}
.mainMenu-li-hasSubMenu .mainMenu-list {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.3);
  max-height: 350px;
  opacity: 0;
  visibility: hidden;
  transition: all 450ms;
  display: flex;
  right: 0;
  top: 100%;
}
.mainMenu-li-hasSubMenu .mainMenu-list .mainMenu-list-categories {
  width: 200px;
  background-color: #f5f5f5;
}
.mainMenu-li-hasSubMenu .mainMenu-list .mainMenu-sublist {
  width: 900px;
}
.mainMenu-li-hasSubMenu .mainMenu-list .mainMenu-list-categoryTitle {
  transition: all 0.5s linear;
}
.mainMenu-li-hasSubMenu .mainMenu-list .mainMenu-list-categoryTitle.hovered {
  background-color: rgba(142, 228, 247, 0.26);
  color: #01ddb6;
  border: #01ddb6 2px solid;
}
.mainMenu-li-hasSubMenu .mainMenu-list .mainMenu-list-categoryTitle:hover {
  background-color: rgba(142, 228, 247, 0.26);
  color: #01ddb6;
  border: #01ddb6 2px solid;
}

.mainMenu-sublist-menulist ul {
  grid-template-columns: repeat(3, 1fr);
}

.mainMenu-sublist-item a:hover {
  transition: all 350ms;
}
.mainMenu-sublist-item a:hover {
  color: #01ddb6;
}

.mainMenu-sublist-item-main div::before {
  content: "";
  height: 14px;
  width: 2px;
  display: block;
  margin-left: 4px;
  background-color: #01ddb6;
}

footer {
  --mask:
    radial-gradient(70.09px at 50% 96.9px,#000 99%,#0000 101%) calc(50% - 76px) 0/152px 100%,
    radial-gradient(70.09px at 50% -58.9px,#0000 99%,#000 101%) 50% 38px/152px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  overflow: hidden;
  background: linear-gradient(45deg, #31786b 10%, #004243);
}

.footer-content, .footer-address, .bottom-text, .footer-nav {
  z-index: 5;
}

@keyframes animate {
  0% {
    transform: translate(-50%, 20%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 20%) rotate(360deg);
  }
}
.editorial {
  display: block;
  width: 100%;
  height: 150px;
  max-height: 150px;
  margin: 0;
  z-index: 0;
  bottom: 0;
  position: absolute;
  left: 0px;
  float: left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
}
.parallax1 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax2 > use {
  animation: move-forever2 8s linear infinite;
}
.parallax2 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax3 > use {
  animation: move-forever3 6s linear infinite;
}
.parallax3 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax4 > use {
  animation: move-forever4 4s linear infinite;
}
.parallax4 > use:nth-child(1) {
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.logo-footer img {
  width: 80px;
}
@media only screen and (min-width: 1024px) {
  .logo-footer img {
    width: 130px;
  }
}

.scroll-top {
  z-index: 3;
  border: 2px #e2e1e1 solid;
}
.scroll-top:hover i::before {
  animation: move 1s infinite;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translatey(-5px);
  }
}

.about-store {
  word-spacing: 5px;
}

.social-media a {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s linear;
}
@media only screen and (min-width: 640px) {
  .social-media a {
    width: fit-content;
  }
}
.social-media a:hover {
  transform: scale(1.1);
}
.social-media a:hover i::before {
  color: #00af9f;
}

.footer-nav .footer-list li a:hover {
  color: rgba(142, 247, 214, 0.7098039216);
}

.enamad, .kasbokar {
  width: 80px;
  z-index: 5;
}

.swiper-btn-prev, .swiper-btn-next {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  height: 30px;
  width: 30px;
  right: 0%;
  background-color: #f0f0f1 !important;
  border-radius: 50%;
  transform: translateY(-50%);
}
.swiper-btn-prev:hover, .swiper-btn-next:hover {
  background-color: white;
}
@media only screen and (min-width: 640px) {
  .swiper-btn-prev, .swiper-btn-next {
    right: 1%;
  }
}

.swiper-btn-next {
  right: unset;
  left: 0%;
}
@media only screen and (min-width: 640px) {
  .swiper-btn-next {
    left: 1%;
  }
}

.swiper-button-disabled i {
  color: #d1d1d1 !important;
}

.swiper-pagination {
  cursor: pointer;
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  background-color: #424242;
  border-radius: 50%;
  transition: width 0.2s ease-in-out;
}
.swiper-pagination-bullet-active {
  width: 16px;
  height: 6px;
  border-radius: 5px;
  background-color: #00c39f !important;
}

.swiper-slide {
  height: auto !important;
}
.swiper-slide article {
  height: 100%;
}

.main-swiper img {
  min-height: 140px;
}
.main-swiper .pagination-bg {
  width: 160px;
  top: -65px !important;
  right: 42px !important;
  z-index: 1;
}
.main-swiper .swiper-btn-prev, .main-swiper .swiper-btn-next {
  border-radius: 10px;
}
.main-swiper .swiper-pagination {
  width: 140px !important;
  height: fit-content;
  cursor: pointer;
  top: 9px !important;
  right: -18px !important;
  left: unset !important;
  transform: unset;
}
.main-swiper .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  background-color: #686767;
  border-radius: 50%;
  transition: width 0.2s ease-in-out;
}
.main-swiper .swiper-pagination-bullet-active {
  width: 20px;
  height: 9px;
  border-radius: 10px;
  background-color: #01ddb6 !important;
}

.swiper-blogs .swiper-pagination {
  bottom: -9px !important;
}

.product-thumbImages-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 5px;
  opacity: 0.7;
}
.product-thumbImages-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #008d73;
}
.product-thumbImages-swiper .swiper-slide:hover {
  border: 1px solid #008d73;
  opacity: 1;
}
.product-thumbImages-swiper .swiper-scrollbar-drag {
  background: #008d73 !important;
}
.product-thumbImages-swiper .swiper-scrollbar.swiper-scrollbar-vertical {
  right: 0px !important;
  width: 5px;
  z-index: 10;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 34;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s opacity linear;
}
.modal-overlay.active {
  visibility: visible;
  opacity: 1;
  transition: 0.5s opacity linear;
}
.modal-overlay .modal-close {
  right: 15px;
  top: 20px;
}

.modal {
  position: fixed;
  max-height: 100%;
  z-index: 35;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .modal {
    left: 50%;
    top: 50%;
    min-width: 460px;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s linear, visibility 0.3s linear, transform 0.3s linear;
  }
  .modal.active {
    transform: translate(-50%, -50%);
  }
}

.rating {
  direction: ltr;
}
.rating .simple-star-btn.deactive {
  display: none;
}
.rating .fill-star-btn {
  display: none;
}
.rating .fill-star-btn.active {
  display: inline-block;
}

.modal-mobile-menu {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transform: translateX(200%);
  transition: transform 0.6s linear, opacity 0.6s linear, visibility 0.6s linear;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  .modal-mobile-menu {
    width: 80%;
  }
}
.modal-mobile-menu img {
  width: 100px;
}
.modal-mobile-menu.active {
  transform: translateX(0);
}
.modal-mobile-menu .icon-caret-left.deactive {
  display: none !important;
}
.modal-mobile-menu .icon-sort-down {
  display: none;
}
.modal-mobile-menu .icon-sort-down.active {
  display: block;
}
.modal-mobile-menu .menu-sublist, .modal-mobile-menu .menu-sublist-child2, .modal-mobile-menu .menu-sublist-child {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.modal-mobile-menu .menu-sublist.active, .modal-mobile-menu .active.menu-sublist-child2, .modal-mobile-menu .active.menu-sublist-child {
  padding: 6px;
  max-height: fit-content;
}
.modal-mobile-menu .menu-sublist-child, .modal-mobile-menu .category .menu-sublist-child2, .category .modal-mobile-menu .menu-sublist-child2 {
  width: 97%;
}
.modal-mobile-menu .menu-sublist-child2 {
  width: 94%;
}

.color-details-modal {
  left: 50%;
  top: 50%;
  min-width: 460px;
  min-width: 260px;
  height: 70%;
  transform: translate(-50%, -50%);
}
.color-details-modal.active {
  transform: translate(-50%, -50%);
}

.filter-mobile-modal {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
  height: 100%;
  bottom: 0;
  transform: translateY(200%);
  transition: transform 0.6s linear, opacity 0.6s linear, visibility 0.6s linear;
  opacity: 0;
  visibility: hidden;
  max-height: 90%;
}
.filter-mobile-modal.active {
  transform: translateY(0);
}

.write-cm-modal {
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 80%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
}
.write-cm-modal::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 640px) {
  .write-cm-modal {
    width: 400px;
  }
}
.write-cm-modal .send-comment {
  width: 100%;
}
.write-cm-modal .send-comment:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.write-cm-modal .send-comment:active {
  transform: translate(0em, 0.2em);
}

.modal-cart {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
  max-width: 90%;
  background-color: rgb(244, 250, 246);
}
.modal-cart .header-modal {
  border-bottom: 1px solid #e2e1e1;
}
.modal-cart .header-modal svg {
  width: 16px;
  height: 16px;
  fill: #00cd67;
}
@media only screen and (min-width: 1024px) {
  .modal-cart .header-modal svg {
    width: 24px;
    height: 24px;
  }
}
.modal-cart .item img {
  width: 80px;
  height: 100px;
}
.modal-cart .goToOrder {
  width: 88%;
}
.modal-cart .goToOrder:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.modal-cart .goToOrder:active {
  transform: translate(0em, 0.2em);
}
@media only screen and (min-width: 360px) {
  .modal-cart {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-cart {
    width: max-content;
  }
}

.modal-delivery-method {
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-delivery-method .header-modal {
  border-bottom: 1px solid #f0f0f1;
}
@media only screen and (min-width: 640px) {
  .modal-delivery-method {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-delivery-method {
    width: max-content;
  }
}
.modal-delivery-method .delivery-method-form img {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  .modal-delivery-method .delivery-method-form img {
    width: 50px;
    height: 50px;
  }
}

.modal-address {
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-address .header-modal {
  border-bottom: 1px solid #f0f0f1;
}
.modal-address .available-address-form {
  overflow-y: auto;
}
.modal-address .available-address-form .item {
  border-bottom: 0.3px solid #f0f0f1;
}
.modal-address .available-address-form::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 640px) {
  .modal-address {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-address {
    width: max-content;
  }
}

.modal-add-newAddress {
  overflow-y: auto;
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-add-newAddress::-webkit-scrollbar {
  display: none;
}
.modal-add-newAddress .header-modal {
  border-bottom: 1px solid #f0f0f1;
}
.modal-add-newAddress .add-newAddress-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  margin: 0 auto;
}
.modal-add-newAddress .add-newAddress-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.modal-add-newAddress .add-newAddress-btn:active {
  transform: translate(0em, 0.2em);
}
@media only screen and (min-width: 640px) {
  .modal-add-newAddress {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-add-newAddress {
    width: max-content;
  }
}

.modal-exit {
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
@media only screen and (min-width: 640px) {
  .modal-exit {
    width: fit-content;
  }
}
@media only screen and (min-width: 640px) {
  .modal-exit {
    width: max-content;
  }
}
.modal-exit .exit-modal-btn {
  transition: all 0.2s linear;
  max-height: 40px;
}
.modal-exit .exit-modal-btn:hover {
  background-color: #b2001a;
  box-shadow: 0 0 7px 0 rgba(178, 0, 26, 0.8);
}
.modal-exit .cancel-modal-btn {
  transition: all 0.2s linear;
  max-height: 40px;
}
.modal-exit .cancel-modal-btn:hover {
  background-color: #00c39f;
  box-shadow: 0 0 7px 0 rgba(0, 195, 159, 0.8);
}

.modal-userInfo {
  overflow-y: auto;
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-userInfo::-webkit-scrollbar {
  display: none;
}
.modal-userInfo .header-modal {
  border-bottom: 1px solid #f0f0f1;
}
.modal-userInfo .save-info-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  margin: 0 auto;
}
.modal-userInfo .save-info-btn:hover {
  background-color: #00c39f;
}
@media only screen and (min-width: 640px) {
  .modal-userInfo {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-userInfo {
    width: max-content;
  }
}

.modal-comment-userPanel {
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 70%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-comment-userPanel::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 640px) {
  .modal-comment-userPanel {
    width: max-content;
  }
}
.modal-comment-userPanel figure {
  width: 80px;
}
.modal-comment-userPanel .send-comment {
  width: 100%;
}
.modal-comment-userPanel .send-comment-btn {
  width: 60%;
}
.modal-comment-userPanel .send-comment-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.modal-comment-userPanel .send-comment-btn:active {
  transform: translate(0em, 0.2em);
}

.charge-wallet-modal {
  left: 50%;
  top: 50%;
  width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
.charge-wallet-modal::-webkit-scrollbar {
  display: none;
}
.charge-wallet-modal .portal {
  border-bottom: 1px solid #f0f0f1;
}
.charge-wallet-modal .portal-item-sep.active .tick, .charge-wallet-modal .active.portal-item-zarinpal .tick {
  display: block;
}
.charge-wallet-modal .portal-item-sep .tick, .charge-wallet-modal .portal-item-zarinpal .tick {
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
.charge-wallet-modal .portal-item-sep img:last-child, .charge-wallet-modal .portal-item-zarinpal img:last-child {
  width: 50px;
  height: 50px;
}
.charge-wallet-modal .close-modal:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.charge-wallet-modal .close-modal:active {
  transform: translate(0em, 0.2em);
}
@media only screen and (min-width: 640px) {
  .charge-wallet-modal {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .charge-wallet-modal {
    width: max-content;
  }
}

.tooltip {
  background-color: #fff;
  border-radius: 100px;
  padding: 0 1.2rem;
  margin: 0.4rem;
  box-shadow: 0 0 6px 0 rgba(128, 128, 128, 0.637);
  width: max-content;
  display: none;
  position: absolute;
  z-index: 16;
}
.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%;
  left: 50%;
  transform: translateX(-50%);
}

.showTooltip {
  position: relative;
}
.showTooltip:hover .tooltip {
  display: flex;
}

.popover-deleteEdit {
  width: 150px;
  top: 100%;
  left: 2%;
  transform-origin: top left;
  transform: scale(0);
  transition: transform 0.4s linear;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.popover-deleteEdit.opened {
  transform: scale(1);
}
.popover-deleteEdit button:hover {
  background-color: #f9f9f9;
}
@media only screen and (min-width: 1280px) {
  .popover-deleteEdit {
    width: 250px;
  }
}

.userMenu-popover {
  top: 110%;
  left: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.4s linear;
  z-index: 20;
}
.userMenu-popover.opened {
  transform: scaleY(1);
}
.userMenu-popover .menu-user > :nth-child(n):hover {
  background-color: #f0f0f1;
}

.customCheckbox {
  appearance: none;
  border: 1px solid #c8c5c5;
  height: 15px;
  width: 15px;
  border-radius: 2px;
}
.customCheckbox:checked {
  background-color: #008d73;
  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 {
  appearance: none;
  height: 22px;
  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='%23999999'/></svg>");
  background-size: 25px;
  background-repeat: no-repeat;
  background-color: #f0f0f1;
  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='%23003ba8'/></svg>");
  background-color: rgba(142, 247, 214, 0.6);
  background-position: right center;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 10px;
  border-radius: 20%;
  background: #008d73;
  pointer-events: auto;
  -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border: none;
  border-radius: 20%;
  background: #008d73;
  pointer-events: auto;
  -moz-appearance: none;
}

.customRadio {
  height: 15px;
  width: 15px;
  appearance: none;
  border: 2px solid #888888;
  border-radius: 50%;
}
.customRadio:checked {
  background-color: #00c39f;
  border: 2px solid white;
  outline: 2px solid #00c39f;
}
@media only screen and (min-width: 768px) {
  .customRadio {
    height: 20px;
    width: 20px;
  }
}

.page-path > li:first-child {
  padding-bottom: 4px;
}

.filter-items .item:hover {
  border: 1px solid #00c39f;
}
.filter-items .item .remove-filter:hover {
  color: #008d73;
}

.category ::-webkit-scrollbar {
  width: 4px;
}
.category .icon-chevron-left.deactive {
  display: none !important;
}
.category a:hover {
  color: #008d73;
}
.category .icon-chevron-down {
  display: none;
}
.category .icon-chevron-down.active {
  display: block;
}
.category .menu-sublist-child, .category .menu-sublist-child2 {
  width: 97%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.category .menu-sublist-child.active, .category .active.menu-sublist-child2 {
  padding: 5px;
  max-height: fit-content;
}
.category .menu-sublist-child2 {
  width: 94%;
}

.brands {
  height: 300px;
}
.brands ::-webkit-scrollbar {
  width: 4px;
}
.brands .brand-search {
  border: 2px solid transparent;
  outline: none;
  background-color: #f8fafc;
  color: #0d0c22;
  transition: 0.5s ease;
}
.brands .brand-search::placeholder {
  color: #94a3b8;
}
.brands .brand-search:focus, .brands .brand-search:hover {
  outline: none;
  border-color: #00c39f;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(0, 195, 159, 0.3);
}
.brands .brands-form input {
  z-index: 15;
}

.price-range .range-input .slider {
  height: 6px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.price-range .range-input .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: #008d73;
}
.price-range .range-input input {
  position: absolute;
  width: 100%;
  height: 10px;
  top: -2px;
  background: none;
  pointer-events: none;
  -webkit-appearance: unset;
  -moz-appearance: unset;
}

.apply-filter-btn {
  width: fit-content;
}
.apply-filter-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.apply-filter-btn:active {
  transform: translate(0em, 0.2em);
}

.colors .color-list .color-btn.select figure {
  border: 3px solid #00c39f;
}
.colors .color-list figure {
  border-radius: 5px;
  padding: 4px;
}
.colors .color-list figure img {
  border-radius: 5px;
}
.colors .color-list .brown {
  background: linear-gradient(rgb(154, 123, 123));
}
.colors .color-detail:hover span {
  color: #008d73 !important;
}

.sorting-list button {
  position: relative;
  transition: all 0.3s linear;
}
.sorting-list button.select {
  color: #008d73 !important;
  font-weight: bold;
}
.sorting-list button.select::before {
  width: 105%;
}
.sorting-list button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  bottom: -13px;
  left: -2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #008d73;
  transition: all 0.3s linear;
}
.sorting-list button:hover {
  color: #008d73;
}

.filter-mobile-btn {
  z-index: 15;
  bottom: 8%;
  right: 2%;
  margin: 0 auto;
}
.filter-mobile-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.filter-mobile-btn:active {
  transform: translate(0em, 0.2em);
}

.price-range-2 .range-input-2 .slider-2 {
  height: 6px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.price-range-2 .range-input-2 .progress-2 {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: #008d73;
}
.price-range-2 input {
  position: absolute;
  width: 100%;
  height: 10px;
  top: -2px;
  background: none;
  pointer-events: none;
  -webkit-appearance: unset;
  -moz-appearance: unset;
}

.pages .pageNumber.active {
  border: 1px solid #00c39f;
}

.product-images {
  width: 100%;
  margin: 0 auto;
  height: 300px;
}
@media (max-width: 400px) {
  .product-images {
    width: 95%;
    height: 300px;
  }
}
@media (min-width: 440px) {
  .product-images {
    width: 95%;
    height: 370px;
  }
}
@media only screen and (min-width: 640px) {
  .product-images {
    width: 69%;
    height: 370px;
  }
}
@media only screen and (min-width: 768px) {
  .product-images {
    width: 65%;
    height: 420px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-images {
    width: 46%;
    height: 390px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-images {
    width: 38%;
  }
}

.product-details .product-colors-list .product-colors-box-btn {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(209, 209, 209, 0.6);
  transition: all 0.3s linear;
}
.product-details .product-colors-list .product-colors-box-btn.selected {
  border: 4px solid #00c39f;
}
.product-details .product-colors-list .product-colors-box-btn.selected .selectedColorSvg {
  display: block !important;
}
.product-details .product-colors-list .product-colors-box-btn.unavailable {
  opacity: 0.8;
  cursor: not-allowed;
  border: 2px solid red;
  position: relative;
}
.product-details .product-colors-list .product-colors-box-btn.unavailable::before {
  content: "ناموجود";
  color: #d1d1d1;
  font-size: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 75%;
  left: 50%;
}
.product-details .product-colors-list .unavailable {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .product-details .product-colors-list .unavailable {
    opacity: 1;
  }
}
.product-details .product-colors-list .selectedColorSvg {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-details .product-sizes-list .product-size-box-btn {
  width: 65px !important;
  height: 30px;
  padding-top: 4px;
  border-radius: 10px;
  border: 1px solid rgba(209, 209, 209, 0.6);
  transition: all 0.3s linear;
}
.product-details .product-sizes-list .product-size-box-btn.selected {
  background-color: #00c39f;
  color: white;
}
.product-details .product-sizes-list .product-size-box-btn.unavailable {
  opacity: 0.5;
  padding-top: 3px;
  cursor: not-allowed;
  border: 2px solid red;
  position: relative;
}
.product-details .product-sizes-list .product-size-box-btn.unavailable::before {
  content: "ناموجود";
  color: white;
  font-size: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  top: 75%;
  left: 50%;
}
.product-details .product-sizes-list .unavailable {
  opacity: 0.7;
  background-color: red;
}
@media only screen and (min-width: 1024px) {
  .product-details .product-sizes-list .unavailable {
    opacity: 1;
  }
}
.product-details .counter {
  width: 180px;
}
.product-details .quantity-mobile {
  display: none;
}
.product-details .quantity-mobile.active {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .product-details .quantity-mobile.active {
    display: none;
  }
}
.product-details .quantity {
  display: none;
}
.product-details .quantity.active {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .product-details .quantity.active {
    display: block;
  }
}
.product-details .product-in-shippcart {
  display: none;
}
.product-details .product-in-shippcart.active {
  display: flex;
}
.product-details .add-toCart {
  width: fit-content;
  padding: 0 80px;
  transition: background-color 0.3s linear;
}
.product-details .add-toCart:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.product-details .add-toCart:active {
  transform: translate(0em, 0.2em);
}

.like-btn .icon-heart {
  display: none;
}

.add-btn:disabled,
.remove-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.access-blowInfos button:hover {
  color: #008d73;
}
.access-blowInfos button.active {
  color: #008d73;
  position: relative;
  padding-bottom: 8px;
}
.access-blowInfos button.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #008d73;
  border-radius: 5px;
}

.review p {
  line-height: 2.2;
}

.specifications .specifications-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #e2e1e1;
}
.specifications .specifications-table tbody > :nth-child(even) {
  background-color: white;
}
.specifications .specifications-table tbody > :nth-child(odd) {
  background-color: #f0f0f1;
}

.users-commnets .write-cm-btn {
  height: fit-content;
}
.users-commnets .comments > div {
  border-bottom: 1px solid #e2e1e1;
}

.add-toCart-mobile {
  z-index: 10;
}
.add-toCart-mobile:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.add-toCart-mobile:active {
  transform: translate(0em, 0.2em);
}
.add-toCart-mobile .icon-shopping-cart {
  animation: movetroli 4s infinite normal;
}
@keyframes movetroli {
  0% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

.top-cart span {
  height: 3px;
  width: 100px;
  opacity: 0.7;
}
.top-cart span.active {
  opacity: 1;
  background-color: #008d73;
}
.top-cart button {
  opacity: 0.7;
}
.top-cart button.active {
  opacity: 1;
}
.top-cart button.active svg path {
  fill: #008d73 !important;
}
.top-cart button svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .top-cart button svg {
    width: 48px;
    height: 48px;
  }
}

.shipping-cart .product-list {
  padding-top: 2px;
}
.shipping-cart .product-list::-webkit-scrollbar {
  display: none;
}
.shipping-cart .product-list .delete-allProducts:hover i {
  color: red !important;
}
.shipping-cart .product-list .title-list {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 0.5px solid #e2e1e1;
}
.shipping-cart .product-list .product-item {
  border-radius: 15px;
  box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.151);
}
.shipping-cart .product-list .product-item .delete-product {
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border: 0.5px solid #e2e1e1;
}
.shipping-cart .product-list .product-item .delete-product:hover {
  background-color: red;
}
.shipping-cart .product-list .product-item .delete-product:hover i {
  color: white !important;
}
@media only screen and (min-width: 768px) {
  .shipping-cart .product-list .product-item .delete-product {
    width: 40px;
    height: 40px;
  }
  .shipping-cart .product-list .product-item .delete-product .showTooltip svg {
    width: 24px !important;
    height: 24px !important;
  }
}
.shipping-cart .product-list .product-item .delete-product .icon-cancel::before {
  color: white;
}
.shipping-cart .product-list .product-item-img {
  width: 100px;
}
@media only screen and (min-width: 1024px) {
  .shipping-cart .product-list .product-item-img {
    width: 120px;
  }
}
.shipping-cart .product-list .product-item .price {
  border: 1px solid #e2e1e1;
}
.shipping-cart .price-details {
  top: 100px;
  max-height: 399px;
}
.shipping-cart .price-details div {
  border-radius: 15px;
  background-color: #fafafa;
}
.shipping-cart .price-details div .discount-input {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 135px;
}
@media only screen and (min-width: 768px) {
  .shipping-cart .price-details div .discount-input {
    width: 200px;
  }
}
.shipping-cart .price-details div .discount-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.shipping-cart .continue-process-btn {
  width: 100%;
  margin: 0 auto;
  font-weight: 800;
  padding-top: 8px;
  padding-bottom: 8px;
}
.shipping-cart .continue-process-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.shipping-cart .continue-process-btn:active {
  transform: translate(0em, 0.2em);
}
@media only screen and (min-width: 768px) {
  .shipping-cart .continue-process-btn {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .shipping-cart .continue-process-btn {
    width: 80%;
  }
}
.shipping-cart .counter button {
  width: 30px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .shipping-cart .counter button {
    width: 40px;
    height: 30px;
    font-size: 20px;
  }
}

.loader {
  width: 20px;
  height: 20px;
  border: 5px solid #00af9f;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.counter .count.hidden {
  display: none;
}

.loader.hidden {
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.send-information {
  display: none;
}
.send-information.active {
  display: flex;
}
.send-information .addresses {
  border-bottom: 1px solid #e2e1e1;
}
.send-information .addresses .change-edit-btn {
  width: 95%;
  padding: 5px 0;
  margin: 0 auto;
  border: 1px solid #c8c5c5;
  transition: border 0.3s linear;
}
.send-information .addresses .change-edit-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
  color: white;
}
.send-information .addresses .change-edit-btn:active {
  transform: translate(0em, 0.2em);
}
@media only screen and (min-width: 640px) {
  .send-information .addresses .change-edit-btn {
    width: 50%;
    align-self: flex-end;
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .send-information .addresses .change-edit-btn {
    width: 25%;
    align-self: flex-end;
  }
}
.send-information .delivery-method .choose-method-btn {
  border: 1px solid #c8c5c5;
  width: 95%;
  padding: 5px 0;
  margin: 0 auto;
  transition: border 0.3s linear;
}
.send-information .delivery-method .choose-method-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
  color: white;
}
.send-information .delivery-method .choose-method-btn:active {
  transform: translate(0em, 0.2em);
}
.send-information .delivery-method .choose-method-btn.select {
  background-color: #00c39f;
  color: white;
}
@media only screen and (min-width: 640px) {
  .send-information .delivery-method .choose-method-btn {
    width: 50%;
    align-self: flex-end;
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .send-information .delivery-method .choose-method-btn {
    width: 25%;
  }
}
.send-information .delivery-btn {
  width: 100%;
  margin: 0 auto;
  font-weight: 800;
  padding-top: 8px;
  padding-bottom: 8px;
}
.send-information .delivery-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.send-information .delivery-btn:active {
  transform: translate(0em, 0.2em);
}
@media only screen and (min-width: 768px) {
  .send-information .delivery-btn {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .send-information .delivery-btn {
    width: 80%;
  }
}

.payment-information {
  display: none;
}
.payment-information.active {
  display: flex;
}
.payment-information .payment-way {
  border-bottom: 1px solid #e2e1e1;
}
.payment-information .portal {
  border-bottom: 1px solid #e2e1e1;
}
.payment-information .portal-item-sep.active .tick, .payment-information .active.portal-item-zarinpal .tick {
  display: block;
}
.payment-information .portal-item-sep .tick, .payment-information .portal-item-zarinpal .tick {
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 1024px) {
  .payment-information .portal-item-sep .tick, .payment-information .portal-item-zarinpal .tick {
    width: 35px;
    height: 35px;
  }
}
.payment-information .portal-item-sep img:last-child, .payment-information .portal-item-zarinpal img:last-child {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 1024px) {
  .payment-information .portal-item-sep img:last-child, .payment-information .portal-item-zarinpal img:last-child {
    width: 70px;
    height: 70px;
  }
}
.payment-information .orders .order-item {
  border: 1px solid #e2e1e1;
  width: 50px;
  height: 55px;
}
.payment-information .orders .order-item span {
  padding: 0 4px;
}
.payment-information .orderType-priceDetails {
  top: 15px;
}
.payment-information .orderType-priceDetails .price-details .pay-btn {
  width: 100%;
  margin: 0 auto;
  font-weight: 800;
  padding-top: 8px;
  padding-bottom: 8px;
}
.payment-information .orderType-priceDetails .price-details .pay-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}
.payment-information .orderType-priceDetails .price-details .pay-btn:active {
  transform: translate(0em, 0.2em);
}
@media only screen and (min-width: 768px) {
  .payment-information .orderType-priceDetails .price-details .pay-btn {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .payment-information .orderType-priceDetails .price-details .pay-btn {
    width: 80%;
  }
}

.user-panel {
  background-color: #F5F5F5;
  padding: 15px;
}
@media only screen and (min-width: 1024px) {
  .user-panel {
    background-color: unset;
    padding: unset;
  }
}

.panel-side {
  height: fit-content;
}
.panel-side .icon-cart {
  padding-right: 3px;
}
.panel-side .icon-cart::before {
  font-size: 20px;
}
.panel-side .lists button:hover {
  background-color: #f0f0f1;
}
.panel-side .lists .item.select {
  background-color: #f0f0f1;
}
.panel-side .lists .exit-btn {
  color: red !important;
}
.panel-side .lists .exit-btn svg {
  stroke: red !important;
}
@media only screen and (min-width: 1024px) {
  .panel-side {
    top: 80px;
  }
}

.section {
  display: none;
}
.section.active {
  display: flex;
}

.user-info div div:first-child {
  border-left: 1px solid #f0f0f1;
}
.user-info .birth-date {
  border-left: 1px solid #f0f0f1;
}
.user-info .icon-simpleAdd::before {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .user-info .icon-simpleAdd::before {
    font-size: 30px;
  }
}
.user-info svg {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 1024px) {
  .user-info svg {
    width: 20px;
    height: 20px;
  }
}

.favorite .favorite-products div {
  height: fit-content !important;
}
.favorite .heart-btn {
  right: 10px;
  top: 15px;
  z-index: 5;
}

.address-info {
  height: fit-content;
}
.address-info .address-title {
  width: fit-content;
}
.address-info .address-title::before {
  content: "";
  position: absolute;
  width: 115%;
  height: 100%;
  top: 0;
  left: -2px;
}
.address-info .saved-addresses .item:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f1;
}
.address-info .saved-addresses .edit-delete-btn {
  transform: rotate(90deg);
}
.address-info .saved-addresses .address-svg, .address-info .saved-addresses .phone-svg, .address-info .saved-addresses .postal-code-svg {
  fill: #e2e1e1;
}
.address-info .saved-addresses .icon-user2::before {
  color: #e2e1e1;
}

.orders-info .orders-list button .delivered-number {
  padding-left: 8px;
  padding-right: 8px;
  line-height: normal;
}
.orders-info .orders-list button.active {
  color: #15be95;
}
.orders-info .orders-list button.active .delivered-number {
  background-color: #15be95;
}
.orders-info .orders-list button:hover {
  color: #15be95;
}
.orders-info .orders-list button:hover .delivered-number {
  background-color: #15be95;
}
.orders-info .div {
  display: none;
}
.orders-info .div.active {
  display: flex;
}
.orders-info .order .title svg {
  fill: #00cd67;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1024px) {
  .orders-info .order .title svg {
    width: 24px;
    height: 24px;
  }
}
.orders-info .order-images figure {
  width: 70px;
}

.orders-history {
  height: fit-content;
}
.orders-history .icon-fleshBottom {
  transform: rotate(90deg);
}
.orders-history .products-info > *:nth-child(n+2) {
  border-top: 1px solid #e2e1e1;
}
.orders-history .products-info .product div:first-child {
  grid-template-columns: 90px 1fr;
}
@media only screen and (min-width: 1024px) {
  .orders-history .products-info .product div:first-child {
    grid-template-columns: 116px 1fr;
  }
}
.orders-history .products-info .product .ratingApro {
  direction: ltr;
}
.orders-history .products-info .product .ratingApro .starSimple.deactive {
  display: none;
}
.orders-history .products-info .product .ratingApro .starFill {
  display: none;
}
.orders-history .products-info .product .ratingApro .starFill.active {
  display: inline-block;
}
.orders-history .products-info .product .registered-rating .rating-text {
  text-wrap: nowrap;
}
.orders-history .products-info .product .registered-rating svg {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 1024px) {
  .orders-history .products-info .product .registered-rating svg {
    width: 20px;
    height: 20px;
  }
}
.orders-history .products-info .product .registered-rating .comment-rate-btn span {
  text-wrap: nowrap;
}
.orders-history .products-info .product .cm-btn {
  border: 2px solid #008d73;
}
.orders-history .products-info .product .cm-btn svg {
  fill: #008d73;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1024px) {
  .orders-history .products-info .product .cm-btn svg {
    width: 24px;
    height: 24px;
  }
}

.wallet .transactions-detail-desktop thead tr th {
  width: 12%;
}
.wallet .transactions-detail-desktop tbody > *:nth-child(n) td {
  width: 10%;
  text-align: center;
}
.wallet .descrip {
  font-size: 12px;
  bottom: 0;
  left: 55%;
  transform: translateX(-50%);
}
.wallet .transaction {
  height: fit-content;
}
.wallet .status {
  height: fit-content;
}

.logo-login-register img {
  width: 100px;
  mix-blend-mode: multiply;
}

/* From Uiverse.io by Smit-Prajapati */
.log-reg {
  min-width: 340px;
  background: #eaeefe;
  background: linear-gradient(0deg, rgb(253, 251, 251) 0%, rgb(243, 248, 255) 100%);
  border-radius: 40px;
  padding: 25px 35px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
  margin: 20px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .log-reg {
    min-width: 400px;
  }
}

.input-login-register {
  width: 100%;
  background: white;
  border: none;
  padding: 10px 15px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: #cff0ff 0px 10px 10px -5px;
  border-inline: 2px solid transparent;
}

.input-login-register::-moz-placeholder {
  color: rgb(170, 170, 170);
}

.input-login-register::placeholder {
  color: rgb(170, 170, 170);
}

.input-login-register:focus {
  outline: none;
  border-inline: 2px solid #12B1D1;
}

.login-btn {
  transition: all 0.2s;
  cursor: pointer;
}

.login-btn span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.login-btn svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.login-btn:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.login-btn:hover svg {
  transform: translateX(0.2em) rotate(45deg) scale(1.1);
}

.login-btn:hover span {
  transform: translateX(10em);
}

.login-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}

.login-btn:active {
  transform: scale(0.95), translate(0em, 0.2em);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }
  to {
    transform: translateY(-0.1em);
  }
}
.token-btn:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
}

.token-btn:active {
  transform: scale(0.95), translate(0em, 0.2em);
}

.edit-number-btn:hover span {
  color: #00cd67;
}

.send-token-again:hover {
  color: #00c39f;
}

.contact-us-form button:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(0, 138, 126) 0%, rgb(0, 235, 199) 100%);
  color: white;
}

.store-location {
  height: 400px;
}

.weblog-cart .blog-img {
  max-height: 180px;
}
.weblog-cart .blog-img img {
  max-height: 180px;
}
@media only screen and (min-width: 1024px) {
  .weblog-cart .blog-img {
    max-height: 270px;
  }
  .weblog-cart .blog-img img {
    max-height: 270px;
  }
}
.weblog-cart .blog-details .title {
  width: fit-content;
}
.weblog-cart .svg-hover {
  height: 75%;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, rgba(26, 73, 144, 0.611), rgba(18, 19, 20, 0));
  transform: scaleY(0);
  transform-origin: bottom;
}
.weblog-cart .category:hover {
  color: #ff2949;
}
.weblog-cart:hover .svg-hover {
  transform: scaleY(1);
  opacity: 1;
}

.weblog-categories {
  top: 100px;
}
.weblog-categories .category-list a:hover i {
  color: #008d73;
}

.weblog-comment {
  background: linear-gradient(180deg, rgba(220, 254, 241, 0.368627451), rgba(195, 255, 244, 0.397));
}

.weblog-detail-aside {
  top: 100px;
  height: fit-content;
}

.aside-article-list article:hover figure {
  overflow: hidden;
}
.aside-article-list article:hover figure img {
  transform: scale(1.1);
  transition: transform 0.3s linear;
}

.about-us p {
  line-height: 2;
}

.home-box .cover-img {
  width: 100%;
  max-height: auto;
}
@media only screen and (min-width: 1024px) {
  .home-box .cover-img {
    width: 35%;
    max-height: 390px;
  }
}
@media only screen and (min-width: 1280px) {
  .home-box .cover-img {
    width: 30%;
    max-height: 410px;
  }
}
.home-box .title {
  width: 100%;
  margin: 0 auto;
  top: 20px;
  right: 20px;
  left: 20px;
}
@media only screen and (min-width: 1024px) {
  .home-box .title {
    width: 90%;
  }
}

.categories-swiper .cat-img img {
  transition: all 0.8s linear;
}
.categories-swiper .cat-img figure:before {
  content: "";
  border-top: 2px solid #00af9f;
  border-bottom: 2px solid #00af9f;
  opacity: 0;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 0;
  top: 8px;
  right: 8px;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: 0 0;
  border-radius: 10px;
}
.categories-swiper .cat-img figure:after {
  content: "";
  border-right: 2px solid #00af9f;
  border-left: 2px solid #00af9f;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 0;
  top: 8px;
  right: 8px;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 100% 0;
  border-radius: 10px;
}
.categories-swiper .cat-img:hover img {
  filter: contrast(0.9);
}
.categories-swiper .cat-img:hover figure:before, .categories-swiper .cat-img:hover figure:after {
  opacity: 1;
  transform: scale(1);
}

.product-item .product-img {
  position: relative;
  background-color: #f9f9f9;
}
.product-item img {
  mix-blend-mode: multiply;
}

.product-discount-percent {
  top: -2px;
  left: 10px;
  height: 35px !important;
  width: 25px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
  border-radius: 5px 5px 0 0;
}
@media only screen and (min-width: 1024px) {
  .product-discount-percent {
    height: 45px !important;
    width: 35px;
  }
}

.services figure {
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .services figure {
    width: 80px;
  }
}

.see-all-products-btn {
  transition: 0.3s linear;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.see-all-products-btn:hover {
  background-color: rgba(142, 247, 214, 0.7098039216);
}

.blogs .blog-item {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.blogs .blog-item:hover {
  background-color: #f0f0f1;
}
.blogs .blog-item:hover .title {
  color: #008d73;
}

.mobile-menu-bottom {
  z-index: 10;
  box-shadow: 0 -3px 8px 0 rgba(66, 66, 66, 0.3);
}
.mobile-menu-bottom .cart-number {
  left: -2px;
  top: -5px;
}
.mobile-menu-bottom .store {
  height: 20px;
}

/*# sourceMappingURL=style.css.map */
