/*============================================================================
style-critical.scss

    -This file contains all the theme critical styles wich will be loaded inline before the rest of the site
    -Rest of styling can be found in:
    	--static/css/style-async.scss --> For non critical styles witch will be loaded asynchronously
      --static/css/style-colors.scss --> For color and font styles related to config/settings.txt

==============================================================================*/
/*============================================================================
  Table of Contents

  #External CSS libraries and plugins
    // Bootstrap Grid v4.1.3
    // Swiper 4.4.2
  #Critical path helpers
  #Components
    // Variables
    // Wrappers
    // Grid
    // Placeholders and preloaders
    // Animations
    // Buttons
    // Links
    // Titles and breadcrumbs
    // Icons
    // Texts
    // Sliders
    // Lists
    // Notifications
    // Tables
    // Badge
    // Tooltip
    // Images
    // Forms
    // Video
  #Header and nav
    // Adbar & Topbar
    // Nav
    // Logo
    // Cart widget and search
  #Home page
    // Sections title
    // Featured products
    // Video
    // Main categories
    // Welcome message
  #Banners
    // Home banners
  #Product grid
    // Category controls
    // Grid item
    // Labels
  #Product detail
  	// Image
  #Cart detail
    // Shipping Calculator
  #Contact page
    // Data contact
  #Blog
  #Media queries
    // Min width 1400px
    // Min width 768px
    //// Components
    //// Header and Nav
    //// Home page
    //// Product grid
    //// Helper classes
  #Helper classes
    // Margin and padding
    // Text
    // Algin
    // Position
    // Image
    // Visibility
    // Float 
    // Width

==============================================================================*/
/*============================================================================
  #External CSS libraries and plugins
==============================================================================*/
/* // Bootstrap Grid v4.1.3 */
@-ms-viewport {
  width: device-width;
}
.legacy {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.legacy *, .legacy ::after, .legacy ::before {
  box-sizing: inherit;
}

.legacy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .legacy .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .legacy .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .legacy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .legacy .container {
    max-width: 1140px;
  }
}
.legacy .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.legacy .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.legacy .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.legacy .no-gutters > .col, .legacy .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.legacy .col, .legacy .col-1, .legacy .col-10, .legacy .col-11, .legacy .col-12, .legacy .col-2, .legacy .col-3, .legacy .col-4, .legacy .col-5, .legacy .col-6, .legacy .col-7, .legacy .col-8, .legacy .col-9, .legacy .col-auto, .legacy .col-lg, .legacy .col-lg-1, .legacy .col-lg-10, .legacy .col-lg-11, .legacy .col-lg-12, .legacy .col-lg-2, .legacy .col-lg-3, .legacy .col-lg-4, .legacy .col-lg-5, .legacy .col-lg-6, .legacy .col-lg-7, .legacy .col-lg-8, .legacy .col-lg-9, .legacy .col-lg-auto, .legacy .col-md, .legacy .col-md-1, .legacy .col-md-10, .legacy .col-md-11, .legacy .col-md-12, .legacy .col-md-2, .legacy .col-md-3, .legacy .col-md-4, .legacy .col-md-5, .legacy .col-md-6, .legacy .col-md-7, .legacy .col-md-8, .legacy .col-md-9, .legacy .col-md-auto, .legacy .col-sm, .legacy .col-sm-1, .legacy .col-sm-10, .legacy .col-sm-11, .legacy .col-sm-12, .legacy .col-sm-2, .legacy .col-sm-3, .legacy .col-sm-4, .legacy .col-sm-5, .legacy .col-sm-6, .legacy .col-sm-7, .legacy .col-sm-8, .legacy .col-sm-9, .legacy .col-sm-auto, .legacy .col-xl, .legacy .col-xl-1, .legacy .col-xl-10, .legacy .col-xl-11, .legacy .col-xl-12, .legacy .col-xl-2, .legacy .col-xl-3, .legacy .col-xl-4, .legacy .col-xl-5, .legacy .col-xl-6, .legacy .col-xl-7, .legacy .col-xl-8, .legacy .col-xl-9, .legacy .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.legacy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.legacy .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.legacy .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.legacy .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.legacy .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.legacy .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.legacy .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.legacy .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.legacy .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.legacy .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.legacy .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.legacy .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.legacy .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.legacy .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.legacy .order-first {
  -ms-flex-order: -1;
  order: -1;
}

.legacy .order-last {
  -ms-flex-order: 13;
  order: 13;
}

.legacy .order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.legacy .order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.legacy .order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.legacy .order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.legacy .order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.legacy .order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.legacy .order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.legacy .order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.legacy .order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.legacy .order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.legacy .order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.legacy .order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.legacy .order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.legacy .offset-1 {
  margin-left: 8.333333%;
}

.legacy .offset-2 {
  margin-left: 16.666667%;
}

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

.legacy .offset-4 {
  margin-left: 33.333333%;
}

.legacy .offset-5 {
  margin-left: 41.666667%;
}

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

.legacy .offset-7 {
  margin-left: 58.333333%;
}

.legacy .offset-8 {
  margin-left: 66.666667%;
}

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

.legacy .offset-10 {
  margin-left: 83.333333%;
}

.legacy .offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .legacy .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .legacy .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .legacy .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .legacy .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .legacy .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .legacy .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .legacy .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .legacy .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .legacy .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .legacy .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .legacy .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .legacy .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .legacy .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .legacy .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .legacy .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .legacy .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .legacy .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .legacy .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .legacy .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .legacy .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .legacy .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .legacy .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .legacy .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .legacy .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .legacy .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .legacy .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .legacy .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .legacy .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .legacy .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .legacy .offset-sm-0 {
    margin-left: 0;
  }
  .legacy .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .legacy .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .legacy .offset-sm-3 {
    margin-left: 25%;
  }
  .legacy .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .legacy .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .legacy .offset-sm-6 {
    margin-left: 50%;
  }
  .legacy .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .legacy .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .legacy .offset-sm-9 {
    margin-left: 75%;
  }
  .legacy .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .legacy .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .legacy .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .legacy .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .legacy .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .legacy .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .legacy .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .legacy .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .legacy .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .legacy .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .legacy .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .legacy .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .legacy .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .legacy .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .legacy .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .legacy .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .legacy .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .legacy .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .legacy .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .legacy .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .legacy .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .legacy .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .legacy .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .legacy .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .legacy .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .legacy .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .legacy .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .legacy .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .legacy .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .legacy .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .legacy .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .legacy .offset-md-0 {
    margin-left: 0;
  }
  .legacy .offset-md-1 {
    margin-left: 8.333333%;
  }
  .legacy .offset-md-2 {
    margin-left: 16.666667%;
  }
  .legacy .offset-md-3 {
    margin-left: 25%;
  }
  .legacy .offset-md-4 {
    margin-left: 33.333333%;
  }
  .legacy .offset-md-5 {
    margin-left: 41.666667%;
  }
  .legacy .offset-md-6 {
    margin-left: 50%;
  }
  .legacy .offset-md-7 {
    margin-left: 58.333333%;
  }
  .legacy .offset-md-8 {
    margin-left: 66.666667%;
  }
  .legacy .offset-md-9 {
    margin-left: 75%;
  }
  .legacy .offset-md-10 {
    margin-left: 83.333333%;
  }
  .legacy .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .legacy .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .legacy .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .legacy .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .legacy .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .legacy .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .legacy .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .legacy .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .legacy .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .legacy .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .legacy .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .legacy .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .legacy .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .legacy .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .legacy .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .legacy .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .legacy .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .legacy .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .legacy .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .legacy .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .legacy .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .legacy .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .legacy .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .legacy .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .legacy .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .legacy .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .legacy .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .legacy .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .legacy .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .legacy .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .legacy .offset-lg-0 {
    margin-left: 0;
  }
  .legacy .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .legacy .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .legacy .offset-lg-3 {
    margin-left: 25%;
  }
  .legacy .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .legacy .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .legacy .offset-lg-6 {
    margin-left: 50%;
  }
  .legacy .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .legacy .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .legacy .offset-lg-9 {
    margin-left: 75%;
  }
  .legacy .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .legacy .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .legacy .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .legacy .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .legacy .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .legacy .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .legacy .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .legacy .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .legacy .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .legacy .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .legacy .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .legacy .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .legacy .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .legacy .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .legacy .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .legacy .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .legacy .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .legacy .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .legacy .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .legacy .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .legacy .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .legacy .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .legacy .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .legacy .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .legacy .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .legacy .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .legacy .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .legacy .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .legacy .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .legacy .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .legacy .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .legacy .offset-xl-0 {
    margin-left: 0;
  }
  .legacy .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .legacy .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .legacy .offset-xl-3 {
    margin-left: 25%;
  }
  .legacy .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .legacy .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .legacy .offset-xl-6 {
    margin-left: 50%;
  }
  .legacy .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .legacy .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .legacy .offset-xl-9 {
    margin-left: 75%;
  }
  .legacy .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .legacy .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.legacy .d-none {
  display: none !important;
}

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

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

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

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

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

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

.legacy .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.legacy .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .legacy .d-sm-none {
    display: none !important;
  }
  .legacy .d-sm-inline {
    display: inline !important;
  }
  .legacy .d-sm-inline-block {
    display: inline-block !important;
  }
  .legacy .d-sm-block {
    display: block !important;
  }
  .legacy .d-sm-table {
    display: table !important;
  }
  .legacy .d-sm-table-row {
    display: table-row !important;
  }
  .legacy .d-sm-table-cell {
    display: table-cell !important;
  }
  .legacy .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .legacy .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .legacy .d-md-none {
    display: none !important;
  }
  .legacy .d-md-inline {
    display: inline !important;
  }
  .legacy .d-md-inline-block {
    display: inline-block !important;
  }
  .legacy .d-md-block {
    display: block !important;
  }
  .legacy .d-md-table {
    display: table !important;
  }
  .legacy .d-md-table-row {
    display: table-row !important;
  }
  .legacy .d-md-table-cell {
    display: table-cell !important;
  }
  .legacy .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .legacy .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .legacy .d-lg-none {
    display: none !important;
  }
  .legacy .d-lg-inline {
    display: inline !important;
  }
  .legacy .d-lg-inline-block {
    display: inline-block !important;
  }
  .legacy .d-lg-block {
    display: block !important;
  }
  .legacy .d-lg-table {
    display: table !important;
  }
  .legacy .d-lg-table-row {
    display: table-row !important;
  }
  .legacy .d-lg-table-cell {
    display: table-cell !important;
  }
  .legacy .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .legacy .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .legacy .d-xl-none {
    display: none !important;
  }
  .legacy .d-xl-inline {
    display: inline !important;
  }
  .legacy .d-xl-inline-block {
    display: inline-block !important;
  }
  .legacy .d-xl-block {
    display: block !important;
  }
  .legacy .d-xl-table {
    display: table !important;
  }
  .legacy .d-xl-table-row {
    display: table-row !important;
  }
  .legacy .d-xl-table-cell {
    display: table-cell !important;
  }
  .legacy .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .legacy .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .legacy .d-print-none {
    display: none !important;
  }
  .legacy .d-print-inline {
    display: inline !important;
  }
  .legacy .d-print-inline-block {
    display: inline-block !important;
  }
  .legacy .d-print-block {
    display: block !important;
  }
  .legacy .d-print-table {
    display: table !important;
  }
  .legacy .d-print-table-row {
    display: table-row !important;
  }
  .legacy .d-print-table-cell {
    display: table-cell !important;
  }
  .legacy .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .legacy .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.legacy .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.legacy .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

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

