@charset "UTF-8";
/*!
// ================================================================================================
// 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-sm, .container-md, .container-lg, .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: 576px) { .container, .container-sm { max-width: 540px; } }

@media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } }

@media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } }

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

@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; } }

.btn { display: inline-block; font-weight: 500; line-height: 1.5; color: #323232; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1.25rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }

.btn:hover { color: #323232; }

.btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(0, 149, 246, 0.25); }

.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus { box-shadow: 0 0 0 0.25rem rgba(0, 149, 246, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn:disabled, .btn.disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; box-shadow: none; }

.btn-primary { color: #000000; background-color: #0095F6; border-color: #0095F6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-primary:hover { color: #000000; background-color: #26a5f7; border-color: #1aa0f7; }

.btn-check:focus + .btn-primary, .btn-primary:focus { color: #000000; background-color: #26a5f7; border-color: #1aa0f7; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 127, 209, 0.5); }

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { color: #000000; background-color: #33aaf8; border-color: #1aa0f7; }

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 127, 209, 0.5); }

.btn-primary:disabled, .btn-primary.disabled { color: #000000; background-color: #0095F6; border-color: #0095F6; }

.btn-secondary { color: #fff; background-color: #000000; border-color: #000000; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-secondary:hover { color: #fff; background-color: black; border-color: black; }

.btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #fff; background-color: black; border-color: black; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: black; border-color: black; }

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }

.btn-secondary:disabled, .btn-secondary.disabled { color: #fff; background-color: #000000; border-color: #000000; }

.btn-success { color: #000000; background-color: #17C671; border-color: #17C671; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-success:hover { color: #000000; background-color: #3acf86; border-color: #2ecc7f; }

.btn-check:focus + .btn-success, .btn-success:focus { color: #000000; background-color: #3acf86; border-color: #2ecc7f; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(20, 168, 96, 0.5); }

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { color: #000000; background-color: #45d18d; border-color: #2ecc7f; }

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(20, 168, 96, 0.5); }

.btn-success:disabled, .btn-success.disabled { color: #000000; background-color: #17C671; border-color: #17C671; }

.btn-info { color: #000000; background-color: #3BAFDA; border-color: #3BAFDA; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-info:hover { color: #000000; background-color: #58bbe0; border-color: #4fb7de; }

.btn-check:focus + .btn-info, .btn-info:focus { color: #000000; background-color: #58bbe0; border-color: #4fb7de; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(50, 149, 185, 0.5); }

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { color: #000000; background-color: #62bfe1; border-color: #4fb7de; }

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(50, 149, 185, 0.5); }

.btn-info:disabled, .btn-info.disabled { color: #000000; background-color: #3BAFDA; border-color: #3BAFDA; }

.btn-warning { color: #000000; background-color: #F6BB42; border-color: #F6BB42; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-warning:hover { color: #000000; background-color: #f7c55e; border-color: #f7c255; }

.btn-check:focus + .btn-warning, .btn-warning:focus { color: #000000; background-color: #f7c55e; border-color: #f7c255; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(209, 159, 56, 0.5); }

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { color: #000000; background-color: #f8c968; border-color: #f7c255; }

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(209, 159, 56, 0.5); }

.btn-warning:disabled, .btn-warning.disabled { color: #000000; background-color: #F6BB42; border-color: #F6BB42; }

.btn-danger { color: #000000; background-color: #ff1616; border-color: #ff1616; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-danger:hover { color: #000000; background-color: #ff3939; border-color: #ff2d2d; }

.btn-check:focus + .btn-danger, .btn-danger:focus { color: #000000; background-color: #ff3939; border-color: #ff2d2d; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 19, 19, 0.5); }

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { color: #000000; background-color: #ff4545; border-color: #ff2d2d; }

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 19, 19, 0.5); }

.btn-danger:disabled, .btn-danger.disabled { color: #000000; background-color: #ff1616; border-color: #ff1616; }

.btn-white { color: #000000; background-color: #fff; border-color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-white:hover { color: #000000; background-color: white; border-color: white; }

.btn-check:focus + .btn-white, .btn-white:focus { color: #000000; background-color: white; border-color: white; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }

.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle { color: #000000; background-color: white; border-color: white; }

.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }

.btn-white:disabled, .btn-white.disabled { color: #000000; background-color: #fff; border-color: #fff; }

.btn-light { color: #000000; background-color: #dedede; border-color: #dedede; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-light:hover { color: #000000; background-color: #e3e3e3; border-color: #e1e1e1; }

.btn-check:focus + .btn-light, .btn-light:focus { color: #000000; background-color: #e3e3e3; border-color: #e1e1e1; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(189, 189, 189, 0.5); }

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { color: #000000; background-color: #e5e5e5; border-color: #e1e1e1; }

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(189, 189, 189, 0.5); }

.btn-light:disabled, .btn-light.disabled { color: #000000; background-color: #dedede; border-color: #dedede; }

.btn-dark { color: #fff; background-color: #000000; border-color: #000000; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-dark:hover { color: #fff; background-color: black; border-color: black; }

.btn-check:focus + .btn-dark, .btn-dark:focus { color: #fff; background-color: black; border-color: black; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: black; border-color: black; }

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }

.btn-dark:disabled, .btn-dark.disabled { color: #fff; background-color: #000000; border-color: #000000; }

.btn-outline-primary { color: #0095F6; border-color: #0095F6; }

.btn-outline-primary:hover { color: #000000; background-color: #0095F6; border-color: #0095F6; }

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { box-shadow: 0 0 0 0.25rem rgba(0, 149, 246, 0.5); }

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { color: #000000; background-color: #0095F6; border-color: #0095F6; }

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 149, 246, 0.5); }

.btn-outline-primary:disabled, .btn-outline-primary.disabled { color: #0095F6; background-color: transparent; }

.btn-outline-secondary { color: #000000; border-color: #000000; }

.btn-outline-secondary:hover { color: #fff; background-color: #000000; border-color: #000000; }

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { color: #fff; background-color: #000000; border-color: #000000; }

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled { color: #000000; background-color: transparent; }

.btn-outline-success { color: #17C671; border-color: #17C671; }

.btn-outline-success:hover { color: #000000; background-color: #17C671; border-color: #17C671; }

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus { box-shadow: 0 0 0 0.25rem rgba(23, 198, 113, 0.5); }

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { color: #000000; background-color: #17C671; border-color: #17C671; }

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(23, 198, 113, 0.5); }

.btn-outline-success:disabled, .btn-outline-success.disabled { color: #17C671; background-color: transparent; }

.btn-outline-info { color: #3BAFDA; border-color: #3BAFDA; }

.btn-outline-info:hover { color: #000000; background-color: #3BAFDA; border-color: #3BAFDA; }

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus { box-shadow: 0 0 0 0.25rem rgba(59, 175, 218, 0.5); }

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { color: #000000; background-color: #3BAFDA; border-color: #3BAFDA; }

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(59, 175, 218, 0.5); }

.btn-outline-info:disabled, .btn-outline-info.disabled { color: #3BAFDA; background-color: transparent; }

.btn-outline-warning { color: #F6BB42; border-color: #F6BB42; }

.btn-outline-warning:hover { color: #000000; background-color: #F6BB42; border-color: #F6BB42; }

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { box-shadow: 0 0 0 0.25rem rgba(246, 187, 66, 0.5); }

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { color: #000000; background-color: #F6BB42; border-color: #F6BB42; }

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(246, 187, 66, 0.5); }

.btn-outline-warning:disabled, .btn-outline-warning.disabled { color: #F6BB42; background-color: transparent; }

.btn-outline-danger { color: #ff1616; border-color: #ff1616; }

.btn-outline-danger:hover { color: #000000; background-color: #ff1616; border-color: #ff1616; }

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { box-shadow: 0 0 0 0.25rem rgba(255, 22, 22, 0.5); }

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { color: #000000; background-color: #ff1616; border-color: #ff1616; }

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 22, 22, 0.5); }

.btn-outline-danger:disabled, .btn-outline-danger.disabled { color: #ff1616; background-color: transparent; }

.btn-outline-white { color: #fff; border-color: #fff; }

.btn-outline-white:hover { color: #000000; background-color: #fff; border-color: #fff; }

.btn-check:focus + .btn-outline-white, .btn-outline-white:focus { box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }

.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show { color: #000000; background-color: #fff; border-color: #fff; }

.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }

.btn-outline-white:disabled, .btn-outline-white.disabled { color: #fff; background-color: transparent; }

.btn-outline-light { color: #dedede; border-color: #dedede; }

.btn-outline-light:hover { color: #000000; background-color: #dedede; border-color: #dedede; }

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus { box-shadow: 0 0 0 0.25rem rgba(222, 222, 222, 0.5); }

.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { color: #000000; background-color: #dedede; border-color: #dedede; }

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(222, 222, 222, 0.5); }

.btn-outline-light:disabled, .btn-outline-light.disabled { color: #dedede; background-color: transparent; }

.btn-outline-dark { color: #000000; border-color: #000000; }

.btn-outline-dark:hover { color: #fff; background-color: #000000; border-color: #000000; }

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { color: #fff; background-color: #000000; border-color: #000000; }

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }

.btn-outline-dark:disabled, .btn-outline-dark.disabled { color: #000000; background-color: transparent; }

.btn-link { font-weight: 400; color: #008aff; text-decoration: underline; }

.btn-link:hover { color: #006ecc; }

.btn-link:disabled, .btn-link.disabled { color: #5f5f5f; }

.btn-lg { padding: 0.875rem 3rem; font-size: calc(1.28125rem + 0.375vw); border-radius: 0.3rem; }

@media (min-width: 1200px) { .btn-lg { font-size: 1.5625rem; } }

.btn-sm { padding: 0.25rem 1rem; font-size: 1.09375rem; border-radius: 0.2rem; }

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

.link-primary { color: #0095F6; }

.link-primary:hover, .link-primary:focus { color: #33aaf8; }

.link-secondary { color: #000000; }

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

.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: #ff1616; }

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

.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: #000000; }

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

.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, 149, 246, 0.6); }

.overlay-secondary { background-color: rgba(0, 0, 0, 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(255, 22, 22, 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(0, 0, 0, 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, 149, 246, 0.1) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-soft-secondary-9 { background-color: rgba(204, 204, 204, 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(255, 22, 22, 0.1) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-soft-danger-9 { background-color: rgba(255, 208, 208, 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(0, 0, 0, 0.1) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-soft-dark-9 { background-color: rgba(204, 204, 204, 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: #0095F6; }

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

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

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

.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: #ff1616; }

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

.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: #000000; }

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

.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 #DBDBDB !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-dark { border-color: #000000 !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.4375rem + 2.25vw) !important; }

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

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

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

.fs-5 { font-size: calc(1.28125rem + 0.375vw) !important; }

.fs-6 { font-size: 1.25rem !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: #0095F6 !important; }

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

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

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

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

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

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

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

.text-dark { color: #000000 !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: #0095F6 !important; }

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

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

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

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

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

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

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

.bg-dark { background-color: #000000 !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-15 { border-radius: 5rem !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; }
  .position-sm-static { position: static !important; }
  .position-sm-relative { position: relative !important; }
  .position-sm-absolute { position: absolute !important; }
  .position-sm-fixed { position: fixed !important; }
  .position-sm-sticky { position: -webkit-sticky !important; position: sticky !important; }
  .border-end-sm { border-right: 1px solid #DBDBDB !important; }
  .border-end-sm-0 { border-right: 0 !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; }
  .fs-sm-1 { font-size: calc(1.4375rem + 2.25vw) !important; }
  .fs-sm-2 { font-size: calc(1.375rem + 1.5vw) !important; }
  .fs-sm-3 { font-size: calc(1.34375rem + 1.125vw) !important; }
  .fs-sm-4 { font-size: calc(1.3125rem + 0.75vw) !important; }
  .fs-sm-5 { font-size: calc(1.28125rem + 0.375vw) !important; }
  .fs-sm-6 { font-size: 1.25rem !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; }
  .position-md-static { position: static !important; }
  .position-md-relative { position: relative !important; }
  .position-md-absolute { position: absolute !important; }
  .position-md-fixed { position: fixed !important; }
  .position-md-sticky { position: -webkit-sticky !important; position: sticky !important; }
  .border-end-md { border-right: 1px solid #DBDBDB !important; }
  .border-end-md-0 { border-right: 0 !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; }
  .fs-md-1 { font-size: calc(1.4375rem + 2.25vw) !important; }
  .fs-md-2 { font-size: calc(1.375rem + 1.5vw) !important; }
  .fs-md-3 { font-size: calc(1.34375rem + 1.125vw) !important; }
  .fs-md-4 { font-size: calc(1.3125rem + 0.75vw) !important; }
  .fs-md-5 { font-size: calc(1.28125rem + 0.375vw) !important; }
  .fs-md-6 { font-size: 1.25rem !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; }
  .position-lg-static { position: static !important; }
  .position-lg-relative { position: relative !important; }
  .position-lg-absolute { position: absolute !important; }
  .position-lg-fixed { position: fixed !important; }
  .position-lg-sticky { position: -webkit-sticky !important; position: sticky !important; }
  .border-end-lg { border-right: 1px solid #DBDBDB !important; }
  .border-end-lg-0 { border-right: 0 !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; }
  .fs-lg-1 { font-size: calc(1.4375rem + 2.25vw) !important; }
  .fs-lg-2 { font-size: calc(1.375rem + 1.5vw) !important; }
  .fs-lg-3 { font-size: calc(1.34375rem + 1.125vw) !important; }
  .fs-lg-4 { font-size: calc(1.3125rem + 0.75vw) !important; }
  .fs-lg-5 { font-size: calc(1.28125rem + 0.375vw) !important; }
  .fs-lg-6 { font-size: 1.25rem !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; }
  .position-xl-static { position: static !important; }
  .position-xl-relative { position: relative !important; }
  .position-xl-absolute { position: absolute !important; }
  .position-xl-fixed { position: fixed !important; }
  .position-xl-sticky { position: -webkit-sticky !important; position: sticky !important; }
  .border-end-xl { border-right: 1px solid #DBDBDB !important; }
  .border-end-xl-0 { border-right: 0 !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; }
  .fs-xl-1 { font-size: calc(1.4375rem + 2.25vw) !important; }
  .fs-xl-2 { font-size: calc(1.375rem + 1.5vw) !important; }
  .fs-xl-3 { font-size: calc(1.34375rem + 1.125vw) !important; }
  .fs-xl-4 { font-size: calc(1.3125rem + 0.75vw) !important; }
  .fs-xl-5 { font-size: calc(1.28125rem + 0.375vw) !important; }
  .fs-xl-6 { font-size: 1.25rem !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; }
  .position-xxl-static { position: static !important; }
  .position-xxl-relative { position: relative !important; }
  .position-xxl-absolute { position: absolute !important; }
  .position-xxl-fixed { position: fixed !important; }
  .position-xxl-sticky { position: -webkit-sticky !important; position: sticky !important; }
  .border-end-xxl { border-right: 1px solid #DBDBDB !important; }
  .border-end-xxl-0 { border-right: 0 !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; }
  .fs-xxl-1 { font-size: calc(1.4375rem + 2.25vw) !important; }
  .fs-xxl-2 { font-size: calc(1.375rem + 1.5vw) !important; }
  .fs-xxl-3 { font-size: calc(1.34375rem + 1.125vw) !important; }
  .fs-xxl-4 { font-size: calc(1.3125rem + 0.75vw) !important; }
  .fs-xxl-5 { font-size: calc(1.28125rem + 0.375vw) !important; }
  .fs-xxl-6 { font-size: 1.25rem !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: 3.125rem !important; }
  .fs-2 { font-size: 2.5rem !important; }
  .fs-3 { font-size: 2.1875rem !important; }
  .fs-4 { font-size: 1.875rem !important; }
  .fs-5 { font-size: 1.5625rem !important; }
  .fs-sm-1 { font-size: 3.125rem !important; }
  .fs-sm-2 { font-size: 2.5rem !important; }
  .fs-sm-3 { font-size: 2.1875rem !important; }
  .fs-sm-4 { font-size: 1.875rem !important; }
  .fs-sm-5 { font-size: 1.5625rem !important; }
  .fs-md-1 { font-size: 3.125rem !important; }
  .fs-md-2 { font-size: 2.5rem !important; }
  .fs-md-3 { font-size: 2.1875rem !important; }
  .fs-md-4 { font-size: 1.875rem !important; }
  .fs-md-5 { font-size: 1.5625rem !important; }
  .fs-lg-1 { font-size: 3.125rem !important; }
  .fs-lg-2 { font-size: 2.5rem !important; }
  .fs-lg-3 { font-size: 2.1875rem !important; }
  .fs-lg-4 { font-size: 1.875rem !important; }
  .fs-lg-5 { font-size: 1.5625rem !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; } }

.bg-black { background: #000; }

.bg-insta { background-image: linear-gradient(45deg, #ffd521, #f50000, #b900b4); }

.btn-outline-insta { display: inline-block; padding: 2px; position: relative; background: linear-gradient(45deg, #ffd521, #f50000, #b900b4); }

.btn-outline-insta .btn-insta-inner { background: #fff; }

.btn-outline-insta:hover .btn-insta-inner { background: transparent; color: #fff; }

.btn-primary:hover { background-color: #0773e7; }

.btn-primary:focus { background-color: #0773e7; }

button.bg-primary:hover { background-color: #0773e7; }

button.bg-primary:focus { background-color: #0773e7; }

.btn-insta { display: inline-block; padding: 2px; position: relative; background: linear-gradient(45deg, #ffd521, #f50000, #b900b4); }

.btn-insta .btn-insta-inner { background: transparent; color: #fff; }

.btn-insta:hover .btn-insta-inner { background: #fff; color: #000; }

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

.mw-1440 { max-width: 1440px; }

.opacity-6 { opacity: .6; }

.mw-850 { max-width: 850px !important; }

.action.primary, .action-primary { background: #0095F6; }

.action.primary:hover, .action-primary:hover { background: #0773e7; }

.action.primary:focus, .action-primary:focus { background: #0773e7; }

.owl-item .inc_price { display: none; }

header .header-bottom.menu-on-top { -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); background-color: rgba(255, 255, 255, 0.72); }

header .header-bottom { z-index: 3; }

header .customer-container .text-customer { display: none; }

.cart-header-container .minicart-wrapper .action.showcart .text { display: none; }

.header-wishlist .block-title .wishlist-title { display: none; }

header form.minisearch { margin: auto; max-width: 50rem; position: relative; }

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

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

.search-header .search-pro .input-text { padding-left: 40px; padding-right: 15px; background-color: #EFEFEF; }

.search-header .block-search .action.search { background-color: transparent !important; color: #c5c5c5 !important; width: 40px; right: auto; left: 0; pointer-events: none; }

.header-top { height: 75px; }

.header-top .logo-container { margin-top: 9px; width: 280px; }

.header-top .search-header { padding-top: 16px; }

header .customer-container .customer-header { height: 75px; }

header .customer-container .customer-header .title-customer { padding: 25px 17px; }

header .header-wishlist { height: 75px; }

header .header-wishlist .block-title { height: 75px; padding: 25px 17px; }

header .header-wishlist .block-title .count.empty { display: none; }

header .cart-header-container .minicart-wrapper .action.showcart { height: 75px; padding: 25px 17px; }

header .cart-header-container .minicart-wrapper .action.showcart .counter.empty { display: none !important; }

header .desktop-menu .horizontal-block { width: 100%; }

header .desktop-menu .horizontal-block .navigation { background: transparent; font-weight: 500; text-align: center; }

header .desktop-menu .horizontal-block .navigation a.level-top { text-transform: uppercase; border-width: 0 0 0px; }

header .desktop-menu .horizontal-block .navigation ul.submenu { text-align: left; font-weight: 500; }

@media (min-width: 1024px) { header nav.sm_megamenu_wrapper_horizontal_menu { text-align: center; }
  header nav.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu { display: inline-block; padding: .875rem 0rem; }
  header nav.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu > li { float: none; }
  header nav.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-child { text-align: left; padding: 25px !important; } }

header .right-header-top { width: calc(100% - 280px); }

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_head_item { margin: 0px -8px; }

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 { padding: 0 !important; }

.header-3-style .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a, .header-3-style .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a, .header-3-style .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a, .header-3-style .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a { background-color: transparent !important; color: #0095F6 !important; }

.cms-index-index.header-3-style .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item > a { color: #0095F6 !important; }

.header-bottom .container { width: 100% !important; max-width: 100%; }

.sm-megamenu-child > .sm_megamenu_col_6 { max-width: 1320px; margin: auto; float: none !important; }

header .minicart-wrapper .block-minicart .sharecart { display: none; }

header .customer-header .dropdown-customer { text-align: left; }

header .customer-header .dropdown-customer li.wishlist { display: none; }

@media (min-width: 1024px) { header .customer-header .dropdown-customer { text-align: left; }
  header .customer-header .dropdown-customer li.wishlist { display: none; } }

.header-mobile .sidebar-nav-mobile .customer-menu li.wishlist .counter { background: #0095F6; min-width: 21px; padding: 0 5px; line-height: 21px; height: 21px; border-radius: 2rem; font-size: 12px; color: #fff; }

@media (max-width: 767.98px) { .custom-slide .modal-inner-wrap { background-color: #ffffff; } }

.checkout-cart-index h1.page-title { font-size: 3rem; font-weight: 500; text-transform: capitalize; }

.checkout-cart-index .cart-summary .block > .title { padding: 10px 30px 10px 0px; }

.checkout-cart-index .cart-summary button.apply { background: #0095F6; color: #fff; border: 0 !important; }

.checkout-cart-index .cart-summary button.apply:hover { background: #0773e7 !important; color: #fff; }

.checkout-cart-index .cart-summary button.apply:focus { background: #0773e7 !important; color: #fff; }

.header-compare { height: 75px; }

.header-compare > a { height: 75px; padding: 21px 17px; display: block; font-size: 20px; }

.header-compare > a:hover { background: #f9f9f9; color: #000; }

.header-compare > a:focus { background: #f9f9f9; color: #000; }

.custom-homeslider .owl-dots { text-align: right; top: 1rem; right: 1rem !important; bottom: unset !important; }

.custom-homeslider .owl-dots span { width: 8px !important; height: 8px !important; background-color: #aaa !important; margin: 5px 2px !important; }

.custom-homeslider.dot-style-1 .owl-theme .owl-dots .owl-dot.active span, .custom-homeslider.dot-style-1 .owl-theme .owl-dots .owl-dot:hover span { background-color: #000000 !important; }

.custom-homeslider .item a:hover { color: inherit; }

.custom-homeslider .item a:focus { color: inherit; }

.custom-homeslider .item .item-content { right: 0; top: 0; bottom: 0; width: 40%; }

@media (max-width: 991.98px) { .custom-homeslider .item .item-content { width: 100%; } }

.custom-homeslider .item .item-content .brand-image { max-width: 120px; }

.top-category-container .top-category-item { width: 200px; height: 200px; }

.top-category-container .top-category-item img { -o-object-fit: cover; object-fit: cover; transition: all 0.5s ease; -webkit-transform: scale(1); transform: scale(1); }

.top-category-container a:hover { color: inherit; text-decoration: none; }

.top-category-container a:hover img { transition: all 0.5s ease; -webkit-transform: scale(1.1); transform: scale(1.1); }

.top-category-container a:focus { color: inherit; text-decoration: none; }

.exclusive-collection-left .image-wrap { max-width: 35rem; height: 64rem; }

.exclusive-collection-left .image-wrap img { -o-object-fit: cover; object-fit: cover; }

.exclusive-collection-left:before { content: ''; position: absolute; left: 0; right: 0; top: 0; background-image: url(../images/exclusive-collections.png); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; width: 100%; height: 100%; -webkit-transform: scale(1.1); transform: scale(1.1); }

@media (max-width: 575.98px) { .exclusive-collection-left .image-wrap { max-width: 27rem; height: 45rem; } }

.insta-home-slider .product-item { margin-bottom: 0; }

.insta-home-slider .product-item .product-item-actions { position: unset !important; padding: 0 !important; width: 100%; }

.insta-home-slider .product-item .product-item-actions .actions-primary { display: block; }

.insta-home-slider .product-item .product-item-actions .actions-primary button.tocart { width: 100%; background-color: #0095F6 !important; color: #fff !important; }

.insta-home-slider .product-item .product-item-actions .actions-primary button.tocart:hover { background-color: #0773e7 !important; }

.insta-home-slider .product-item .image-product .product-image-container { padding: 15px; padding-bottom: 0; }

.insta-home-slider .product-item .image-product .actions-secondary { display: -webkit-inline-flex; display: inline-flex; gap: 5px; position: absolute; bottom: 0rem; right: 0.875rem; z-index: 2; }

.insta-home-slider .product-item .image-product .actions-secondary a.action { position: unset !important; border-radius: 10rem !important; }

.actions-secondary .tocompare:before { content: '\e953'; display: inline-block; font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; font-size: 14px; }

.insta-home-slider .product-item .product-item-name a.product-item-link { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; min-height: 4.3rem; padding: 0 !important; margin: 0.5rem 0rem; }

.insta-home-slider .product-item .product-item-actions .stock.unavailable { height: 44px; line-height: 44px; padding: 0 20px; text-transform: uppercase; color: #ff384b; }

.insta-home-slider .product-item-info { overflow: hidden; border-radius: 0px; border-color: #DBDBDB; }

.insta-home-slider .product-item-info .actions-secondary { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); transition: all 300ms ease-in-out 0ms,opacity 150ms ease-in-out 0ms; }

.insta-home-slider .product-item-info:hover .actions-secondary { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); transition-delay: 0ms,150ms; }

.insta-home-slider .product-item .price-box { margin: 1rem 0 0; }

.insta-home-slider .product-item .price-box .price { font-weight: 400; }

.insta-home-slider .product-item-details { padding: 9px 14px 0px !important; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #0095F6; }

.product-labels .product-label.sale-label { background-image: linear-gradient(45deg, #ffd521, #f50000, #b900b4); }

.insta-home-slider .owl-stage-outer { z-index: 0; }

.insta-home-slider .owl-nav { top: 50% !important; right: 0 !important; left: 0; z-index: -1; }

.insta-home-slider .owl-nav .owl-prev { float: left; margin-left: -5.4rem !important; border: none !important; background-color: transparent !important; color: #707070 !important; }

.insta-home-slider .owl-nav .owl-prev.disabled { color: #DBDBDB !important; }

.insta-home-slider .owl-nav .owl-next { float: right; margin-right: -5rem !important; border: none !important; background-color: transparent !important; color: #707070 !important; }

.insta-home-slider .owl-nav .owl-next.disabled { color: #DBDBDB !important; }

.insta-home-slider .nav-style-2 .owl-theme .owl-nav [class*="owl-"]:before { font-size: 40px; }

.insta-home-slider .nav-style-2 .owl-theme .owl-nav [class*="owl-"]:hover { color: #a7a7a7 !important; }

@media (max-width: 1399.98px) { .insta-home-slider .owl-nav { display: none; } }

.grid_instalight .card-body { bottom: 0; left: 0; right: 0; background-image: linear-gradient(0deg, #000000b8, #ffff0000); z-index: 0; }

.grid_instalight .card-body button { width: 40px; height: 40px; }

.grid_instalight a:hover img { transition: all 0.5s ease; -webkit-transform: scale(1.1); transform: scale(1.1); }

.grid_instalight a img { transition: all 0.5s ease; -webkit-transform: scale(1); transform: scale(1); }

.instalight-about img { -o-object-fit: cover; object-fit: cover; }

footer.page-footer { display: none; }

.block-static-block.widget, .block-cms-link.widget { margin-bottom: 0; }

.instalight-footer-newsletter button.subscribe { width: 100%; margin-top: 1rem; }

.block-footer.block-links .block-footer-content ul li a:hover { padding-left: 0; }

.block-footer.block-links .block-footer-content ul li a:before { display: none; }

.magepow-gdpr-cookie-notice { width: 90%; max-width: 320px; background-color: #ebe9e8 !important; border-left: 0; border-radius: 0 40px 0 0; color: #000000 !important; border-bottom: 7px solid #0095F6 !important; text-align: left !important; font-size: 12px !important; }

.magepow-gdpr-cookie-notice .btn-cookie { background: #0095F6; margin-top: 0; color: #fff; font-weight: 400; border-radius: 3px; padding: 5px 15px; }

.magepow-gdpr-cookie-notice .btn-cookie:hover { background: #0773e7; }

.magepow-gdpr-cookie-notice .btn-cookie:focus { background: #0773e7; }

.magepow-gdpr-cookie-notice .notice-cookie-content a { color: #0095F6; font-weight: 500; }

.magepow-gdpr-cookie-notice .cookie .actions { margin-top: 7px; }

@media (min-width: 768px) { .account .sidebar-main > .block { padding-right: 3rem; }
  .account .fieldset .legend { margin-left: 0; }
  .account .fieldset > .field:not(.choice) > .label { padding: 6px 0px; text-align: left; width: 100%; float: none; font-weight: 500; }
  .account .fieldset > .field:not(.choice) > .control { width: 100%; float: none; }
  .account .fieldset > .field:not(.choice) > .control > select { max-width: 100%; }
  .account .column:not(.sidebar-main) form .actions-toolbar, .account .column:not(.sidebar-additional) form .actions-toolbar { margin-left: 0; } }

.account .fieldset { margin: 0 0 15px; }

.account .fieldset > .field { margin: 0 0 10px; }

.account .fieldset > .choice:before { display: none; }

.account .fieldset > .legend { margin: 0 0 10px; }

.account .sidebar-main ul.items { -webkit-flex-direction: column; flex-direction: column; }

.account .sidebar-main ul.items > li { display: block; }

.account .sidebar-main ul.items > li a { display: block; width: 100%; }

.account .column.main .block .block-title { text-transform: uppercase; }

.account .column.main .block .block-title strong { font-weight: 500 !important; }

.account .column.main .block:not(.widget) .box-title > span { font-size: 1.5rem; font-weight: 500; }

.account h1.page-title { font-size: 3rem; font-weight: 500; text-transform: capitalize; }

.customer-account-create .column:not(.sidebar-main) form .actions-toolbar, .customer-account-create .column:not(.sidebar-additional) form .actions-toolbar { margin-left: 0; }

.customer-account-create h1.page-title { font-size: 3rem; font-weight: 500; text-transform: capitalize; text-align: left; }

.customer-account-create .form.create.account { margin-left: 0; }

.account .table-order-items th { white-space: nowrap; }

.account .table-order-items td { white-space: nowrap; }

.customer-account-login h1.page-title { text-align: left; font-size: 3rem; font-weight: 400; text-transform: capitalize; }

@media (min-width: 768px) { .customer-account-login .login-container { display: -webkit-flex; display: flex; padding: 0; max-width: 100%; } }

.customer-account-login .block-customer-login { padding: 2rem; }

.customer-account-login .block-customer-login .block-title { text-align: left; }

.customer-account-login .block-customer-login .field.note { text-align: left; }

.customer-account-login .block-new-customer { text-align: left; padding: 2rem; }

.customer-account-login .block-new-customer p { max-width: 100%; }

.customer-account-login .field:not(.choice) > .label { padding: 6px 0; text-align: left; width: 100%; float: none; }

.customer-account-login .fieldset > .field { margin: 0 0 20px; }

.customer-account-login .fieldset > .field > .control { width: 100% !important; float: none; }

.customer-account-login .fieldset > .field.choice:before { display: none; }

.customer-account-login .fieldset .actions-toolbar { width: 100%; margin-left: 0 !important; }

.customer-account-login .fieldset .actions-toolbar .primary { margin-right: 2rem !important; }

.customer-account-login .block { margin-bottom: 0; }

#mp-popup-template4 { width: 100%; height: 100%; }

#bio_ep { background-color: #fff !important; border: #0095F6 solid 4px; padding: 3rem; }

#bio_ep .better-popup-content { text-align: left; }

#bio_ep .better-popup-content .logo { float: none; max-width: unset; max-height: 60px; }

#bio_ep .better-popup-content .logo img { max-height: 60px; }

#bio_ep .better-popup-content h3.newsletter__title { font-size: 2rem; margin-bottom: 1rem; }

#bio_ep .better-popup-content h6 { font-size: 1.3rem; margin-bottom: 1rem; }

#bio_ep .better-popup-content p { font-size: 1.3rem; }

#bio_ep form.subscribe { display: -webkit-flex; display: flex; margin-bottom: 1rem; }

#bio_ep form.subscribe .tmp4_field_newsletter { width: 100%; padding-right: 1rem; }

#bio_ep form.subscribe .tmp4_field_newsletter input { height: 40px; }

#bio_ep form.subscribe .action.subscribe { height: 38px; }

#bio_ep form.subscribe .tmp4_field_newsletter #mp-newsletter-error { position: relative !important; bottom: auto !important; left: auto !important; }

#mageplaza-betterpopup-block #bio_ep_close { top: -1px; width: 40px; height: 40px; line-height: normal; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; padding: 0; right: 0; background-color: #0095F6; opacity: 1; color: #fff; border-radius: 0; font-size: 24px; }

#mageplaza-betterpopup-block #bio_ep_close:before { content: "×"; }

#mageplaza-betterpopup-block #bio_ep_close img { display: none; }

#bio_ep p.success-title { font-size: 2rem; text-align: center; font-weight: 700; }

.contact-index-index h1.page-title { font-size: 3rem; font-weight: 500; text-transform: capitalize; }

.contact-index-index .fieldset { margin: 0 0 5px; }

.contact-index-index .fieldset .legend { margin-left: 0; margin: 0 0 1rem; }

.contact-index-index .fieldset .field.no-label:before { display: none; }

.contact-index-index .fieldset > .field { margin: 0 0 1.5rem; }

.contact-index-index .fieldset > .field > .label { padding: 6px 0; text-align: left; width: 100%; float: none; }

.contact-index-index .fieldset > .field { margin: 0 0 1.5rem; }

.contact-index-index .fieldset > .field > .control { width: 100%; float: none; }

.contact-index-index form.contact .actions-toolbar { margin-left: 0; }

.checkout-index-index h1.page-title { font-size: 3rem; font-weight: 500 !important; text-transform: capitalize !important; }

.checkout-index-index .fieldset { margin: 0 0 5px; }

.checkout-index-index .fieldset .legend { margin-left: 0; margin: 0 0 1rem; }

.checkout-index-index .fieldset .field.no-label:before { display: none; }

.checkout-index-index .fieldset > .field { margin: 0 0 1.5rem; }

.checkout-index-index .fieldset > .field > .label { padding: 6px 0; text-align: left; width: 100%; float: none; }

.checkout-index-index .fieldset > .field { margin: 0 0 1.5rem; }

.checkout-index-index .fieldset > .field > .control { width: 100%; float: none; }

.checkout-container .authentication-wrapper .action-auth-toggle { border-radius: 4px; background: #0095F6; color: #fff; }

.checkout-container .authentication-wrapper .action-auth-toggle:hover { background: #0773e7; }

.checkout-container .authentication-wrapper .action-auth-toggle:focus { background: #0773e7; }

.checkout-container .authentication-wrapper .authentication-dropdown button.action-login { border-radius: 4px; background: #0095F6; color: #fff; border: 0; }

.checkout-container .authentication-wrapper .authentication-dropdown button.action-login:hover { background: #0773e7; }

.checkout-container .authentication-wrapper .authentication-dropdown button.action-login:focus { background: #0773e7; }

.cart.table-wrapper .item .col.item { display: block; min-height: 90px; padding: 25px 0 10px 75px; position: relative; }

@media (max-width: 767.98px) { .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp { box-sizing: border-box; display: block; float: left; text-align: center; white-space: nowrap; width: 33%; } }

.checkout-cart-index .item-actions a.action { border-radius: 4px !important; background: #0095F6 !important; color: #fff !important; border: 0 !important; }

.checkout-cart-index .item-actions a.action:hover { background: #0773e7 !important; }

.checkout-cart-index .item-actions a.action:focus { background: #0773e7 !important; }

.checkout-cart-index form.form-cart .cart.actions button[name=action_sharecart_link] { border-radius: 4px !important; background: #0095F6 !important; color: #fff !important; border: 0 !important; margin: 0; float: right; font-weight: 400; height: 35px; }

.checkout-cart-index form.form-cart .cart.actions button[name=action_sharecart_link]:hover { background: #0773e7 !important; }

.checkout-cart-index form.form-cart .cart.actions button[name=action_sharecart_link]:focus { background: #0773e7 !important; }

.checkout-cart-index form.form-cart .cart.actions a.continue { border-radius: 4px !important; background: #0095F6 !important; color: #fff !important; border: 0 !important; height: 35px; }

.checkout-cart-index form.form-cart .cart.actions a.continue:hover { background: #0773e7 !important; }

.checkout-cart-index form.form-cart .cart.actions a.continue:focus { background: #0773e7 !important; }

.checkout-cart-index form.form-cart .cart.actions button.update { border-radius: 4px !important; background: #0095F6 !important; color: #fff !important; border: 0 !important; float: right; margin-right: 1rem; margin-top: 0; height: 35px; }

.checkout-cart-index form.form-cart .cart.actions button.update:hover { background: #0773e7 !important; }

.checkout-cart-index form.form-cart .cart.actions button.update:focus { background: #0773e7 !important; }

@media (max-width: 575.98px) { .checkout-cart-index .item-actions a.action { margin-bottom: 5px !important; } }

@media (max-width: 767.98px) { .checkout-cart-index form.form-cart .cart.actions { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; flex-direction: row; gap: 2rem; -webkit-justify-content: center; justify-content: center; }
  .checkout-cart-index form.form-cart .cart.actions a.continue { margin: 0; }
  .checkout-cart-index form.form-cart .cart.actions button.update { margin: 0; } }

.checkout-index-index .new-address-popup button.action-show-popup { border-radius: 4px; background: #0095F6; color: #fff; border: 0; font-weight: 400; }

.checkout-index-index .new-address-popup button.action-show-popup:hover { background: #0773e7; }

.checkout-index-index .new-address-popup button.action-show-popup:focus { background: #0773e7; }

.checkout-index-index .modal-popup .modal-inner-wrap { width: 100%; max-width: 650px; left: 0; }

.checkout-index-index .modal-popup .modal-inner-wrap .modal-content { padding: 3rem 2rem !important; }

.checkout-index-index .modals-overlay:before { content: 'x'; font-family: unset; top: 3px; }

.checkout-index-index .modal-popup .fieldset > .field.choice:before { display: none; }

.opc-wrapper .shipping-address-item.selected-item { border-color: #0095F6; }

.opc-wrapper .shipping-address-item.selected-item:after { background: #0095F6; }

@media (max-width: 767.98px) { .checkout-index-index .modal-popup .modal-inner-wrap { height: 95% !important; margin: 0px auto !important; }
  .checkout-index-index .checkout-payment-method .payment-option { margin: 0 !important; }
  .checkout-index-index .checkout-payment-method .payment-methods { margin: 0 !important; } }

.checkout-index-index .opc-block-shipping-information { padding: 2rem; }

.checkout-index-index .checkout-payment-method .payment-option form.form-discount button.action-apply { border-radius: 4px; background: #0095F6; color: #fff; border: 0; font-weight: 400; }

.checkout-index-index .checkout-payment-method .payment-option form.form-discount button.action-apply:hover { background: #0773e7; }

.checkout-index-index .checkout-payment-method .payment-option form.form-discount button.action-apply:focus { background: #0773e7; }

@media (max-width: 767.98px) { .block-collapsible-nav { top: 10px; }
  .account .page-main { padding-top: 8rem; } }

.checkout-cart-index form.form-cart .cart.actions .action.clear { display: inline-block !important; margin-top: 0; border-radius: 4px; background: #0095F6; color: #fff; border: 0; font-weight: 400; }

.checkout-cart-index form.form-cart .cart.actions .action.clear:hover { background: #0773e7; }

.checkout-cart-index form.form-cart .cart.actions .action.clear:focus { background: #0773e7; }

.page-products .product-item .image-product .actions-secondary { display: -webkit-inline-flex; display: inline-flex; gap: 5px; position: absolute; bottom: 1rem; right: 0.875rem; z-index: 1; }

.page-products .product-item .image-product .actions-secondary a.action { position: unset !important; border-radius: 10rem !important; }

.products.grid .product-item { margin-bottom: 0; }

.products.grid .product-item .product-item-actions { position: absolute !important; padding: 0 !important; width: 100%; }

.products.grid .product-item .product-item-actions .actions-primary button.tocart { width: 100%; background-color: #0095F6 !important; color: #fff !important; margin: 0; text-transform: capitalize !important; }

.products.grid .product-item .product-item-actions .actions-primary button.tocart:hover { background-color: #0773e7 !important; }

.products.grid .product-item .product-item-name a.product-item-link { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; min-height: 4.3rem; padding: 0 !important; margin: 0.5rem 0rem; }

.products.grid .product-item .product-item-actions .stock.unavailable { height: 44px; line-height: 44px; padding: 0 20px; text-transform: uppercase; color: #ff384b; }

.page-products .product-item-info .actions-secondary { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); transition: all 300ms ease-in-out 0ms,opacity 150ms ease-in-out 0ms; }

.page-products .product-item-info:hover .actions-secondary { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); transition-delay: 0ms,150ms; }

.products.grid .product-item-info { overflow: hidden; border-radius: 0px; border-color: #DBDBDB; }

.product-item-info .actions-secondary .tocompare { width: 40px; height: 40px; display: -webkit-inline-flex !important; display: inline-flex !important; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; background: #ededed; border-radius: 5rem; }

.product-item-info .actions-secondary .tocompare:hover { background: #0095F6; color: #fff; }

.product-item-info .actions-secondary .tocompare:focus { background: #0095F6; color: #fff; }

.product-item-info .actions-secondary .tocompare span { display: none; }

.product-item-info .actions-secondary .towishlist { width: 40px; height: 40px; display: -webkit-inline-flex !important; display: inline-flex !important; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; background: #ededed; border-radius: 5rem; }

.product-item-info .actions-secondary .towishlist::before { font-size: 32px !important; }

.product-item-info .actions-secondary .towishlist:hover { background: #0095F6; color: #fff; }

.product-item-info .actions-secondary .towishlist:hover::before { color: #fff !important; }

.product-item-info .actions-secondary .towishlist:focus { background: #0095F6; color: #fff; }

.product-item-info .actions-secondary .towishlist:focus::before { color: #fff; }

.product-item-info .actions-secondary .towishlist span { display: none; }

.products .product-item-info .actions-secondary .tocompare:before { content: '\e953'; display: inline-block; font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; font-size: 14px; }

.products.grid .product-item .price-box { margin: 1rem 0 !important; }

.products.grid .product-item .price-box .price { font-weight: 400; }

.products.grid .product-item .price-box .special-price .price { color: #000; }

.products.grid .product-items { box-sizing: border-box; margin: 0 -10px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.products.grid .product-items .item { width: 100%; -webkit-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; padding: 0 10px; padding-bottom: 0 !important; box-sizing: border-box; border-width: 0; box-shadow: none; height: auto !important; }

.products.grid .product-items .item .product-item-info { position: relative; height: 100%; width: auto; border: 0px solid; border-color: inherit; box-shadow: 0px 0px 3px #00000033; padding-bottom: 50px; overflow: hidden; }

.products.grid .product-items .product-item-details { position: unset; }

.products.grid .product-items .item .actions { bottom: 15px !important; padding: 0 !important; width: calc(100% - 30px); text-align: center; margin: 0; left: 15px; }

@media (max-width: 1199.98px) { .products.grid .product-items .item { -webkit-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; } }

@media (max-width: 991.98px) { .products.grid .product-items .item { -webkit-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media (max-width: 575.98px) { .products.grid .product-items .item { -webkit-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.page-products .modes .modes-mode { color: #a5a5a5; background-color: transparent; border: none !important; }

.page-products .modes .modes-mode:hover { background-color: transparent; border-color: transparent; color: #0095F6; }

.page-products .modes .modes-mode.active { background-color: transparent; border-color: transparent; color: #0095F6; }

.page-products .toolbar { background-color: transparent; border: none; border-bottom: 1px solid #e5e5e5; padding: 9px 0px; margin-bottom: 20px; border-radius: 0; }

.page-products .page-title { margin-bottom: 0; }

.page-products .toolbar .sorter-options { background-color: transparent; border: none !important; }

.page-products .sidebar .block { border: 1px solid #ddd; }

.page-products .sidebar .block .block-title { border-radius: 0; background-color: #fff; color: #000000; padding-bottom: 0; }

.page-products .sidebar .block .block-content { border: none; border-radius: 0; }

.page-products .sidebar .filter-options .filter-options-title { margin: 0 0 5px; }

.page-products .sidebar .filter-options .filter-options-content { padding: 0 2px 15px !important; margin: 0 0px 15px !important; }

.page-products .sidebar .swatch-option { border: 1px solid #818181; height: 25px; margin: 0 5px 5px 0; min-width: 35px; padding: 3px; font-size: 13px; }

.page-products .sidebar .swatch-option.image:not(.disabled):hover, .page-products .sidebar .swatch-option.color:not(.disabled):hover { border: 1px solid #ffffff; outline: 1px solid #0095F6; }

.page-products .sidebar .ui-slider-handle { background: #0095F6; }

.page-products .sidebar .ln_slider_container { width: calc(95%); }

.page-products .sidebar .ln_slider_container > .ui-slider { height: 2px; margin-bottom: 1rem; background: #9f9f9f; }

.page-products .sidebar .ln_slider_container > .ui-slider .ui-slider-handle { top: -4px; }

.page-products .sidebar .ln_slider_container > .ui-slider .ui-slider-range { background: #0095F6; height: 2px; }

.products-list .actions-primary .tocart { background-color: #0095F6 !important; color: #fff !important; text-transform: capitalize !important; }

.products-list .actions-primary .tocart:hover { background: #0773e7 !important; }

.products-list .actions-primary .tocart:focus { background: #0773e7 !important; }

.page-products ol.products li.product .product-image-container { padding: 15px; }

.cms-page-view h1.page-title { font-size: 3rem; font-weight: 500; text-transform: capitalize; }

.catalogsearch-advanced-index h1.page-title { font-size: 3rem; font-weight: 500; text-transform: capitalize; }

.catalogsearch-advanced-index .fieldset { margin: 0 0 5px; }

.catalogsearch-advanced-index .fieldset .legend { margin-left: 0; margin: 0 0 1rem; }

.catalogsearch-advanced-index .fieldset .field.no-label:before { display: none; }

.catalogsearch-advanced-index .fieldset > .field { margin: 0 0 1.5rem; }

.catalogsearch-advanced-index .fieldset > .field > .label { padding: 6px 0; text-align: left; width: 100%; float: none; }

.catalogsearch-advanced-index .fieldset > .field { margin: 0 0 1.5rem; }

.catalogsearch-advanced-index .fieldset > .field > .control { width: 100%; float: none; }

.catalogsearch-advanced-index .actions-toolbar { margin-left: 0 !important; }

.catalog-product-view .column.main .product-detail-section { max-width: 991px; margin: auto; }

.catalog-product-view .product-info-main { padding: 0rem 2rem; margin-bottom: 0; }

.catalog-product-view .product.media { -webkit-flex-direction: column; flex-direction: column; }

@media (max-width: 767.98px) { .catalog-product-view .column.main .product-detail-section { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; } }

@media (min-width: 768px) { .catalog-product-view .product-info-main { width: 40% !important; }
  .catalog-product-view .product.media { width: 60% !important; } }

.catalog-product-view .fotorama__stage { border: 1px solid #DBDBDB; border-radius: 1rem; }

/*.catalog-product-view .product-info-main .product-social-links { float: none; display: block; padding-top: 15px; border-top: #DBDBDB solid 2px; }*/

