/*!
// ================================================================================================
// EST : Custom theme by esellertechnologies.com
// Based on: Bootstrap v5.0 (https://getbootstrap.com)
// ================================================================================================
// Product Page   : http://www.whiteknightdryers.com
// Version        : 1.2
// Author         : manoj@esellertechnologies.com
// Author URL     : http://esellertechnologies.com/
// ================================================================================================
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700|Nunito:300,400,600,700");
/*! Bootstrap v5.0.0 (https://getbootstrap.com/) Copyright 2011-2021 The Bootstrap Authors Copyright 2011-2021 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
.container, .container-fluid, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x, 0.75rem); padding-left: var(--bs-gutter-x, 0.75rem); margin-right: auto; margin-left: auto; }

@media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1170px; } }

@media (min-width: 1400px) { .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { max-width: 1320px; } }

.row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) / -2); margin-left: calc(var(--bs-gutter-x) / -2); }

.row > * { -webkit-flex-shrink: 0; flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) / 2); padding-left: calc(var(--bs-gutter-x) / 2); margin-top: var(--bs-gutter-y); }

.col { -webkit-flex: 1 0; flex: 1 0; }

.row-cols-auto > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }

.row-cols-1 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }

.row-cols-2 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }

.row-cols-3 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }

.row-cols-4 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }

.row-cols-5 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 20%; }

.row-cols-6 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }

.col-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }

.col-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; }

.col-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }

.col-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }

.col-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }

.col-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; }

.col-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }

.col-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; }

.col-8 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 66.6666666667%; }

.col-9 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 75%; }

.col-10 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 83.3333333333%; }

.col-11 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 91.6666666667%; }

.col-12 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }

.offset-1 { margin-left: 8.3333333333%; }

.offset-2 { margin-left: 16.6666666667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.3333333333%; }

.offset-5 { margin-left: 41.6666666667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.3333333333%; }

.offset-8 { margin-left: 66.6666666667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.3333333333%; }

.offset-11 { margin-left: 91.6666666667%; }

.g-0, .gx-0 { --bs-gutter-x: 0; }

.g-0, .gy-0 { --bs-gutter-y: 0; }

.g-1, .gx-1 { --bs-gutter-x: 0.25rem; }

.g-1, .gy-1 { --bs-gutter-y: 0.25rem; }

.g-2, .gx-2 { --bs-gutter-x: 0.5rem; }

.g-2, .gy-2 { --bs-gutter-y: 0.5rem; }

.g-3, .gx-3 { --bs-gutter-x: 1rem; }

.g-3, .gy-3 { --bs-gutter-y: 1rem; }

.g-4, .gx-4 { --bs-gutter-x: 1.5rem; }

.g-4, .gy-4 { --bs-gutter-y: 1.5rem; }

.g-5, .gx-5 { --bs-gutter-x: 3rem; }

.g-5, .gy-5 { --bs-gutter-y: 3rem; }

.g-6, .gx-6 { --bs-gutter-x: 4rem; }

.g-6, .gy-6 { --bs-gutter-y: 4rem; }

.g-7, .gx-7 { --bs-gutter-x: 5rem; }

.g-7, .gy-7 { --bs-gutter-y: 5rem; }

.g-8, .gx-8 { --bs-gutter-x: 6rem; }

.g-8, .gy-8 { --bs-gutter-y: 6rem; }

.g-9, .gx-9 { --bs-gutter-x: 7rem; }

.g-9, .gy-9 { --bs-gutter-y: 7rem; }

.g-10, .gx-10 { --bs-gutter-x: 8rem; }

.g-10, .gy-10 { --bs-gutter-y: 8rem; }

@media (min-width: 576px) { .col-sm { -webkit-flex: 1 0; flex: 1 0; }
  .row-cols-sm-auto > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .row-cols-sm-1 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .row-cols-sm-2 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .row-cols-sm-3 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-sm-4 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .row-cols-sm-5 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 20%; }
  .row-cols-sm-6 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-sm-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-sm-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; }
  .col-sm-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-sm-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .col-sm-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .col-sm-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; }
  .col-sm-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .col-sm-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; }
  .col-sm-8 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 66.6666666667%; }
  .col-sm-9 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 75%; }
  .col-sm-10 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 83.3333333333%; }
  .col-sm-11 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 91.6666666667%; }
  .col-sm-12 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.3333333333%; }
  .offset-sm-2 { margin-left: 16.6666666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.3333333333%; }
  .offset-sm-5 { margin-left: 41.6666666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.3333333333%; }
  .offset-sm-8 { margin-left: 66.6666666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.3333333333%; }
  .offset-sm-11 { margin-left: 91.6666666667%; }
  .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.25rem; }
  .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; }
  .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; }
  .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; }
  .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; }
  .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; }
  .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; }
  .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; }
  .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; }
  .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; }
  .g-sm-6, .gx-sm-6 { --bs-gutter-x: 4rem; }
  .g-sm-6, .gy-sm-6 { --bs-gutter-y: 4rem; }
  .g-sm-7, .gx-sm-7 { --bs-gutter-x: 5rem; }
  .g-sm-7, .gy-sm-7 { --bs-gutter-y: 5rem; }
  .g-sm-8, .gx-sm-8 { --bs-gutter-x: 6rem; }
  .g-sm-8, .gy-sm-8 { --bs-gutter-y: 6rem; }
  .g-sm-9, .gx-sm-9 { --bs-gutter-x: 7rem; }
  .g-sm-9, .gy-sm-9 { --bs-gutter-y: 7rem; }
  .g-sm-10, .gx-sm-10 { --bs-gutter-x: 8rem; }
  .g-sm-10, .gy-sm-10 { --bs-gutter-y: 8rem; } }

@media (min-width: 768px) { .col-md { -webkit-flex: 1 0; flex: 1 0; }
  .row-cols-md-auto > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .row-cols-md-1 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .row-cols-md-2 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .row-cols-md-3 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-md-4 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .row-cols-md-5 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 20%; }
  .row-cols-md-6 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-md-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-md-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; }
  .col-md-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-md-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .col-md-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .col-md-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; }
  .col-md-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .col-md-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; }
  .col-md-8 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 66.6666666667%; }
  .col-md-9 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 75%; }
  .col-md-10 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 83.3333333333%; }
  .col-md-11 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 91.6666666667%; }
  .col-md-12 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.3333333333%; }
  .offset-md-2 { margin-left: 16.6666666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.3333333333%; }
  .offset-md-5 { margin-left: 41.6666666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.3333333333%; }
  .offset-md-8 { margin-left: 66.6666666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333333333%; }
  .offset-md-11 { margin-left: 91.6666666667%; }
  .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.25rem; }
  .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; }
  .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; }
  .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; }
  .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; }
  .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; }
  .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; }
  .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; }
  .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; }
  .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; }
  .g-md-6, .gx-md-6 { --bs-gutter-x: 4rem; }
  .g-md-6, .gy-md-6 { --bs-gutter-y: 4rem; }
  .g-md-7, .gx-md-7 { --bs-gutter-x: 5rem; }
  .g-md-7, .gy-md-7 { --bs-gutter-y: 5rem; }
  .g-md-8, .gx-md-8 { --bs-gutter-x: 6rem; }
  .g-md-8, .gy-md-8 { --bs-gutter-y: 6rem; }
  .g-md-9, .gx-md-9 { --bs-gutter-x: 7rem; }
  .g-md-9, .gy-md-9 { --bs-gutter-y: 7rem; }
  .g-md-10, .gx-md-10 { --bs-gutter-x: 8rem; }
  .g-md-10, .gy-md-10 { --bs-gutter-y: 8rem; } }

@media (min-width: 992px) { .col-lg { -webkit-flex: 1 0; flex: 1 0; }
  .row-cols-lg-auto > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .row-cols-lg-1 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .row-cols-lg-2 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .row-cols-lg-3 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-lg-4 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .row-cols-lg-5 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 20%; }
  .row-cols-lg-6 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-lg-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-lg-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; }
  .col-lg-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-lg-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .col-lg-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .col-lg-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; }
  .col-lg-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .col-lg-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; }
  .col-lg-8 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 66.6666666667%; }
  .col-lg-9 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 75%; }
  .col-lg-10 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 83.3333333333%; }
  .col-lg-11 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 91.6666666667%; }
  .col-lg-12 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.3333333333%; }
  .offset-lg-2 { margin-left: 16.6666666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.3333333333%; }
  .offset-lg-5 { margin-left: 41.6666666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.3333333333%; }
  .offset-lg-8 { margin-left: 66.6666666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.3333333333%; }
  .offset-lg-11 { margin-left: 91.6666666667%; }
  .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.25rem; }
  .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; }
  .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; }
  .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; }
  .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; }
  .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; }
  .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; }
  .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; }
  .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; }
  .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; }
  .g-lg-6, .gx-lg-6 { --bs-gutter-x: 4rem; }
  .g-lg-6, .gy-lg-6 { --bs-gutter-y: 4rem; }
  .g-lg-7, .gx-lg-7 { --bs-gutter-x: 5rem; }
  .g-lg-7, .gy-lg-7 { --bs-gutter-y: 5rem; }
  .g-lg-8, .gx-lg-8 { --bs-gutter-x: 6rem; }
  .g-lg-8, .gy-lg-8 { --bs-gutter-y: 6rem; }
  .g-lg-9, .gx-lg-9 { --bs-gutter-x: 7rem; }
  .g-lg-9, .gy-lg-9 { --bs-gutter-y: 7rem; }
  .g-lg-10, .gx-lg-10 { --bs-gutter-x: 8rem; }
  .g-lg-10, .gy-lg-10 { --bs-gutter-y: 8rem; } }

@media (min-width: 1200px) { .col-xl { -webkit-flex: 1 0; flex: 1 0; }
  .row-cols-xl-auto > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .row-cols-xl-1 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .row-cols-xl-2 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .row-cols-xl-3 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-xl-4 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .row-cols-xl-5 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 20%; }
  .row-cols-xl-6 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-xl-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-xl-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; }
  .col-xl-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-xl-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .col-xl-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .col-xl-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; }
  .col-xl-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .col-xl-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; }
  .col-xl-8 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 66.6666666667%; }
  .col-xl-9 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 75%; }
  .col-xl-10 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 83.3333333333%; }
  .col-xl-11 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 91.6666666667%; }
  .col-xl-12 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.3333333333%; }
  .offset-xl-2 { margin-left: 16.6666666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.3333333333%; }
  .offset-xl-5 { margin-left: 41.6666666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.3333333333%; }
  .offset-xl-8 { margin-left: 66.6666666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.3333333333%; }
  .offset-xl-11 { margin-left: 91.6666666667%; }
  .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.25rem; }
  .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; }
  .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; }
  .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; }
  .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; }
  .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; }
  .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; }
  .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; }
  .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; }
  .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; }
  .g-xl-6, .gx-xl-6 { --bs-gutter-x: 4rem; }
  .g-xl-6, .gy-xl-6 { --bs-gutter-y: 4rem; }
  .g-xl-7, .gx-xl-7 { --bs-gutter-x: 5rem; }
  .g-xl-7, .gy-xl-7 { --bs-gutter-y: 5rem; }
  .g-xl-8, .gx-xl-8 { --bs-gutter-x: 6rem; }
  .g-xl-8, .gy-xl-8 { --bs-gutter-y: 6rem; }
  .g-xl-9, .gx-xl-9 { --bs-gutter-x: 7rem; }
  .g-xl-9, .gy-xl-9 { --bs-gutter-y: 7rem; }
  .g-xl-10, .gx-xl-10 { --bs-gutter-x: 8rem; }
  .g-xl-10, .gy-xl-10 { --bs-gutter-y: 8rem; } }

@media (min-width: 1400px) { .col-xxl { -webkit-flex: 1 0; flex: 1 0; }
  .row-cols-xxl-auto > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .row-cols-xxl-1 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .row-cols-xxl-2 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .row-cols-xxl-3 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-xxl-4 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .row-cols-xxl-5 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 20%; }
  .row-cols-xxl-6 > * { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-xxl-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-xxl-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; }
  .col-xxl-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; }
  .col-xxl-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; }
  .col-xxl-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; }
  .col-xxl-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; }
  .col-xxl-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }
  .col-xxl-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; }
  .col-xxl-8 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 66.6666666667%; }
  .col-xxl-9 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 75%; }
  .col-xxl-10 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 83.3333333333%; }
  .col-xxl-11 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 91.6666666667%; }
  .col-xxl-12 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; }
  .offset-xxl-0 { margin-left: 0; }
  .offset-xxl-1 { margin-left: 8.3333333333%; }
  .offset-xxl-2 { margin-left: 16.6666666667%; }
  .offset-xxl-3 { margin-left: 25%; }
  .offset-xxl-4 { margin-left: 33.3333333333%; }
  .offset-xxl-5 { margin-left: 41.6666666667%; }
  .offset-xxl-6 { margin-left: 50%; }
  .offset-xxl-7 { margin-left: 58.3333333333%; }
  .offset-xxl-8 { margin-left: 66.6666666667%; }
  .offset-xxl-9 { margin-left: 75%; }
  .offset-xxl-10 { margin-left: 83.3333333333%; }
  .offset-xxl-11 { margin-left: 91.6666666667%; }
  .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; }
  .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; }
  .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem; }
  .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem; }
  .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem; }
  .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem; }
  .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem; }
  .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem; }
  .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem; }
  .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem; }
  .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem; }
  .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem; }
  .g-xxl-6, .gx-xxl-6 { --bs-gutter-x: 4rem; }
  .g-xxl-6, .gy-xxl-6 { --bs-gutter-y: 4rem; }
  .g-xxl-7, .gx-xxl-7 { --bs-gutter-x: 5rem; }
  .g-xxl-7, .gy-xxl-7 { --bs-gutter-y: 5rem; }
  .g-xxl-8, .gx-xxl-8 { --bs-gutter-x: 6rem; }
  .g-xxl-8, .gy-xxl-8 { --bs-gutter-y: 6rem; }
  .g-xxl-9, .gx-xxl-9 { --bs-gutter-x: 7rem; }
  .g-xxl-9, .gy-xxl-9 { --bs-gutter-y: 7rem; }
  .g-xxl-10, .gx-xxl-10 { --bs-gutter-x: 8rem; }
  .g-xxl-10, .gy-xxl-10 { --bs-gutter-y: 8rem; } }

.clearfix::after { display: block; clear: both; content: ""; }

.link-primary { color: #000000; }

.link-primary:hover, .link-primary:focus { color: black; }

.link-secondary { color: #f5b606; }

.link-secondary:hover, .link-secondary:focus { color: #f7c538; }

.link-success { color: #17C671; }

.link-success:hover, .link-success:focus { color: #45d18d; }

.link-info { color: #3BAFDA; }

.link-info:hover, .link-info:focus { color: #62bfe1; }

.link-warning { color: #F6BB42; }

.link-warning:hover, .link-warning:focus { color: #f8c968; }

.link-danger { color: #DA4453; }

.link-danger:hover, .link-danger:focus { color: #e16975; }

.link-white { color: #fff; }

.link-white:hover, .link-white:focus { color: white; }

.link-light { color: #dedede; }

.link-light:hover, .link-light:focus { color: #e5e5e5; }

.link-dark { color: #414141; }

.link-dark:hover, .link-dark:focus { color: #343434; }

.ratio { position: relative; width: 100%; }

.ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; }

.ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ratio-1x1 { --bs-aspect-ratio: 100%; }

.ratio-4x3 { --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 { --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 { --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }

.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }

.sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; }

@media (min-width: 576px) { .sticky-sm-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } }

@media (min-width: 768px) { .sticky-md-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } }

@media (min-width: 992px) { .sticky-lg-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } }

@media (min-width: 1200px) { .sticky-xl-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } }

@media (min-width: 1400px) { .sticky-xxl-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; }

.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.of-h { overflow: hidden; }

.of-v { overflow: visible; }

.of-s { overflow: scroll; }

.of-a { overflow: auto; }

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

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

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

.of-x-a { overflow-x: auto; }

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

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

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

.of-y-a { overflow-y: auto; }

.overlay { position: fixed; top: 0; right: 0; height: 100vh !important; left: 0; display: none; background-color: rgba(0, 0, 0, 0.5); z-index: 800; cursor: pointer; }

.overlay-primary { background-color: rgba(0, 0, 0, 0.6); }

.overlay-secondary { background-color: rgba(245, 182, 6, 0.6); }

.overlay-success { background-color: rgba(23, 198, 113, 0.6); }

.overlay-info { background-color: rgba(59, 175, 218, 0.6); }

.overlay-warning { background-color: rgba(246, 187, 66, 0.6); }

.overlay-danger { background-color: rgba(218, 68, 83, 0.6); }

.overlay-white { background-color: rgba(255, 255, 255, 0.6); }

.overlay-light { background-color: rgba(222, 222, 222, 0.6); }

.overlay-dark { background-color: rgba(65, 65, 65, 0.6); }

.img-16 { width: 16px; height: 16px; }

.img-24 { width: 24px; height: 24px; }

.img-32 { width: 32px; height: 32px; }

.img-48 { width: 48px; height: 48px; }

.img-64 { width: 64px; height: 64px; }

.img-128 { width: 128px; height: 128px; }

.img-256 { width: 256px; height: 256px; }

.img-512 { width: 512px; height: 512px; }

@media (min-width: 576px) { .img-sm-16 { width: 16px; height: 16px; }
  .img-sm-24 { width: 24px; height: 24px; }
  .img-sm-32 { width: 32px; height: 32px; }
  .img-sm-48 { width: 48px; height: 48px; }
  .img-sm-64 { width: 64px; height: 64px; }
  .img-sm-128 { width: 128px; height: 128px; }
  .img-sm-256 { width: 256px; height: 256px; }
  .img-sm-512 { width: 512px; height: 512px; } }

@media (min-width: 768px) { .img-md-16 { width: 16px; height: 16px; }
  .img-md-24 { width: 24px; height: 24px; }
  .img-md-32 { width: 32px; height: 32px; }
  .img-md-48 { width: 48px; height: 48px; }
  .img-md-64 { width: 64px; height: 64px; }
  .img-md-128 { width: 128px; height: 128px; }
  .img-md-256 { width: 256px; height: 256px; }
  .img-md-512 { width: 512px; height: 512px; } }

@media (min-width: 992px) { .img-lg-16 { width: 16px; height: 16px; }
  .img-lg-24 { width: 24px; height: 24px; }
  .img-lg-32 { width: 32px; height: 32px; }
  .img-lg-48 { width: 48px; height: 48px; }
  .img-lg-64 { width: 64px; height: 64px; }
  .img-lg-128 { width: 128px; height: 128px; }
  .img-lg-256 { width: 256px; height: 256px; }
  .img-lg-512 { width: 512px; height: 512px; } }

@media (min-width: 1200px) { .img-xl-16 { width: 16px; height: 16px; }
  .img-xl-24 { width: 24px; height: 24px; }
  .img-xl-32 { width: 32px; height: 32px; }
  .img-xl-48 { width: 48px; height: 48px; }
  .img-xl-64 { width: 64px; height: 64px; }
  .img-xl-128 { width: 128px; height: 128px; }
  .img-xl-256 { width: 256px; height: 256px; }
  .img-xl-512 { width: 512px; height: 512px; } }

@media (min-width: 1400px) { .img-xxl-16 { width: 16px; height: 16px; }
  .img-xxl-24 { width: 24px; height: 24px; }
  .img-xxl-32 { width: 32px; height: 32px; }
  .img-xxl-48 { width: 48px; height: 48px; }
  .img-xxl-64 { width: 64px; height: 64px; }
  .img-xxl-128 { width: 128px; height: 128px; }
  .img-xxl-256 { width: 256px; height: 256px; }
  .img-xxl-512 { width: 512px; height: 512px; } }

[class*="ex-shadow"] { transition: all 0.2s ease-in-out; }

@media (prefers-reduced-motion: reduce) { [class*="ex-shadow"] { transition: none; } }

.ex-shadow-0, .ex-shadow-0--hover:hover { box-shadow: none !important; }

.ex-shadow-1, .ex-shadow-1--hover:hover { box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; }

.ex-shadow-2, .ex-shadow-2--hover:hover { box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; }

.ex-shadow-3, .ex-shadow-3--hover:hover { box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }

.ex-shadow-4, .ex-shadow-4--hover:hover { box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }

.ex-shadow-5, .ex-shadow-5--hover:hover { box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; }

.ex-shadow-6, .ex-shadow-6--hover:hover { box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; }

.ex-shadow-7, .ex-shadow-7--hover:hover { box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px; }

.alpha-0 { opacity: 0 !important; }

.alpha-1 { opacity: 0.1 !important; }

.alpha-2 { opacity: 0.2 !important; }

.alpha-3 { opacity: 0.3 !important; }

.alpha-4 { opacity: 0.4 !important; }

.alpha-5 { opacity: 0.5 !important; }

.alpha-6 { opacity: 0.6 !important; }

.alpha-7 { opacity: 0.7 !important; }

.alpha-8 { opacity: 0.8 !important; }

.alpha-9 { opacity: 0.9 !important; }

.bg-primary-1 { background-color: rgba(0, 0, 0, 0.1) !important; }

.bg-primary-2 { background-color: rgba(0, 0, 0, 0.2) !important; }

.bg-primary-3 { background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-primary-4 { background-color: rgba(0, 0, 0, 0.4) !important; }

.bg-primary-5 { background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-primary-6 { background-color: rgba(0, 0, 0, 0.6) !important; }

.bg-primary-7 { background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-primary-8 { background-color: rgba(0, 0, 0, 0.8) !important; }

.bg-primary-9 { background-color: rgba(0, 0, 0, 0.9) !important; }

.bg-soft-primary { background-color: #cccccc; }

.bg-soft-primary-1 { background-color: rgba(204, 204, 204, 0.1) !important; }

.bg-soft-primary-2 { background-color: rgba(204, 204, 204, 0.2) !important; }

.bg-soft-primary-3 { background-color: rgba(204, 204, 204, 0.3) !important; }

.bg-soft-primary-4 { background-color: rgba(204, 204, 204, 0.4) !important; }

.bg-soft-primary-5 { background-color: rgba(204, 204, 204, 0.5) !important; }

.bg-soft-primary-6 { background-color: rgba(204, 204, 204, 0.6) !important; }

.bg-soft-primary-7 { background-color: rgba(204, 204, 204, 0.7) !important; }

.bg-soft-primary-8 { background-color: rgba(204, 204, 204, 0.8) !important; }

.bg-soft-primary-9 { background-color: rgba(204, 204, 204, 0.9) !important; }

.bg-secondary-1 { background-color: rgba(245, 182, 6, 0.1) !important; }

.bg-secondary-2 { background-color: rgba(245, 182, 6, 0.2) !important; }

.bg-secondary-3 { background-color: rgba(245, 182, 6, 0.3) !important; }

.bg-secondary-4 { background-color: rgba(245, 182, 6, 0.4) !important; }

.bg-secondary-5 { background-color: rgba(245, 182, 6, 0.5) !important; }

.bg-secondary-6 { background-color: rgba(245, 182, 6, 0.6) !important; }

.bg-secondary-7 { background-color: rgba(245, 182, 6, 0.7) !important; }

.bg-secondary-8 { background-color: rgba(245, 182, 6, 0.8) !important; }

.bg-secondary-9 { background-color: rgba(245, 182, 6, 0.9) !important; }

.bg-soft-secondary { background-color: #fdf0cd; }

.bg-soft-secondary-1 { background-color: rgba(253, 240, 205, 0.1) !important; }

.bg-soft-secondary-2 { background-color: rgba(253, 240, 205, 0.2) !important; }

.bg-soft-secondary-3 { background-color: rgba(253, 240, 205, 0.3) !important; }

.bg-soft-secondary-4 { background-color: rgba(253, 240, 205, 0.4) !important; }

.bg-soft-secondary-5 { background-color: rgba(253, 240, 205, 0.5) !important; }

.bg-soft-secondary-6 { background-color: rgba(253, 240, 205, 0.6) !important; }

.bg-soft-secondary-7 { background-color: rgba(253, 240, 205, 0.7) !important; }

.bg-soft-secondary-8 { background-color: rgba(253, 240, 205, 0.8) !important; }

.bg-soft-secondary-9 { background-color: rgba(253, 240, 205, 0.9) !important; }

.bg-success-1 { background-color: rgba(23, 198, 113, 0.1) !important; }

.bg-success-2 { background-color: rgba(23, 198, 113, 0.2) !important; }

.bg-success-3 { background-color: rgba(23, 198, 113, 0.3) !important; }

.bg-success-4 { background-color: rgba(23, 198, 113, 0.4) !important; }

.bg-success-5 { background-color: rgba(23, 198, 113, 0.5) !important; }

.bg-success-6 { background-color: rgba(23, 198, 113, 0.6) !important; }

.bg-success-7 { background-color: rgba(23, 198, 113, 0.7) !important; }

.bg-success-8 { background-color: rgba(23, 198, 113, 0.8) !important; }

.bg-success-9 { background-color: rgba(23, 198, 113, 0.9) !important; }

.bg-soft-success { background-color: #d1f4e3; }

.bg-soft-success-1 { background-color: rgba(209, 244, 227, 0.1) !important; }

.bg-soft-success-2 { background-color: rgba(209, 244, 227, 0.2) !important; }

.bg-soft-success-3 { background-color: rgba(209, 244, 227, 0.3) !important; }

.bg-soft-success-4 { background-color: rgba(209, 244, 227, 0.4) !important; }

.bg-soft-success-5 { background-color: rgba(209, 244, 227, 0.5) !important; }

.bg-soft-success-6 { background-color: rgba(209, 244, 227, 0.6) !important; }

.bg-soft-success-7 { background-color: rgba(209, 244, 227, 0.7) !important; }

.bg-soft-success-8 { background-color: rgba(209, 244, 227, 0.8) !important; }

.bg-soft-success-9 { background-color: rgba(209, 244, 227, 0.9) !important; }

.bg-info-1 { background-color: rgba(59, 175, 218, 0.1) !important; }

.bg-info-2 { background-color: rgba(59, 175, 218, 0.2) !important; }

.bg-info-3 { background-color: rgba(59, 175, 218, 0.3) !important; }

.bg-info-4 { background-color: rgba(59, 175, 218, 0.4) !important; }

.bg-info-5 { background-color: rgba(59, 175, 218, 0.5) !important; }

.bg-info-6 { background-color: rgba(59, 175, 218, 0.6) !important; }

.bg-info-7 { background-color: rgba(59, 175, 218, 0.7) !important; }

.bg-info-8 { background-color: rgba(59, 175, 218, 0.8) !important; }

.bg-info-9 { background-color: rgba(59, 175, 218, 0.9) !important; }

.bg-soft-info { background-color: #d8eff8; }

.bg-soft-info-1 { background-color: rgba(216, 239, 248, 0.1) !important; }

.bg-soft-info-2 { background-color: rgba(216, 239, 248, 0.2) !important; }

.bg-soft-info-3 { background-color: rgba(216, 239, 248, 0.3) !important; }

.bg-soft-info-4 { background-color: rgba(216, 239, 248, 0.4) !important; }

.bg-soft-info-5 { background-color: rgba(216, 239, 248, 0.5) !important; }

.bg-soft-info-6 { background-color: rgba(216, 239, 248, 0.6) !important; }

.bg-soft-info-7 { background-color: rgba(216, 239, 248, 0.7) !important; }

.bg-soft-info-8 { background-color: rgba(216, 239, 248, 0.8) !important; }

.bg-soft-info-9 { background-color: rgba(216, 239, 248, 0.9) !important; }

.bg-warning-1 { background-color: rgba(246, 187, 66, 0.1) !important; }

.bg-warning-2 { background-color: rgba(246, 187, 66, 0.2) !important; }

.bg-warning-3 { background-color: rgba(246, 187, 66, 0.3) !important; }

.bg-warning-4 { background-color: rgba(246, 187, 66, 0.4) !important; }

.bg-warning-5 { background-color: rgba(246, 187, 66, 0.5) !important; }

.bg-warning-6 { background-color: rgba(246, 187, 66, 0.6) !important; }

.bg-warning-7 { background-color: rgba(246, 187, 66, 0.7) !important; }

.bg-warning-8 { background-color: rgba(246, 187, 66, 0.8) !important; }

.bg-warning-9 { background-color: rgba(246, 187, 66, 0.9) !important; }

.bg-soft-warning { background-color: #fdf1d9; }

.bg-soft-warning-1 { background-color: rgba(253, 241, 217, 0.1) !important; }

.bg-soft-warning-2 { background-color: rgba(253, 241, 217, 0.2) !important; }

.bg-soft-warning-3 { background-color: rgba(253, 241, 217, 0.3) !important; }

.bg-soft-warning-4 { background-color: rgba(253, 241, 217, 0.4) !important; }

.bg-soft-warning-5 { background-color: rgba(253, 241, 217, 0.5) !important; }

.bg-soft-warning-6 { background-color: rgba(253, 241, 217, 0.6) !important; }

.bg-soft-warning-7 { background-color: rgba(253, 241, 217, 0.7) !important; }

.bg-soft-warning-8 { background-color: rgba(253, 241, 217, 0.8) !important; }

.bg-soft-warning-9 { background-color: rgba(253, 241, 217, 0.9) !important; }

.bg-danger-1 { background-color: rgba(218, 68, 83, 0.1) !important; }

.bg-danger-2 { background-color: rgba(218, 68, 83, 0.2) !important; }

.bg-danger-3 { background-color: rgba(218, 68, 83, 0.3) !important; }

.bg-danger-4 { background-color: rgba(218, 68, 83, 0.4) !important; }

.bg-danger-5 { background-color: rgba(218, 68, 83, 0.5) !important; }

.bg-danger-6 { background-color: rgba(218, 68, 83, 0.6) !important; }

.bg-danger-7 { background-color: rgba(218, 68, 83, 0.7) !important; }

.bg-danger-8 { background-color: rgba(218, 68, 83, 0.8) !important; }

.bg-danger-9 { background-color: rgba(218, 68, 83, 0.9) !important; }

.bg-soft-danger { background-color: #f8dadd; }

.bg-soft-danger-1 { background-color: rgba(248, 218, 221, 0.1) !important; }

.bg-soft-danger-2 { background-color: rgba(248, 218, 221, 0.2) !important; }

.bg-soft-danger-3 { background-color: rgba(248, 218, 221, 0.3) !important; }

.bg-soft-danger-4 { background-color: rgba(248, 218, 221, 0.4) !important; }

.bg-soft-danger-5 { background-color: rgba(248, 218, 221, 0.5) !important; }

.bg-soft-danger-6 { background-color: rgba(248, 218, 221, 0.6) !important; }

.bg-soft-danger-7 { background-color: rgba(248, 218, 221, 0.7) !important; }

.bg-soft-danger-8 { background-color: rgba(248, 218, 221, 0.8) !important; }

.bg-soft-danger-9 { background-color: rgba(248, 218, 221, 0.9) !important; }

.bg-white-1 { background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-white-2 { background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-white-3 { background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-white-4 { background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-white-5 { background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-white-6 { background-color: rgba(255, 255, 255, 0.6) !important; }

.bg-white-7 { background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-white-8 { background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-white-9 { background-color: rgba(255, 255, 255, 0.9) !important; }

.bg-soft-white { background-color: white; }

.bg-soft-white-1 { background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-soft-white-2 { background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-soft-white-3 { background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-soft-white-4 { background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-soft-white-5 { background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-soft-white-6 { background-color: rgba(255, 255, 255, 0.6) !important; }

.bg-soft-white-7 { background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-soft-white-8 { background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-soft-white-9 { background-color: rgba(255, 255, 255, 0.9) !important; }

.bg-light-1 { background-color: rgba(222, 222, 222, 0.1) !important; }

.bg-light-2 { background-color: rgba(222, 222, 222, 0.2) !important; }

.bg-light-3 { background-color: rgba(222, 222, 222, 0.3) !important; }

.bg-light-4 { background-color: rgba(222, 222, 222, 0.4) !important; }

.bg-light-5 { background-color: rgba(222, 222, 222, 0.5) !important; }

.bg-light-6 { background-color: rgba(222, 222, 222, 0.6) !important; }

.bg-light-7 { background-color: rgba(222, 222, 222, 0.7) !important; }

.bg-light-8 { background-color: rgba(222, 222, 222, 0.8) !important; }

.bg-light-9 { background-color: rgba(222, 222, 222, 0.9) !important; }

.bg-soft-light { background-color: #f8f8f8; }

.bg-soft-light-1 { background-color: rgba(248, 248, 248, 0.1) !important; }

.bg-soft-light-2 { background-color: rgba(248, 248, 248, 0.2) !important; }

.bg-soft-light-3 { background-color: rgba(248, 248, 248, 0.3) !important; }

.bg-soft-light-4 { background-color: rgba(248, 248, 248, 0.4) !important; }

.bg-soft-light-5 { background-color: rgba(248, 248, 248, 0.5) !important; }

.bg-soft-light-6 { background-color: rgba(248, 248, 248, 0.6) !important; }

.bg-soft-light-7 { background-color: rgba(248, 248, 248, 0.7) !important; }

.bg-soft-light-8 { background-color: rgba(248, 248, 248, 0.8) !important; }

.bg-soft-light-9 { background-color: rgba(248, 248, 248, 0.9) !important; }

.bg-dark-1 { background-color: rgba(65, 65, 65, 0.1) !important; }

.bg-dark-2 { background-color: rgba(65, 65, 65, 0.2) !important; }

.bg-dark-3 { background-color: rgba(65, 65, 65, 0.3) !important; }

.bg-dark-4 { background-color: rgba(65, 65, 65, 0.4) !important; }

.bg-dark-5 { background-color: rgba(65, 65, 65, 0.5) !important; }

.bg-dark-6 { background-color: rgba(65, 65, 65, 0.6) !important; }

.bg-dark-7 { background-color: rgba(65, 65, 65, 0.7) !important; }

.bg-dark-8 { background-color: rgba(65, 65, 65, 0.8) !important; }

.bg-dark-9 { background-color: rgba(65, 65, 65, 0.9) !important; }

.bg-soft-dark { background-color: #d9d9d9; }

.bg-soft-dark-1 { background-color: rgba(217, 217, 217, 0.1) !important; }

.bg-soft-dark-2 { background-color: rgba(217, 217, 217, 0.2) !important; }

.bg-soft-dark-3 { background-color: rgba(217, 217, 217, 0.3) !important; }

.bg-soft-dark-4 { background-color: rgba(217, 217, 217, 0.4) !important; }

.bg-soft-dark-5 { background-color: rgba(217, 217, 217, 0.5) !important; }

.bg-soft-dark-6 { background-color: rgba(217, 217, 217, 0.6) !important; }

.bg-soft-dark-7 { background-color: rgba(217, 217, 217, 0.7) !important; }

.bg-soft-dark-8 { background-color: rgba(217, 217, 217, 0.8) !important; }

.bg-soft-dark-9 { background-color: rgba(217, 217, 217, 0.9) !important; }

.bg-before { position: relative; }

.bg-before::before { content: ''; position: absolute; z-index: 0; }

.bg-before > img, .bg-before > div { position: relative; }

.bg-before-primary::before { background-color: #000000; }

.bg-before-soft-primary::before { background-color: #cccccc; }

.bg-before-secondary::before { background-color: #f5b606; }

.bg-before-soft-secondary::before { background-color: #fdf0cd; }

.bg-before-success::before { background-color: #17C671; }

.bg-before-soft-success::before { background-color: #d1f4e3; }

.bg-before-info::before { background-color: #3BAFDA; }

.bg-before-soft-info::before { background-color: #d8eff8; }

.bg-before-warning::before { background-color: #F6BB42; }

.bg-before-soft-warning::before { background-color: #fdf1d9; }

.bg-before-danger::before { background-color: #DA4453; }

.bg-before-soft-danger::before { background-color: #f8dadd; }

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

.bg-before-soft-white::before { background-color: white; }

.bg-before-light::before { background-color: #dedede; }

.bg-before-soft-light::before { background-color: #f8f8f8; }

.bg-before-dark::before { background-color: #414141; }

.bg-before-soft-dark::before { background-color: #d9d9d9; }

.fns-16 { font-size: 1rem !important; }

.fns-18 { font-size: 1.125rem !important; }

.fns-20 { font-size: 1.25rem !important; }

.fns-22 { font-size: 1.375rem !important; }

.fns-24 { font-size: 1.5rem !important; }

.fns-26 { font-size: 1.625rem !important; }

.fns-28 { font-size: 1.75rem !important; }

.fns-30 { font-size: 1.875rem !important; }

.fns-32 { font-size: 2rem !important; }

.fns-34 { font-size: 2.125rem !important; }

.fns-36 { font-size: 2.25rem !important; }

.fns-38 { font-size: 2.375rem !important; }

.fns-40 { font-size: 2.5rem !important; }

.fns-42 { font-size: 2.625rem !important; }

.fns-44 { font-size: 2.75rem !important; }

.fns-46 { font-size: 2.875rem !important; }

.fns-48 { font-size: 3rem !important; }

.fns-50 { font-size: 3.125rem !important; }

@media (min-width: 576px) { .fns-sm-16 { font-size: 1rem !important; }
  .fns-sm-18 { font-size: 1.125rem !important; }
  .fns-sm-20 { font-size: 1.25rem !important; }
  .fns-sm-22 { font-size: 1.375rem !important; }
  .fns-sm-24 { font-size: 1.5rem !important; }
  .fns-sm-26 { font-size: 1.625rem !important; }
  .fns-sm-28 { font-size: 1.75rem !important; }
  .fns-sm-30 { font-size: 1.875rem !important; }
  .fns-sm-32 { font-size: 2rem !important; }
  .fns-sm-34 { font-size: 2.125rem !important; }
  .fns-sm-36 { font-size: 2.25rem !important; }
  .fns-sm-38 { font-size: 2.375rem !important; }
  .fns-sm-40 { font-size: 2.5rem !important; }
  .fns-sm-42 { font-size: 2.625rem !important; }
  .fns-sm-44 { font-size: 2.75rem !important; }
  .fns-sm-46 { font-size: 2.875rem !important; }
  .fns-sm-48 { font-size: 3rem !important; }
  .fns-sm-50 { font-size: 3.125rem !important; } }

@media (min-width: 768px) { .fns-md-16 { font-size: 1rem !important; }
  .fns-md-18 { font-size: 1.125rem !important; }
  .fns-md-20 { font-size: 1.25rem !important; }
  .fns-md-22 { font-size: 1.375rem !important; }
  .fns-md-24 { font-size: 1.5rem !important; }
  .fns-md-26 { font-size: 1.625rem !important; }
  .fns-md-28 { font-size: 1.75rem !important; }
  .fns-md-30 { font-size: 1.875rem !important; }
  .fns-md-32 { font-size: 2rem !important; }
  .fns-md-34 { font-size: 2.125rem !important; }
  .fns-md-36 { font-size: 2.25rem !important; }
  .fns-md-38 { font-size: 2.375rem !important; }
  .fns-md-40 { font-size: 2.5rem !important; }
  .fns-md-42 { font-size: 2.625rem !important; }
  .fns-md-44 { font-size: 2.75rem !important; }
  .fns-md-46 { font-size: 2.875rem !important; }
  .fns-md-48 { font-size: 3rem !important; }
  .fns-md-50 { font-size: 3.125rem !important; } }

@media (min-width: 992px) { .fns-lg-16 { font-size: 1rem !important; }
  .fns-lg-18 { font-size: 1.125rem !important; }
  .fns-lg-20 { font-size: 1.25rem !important; }
  .fns-lg-22 { font-size: 1.375rem !important; }
  .fns-lg-24 { font-size: 1.5rem !important; }
  .fns-lg-26 { font-size: 1.625rem !important; }
  .fns-lg-28 { font-size: 1.75rem !important; }
  .fns-lg-30 { font-size: 1.875rem !important; }
  .fns-lg-32 { font-size: 2rem !important; }
  .fns-lg-34 { font-size: 2.125rem !important; }
  .fns-lg-36 { font-size: 2.25rem !important; }
  .fns-lg-38 { font-size: 2.375rem !important; }
  .fns-lg-40 { font-size: 2.5rem !important; }
  .fns-lg-42 { font-size: 2.625rem !important; }
  .fns-lg-44 { font-size: 2.75rem !important; }
  .fns-lg-46 { font-size: 2.875rem !important; }
  .fns-lg-48 { font-size: 3rem !important; }
  .fns-lg-50 { font-size: 3.125rem !important; } }

@media (min-width: 1200px) { .fns-xl-16 { font-size: 1rem !important; }
  .fns-xl-18 { font-size: 1.125rem !important; }
  .fns-xl-20 { font-size: 1.25rem !important; }
  .fns-xl-22 { font-size: 1.375rem !important; }
  .fns-xl-24 { font-size: 1.5rem !important; }
  .fns-xl-26 { font-size: 1.625rem !important; }
  .fns-xl-28 { font-size: 1.75rem !important; }
  .fns-xl-30 { font-size: 1.875rem !important; }
  .fns-xl-32 { font-size: 2rem !important; }
  .fns-xl-34 { font-size: 2.125rem !important; }
  .fns-xl-36 { font-size: 2.25rem !important; }
  .fns-xl-38 { font-size: 2.375rem !important; }
  .fns-xl-40 { font-size: 2.5rem !important; }
  .fns-xl-42 { font-size: 2.625rem !important; }
  .fns-xl-44 { font-size: 2.75rem !important; }
  .fns-xl-46 { font-size: 2.875rem !important; }
  .fns-xl-48 { font-size: 3rem !important; }
  .fns-xl-50 { font-size: 3.125rem !important; } }

@media (min-width: 1400px) { .fns-xxl-16 { font-size: 1rem !important; }
  .fns-xxl-18 { font-size: 1.125rem !important; }
  .fns-xxl-20 { font-size: 1.25rem !important; }
  .fns-xxl-22 { font-size: 1.375rem !important; }
  .fns-xxl-24 { font-size: 1.5rem !important; }
  .fns-xxl-26 { font-size: 1.625rem !important; }
  .fns-xxl-28 { font-size: 1.75rem !important; }
  .fns-xxl-30 { font-size: 1.875rem !important; }
  .fns-xxl-32 { font-size: 2rem !important; }
  .fns-xxl-34 { font-size: 2.125rem !important; }
  .fns-xxl-36 { font-size: 2.25rem !important; }
  .fns-xxl-38 { font-size: 2.375rem !important; }
  .fns-xxl-40 { font-size: 2.5rem !important; }
  .fns-xxl-42 { font-size: 2.625rem !important; }
  .fns-xxl-44 { font-size: 2.75rem !important; }
  .fns-xxl-46 { font-size: 2.875rem !important; }
  .fns-xxl-48 { font-size: 3rem !important; }
  .fns-xxl-50 { font-size: 3.125rem !important; } }

.align-baseline { vertical-align: baseline !important; }

.align-top { vertical-align: top !important; }

.align-middle { vertical-align: middle !important; }

.align-bottom { vertical-align: bottom !important; }

.align-text-bottom { vertical-align: text-bottom !important; }

.align-text-top { vertical-align: text-top !important; }

.float-start { float: left !important; }

.float-end { float: right !important; }

.float-none { float: none !important; }

.overflow-auto { overflow: auto !important; }

.overflow-hidden { overflow: hidden !important; }

.overflow-visible { overflow: visible !important; }

.overflow-scroll { overflow: scroll !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-grid { display: grid !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: -webkit-flex !important; display: flex !important; }

.d-inline-flex { display: -webkit-inline-flex !important; display: inline-flex !important; }

.d-none { display: none !important; }

.shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none { box-shadow: none !important; }

.position-static { position: static !important; }

.position-relative { position: relative !important; }

.position-absolute { position: absolute !important; }

.position-fixed { position: fixed !important; }

.position-sticky { position: -webkit-sticky !important; position: sticky !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; }

.translate-middle { -webkit-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; }

.translate-middle-x { -webkit-transform: translateX(-50%) !important; transform: translateX(-50%) !important; }

.translate-middle-y { -webkit-transform: translateY(-50%) !important; transform: translateY(-50%) !important; }

.border { border: 1px solid #dedede !important; }

.border-0 { border: 0 !important; }

.border-top { border-top: 1px solid #dedede !important; }

.border-top-0 { border-top: 0 !important; }

.border-end { border-right: 1px solid #dedede !important; }

.border-end-0 { border-right: 0 !important; }

.border-bottom { border-bottom: 1px solid #dedede !important; }

.border-bottom-0 { border-bottom: 0 !important; }

.border-start { border-left: 1px solid #dedede !important; }

.border-start-0 { border-left: 0 !important; }

.border-primary { border-color: #000000 !important; }

.border-secondary { border-color: #f5b606 !important; }

.border-success { border-color: #17C671 !important; }

.border-info { border-color: #3BAFDA !important; }

.border-warning { border-color: #F6BB42 !important; }

.border-danger { border-color: #DA4453 !important; }

.border-white { border-color: #fff !important; }

.border-light { border-color: #dedede !important; }

.border-dark { border-color: #414141 !important; }

.border-1 { border-width: 1px !important; }

.border-2 { border-width: 2px !important; }

.border-3 { border-width: 3px !important; }

.border-4 { border-width: 4px !important; }

.border-5 { border-width: 5px !important; }

.w-25 { width: 25% !important; }

.w-50 { width: 50% !important; }

.w-75 { width: 75% !important; }

.w-100 { width: 100% !important; }

.w-auto { width: auto !important; }

.mw-100 { max-width: 100% !important; }

.vw-100 { width: 100vw !important; }

.min-vw-100 { min-width: 100vw !important; }

.h-25 { height: 25% !important; }

.h-50 { height: 50% !important; }

.h-75 { height: 75% !important; }

.h-100 { height: 100% !important; }

.h-auto { height: auto !important; }

.mh-100 { max-height: 100% !important; }

.vh-100 { height: 100vh !important; }

.min-vh-100 { min-height: 100vh !important; }

.flex-fill { -webkit-flex: 1 1 auto !important; flex: 1 1 auto !important; }

.flex-row { -webkit-flex-direction: row !important; flex-direction: row !important; }

.flex-column { -webkit-flex-direction: column !important; flex-direction: column !important; }

.flex-row-reverse { -webkit-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -webkit-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }

.flex-grow-0 { -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }

.flex-wrap { -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.flex-nowrap { -webkit-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }

.flex-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }

.gap-0 { gap: 0 !important; }

.gap-1 { gap: 0.25rem !important; }

.gap-2 { gap: 0.5rem !important; }

.gap-3 { gap: 1rem !important; }

.gap-4 { gap: 1.5rem !important; }

.gap-5 { gap: 3rem !important; }

.gap-6 { gap: 4rem !important; }

.gap-7 { gap: 5rem !important; }

.gap-8 { gap: 6rem !important; }

.gap-9 { gap: 7rem !important; }

.gap-10 { gap: 8rem !important; }

.justify-content-start { -webkit-justify-content: flex-start !important; justify-content: flex-start !important; }

.justify-content-end { -webkit-justify-content: flex-end !important; justify-content: flex-end !important; }

.justify-content-center { -webkit-justify-content: center !important; justify-content: center !important; }

.justify-content-between { -webkit-justify-content: space-between !important; justify-content: space-between !important; }

.justify-content-around { -webkit-justify-content: space-around !important; justify-content: space-around !important; }

.justify-content-evenly { -webkit-justify-content: space-evenly !important; justify-content: space-evenly !important; }

.align-items-start { -webkit-align-items: flex-start !important; align-items: flex-start !important; }

.align-items-end { -webkit-align-items: flex-end !important; align-items: flex-end !important; }

.align-items-center { -webkit-align-items: center !important; align-items: center !important; }

.align-items-baseline { -webkit-align-items: baseline !important; align-items: baseline !important; }

.align-items-stretch { -webkit-align-items: stretch !important; align-items: stretch !important; }

.align-content-start { -webkit-align-content: flex-start !important; align-content: flex-start !important; }

.align-content-end { -webkit-align-content: flex-end !important; align-content: flex-end !important; }

.align-content-center { -webkit-align-content: center !important; align-content: center !important; }

.align-content-between { -webkit-align-content: space-between !important; align-content: space-between !important; }

.align-content-around { -webkit-align-content: space-around !important; align-content: space-around !important; }

.align-content-stretch { -webkit-align-content: stretch !important; align-content: stretch !important; }

.align-self-auto { -webkit-align-self: auto !important; align-self: auto !important; }

.align-self-start { -webkit-align-self: flex-start !important; align-self: flex-start !important; }

.align-self-end { -webkit-align-self: flex-end !important; align-self: flex-end !important; }

.align-self-center { -webkit-align-self: center !important; align-self: center !important; }

.align-self-baseline { -webkit-align-self: baseline !important; align-self: baseline !important; }

.align-self-stretch { -webkit-align-self: stretch !important; align-self: stretch !important; }

.order-first { -webkit-order: -1 !important; order: -1 !important; }

.order-0 { -webkit-order: 0 !important; order: 0 !important; }

.order-1 { -webkit-order: 1 !important; order: 1 !important; }

.order-2 { -webkit-order: 2 !important; order: 2 !important; }

.order-3 { -webkit-order: 3 !important; order: 3 !important; }

.order-4 { -webkit-order: 4 !important; order: 4 !important; }

.order-5 { -webkit-order: 5 !important; order: 5 !important; }

.order-last { -webkit-order: 6 !important; order: 6 !important; }

.m-0 { margin: 0 !important; }

.m-1 { margin: 0.25rem !important; }

.m-2 { margin: 0.5rem !important; }

.m-3 { margin: 1rem !important; }

.m-4 { margin: 1.5rem !important; }

.m-5 { margin: 3rem !important; }

.m-6 { margin: 4rem !important; }

.m-7 { margin: 5rem !important; }

.m-8 { margin: 6rem !important; }

.m-9 { margin: 7rem !important; }

.m-10 { margin: 8rem !important; }

.m-auto { margin: auto !important; }

.mx-0 { margin-right: 0 !important; margin-left: 0 !important; }

.mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }

.mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }

.mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; }

.mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }

.mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; }

.mx-6 { margin-right: 4rem !important; margin-left: 4rem !important; }

.mx-7 { margin-right: 5rem !important; margin-left: 5rem !important; }

.mx-8 { margin-right: 6rem !important; margin-left: 6rem !important; }

.mx-9 { margin-right: 7rem !important; margin-left: 7rem !important; }

.mx-10 { margin-right: 8rem !important; margin-left: 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.25rem !important; margin-bottom: 0.25rem !important; }

.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }

.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }

.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }

.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.my-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }

.my-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }

.my-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }

.my-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }

.my-10 { margin-top: 8rem !important; margin-bottom: 8rem !important; }

.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

.mt-0 { margin-top: 0 !important; }

.mt-1 { margin-top: 0.25rem !important; }

.mt-2 { margin-top: 0.5rem !important; }

.mt-3 { margin-top: 1rem !important; }

.mt-4 { margin-top: 1.5rem !important; }

.mt-5 { margin-top: 3rem !important; }

.mt-6 { margin-top: 4rem !important; }

.mt-7 { margin-top: 5rem !important; }

.mt-8 { margin-top: 6rem !important; }

.mt-9 { margin-top: 7rem !important; }

.mt-10 { margin-top: 8rem !important; }

.mt-auto { margin-top: auto !important; }

.me-0 { margin-right: 0 !important; }

.me-1 { margin-right: 0.25rem !important; }

.me-2 { margin-right: 0.5rem !important; }

.me-3 { margin-right: 1rem !important; }

.me-4 { margin-right: 1.5rem !important; }

.me-5 { margin-right: 3rem !important; }

.me-6 { margin-right: 4rem !important; }

.me-7 { margin-right: 5rem !important; }

.me-8 { margin-right: 6rem !important; }

.me-9 { margin-right: 7rem !important; }

.me-10 { margin-right: 8rem !important; }

.me-auto { margin-right: auto !important; }

.mb-0 { margin-bottom: 0 !important; }

.mb-1 { margin-bottom: 0.25rem !important; }

.mb-2 { margin-bottom: 0.5rem !important; }

.mb-3 { margin-bottom: 1rem !important; }

.mb-4 { margin-bottom: 1.5rem !important; }

.mb-5 { margin-bottom: 3rem !important; }

.mb-6 { margin-bottom: 4rem !important; }

.mb-7 { margin-bottom: 5rem !important; }

.mb-8 { margin-bottom: 6rem !important; }

.mb-9 { margin-bottom: 7rem !important; }

.mb-10 { margin-bottom: 8rem !important; }

.mb-auto { margin-bottom: auto !important; }

.ms-0 { margin-left: 0 !important; }

.ms-1 { margin-left: 0.25rem !important; }

.ms-2 { margin-left: 0.5rem !important; }

.ms-3 { margin-left: 1rem !important; }

.ms-4 { margin-left: 1.5rem !important; }

.ms-5 { margin-left: 3rem !important; }

.ms-6 { margin-left: 4rem !important; }

.ms-7 { margin-left: 5rem !important; }

.ms-8 { margin-left: 6rem !important; }

.ms-9 { margin-left: 7rem !important; }

.ms-10 { margin-left: 8rem !important; }

.ms-auto { margin-left: auto !important; }

.p-0 { padding: 0 !important; }

.p-1 { padding: 0.25rem !important; }

.p-2 { padding: 0.5rem !important; }

.p-3 { padding: 1rem !important; }

.p-4 { padding: 1.5rem !important; }

.p-5 { padding: 3rem !important; }

.p-6 { padding: 4rem !important; }

.p-7 { padding: 5rem !important; }

.p-8 { padding: 6rem !important; }

.p-9 { padding: 7rem !important; }

.p-10 { padding: 8rem !important; }

.px-0 { padding-right: 0 !important; padding-left: 0 !important; }

.px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }

.px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }

.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }

.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }

.px-5 { padding-right: 3rem !important; padding-left: 3rem !important; }

.px-6 { padding-right: 4rem !important; padding-left: 4rem !important; }

.px-7 { padding-right: 5rem !important; padding-left: 5rem !important; }

.px-8 { padding-right: 6rem !important; padding-left: 6rem !important; }

.px-9 { padding-right: 7rem !important; padding-left: 7rem !important; }

.px-10 { padding-right: 8rem !important; padding-left: 8rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }

.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }

.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }

.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }

.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

.py-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }

.py-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }

.py-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }

.py-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }

.py-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }

.pt-0 { padding-top: 0 !important; }

.pt-1 { padding-top: 0.25rem !important; }

.pt-2 { padding-top: 0.5rem !important; }

.pt-3 { padding-top: 1rem !important; }

.pt-4 { padding-top: 1.5rem !important; }

.pt-5 { padding-top: 3rem !important; }

.pt-6 { padding-top: 4rem !important; }

.pt-7 { padding-top: 5rem !important; }

.pt-8 { padding-top: 6rem !important; }

.pt-9 { padding-top: 7rem !important; }

.pt-10 { padding-top: 8rem !important; }

.pe-0 { padding-right: 0 !important; }

.pe-1 { padding-right: 0.25rem !important; }

.pe-2 { padding-right: 0.5rem !important; }

.pe-3 { padding-right: 1rem !important; }

.pe-4 { padding-right: 1.5rem !important; }

.pe-5 { padding-right: 3rem !important; }

.pe-6 { padding-right: 4rem !important; }

.pe-7 { padding-right: 5rem !important; }

.pe-8 { padding-right: 6rem !important; }

.pe-9 { padding-right: 7rem !important; }

.pe-10 { padding-right: 8rem !important; }

.pb-0 { padding-bottom: 0 !important; }

.pb-1 { padding-bottom: 0.25rem !important; }

.pb-2 { padding-bottom: 0.5rem !important; }

.pb-3 { padding-bottom: 1rem !important; }

.pb-4 { padding-bottom: 1.5rem !important; }

.pb-5 { padding-bottom: 3rem !important; }

.pb-6 { padding-bottom: 4rem !important; }

.pb-7 { padding-bottom: 5rem !important; }

.pb-8 { padding-bottom: 6rem !important; }

.pb-9 { padding-bottom: 7rem !important; }

.pb-10 { padding-bottom: 8rem !important; }

.ps-0 { padding-left: 0 !important; }

.ps-1 { padding-left: 0.25rem !important; }

.ps-2 { padding-left: 0.5rem !important; }

.ps-3 { padding-left: 1rem !important; }

.ps-4 { padding-left: 1.5rem !important; }

.ps-5 { padding-left: 3rem !important; }

.ps-6 { padding-left: 4rem !important; }

.ps-7 { padding-left: 5rem !important; }

.ps-8 { padding-left: 6rem !important; }

.ps-9 { padding-left: 7rem !important; }

.ps-10 { padding-left: 8rem !important; }

.font-monospace { font-family: var(--bs-font-monospace) !important; }

.fs-1 { font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 { font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 { font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 { font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 { font-size: 1.25rem !important; }

.fs-6 { font-size: 1rem !important; }

.fst-italic { font-style: italic !important; }

.fst-normal { font-style: normal !important; }

.fw-light { font-weight: 300 !important; }

.fw-lighter { font-weight: lighter !important; }

.fw-normal { font-weight: 400 !important; }

.fw-bold { font-weight: 700 !important; }

.fw-bolder { font-weight: bolder !important; }

.lh-1 { line-height: 1 !important; }

.lh-sm { line-height: 1.25 !important; }

.lh-base { line-height: 1.5 !important; }

.lh-lg { line-height: 2 !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; }

.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.text-wrap { white-space: normal !important; }

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

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

/* rtl:end:remove */
.text-primary { color: #000000 !important; }

.text-secondary { color: #f5b606 !important; }

.text-success { color: #17C671 !important; }

.text-info { color: #3BAFDA !important; }

.text-warning { color: #F6BB42 !important; }

.text-danger { color: #DA4453 !important; }

.text-white { color: #fff !important; }

.text-light { color: #dedede !important; }

.text-dark { color: #414141 !important; }

.text-body { color: #323232 !important; }

.text-muted { color: #5f5f5f !important; }

.text-black-50 { color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }

.text-reset { color: inherit !important; }

.bg-primary { background-color: #000000 !important; }

.bg-secondary { background-color: #f5b606 !important; }

.bg-success { background-color: #17C671 !important; }

.bg-info { background-color: #3BAFDA !important; }

.bg-warning { background-color: #F6BB42 !important; }

.bg-danger { background-color: #DA4453 !important; }

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

.bg-light { background-color: #dedede !important; }

.bg-dark { background-color: #414141 !important; }

.bg-body { background-color: #fff !important; }

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

.bg-gradient { background-image: var(--bs-gradient) !important; }

.user-select-all { -webkit-user-select: all !important; -moz-user-select: all !important; user-select: all !important; }

.user-select-auto { -webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; }

.user-select-none { -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; }

.pe-none { pointer-events: none !important; }

.pe-auto { pointer-events: auto !important; }

.rounded { border-radius: 0.25rem !important; }

.rounded-0 { border-radius: 0 !important; }

.rounded-1 { border-radius: 0.2rem !important; }

.rounded-2 { border-radius: 0.25rem !important; }

.rounded-3 { border-radius: 0.3rem !important; }

.rounded-4 { border-radius: 0.4rem !important; }

.rounded-5 { border-radius: 0.5rem !important; }

.rounded-6 { border-radius: 0.6rem !important; }

.rounded-7 { border-radius: 0.7rem !important; }

.rounded-8 { border-radius: 0.8rem !important; }

.rounded-9 { border-radius: 0.9rem !important; }

.rounded-10 { border-radius: 1rem !important; }

.rounded-circle { border-radius: 50% !important; }

.rounded-pill { border-radius: 50rem !important; }

.rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }

.rounded-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }

.rounded-end { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }

.rounded-end-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }

.rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }

.rounded-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }

.rounded-start { border-bottom-left-radius: 0.25rem !important; border-top-left-radius: 0.25rem !important; }

.rounded-start-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

.mix-darken { mix-blend-mode: darken !important; }

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

.mix-overlay { mix-blend-mode: overlay !important; }

.mix-screen { mix-blend-mode: screen !important; }

.mix-soft-light { mix-blend-mode: soft-light !important; }

.bg-mix-darken { background-blend-mode: darken !important; }

.bg-mix-multiply { background-blend-mode: multiply !important; }

.bg-mix-overlay { background-blend-mode: overlay !important; }

.bg-mix-screen { background-blend-mode: screen !important; }

.bg-mix-soft-light { background-blend-mode: soft-light !important; }

.bg-before-w-0::before { width: 0% !important; }

.bg-before-w-25::before { width: 25% !important; }

.bg-before-w-50::before { width: 50% !important; }

.bg-before-w-75::before { width: 75% !important; }

.bg-before-w-100::before { width: 100% !important; }

.bg-before-h-0::before { height: 0% !important; }

.bg-before-h-25::before { height: 25% !important; }

.bg-before-h-50::before { height: 50% !important; }

.bg-before-h-75::before { height: 75% !important; }

.bg-before-h-100::before { height: 100% !important; }

.bg-before-top::before { top: 0 !important; left: 0 !important; right: 0 !important; }

.bg-before-end::before { right: 0 !important; }

.bg-before-bottom::before { bottom: 0 !important; left: 0 !important; right: 0 !important; }

.bg-before-start::before { left: 0 !important; }

@media (min-width: 576px) { .float-sm-start { float: left !important; }
  .float-sm-end { float: right !important; }
  .float-sm-none { float: 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-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: -webkit-flex !important; display: flex !important; }
  .d-sm-inline-flex { display: -webkit-inline-flex !important; display: inline-flex !important; }
  .d-sm-none { display: none !important; }
  .flex-sm-fill { -webkit-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-sm-row { -webkit-flex-direction: row !important; flex-direction: row !important; }
  .flex-sm-column { -webkit-flex-direction: column !important; flex-direction: column !important; }
  .flex-sm-row-reverse { -webkit-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { -webkit-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-sm-grow-0 { -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }
  .flex-sm-grow-1 { -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }
  .flex-sm-shrink-0 { -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }
  .flex-sm-wrap { -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-sm-nowrap { -webkit-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .gap-sm-0 { gap: 0 !important; }
  .gap-sm-1 { gap: 0.25rem !important; }
  .gap-sm-2 { gap: 0.5rem !important; }
  .gap-sm-3 { gap: 1rem !important; }
  .gap-sm-4 { gap: 1.5rem !important; }
  .gap-sm-5 { gap: 3rem !important; }
  .gap-sm-6 { gap: 4rem !important; }
  .gap-sm-7 { gap: 5rem !important; }
  .gap-sm-8 { gap: 6rem !important; }
  .gap-sm-9 { gap: 7rem !important; }
  .gap-sm-10 { gap: 8rem !important; }
  .justify-content-sm-start { -webkit-justify-content: flex-start !important; justify-content: flex-start !important; }
  .justify-content-sm-end { -webkit-justify-content: flex-end !important; justify-content: flex-end !important; }
  .justify-content-sm-center { -webkit-justify-content: center !important; justify-content: center !important; }
  .justify-content-sm-between { -webkit-justify-content: space-between !important; justify-content: space-between !important; }
  .justify-content-sm-around { -webkit-justify-content: space-around !important; justify-content: space-around !important; }
  .justify-content-sm-evenly { -webkit-justify-content: space-evenly !important; justify-content: space-evenly !important; }
  .align-items-sm-start { -webkit-align-items: flex-start !important; align-items: flex-start !important; }
  .align-items-sm-end { -webkit-align-items: flex-end !important; align-items: flex-end !important; }
  .align-items-sm-center { -webkit-align-items: center !important; align-items: center !important; }
  .align-items-sm-baseline { -webkit-align-items: baseline !important; align-items: baseline !important; }
  .align-items-sm-stretch { -webkit-align-items: stretch !important; align-items: stretch !important; }
  .align-content-sm-start { -webkit-align-content: flex-start !important; align-content: flex-start !important; }
  .align-content-sm-end { -webkit-align-content: flex-end !important; align-content: flex-end !important; }
  .align-content-sm-center { -webkit-align-content: center !important; align-content: center !important; }
  .align-content-sm-between { -webkit-align-content: space-between !important; align-content: space-between !important; }
  .align-content-sm-around { -webkit-align-content: space-around !important; align-content: space-around !important; }
  .align-content-sm-stretch { -webkit-align-content: stretch !important; align-content: stretch !important; }
  .align-self-sm-auto { -webkit-align-self: auto !important; align-self: auto !important; }
  .align-self-sm-start { -webkit-align-self: flex-start !important; align-self: flex-start !important; }
  .align-self-sm-end { -webkit-align-self: flex-end !important; align-self: flex-end !important; }
  .align-self-sm-center { -webkit-align-self: center !important; align-self: center !important; }
  .align-self-sm-baseline { -webkit-align-self: baseline !important; align-self: baseline !important; }
  .align-self-sm-stretch { -webkit-align-self: stretch !important; align-self: stretch !important; }
  .order-sm-first { -webkit-order: -1 !important; order: -1 !important; }
  .order-sm-0 { -webkit-order: 0 !important; order: 0 !important; }
  .order-sm-1 { -webkit-order: 1 !important; order: 1 !important; }
  .order-sm-2 { -webkit-order: 2 !important; order: 2 !important; }
  .order-sm-3 { -webkit-order: 3 !important; order: 3 !important; }
  .order-sm-4 { -webkit-order: 4 !important; order: 4 !important; }
  .order-sm-5 { -webkit-order: 5 !important; order: 5 !important; }
  .order-sm-last { -webkit-order: 6 !important; order: 6 !important; }
  .m-sm-0 { margin: 0 !important; }
  .m-sm-1 { margin: 0.25rem !important; }
  .m-sm-2 { margin: 0.5rem !important; }
  .m-sm-3 { margin: 1rem !important; }
  .m-sm-4 { margin: 1.5rem !important; }
  .m-sm-5 { margin: 3rem !important; }
  .m-sm-6 { margin: 4rem !important; }
  .m-sm-7 { margin: 5rem !important; }
  .m-sm-8 { margin: 6rem !important; }
  .m-sm-9 { margin: 7rem !important; }
  .m-sm-10 { margin: 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.25rem !important; margin-left: 0.25rem !important; }
  .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-sm-6 { margin-right: 4rem !important; margin-left: 4rem !important; }
  .mx-sm-7 { margin-right: 5rem !important; margin-left: 5rem !important; }
  .mx-sm-8 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-sm-9 { margin-right: 7rem !important; margin-left: 7rem !important; }
  .mx-sm-10 { margin-right: 8rem !important; margin-left: 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.25rem !important; margin-bottom: 0.25rem !important; }
  .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-sm-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
  .my-sm-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
  .my-sm-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-sm-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
  .my-sm-10 { margin-top: 8rem !important; margin-bottom: 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.25rem !important; }
  .mt-sm-2 { margin-top: 0.5rem !important; }
  .mt-sm-3 { margin-top: 1rem !important; }
  .mt-sm-4 { margin-top: 1.5rem !important; }
  .mt-sm-5 { margin-top: 3rem !important; }
  .mt-sm-6 { margin-top: 4rem !important; }
  .mt-sm-7 { margin-top: 5rem !important; }
  .mt-sm-8 { margin-top: 6rem !important; }
  .mt-sm-9 { margin-top: 7rem !important; }
  .mt-sm-10 { margin-top: 8rem !important; }
  .mt-sm-auto { margin-top: auto !important; }
  .me-sm-0 { margin-right: 0 !important; }
  .me-sm-1 { margin-right: 0.25rem !important; }
  .me-sm-2 { margin-right: 0.5rem !important; }
  .me-sm-3 { margin-right: 1rem !important; }
  .me-sm-4 { margin-right: 1.5rem !important; }
  .me-sm-5 { margin-right: 3rem !important; }
  .me-sm-6 { margin-right: 4rem !important; }
  .me-sm-7 { margin-right: 5rem !important; }
  .me-sm-8 { margin-right: 6rem !important; }
  .me-sm-9 { margin-right: 7rem !important; }
  .me-sm-10 { margin-right: 8rem !important; }
  .me-sm-auto { margin-right: auto !important; }
  .mb-sm-0 { margin-bottom: 0 !important; }
  .mb-sm-1 { margin-bottom: 0.25rem !important; }
  .mb-sm-2 { margin-bottom: 0.5rem !important; }
  .mb-sm-3 { margin-bottom: 1rem !important; }
  .mb-sm-4 { margin-bottom: 1.5rem !important; }
  .mb-sm-5 { margin-bottom: 3rem !important; }
  .mb-sm-6 { margin-bottom: 4rem !important; }
  .mb-sm-7 { margin-bottom: 5rem !important; }
  .mb-sm-8 { margin-bottom: 6rem !important; }
  .mb-sm-9 { margin-bottom: 7rem !important; }
  .mb-sm-10 { margin-bottom: 8rem !important; }
  .mb-sm-auto { margin-bottom: auto !important; }
  .ms-sm-0 { margin-left: 0 !important; }
  .ms-sm-1 { margin-left: 0.25rem !important; }
  .ms-sm-2 { margin-left: 0.5rem !important; }
  .ms-sm-3 { margin-left: 1rem !important; }
  .ms-sm-4 { margin-left: 1.5rem !important; }
  .ms-sm-5 { margin-left: 3rem !important; }
  .ms-sm-6 { margin-left: 4rem !important; }
  .ms-sm-7 { margin-left: 5rem !important; }
  .ms-sm-8 { margin-left: 6rem !important; }
  .ms-sm-9 { margin-left: 7rem !important; }
  .ms-sm-10 { margin-left: 8rem !important; }
  .ms-sm-auto { margin-left: auto !important; }
  .p-sm-0 { padding: 0 !important; }
  .p-sm-1 { padding: 0.25rem !important; }
  .p-sm-2 { padding: 0.5rem !important; }
  .p-sm-3 { padding: 1rem !important; }
  .p-sm-4 { padding: 1.5rem !important; }
  .p-sm-5 { padding: 3rem !important; }
  .p-sm-6 { padding: 4rem !important; }
  .p-sm-7 { padding: 5rem !important; }
  .p-sm-8 { padding: 6rem !important; }
  .p-sm-9 { padding: 7rem !important; }
  .p-sm-10 { padding: 8rem !important; }
  .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .px-sm-6 { padding-right: 4rem !important; padding-left: 4rem !important; }
  .px-sm-7 { padding-right: 5rem !important; padding-left: 5rem !important; }
  .px-sm-8 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-sm-9 { padding-right: 7rem !important; padding-left: 7rem !important; }
  .px-sm-10 { padding-right: 8rem !important; padding-left: 8rem !important; }
  .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .py-sm-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .py-sm-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-sm-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-sm-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
  .py-sm-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }
  .pt-sm-0 { padding-top: 0 !important; }
  .pt-sm-1 { padding-top: 0.25rem !important; }
  .pt-sm-2 { padding-top: 0.5rem !important; }
  .pt-sm-3 { padding-top: 1rem !important; }
  .pt-sm-4 { padding-top: 1.5rem !important; }
  .pt-sm-5 { padding-top: 3rem !important; }
  .pt-sm-6 { padding-top: 4rem !important; }
  .pt-sm-7 { padding-top: 5rem !important; }
  .pt-sm-8 { padding-top: 6rem !important; }
  .pt-sm-9 { padding-top: 7rem !important; }
  .pt-sm-10 { padding-top: 8rem !important; }
  .pe-sm-0 { padding-right: 0 !important; }
  .pe-sm-1 { padding-right: 0.25rem !important; }
  .pe-sm-2 { padding-right: 0.5rem !important; }
  .pe-sm-3 { padding-right: 1rem !important; }
  .pe-sm-4 { padding-right: 1.5rem !important; }
  .pe-sm-5 { padding-right: 3rem !important; }
  .pe-sm-6 { padding-right: 4rem !important; }
  .pe-sm-7 { padding-right: 5rem !important; }
  .pe-sm-8 { padding-right: 6rem !important; }
  .pe-sm-9 { padding-right: 7rem !important; }
  .pe-sm-10 { padding-right: 8rem !important; }
  .pb-sm-0 { padding-bottom: 0 !important; }
  .pb-sm-1 { padding-bottom: 0.25rem !important; }
  .pb-sm-2 { padding-bottom: 0.5rem !important; }
  .pb-sm-3 { padding-bottom: 1rem !important; }
  .pb-sm-4 { padding-bottom: 1.5rem !important; }
  .pb-sm-5 { padding-bottom: 3rem !important; }
  .pb-sm-6 { padding-bottom: 4rem !important; }
  .pb-sm-7 { padding-bottom: 5rem !important; }
  .pb-sm-8 { padding-bottom: 6rem !important; }
  .pb-sm-9 { padding-bottom: 7rem !important; }
  .pb-sm-10 { padding-bottom: 8rem !important; }
  .ps-sm-0 { padding-left: 0 !important; }
  .ps-sm-1 { padding-left: 0.25rem !important; }
  .ps-sm-2 { padding-left: 0.5rem !important; }
  .ps-sm-3 { padding-left: 1rem !important; }
  .ps-sm-4 { padding-left: 1.5rem !important; }
  .ps-sm-5 { padding-left: 3rem !important; }
  .ps-sm-6 { padding-left: 4rem !important; }
  .ps-sm-7 { padding-left: 5rem !important; }
  .ps-sm-8 { padding-left: 6rem !important; }
  .ps-sm-9 { padding-left: 7rem !important; }
  .ps-sm-10 { padding-left: 8rem !important; }
  .text-sm-start { text-align: left !important; }
  .text-sm-end { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
  .bg-before-w-sm-0::before { width: 0% !important; }
  .bg-before-w-sm-25::before { width: 25% !important; }
  .bg-before-w-sm-50::before { width: 50% !important; }
  .bg-before-w-sm-75::before { width: 75% !important; }
  .bg-before-w-sm-100::before { width: 100% !important; }
  .bg-before-h-sm-0::before { height: 0% !important; }
  .bg-before-h-sm-25::before { height: 25% !important; }
  .bg-before-h-sm-50::before { height: 50% !important; }
  .bg-before-h-sm-75::before { height: 75% !important; }
  .bg-before-h-sm-100::before { height: 100% !important; } }

@media (min-width: 768px) { .float-md-start { float: left !important; }
  .float-md-end { float: right !important; }
  .float-md-none { float: 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-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -webkit-flex !important; display: flex !important; }
  .d-md-inline-flex { display: -webkit-inline-flex !important; display: inline-flex !important; }
  .d-md-none { display: none !important; }
  .flex-md-fill { -webkit-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-md-row { -webkit-flex-direction: row !important; flex-direction: row !important; }
  .flex-md-column { -webkit-flex-direction: column !important; flex-direction: column !important; }
  .flex-md-row-reverse { -webkit-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-md-column-reverse { -webkit-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-md-grow-0 { -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }
  .flex-md-grow-1 { -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }
  .flex-md-shrink-0 { -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }
  .flex-md-shrink-1 { -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }
  .flex-md-wrap { -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-md-nowrap { -webkit-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .gap-md-0 { gap: 0 !important; }
  .gap-md-1 { gap: 0.25rem !important; }
  .gap-md-2 { gap: 0.5rem !important; }
  .gap-md-3 { gap: 1rem !important; }
  .gap-md-4 { gap: 1.5rem !important; }
  .gap-md-5 { gap: 3rem !important; }
  .gap-md-6 { gap: 4rem !important; }
  .gap-md-7 { gap: 5rem !important; }
  .gap-md-8 { gap: 6rem !important; }
  .gap-md-9 { gap: 7rem !important; }
  .gap-md-10 { gap: 8rem !important; }
  .justify-content-md-start { -webkit-justify-content: flex-start !important; justify-content: flex-start !important; }
  .justify-content-md-end { -webkit-justify-content: flex-end !important; justify-content: flex-end !important; }
  .justify-content-md-center { -webkit-justify-content: center !important; justify-content: center !important; }
  .justify-content-md-between { -webkit-justify-content: space-between !important; justify-content: space-between !important; }
  .justify-content-md-around { -webkit-justify-content: space-around !important; justify-content: space-around !important; }
  .justify-content-md-evenly { -webkit-justify-content: space-evenly !important; justify-content: space-evenly !important; }
  .align-items-md-start { -webkit-align-items: flex-start !important; align-items: flex-start !important; }
  .align-items-md-end { -webkit-align-items: flex-end !important; align-items: flex-end !important; }
  .align-items-md-center { -webkit-align-items: center !important; align-items: center !important; }
  .align-items-md-baseline { -webkit-align-items: baseline !important; align-items: baseline !important; }
  .align-items-md-stretch { -webkit-align-items: stretch !important; align-items: stretch !important; }
  .align-content-md-start { -webkit-align-content: flex-start !important; align-content: flex-start !important; }
  .align-content-md-end { -webkit-align-content: flex-end !important; align-content: flex-end !important; }
  .align-content-md-center { -webkit-align-content: center !important; align-content: center !important; }
  .align-content-md-between { -webkit-align-content: space-between !important; align-content: space-between !important; }
  .align-content-md-around { -webkit-align-content: space-around !important; align-content: space-around !important; }
  .align-content-md-stretch { -webkit-align-content: stretch !important; align-content: stretch !important; }
  .align-self-md-auto { -webkit-align-self: auto !important; align-self: auto !important; }
  .align-self-md-start { -webkit-align-self: flex-start !important; align-self: flex-start !important; }
  .align-self-md-end { -webkit-align-self: flex-end !important; align-self: flex-end !important; }
  .align-self-md-center { -webkit-align-self: center !important; align-self: center !important; }
  .align-self-md-baseline { -webkit-align-self: baseline !important; align-self: baseline !important; }
  .align-self-md-stretch { -webkit-align-self: stretch !important; align-self: stretch !important; }
  .order-md-first { -webkit-order: -1 !important; order: -1 !important; }
  .order-md-0 { -webkit-order: 0 !important; order: 0 !important; }
  .order-md-1 { -webkit-order: 1 !important; order: 1 !important; }
  .order-md-2 { -webkit-order: 2 !important; order: 2 !important; }
  .order-md-3 { -webkit-order: 3 !important; order: 3 !important; }
  .order-md-4 { -webkit-order: 4 !important; order: 4 !important; }
  .order-md-5 { -webkit-order: 5 !important; order: 5 !important; }
  .order-md-last { -webkit-order: 6 !important; order: 6 !important; }
  .m-md-0 { margin: 0 !important; }
  .m-md-1 { margin: 0.25rem !important; }
  .m-md-2 { margin: 0.5rem !important; }
  .m-md-3 { margin: 1rem !important; }
  .m-md-4 { margin: 1.5rem !important; }
  .m-md-5 { margin: 3rem !important; }
  .m-md-6 { margin: 4rem !important; }
  .m-md-7 { margin: 5rem !important; }
  .m-md-8 { margin: 6rem !important; }
  .m-md-9 { margin: 7rem !important; }
  .m-md-10 { margin: 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.25rem !important; margin-left: 0.25rem !important; }
  .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-md-6 { margin-right: 4rem !important; margin-left: 4rem !important; }
  .mx-md-7 { margin-right: 5rem !important; margin-left: 5rem !important; }
  .mx-md-8 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-md-9 { margin-right: 7rem !important; margin-left: 7rem !important; }
  .mx-md-10 { margin-right: 8rem !important; margin-left: 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.25rem !important; margin-bottom: 0.25rem !important; }
  .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-md-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
  .my-md-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
  .my-md-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-md-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
  .my-md-10 { margin-top: 8rem !important; margin-bottom: 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.25rem !important; }
  .mt-md-2 { margin-top: 0.5rem !important; }
  .mt-md-3 { margin-top: 1rem !important; }
  .mt-md-4 { margin-top: 1.5rem !important; }
  .mt-md-5 { margin-top: 3rem !important; }
  .mt-md-6 { margin-top: 4rem !important; }
  .mt-md-7 { margin-top: 5rem !important; }
  .mt-md-8 { margin-top: 6rem !important; }
  .mt-md-9 { margin-top: 7rem !important; }
  .mt-md-10 { margin-top: 8rem !important; }
  .mt-md-auto { margin-top: auto !important; }
  .me-md-0 { margin-right: 0 !important; }
  .me-md-1 { margin-right: 0.25rem !important; }
  .me-md-2 { margin-right: 0.5rem !important; }
  .me-md-3 { margin-right: 1rem !important; }
  .me-md-4 { margin-right: 1.5rem !important; }
  .me-md-5 { margin-right: 3rem !important; }
  .me-md-6 { margin-right: 4rem !important; }
  .me-md-7 { margin-right: 5rem !important; }
  .me-md-8 { margin-right: 6rem !important; }
  .me-md-9 { margin-right: 7rem !important; }
  .me-md-10 { margin-right: 8rem !important; }
  .me-md-auto { margin-right: auto !important; }
  .mb-md-0 { margin-bottom: 0 !important; }
  .mb-md-1 { margin-bottom: 0.25rem !important; }
  .mb-md-2 { margin-bottom: 0.5rem !important; }
  .mb-md-3 { margin-bottom: 1rem !important; }
  .mb-md-4 { margin-bottom: 1.5rem !important; }
  .mb-md-5 { margin-bottom: 3rem !important; }
  .mb-md-6 { margin-bottom: 4rem !important; }
  .mb-md-7 { margin-bottom: 5rem !important; }
  .mb-md-8 { margin-bottom: 6rem !important; }
  .mb-md-9 { margin-bottom: 7rem !important; }
  .mb-md-10 { margin-bottom: 8rem !important; }
  .mb-md-auto { margin-bottom: auto !important; }
  .ms-md-0 { margin-left: 0 !important; }
  .ms-md-1 { margin-left: 0.25rem !important; }
  .ms-md-2 { margin-left: 0.5rem !important; }
  .ms-md-3 { margin-left: 1rem !important; }
  .ms-md-4 { margin-left: 1.5rem !important; }
  .ms-md-5 { margin-left: 3rem !important; }
  .ms-md-6 { margin-left: 4rem !important; }
  .ms-md-7 { margin-left: 5rem !important; }
  .ms-md-8 { margin-left: 6rem !important; }
  .ms-md-9 { margin-left: 7rem !important; }
  .ms-md-10 { margin-left: 8rem !important; }
  .ms-md-auto { margin-left: auto !important; }
  .p-md-0 { padding: 0 !important; }
  .p-md-1 { padding: 0.25rem !important; }
  .p-md-2 { padding: 0.5rem !important; }
  .p-md-3 { padding: 1rem !important; }
  .p-md-4 { padding: 1.5rem !important; }
  .p-md-5 { padding: 3rem !important; }
  .p-md-6 { padding: 4rem !important; }
  .p-md-7 { padding: 5rem !important; }
  .p-md-8 { padding: 6rem !important; }
  .p-md-9 { padding: 7rem !important; }
  .p-md-10 { padding: 8rem !important; }
  .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .px-md-6 { padding-right: 4rem !important; padding-left: 4rem !important; }
  .px-md-7 { padding-right: 5rem !important; padding-left: 5rem !important; }
  .px-md-8 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-md-9 { padding-right: 7rem !important; padding-left: 7rem !important; }
  .px-md-10 { padding-right: 8rem !important; padding-left: 8rem !important; }
  .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .py-md-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .py-md-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-md-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-md-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
  .py-md-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }
  .pt-md-0 { padding-top: 0 !important; }
  .pt-md-1 { padding-top: 0.25rem !important; }
  .pt-md-2 { padding-top: 0.5rem !important; }
  .pt-md-3 { padding-top: 1rem !important; }
  .pt-md-4 { padding-top: 1.5rem !important; }
  .pt-md-5 { padding-top: 3rem !important; }
  .pt-md-6 { padding-top: 4rem !important; }
  .pt-md-7 { padding-top: 5rem !important; }
  .pt-md-8 { padding-top: 6rem !important; }
  .pt-md-9 { padding-top: 7rem !important; }
  .pt-md-10 { padding-top: 8rem !important; }
  .pe-md-0 { padding-right: 0 !important; }
  .pe-md-1 { padding-right: 0.25rem !important; }
  .pe-md-2 { padding-right: 0.5rem !important; }
  .pe-md-3 { padding-right: 1rem !important; }
  .pe-md-4 { padding-right: 1.5rem !important; }
  .pe-md-5 { padding-right: 3rem !important; }
  .pe-md-6 { padding-right: 4rem !important; }
  .pe-md-7 { padding-right: 5rem !important; }
  .pe-md-8 { padding-right: 6rem !important; }
  .pe-md-9 { padding-right: 7rem !important; }
  .pe-md-10 { padding-right: 8rem !important; }
  .pb-md-0 { padding-bottom: 0 !important; }
  .pb-md-1 { padding-bottom: 0.25rem !important; }
  .pb-md-2 { padding-bottom: 0.5rem !important; }
  .pb-md-3 { padding-bottom: 1rem !important; }
  .pb-md-4 { padding-bottom: 1.5rem !important; }
  .pb-md-5 { padding-bottom: 3rem !important; }
  .pb-md-6 { padding-bottom: 4rem !important; }
  .pb-md-7 { padding-bottom: 5rem !important; }
  .pb-md-8 { padding-bottom: 6rem !important; }
  .pb-md-9 { padding-bottom: 7rem !important; }
  .pb-md-10 { padding-bottom: 8rem !important; }
  .ps-md-0 { padding-left: 0 !important; }
  .ps-md-1 { padding-left: 0.25rem !important; }
  .ps-md-2 { padding-left: 0.5rem !important; }
  .ps-md-3 { padding-left: 1rem !important; }
  .ps-md-4 { padding-left: 1.5rem !important; }
  .ps-md-5 { padding-left: 3rem !important; }
  .ps-md-6 { padding-left: 4rem !important; }
  .ps-md-7 { padding-left: 5rem !important; }
  .ps-md-8 { padding-left: 6rem !important; }
  .ps-md-9 { padding-left: 7rem !important; }
  .ps-md-10 { padding-left: 8rem !important; }
  .text-md-start { text-align: left !important; }
  .text-md-end { text-align: right !important; }
  .text-md-center { text-align: center !important; }
  .bg-before-w-md-0::before { width: 0% !important; }
  .bg-before-w-md-25::before { width: 25% !important; }
  .bg-before-w-md-50::before { width: 50% !important; }
  .bg-before-w-md-75::before { width: 75% !important; }
  .bg-before-w-md-100::before { width: 100% !important; }
  .bg-before-h-md-0::before { height: 0% !important; }
  .bg-before-h-md-25::before { height: 25% !important; }
  .bg-before-h-md-50::before { height: 50% !important; }
  .bg-before-h-md-75::before { height: 75% !important; }
  .bg-before-h-md-100::before { height: 100% !important; } }

@media (min-width: 992px) { .float-lg-start { float: left !important; }
  .float-lg-end { float: right !important; }
  .float-lg-none { float: 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-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: -webkit-flex !important; display: flex !important; }
  .d-lg-inline-flex { display: -webkit-inline-flex !important; display: inline-flex !important; }
  .d-lg-none { display: none !important; }
  .flex-lg-fill { -webkit-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-lg-row { -webkit-flex-direction: row !important; flex-direction: row !important; }
  .flex-lg-column { -webkit-flex-direction: column !important; flex-direction: column !important; }
  .flex-lg-row-reverse { -webkit-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { -webkit-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-lg-grow-0 { -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }
  .flex-lg-grow-1 { -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }
  .flex-lg-shrink-0 { -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }
  .flex-lg-wrap { -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-lg-nowrap { -webkit-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .gap-lg-0 { gap: 0 !important; }
  .gap-lg-1 { gap: 0.25rem !important; }
  .gap-lg-2 { gap: 0.5rem !important; }
  .gap-lg-3 { gap: 1rem !important; }
  .gap-lg-4 { gap: 1.5rem !important; }
  .gap-lg-5 { gap: 3rem !important; }
  .gap-lg-6 { gap: 4rem !important; }
  .gap-lg-7 { gap: 5rem !important; }
  .gap-lg-8 { gap: 6rem !important; }
  .gap-lg-9 { gap: 7rem !important; }
  .gap-lg-10 { gap: 8rem !important; }
  .justify-content-lg-start { -webkit-justify-content: flex-start !important; justify-content: flex-start !important; }
  .justify-content-lg-end { -webkit-justify-content: flex-end !important; justify-content: flex-end !important; }
  .justify-content-lg-center { -webkit-justify-content: center !important; justify-content: center !important; }
  .justify-content-lg-between { -webkit-justify-content: space-between !important; justify-content: space-between !important; }
  .justify-content-lg-around { -webkit-justify-content: space-around !important; justify-content: space-around !important; }
  .justify-content-lg-evenly { -webkit-justify-content: space-evenly !important; justify-content: space-evenly !important; }
  .align-items-lg-start { -webkit-align-items: flex-start !important; align-items: flex-start !important; }
  .align-items-lg-end { -webkit-align-items: flex-end !important; align-items: flex-end !important; }
  .align-items-lg-center { -webkit-align-items: center !important; align-items: center !important; }
  .align-items-lg-baseline { -webkit-align-items: baseline !important; align-items: baseline !important; }
  .align-items-lg-stretch { -webkit-align-items: stretch !important; align-items: stretch !important; }
  .align-content-lg-start { -webkit-align-content: flex-start !important; align-content: flex-start !important; }
  .align-content-lg-end { -webkit-align-content: flex-end !important; align-content: flex-end !important; }
  .align-content-lg-center { -webkit-align-content: center !important; align-content: center !important; }
  .align-content-lg-between { -webkit-align-content: space-between !important; align-content: space-between !important; }
  .align-content-lg-around { -webkit-align-content: space-around !important; align-content: space-around !important; }
  .align-content-lg-stretch { -webkit-align-content: stretch !important; align-content: stretch !important; }
  .align-self-lg-auto { -webkit-align-self: auto !important; align-self: auto !important; }
  .align-self-lg-start { -webkit-align-self: flex-start !important; align-self: flex-start !important; }
  .align-self-lg-end { -webkit-align-self: flex-end !important; align-self: flex-end !important; }
  .align-self-lg-center { -webkit-align-self: center !important; align-self: center !important; }
  .align-self-lg-baseline { -webkit-align-self: baseline !important; align-self: baseline !important; }
  .align-self-lg-stretch { -webkit-align-self: stretch !important; align-self: stretch !important; }
  .order-lg-first { -webkit-order: -1 !important; order: -1 !important; }
  .order-lg-0 { -webkit-order: 0 !important; order: 0 !important; }
  .order-lg-1 { -webkit-order: 1 !important; order: 1 !important; }
  .order-lg-2 { -webkit-order: 2 !important; order: 2 !important; }
  .order-lg-3 { -webkit-order: 3 !important; order: 3 !important; }
  .order-lg-4 { -webkit-order: 4 !important; order: 4 !important; }
  .order-lg-5 { -webkit-order: 5 !important; order: 5 !important; }
  .order-lg-last { -webkit-order: 6 !important; order: 6 !important; }
  .m-lg-0 { margin: 0 !important; }
  .m-lg-1 { margin: 0.25rem !important; }
  .m-lg-2 { margin: 0.5rem !important; }
  .m-lg-3 { margin: 1rem !important; }
  .m-lg-4 { margin: 1.5rem !important; }
  .m-lg-5 { margin: 3rem !important; }
  .m-lg-6 { margin: 4rem !important; }
  .m-lg-7 { margin: 5rem !important; }
  .m-lg-8 { margin: 6rem !important; }
  .m-lg-9 { margin: 7rem !important; }
  .m-lg-10 { margin: 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.25rem !important; margin-left: 0.25rem !important; }
  .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-lg-6 { margin-right: 4rem !important; margin-left: 4rem !important; }
  .mx-lg-7 { margin-right: 5rem !important; margin-left: 5rem !important; }
  .mx-lg-8 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-lg-9 { margin-right: 7rem !important; margin-left: 7rem !important; }
  .mx-lg-10 { margin-right: 8rem !important; margin-left: 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.25rem !important; margin-bottom: 0.25rem !important; }
  .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-lg-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
  .my-lg-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
  .my-lg-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-lg-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
  .my-lg-10 { margin-top: 8rem !important; margin-bottom: 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.25rem !important; }
  .mt-lg-2 { margin-top: 0.5rem !important; }
  .mt-lg-3 { margin-top: 1rem !important; }
  .mt-lg-4 { margin-top: 1.5rem !important; }
  .mt-lg-5 { margin-top: 3rem !important; }
  .mt-lg-6 { margin-top: 4rem !important; }
  .mt-lg-7 { margin-top: 5rem !important; }
  .mt-lg-8 { margin-top: 6rem !important; }
  .mt-lg-9 { margin-top: 7rem !important; }
  .mt-lg-10 { margin-top: 8rem !important; }
  .mt-lg-auto { margin-top: auto !important; }
  .me-lg-0 { margin-right: 0 !important; }
  .me-lg-1 { margin-right: 0.25rem !important; }
  .me-lg-2 { margin-right: 0.5rem !important; }
  .me-lg-3 { margin-right: 1rem !important; }
  .me-lg-4 { margin-right: 1.5rem !important; }
  .me-lg-5 { margin-right: 3rem !important; }
  .me-lg-6 { margin-right: 4rem !important; }
  .me-lg-7 { margin-right: 5rem !important; }
  .me-lg-8 { margin-right: 6rem !important; }
  .me-lg-9 { margin-right: 7rem !important; }
  .me-lg-10 { margin-right: 8rem !important; }
  .me-lg-auto { margin-right: auto !important; }
  .mb-lg-0 { margin-bottom: 0 !important; }
  .mb-lg-1 { margin-bottom: 0.25rem !important; }
  .mb-lg-2 { margin-bottom: 0.5rem !important; }
  .mb-lg-3 { margin-bottom: 1rem !important; }
  .mb-lg-4 { margin-bottom: 1.5rem !important; }
  .mb-lg-5 { margin-bottom: 3rem !important; }
  .mb-lg-6 { margin-bottom: 4rem !important; }
  .mb-lg-7 { margin-bottom: 5rem !important; }
  .mb-lg-8 { margin-bottom: 6rem !important; }
  .mb-lg-9 { margin-bottom: 7rem !important; }
  .mb-lg-10 { margin-bottom: 8rem !important; }
  .mb-lg-auto { margin-bottom: auto !important; }
  .ms-lg-0 { margin-left: 0 !important; }
  .ms-lg-1 { margin-left: 0.25rem !important; }
  .ms-lg-2 { margin-left: 0.5rem !important; }
  .ms-lg-3 { margin-left: 1rem !important; }
  .ms-lg-4 { margin-left: 1.5rem !important; }
  .ms-lg-5 { margin-left: 3rem !important; }
  .ms-lg-6 { margin-left: 4rem !important; }
  .ms-lg-7 { margin-left: 5rem !important; }
  .ms-lg-8 { margin-left: 6rem !important; }
  .ms-lg-9 { margin-left: 7rem !important; }
  .ms-lg-10 { margin-left: 8rem !important; }
  .ms-lg-auto { margin-left: auto !important; }
  .p-lg-0 { padding: 0 !important; }
  .p-lg-1 { padding: 0.25rem !important; }
  .p-lg-2 { padding: 0.5rem !important; }
  .p-lg-3 { padding: 1rem !important; }
  .p-lg-4 { padding: 1.5rem !important; }
  .p-lg-5 { padding: 3rem !important; }
  .p-lg-6 { padding: 4rem !important; }
  .p-lg-7 { padding: 5rem !important; }
  .p-lg-8 { padding: 6rem !important; }
  .p-lg-9 { padding: 7rem !important; }
  .p-lg-10 { padding: 8rem !important; }
  .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .px-lg-6 { padding-right: 4rem !important; padding-left: 4rem !important; }
  .px-lg-7 { padding-right: 5rem !important; padding-left: 5rem !important; }
  .px-lg-8 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-lg-9 { padding-right: 7rem !important; padding-left: 7rem !important; }
  .px-lg-10 { padding-right: 8rem !important; padding-left: 8rem !important; }
  .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .py-lg-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .py-lg-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-lg-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-lg-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
  .py-lg-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }
  .pt-lg-0 { padding-top: 0 !important; }
  .pt-lg-1 { padding-top: 0.25rem !important; }
  .pt-lg-2 { padding-top: 0.5rem !important; }
  .pt-lg-3 { padding-top: 1rem !important; }
  .pt-lg-4 { padding-top: 1.5rem !important; }
  .pt-lg-5 { padding-top: 3rem !important; }
  .pt-lg-6 { padding-top: 4rem !important; }
  .pt-lg-7 { padding-top: 5rem !important; }
  .pt-lg-8 { padding-top: 6rem !important; }
  .pt-lg-9 { padding-top: 7rem !important; }
  .pt-lg-10 { padding-top: 8rem !important; }
  .pe-lg-0 { padding-right: 0 !important; }
  .pe-lg-1 { padding-right: 0.25rem !important; }
  .pe-lg-2 { padding-right: 0.5rem !important; }
  .pe-lg-3 { padding-right: 1rem !important; }
  .pe-lg-4 { padding-right: 1.5rem !important; }
  .pe-lg-5 { padding-right: 3rem !important; }
  .pe-lg-6 { padding-right: 4rem !important; }
  .pe-lg-7 { padding-right: 5rem !important; }
  .pe-lg-8 { padding-right: 6rem !important; }
  .pe-lg-9 { padding-right: 7rem !important; }
  .pe-lg-10 { padding-right: 8rem !important; }
  .pb-lg-0 { padding-bottom: 0 !important; }
  .pb-lg-1 { padding-bottom: 0.25rem !important; }
  .pb-lg-2 { padding-bottom: 0.5rem !important; }
  .pb-lg-3 { padding-bottom: 1rem !important; }
  .pb-lg-4 { padding-bottom: 1.5rem !important; }
  .pb-lg-5 { padding-bottom: 3rem !important; }
  .pb-lg-6 { padding-bottom: 4rem !important; }
  .pb-lg-7 { padding-bottom: 5rem !important; }
  .pb-lg-8 { padding-bottom: 6rem !important; }
  .pb-lg-9 { padding-bottom: 7rem !important; }
  .pb-lg-10 { padding-bottom: 8rem !important; }
  .ps-lg-0 { padding-left: 0 !important; }
  .ps-lg-1 { padding-left: 0.25rem !important; }
  .ps-lg-2 { padding-left: 0.5rem !important; }
  .ps-lg-3 { padding-left: 1rem !important; }
  .ps-lg-4 { padding-left: 1.5rem !important; }
  .ps-lg-5 { padding-left: 3rem !important; }
  .ps-lg-6 { padding-left: 4rem !important; }
  .ps-lg-7 { padding-left: 5rem !important; }
  .ps-lg-8 { padding-left: 6rem !important; }
  .ps-lg-9 { padding-left: 7rem !important; }
  .ps-lg-10 { padding-left: 8rem !important; }
  .text-lg-start { text-align: left !important; }
  .text-lg-end { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
  .bg-before-w-lg-0::before { width: 0% !important; }
  .bg-before-w-lg-25::before { width: 25% !important; }
  .bg-before-w-lg-50::before { width: 50% !important; }
  .bg-before-w-lg-75::before { width: 75% !important; }
  .bg-before-w-lg-100::before { width: 100% !important; }
  .bg-before-h-lg-0::before { height: 0% !important; }
  .bg-before-h-lg-25::before { height: 25% !important; }
  .bg-before-h-lg-50::before { height: 50% !important; }
  .bg-before-h-lg-75::before { height: 75% !important; }
  .bg-before-h-lg-100::before { height: 100% !important; } }

@media (min-width: 1200px) { .float-xl-start { float: left !important; }
  .float-xl-end { float: right !important; }
  .float-xl-none { float: 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-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: -webkit-flex !important; display: flex !important; }
  .d-xl-inline-flex { display: -webkit-inline-flex !important; display: inline-flex !important; }
  .d-xl-none { display: none !important; }
  .flex-xl-fill { -webkit-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-xl-row { -webkit-flex-direction: row !important; flex-direction: row !important; }
  .flex-xl-column { -webkit-flex-direction: column !important; flex-direction: column !important; }
  .flex-xl-row-reverse { -webkit-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { -webkit-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-xl-grow-0 { -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }
  .flex-xl-grow-1 { -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }
  .flex-xl-shrink-0 { -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }
  .flex-xl-wrap { -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-xl-nowrap { -webkit-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .gap-xl-0 { gap: 0 !important; }
  .gap-xl-1 { gap: 0.25rem !important; }
  .gap-xl-2 { gap: 0.5rem !important; }
  .gap-xl-3 { gap: 1rem !important; }
  .gap-xl-4 { gap: 1.5rem !important; }
  .gap-xl-5 { gap: 3rem !important; }
  .gap-xl-6 { gap: 4rem !important; }
  .gap-xl-7 { gap: 5rem !important; }
  .gap-xl-8 { gap: 6rem !important; }
  .gap-xl-9 { gap: 7rem !important; }
  .gap-xl-10 { gap: 8rem !important; }
  .justify-content-xl-start { -webkit-justify-content: flex-start !important; justify-content: flex-start !important; }
  .justify-content-xl-end { -webkit-justify-content: flex-end !important; justify-content: flex-end !important; }
  .justify-content-xl-center { -webkit-justify-content: center !important; justify-content: center !important; }
  .justify-content-xl-between { -webkit-justify-content: space-between !important; justify-content: space-between !important; }
  .justify-content-xl-around { -webkit-justify-content: space-around !important; justify-content: space-around !important; }
  .justify-content-xl-evenly { -webkit-justify-content: space-evenly !important; justify-content: space-evenly !important; }
  .align-items-xl-start { -webkit-align-items: flex-start !important; align-items: flex-start !important; }
  .align-items-xl-end { -webkit-align-items: flex-end !important; align-items: flex-end !important; }
  .align-items-xl-center { -webkit-align-items: center !important; align-items: center !important; }
  .align-items-xl-baseline { -webkit-align-items: baseline !important; align-items: baseline !important; }
  .align-items-xl-stretch { -webkit-align-items: stretch !important; align-items: stretch !important; }
  .align-content-xl-start { -webkit-align-content: flex-start !important; align-content: flex-start !important; }
  .align-content-xl-end { -webkit-align-content: flex-end !important; align-content: flex-end !important; }
  .align-content-xl-center { -webkit-align-content: center !important; align-content: center !important; }
  .align-content-xl-between { -webkit-align-content: space-between !important; align-content: space-between !important; }
  .align-content-xl-around { -webkit-align-content: space-around !important; align-content: space-around !important; }
  .align-content-xl-stretch { -webkit-align-content: stretch !important; align-content: stretch !important; }
  .align-self-xl-auto { -webkit-align-self: auto !important; align-self: auto !important; }
  .align-self-xl-start { -webkit-align-self: flex-start !important; align-self: flex-start !important; }
  .align-self-xl-end { -webkit-align-self: flex-end !important; align-self: flex-end !important; }
  .align-self-xl-center { -webkit-align-self: center !important; align-self: center !important; }
  .align-self-xl-baseline { -webkit-align-self: baseline !important; align-self: baseline !important; }
  .align-self-xl-stretch { -webkit-align-self: stretch !important; align-self: stretch !important; }
  .order-xl-first { -webkit-order: -1 !important; order: -1 !important; }
  .order-xl-0 { -webkit-order: 0 !important; order: 0 !important; }
  .order-xl-1 { -webkit-order: 1 !important; order: 1 !important; }
  .order-xl-2 { -webkit-order: 2 !important; order: 2 !important; }
  .order-xl-3 { -webkit-order: 3 !important; order: 3 !important; }
  .order-xl-4 { -webkit-order: 4 !important; order: 4 !important; }
  .order-xl-5 { -webkit-order: 5 !important; order: 5 !important; }
  .order-xl-last { -webkit-order: 6 !important; order: 6 !important; }
  .m-xl-0 { margin: 0 !important; }
  .m-xl-1 { margin: 0.25rem !important; }
  .m-xl-2 { margin: 0.5rem !important; }
  .m-xl-3 { margin: 1rem !important; }
  .m-xl-4 { margin: 1.5rem !important; }
  .m-xl-5 { margin: 3rem !important; }
  .m-xl-6 { margin: 4rem !important; }
  .m-xl-7 { margin: 5rem !important; }
  .m-xl-8 { margin: 6rem !important; }
  .m-xl-9 { margin: 7rem !important; }
  .m-xl-10 { margin: 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.25rem !important; margin-left: 0.25rem !important; }
  .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-xl-6 { margin-right: 4rem !important; margin-left: 4rem !important; }
  .mx-xl-7 { margin-right: 5rem !important; margin-left: 5rem !important; }
  .mx-xl-8 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-xl-9 { margin-right: 7rem !important; margin-left: 7rem !important; }
  .mx-xl-10 { margin-right: 8rem !important; margin-left: 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.25rem !important; margin-bottom: 0.25rem !important; }
  .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-xl-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
  .my-xl-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
  .my-xl-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-xl-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
  .my-xl-10 { margin-top: 8rem !important; margin-bottom: 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.25rem !important; }
  .mt-xl-2 { margin-top: 0.5rem !important; }
  .mt-xl-3 { margin-top: 1rem !important; }
  .mt-xl-4 { margin-top: 1.5rem !important; }
  .mt-xl-5 { margin-top: 3rem !important; }
  .mt-xl-6 { margin-top: 4rem !important; }
  .mt-xl-7 { margin-top: 5rem !important; }
  .mt-xl-8 { margin-top: 6rem !important; }
  .mt-xl-9 { margin-top: 7rem !important; }
  .mt-xl-10 { margin-top: 8rem !important; }
  .mt-xl-auto { margin-top: auto !important; }
  .me-xl-0 { margin-right: 0 !important; }
  .me-xl-1 { margin-right: 0.25rem !important; }
  .me-xl-2 { margin-right: 0.5rem !important; }
  .me-xl-3 { margin-right: 1rem !important; }
  .me-xl-4 { margin-right: 1.5rem !important; }
  .me-xl-5 { margin-right: 3rem !important; }
  .me-xl-6 { margin-right: 4rem !important; }
  .me-xl-7 { margin-right: 5rem !important; }
  .me-xl-8 { margin-right: 6rem !important; }
  .me-xl-9 { margin-right: 7rem !important; }
  .me-xl-10 { margin-right: 8rem !important; }
  .me-xl-auto { margin-right: auto !important; }
  .mb-xl-0 { margin-bottom: 0 !important; }
  .mb-xl-1 { margin-bottom: 0.25rem !important; }
  .mb-xl-2 { margin-bottom: 0.5rem !important; }
  .mb-xl-3 { margin-bottom: 1rem !important; }
  .mb-xl-4 { margin-bottom: 1.5rem !important; }
  .mb-xl-5 { margin-bottom: 3rem !important; }
  .mb-xl-6 { margin-bottom: 4rem !important; }
  .mb-xl-7 { margin-bottom: 5rem !important; }
  .mb-xl-8 { margin-bottom: 6rem !important; }
  .mb-xl-9 { margin-bottom: 7rem !important; }
  .mb-xl-10 { margin-bottom: 8rem !important; }
  .mb-xl-auto { margin-bottom: auto !important; }
  .ms-xl-0 { margin-left: 0 !important; }
  .ms-xl-1 { margin-left: 0.25rem !important; }
  .ms-xl-2 { margin-left: 0.5rem !important; }
  .ms-xl-3 { margin-left: 1rem !important; }
  .ms-xl-4 { margin-left: 1.5rem !important; }
  .ms-xl-5 { margin-left: 3rem !important; }
  .ms-xl-6 { margin-left: 4rem !important; }
  .ms-xl-7 { margin-left: 5rem !important; }
  .ms-xl-8 { margin-left: 6rem !important; }
  .ms-xl-9 { margin-left: 7rem !important; }
  .ms-xl-10 { margin-left: 8rem !important; }
  .ms-xl-auto { margin-left: auto !important; }
  .p-xl-0 { padding: 0 !important; }
  .p-xl-1 { padding: 0.25rem !important; }
  .p-xl-2 { padding: 0.5rem !important; }
  .p-xl-3 { padding: 1rem !important; }
  .p-xl-4 { padding: 1.5rem !important; }
  .p-xl-5 { padding: 3rem !important; }
  .p-xl-6 { padding: 4rem !important; }
  .p-xl-7 { padding: 5rem !important; }
  .p-xl-8 { padding: 6rem !important; }
  .p-xl-9 { padding: 7rem !important; }
  .p-xl-10 { padding: 8rem !important; }
  .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .px-xl-6 { padding-right: 4rem !important; padding-left: 4rem !important; }
  .px-xl-7 { padding-right: 5rem !important; padding-left: 5rem !important; }
  .px-xl-8 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-xl-9 { padding-right: 7rem !important; padding-left: 7rem !important; }
  .px-xl-10 { padding-right: 8rem !important; padding-left: 8rem !important; }
  .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .py-xl-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .py-xl-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-xl-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-xl-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
  .py-xl-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }
  .pt-xl-0 { padding-top: 0 !important; }
  .pt-xl-1 { padding-top: 0.25rem !important; }
  .pt-xl-2 { padding-top: 0.5rem !important; }
  .pt-xl-3 { padding-top: 1rem !important; }
  .pt-xl-4 { padding-top: 1.5rem !important; }
  .pt-xl-5 { padding-top: 3rem !important; }
  .pt-xl-6 { padding-top: 4rem !important; }
  .pt-xl-7 { padding-top: 5rem !important; }
  .pt-xl-8 { padding-top: 6rem !important; }
  .pt-xl-9 { padding-top: 7rem !important; }
  .pt-xl-10 { padding-top: 8rem !important; }
  .pe-xl-0 { padding-right: 0 !important; }
  .pe-xl-1 { padding-right: 0.25rem !important; }
  .pe-xl-2 { padding-right: 0.5rem !important; }
  .pe-xl-3 { padding-right: 1rem !important; }
  .pe-xl-4 { padding-right: 1.5rem !important; }
  .pe-xl-5 { padding-right: 3rem !important; }
  .pe-xl-6 { padding-right: 4rem !important; }
  .pe-xl-7 { padding-right: 5rem !important; }
  .pe-xl-8 { padding-right: 6rem !important; }
  .pe-xl-9 { padding-right: 7rem !important; }
  .pe-xl-10 { padding-right: 8rem !important; }
  .pb-xl-0 { padding-bottom: 0 !important; }
  .pb-xl-1 { padding-bottom: 0.25rem !important; }
  .pb-xl-2 { padding-bottom: 0.5rem !important; }
  .pb-xl-3 { padding-bottom: 1rem !important; }
  .pb-xl-4 { padding-bottom: 1.5rem !important; }
  .pb-xl-5 { padding-bottom: 3rem !important; }
  .pb-xl-6 { padding-bottom: 4rem !important; }
  .pb-xl-7 { padding-bottom: 5rem !important; }
  .pb-xl-8 { padding-bottom: 6rem !important; }
  .pb-xl-9 { padding-bottom: 7rem !important; }
  .pb-xl-10 { padding-bottom: 8rem !important; }
  .ps-xl-0 { padding-left: 0 !important; }
  .ps-xl-1 { padding-left: 0.25rem !important; }
  .ps-xl-2 { padding-left: 0.5rem !important; }
  .ps-xl-3 { padding-left: 1rem !important; }
  .ps-xl-4 { padding-left: 1.5rem !important; }
  .ps-xl-5 { padding-left: 3rem !important; }
  .ps-xl-6 { padding-left: 4rem !important; }
  .ps-xl-7 { padding-left: 5rem !important; }
  .ps-xl-8 { padding-left: 6rem !important; }
  .ps-xl-9 { padding-left: 7rem !important; }
  .ps-xl-10 { padding-left: 8rem !important; }
  .text-xl-start { text-align: left !important; }
  .text-xl-end { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
  .bg-before-w-xl-0::before { width: 0% !important; }
  .bg-before-w-xl-25::before { width: 25% !important; }
  .bg-before-w-xl-50::before { width: 50% !important; }
  .bg-before-w-xl-75::before { width: 75% !important; }
  .bg-before-w-xl-100::before { width: 100% !important; }
  .bg-before-h-xl-0::before { height: 0% !important; }
  .bg-before-h-xl-25::before { height: 25% !important; }
  .bg-before-h-xl-50::before { height: 50% !important; }
  .bg-before-h-xl-75::before { height: 75% !important; }
  .bg-before-h-xl-100::before { height: 100% !important; } }

@media (min-width: 1400px) { .float-xxl-start { float: left !important; }
  .float-xxl-end { float: right !important; }
  .float-xxl-none { float: none !important; }
  .d-xxl-inline { display: inline !important; }
  .d-xxl-inline-block { display: inline-block !important; }
  .d-xxl-block { display: block !important; }
  .d-xxl-grid { display: grid !important; }
  .d-xxl-table { display: table !important; }
  .d-xxl-table-row { display: table-row !important; }
  .d-xxl-table-cell { display: table-cell !important; }
  .d-xxl-flex { display: -webkit-flex !important; display: flex !important; }
  .d-xxl-inline-flex { display: -webkit-inline-flex !important; display: inline-flex !important; }
  .d-xxl-none { display: none !important; }
  .flex-xxl-fill { -webkit-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-xxl-row { -webkit-flex-direction: row !important; flex-direction: row !important; }
  .flex-xxl-column { -webkit-flex-direction: column !important; flex-direction: column !important; }
  .flex-xxl-row-reverse { -webkit-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse { -webkit-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 { -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }
  .flex-xxl-grow-1 { -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }
  .flex-xxl-shrink-0 { -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 { -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }
  .flex-xxl-wrap { -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-xxl-nowrap { -webkit-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 { gap: 0 !important; }
  .gap-xxl-1 { gap: 0.25rem !important; }
  .gap-xxl-2 { gap: 0.5rem !important; }
  .gap-xxl-3 { gap: 1rem !important; }
  .gap-xxl-4 { gap: 1.5rem !important; }
  .gap-xxl-5 { gap: 3rem !important; }
  .gap-xxl-6 { gap: 4rem !important; }
  .gap-xxl-7 { gap: 5rem !important; }
  .gap-xxl-8 { gap: 6rem !important; }
  .gap-xxl-9 { gap: 7rem !important; }
  .gap-xxl-10 { gap: 8rem !important; }
  .justify-content-xxl-start { -webkit-justify-content: flex-start !important; justify-content: flex-start !important; }
  .justify-content-xxl-end { -webkit-justify-content: flex-end !important; justify-content: flex-end !important; }
  .justify-content-xxl-center { -webkit-justify-content: center !important; justify-content: center !important; }
  .justify-content-xxl-between { -webkit-justify-content: space-between !important; justify-content: space-between !important; }
  .justify-content-xxl-around { -webkit-justify-content: space-around !important; justify-content: space-around !important; }
  .justify-content-xxl-evenly { -webkit-justify-content: space-evenly !important; justify-content: space-evenly !important; }
  .align-items-xxl-start { -webkit-align-items: flex-start !important; align-items: flex-start !important; }
  .align-items-xxl-end { -webkit-align-items: flex-end !important; align-items: flex-end !important; }
  .align-items-xxl-center { -webkit-align-items: center !important; align-items: center !important; }
  .align-items-xxl-baseline { -webkit-align-items: baseline !important; align-items: baseline !important; }
  .align-items-xxl-stretch { -webkit-align-items: stretch !important; align-items: stretch !important; }
  .align-content-xxl-start { -webkit-align-content: flex-start !important; align-content: flex-start !important; }
  .align-content-xxl-end { -webkit-align-content: flex-end !important; align-content: flex-end !important; }
  .align-content-xxl-center { -webkit-align-content: center !important; align-content: center !important; }
  .align-content-xxl-between { -webkit-align-content: space-between !important; align-content: space-between !important; }
  .align-content-xxl-around { -webkit-align-content: space-around !important; align-content: space-around !important; }
  .align-content-xxl-stretch { -webkit-align-content: stretch !important; align-content: stretch !important; }
  .align-self-xxl-auto { -webkit-align-self: auto !important; align-self: auto !important; }
  .align-self-xxl-start { -webkit-align-self: flex-start !important; align-self: flex-start !important; }
  .align-self-xxl-end { -webkit-align-self: flex-end !important; align-self: flex-end !important; }
  .align-self-xxl-center { -webkit-align-self: center !important; align-self: center !important; }
  .align-self-xxl-baseline { -webkit-align-self: baseline !important; align-self: baseline !important; }
  .align-self-xxl-stretch { -webkit-align-self: stretch !important; align-self: stretch !important; }
  .order-xxl-first { -webkit-order: -1 !important; order: -1 !important; }
  .order-xxl-0 { -webkit-order: 0 !important; order: 0 !important; }
  .order-xxl-1 { -webkit-order: 1 !important; order: 1 !important; }
  .order-xxl-2 { -webkit-order: 2 !important; order: 2 !important; }
  .order-xxl-3 { -webkit-order: 3 !important; order: 3 !important; }
  .order-xxl-4 { -webkit-order: 4 !important; order: 4 !important; }
  .order-xxl-5 { -webkit-order: 5 !important; order: 5 !important; }
  .order-xxl-last { -webkit-order: 6 !important; order: 6 !important; }
  .m-xxl-0 { margin: 0 !important; }
  .m-xxl-1 { margin: 0.25rem !important; }
  .m-xxl-2 { margin: 0.5rem !important; }
  .m-xxl-3 { margin: 1rem !important; }
  .m-xxl-4 { margin: 1.5rem !important; }
  .m-xxl-5 { margin: 3rem !important; }
  .m-xxl-6 { margin: 4rem !important; }
  .m-xxl-7 { margin: 5rem !important; }
  .m-xxl-8 { margin: 6rem !important; }
  .m-xxl-9 { margin: 7rem !important; }
  .m-xxl-10 { margin: 8rem !important; }
  .m-xxl-auto { margin: auto !important; }
  .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-xxl-6 { margin-right: 4rem !important; margin-left: 4rem !important; }
  .mx-xxl-7 { margin-right: 5rem !important; margin-left: 5rem !important; }
  .mx-xxl-8 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-xxl-9 { margin-right: 7rem !important; margin-left: 7rem !important; }
  .mx-xxl-10 { margin-right: 8rem !important; margin-left: 8rem !important; }
  .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-xxl-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
  .my-xxl-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
  .my-xxl-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-xxl-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
  .my-xxl-10 { margin-top: 8rem !important; margin-bottom: 8rem !important; }
  .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-xxl-0 { margin-top: 0 !important; }
  .mt-xxl-1 { margin-top: 0.25rem !important; }
  .mt-xxl-2 { margin-top: 0.5rem !important; }
  .mt-xxl-3 { margin-top: 1rem !important; }
  .mt-xxl-4 { margin-top: 1.5rem !important; }
  .mt-xxl-5 { margin-top: 3rem !important; }
  .mt-xxl-6 { margin-top: 4rem !important; }
  .mt-xxl-7 { margin-top: 5rem !important; }
  .mt-xxl-8 { margin-top: 6rem !important; }
  .mt-xxl-9 { margin-top: 7rem !important; }
  .mt-xxl-10 { margin-top: 8rem !important; }
  .mt-xxl-auto { margin-top: auto !important; }
  .me-xxl-0 { margin-right: 0 !important; }
  .me-xxl-1 { margin-right: 0.25rem !important; }
  .me-xxl-2 { margin-right: 0.5rem !important; }
  .me-xxl-3 { margin-right: 1rem !important; }
  .me-xxl-4 { margin-right: 1.5rem !important; }
  .me-xxl-5 { margin-right: 3rem !important; }
  .me-xxl-6 { margin-right: 4rem !important; }
  .me-xxl-7 { margin-right: 5rem !important; }
  .me-xxl-8 { margin-right: 6rem !important; }
  .me-xxl-9 { margin-right: 7rem !important; }
  .me-xxl-10 { margin-right: 8rem !important; }
  .me-xxl-auto { margin-right: auto !important; }
  .mb-xxl-0 { margin-bottom: 0 !important; }
  .mb-xxl-1 { margin-bottom: 0.25rem !important; }
  .mb-xxl-2 { margin-bottom: 0.5rem !important; }
  .mb-xxl-3 { margin-bottom: 1rem !important; }
  .mb-xxl-4 { margin-bottom: 1.5rem !important; }
  .mb-xxl-5 { margin-bottom: 3rem !important; }
  .mb-xxl-6 { margin-bottom: 4rem !important; }
  .mb-xxl-7 { margin-bottom: 5rem !important; }
  .mb-xxl-8 { margin-bottom: 6rem !important; }
  .mb-xxl-9 { margin-bottom: 7rem !important; }
  .mb-xxl-10 { margin-bottom: 8rem !important; }
  .mb-xxl-auto { margin-bottom: auto !important; }
  .ms-xxl-0 { margin-left: 0 !important; }
  .ms-xxl-1 { margin-left: 0.25rem !important; }
  .ms-xxl-2 { margin-left: 0.5rem !important; }
  .ms-xxl-3 { margin-left: 1rem !important; }
  .ms-xxl-4 { margin-left: 1.5rem !important; }
  .ms-xxl-5 { margin-left: 3rem !important; }
  .ms-xxl-6 { margin-left: 4rem !important; }
  .ms-xxl-7 { margin-left: 5rem !important; }
  .ms-xxl-8 { margin-left: 6rem !important; }
  .ms-xxl-9 { margin-left: 7rem !important; }
  .ms-xxl-10 { margin-left: 8rem !important; }
  .ms-xxl-auto { margin-left: auto !important; }
  .p-xxl-0 { padding: 0 !important; }
  .p-xxl-1 { padding: 0.25rem !important; }
  .p-xxl-2 { padding: 0.5rem !important; }
  .p-xxl-3 { padding: 1rem !important; }
  .p-xxl-4 { padding: 1.5rem !important; }
  .p-xxl-5 { padding: 3rem !important; }
  .p-xxl-6 { padding: 4rem !important; }
  .p-xxl-7 { padding: 5rem !important; }
  .p-xxl-8 { padding: 6rem !important; }
  .p-xxl-9 { padding: 7rem !important; }
  .p-xxl-10 { padding: 8rem !important; }
  .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .px-xxl-6 { padding-right: 4rem !important; padding-left: 4rem !important; }
  .px-xxl-7 { padding-right: 5rem !important; padding-left: 5rem !important; }
  .px-xxl-8 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-xxl-9 { padding-right: 7rem !important; padding-left: 7rem !important; }
  .px-xxl-10 { padding-right: 8rem !important; padding-left: 8rem !important; }
  .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .py-xxl-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .py-xxl-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-xxl-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-xxl-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
  .py-xxl-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }
  .pt-xxl-0 { padding-top: 0 !important; }
  .pt-xxl-1 { padding-top: 0.25rem !important; }
  .pt-xxl-2 { padding-top: 0.5rem !important; }
  .pt-xxl-3 { padding-top: 1rem !important; }
  .pt-xxl-4 { padding-top: 1.5rem !important; }
  .pt-xxl-5 { padding-top: 3rem !important; }
  .pt-xxl-6 { padding-top: 4rem !important; }
  .pt-xxl-7 { padding-top: 5rem !important; }
  .pt-xxl-8 { padding-top: 6rem !important; }
  .pt-xxl-9 { padding-top: 7rem !important; }
  .pt-xxl-10 { padding-top: 8rem !important; }
  .pe-xxl-0 { padding-right: 0 !important; }
  .pe-xxl-1 { padding-right: 0.25rem !important; }
  .pe-xxl-2 { padding-right: 0.5rem !important; }
  .pe-xxl-3 { padding-right: 1rem !important; }
  .pe-xxl-4 { padding-right: 1.5rem !important; }
  .pe-xxl-5 { padding-right: 3rem !important; }
  .pe-xxl-6 { padding-right: 4rem !important; }
  .pe-xxl-7 { padding-right: 5rem !important; }
  .pe-xxl-8 { padding-right: 6rem !important; }
  .pe-xxl-9 { padding-right: 7rem !important; }
  .pe-xxl-10 { padding-right: 8rem !important; }
  .pb-xxl-0 { padding-bottom: 0 !important; }
  .pb-xxl-1 { padding-bottom: 0.25rem !important; }
  .pb-xxl-2 { padding-bottom: 0.5rem !important; }
  .pb-xxl-3 { padding-bottom: 1rem !important; }
  .pb-xxl-4 { padding-bottom: 1.5rem !important; }
  .pb-xxl-5 { padding-bottom: 3rem !important; }
  .pb-xxl-6 { padding-bottom: 4rem !important; }
  .pb-xxl-7 { padding-bottom: 5rem !important; }
  .pb-xxl-8 { padding-bottom: 6rem !important; }
  .pb-xxl-9 { padding-bottom: 7rem !important; }
  .pb-xxl-10 { padding-bottom: 8rem !important; }
  .ps-xxl-0 { padding-left: 0 !important; }
  .ps-xxl-1 { padding-left: 0.25rem !important; }
  .ps-xxl-2 { padding-left: 0.5rem !important; }
  .ps-xxl-3 { padding-left: 1rem !important; }
  .ps-xxl-4 { padding-left: 1.5rem !important; }
  .ps-xxl-5 { padding-left: 3rem !important; }
  .ps-xxl-6 { padding-left: 4rem !important; }
  .ps-xxl-7 { padding-left: 5rem !important; }
  .ps-xxl-8 { padding-left: 6rem !important; }
  .ps-xxl-9 { padding-left: 7rem !important; }
  .ps-xxl-10 { padding-left: 8rem !important; }
  .text-xxl-start { text-align: left !important; }
  .text-xxl-end { text-align: right !important; }
  .text-xxl-center { text-align: center !important; }
  .bg-before-w-xxl-0::before { width: 0% !important; }
  .bg-before-w-xxl-25::before { width: 25% !important; }
  .bg-before-w-xxl-50::before { width: 50% !important; }
  .bg-before-w-xxl-75::before { width: 75% !important; }
  .bg-before-w-xxl-100::before { width: 100% !important; }
  .bg-before-h-xxl-0::before { height: 0% !important; }
  .bg-before-h-xxl-25::before { height: 25% !important; }
  .bg-before-h-xxl-50::before { height: 50% !important; }
  .bg-before-h-xxl-75::before { height: 75% !important; }
  .bg-before-h-xxl-100::before { height: 100% !important; } }

@media (min-width: 1200px) { .fs-1 { font-size: 2.5rem !important; }
  .fs-2 { font-size: 2rem !important; }
  .fs-3 { font-size: 1.75rem !important; }
  .fs-4 { font-size: 1.5rem !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-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: -webkit-flex !important; display: flex !important; }
  .d-print-inline-flex { display: -webkit-inline-flex !important; display: inline-flex !important; }
  .d-print-none { display: none !important; } }

.block-static-block.widget { margin-bottom: 0 !important; }

@media (min-width: 1200px) { .page-main { max-width: 1170px; } }

@media (min-width: 1400px) { .page-main { max-width: 1320px; } }

.btn:focus { outline: none !important; box-shadow: none !important; }

.mega-content ul.sm_megamenu_menu > li.sale-highlight-parent a { color: red; }

.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child { padding: 2rem 1.5rem; /* width */ /* Track */ /* Handle */ /* Handle on hover */ }

.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child .sm_megamenu_col_6 { overflow: hidden; max-height: 50rem; overflow-y: scroll; scrollbar-color: #888 #fff; scrollbar-width: thin; }

.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child .sm_megamenu_col_6::-webkit-scrollbar { width: 5px; }

.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child .sm_megamenu_col_6::-webkit-scrollbar-track { background: #fff; }

.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child .sm_megamenu_col_6::-webkit-scrollbar-thumb { background: #888; }

.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child .sm_megamenu_col_6::-webkit-scrollbar-thumb:hover { background: #555; }

.mst-searchautocomplete__highlight { color: #000000; }

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title { padding: 11px 10px; font-size: 1.4rem; color: #000000; font-weight: 600; }

.mst-searchautocomplete__spinner .spinner-item { background-color: #f5b606 !important; }

.announcements-section { background-color: #f55007; color: #fff; }

.header-middle { padding: 2rem 0rem; }

.header-mobile .mobile-top { background-color: #ffffff !important; }

.header-mobile .mobile-logo img { max-height: 40px; margin-top: 4px; }

.logo-container .site-logo img { max-width: 25rem; }

.search-header .mst-searchautocomplete__autocomplete { left: 0 !important; box-shadow: #00000036 0px 3px 4px 0px; border-top: 2px solid #f5b606; }

.search-header { min-width: 100%; position: relative; top: auto; right: auto; }

.search-header .control::before { display: none !important; }

.search-header .searchbox-cat { display: none; }

.search-header .input-searchbox { padding-left: 1rem !important; border-bottom: #000 solid 2px !important; border-radius: 0; padding-top: 0.6rem; padding-bottom: 0.6rem; height: auto; }

.desktop-menu .navigation .level0 { float: none; }

.desktop-menu .navigation .level0 .submenu { text-align: left; }

.desktop-menu .navigation { text-align: center; }

.navigation .level0.parent > .level-top { padding-right: 10px; }

.desktop-menu .navigation .level0 > .level-top { height: 40px; line-height: 40px; padding: 0 5px; }

.minicart-header .action.showcart { display: block; padding: 0; padding-left: 0px !important; width: 50px; height: 40px; }

.minicart-header .action.showcart .text { opacity: 0; }

.minicart-header .action.showcart .price-minicart { display: none; }

.minicart-header .mage-dropdown-dialog { top: 3rem; }

.minicart-header .minicart-wrapper { margin: 0 0 0 20px !important; }

.minicart-header .minicart-wrapper .action.showcart:after { color: #000; }

.minicart-header .minicart-wrapper .action.showcart .counter.qty { background-color: #f5b606; }

.minicart-header .minicart-wrapper .quickview.button_quickview { display: none; }

.header-middle .block-right:before { color: #000; }

.cms-lightingathome_home .page-title-wrapper { display: none; }

.brand-slider { border: 0px solid transparent; padding: 0; }

.brand-slider img { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: .5s; }

.brand-slider img:hover { -webkit-filter: grayscale(0%); filter: grayscale(0%); transition: .5s; }

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_head_item { margin-bottom: 2rem; }

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_head_item .sm_megamenu_title a { color: #000; }

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_head_item .sm_megamenu_title a:hover { color: #f5b606; }

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_head_item .sm_megamenu_title a:focus { color: #f5b606; }

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_head_item h3.title-cat { color: #000; }

.mega-content { text-align: center; }

.mega-content ul.sm_megamenu_menu { text-align: left; display: inline-block; }

.mega-content ul.sm_megamenu_menu > li { float: none; }

.mega-content ul.sm_megamenu_menu > li > a { height: 45px; line-height: 45px; padding: 0 5px; }

.custom-homeslider .owl-dots { display: none; }

.custom-homeslider .owl-nav { position: absolute; bottom: 0; right: 0; }

.custom-homeslider .owl-nav .owl-prev { right: 0; border-radius: 0 !important; left: auto !important; margin: auto !important; position: relative !important; }

.custom-homeslider .owl-nav .owl-next { right: 0 !important; border-radius: 0 !important; margin: auto !important; position: relative !important; }

.custom-topslider .owl-dots { position: relative !important; left: auto !important; right: auto !important; bottom: auto !important; margin-top: 1rem !important; }

.custom-topslider .owl-dots .owl-dot span { width: 7px !important; height: 7px !important; background: #ababab; }

.custom-topslider .owl-dots .owl-dot span:hover { background-color: #000000 !important; }

.custom-topslider .owl-dots .owl-dot.active span { background-color: #000000 !important; }

.custom-topslider .owl-item { position: relative; }

.custom-topslider .owl-item .slidercontent { position: absolute; left: 0; right: 0; bottom: 0; max-width: 50%; margin: auto; text-align: center; padding: 4rem 3rem; background: #000000a1; }

.custom-topslider .owl-item .slidercontent button { background: transparent; border: #f5b606 solid 1px; border-radius: 0; }

.custom-topslider .owl-item .slidercontent button:hover { background: #f5b606; border: #f5b606 solid 1px; }

.custom-topslider .owl-item .slidercontent button:focus { background: #f5b606; border: #f5b606 solid 1px; }

@media (max-width: 440px) { .custom-topslider .owl-item .slidercontent { max-width: 80%; } }

.home-specials { background: url(../images/lighting-bg-1.jpg) no-repeat center; background-size: cover; }

.home-specials img { -webkit-transform: scale(1); transform: scale(1); transition: .5s; position: relative; z-index: 0; }

.home-specials img:hover { -webkit-transform: scale(1.05); transform: scale(1.05); transition: .5s; }

.section-hotselling img { max-width: 40rem; width: 100%; -webkit-transform: scale(1); transform: scale(1); transition: .5s; position: relative; z-index: 0; }

.section-hotselling:hover img { -webkit-transform: scale(1.06); transform: scale(1.06); transition: .5s; }

.section-hotselling a.btn { background: #000000; border: #f5b606 solid 1px; width: 100%; max-width: 20rem; display: inline-block; margin-top: -2rem; position: relative; z-index: 1; }

.section-hotselling a.btn:hover { background: #f5b606; border: #f5b606 solid 1px; }

.section-hotselling a.btn:focus { background: #f5b606; border: #f5b606 solid 1px; }

.section-collection { background: url(../images/lighting-bg-2.jpg) no-repeat center; background-size: cover; }

.section-collection h2 { font-size: 7vw; }

.section-collection a.btn { background: #000000; }

.section-collection a.btn:hover { background: #f5b606; }

.section-collection a.btn:focus { background: #f5b606; }

.home-productslider .product-item-actions { padding: 0 !important; width: 100%; margin: 0 !important; }

.home-productslider .product-item-actions .actions-primary { width: 100%; }

.home-productslider .product-item-actions .actions-primary button.action { background: #000000 !important; color: #fff !important; border-radius: 0 !important; }

.home-productslider .product-item-actions .actions-primary button.action:hover { background: #f5b606 !important; }

.home-productslider .product-item-actions .actions-primary button.action:focus { background: #f5b606 !important; }

.home-productslider .product-item-details { padding: 10px 0px 0px !important; }

.home-productslider .product-item-details .product-item-link { display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; min-height: 4rem; padding: 0 !important; }

.home-productslider .product-item-details .price-box { display: -webkit-inline-flex; display: inline-flex; }

.home-productslider .products-grid .product-item-info { background-color: transparent; border: none; border-radius: 0; padding: 1rem; }

.home-productslider .owl-dots { margin-top: 0px !important; }

.home-productslider .owl-dots .owl-dot span { width: 7px !important; height: 7px !important; background: #ababab; }

.home-productslider .owl-dots .owl-dot.active span { background-color: #000000 !important; }

.home-productslider .stock.unavailable { text-align: center; padding: 1rem; color: #ff384b; font-weight: 600; text-transform: uppercase; }

.home-productslider .product-item-info .product-item-photo { background: #fff; background-color: #fff; }

.home-productslider a.bss-quickview { background-color: #f5b606; }

.footermenu { color: #000; }

.footermenu .block-footer-title { border-bottom: #000000 solid 1px; color: inherit; }

.footermenu .block-footer-content li { margin-bottom: 0.5rem !important; }

.footermenu .block-footer-content li a::before { display: none !important; }

.footer-copyright img { max-width: 20rem; }

.block-subscribe-footer input { border: 1px solid #fff; border-radius: 0; }

.block-subscribe-footer .action-button { margin-top: 1.5rem; }

.block-subscribe-footer .action-button button { background: #000000; border: #fff solid 1px; border-radius: 0; text-transform: uppercase; width: 100%; max-width: 17rem; }

.block-subscribe-footer .action-button button:hover { background: #f5b606; border: #f5b606 solid 1px; }

.block-subscribe-footer .action-button button:focus { background: #f5b606; border: #f5b606 solid 1px; }

.modal-popup .modal-content { padding-top: 30px !important; padding-bottom: 20px !important; width: 100%; border: none; }

.modal-popup .modal-inner-wrap { height: auto !important; max-height: unset !important; }

.mfp-preloader { background-color: #f5b606; }

a.bss-quickview { background-color: #f5b606 !important; }

.modal-footer .action.secondary, .owl-theme .owl-nav [class*=owl-], .fancybox-skin, .cart-container .cart.main.actions .action.update, .cart-container .cart.main.actions .action.continue, .cart-container .item-actions .actions-toolbar .action, .actions-toolbar .primary .action, .products-list .product-item-info, .minicart-wrapper .block-minicart .block-content > .actions .secondary a, .smcqp-actions .smcqp-btn, .smcqp-actions .smcqp-continue, .smcqp-modal-popup .modal-inner-wrap, .product-info-main .product-social-links .action, .product-info-main .product-addto-links .action, .fotorama__stage, .fotorama__thumb, .fotorama__thumb-border, .action.primary, .newsletter-footer .action-button button, .back2top, input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email], select, .modes .modes-mode, .sidebar .block .block-content, .sidebar .block .empty, .sidebar .block .block-title, .products-grid .product-item-info, .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart, .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action, .toolbar, .pages .item { border-radius: 0 !important; }

.page-with-filter .products-grid .quickview-handler { display: none; }

.page-with-filter .products-grid .button_quickview { text-align: center; }

.page-with-filter .products-grid .button_quickview .link-quickview { color: #f5b606; }

.page-with-filter .products-grid .button_quickview .link-quickview:hover { color: #000000; }

.page-with-filter .products-grid .button_quickview .link-quickview:focus { color: #000000; }

.page-with-filter .products-list .quickview-handler { display: none !important; }

.page-with-filter .products-list .button_quickview { margin-bottom: 0.5rem; }

.page-with-filter .products-list .button_quickview .link-quickview { color: #f5b606; }

.page-with-filter .products-list .button_quickview .link-quickview:hover { color: #000000; }

.page-with-filter .products-list .button_quickview .link-quickview:focus { color: #000000; }

.quickview-handler { display: none !important; }

.page-with-filter .products-grid .action.tocart { background-color: #000000 !important; color: #fff !important; width: 100%; }

.page-with-filter .products-grid .action.tocart:hover { background: #f5b606 !important; }

.page-with-filter .products-grid .action.tocart:focus { background: #f5b606 !important; }

.page-with-filter .products-grid .stock.unavailable { padding: 1rem 0rem; color: #ff384b; font-weight: 600; text-transform: uppercase; }

.page-with-filter .products-grid .product-item-actions { width: 100%; }

.page-with-filter .products-grid .product-item-actions .actions-primary { width: 100%; }

.page-with-filter .products-grid .pricebox-group { margin-bottom: 0.8rem; }

.page-with-filter .products-grid .pricebox-group .price-box { display: -webkit-inline-flex; display: inline-flex; }

.page-with-filter .products-grid .day { color: #000; }

.page-with-filter .products-grid .save-box-b { color: #000; display: block; margin-top: 1rem; }

.page-with-filter .products-grid .save-box-b b { font-weight: 600; }

.page-with-filter .products-grid .save-box-b .deal-off { font-weight: 600; }

.page-with-filter .products-grid .product-item-actions .actions-secondary .action { background-color: #e5e5e5 !important; }

.page-with-filter .products-grid .product-item-actions .actions-secondary .action:hover { background: #f5b606 !important; }

.page-with-filter .products-grid .product-item-actions .actions-secondary .action:focus { background: #f5b606 !important; }

.page-with-filter .products-grid .product-item-link { display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; min-height: 4rem; padding: 0 !important; margin: 0.5rem 0rem; }

.page-with-filter h1.page-title { font-size: 180%; }

.page-with-filter .sidebar .block-title { padding: 0.6rem 2rem; }

.page-with-filter .product-item.has-sale .product-item-info .wk_hover_pinterests { top: 5.2rem; }

.fotorama--fullscreen { z-index: 10000000000 !important; }

.page-with-filter .products-list .action.tocart { background-color: #000000 !important; color: #fff !important; }

.page-with-filter .products-list .action.tocart:hover { background: #f5b606 !important; }

.page-with-filter .products-list .action.tocart:focus { background: #f5b606 !important; }

.page-with-filter .products-list .stock.unavailable { padding: 1rem 0rem; color: #ff384b; font-weight: 600; text-transform: uppercase; }

.page-with-filter .products-list .day { color: #000; }

.page-with-filter .products-list .save-box-b { color: #000; display: block; margin: 1.2rem 0rem; }

.page-with-filter .products-list .save-box-b b { font-weight: 600; }

.page-with-filter .products-list .save-box-b .deal-off { font-weight: 600; }

.page-with-filter .products-list .product-item-actions .actions-secondary .action { background-color: #e5e5e5 !important; border-radius: 0px !important; }

.page-with-filter .products-list .product-item-actions .actions-secondary .action:hover { background: #f5b606 !important; }

.page-with-filter .products-list .product-item-actions .actions-secondary .action:focus { background: #f5b606 !important; }

.page-with-filter .products-list .product-item-details { padding: 1rem !important; }

.page-with-filter .products-list .product-item-details .product-item-description { margin: 0 0 1rem !important; }

.account .column.main a.action { color: #f5b606; }

.account .column.main a.action:hover { color: #000000; }

td.col, th.col { width: auto; }

/*Porto Admin layout*/
.account #maincontent .main .box-title > span { font-size: 1.6rem; font-weight: 500; color: #000; }

.account #maincontent .main .block .block-title strong { font-size: 1.6rem; font-weight: normal; line-height: normal; margin-bottom: 0; margin-top: 0; display: inline-block; }

.account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^="sales-guest-"] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title { padding: 10px 15px; border: 1px solid #ddd; background-color: #f5f5f5; position: relative; margin-bottom: 0; display: block; }

.box .box-content { padding: 15px; font-size: 13px; border: 1px solid #ddd; border-top: 0; background-color: #fbfbfb; min-height: 135px; color: #000; }

.box .box-actions { margin: 0; border: 1px solid #ddd; border-top: 0; background-color: #f5f5f5; padding: 10px 15px; }

.block-addresses-list .items.addresses .item.actions .action:after, .account .data.table .col.actions .action:after, [class^="sales-guest-"] .data.table .col.actions .action:after, .sales-guest-view .data.table .col.actions .action:after, .block .box-actions .action:after { content: ""; display: inline-block; height: 12px; margin: 0 9px; border-left: 1px solid #eaeaea; vertical-align: -1px; }

@media (min-width: 768px) { .account .columns .column.main { padding-left: 3rem !important; } }

.account h1.page-title { margin-bottom: 1.8rem; }

.account .block { margin-bottom: 2rem; }

.account .sidebar .item { width: 100%; }

.account .sidebar .item a { width: 100%; color: #000000; }

.account .sidebar .item.current > strong { border-color: #f5b606; }

.account .sidebar .item .delimiter { width: 100%; }

@media (max-width: 767.98px) { .account .page-main { padding-top: 7rem; }
  .account .block-collapsible-nav { top: 10px; } }

.account .form { color: #000; }

.account .form .field label { font-weight: 600; }

.account .form .legend { font-weight: 600; }

.account .wishlist .product-item .box-tocart { margin-bottom: 1rem; }

.account .legend { margin: 0 0 2rem; }

.fieldset > .field { margin: 0 0 1.8rem; }

@media (min-width: 768px) { .account .legend { margin-left: 0 !important; }
  .account .fieldset > .field.choice:before { display: none; }
  .account form .actions-toolbar { margin-left: 0 !important; } }

@media (min-width: 768px) { .account .fieldset > .field:not(.choice) > .label { text-align: left; width: 100%; }
  .account .fieldset > .field:not(.choice) > .control { width: 100%; } }

.swatch-option { height: 24px; padding: 1px 4px; }

.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover { outline: 2px solid #f5b606; }

.smcqp-modal-popup .modal-header { display: block !important; }

.smcqp-modal-popup .modal-header .action-close { padding: 0px 10px; margin-top: 0px; z-index: 1; }

@media (max-width: 767.98px) { .custom-slide .modal-inner-wrap { background-color: #ffffff; } }

@media only screen and (max-width: 639px) { .minicart-wrapper .product .actions { margin-top: 1rem !important; } }

.minicart-wrapper .action.showcart .counter.qty { background: #f5b606; }

#mp-popup-template4 { width: 100%; height: 100%; padding: 0rem 2rem; }

#mp-popup-template4 .logo { margin: auto; display: block; width: 100%; float: none; text-align: center; max-width: 100%; margin-bottom: 1rem; }

#mp-popup-template4 .logo img { display: inline-block; width: 250px; margin-bottom: 1rem; }

.tmp4_field_newsletter { padding-right: 0; }

.tmp4_field_newsletter .mage-error { position: relative !important; bottom: 0 !important; left: 0 !important; }

#bio_ep { background-color: #fff !important; height: 350px !important; }

.mageplaza-betterpopup-content .action.subscribe { margin: 1.4rem 0rem; }

.checkout-index-index #timer { border: #f5b606 solid 1px !important; background-color: #fff8e6 !important; padding: 1.4rem 1rem; font-size: 1.6rem; }

.checkout-index-index #timer .wantittomorrow { font-weight: 700; font-size: 1.8rem; }

.checkout-index-index #timer .hour_span { color: red; }

@media (min-width: 768px) { .checkout-index-index #timer { max-width: 64%; } }

.checkout-cart-index #timer { border: #f5b606 solid 1px !important; background-color: #fff8e6 !important; padding: 1.4rem 1rem; font-size: 1.4rem; text-align: center; margin-bottom: 2rem; }

.checkout-cart-index #timer .wantittomorrow { font-weight: 700; font-size: 1.6rem; }

.checkout-cart-index #timer .hour_span { color: red; }

.checkout-cart-index .cart.table-wrapper .col.item .action.link-quickview { display: none; }

.checkout-index-index .new-address-popup .action.action-show-popup { background: #333333; color: #fff; font-weight: 400; border: none; }

.checkout-index-index .new-address-popup .action.action-show-popup:hover { background: #f5b606; }

.checkout-index-index .new-address-popup .action.action-show-popup:focus { background: #f5b606; }

.checkout-index-index .modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap { left: inherit; max-width: 650px; }

@media (max-width: 767.98px) { .checkout-index-index .modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .modal-content { padding: 2rem; } }

.opc-wrapper .shipping-address-item.selected-item { border-color: #f5b606; }

.opc-wrapper .shipping-address-item.selected-item:after { background: #f5b606; }

.catalog-product-view .product.media { display: block; position: relative; }

.catalog-product-view .product-info-brand { position: relative; z-index: 910; text-align: right; }

.catalog-product-view .product-info-brand .brand_logo { display: -webkit-inline-flex; display: inline-flex; width: 8rem; height: 8rem; margin-right: 1rem; margin-top: 1rem; border: #f5b606 solid 2px; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; vertical-align: middle; }

.catalog-product-view .product-info-brand .brand_logo a { display: -webkit-flex; display: flex; width: 100%; height: 100%; background: #fff; }

.catalog-product-view .product-info-brand .brand_logo a img { -o-object-fit: contain; object-fit: contain; }

@media (min-width: 768px) { .catalog-product-view .product.media { width: 50% !important; padding-right: 2rem; }
  .catalog-product-view .product-info-main { width: 50% !important; text-align: center; } }

.catalog-product-view .fotorama__wrap--css3 .fotorama__stage { border: none; }

.catalog-product-view .fotorama__wrap--css3 .fotorama__stage__shaft { border: 1px solid #ddd; }

.catalog-product-view .product-info-brand { display: none; }

.catalog-product-view .next_dly_label { display: none; }

.catalog-product-view .free_dly_label { display: none; }

.catalog-product-view .clearance_label { display: none; }

.catalog-product-view .fotorama__wrap--css3 .fotorama__stage__shaft .product-info-brand { display: block; }

.catalog-product-view .fotorama__wrap--css3 .fotorama__stage__shaft .next_dly_label { display: inline-block; }

.catalog-product-view .fotorama__wrap--css3 .fotorama__stage__shaft .free_dly_label { display: inline-block; }

.catalog-product-view .fotorama__wrap--css3 .fotorama__stage__shaft .clearance_label { display: inline-block; }

.catalog-product-view .fotorama-item.fotorama--fullscreen .product-info-brand { display: none; }

.catalog-product-view .fotorama-item.fotorama--fullscreen .next_dly_label { display: none; }

.catalog-product-view .fotorama-item.fotorama--fullscreen .free_dly_label { display: none; }

.catalog-product-view .fotorama-item.fotorama--fullscreen .clearance_label { display: none; }

.catalog-product-view .product.media .wk_hover_pinterests { position: absolute !important; float: none !important; right: 3rem; top: 10rem; z-index: 2; }

.catalog-product-view .product-info-icons { margin: 0; padding: 2rem 1rem 0rem 1rem; border: #ddd solid 1px; margin-top: 2rem; }

.catalog-product-view .product-info-icons .icon-list-info { font-family: inherit !important; margin-bottom: 2rem; font-size: 1.5rem; text-transform: uppercase; }

.catalog-product-view .product-info-icons .icon-list-info img { width: 3rem; margin-right: 1rem; -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.catalog-product-view .product-info-att { padding: 2rem 1rem; border: #ddd solid 1px; margin-top: 2rem; }

.catalog-product-view .product-info-att h4 { padding-left: 1rem; font-size: 2rem; }

.catalog-product-view .product-info-att table > tbody > tr > td { padding: 4px 11.5px; }

.clearance_label { background: #ff0000; padding: 10px; color: #fff; z-index: 999999; position: absolute; display: inline-block; left: -45px; top: 20px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); text-align: center; width: 200px; text-transform: uppercase; font-weight: 500; font-size: 1.4rem; -webkit-transform-origin: bottom; transform-origin: bottom; }

.free_dly_label { background: #03a84e; padding: 10px; color: #fff; z-index: 999999; position: absolute; display: inline-block; left: -45px !important; top: 20px !important; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); text-align: center; width: 200px !important; text-transform: uppercase; font-weight: 500; font-size: 1.4rem; -webkit-transform-origin: bottom; transform-origin: bottom; }

.next_dly_label { background: #080e50; padding: 10px; color: #fff; z-index: 999999; position: absolute; display: inline-block; left: -45px; top: 20px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); text-align: center; width: 200px; text-transform: uppercase; font-weight: 500; font-size: 1.2rem; -webkit-transform-origin: bottom; transform-origin: bottom; }

.catalog-product-view .product-info-main .stock.available { margin-right: 0px; }

.catalog-product-view .product-info-main h1.page-title { font-size: 2.4rem; font-weight: 700; }

.catalog-product-view .product-info-main p.product_custom_message { font-weight: 500 !important; }

.catalog-product-view .product-info-main .price-box { font-size: 3rem; font-weight: 700; border-top: #ddd solid 1px; border-bottom: #ddd solid 1px; padding: 1.4rem 0rem; }

.catalog-product-view .product-info-main .price-box .price-container { font-size: 2rem; }

.catalog-product-view .product-info-main .price-box .old-price .price-container { font-size: 2rem; }

.catalog-product-view .product-info-main .clearance_block_main { margin-bottom: 1rem; }

.catalog-product-view .product-info-main .clearance_block_main .clear_out_url { color: #f5b606; font-weight: 600; text-decoration: underline; }

.catalog-product-view .product-info-main .clearance_block_main .clear_out_url:hover { color: #000000; }

.catalog-product-view .product-info-main .clearance_block_main .clear_out_url:focus { color: #000000; }

.catalog-product-view .product_promo_text { padding: 1rem; font-size: 1.6rem; margin-bottom: 2rem; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; --borderWidth: 3px; background: transparent; position: relative; border-radius: 0; color: #fff; font-weight: 600; }

.catalog-product-view .product_promo_text:after { content: ''; position: absolute; top: calc(-1 * var(--borderWidth)); left: calc(-1 * var(--borderWidth)); height: calc(100% + var(--borderWidth) * 2); width: calc(100% + var(--borderWidth) * 2); background: linear-gradient(60deg, #04C37E, #2547CB, #5721C1, #6E0C98); border-radius: 0; z-index: -1; -webkit-animation: animatedgradient 3s ease alternate infinite; animation: animatedgradient 3s ease alternate infinite; background-size: 300% 300%; }

@-webkit-keyframes animatedgradient { 0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; } }

@keyframes animatedgradient { 0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; } }

.catalog-product-view .product-add-form .box-tocart { display: block; float: none; width: 100%; }

.catalog-product-view .product-add-form .box-tocart .fieldset { display: -webkit-flex; display: flex; margin: 0; }

.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; margin-bottom: 1rem; }

.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty .label { padding-right: 1rem; font-weight: 700; }

.catalog-product-view .products-grid .product-item { margin-bottom: 0px; }

@media (max-width: 400px) { .catalog-product-view .product-add-form .box-tocart .fieldset { display: block; }
  .catalog-product-view .product-add-form .box-tocart .fieldset .actions { margin-bottom: 4rem; } }

.catalog-product-view .product-add-form .box-tocart .actions { float: none; padding-top: 0px !important; width: 100%; }

.catalog-product-view .product-add-form .box-tocart .actions .action.tocart { width: 100%; background-color: #000000; color: #ffffff; font-size: 2rem; font-weight: 600; }

.catalog-product-view .product-add-form .box-tocart .actions .action.tocart:hover { background-color: #f5b606; }

.catalog-product-view .product-add-form .box-tocart .actions .action.tocart:focus { background-color: #f5b606; }

.catalog-product-view .product-social-links { float: none; width: 100%; vertical-align: top; padding-top: 0; text-align: center; margin-bottom: 1.2rem; }

.catalog-product-view .product-social-links a.action { float: none; background-color: transparent; width: auto; display: -webkit-inline-flex; display: inline-flex; padding: 0rem 1rem; }

.catalog-product-view .product-social-links a.action::before { font-size: 2rem; }

.catalog-product-view .product-social-links a.action span { display: inline-block; padding-left: 0.6rem; }

.catalog-product-view .clearance_block_main .pdt_page_clearance_block { font-size: 2rem; }

.catalog-product-view .clearance_block_main .pdt_page_clearance_block span { text-decoration: underline; }

.catalog-product-view .clearance_block_main #myBtn { color: #ff0000; font-weight: 600; margin-bottom: 2rem; }

.catalog-product-view .clearance_block_main #myBtn .icon-help { background: #ff0000; color: #fff; width: 20px; height: 20px; display: -webkit-inline-flex; display: inline-flex; border-radius: 5rem; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }

.catalog-product-view #counter { text-align: left; margin-bottom: 2rem; padding: 1rem 2rem; border: #ddd solid 1px; }

.catalog-product-view #counter .deal-ens-in { font-size: 1.5rem; display: block; margin-bottom: -1.6rem; }

.catalog-product-view #counter .container { margin: 0; }

.catalog-product-view #counter .container .row { margin: 0; }

.catalog-product-view #counter .container .row .col-lg-8 { padding: 0; margin: 0 !important; }

.catalog-product-view #counter { position: relative; overflow: hidden; }

.catalog-product-view #counter .deal-off { background: #ff0000; color: #fff; padding: 0.5rem 1rem; font-weight: 700; position: absolute; right: 6rem; top: 1.4rem; width: 90px; height: 90px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; border-radius: 100%; font-size: 30px; text-align: center; line-height: 28px; }

.catalog-product-view #counter .save-box-b { position: absolute; right: 3rem; top: 11rem; width: 150px; text-align: center; font-size: 1.6rem; line-height: 1.6rem; }

@media (max-width: 480px) { .catalog-product-view #counter .deal-off { position: relative; right: auto; top: auto; }
  .catalog-product-view #counter .save-box-b { position: relative; right: auto; top: auto; width: 100%; text-align: left; } }

.catalog-product-view #counter .table { text-align: center; margin: 0; width: auto; max-width: unset; }

.catalog-product-view #counter .table th { font-size: 3em; }

.catalog-product-view #counter .table td { font-size: 1.4rem; font-weight: 500; }

.catalog-product-view .find_opc_wrapper { display: -webkit-flex; display: flex; gap: 1.6rem; text-align: center; }

@media (max-width: 440px) { .catalog-product-view .find_opc_wrapper { display: block; } }

.catalog-product-view .find-lower-price { display: block; border: #f5b606 solid 1px; background: #fff8e6; font-size: 1.6rem; padding: 2rem 1rem; margin-bottom: 2rem; }

.catalog-product-view .find-lower-price .low-q { background: transparent; color: #000; padding: 0; width: 100%; height: auto; border-radius: 0; margin-bottom: 1rem; display: block; }

.catalog-product-view .find-lower-price .low-a { display: inline-block; width: auto; height: auto; text-align: center; vertical-align: middle; background: transparent; color: #000 !important; border-radius: 0; border: #000 solid 1px; padding: 0.6rem 2rem; text-transform: uppercase; }

.catalog-product-view .find-lower-price .low-a:hover { background: #000000; color: #fff !important; }

.catalog-product-view .find-lower-price .low-a:focus { background: #000000; color: #fff !important; }

.modal { z-index: 1111 !important; }

.catalog-product-view .opc_count { display: -webkit-flex; display: flex; margin-bottom: 2rem; padding: 2rem 1rem !important; -webkit-align-items: center; align-items: center; margin-top: 0 !important; border: #f5b606 solid 1px !important; background-color: #fff8e6 !important; font-size: 1.6rem; }

.catalog-product-view .opc_count #timer .wnat_it_tomo { font-weight: 700; font-size: 1.8rem; }

.catalog-product-view .opc_count #timer #next_day_del { color: red; }

.catalog-product-view .fotorama__arr { bottom: 8rem; top: 8rem; }

.catalog-product-view .custom-AddThis { text-align: left; }

@media (min-width: 576px) { .moredetails-popup .modal-dialog { max-width: 500px; margin: inherit; min-width: 500px; right: 0; right: 0; top: 0; bottom: 0; position: fixed; width: auto; }
  .moredetails-popup .modal-dialog .modal-content { height: 100%; border-radius: 0; } }

.moredetails-popup .modal-dialog { /* width */ /* Track */ /* Handle */ /* Handle on hover */ }

.moredetails-popup .modal-dialog .modal-body { overflow: hidden; overflow-y: scroll; scrollbar-color: #888 #fff; scrollbar-width: thin; text-align: left; }

.moredetails-popup .modal-dialog .modal-body::-webkit-scrollbar { width: 5px; }

.moredetails-popup .modal-dialog .modal-body::-webkit-scrollbar-track { background: #fff; }

.moredetails-popup .modal-dialog .modal-body::-webkit-scrollbar-thumb { background: #888; }

.moredetails-popup .modal-dialog .modal-body::-webkit-scrollbar-thumb:hover { background: #555; }

.moredetails-popup .modal-header .close { font-size: 2.4rem; padding-right: 1.4rem; }

.moredetails-popup .modal.fade .modal-dialog { -webkit-transform: translate(100%, 0); transform: translate(100%, 0); }

.moredetails-popup .modal.show .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.section-product-details { display: block; float: left; width: 100%; list-style: none; padding: 0; }

.section-product-details li { border-top: #ddd solid 1px; }

.section-product-details li:last-child { border-bottom: #ddd solid 1px; }

.section-product-details .moredetails-popup > .btn { position: relative; }

.section-product-details .moredetails-popup > .btn > i { position: absolute; right: 5px; top: 18px; }

.catalog-product-view .related_banner_wrapper { display: -webkit-flex; display: flex; }

.catalog-product-view .related_banner_wrapper .stagepadding-slider { margin: 0; margin-right: 2rem; background: #f6f6f6; padding: 2rem 4rem; height: 100%; }

.catalog-product-view .related_banner_wrapper .stagepadding-slider .owl-carousel .owl-stage { padding-top: 10px; padding-bottom: 0px; }

.catalog-product-view .products-related .owl-carousel .owl-stage-outer { z-index: 1; }

.catalog-product-view .products-related .owl-nav { top: 9rem !important; right: -30px !important; left: -30px; z-index: 0; }

.catalog-product-view .products-related .owl-nav .owl-prev { float: left; }

.catalog-product-view .products-related .owl-nav .owl-next { float: right; }

.catalog-product-view .title-block-1 .product-slider .block-title { margin-left: 0; margin-right: 0; text-align: center; border-bottom: none; margin-bottom: 0 !important; }

.catalog-product-view .title-block-1 .product-slider .block-title::before { display: none; }

.catalog-product-view .product-slider .product-item-info { background-color: transparent; border: none; }

.catalog-product-view .product-slider .product-item-info .price-box { border: none; line-height: 1rem; padding: 0; display: -webkit-inline-flex; display: inline-flex; white-space: nowrap; -webkit-justify-content: center; justify-content: center; }

.catalog-product-view .product-slider .product-item-info .price-box .price-container .price { font-size: 1.4rem; font-weight: 700; }

.catalog-product-view .product-slider .product-item-info .price-box .special-price { margin-right: 0; }

.catalog-product-view .product-slider .product-item-info .price-box .old-price { line-height: 2rem; }

.catalog-product-view .product-slider .product-item-info .image-product { border: #cfcfcf solid 1px; }

.catalog-product-view .product-slider .product-item-info .image-product .product-item-photo { margin-bottom: 0 !important; }

.catalog-product-view .product-slider .product-item-link { padding: 0 !important; font-size: 1.2rem; display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #000; font-weight: 500; }

.catalog-product-view .related_banner_wrapper .tbanner_side_bar { display: -webkit-flex; display: flex; margin-bottom: 2rem; }

.catalog-product-view .related_banner_wrapper .tbanner_side_bar .banner-image { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; margin: 0; }

.catalog-product-view .related_banner_wrapper .tbanner_side_bar .banner-image a { display: -webkit-flex; display: flex; margin-bottom: 2rem; }

.catalog-product-view .related_banner_wrapper .tbanner_side_bar .banner-image a:last-child { margin-bottom: 0rem; }

@media (max-width: 991.98px) { .catalog-product-view .related_banner_wrapper { display: block; }
  .catalog-product-view .related_banner_wrapper .stagepadding-slider { margin-right: 0; }
  .catalog-product-view .related_banner_wrapper .title-block-1 { width: 100% !important; }
  .catalog-product-view .related_banner_wrapper .tbanner_side_bar { display: block; width: 100% !important; text-align: center; }
  .catalog-product-view .related_banner_wrapper .tbanner_side_bar .banner-image { display: -webkit-inline-flex; display: inline-flex; -webkit-flex-direction: inherit; flex-direction: inherit; gap: 2rem; } }

.catalog-product-view .related_banner_wrapper .title-block-1 { margin-bottom: 2rem; }

.catalog-product-view .block-slide-upsell { background: #f6f6f6; position: relative; z-index: 1; padding: 5rem 0rem 1rem 0rem; }

.catalog-product-view .block-slide-upsell::before { content: ''; width: 160%; top: 0; bottom: 0; right: -40rem; background: #f6f6f6; position: absolute; z-index: -1; }

.block-slide-upsell .image-product { border: none !important; }

.block-slide-upsell .product-item-details { padding: 0 !important; margin-top: 1rem !important; text-align: left !important; }

.block-slide-upsell .product-item-details .product-item-link { font-size: 1.5rem; min-height: 45px; }

.block-slide-upsell .product-item-details .price-box { margin-top: 1.2rem; }

.block-slide-upsell .product-item-details .price-wrapper .price { font-size: 1.5rem !important; font-weight: 500 !important; }

.block-slide-upsell .product-item-info { padding: 1rem !important; }

.block-slide-upsell .product-item-info .wk_hover_pinterests { top: 1rem !important; right: 1.6rem !important; position: absolute !important; }

.block-slide-upsell .product-item-actions { margin-top: 2rem !important; display: block !important; }

.block-slide-upsell .product-item-actions .action.tocart { padding: 0 10px !important; background-color: #000000 !important; color: #fff !important; width: 100%; font-size: 1.3rem; }

.block-slide-upsell .product-item-actions .action.tocart:hover { background: #f5b606 !important; }

.block-slide-upsell .product-item-actions .action.tocart:focus { background: #f5b606 !important; }

.block-slide-upsell .product-item-actions .stock.unavailable { height: 40px; text-align: center; padding: 1rem 0rem; color: red; }

.block-slide-upsell .product-item-actions .actions-primary { display: block !important; }

.block-slide-upsell .owl-nav { top: 38% !important; right: -25px !important; left: -25px; z-index: -1; }

.block-slide-upsell .owl-nav .owl-prev { float: left; }

.block-slide-upsell .owl-nav .owl-next { float: right; }

@media (max-width: 991.98px) { .block-slide-upsell .owl-nav { display: none; } }

.block-slide-upsell .product-item.has-sale .wk_hover_pinterests { top: 6.4rem !important; right: 2rem !important; position: absolute !important; }

.product-labels .product-label.sale-label { background-color: #f55007; }

.contact-our-team .contact-team-icon { width: 6rem; height: 6rem; margin-top: -41px !important; background: #fff; }

.delete-data-modal .modal-content { padding-left: 20px !important; padding-right: 20px !important; }

.delete-data-modal .modal-content h2 { margin-bottom: 1.6rem; }

.delete-data-modal .modal-content .form.delete-data { margin-top: 15px; }

.quickview-popup-wrapper .modal-header .action-close { padding: 4px 10px; }

.quickview-popup-wrapper .fotorama__thumb__arr { display: none !important; }

.quickview-popup-wrapper .quickviewContainer { padding: 0; }

.sidebar-additional .banner-image a { display: block; margin-bottom: 1rem; }

.outofstocknotifier-block .outofstocknotifier_email { display: block !important; width: 100% !important; margin-bottom: 1rem; }

.outofstocknotifier-block .outofstocknotifier_action { margin-left: 0 !important; margin-bottom: 1rem; }

.outofstocknotifier-block .outofstocknotifier_action .action.submit { float: none; background: #000000; }

.outofstocknotifier-block .outofstocknotifier_action .action.submit:hover { background: #f5b606; }

.outofstocknotifier-block .outofstocknotifier_action .action.submit:focus { background: #f5b606; }

.gallery-placeholder .fotorama__thumb__arr.fotorama__thumb__arr--right { display: none !important; }

.gallery-placeholder .fotorama__thumb__arr.fotorama__thumb__arr--left { display: none !important; }

#gdpr-box { display: none; left: 0; position: fixed; bottom: 0; z-index: 2000; width: 90%; max-width: 360px; padding: 20px; background-color: #ebe9e8; border-left: 0; border-radius: 0 40px 0 0; color: #000000; line-height: 1.2em; box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; border-bottom: 7px solid #f5b606; }

#gdpr-box .gdpr-button-accept { background: #000000; margin-top: 0.6rem; color: #fff; font-weight: 500; }

#gdpr-box .gdpr-button-accept:hover { background: #f5b606; }

#gdpr-box .gdpr-button-accept:focus { background: #f5b606; }

#gdpr-box a.privacylink { color: #f5b606; font-weight: 500; }

#gdpr-box a.privacylink:hover { color: #000000; }

#gdpr-box a.privacylink:focus { color: #000000; }

.page-title-wrapper h1.page-title { font-size: 200%; font-weight: 600; }

#lowerprice-form fieldset.fieldset .field.note.no-label { white-space: nowrap; }

#lowerprice-form fieldset.fieldset .field.note.no-label:before { display: none; }

#lowerprice-form fieldset.fieldset p.bold { color: #000; }

#lowerprice-form h2.product.name.product-item-name { color: #000000 !important; }

.or-divider { color: #000000; }

.or-divider::before { border-top: 1px solid #000000; }

.or-divider::after { border-top: 1px solid #000000; }

.modals-overlay:before { content: '\e616'; font-family: 'icons-blank-theme'; font-size: 4rem; }

.category-brands .category-view { margin-bottom: 2rem; }

.category-brands .category-view .gallery-title h2 { font-size: 2.6rem; margin-bottom: 1rem; }

.contact-index-index .fieldset > .field.choice:before { display: none; }

.customer-account-create .form.create.account .actions-toolbar { padding-top: 0; width: 100%; margin-left: 0; }

.catalog-product-view .banner-bottom .my-5 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
/*# sourceMappingURL=est.css.map */