.legacy .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.legacy .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.legacy .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

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

.legacy .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.legacy .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.legacy .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.legacy .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.legacy .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.legacy .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.legacy .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.legacy .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.legacy .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.legacy .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.legacy .align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.legacy .align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.legacy .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.legacy .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.legacy .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.legacy .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.legacy .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.legacy .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.legacy .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.legacy .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.legacy .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.legacy .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.legacy .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.legacy .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .legacy .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .legacy .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .legacy .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .legacy .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .legacy .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .legacy .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .legacy .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .legacy .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .legacy .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .legacy .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .legacy .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .legacy .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .legacy .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .legacy .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .legacy .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .legacy .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .legacy .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .legacy .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .legacy .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .legacy .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .legacy .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .legacy .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .legacy .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .legacy .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .legacy .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .legacy .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .legacy .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .legacy .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .legacy .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .legacy .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .legacy .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .legacy .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .legacy .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .legacy .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .legacy .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .legacy .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .legacy .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .legacy .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .legacy .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .legacy .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .legacy .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .legacy .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .legacy .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .legacy .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .legacy .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .legacy .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .legacy .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .legacy .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .legacy .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .legacy .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .legacy .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .legacy .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .legacy .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .legacy .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .legacy .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .legacy .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .legacy .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .legacy .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .legacy .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .legacy .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .legacy .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .legacy .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .legacy .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .legacy .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .legacy .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .legacy .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .legacy .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .legacy .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .legacy .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .legacy .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .legacy .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .legacy .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .legacy .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .legacy .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .legacy .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .legacy .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .legacy .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .legacy .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .legacy .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .legacy .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .legacy .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .legacy .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .legacy .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .legacy .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .legacy .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .legacy .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .legacy .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .legacy .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .legacy .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .legacy .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .legacy .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .legacy .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .legacy .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .legacy .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .legacy .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .legacy .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .legacy .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .legacy .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .legacy .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .legacy .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .legacy .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .legacy .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .legacy .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .legacy .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .legacy .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .legacy .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .legacy .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .legacy .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .legacy .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .legacy .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .legacy .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .legacy .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .legacy .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .legacy .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .legacy .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .legacy .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .legacy .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .legacy .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .legacy .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .legacy .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .legacy .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .legacy .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .legacy .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .legacy .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .legacy .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .legacy .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .legacy .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .legacy .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .legacy .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .legacy .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .legacy .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .legacy .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .legacy .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .legacy .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .legacy .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .legacy .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* // Swiper 4.4.2 */
.legacy .swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.legacy .swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.legacy .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.legacy .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.legacy .swiper-container-android .swiper-slide, .legacy .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.legacy .swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.legacy .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.legacy .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.legacy .swiper-slide-invisible-blank {
  visibility: hidden;
}

.legacy .swiper-container-autoheight, .legacy .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.legacy .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.legacy .swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.legacy .swiper-container-3d .swiper-cube-shadow, .legacy .swiper-container-3d .swiper-slide, .legacy .swiper-container-3d .swiper-slide-shadow-bottom, .legacy .swiper-container-3d .swiper-slide-shadow-left, .legacy .swiper-container-3d .swiper-slide-shadow-right, .legacy .swiper-container-3d .swiper-slide-shadow-top, .legacy .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.legacy .swiper-container-3d .swiper-slide-shadow-bottom, .legacy .swiper-container-3d .swiper-slide-shadow-left, .legacy .swiper-container-3d .swiper-slide-shadow-right, .legacy .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.legacy .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.legacy .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.legacy .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.legacy .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.legacy .swiper-container-wp8-horizontal, .legacy .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.legacy .swiper-container-wp8-vertical, .legacy .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.legacy .swiper-button-next, .legacy .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 40px;
  margin-top: -25px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.legacy .swiper-button-next.swiper-button-disabled, .legacy .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}

.legacy .swiper-button-prev, .legacy .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.legacy .swiper-button-next, .legacy .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.legacy .swiper-button-lock {
  display: none;
}

.legacy .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.legacy .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.legacy .swiper-pagination-custom, .legacy .swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.legacy .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.legacy .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.legacy .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.legacy .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.legacy .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.legacy .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.legacy .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.legacy .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.legacy .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.legacy button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.legacy .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.legacy .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.legacy .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.legacy .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.legacy .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.legacy .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.legacy .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.legacy .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.legacy .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.legacy .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.legacy .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.legacy .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.legacy .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.legacy .swiper-container-horizontal > .swiper-pagination-progressbar, .legacy .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.legacy .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .legacy .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.legacy .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.legacy .swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.legacy .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.legacy .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.legacy .swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.legacy .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.legacy .swiper-pagination-lock {
  display: none;
}

.legacy .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.legacy .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.legacy .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.legacy .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.legacy .swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.legacy .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.legacy .swiper-container-fade .swiper-slide-active, .legacy .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*============================================================================
  #Critical path helpers
==============================================================================*/
/* Hidden general content until rest of styling loads */
.legacy .visible-when-content-ready {
  visibility: hidden !important;
}

.legacy .display-when-content-ready {
  display: none !important;
}

/*============================================================================
  #Components
==============================================================================*/
/* // Wrappers */
.legacy {
  margin: 0;
  font-size: var(--font-base);
}