/*.catalog-product-view .product-info-main .product-social-links .product-addto-links { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }*/

.catalog-product-view .product-add-form .field.qty { float: none; }

.catalog-product-view .product-add-form .field.qty label { display: none !important; }

.catalog-product-view .product-add-form .field.qty .input-text.qty { height: 43px; }

.catalog-product-view .product-add-form .actions { padding-top: 0 !important; float: none; width: 100%; }

/*.catalog-product-view .product-add-form .actions .action.tocart { width: 100%; }*/

.catalog-product-view .box-tocart { display: block; float: none; }

.catalog-product-view .box-tocart > .fieldset { display: -webkit-flex; display: flex; margin: 0; }

/*.catalog-product-view .page-title-wrapper .page-title { font-weight: 700; font-size: 2rem; }*/

/*.catalog-product-view .product-social-links { width: 100%; margin-bottom: 15px; }*/
/*
.catalog-product-view .product-social-links .wk_hover_pinterests { background-color: #e4e6eb !important; position: relative !important; z-index: 1; }

.catalog-product-view .product-social-links .wk_hover_pinterests::after { content: "\ead1"; display: inline-block; font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; font-size: 19px; position: absolute; top: 0px; left: 10px; }

.catalog-product-view .product-social-links .wk_hover_pinterests:hover { background-color: #0095F6 !important; }

.catalog-product-view .product-social-links .wk_hover_pinterests:focus { background-color: #0095F6 !important; }

.catalog-product-view .product-social-links .towishlist { background-color: #e4e6eb; position: relative; }

.catalog-product-view .product-social-links .towishlist span { position: absolute; top: -34px; white-space: nowrap; left: -25px; background: #fff; padding: 5px; line-height: 16px; box-shadow: #00000036 0px 0px 5px; border-radius: 5px; color: #000 !important; }

.catalog-product-view .product-social-links .towishlist:before { font-size: 19px; }

.catalog-product-view .product-social-links .towishlist:hover span { display: block; }

.catalog-product-view .product-social-links .tocompare { background-color: #e4e6eb; position: relative; }

.catalog-product-view .product-social-links .tocompare span { position: absolute; top: -34px; white-space: nowrap; left: -30px; background: #fff; padding: 5px; line-height: 16px; box-shadow: #00000036 0px 0px 5px; border-radius: 5px; color: #000 !important; }

.catalog-product-view .product-social-links .tocompare:before { font-size: 19px; }

.catalog-product-view .product-social-links .tocompare:hover span { display: block; }

.catalog-product-view .product-social-links .mailto.friend { background-color: #e4e6eb; position: relative; }

.catalog-product-view .product-social-links .mailto.friend span.label { position: absolute; top: -34px; white-space: nowrap; left: -12px; background: #fff; padding: 5px; line-height: 16px; box-shadow: #00000036 0px 0px 5px; border-radius: 5px; color: #000 !important; font-weight: 700; font-size: 11px; }

.catalog-product-view .product-social-links .mailto.friend:after { font-size: 19px; }

.catalog-product-view .product-social-links .wk_hover_pinterests span.label { position: absolute; top: -34px; white-space: nowrap; left: -12px; background: #fff; padding: 5px; line-height: 16px; box-shadow: #00000036 0px 0px 5px; border-radius: 5px; color: #000 !important; font-weight: 700; font-size: 11px; }

.catalog-product-view .product-social-links .wk_hover_pinterests:hover span.label { display: block; }

.catalog-product-view .product-social-links .tocompare:hover span.label { display: block; }
*/
.catalog-product-view .brand_logo { display: inline-block; width: 75px; height: 75px; background-image: linear-gradient(45deg, #ffd521, #f50000, #b900b4); overflow: hidden; border-radius: 50% !important; padding: 3px !important; }

.catalog-product-view .brand_logo a { display: inline-block; width: 100%; height: 100%; background: #fff; border-radius: 10rem; overflow: hidden; }

.catalog-product-view .brand_logo a img { -o-object-fit: contain; object-fit: contain; width: 100%; height: 100%; }

.next_dly_label { background: #080e50; padding: 10px; color: #fff; z-index: 999999; position: absolute; display: inline-block; left: -37px !important; top: 25px !important; -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; }

.free_dly_label { background: #03a84e; padding: 10px; color: #fff; z-index: 999999; position: absolute; display: inline-block; left: -37px !important; top: 25px !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; }

.clearance_label { background: #ff0000; padding: 10px; color: #fff; z-index: 999999; position: absolute; display: inline-block; left: -37px !important; top: 25px !important; -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; }

.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 .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__nav-wrap .fotorama__nav { text-align: center; }

.catalog-product-view .pro_log_id { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; margin-bottom: 1rem; }

.catalog-product-view .pro_log_id .product-info-brand { -webkit-flex-grow: 8; flex-grow: 8; }

/*.catalog-product-view .pro_log_id .custom-product-info-avail { -webkit-flex-grow: 1; flex-grow: 1; text-align: right; margin: 0; margin-top: 2px; margin-right: -10px; }*/

/*.catalog-product-view .pro_log_id .custom-product-info-pid { -webkit-flex-grow: 1; flex-grow: 1; text-align: right; }*/

/*@media (max-width: 991.98px) { .catalog-product-view .pro_log_id { -webkit-flex-direction: column; flex-direction: column; }*/
/*  .catalog-product-view .pro_log_id .custom-product-info-avail { text-align: left; } */}

/*.catalog-product-view .product-info-main .price-box { margin: 15px 0; }*/

.catalog-product-view .product-info-icons { margin: 2rem 0rem; width: 100%; }

.catalog-product-view .product-info-icons .icon-list-info { font-family: unset !important; margin-bottom: 1rem; }

.catalog-product-view .product-info-icons .icon-list-info .product-single-outer { -webkit-align-items: center; align-items: center; display: -webkit-flex; display: flex; gap: 1rem; }

.catalog-product-view .product-info-icons .icon-list-info .product-single-outer .product-single-features { display: -webkit-inline-flex; display: inline-flex; background: #e4e6eb; width: 50px; height: 50px; border-radius: 50%; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; padding: 0.875rem; }

.catalog-product-view .product-info-icons .icon-list-info .product-single-outer .product-single-features img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.catalog-product-view .product-info-price .special-price { font-size: 2rem; }

.catalog-product-view .product-info-price .special-price .price-container { font-size: inherit; }

/*.catalog-product-view .product-info-price .special-price .price-container .price { font-size: inherit; color: #000000; font-weight: 500; }*/

.catalog-product-view .product-info-price .special-price .offer-price { color: #ff1616; font-weight: 600; }

/*.catalog-product-view .product-info-price .old-price { vertical-align: inherit; font-size: 2rem; margin-left: 5px; }*/

.catalog-product-view .product-info-price .old-price .price-container { font-size: inherit; }

.catalog-product-view .product-info-price .old-price .price-container .price { font-size: inherit !important; color: #000000; opacity: .5; }

.catalog-product-view .product-info-main #counter { font-size: 1.5rem; margin-bottom: 15px; }

.catalog-product-view .product-info-main #counter .deal_time_count { color: #ff1616; font-weight: 600; }

.catalog-product-view .product-info-main #counter .save-label-b { font-weight: normal; }

/*.catalog-product-view .product-info-main .product_promo_text { background: linear-gradient(45deg, #ffd521, #f50000, #b900b4); padding: 1rem; border-radius: 5px; text-align: center; font-size: 1.6rem; margin-bottom: 20px; color: #fff; margin-bottom: 15px; }*/

.catalog-product-view .product-info-main .clearance_block_main { margin-bottom: 15px; }

.catalog-product-view .product-info-main .clearance_block_main .modal { background: #0000009c; padding: 0 2rem; }

.catalog-product-view .product-info-main .clearance_block_main .modal .modal-content { display: block; max-width: 600px; margin: 2rem auto; padding: 2rem; }

.catalog-product-view .product-info-main .clearance_block_main .modal .modal-content .close { font-size: 3.5rem; font-weight: 400; opacity: .7; position: absolute; right: 7px; top: 0; }

.catalog-product-view .product-info-main .clearance_block_main .clear_pro_url { text-decoration: underline; font-weight: 600; }

.catalog-product-view .product-info-main .clearance_block_main #myBtn { margin-top: 10px; cursor: pointer; font-weight: 600; color: #0095F6; }

.catalog-product-view .product-info-main .clearance_block_main #myBtn:hover { color: #0773e7; }

/*.catalog-product-view .product-info-main .opc_count { margin-bottom: 15px; border-radius: 5px; padding: 0; border: #dddddd6e solid 1px; box-shadow: 0 2px 12px #ddd; overflow: hidden; }*/

/*.catalog-product-view .product-info-main .opc_count #timer { background: #fff; padding: 1rem; }*/

/*.catalog-product-view .product-info-main .opc_count #next_day_del { color: #ff1616; font-weight: bold; }*/

/*.catalog-product-view .product-info-main .product_custom_message { color: green; margin-bottom: 15px; }*/

.catalog-product-view .product-info-main .section-product-details { list-style: none; padding: 0; margin-bottom: 15px; }

.catalog-product-view .product-info-main .section-product-details button { text-align: left; font-weight: 400; box-shadow: none; }

.catalog-product-view .product-info-main .section-product-details button i { float: right; margin-top: 4px; }

.catalog-product-view .product-info-main .section-product-details li { border-top: #DBDBDB solid 2px; }

.catalog-product-view .product-info-main .section-product-details li:last-child { border-bottom: #DBDBDB solid 2px; }

.catalog-product-view .product-info-main .product-info-att { margin-bottom: 15px; border-bottom: #DBDBDB solid 2px; padding-bottom: 10px; }

.catalog-product-view .order-basics { background: #fff; padding: 2rem; border: #DBDBDB solid 1px; border-radius: 10px; width: 100%; }

.catalog-product-view .order-basics .find-lower-price { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: space-between; justify-content: space-between; border-bottom: #DBDBDB solid 2px; padding: 15px 0px; }

.catalog-product-view .order-basics .find-lower-price .low-q { background: transparent; color: inherit; padding: 0; padding-right: 10px; display: inline-block; }
/*
.catalog-product-view .order-basics .find-lower-price .low-a { width: auto; background: #e4e6eb; color: #000 !important; border-radius: 5px; display: inline-block; height: 40px; padding: 9px 25px; line-height: 1.5; }

.catalog-product-view .order-basics .find-lower-price .low-a:hover { background: #0773e7; color: #fff !important; }

.catalog-product-view .order-basics .find-lower-price .low-a:focus { background: #0773e7; color: #fff !important; }*/

.catalog-product-view .order-basics .free-delivery-section { display: -webkit-flex; display: flex; gap: 1rem; -webkit-align-items: center; align-items: center; padding: 0px 0px 15px 0px; border-bottom: #DBDBDB solid 2px; }

.catalog-product-view .order-basics .free-delivery-section i { font-size: 3rem; }

.catalog-product-view .order-basics .price-match-section { display: -webkit-flex; display: flex; gap: 1rem; -webkit-align-items: center; align-items: center; padding: 15px 0px; border-bottom: #DBDBDB solid 2px; }

.catalog-product-view .order-basics .price-match-section i { font-size: 3rem; }

@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; } }

@media (max-width: 575px) { .moredetails-popup .modal-dialog { width: 98%; margin: 1rem auto; } }

.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); }

.moredetails-popup .modal-header .close { font-size: 2.4rem; padding-right: 1.4rem; }

.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-thumb { background: #888; }

.moredetails-popup .modal-dialog .modal-body::-webkit-scrollbar-track { background: #fff; }

.catalog-product-view .stagepadding-slider .product-item { margin-bottom: 0; }

.catalog-product-view .stagepadding-slider .product-item .product-item-actions { position: unset !important; padding: 0 !important; width: 100%; }

.catalog-product-view .stagepadding-slider .product-item .product-item-actions .actions-primary { display: block; }

.catalog-product-view .stagepadding-slider .product-item .product-item-actions .actions-primary button.tocart { width: 100%; background-color: #0095F6 !important; color: #fff !important; }

.catalog-product-view .stagepadding-slider .product-item .product-item-actions .actions-primary button.tocart:hover { background-color: #0773e7 !important; }

.catalog-product-view .stagepadding-slider .product-item .image-product .product-image-container { padding: 15px; padding-bottom: 0; }

.catalog-product-view .stagepadding-slider .product-item .image-product .actions-secondary { display: -webkit-inline-flex; display: inline-flex; gap: 5px; position: absolute; bottom: 0rem; right: 0.875rem; z-index: 2; }

.catalog-product-view .stagepadding-slider .product-item .image-product .actions-secondary a.action { position: unset !important; border-radius: 10rem !important; }

.catalog-product-view .stagepadding-slider .product-item .product-item-name a.product-item-link { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; min-height: 4.3rem; padding: 0 !important; margin: 0.5rem 0rem; }

.catalog-product-view .stagepadding-slider .product-item .product-item-actions .stock.unavailable { height: 44px; line-height: 44px; padding: 0 20px; text-transform: uppercase; color: #ff384b; }

.catalog-product-view .stagepadding-slider .product-item-info { overflow: hidden; border-radius: 0px; border-color: #DBDBDB; }

.catalog-product-view .stagepadding-slider .product-item-info .actions-secondary { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); transition: all 300ms ease-in-out 0ms,opacity 150ms ease-in-out 0ms; }

.catalog-product-view .stagepadding-slider .product-item-info:hover .actions-secondary { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); transition-delay: 0ms,150ms; }

.catalog-product-view .stagepadding-slider .product-item .price-box { margin: 1rem 0 0; }

.catalog-product-view .stagepadding-slider .product-item .price-box .price { font-weight: 400; }

.catalog-product-view .stagepadding-slider .product-item-details { padding: 9px 14px 0px !important; }

.catalog-product-view .related_banner_wrapper .product-item-details { padding: 9px 14px !important; }

@media (min-width: 1400px) { .catalog-product-view .stagepadding-slider .owl-stage-outer { z-index: 0; }
  .catalog-product-view .stagepadding-slider .owl-nav { top: 50% !important; right: 0 !important; left: 0; z-index: -1; }
  .catalog-product-view .stagepadding-slider .owl-nav .owl-prev { float: left; margin-left: -5.4rem !important; border: none !important; background-color: transparent !important; color: #707070 !important; }
  .catalog-product-view .stagepadding-slider .owl-nav .owl-prev.disabled { color: #DBDBDB !important; }
  .catalog-product-view .stagepadding-slider .owl-nav .owl-next { float: right; margin-right: -5rem !important; border: none !important; background-color: transparent !important; color: #707070 !important; }
  .catalog-product-view .stagepadding-slider .owl-nav .owl-next.disabled { color: #DBDBDB !important; }
  .catalog-product-view .stagepadding-slider .nav-style-2 .owl-theme .owl-nav [class*="owl-"]:before { font-size: 40px; }
  .catalog-product-view .stagepadding-slider .nav-style-2 .owl-theme .owl-nav [class*="owl-"]:hover { color: #a7a7a7 !important; } }

.catalog-product-view .breadcrumbs { padding: 0; }

.catalog-product-view .breadcrumbs ul.items { border-top: #DBDBDB solid 1px; padding-top: 2rem; }

.modals-overlay:before { content: '\e616'; font-family: 'icons-blank-theme'; font-size: 4rem; }

#lowerprice-form fieldset.fieldset p.bold { color: #000; }

#lowerprice-form fieldset.fieldset .field.no-label:before { display: none; }

#lowerprice-form fieldset.fieldset .field:not(.choice) > .label { text-align: left; width: 100%; }

#lowerprice-form fieldset.fieldset .field { margin: 0 0 15px; }

#lowerprice-form .primary.actions-primary { text-align: left; }

#lowerprice-form .primary.actions-primary button { float: none; }

#lowerprice-form fieldset.fieldset.first h2.product.name.product-item-name { color: #000000; }

.catalog-product-view .product-slider .block-title { border: 0; }

.catalog-product-view .product-slider .block-title::before { display: none; }

.catalog-product-view .product-slider .block-content.content { margin: 0px 15px; }

.catalog-product-view .product-slider .products-grid { background: #fff; padding: 2rem; border: #DBDBDB solid 1px; margin-bottom: 2rem; }

/*.catalog-product-view .additional-attributes-wrapper .additional-attributes { width: 100%; table-layout: fixed; }*/

.checkout-cart-index .cart-summary .block.shipping > .cart-timer { margin-bottom: 15px; border-radius: 5px; padding: 0; border: #dddddd6e solid 1px; box-shadow: 0 2px 12px #ddd; overflow: hidden; }

.checkout-cart-index .cart-summary .cart-timer #timer { background: #fff; padding: 1rem; }

.checkout-cart-index .cart-summary .cart-timer #timer .hour_span { color: #ff1616; font-weight: bold; }

.checkout-index-index .opc_count { margin-bottom: 15px; border-radius: 5px; padding: 0; border: #dddddd6e solid 1px; box-shadow: 0 2px 12px #ddd; overflow: hidden; max-width: 30rem; }

.checkout-index-index #timer { background: #fff; padding: 1rem; }

.checkout-index-index #timer .hour_span { color: #ff1616; font-weight: bold; }

.catalog-product-view .product-info-main .outofstocknotifier-block .outofstocknotifier_action { margin-left: 0; margin-bottom: 15px; }

.catalog-product-view .product-info-main .outofstocknotifier_action a { color: #0095F6; }

.catalog-product-view .product-info-main .outofstocknotifier-block form { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }

.catalog-product-view .product-info-main .outofstocknotifier-block .outofstocknotifier_email { width: 100%; }

.catalog-product-view .product-info-main .outofstocknotifier-block .outofstocknotifier_action { width: 100%; max-width: 100%; margin-top: 15px; }

.catalog-product-view .product-info-main .outofstocknotifier-block .outofstocknotifier_action .primary { width: 100%; }

.catalog-product-view .product-info-main .outofstocknotifier-block button.action.submit { margin: 0; width: 100%; }

.catalog-product-view .product-info-main .product-page-right-top .stock.unavailable { color: #ff384b; text-transform: uppercase; margin-right: 10px; font-weight: 500; }

.catalog-product-view .product-info-main .outofstocknotifier-block label { font-weight: 400; }

.sales-order-history table.table-order-items { table-layout: fixed; }

.customer-account-index .block-dashboard-orders .table-order-items.recent { table-layout: fixed; }

.header-mobile .mobile-menu > a span { background-color: #000000 !important; }

.minicart-mobile .minicart-wrapper .action.showcart:before { color: #000000 !important; }

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

.checkout-cart-index .block.crosssell li.product-item { width: 100%; -webkit-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; padding: 0 10px; padding-bottom: 0 !important; box-sizing: border-box; border-width: 0; box-shadow: none; height: auto; margin-bottom: 20px; }

@media (max-width: 991px) { .checkout-cart-index .block.crosssell li.product-item { -webkit-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } }

@media (max-width: 767px) { .checkout-cart-index .block.crosssell li.product-item { -webkit-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media (max-width: 440px) { .checkout-cart-index .block.crosssell li.product-item { -webkit-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.checkout-cart-index .block.crosssell .actions-secondary { position: absolute; top: -17rem; z-index: 1; right: 0; opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); transition: all 300ms ease-in-out 0ms,opacity 150ms ease-in-out 0ms; }

.checkout-cart-index .block.crosssell li.product-item:hover .actions-secondary { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); transition-delay: 0ms,150ms; }

.checkout-cart-index .block.crosssell .actions-secondary a.action { width: 40px; height: 40px; background: #cdcdcd; display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; background-color: #eee; color: #0095F6; position: relative !important; }

.checkout-cart-index .block.crosssell .actions-secondary a.action:before { font-size: 40px; color: #0095F6; }

.checkout-cart-index .block.crosssell .actions-secondary a.action:hover { background: #0095F6; }

.checkout-cart-index .block.crosssell .actions-secondary a.action:hover:before { color: #fff; }
/*# sourceMappingURL=est.css.map */




.catalog-product-view .brand_logo {
    width: 55px;
    height: 55px; 
  }