.legacy .body-password {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Containers and custom grid */
.legacy .container,
.legacy .container-fluid {
  padding: 0 var(--guter-container);
}

.legacy .row {
  margin-right: var(--gutter-negative);
  margin-left: var(--gutter-negative);
}

.legacy .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.legacy .col, .legacy .col-1, .legacy .col-10, .legacy .col-11, .legacy .col-12, .legacy .col-2, .legacy .col-3, .legacy .col-4, .legacy .col-5, .legacy .col-6, .legacy .col-7, .legacy .col-8, .legacy .col-9, .legacy .col-auto, .legacy .col-lg, .legacy .col-lg-1, .legacy .col-lg-10, .legacy .col-lg-11, .legacy .col-lg-12, .legacy .col-lg-2, .legacy .col-lg-3, .legacy .col-lg-4, .legacy .col-lg-5, .legacy .col-lg-6, .legacy .col-lg-7, .legacy .col-lg-8, .legacy .col-lg-9, .legacy .col-lg-auto, .legacy .col-md, .legacy .col-md-1, .legacy .col-md-10, .legacy .col-md-11, .legacy .col-md-12, .legacy .col-md-2, .legacy .col-md-3, .legacy .col-md-4, .legacy .col-md-5, .legacy .col-md-6, .legacy .col-md-7, .legacy .col-md-8, .legacy .col-md-9, .legacy .col-md-auto, .legacy .col-sm, .legacy .col-sm-1, .legacy .col-sm-10, .legacy .col-sm-11, .legacy .col-sm-12, .legacy .col-sm-2, .legacy .col-sm-3, .legacy .col-sm-4, .legacy .col-sm-5, .legacy .col-sm-6, .legacy .col-sm-7, .legacy .col-sm-8, .legacy .col-sm-9, .legacy .col-sm-auto, .legacy .col-xl, .legacy .col-xl-1, .legacy .col-xl-10, .legacy .col-xl-11, .legacy .col-xl-12, .legacy .col-xl-2, .legacy .col-xl-3, .legacy .col-xl-4, .legacy .col-xl-5, .legacy .col-xl-6, .legacy .col-xl-7, .legacy .col-xl-8, .legacy .col-xl-9, .legacy .col-xl-auto {
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

/* // Grid */
.legacy .row-grid {
  margin-right: var(--gutter-negative);
  margin-left: var(--gutter-negative);
}

.legacy .col-grid {
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.legacy .col-btn {
  max-width: 33.333%;
}

.legacy .col-btn .btn-link {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* // Placeholders and preloaders */
.legacy .placeholder-line-medium {
  height: 25px;
  border-radius: 6px;
}

.legacy .placeholder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.legacy .placeholder-full-height {
  position: relative;
  height: 100%;
}

.legacy .home-placeholder-icons {
  position: absolute;
  top: calc(50% - 75px);
}

.legacy .product-placeholder-container {
  position: relative;
  max-height: 900px;
  margin-bottom: 20px;
  overflow: hidden;
}

.legacy .placeholder-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -moz-animation: placeholder-shine 1.5s infinite;
  -webkit-animation: placeholder-shine 1.5s infinite;
  animation: placeholder-shine 1.5s infinite;
}

@keyframes placeholder-shine {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.legacy .placeholder-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  -moz-animation: placeholder-fade 1.5s infinite;
  -webkit-animation: placeholder-fade 1.5s infinite;
  animation: placeholder-fade 1.5s infinite;
}

@keyframes placeholder-fade {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
.legacy .placeholder-shipping-icon {
  width: 20px;
  height: 20px;
  border-radius: var(--border-radius-circle);
}

.legacy .placeholder-line {
  height: 10px;
  width: 100%;
}

.legacy .placeholder-shipping-price {
  width: 100px;
}

.legacy .blur-up {
  position: absolute;
  top: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  transition: opacity 0.2s, -webkit-filter 0.2s;
}

.legacy .blur-up-huge {
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
  transition: filter 0.2s, -webkit-filter 0.2s;
}

.legacy .blur-up.lazyloaded,
.legacy .blur-up-huge.lazyloaded,
.legacy .blur-up.swiper-lazy-loaded,
.legacy .blur-up-huge.swiper-lazy-loaded {
  -webkit-filter: none;
  filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}

.legacy .preloader-bg-img,
.legacy .product-slider-image.blur-up {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  transition: filter 0.2s, -webkit-filter 0.2s, opacity 0.2s;
  /* Avoid strange image behaviour on filters in IOS */
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.legacy .product-slider-image.blur-up {
  left: 50%;
  width: auto;
}

.legacy .swiper-lazy-loaded + .preloader-bg-img,
.legacy .lazyloaded + .blur-up {
  opacity: 0;
  -webkit-filter: none;
  filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}

.legacy .lazyloaded + .blur-up {
  opacity: 0;
  pointer-events: none;
}

.legacy .lazyloaded + .placeholder-shine,
.legacy .lazyloaded + .placeholder-fade,
.legacy .swiper-lazy-loaded + .placeholder-shine,
.legacy .swiper-lazy-loaded + .placeholder-fade {
  display: none;
}

.legacy .fade-in {
  opacity: 0;
  transition: opacity 0.2s;
}

.legacy .fade-in.lazyloaded,
.legacy .fade-in.swiper-lazy-loaded,
.legacy .fade-in.image-priority-high {
  opacity: 1;
}

.legacy .spinner {
  position: relative;
  display: grid;
  place-items: center;
}

.legacy .spinner::before,
.legacy .spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
}

.legacy .spinner::before {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  animation: spinner-line 0.8s cubic-bezier(0, 0, 0.03, 0.9) infinite;
}

.legacy .spinner-small::before {
  height: 2px;
}

@keyframes spinner-line {
  0%, 44%, 88.1%, 100% {
    transform-origin: left;
  }
  0%, 100%, 88% {
    transform: scaleX(0);
  }
  44.1%, 88% {
    transform-origin: right;
  }
  33%, 44% {
    transform: scaleX(1);
  }
}
/* // Animations*/
.legacy .transition-up,
.legacy .fade-in-vertical {
  opacity: 0;
}

/* // Buttons */
.legacy .btn-whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  color: white;
  background-color: #4dc247;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.legacy .btn-whatsapp svg {
  width: 45px;
  height: 45px;
  padding: 10px;
  fill: white;
  vertical-align: middle;
}

.legacy .btn-facebook-icon:before {
  display: inline-block;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

/* // Links */
.legacy a {
  text-decoration: none;
}

/* // Icons */
.legacy .icon-inline {
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.legacy .icon-xs {
  font-size: 0.75em;
}

.legacy .icon-md {
  font-size: 0.875em;
}

.legacy .icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.legacy .icon-2x {
  font-size: 2em;
}

.legacy .icon-2x-half {
  font-size: 2.5em;
}

.legacy .icon-3x {
  font-size: 3em;
}

.legacy .icon-4x {
  font-size: 4em;
}

.legacy .icon-5x {
  font-size: 5em;
}

.legacy .icon-6x {
  font-size: 6em;
}

.legacy .icon-7x {
  font-size: 7em;
}

.legacy .icon-8x {
  font-size: 8em;
}

.legacy .icon-9x {
  font-size: 9em;
}

.legacy .icon-circle {
  border-radius: var(--border-radius-circle);
}

.legacy .icon-35px {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.legacy .icon-40px {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.legacy .icon-48px {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.legacy .icon-60px {
  width: 60px;
  height: 60px;
  text-align: center;
}

.legacy .icon-inline.icon-lg {
  vertical-align: -0.225em;
}

.legacy .icon-inline.icon-w {
  text-align: center;
  width: 1.25em;
}

.legacy .icon-inline.icon-w-1 {
  width: 0.0625em;
}

.legacy .icon-inline.icon-w-2 {
  width: 0.125em;
}

.legacy .icon-inline.icon-w-3 {
  width: 0.1875em;
}

.legacy .icon-inline.icon-w-4 {
  width: 0.25em;
}

.legacy .icon-inline.icon-w-5 {
  width: 0.3125em;
}

.legacy .icon-inline.icon-w-6 {
  width: 0.375em;
}

.legacy .icon-inline.icon-w-7 {
  width: 0.4375em;
}

.legacy .icon-inline.icon-w-8 {
  width: 0.5em;
}

.legacy .icon-inline.icon-w-9 {
  width: 0.5625em;
}

.legacy .icon-inline.icon-w-10 {
  width: 0.625em;
}

.legacy .icon-inline.icon-w-11 {
  width: 0.6875em;
}

.legacy .icon-inline.icon-w-12 {
  width: 0.75em;
}

.legacy .icon-inline.icon-w-13 {
  width: 0.8125em;
}

.legacy .icon-inline.icon-w-14 {
  width: 0.875em;
}

.legacy .icon-inline.icon-w-15 {
  width: 0.9375em;
}

.legacy .icon-inline.icon-w-16 {
  width: 1em;
}

.legacy .icon-inline.icon-w-17 {
  width: 1.0625em;
}

.legacy .icon-inline.icon-w-18 {
  width: 1.125em;
}

.legacy .icon-inline.icon-w-19 {
  width: 1.1875em;
}

.legacy .icon-inline.icon-w-20 {
  width: 1.25em;
}

.legacy .icon-inline.icon-w-2em {
  width: 2em;
}

.legacy .icon-flip-horizontal {
  transform: scaleX(-1);
}

.legacy .icon-rotate-90 {
  transform: rotate(90deg);
}

.legacy .icon-rotate-90-neg {
  transform: rotate(-90deg);
}

.legacy .icon-spin {
  -webkit-animation: icon-spin 0.5s infinite linear;
  animation: icon-spin 0.5s infinite linear;
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* // Titles and breadcrumbs */
.legacy .h1-huge {
  font-size: var(--h1-huge);
}

.legacy h1,
.legacy .h1 {
  font-size: var(--h1);
}

.legacy h2,
.legacy .h2 {
  font-size: var(--h2);
}

.legacy h3,
.legacy .h3 {
  font-size: var(--h3);
}

.legacy h4,
.legacy .h4 {
  font-size: var(--h4);
}

.legacy h5,
.legacy .h5 {
  font-size: var(--h5);
}

.legacy h6,
.legacy .h6 {
  font-size: var(--h6);
}

.legacy .breadcrumbs {
  margin-bottom: 15px;
  font-size: var(--font-smallest);
}

.legacy .breadcrumbs .separator {
  margin: 3px;
}

/* // Texts */
.legacy .font-huge {
  font-size: var(--font-huge) !important;
}

.legacy .font-large {
  font-size: var(--font-large) !important;
}

.legacy .font-big {
  font-size: var(--font-big) !important;
}

.legacy .font-body {
  font-size: var(--font-base) !important;
}

.legacy .font-small {
  font-size: var(--font-small) !important;
}

.legacy .font-smallest {
  font-size: var(--font-smallest) !important;
}

.legacy p {
  margin-top: 0;
  line-height: 1.4286em;
}

.legacy .user-content ul {
  padding-left: 20px;
}

.legacy .user-content ul li {
  margin-bottom: 10px;
  line-height: 22px;
}

.legacy .user-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  line-height: 22px;
}

.legacy .subtitle {
  font-size: var(--font-smallest);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* // Sliders */
.legacy .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

.legacy .slide-container {
  overflow: hidden;
}

.legacy .slider-slide {
  height: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.legacy .slider-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy .swiper-slide-active .slider-image-animation {
  -webkit-animation: zoomin 20s ease forwards;
  -moz-animation: zoomin 20s ease forwards;
  animation: zoomin 20s ease forwards;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.legacy .swiper-button-next,
.legacy .swiper-button-prev {
  position: relative;
  top: initial;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 0;
  line-height: 50px;
}

.legacy .swiper-button-small {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.legacy .swiper-button-absolute {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.legacy .swiper-pagination-fraction {
  bottom: auto;
  display: inline-block;
  width: auto;
  min-width: 35px;
  padding: 7px 0;
}

.legacy .swiper-pagination-bullet {
  margin: 0 4px;
  border-radius: 6px;
}

.legacy .swiper-text {
  position: absolute;
  z-index: 9;
  width: 100%;
  padding: 25px 20px;
}

.legacy .swiper-button-next.swiper-button-disabled,
.legacy .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}

.legacy .swiper-pagination-lock {
  display: none !important;
}

/* // Lists */
.legacy .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.legacy .list .list-item {
  position: relative;
  cursor: default;
}

.legacy .list-unstyled {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.legacy .list-inline li {
  display: inline-flex;
}

/* // Notifications */
.legacy .notification {
  padding: 10px;
  text-align: center;
  font-size: var(--font-small);
}

.legacy .notification-floating {
  position: absolute;
  left: 0;
  z-index: 2000;
  width: 100%;
}

.legacy .notification-fixed {
  position: fixed;
  right: 0;
  left: initial;
  width: 100%;
}

.legacy .notification-close {
  padding: 0 5px;
}

.legacy .notification-centered {
  display: inline-block;
  width: 100%;
  margin: 0 20px 20px 0;
  text-align: center;
}

.legacy .notification-left {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  text-align: left;
  font-size: var(--font-small);
}

.legacy .notification-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  font-size: 12px;
}

.legacy .notification-fixed-bottom .btn-link {
  font-size: 12px;
}

.legacy .notification-above {
  z-index: 9000;
}

/* // Badge */
.legacy .badge {
  position: absolute;
  top: 0;
  margin-left: 3px;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: normal;
}

/* // Tables */
.legacy .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.legacy .table thead th {
  padding: 8px;
}

.legacy .table td {
  padding: 8px;
  text-align: left;
}

/* // Tooltip */
.legacy .tooltip {
  position: absolute;
  right: -1px;
  bottom: -45px;
  z-index: 9999;
  padding: 15px;
  text-align: center;
}

.legacy .tooltip-icon {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  line-height: 12px;
  cursor: pointer;
}

.legacy .tooltip-arrow {
  position: absolute;
  top: -10px;
  right: 13px;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* // Images */
/* Used for images that have a placeholder before it loads. The image container should have a padding-bottom inline with the result of (image height/ image width) * 100 */
.legacy .img-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
  text-indent: -9999px;
  z-index: 1;
}

.legacy .img-absolute-centered {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.legacy .absolute-centered-vertically {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.legacy .card-img {
  margin: 0 5px 5px 0;
  border: var(--border-solid);
}

.legacy .card-img-small {
  height: 25px;
}

.legacy .card-img-medium {
  height: 35px;
}

.legacy .card-img-big {
  height: 50px;
}

.legacy .card-img-square-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.legacy .card-img-square {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy .card-img-pill {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 999;
  padding: 4px 9px;
  font-size: 10px;
  border-radius: 15px;
}

/* // Forms */
.legacy .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.legacy .form-group .form-select-icon {
  position: absolute;
  right: 13px;
  bottom: 10px;
  font-size: 18px;
  pointer-events: none;
}

.legacy .form-select .form-select-icon {
  top: 50%;
  bottom: initial;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
}

.legacy .form-group .form-control-submit {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 10px;
}

.legacy .form-group-small .form-select-icon {
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}

.legacy .form-row {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  clear: both;
}

.legacy .form-row > .col,
.legacy .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.legacy .form-label {
  display: block;
  margin-bottom: 10px;
  font-size: var(--font-small);
}

.legacy .form-label-divider {
  padding: 10px 0;
  margin-bottom: 10px;
}

.legacy .password-toggle {
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 20px;
  background: none;
  border: 0;
  transform: translateY(-100%);
}

.legacy .password-toggle-show,
.legacy .password-toggle-hide {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 15px;
  height: 15px;
  margin: -7px -7px 0 0;
  font-size: 0;
}

.legacy .password-toggle-show:before,
.legacy .password-toggle-hide:before {
  display: block;
  width: 15px;
  height: 15px;
}

.legacy .radio-button {
  display: block;
  clear: both;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.legacy .radio-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.legacy .radio-button.disabled input[type=radio] {
  cursor: not-allowed;
}

.legacy .radio-button-item {
  display: block;
  margin-bottom: 20px;
}

.legacy .radio-button-container {
  display: inline-block;
  width: 100%;
}

.legacy .radio-button-container .radio-button-item:last-child {
  margin-bottom: 0;
}

.legacy .radio-button-content {
  position: relative;
}

.legacy .radio-button-icons-container {
  position: absolute;
}

.legacy .radio-button-icon {
  width: 15px;
  height: 15px;
  border-radius: var(--border-radius-circle);
}

.legacy .radio-button .radio-button-content .unchecked {
  display: block;
}

.legacy .radio-button .radio-button-content .checked {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 0;
  height: 0;
  border-radius: var(--border-radius-circle);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.legacy .radio-button input[type=radio]:checked + .radio-button-content .checked,
.legacy .radio-button.selected .radio-button-content .checked {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
}

.legacy .radio-button-label {
  display: block;
  padding-left: 25px;
  font-size: var(--font-small);
}

.legacy .checkbox-container .checkbox {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 25px;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer;
}

.legacy .checkbox-container .checkbox-icon {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 1px;
}

.legacy .checkbox-container .checkbox-icon:after {
  position: absolute;
  top: 2px;
  left: 5px;
  display: none;
  width: 4px;
  height: 9px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.legacy .checkbox-container .checkbox-text {
  font-size: var(--font-small);
}

.legacy .checkbox-container .checkbox-text.with-color {
  padding-right: 5px;
}

.legacy .checkbox-container .checkbox-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  vertical-align: top;
  border-radius: var(--border-radius-circle);
}

.legacy .checkbox-container input {
  display: none;
}

.legacy .checkbox-container input:checked ~ .checkbox {
  opacity: 1;
}

.legacy .checkbox-container input:checked ~ .checkbox .checkbox-icon:after {
  display: block;
}

/* // Video */
.legacy .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.legacy .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.legacy .embed-responsive.embed-responsive-1by1 {
  padding-bottom: 140%;
}

.legacy .embed-responsive .embed-responsive-item,
.legacy .embed-responsive embed,
.legacy .embed-responsive iframe,
.legacy .embed-responsive object,
.legacy .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.legacy .video-player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.legacy .video-player-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding-left: 4px;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
  border-radius: var(--border-radius-circle);
  transform: translate(-50%, -50%);
}

.legacy .video-player-icon-small {
  z-index: 10;
  width: 24px;
  height: 24px;
  padding-left: 2px;
  font-size: 13px;
  line-height: 21px;
}

.legacy .video-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*============================================================================
  #Header and nav
==============================================================================*/
.legacy .head-main {
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1040;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* // Adbar */
.legacy .section-adbar {
  position: relative;
  display: flex;
  width: 100%;
  padding: 7px;
  font-size: var(--font-small);
  overflow: hidden;
  align-items: center;
}

.legacy .section-adbar-animated {
  -webkit-text-size-adjust: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
.legacy .adbar-animated {
  display: inline-block;
  padding-left: calc(100% + 15px);
  white-space: nowrap;
}

.legacy .adbar-animated:hover {
  animation-play-state: paused !important;
}

.legacy .adbar-animated * {
  white-space: nowrap;
}

.legacy .section-adbar .swiper-button-absolute {
  top: 50%;
  width: 25px;
  height: 20px;
  margin-top: 2px;
  transform: translateY(-50%);
  line-height: initial;
}

.legacy .adbar-img {
  width: 100%;
  max-height: 60px;
  object-fit: cover;
}

.legacy .adbar-with-messages .adbar-img-container,
.legacy .adbar-with-messages .adbar-img-container a,
.legacy .adbar-with-messages .adbar-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.legacy .adbar-with-messages .adbar-img {
  top: 0;
  object-fit: cover;
  max-height: initial;
}

/* Header transparent */
.legacy .logo-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.legacy .head-logo-center .logo-header-transparent,
.legacy .head-logo-below .logo-header-transparent {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.legacy .head-logo-below .logo-container-col:not(.logo-inside-nav) .logo-header-transparent {
  top: 1rem;
}

.legacy .head-transparent-on-section.head-transparent-logo .logo-img {
  opacity: 0;
}

.legacy .head-transparent-on-section.head-transparent-logo .logo-header-transparent {
  opacity: 1;
}

.legacy .head-main.head-transparent-on-section:hover .logo-img {
  opacity: 1;
}

.legacy .head-main.head-transparent-on-section:hover .logo-header-transparent {
  opacity: 0;
}

/* // Nav */
.legacy .head-logo-row {
  margin: 15px auto;
}

.legacy .nav-desktop {
  position: relative;
  width: 100%;
  height: 100%;
}

.legacy .nav-desktop-list {
  height: 100%;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  white-space: nowrap !important;
}

.legacy .head-logo-md-left .nav-desktop-list {
  padding: 15px 0;
}

.legacy .nav-desktop-list::-webkit-scrollbar {
  height: 0;
}

.legacy .head-logo-md-left.head-search-md-icon .nav-desktop-list > li:first-of-type {
  padding-left: 40px;
}

.legacy .head-logo-md-left.head-search-md-icon .nav-desktop-list > li:last-of-type {
  padding-right: 40px;
}

.legacy .head-logo-md-left.head-search-md-icon .nav-desktop-with-scroll > li:first-of-type {
  padding-left: 10px;
}

.legacy .head-logo-md-left.head-search-md-icon .nav-desktop-with-scroll > li:last-of-type {
  padding-right: 10px;
}

.legacy .head-logo-md-left .nav-desktop-left .nav-desktop-list > li:first-of-type {
  padding-left: 0;
}

.legacy .nav-desktop-with-scroll {
  margin: 0 30px;
  overflow-x: scroll;
}

.legacy .head-logo-md-left.head-search-md-icon .nav-desktop-with-scroll {
  margin: 0 50px 0 60px;
}

.legacy .head-logo-md-left.head-search-md-big .nav-desktop-with-scroll {
  margin: 0 40px;
}

.legacy .nav-desktop-list-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 50px;
  margin-top: -26px;
  cursor: pointer;
  text-align: center;
}

.legacy .nav-desktop-list-arrow-left {
  left: 0;
}

.legacy .head-logo-md-left.head-search-md-icon .nav-desktop-list-arrow-left {
  left: 25px;
}

.legacy .nav-desktop-list-arrow-right {
  right: 0;
}

.legacy .head-logo-md-left.head-search-md-icon .nav-desktop-list-arrow-right {
  right: 10px;
}

.legacy .nav-desktop-list-arrow.disable {
  cursor: initial;
}

.legacy .nav-desktop-list-arrow.disable svg {
  opacity: 0.2;
}

.legacy .nav-desktop-list-arrow svg {
  margin-top: 20px;
  font-size: 14px;
}

.legacy .nav-item {
  display: inline-flex;
  position: initial;
  padding: 0 15px;
  font-size: var(--font-small);
  white-space: normal;
}

.legacy .nav-desktop-list > .nav-item {
  height: 100%;
  align-items: center;
  font-size: var(--font-base);
}

.legacy .desktop-dropdown {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
}

.legacy .col-utility {
  z-index: 9;
}

.legacy .btn-utility {
  padding: 10px 7px;
}

.legacy .utilities-icon {
  font-size: 20px;
}

.legacy .nav-dropdown-content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

/* // Logo */
.legacy .logo-text-container {
  display: inline-block;
  max-width: 450px;
  margin: 15px 0;
}

.legacy .head-logo-below .logo-img-container a {
  position: relative;
  z-index: 2;
}

.legacy .head-transparent-logo.head-logo-below .logo-img-container a {
  position: initial;
}

.legacy .logo-img,
.legacy .logo-text {
  width: auto;
  height: auto;
  vertical-align: middle;
  max-height: 40px;
  max-width: 80%;
}

.legacy .head-logo-below .logo-img,
.legacy .head-logo-below .text {
  max-width: 55%;
}

.legacy .logo-big {
  max-height: 100px;
}

.legacy .logo-img-big,
.legacy .head-logo-below .logo-img-big {
  max-width: 90%;
  max-height: 100px;
}

.legacy .logo-medium,
.legacy .logo-img-medium,
.legacy .head-logo-below .logo-img-medium {
  max-width: 80%;
  max-height: 60px;
}

.legacy .logo-img-small,
.legacy .head-logo-below .logo-img-small {
  max-width: 70%;
}

/* // Cart widget and search */
.legacy .search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  padding: 8px 12px 5px 8px;
  font-size: 15px;
  background: none;
  border: 0;
}

.legacy .search-btn:before {
  display: block;
  width: 20px;
  height: 20px;
}

.legacy .search-close-btn {
  top: 0;
  right: initial;
  left: 20px;
  z-index: 2;
  margin-top: 27px;
}

/*============================================================================
  #Home Page
==============================================================================*/
/* // Sections title */
.legacy .section-title {
  position: relative;
  z-index: 9;
}

.legacy .absolute-section-title {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 9;
  width: 55%;
  padding-right: 20px;
}

.legacy .absolute-section-title-right {
  right: initial;
  padding: 0;
  text-align: right;
}

/* // Featured products */
.legacy .section-featured-home,
.legacy .section-products-related {
  position: relative;
  padding: 25px 0;
  overflow: hidden;
}

/* // Video */
.legacy .home-video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  width: 100%;
  padding: 30px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.legacy .home-video-text-bottom {
  top: initial;
  bottom: 0;
  transform: translateX(-50%);
}

.legacy .home-video-overlay:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.legacy .home-video-image {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy .home-video .placeholder-shine {
  z-index: 9;
}

.legacy .home-video-autoplay video {
  position: relative;
  object-fit: cover;
  object-position: 50% 20%;
  font-family: "object-fit: cover";
}

.legacy .home-video-autoplay iframe {
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  max-width: none;
}

.legacy .home-video-hide-controls {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

/* // Main categories */
.legacy .home-category {
  width: 100%;
  float: left;
  overflow: hidden;
}

.legacy .home-category-image {
  position: relative;
  width: 160px;
  height: 75px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.legacy .home-category-image img,
.legacy .home-category-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.legacy .home-category-image-placeholder {
  background-color: #f9f9f9;
}

.legacy .home-category-name {
  z-index: 99;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.legacy .home-category-overlay {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  content: "";
}

/* // Welcome message */
.legacy .section-welcome-home,
.legacy .section-institutional-home {
  padding: 40px 0;
}

/* // Section main product */
.legacy .section-main-product-home {
  padding: 40px 0;
}

/*============================================================================
  #Banners
==============================================================================*/
/* // Home banners */
.legacy .section-banners-home,
.legacy .section-modules-home {
  padding: 20px 0;
}

.legacy .section-banners-home + .section-banners-home {
  margin-top: -20px;
  padding-top: 0;
}

.legacy .section-banners-home + .section-banners-home .section-title {
  margin-top: 15px;
}

.legacy .textbanner {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.legacy .textbanner-link {
  display: block;
  width: 100%;
  height: 100%;
}

.legacy .textbanner-image {
  position: relative;
  padding-top: 50%;
}

.legacy .textbanner-title {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.legacy .textbanner-text {
  position: relative;
  padding: 15px;
}

.legacy .textbanner-text-small {
  padding: 10px;
}

.legacy .textbanner-text.over-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 100%;
  transform: translate(-50%, -50%);
}

.legacy .textbanner-text-left .textbanner-text.over-image {
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  padding: 30px;
  transform: none;
}

.legacy .textbanner-paragraph {
  display: -webkit-box;
  overflow: hidden;
  line-height: 18px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.legacy .textbanner .textbanner-image.overlay.textbanner-image-empty {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 770'><rect width='1440' height='770' fill='%23fcfcfc'/><path d='M852.28,303.08a17.11,17.11,0,0,0-11.62-6.15l-80.84-7.56-10.51-46a17.22,17.22,0,0,0-20.6-12.91l-152.45,34.5a17.19,17.19,0,0,0-13,20.51L599.57,444.3a17.22,17.22,0,0,0,20.6,12.91L652.06,450l-1,10.19a17.23,17.23,0,0,0,15.52,18.68l155.54,14.56c.55.05,1.09.07,1.62.07A17.19,17.19,0,0,0,840.89,478l2.76-29.35a1,1,0,0,0,.17-1.77l12.35-131.22A17,17,0,0,0,852.28,303.08ZM567.2,273.61a15.08,15.08,0,0,1,9.5-6.73l152.45-34.5a15.22,15.22,0,0,1,18.21,11.4l10.37,45.39-72.61-6.79a17.21,17.21,0,0,0-18.74,15.47l-1.59,16.89-28.65-18.83a1,1,0,0,0-1.39.29,1,1,0,0,0,.29,1.38L664.58,317,657,397.89l-62.69,14.27L565.24,285A15,15,0,0,1,567.2,273.61ZM737.9,424.37a1,1,0,0,0,1.41.19l71.12-54.77L845.6,402.6a1,1,0,0,0,.36.21l-4.12,43.71L656.2,427.36l4.49-47.66a.94.94,0,0,0,.86-.1l67.93-45.68,51.61,55.93-43,33.12A1,1,0,0,0,737.9,424.37ZM619.73,455.26a15.23,15.23,0,0,1-18.21-11.41l-6.79-29.74,62-14.13-2.61,27.76a1.12,1.12,0,0,0-.14.4,1,1,0,0,0,.06.43l-1.82,19.33Zm219.17,22.5a15.21,15.21,0,0,1-16.55,13.67L666.81,476.88a15.22,15.22,0,0,1-13.72-16.5l2.92-31,185.64,19.16Zm15.28-162.34-8,85-35-32.67a1,1,0,0,0-1.3-.06l-27.2,20.95-52.31-56.7a1,1,0,0,0-1.3-.15l-68.19,45.86,7.5-79.6a15.2,15.2,0,0,1,16.55-13.67l155.54,14.55a15.22,15.22,0,0,1,13.71,16.5ZM788.4,325.69A12.21,12.21,0,0,0,786.12,350c.39,0,.77.05,1.15.05A12.22,12.22,0,0,0,799.41,339h0a12.19,12.19,0,0,0-11-13.29Zm9,13.1a10.2,10.2,0,1,1-10.17-11.15c.32,0,.64,0,1,0a10.2,10.2,0,0,1,9.21,11.11Zm-168.36,3.62a1,1,0,0,0,.55.17,1,1,0,0,0,.56-1.83L607.75,325.8a1,1,0,0,0-1.11,1.67Zm-78.72-42.54L38.33,49.46l.44-.9L550.78,299ZM39.58,724l-.44-.9,549.09-271.3.45.9Zm1364.65,1.75-.45-.22L870,463.38l.44-.89.45.22,533.77,262.13ZM870.51,307.35l-.44-.9L1402.64,44.84l.44.89Z' fill='%23ccc'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.legacy .textbanner-image-empty.textbanner-image-empty-vertical,
.legacy .textbanner-image-empty.textbanner-image-empty-module {
  padding-top: 100%;
}

.legacy .textbanner-image-height {
  position: absolute;
  top: 0;
  min-height: 100%;
}

.legacy .textbanner-image-background {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*============================================================================
  #Product grid
==============================================================================*/
/* // Category controls */
.legacy .category-controls-sticky-detector {
  height: 1px;
}

.legacy .category-controls {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  transition: all 0.1s ease;
}

.legacy .category-control-item a {
  padding: 12px 15px;
}

.legacy .filters-badge {
  position: absolute;
  font-size: var(--font-base);
}

.legacy .filters-sidebar {
  width: 280px;
}

/* // Grid item */
.legacy .item,
.legacy .card {
  overflow: hidden;
  margin-bottom: 10px;
}

.legacy .item-quickshop-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(175%, -50%);
}

.legacy .item-product {
  position: relative;
  z-index: 9;
}

.legacy .item-image {
  position: relative;
  max-height: 1200px;
  overflow: hidden;
}

.legacy .item-image img {
  height: 100%;
  max-height: 1200px;
  width: auto;
  transition: all 0.3s ease;
}

.legacy .item-product-reduced .item-image {
  height: 130px;
}

.legacy .item-product-reduced .item-image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.legacy .item-image-slide img {
  max-width: 100%;
  object-fit: contain;
  object-position: top;
}

.legacy .item-image:not(.product-item-image-secondary).lazyloaded {
  z-index: 2;
  opacity: 1;
}

.legacy .item-image-secondary,
.legacy .item-image-secondary.fade-in.lazyloaded {
  display: none;
  opacity: 0;
}

.legacy .product-item-secondary-images-loaded:not(.product-item-secondary-images-disabled):hover .item-image-featured {
  opacity: 0;
  transition-delay: 0.05s;
}

.legacy .product-item-secondary-images-loaded:not(.product-item-secondary-images-disabled):hover .item-image-featured ~ .item-image-secondary {
  opacity: 1;
}

.legacy .item-thumbnail {
  display: block;
  width: 100%;
}

.legacy .item-description {
  padding: 10px 0;
}

.legacy .item-name {
  line-height: 1.333em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.legacy .item-price-container {
  font-size: var(--font-small);
  line-height: var(--font-base);
}

.legacy .price-compare {
  margin-left: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}

.legacy .item-installments {
  font-size: var(--font-smallest);
}

.legacy .item-colors-bullet {
  display: inline-block;
  min-width: 8px;
  height: 8px;
  margin: 0 5px;
  font-size: var(--font-smallest);
  line-height: 10px;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.legacy .item-colors-bullet:hover,
.legacy .item-colors-bullet.selected {
  opacity: 1;
}

.legacy .item-slider-pagination-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  font-size: 12px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.legacy .item-slider-pagination-container .item-slider-pagination {
  position: relative;
  bottom: initial;
  left: initial;
  min-width: inherit;
  padding: 1px 5px;
}

.legacy .item-more-images-message {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 1;
  font-size: 10px;
  opacity: 0;
  transition: all 0.2s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* // Labels */
.legacy .labels {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  text-align: left;
  pointer-events: none;
}

.legacy .label {
  width: fit-content;
  height: fit-content;
  padding: 5px 8px;
  font-size: var(--font-smallest);
  line-height: 14px;
  letter-spacing: 1px;
}

/*============================================================================
  #Product detail
==============================================================================*/
/* // Image */
.legacy .product-slider-image,
.legacy .quickshop-image {
  width: auto;
  height: 100%;
  max-width: 100%;
}

.legacy .product-description {
  max-height: 150px;
  overflow: hidden;
}

.legacy .product-description-full {
  max-height: fit-content;
}

.legacy .product-video-container {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.legacy .product-video {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.legacy .product-video .embed-responsive {
  width: 100%;
  height: 100%;
}

.legacy .product-video .video-image {
  width: auto;
  height: 100%;
}

.legacy .product-native-video-slide {
  height: auto;
}

.legacy .product-native-video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}

/*============================================================================
  #Cart detail
==============================================================================*/
/* // Shipping Calculator */
.legacy .free-shipping-title {
  position: relative;
  width: 100%;
  height: 35px;
}

.legacy .shipping-calculator-head.with-zip {
  height: 45px;
}

.legacy .shipping-calculator-head.with-form {
  height: 105px;
}

.legacy .shipping-calculator-head.with-form + .shipping-spinner-container {
  margin-top: -20px;
}

.legacy .shipping-calculator-head.with-error {
  height: 170px;
}

/*============================================================================
  #Contact page
==============================================================================*/
/* // Data contact */
.legacy .contact-icon {
  display: block;
  margin: 0 auto 10px auto;
}

.legacy .contact-item {
  list-style: none;
}

.legacy .contact-link {
  list-style: none;
}

/*============================================================================
  #Blog
==============================================================================*/
.legacy .post-item-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.legacy .post-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy .post-item-title,
.legacy .post-item-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}

.legacy .post-content,
.legacy .post-content p {
  line-height: 1.8rem;
}

.legacy .post-content img {
  max-width: 100%;
  height: auto;
}

.legacy .post-content h1,
.legacy .post-content h2,
.legacy .post-content h3,
.legacy .post-content h4,
.legacy .post-content h5,
.legacy .post-content h6 {
  margin: 2rem 0 1rem 0;
  line-height: initial;
}

.legacy .post-content h1,
.legacy .post-content .h1 {
  font-size: var(--h2);
}

.legacy .post-content h2,
.legacy .post-content .h2 {
  font-size: var(--h3);
}

.legacy .post-content h3,
.legacy .post-content .h3 {
  font-size: var(--h4);
}

.legacy .post-content h4,
.legacy .post-content .h4 {
  font-size: var(--h5);
}

.legacy .post-content h5,
.legacy .post-content .h5 {
  font-size: var(--h6);
}

.legacy .post-content h6,
.legacy .post-content .h6 {
  font-size: var(--h6-small);
}

/*============================================================================
  #Media queries
==============================================================================*/
/* // Min width 768px */
@media (min-width: 768px) {
  .legacy .container {
    max-width: var(--container-width-medium);
  }
}
/* // Min width 992px */
@media (min-width: 992px) {
  .legacy .container {
    max-width: var(--container-width-large);
  }
}
/* // Min width 1200px */
@media (min-width: 1200px) {
  .legacy .container {
    max-width: var(--container-width);
  }
}
/* // Min width 768px */
@media (min-width: 768px) {
  /* //// Components */
  .legacy .container-narrow {
    max-width: 680px;
  }
  .legacy .container-fluid {
    padding: 0 var(--guter-container-md);
  }
  .legacy .row-md {
    margin-right: var(--guter-negative);
    margin-left: var(--guter-negative);
  }
  /* Titles and breadcrumbs */
  .legacy .h1-md {
    font-size: var(--h1);
  }
  .legacy .h1-huge,
  .legacy .h1-huge-md {
    font-size: var(--h1-huge-md);
  }
  .legacy .h2-md {
    font-size: var(--h2);
  }
  .legacy .h3-md {
    font-size: var(--h3);
  }
  .legacy .font-md-body {
    font-size: var(--font-base) !important;
  }
  .legacy .font-md-small {
    font-size: var(--font-small) !important;
  }
  .legacy .font-md-big {
    font-size: var(--font-big) !important;
  }
  .legacy .absolute-section-title {
    position: absolute;
    right: -25%;
    width: 100%;
    padding: 0 0 0 40px;
    text-align: right;
  }
  /* Slider */
  .legacy .swiper-text {
    width: 50%;
    padding: 40px 30px;
  }
  /* Notifications */
  .legacy .notification-fixed {
    right: 10px;
    width: 25%;
  }
  .legacy .notification-fixed-bottom {
    bottom: 0;
  }
  /* Banners */
  .legacy .textbanner-text-small {
    padding: 15px;
  }
  .legacy .textbanner-image-md {
    padding-top: 25%;
  }
  .legacy .textbanner-image-empty.textbanner-image-empty-module {
    padding-top: 50%;
  }
  /* Labels */
  .legacy .label-top-right-md {
    top: 0;
    right: 0;
  }
  /* //// Header and nav */
  .legacy .section-adbar .swiper-button-prev {
    left: 8px;
  }
  .legacy .section-adbar .swiper-button-next {
    right: 8px;
  }
  .legacy .head-main {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .legacy .head-main .search-input {
    width: 210px;
    padding: 10px;
  }
  .legacy .search-container-floating {
    position: absolute;
    top: -7px;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .legacy .search-container-floating .search-input {
    width: 40px;
  }
  .legacy .search-container-floating.expanded {
    opacity: 1;
    pointer-events: auto;
  }
  .legacy .search-container-floating.expanded .search-input {
    width: 210px;
  }
  .legacy .logo-img,
  .legacy .head-logo-below .logo-img,
  .legacy .logo-text,
  .legacy .head-logo-below .logo-text {
    width: auto;
    height: auto;
    padding: 0;
    max-width: 40%;
    max-height: 80px;
  }
  .legacy .head-logo-md-left .logo-img,
  .legacy .head-logo-md-left .logo-text {
    max-width: 150px;
    max-height: 50px;
  }
  .legacy .head-logo-md-center .logo-header-transparent {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .legacy .head-logo-md-left .logo-header-transparent {
    left: initial;
    transform: none;
  }
  .legacy .head-logo-below .logo-container-col:not(.logo-inside-nav) .logo-header-transparent {
    top: 0;
  }
  .legacy .logo-img-medium,
  .legacy .head-logo-below .logo-img-medium {
    max-width: 50%;
    max-height: 70px;
  }
  .legacy .logo-img-big,
  .legacy .head-logo-below .logo-img-big {
    max-width: 60%;
    max-height: 100px;
  }
  .legacy .head-logo-md-left .logo-img-medium {
    max-width: 200px;
    max-height: 70px;
  }
  .legacy .head-logo-md-left .logo-img-big {
    max-width: 250px;
    max-height: 100px;
  }
  .legacy .head-logo-md-center .logo-img-small {
    max-height: 50px;
  }
  .legacy .header-utility {
    position: relative;
    z-index: 1;
  }
  .legacy .btn-utility {
    padding: 10px 15px;
  }
  .legacy .utilities-icon {
    font-size: 24px;
  }
  .legacy .head-logo-md-left .desktop-nav-col,
  .legacy .head-logo-md-left .desktop-utility-col {
    height: 0;
    visibility: hidden;
  }
  .legacy .embed-responsive.embed-responsive-1by1 {
    padding-bottom: 56.25%;
  }
  /* //// Home page */
  .legacy .home-category-image-md {
    width: 170px;
    height: 80px;
  }
  .legacy .home-video-text {
    width: 50%;
  }
  .legacy .home-video-text-bottom {
    max-width: 50%;
    padding: 40px 30px;
  }
  /* //// Section main product */
  .legacy .section-main-product-home {
    padding: 60px 0;
  }
  /* //// Product grid */
  .legacy .item-big {
    max-width: 90%;
    margin: 0 auto 20px auto;
  }
  .legacy .item-slider-controls-container {
    opacity: 0;
    transition: all 0.2s ease;
  }
  .legacy .item-slider-controls-container {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -25px 10px 0 10px;
    line-height: 30px;
    transition: all 0.2s ease;
  }
  .legacy .item-slider-controls-container.swiper-button-prev {
    transform: translateX(-30%);
  }
  .legacy .item-slider-controls-container.swiper-button-next {
    transform: translateX(30%);
  }
  .legacy .item-slider-controls-container.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
  }
  .legacy .item-image:hover .item-slider-controls-container:not(.swiper-button-disabled) {
    opacity: 1;
    transform: translateX(0);
  }
  .legacy .item-more-images-message {
    bottom: 10px;
    font-size: 12px;
  }
  /* //// Product detail */
  .legacy .product-thumbs-container {
    width: 85px;
  }
  .legacy .product-video-container {
    padding: 0;
  }
  .legacy .product-native-video-slide {
    height: 100%;
  }
  .legacy .product-detail-slider {
    visibility: visible !important;
    height: auto !important;
    max-height: none;
  }
  .legacy .product-detail-slider .product-slider-image {
    max-height: 2200px;
  }
  .legacy .swiper-product-thumb {
    position: relative;
    height: 350px;
    overflow: hidden;
  }
  .legacy .product-thumb {
    width: 100%;
    height: auto;
  }
  .legacy .product-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-half);
    object-fit: cover;
  }
  .legacy .swiper-product-thumb-control {
    position: relative;
    float: none;
    margin: 0 auto;
  }
  /* // Blog */
  .legacy .post-item-image-container {
    height: 250px;
  }
}
/*============================================================================
  #Helper classes
==============================================================================*/
/*CSS properties helpers minified, to unminify it you have to copy the code and paste it here http://unminify.com/, after that paste the unminified code here */
/* // Margin and padding */
.legacy .m-0 {
  margin: 0 !important;
}

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

.legacy .mr-0, .legacy .mx-0 {
  margin-right: 0 !important;
}

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

.legacy .ml-0, .legacy .mx-0 {
  margin-left: 0 !important;
}

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

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

.legacy .mr-1, .legacy .mx-1 {
  margin-right: 0.25rem !important;
}

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

.legacy .ml-1, .legacy .mx-1 {
  margin-left: 0.25rem !important;
}

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

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

.legacy .mr-2, .legacy .mx-2 {
  margin-right: 0.5rem !important;
}

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

.legacy .ml-2, .legacy .mx-2 {
  margin-left: 0.5rem !important;
}

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

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

.legacy .mr-3, .legacy .mx-3 {
  margin-right: 1rem !important;
}

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

.legacy .ml-3, .legacy .mx-3 {
  margin-left: 1rem !important;
}

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

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

.legacy .mr-4, .legacy .mx-4 {
  margin-right: 1.5rem !important;
}

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

.legacy .ml-4, .legacy .mx-4 {
  margin-left: 1.5rem !important;
}

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

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

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

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

.legacy .mr-5, .legacy .mx-5 {
  margin-right: 3rem !important;
}

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

.legacy .ml-5, .legacy .mx-5 {
  margin-left: 3rem !important;
}

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

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

.legacy .pr-0, .legacy .px-0 {
  padding-right: 0 !important;
}

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

.legacy .pl-0, .legacy .px-0 {
  padding-left: 0 !important;
}

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

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

.legacy .pr-1, .legacy .px-1 {
  padding-right: 0.25rem !important;
}

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

.legacy .pl-1, .legacy .px-1 {
  padding-left: 0.25rem !important;
}

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

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

.legacy .pr-2, .legacy .px-2 {
  padding-right: 0.5rem !important;
}

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

.legacy .pl-2, .legacy .px-2 {
  padding-left: 0.5rem !important;
}

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

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

.legacy .pr-3, .legacy .px-3 {
  padding-right: 1rem !important;
}

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

.legacy .pl-3, .legacy .px-3 {
  padding-left: 1rem !important;
}

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

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

.legacy .pr-4, .legacy .px-4 {
  padding-right: 1.5rem !important;
}

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

.legacy .pl-4, .legacy .px-4 {
  padding-left: 1.5rem !important;
}

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

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

.legacy .pr-5, .legacy .px-5 {
  padding-right: 3rem !important;
}

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

.legacy .pl-5, .legacy .px-5 {
  padding-left: 3rem !important;
}

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

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

.legacy .mr-auto, .legacy .mx-auto {
  margin-right: auto !important;
}

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

.legacy .ml-auto, .legacy .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .legacy .m-sm-0 {
    margin: 0 !important;
  }
  .legacy .mt-sm-0, .legacy .my-sm-0 {
    margin-top: 0 !important;
  }
  .legacy .mr-sm-0, .legacy .mx-sm-0 {
    margin-right: 0 !important;
  }
  .legacy .mb-sm-0, .legacy .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .legacy .ml-sm-0, .legacy .mx-sm-0 {
    margin-left: 0 !important;
  }
  .legacy .m-sm-1 {
    margin: 0.25rem !important;
  }
  .legacy .mt-sm-1, .legacy .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .legacy .mr-sm-1, .legacy .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .legacy .mb-sm-1, .legacy .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .legacy .ml-sm-1, .legacy .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .legacy .m-sm-2 {
    margin: 0.5rem !important;
  }
  .legacy .mt-sm-2, .legacy .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .legacy .mr-sm-2, .legacy .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .legacy .mb-sm-2, .legacy .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .legacy .ml-sm-2, .legacy .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .legacy .m-sm-3 {
    margin: 1rem !important;
  }
  .legacy .mt-sm-3, .legacy .my-sm-3 {
    margin-top: 1rem !important;
  }
  .legacy .mr-sm-3, .legacy .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .legacy .mb-sm-3, .legacy .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .legacy .ml-sm-3, .legacy .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .legacy .m-sm-4 {
    margin: 1.5rem !important;
  }
  .legacy .mt-sm-4, .legacy .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .legacy .mr-sm-4, .legacy .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .legacy .mb-sm-4, .legacy .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .legacy .ml-sm-4, .legacy .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .legacy .m-sm-5 {
    margin: 3rem !important;
  }
  .legacy .mt-sm-5, .legacy .my-sm-5 {
    margin-top: 3rem !important;
  }
  .legacy .mr-sm-5, .legacy .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .legacy .mb-sm-5, .legacy .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .legacy .ml-sm-5, .legacy .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .legacy .p-sm-0 {
    padding: 0 !important;
  }
  .legacy .pt-sm-0, .legacy .py-sm-0 {
    padding-top: 0 !important;
  }
  .legacy .pr-sm-0, .legacy .px-sm-0 {
    padding-right: 0 !important;
  }
  .legacy .pb-sm-0, .legacy .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .legacy .pl-sm-0, .legacy .px-sm-0 {
    padding-left: 0 !important;
  }
  .legacy .p-sm-1 {
    padding: 0.25rem !important;
  }
  .legacy .pt-sm-1, .legacy .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .legacy .pr-sm-1, .legacy .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .legacy .pb-sm-1, .legacy .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .legacy .pl-sm-1, .legacy .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .legacy .p-sm-2 {
    padding: 0.5rem !important;
  }
  .legacy .pt-sm-2, .legacy .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .legacy .pr-sm-2, .legacy .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .legacy .pb-sm-2, .legacy .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .legacy .pl-sm-2, .legacy .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .legacy .p-sm-3 {
    padding: 1rem !important;
  }
  .legacy .pt-sm-3, .legacy .py-sm-3 {
    padding-top: 1rem !important;
  }
  .legacy .pr-sm-3, .legacy .px-sm-3 {
    padding-right: 1rem !important;
  }
  .legacy .pb-sm-3, .legacy .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .legacy .pl-sm-3, .legacy .px-sm-3 {
    padding-left: 1rem !important;
  }
  .legacy .p-sm-4 {
    padding: 1.5rem !important;
  }
  .legacy .pt-sm-4, .legacy .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .legacy .pr-sm-4, .legacy .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .legacy .pb-sm-4, .legacy .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .legacy .pl-sm-4, .legacy .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .legacy .p-sm-5 {
    padding: 3rem !important;
  }
  .legacy .pt-sm-5, .legacy .py-sm-5 {
    padding-top: 3rem !important;
  }
  .legacy .pr-sm-5, .legacy .px-sm-5 {
    padding-right: 3rem !important;
  }
  .legacy .pb-sm-5, .legacy .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .legacy .pl-sm-5, .legacy .px-sm-5 {
    padding-left: 3rem !important;
  }
  .legacy .m-sm-auto {
    margin: auto !important;
  }
  .legacy .mt-sm-auto, .legacy .my-sm-auto {
    margin-top: auto !important;
  }
  .legacy .mr-sm-auto, .legacy .mx-sm-auto {
    margin-right: auto !important;
  }
  .legacy .mb-sm-auto, .legacy .my-sm-auto {
    margin-bottom: auto !important;
  }
  .legacy .ml-sm-auto, .legacy .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .legacy .m-md-0 {
    margin: 0 !important;
  }
  .legacy .mt-md-0, .legacy .my-md-0 {
    margin-top: 0 !important;
  }
  .legacy .mr-md-0, .legacy .mx-md-0 {
    margin-right: 0 !important;
  }
  .legacy .mb-md-0, .legacy .my-md-0 {
    margin-bottom: 0 !important;
  }
  .legacy .ml-md-0, .legacy .mx-md-0 {
    margin-left: 0 !important;
  }
  .legacy .m-md-1 {
    margin: 0.25rem !important;
  }
  .legacy .mt-md-1, .legacy .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .legacy .mr-md-1, .legacy .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .legacy .mb-md-1, .legacy .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .legacy .ml-md-1, .legacy .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .legacy .m-md-2 {
    margin: 0.5rem !important;
  }
  .legacy .mt-md-2, .legacy .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .legacy .mr-md-2, .legacy .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .legacy .mb-md-2, .legacy .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .legacy .ml-md-2, .legacy .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .legacy .m-md-3 {
    margin: 1rem !important;
  }
  .legacy .mt-md-3, .legacy .my-md-3 {
    margin-top: 1rem !important;
  }
  .legacy .mr-md-3, .legacy .mx-md-3 {
    margin-right: 1rem !important;
  }
  .legacy .mb-md-3, .legacy .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .legacy .ml-md-3, .legacy .mx-md-3 {
    margin-left: 1rem !important;
  }
  .legacy .m-md-4 {
    margin: 1.5rem !important;
  }
  .legacy .mt-md-4, .legacy .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .legacy .mr-md-4, .legacy .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .legacy .mb-md-4, .legacy .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .legacy .ml-md-4, .legacy .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .legacy .m-md-5 {
    margin: 3rem !important;
  }
  .legacy .mt-md-5, .legacy .my-md-5 {
    margin-top: 3rem !important;
  }
  .legacy .mr-md-5, .legacy .mx-md-5 {
    margin-right: 3rem !important;
  }
  .legacy .mb-md-5, .legacy .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .legacy .ml-md-5, .legacy .mx-md-5 {
    margin-left: 3rem !important;
  }
  .legacy .p-md-0 {
    padding: 0 !important;
  }
  .legacy .pt-md-0, .legacy .py-md-0 {
    padding-top: 0 !important;
  }
  .legacy .pr-md-0, .legacy .px-md-0 {
    padding-right: 0 !important;
  }
  .legacy .pb-md-0, .legacy .py-md-0 {
    padding-bottom: 0 !important;
  }
  .legacy .pl-md-0, .legacy .px-md-0 {
    padding-left: 0 !important;
  }
  .legacy .p-md-1 {
    padding: 0.25rem !important;
  }
  .legacy .pt-md-1, .legacy .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .legacy .pr-md-1, .legacy .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .legacy .pb-md-1, .legacy .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .legacy .pl-md-1, .legacy .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .legacy .p-md-2 {
    padding: 0.5rem !important;
  }
  .legacy .pt-md-2, .legacy .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .legacy .pr-md-2, .legacy .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .legacy .pb-md-2, .legacy .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .legacy .pl-md-2, .legacy .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .legacy .p-md-3 {
    padding: 1rem !important;
  }
  .legacy .pt-md-3, .legacy .py-md-3 {
    padding-top: 1rem !important;
  }
  .legacy .pr-md-3, .legacy .px-md-3 {
    padding-right: 1rem !important;
  }
  .legacy .pb-md-3, .legacy .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .legacy .pl-md-3, .legacy .px-md-3 {
    padding-left: 1rem !important;
  }
  .legacy .p-md-4 {
    padding: 1.5rem !important;
  }
  .legacy .pt-md-4, .legacy .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .legacy .pr-md-4, .legacy .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .legacy .pb-md-4, .legacy .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .legacy .pl-md-4, .legacy .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .legacy .p-md-5 {
    padding: 3rem !important;
  }
  .legacy .pt-md-5, .legacy .py-md-5 {
    padding-top: 3rem !important;
  }
  .legacy .pr-md-5, .legacy .px-md-5 {
    padding-right: 3rem !important;
  }
  .legacy .pb-md-5, .legacy .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .legacy .pl-md-5, .legacy .px-md-5 {
    padding-left: 3rem !important;
  }
  .legacy .m-md-auto {
    margin: auto !important;
  }
  .legacy .mt-md-auto, .legacy .my-md-auto {
    margin-top: auto !important;
  }
  .legacy .mr-md-auto, .legacy .mx-md-auto {
    margin-right: auto !important;
  }
  .legacy .mb-md-auto, .legacy .my-md-auto {
    margin-bottom: auto !important;
  }
  .legacy .ml-md-auto, .legacy .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .legacy .m-lg-0 {
    margin: 0 !important;
  }
  .legacy .mt-lg-0, .legacy .my-lg-0 {
    margin-top: 0 !important;
  }
  .legacy .mr-lg-0, .legacy .mx-lg-0 {
    margin-right: 0 !important;
  }
  .legacy .mb-lg-0, .legacy .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .legacy .ml-lg-0, .legacy .mx-lg-0 {
    margin-left: 0 !important;
  }
  .legacy .m-lg-1 {
    margin: 0.25rem !important;
  }
  .legacy .mt-lg-1, .legacy .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .legacy .mr-lg-1, .legacy .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .legacy .mb-lg-1, .legacy .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .legacy .ml-lg-1, .legacy .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .legacy .m-lg-2 {
    margin: 0.5rem !important;
  }
  .legacy .mt-lg-2, .legacy .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .legacy .mr-lg-2, .legacy .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .legacy .mb-lg-2, .legacy .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .legacy .ml-lg-2, .legacy .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .legacy .m-lg-3 {
    margin: 1rem !important;
  }
  .legacy .mt-lg-3, .legacy .my-lg-3 {
    margin-top: 1rem !important;
  }
  .legacy .mr-lg-3, .legacy .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .legacy .mb-lg-3, .legacy .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .legacy .ml-lg-3, .legacy .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .legacy .m-lg-4 {
    margin: 1.5rem !important;
  }
  .legacy .mt-lg-4, .legacy .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .legacy .mr-lg-4, .legacy .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .legacy .mb-lg-4, .legacy .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .legacy .ml-lg-4, .legacy .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .legacy .m-lg-5 {
    margin: 3rem !important;
  }
  .legacy .mt-lg-5, .legacy .my-lg-5 {
    margin-top: 3rem !important;
  }
  .legacy .mr-lg-5, .legacy .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .legacy .mb-lg-5, .legacy .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .legacy .ml-lg-5, .legacy .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .legacy .p-lg-0 {
    padding: 0 !important;
  }
  .legacy .pt-lg-0, .legacy .py-lg-0 {
    padding-top: 0 !important;
  }
  .legacy .pr-lg-0, .legacy .px-lg-0 {
    padding-right: 0 !important;
  }
  .legacy .pb-lg-0, .legacy .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .legacy .pl-lg-0, .legacy .px-lg-0 {
    padding-left: 0 !important;
  }
  .legacy .p-lg-1 {
    padding: 0.25rem !important;
  }
  .legacy .pt-lg-1, .legacy .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .legacy .pr-lg-1, .legacy .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .legacy .pb-lg-1, .legacy .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .legacy .pl-lg-1, .legacy .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .legacy .p-lg-2 {
    padding: 0.5rem !important;
  }
  .legacy .pt-lg-2, .legacy .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .legacy .pr-lg-2, .legacy .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .legacy .pb-lg-2, .legacy .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .legacy .pl-lg-2, .legacy .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .legacy .p-lg-3 {
    padding: 1rem !important;
  }
  .legacy .pt-lg-3, .legacy .py-lg-3 {
    padding-top: 1rem !important;
  }
  .legacy .pr-lg-3, .legacy .px-lg-3 {
    padding-right: 1rem !important;
  }
  .legacy .pb-lg-3, .legacy .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .legacy .pl-lg-3, .legacy .px-lg-3 {
    padding-left: 1rem !important;
  }
  .legacy .p-lg-4 {
    padding: 1.5rem !important;
  }
  .legacy .pt-lg-4, .legacy .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .legacy .pr-lg-4, .legacy .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .legacy .pb-lg-4, .legacy .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .legacy .pl-lg-4, .legacy .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .legacy .p-lg-5 {
    padding: 3rem !important;
  }
  .legacy .pt-lg-5, .legacy .py-lg-5 {
    padding-top: 3rem !important;
  }
  .legacy .pr-lg-5, .legacy .px-lg-5 {
    padding-right: 3rem !important;
  }
  .legacy .pb-lg-5, .legacy .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .legacy .pl-lg-5, .legacy .px-lg-5 {
    padding-left: 3rem !important;
  }
  .legacy .m-lg-auto {
    margin: auto !important;
  }
  .legacy .mt-lg-auto, .legacy .my-lg-auto {
    margin-top: auto !important;
  }
  .legacy .mr-lg-auto, .legacy .mx-lg-auto {
    margin-right: auto !important;
  }
  .legacy .mb-lg-auto, .legacy .my-lg-auto {
    margin-bottom: auto !important;
  }
  .legacy .ml-lg-auto, .legacy .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .legacy .m-xl-0 {
    margin: 0 !important;
  }
  .legacy .mt-xl-0, .legacy .my-xl-0 {
    margin-top: 0 !important;
  }
  .legacy .mr-xl-0, .legacy .mx-xl-0 {
    margin-right: 0 !important;
  }
  .legacy .mb-xl-0, .legacy .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .legacy .ml-xl-0, .legacy .mx-xl-0 {
    margin-left: 0 !important;
  }
  .legacy .m-xl-1 {
    margin: 0.25rem !important;
  }
  .legacy .mt-xl-1, .legacy .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .legacy .mr-xl-1, .legacy .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .legacy .mb-xl-1, .legacy .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .legacy .ml-xl-1, .legacy .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .legacy .m-xl-2 {
    margin: 0.5rem !important;
  }
  .legacy .mt-xl-2, .legacy .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .legacy .mr-xl-2, .legacy .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .legacy .mb-xl-2, .legacy .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .legacy .ml-xl-2, .legacy .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .legacy .m-xl-3 {
    margin: 1rem !important;
  }
  .legacy .mt-xl-3, .legacy .my-xl-3 {
    margin-top: 1rem !important;
  }
  .legacy .mr-xl-3, .legacy .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .legacy .mb-xl-3, .legacy .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .legacy .ml-xl-3, .legacy .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .legacy .m-xl-4 {
    margin: 1.5rem !important;
  }
  .legacy .mt-xl-4, .legacy .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .legacy .mr-xl-4, .legacy .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .legacy .mb-xl-4, .legacy .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .legacy .ml-xl-4, .legacy .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .legacy .m-xl-5 {
    margin: 3rem !important;
  }
  .legacy .mt-xl-5, .legacy .my-xl-5 {
    margin-top: 3rem !important;
  }
  .legacy .mr-xl-5, .legacy .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .legacy .mb-xl-5, .legacy .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .legacy .ml-xl-5, .legacy .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .legacy .p-xl-0 {
    padding: 0 !important;
  }
  .legacy .pt-xl-0, .legacy .py-xl-0 {
    padding-top: 0 !important;
  }
  .legacy .pr-xl-0, .legacy .px-xl-0 {
    padding-right: 0 !important;
  }
  .legacy .pb-xl-0, .legacy .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .legacy .pl-xl-0, .legacy .px-xl-0 {
    padding-left: 0 !important;
  }
  .legacy .p-xl-1 {
    padding: 0.25rem !important;
  }
  .legacy .pt-xl-1, .legacy .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .legacy .pr-xl-1, .legacy .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .legacy .pb-xl-1, .legacy .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .legacy .pl-xl-1, .legacy .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .legacy .p-xl-2 {
    padding: 0.5rem !important;
  }
  .legacy .pt-xl-2, .legacy .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .legacy .pr-xl-2, .legacy .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .legacy .pb-xl-2, .legacy .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .legacy .pl-xl-2, .legacy .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .legacy .p-xl-3 {
    padding: 1rem !important;
  }
  .legacy .pt-xl-3, .legacy .py-xl-3 {
    padding-top: 1rem !important;
  }
  .legacy .pr-xl-3, .legacy .px-xl-3 {
    padding-right: 1rem !important;
  }
  .legacy .pb-xl-3, .legacy .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .legacy .pl-xl-3, .legacy .px-xl-3 {
    padding-left: 1rem !important;
  }
  .legacy .p-xl-4 {
    padding: 1.5rem !important;
  }
  .legacy .pt-xl-4, .legacy .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .legacy .pr-xl-4, .legacy .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .legacy .pb-xl-4, .legacy .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .legacy .pl-xl-4, .legacy .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .legacy .p-xl-5 {
    padding: 3rem !important;
  }
  .legacy .pt-xl-5, .legacy .py-xl-5 {
    padding-top: 3rem !important;
  }
  .legacy .pr-xl-5, .legacy .px-xl-5 {
    padding-right: 3rem !important;
  }
  .legacy .pb-xl-5, .legacy .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .legacy .pl-xl-5, .legacy .px-xl-5 {
    padding-left: 3rem !important;
  }
  .legacy .m-xl-auto {
    margin: auto !important;
  }
  .legacy .mt-xl-auto, .legacy .my-xl-auto {
    margin-top: auto !important;
  }
  .legacy .mr-xl-auto, .legacy .mx-xl-auto {
    margin-right: auto !important;
  }
  .legacy .mb-xl-auto, .legacy .my-xl-auto {
    margin-bottom: auto !important;
  }
  .legacy .ml-xl-auto, .legacy .mx-xl-auto {
    margin-left: auto !important;
  }
}
.legacy .my-neg-1 {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.legacy .mx-neg-1 {
  margin-right: -1px !important;
  margin-left: -1px !important;
}

.legacy .mb-neg-1 {
  margin-bottom: -1px !important;
}

/* // Text */
.legacy .text-left {
  text-align: left !important;
}

.legacy .text-right {
  text-align: right !important;
}

.legacy .text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .legacy .text-sm-left {
    text-align: left !important;
  }
  .legacy .text-sm-right {
    text-align: right !important;
  }
  .legacy .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .legacy .text-md-left {
    text-align: left !important;
  }
  .legacy .text-md-right {
    text-align: right !important;
  }
  .legacy .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .legacy .text-lg-left {
    text-align: left !important;
  }
  .legacy .text-lg-right {
    text-align: right !important;
  }
  .legacy .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .legacy .text-xl-left {
    text-align: left !important;
  }
  .legacy .text-xl-right {
    text-align: right !important;
  }
  .legacy .text-xl-center {
    text-align: center !important;
  }
}
.legacy .text-lowercase {
  text-transform: lowercase !important;
}

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

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

.legacy .text-underline {
  text-decoration: underline !important;
}

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

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

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

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

/* // Align */
.legacy .align-baseline {
  vertical-align: baseline !important;
}

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

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

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

.legacy .align-sub {
  vertical-align: sub !important;
}

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

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

.legacy .align-item-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* // Position */
.legacy .position-sticky {
  position: sticky !important;
  position: -webkit-sticky;
}

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

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

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

/* // Image */
.legacy .img-fluid {
  max-width: 100%;
  height: auto;
}

/* // Visibility */
.legacy .hidden {
  display: none;
}

.legacy .hidden-important {
  display: none !important;
}

.legacy .opacity-30 {
  opacity: 0.3 !important;
}

.legacy .opacity-50 {
  opacity: 0.5;
}

.legacy .opacity-40 {
  opacity: 0.4;
}

.legacy .opacity-60 {
  opacity: 0.6;
}

.legacy .opacity-80 {
  opacity: 0.8;
}

.legacy .opacity-90 {
  opacity: 0.9;
}

.legacy .overflow-none {
  overflow: hidden;
}

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

/* // Float */
.legacy .float-left {
  float: left !important;
}

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

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

/* // Width */
.legacy .w-100 {
  width: 100% !important;
}

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

/* // Height */
.legacy .h-100 {
  height: 100% !important;
}

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

@media (min-width: 768px) {
  /* // Margin and padding */
  .legacy .mr-md-neg-1 {
    margin-right: -1px !important;
  }
  /* // Position */
  .legacy .position-relative-md {
    position: relative !important;
  }
  .legacy .position-sticky-md {
    position: sticky !important;
    position: -webkit-sticky !important;
  }
  .legacy .position-fixed-md {
    position: fixed !important;
    position: -webkit-fixed !important;
  }
  .legacy .position-absolute-md {
    position: absolute !important;
  }
  .legacy .position-static-md {
    position: static !important;
  }
  /* // Float */
  .legacy .float-md-none {
    float: none !important;
  }
  /* // Align */
  .legacy .justify-content-center-md {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* // Visibility */
  .legacy .opacity-md-50 {
    opacity: 0.5;
  }
  /* // Icons */
  .legacy .icon-desktop-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
  }
  /* // Width */
  .legacy .w-md-100 {
    width: 100% !important;
  }
  .legacy .w-md-50 {
    width: 50% !important;
  }
  .legacy .w-md-auto {
    width: auto !important;
  }
}
