@charset "UTF-8";
/* IMPORTS
---------------------------------------------- */
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,500;1,700&display=swap');
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
/* VARIABLES
This template uses variables to reference colors, fonts, animations etc. To change the style of an element that has it's value given by a variable, please change the value here.
---------------------------------------------- */
/*All the default versions of text will be defined here
---------------------------------------------- */
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #009fe3;
  font-size: 32px;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #009fe3;
  font-size: 32px;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #0e0e0e;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #0e0e0e;
}
a {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #009fe3;
  text-decoration: underline;
}
a:hover {
  color: #007bb0;
}
li {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #0e0e0e;
}
del {
  text-decoration: none;
}
form.wpcf7-form input, form.wpcf7-form select {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 5px 5px;
  border: 1px solid #eaeaea;
}
form.wpcf7-form select {
  -webkit-appearance: none;
  border-radius: 0;
}
form.wpcf7-form textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 5px 5px;
  border: 1px solid #eaeaea;
}
form.wpcf7-form input[type=submit] {
  background: #009fe3;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
form.wpcf7-form input[type=submit]:hover {
  background: #008dca;
}
/* BODY & MAIN

All changes directly on body and main go here
---------------------------------------------- */
body, body > * {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
main {
  padding: 0;
  margin: 50px 0px;
}
/* CONTAINERS

Sizing of containers
----------------------.------------------------ */
.container {
  max-width: 1400px;
}
/* TOPHEADER

---------------------------------------------- */
div#topheader {
  background: #1a1a1a;
}
div#topheader .menu-topmenu-container {
  padding: 10px 0px;
}
div#topheader .menu-topmenu-container ul#menu-topmenu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
div#topheader .menu-topmenu-container ul#menu-topmenu li {
  padding: 0px 15px;
  list-style-type: none;
  position: relative;
}
div#topheader .menu-topmenu-container ul#menu-topmenu li:after {
  content: '';
  height: 60%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 20%;
  background-color: white;
}
div#topheader .menu-topmenu-container ul#menu-topmenu li:last-child:after {
  width: 0;
}
div#topheader .menu-topmenu-container ul#menu-topmenu li a {
  color: white;
  font-size: 13px;
  text-decoration: none;
}
div#topheader .menu-topmenu-container ul#menu-topmenu li a:hover {
  text-decoration: underline;
}
div#topheader .top-bar-contact {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  align-items: center;
}
div#topheader .top-bar-contact li {
  margin-right: 25px;
}
div#topheader .top-bar-contact li a {
  font-size: 13px;
  color: white;
}
div#topheader .top-bar-contact li a i {
  margin-right: 7.5px;
}
/* HEADER

---------------------------------------------- */
header#default-header .container {
  padding: 0 25px;
  height: 100%;
}
header#default-header .branding-container img.logo {
  padding: 15px 0;
  width: 100%;
  max-width: 300px;
}
header#default-header nav {
  justify-content: flex-end;
}
header#default-header nav ul#menu-hoofdmenu, header#default-header nav ul#menu-megamenu {
  margin: auto;
}
header#default-header nav ul {
  flex-wrap: wrap;
}
header#default-header nav button {
  padding-right: 0;
  z-index: 10000;
}
header#default-header nav button i {
  font-size: 30px;
  color: #404040;
}
header#default-header .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
header#default-header .icon-container a i {
  font-size: 30px;
  text-align: right;
  float: right;
}
header#default-header li a {
  color: #1a1a1a;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  display: inline-block;
}
header#default-header li:hover a.dropdown-toggle, header#default-header li:hover i {
  color: #009fe3;
}
header#default-header .dropdown-toggle::after {
  display: none;
  content: unset !important;
}
header#default-header .dropdown-menu {
  text-align: center;
  border: none;
  border-radius: 0px;
  background: #f4f4f4;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.15);
}
header#default-header .dropdown-menu li {
  padding: 10px 10px;
  text-align: left;
}
header#default-header .dropdown-menu li:hover {
  background: #f8f9fa;
}
header#default-header .dropdown-menu .dropdown-item:active {
  background: none;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items::after {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items > ul.sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background: #f9f9f9;
  z-index: 100;
  padding: 25px;
  list-style: none;
  justify-content: space-around;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items > ul.sub-menu li {
  flex-grow: 1;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items > ul.sub-menu li a {
  padding: initial !important;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items > ul.sub-menu li ul.sub-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items > ul.sub-menu li ul.sub-menu a {
  font-weight: 400;
  line-height: 2;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items > ul.sub-menu li ul.sub-menu a:hover {
  color: #009fe3;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items > ul.sub-menu > li {
  border-right: solid 2px #e6e6e6;
  padding: 0px 1.5rem !important;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items > ul.sub-menu > li:last-child {
  border: none !important;
}
header#default-header .mega-menu ul#menu-megamenu > li.has-mega-menu-items:hover ul.sub-menu:first-of-type {
  display: flex;
}
header#default-header .mega-menu ul#menu-megamenu li.has-dropdown::after {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
header#default-header .mega-menu ul#menu-megamenu li.has-dropdown > ul.sub-menu {
  display: none;
  position: absolute;
  background: #f9f9f9;
  z-index: 100;
  list-style: none;
  padding: 10px 20px;
}
header#default-header .mega-menu ul#menu-megamenu li.has-dropdown > ul.sub-menu li {
  padding: 0;
  margin: 10px 0px;
}
header#default-header .mega-menu ul#menu-megamenu li.has-dropdown > ul.sub-menu li a {
  padding: 0;
}
header#default-header .mega-menu ul#menu-megamenu li.has-dropdown > ul.sub-menu li a:hover {
  color: #009fe3;
}
header#default-header .mega-menu ul#menu-megamenu li.has-dropdown:hover ul.sub-menu {
  display: block;
}
header#default-header .mega-menu ul#menu-megamenu > li a {
  padding: 10px 0px 20px 0px;
}
header {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 12px;
}
header .container .row .mobile-icons ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}
header .container .row .mobile-icons ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 20px;
}
header .container .row .contact-us {
  padding: 25px 0px;
}
header .container .row .contact-us ul {
  margin: 0;
  text-align: right;
  padding: 0;
}
header .container .row .contact-us ul li {
  display: inline-block;
  font-weight: bold;
}
header .container .row .contact-us ul li:nth-child(2) {
  margin-left: 20px;
}
header .container .row .contact-us ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
header .container .row .contact-us ul li a:hover {
  text-decoration: underline;
}
header .container .row .contact-us span {
  color: #009fe3;
  position: relative;
}
header .container .row .contact-us span:before {
  content: url('../images/curve-arrow.svg');
  position: absolute;
  z-index: 99;
  left: -23px;
  top: 5px;
  width: 48px;
}
header .container .row nav {
  padding: 0;
}
header .container .row nav ul li {
  padding-right: 2rem;
  padding-left: 0rem;
}
header .container .row nav ul li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}
header .container .row nav ul li ul.dropdown-menu {
  margin-top: 0;
}
header .container .row nav ul li .dropdown-item.active, header .container .row nav ul li .dropdown-item:active {
  background-color: transparent;
}
header .container .row .wpmenucart-shortcode {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 10px 0px;
  text-align: center;
}
header .container .row .wpmenucart-shortcode a {
  color: #000;
  text-decoration: none;
}
header .container .row .wpmenucart-shortcode ul.sub-menu {
  position: absolute;
  z-index: 99999;
  right: 0;
  left: auto;
  min-width: 360px;
  background: #fff;
  box-shadow: 0px 3px 6px #0000004d;
  padding: 0;
  border-radius: 2px;
}
header .container .row .wpmenucart-shortcode ul.sub-menu li a {
  padding: 10px 20px;
  font-size: 13px;
}
header .container .row .wpmenucart-shortcode ul.sub-menu li a:hover {
  background: #009fe3;
  color: #fff;
}
header .container .row .wpmenucart-shortcode ul.sub-menu li a .wpmenucart-order-item-info .wpmenucart-product-name {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .container .row .wpmenucart-shortcode ul.sub-menu li a .wpmenucart-order-item-info .wpmenucart-product-quantity-price {
  font-weight: 500;
}
header .container .row .wpml-ls ul li a {
  border: 0;
  font-size: 16px;
  background: #fff;
}
header .container .row .wpml-ls ul li a:hover {
  background: #009fe3;
  color: #fff;
}
header .container .row .wpml-ls ul li a.wpml-ls-item-toggle {
  padding-left: calc(10px + 1.4em);
}
header .container .row .wpml-ls ul li a.wpml-ls-item-toggle:after {
  left: 10px;
  right: initial;
}
header .container .row .wpml-ls ul li ul.wpml-ls-sub-menu {
  border-top: 0;
}
/* SHOWCASE/ LANDING-HERO

Styling for a showcase or hero-section on the landing page goes here
---------------------------------------------- */
div#showcase {
  padding: 0;
  margin: 50px 0px;
}
/* LANDING-PAGE

Specific styling for the front/ landing page goes here (organized by section if possible)
---------------------------------------------- */
section#frontpage-categories .container .row {
  padding: 0;
}
section#frontpage-categories .container .row .col ul {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
section#frontpage-categories .container .row .col ul li {
  min-height: 0;
  border: none;
  list-style: none;
  padding: 5px;
  flex: 20%;
  max-width: 20%;
}
section#frontpage-categories .container .row .col ul li a img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  transition: all 350ms ease-in;
  overflow: hidden;
}
section#frontpage-categories .container .row .col ul li a:hover {
  text-decoration: none;
}
section#frontpage-categories .container .row .col ul li a:hover span {
  text-decoration: none;
  background: #0073a4;
}
section#frontpage-categories .container .row .col ul li a span {
  display: block;
  background: #009fe3;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: all 350ms ease-in;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#offers {
  margin-bottom: 25px;
}
section#offers h2 {
  text-transform: initial;
  color: #fff;
}
section#offers h2 span {
  background: #009fe3;
  border-radius: 2px;
  padding: 5px 15px;
}
section#offers .products-container {
  width: 80%;
  margin: auto;
  padding: 75px 25px 65px 25px;
  position: relative;
}
section#offers .products-container p {
  color: #fff;
  font-size: 21px;
  margin: 30px 0px 45px 0px;
}
section#offers .products-container a {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
section#offers .products-container a.t-btn-outlined {
  max-width: 200px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}
section#offers .products-container a.t-btn-outlined:hover {
  background: white;
}
section#offers .btn-outline {
  border-color: #fff;
  color: #000;
  text-transform: initial;
}
section#offers .new-products {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/gebruikt_bg.jpg');
  background-size: cover;
}
section#offers .used-products {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/nieuw_bg.jpg');
  background-size: cover;
}
section#products-frontpage {
  margin: 50px 0px;
}
section#customer-reviews {
  text-align: center;
}
section#customer-reviews span {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
section#customer-reviews span.stars {
  color: #009fe3;
  font-weight: bold;
  margin-right: 5px;
  font-size: 24px;
}
section#customer-reviews svg {
  color: #ffa500;
  margin-top: -8px;
}
section#frontpage-content {
  padding: 30px 0px;
  text-align: center;
}
section#frontpage-content .container {
  max-width: 900px;
}
section#frontpage-content .t-btn-outlined {
  display: block;
  margin: auto;
}
section#frontpage-content p {
  margin: 35px 0px 30px 0px;
}
section#what-we-do {
  padding: 30px 0px;
}
section#what-we-do .content-container {
  background: #eeeeee;
  margin-top: -330px;
  padding: 80px;
}
section#what-we-do p {
  margin: 35px 0px 50px 0px;
}
section#usps {
  padding: 60px 0px;
  background: #eeeeee;
}
section#usps h2 {
  text-align: center;
  margin: 50px 0px;
}
section#usps ul {
  margin: 0;
  padding: 0;
}
section#usps ul li {
  list-style-type: none;
  font-size: 16px;
}
section#usps ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  display: inline-block;
  width: 32px;
  color: #27ae00;
}
section#usps ul li:not(:last-child) {
  padding-bottom: 20px;
}
/* PAGE-CONTENT

Styling for content on website pages, except the homepage goes here (organized by section if possible)
---------------------------------------------- */
/* BLOG-CONTENT

Styling for blog posts and for blog-archives goes here (organized by section if possible)
---------------------------------------------- */
/* SIDEBAR

---------------------------------------------- */
.page-sidebar {
  border: 1px solid #eee;
  padding: 20px 20px;
  border-radius: 2px;
}
.page-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 35px;
  position: relative;
}
.page-sidebar ul li {
  line-height: 32px;
}
.page-sidebar ul li a {
  color: #3F3F3F;
  text-decoration: none;
  transition: all 350ms ease-in;
}
.page-sidebar ul li a:hover {
  color: #009fe3;
}
.page-sidebar ul li a i {
  color: #009fe3;
  font-size: 22px;
  position: absolute;
  left: 0;
  line-height: 30px;
}
.woocommerce .widget-title {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding: 8px;
  font-size: 1rem;
}
.bestSelling .page-sidebar {
  border: none;
  padding: 0 15px 0;
  border-radius: 0;
  margin: 0 25px 0;
}
.bestSelling .page-sidebar .woocommerce {
  padding-top: 0;
}
.bestSelling .page-sidebar .woocommerce ul.products li.product {
  min-height: auto !important;
  margin: 0;
  padding: 0;
}
.bestSelling .page-sidebar .woocommerce ul.products li.product p.stock {
  display: none;
}
/* CUSTOM ELEMENTS

All (site wide) custom elements' styling goes here
---------------------------------------------- */
.t-btn {
  background: #009fe3;
  padding: 6px 8px;
  border: solid 2px #009fe3;
  transition: all 300ms ease-out;
  display: inline-block;
  margin: 10px 0;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  font-size: 16px;
}
.t-btn:hover {
  color: #009fe3;
  background: #fff;
  text-decoration: none;
}
.t-btn-outlined {
  position: relative;
  display: block;
  padding: 8px 0px;
  width: 100%;
  max-width: 175px;
  text-align: center;
  transition: all 200ms ease-out;
  text-decoration: none;
  border-radius: 2px;
}
.t-btn-outlined:hover {
  text-decoration: none;
  color: white;
  background: #009fe3;
}
.btn-outline {
  color: #3F3F3F;
  border: solid #009fe3 2px;
  background: none;
  text-transform: uppercase;
}
.btn-outline:hover {
  color: #009fe3;
  background: none;
}
.btn-arrow i {
  display: inline-block;
  opacity: 0%;
  margin-left: -15px;
  transition: all 200ms ease-out;
}
.btn-arrow:hover i {
  position: relative;
  opacity: 100%;
  margin-left: 15px;
}
.aws-container .aws-search-form {
  height: 40px;
}
.aws-container .aws-search-form .aws-wrapper .aws-search-field {
  background: #eeeeee;
  border: none;
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}
.aws-container .aws-search-form .aws-wrapper .aws-search-field:focus {
  background: #eeeeee;
}
.aws-container .aws-search-form .aws-form-btn {
  border: none;
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
}
#ajaxsearchlite1 {
  padding: 6px;
  box-shadow: none;
  border-radius: 2px;
}
#ajaxsearchlite1 .promagnifier {
  box-shadow: none;
}
header.fixed-top {
  background: #fff;
  transition: all 350ms ease-in;
  padding-bottom: 0;
}
header.fixed-top .sticky-hidden {
  display: none;
}
.author {
  font-size: 12px;
  color: grey;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .has-mega-menu {
    position: static;
  }
  li.has-mega-menu .sub-menu {
    width: 100%;
    position: absolute;
    top: NNpx;
    /*insert the needed value*/
    z-index: 100;
    left: 0px;
    right: 0px;
  }
  li.has-mega-menu:hover > .sub-menu {
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
    display: flex;
    flex-wrap: wrap;
    /*CSS GRID lyout*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
@media screen and (min-width: 992px) {
  li.has-mega-menu:hover > .sub-menu {
    grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  li.has-mega-menu:hover > .sub-menu {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
@media screen and (min-width: 600px) {
  li.mega-menu-column {
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    padding: 10px 25px;
    flex: 1 0 calc(50%);
  }
}
@media screen and (min-width: 992px) {
  li.mega-menu-column {
    flex: 1 0 calc(33.333%);
  }
}
@media screen and (min-width: 1200px) {
  li.mega-menu-column {
    flex: 1 0 calc(25%);
  }
}
/* FOOTER

All styling for the footer goes here
---------------------------------------------- */
footer section#footer-normal {
  background: #3F3F3F;
  padding: 30px 0px;
}
footer section#footer-normal h3, footer section#footer-normal li {
  color: #fff;
}
footer section#footer-normal .logo {
  max-width: 220px;
  margin-bottom: 30px;
}
footer section#footer-normal ul.social-icons {
  display: flex;
}
footer section#footer-normal ul.social-icons li a img {
  width: 40px;
  filter: grayscale(100%);
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer section#footer-normal ul.social-icons li a img:hover {
  filter: grayscale(0%);
}
footer section#footer-normal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer section#footer-normal ul li a {
  color: #fff;
  text-decoration: none;
}
footer section#footer-normal ul li a:hover {
  text-decoration: underline;
}
footer .copyright img {
  display: block;
  margin: auto;
  padding: 20px;
  width: 100%;
  max-width: 400px;
}
/*

/* WOOCOMMERCE

All styling for woocommerce goes here
---------------------------------------------- */
.woocommerce nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px dashed #ededde;
  list-style-type: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #f5f5f5;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
  background: #f5f5f5;
}
.woocommerce p#breadcrumbs {
  font-size: 14px;
}
.woocommerce ul.products li.product {
  text-align: center;
  padding-bottom: 10px;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid transparent;
  margin: 0 2.9% 2.992em 0;
}
.woocommerce ul.products li.product:hover {
  display: block;
  border: 1px solid #eeeeee;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.onsale {
  border-radius: 0;
  transform: rotate(30deg);
  width: 200px;
  top: 28px;
  right: -30px;
  line-height: 0;
  min-height: initial;
  padding: 15px 0px;
  font-weight: 300;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2 {
  color: #3F3F3F;
  text-transform: initial;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 21px;
  min-height: 60px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  margin: 0;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img.woocommerce-placeholder {
  border: 0;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.price-incl {
  color: #989898;
  font-size: 0.75rem;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.price {
  font-size: 1.225rem;
  line-height: 1rem;
  color: #3f3f3f;
  font-weight: 600;
  margin-bottom: 0.1em;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.price del {
  position: relative;
  color: #666;
  font-size: 0.8125rem;
  margin-right: 0.2rem;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.price del:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 2px;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(-14deg);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.price ins {
  text-decoration: none;
  font-weight: 600;
}
.woocommerce ul.products li.product div.star-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce ul.products li.product div.star-section .star-rating {
  margin: 0;
  font-size: 11px;
  color: #ffa500;
}
.woocommerce ul.products li.product div.star-section span.woocommerce-review-link {
  font-size: 10px;
  color: #3F3F3F;
  font-weight: 300;
  margin-left: 5px;
}
.woocommerce ul.products li.product a.button {
  background: #009fe3;
  color: #fff;
  display: block;
  text-align: center;
  transition: all 350ms ease-in;
}
.woocommerce ul.products li.product a.button:hover {
  background: #007bb0;
}
.woocommerce ul.products li.product .stock.in-stock {
  color: #3F3F3F;
  font-style: italic;
  font-size: 12px;
}
.woocommerce ul.products li.product .stock.in-stock span.greendot {
  height: 12px;
  width: 12px;
  background-color: #27AE00;
  border-radius: 50%;
  display: inline-block;
}
.woocommerce ul.products li.product .stock.in-stock .color-number {
  color: #009fe3;
}
.woocommerce ul.products li.product .stock.out-of-stock {
  color: #3F3F3F;
  font-style: italic;
  font-size: 12px;
}
.woocommerce ul.products li.product .stock.out-of-stock span.greendot {
  height: 12px;
  width: 12px;
  background-color: #efa30a;
  border-radius: 50%;
  display: inline-block;
}
.woocommerce ul.products li.product .stock.out-of-stock .color-number {
  color: #009fe3;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #009fe3;
  border: solid 2px #009fe3;
  transition: all 300ms ease-out;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #009fe3;
  background: #fff;
  text-decoration: none;
}
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce form .form-row input.input-text, .woocommerce .woocommerce form .form-row textarea {
  padding: 0.25rem;
  background: #f0f0f0;
}
.woocommerce div.product .woocommerce-product-gallery {
  display: flex;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
  order: -10;
  margin-top: 0 !important;
  margin-right: 10px !important;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100% !important;
  padding-top: 0;
  padding-bottom: 5px;
}
.woocommerce div.product .summary h1.product_title {
  font-size: 26px;
}
.woocommerce div.product .summary span.price-incl {
  color: #989898;
  font-size: 0.75rem;
}
.woocommerce div.product .summary span.price {
  font-size: 1.225rem;
  line-height: 1rem;
  color: #3f3f3f;
  font-weight: 600;
  margin-bottom: 1.1em;
}
.woocommerce div.product .summary span.price del {
  position: relative;
  color: #666;
  font-size: 0.8125rem;
  margin-right: 0.2rem;
}
.woocommerce div.product .summary span.price del:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 2px;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(-14deg);
}
.woocommerce div.product .summary form.cart .button {
  float: none;
}
.woocommerce div.product .summary form.cart .product-shipment {
  color: #3F3F3F;
  font-size: 13px;
}
.woocommerce div.product .summary form.cart .product-shipment span {
  color: #989898;
  font-size: 10px;
}
.woocommerce div.product .summary .stock.in-stock {
  color: #3F3F3F;
  font-size: 13px;
  margin: 16px 0;
}
.woocommerce div.product .summary .stock.in-stock span.greendot {
  height: 12px;
  width: 12px;
  background-color: #27AE00;
  border-radius: 50%;
  display: inline-block;
}
.woocommerce div.product .summary .stock.in-stock .color-number {
  color: #009fe3;
}
.woocommerce div.product .summary .niet-voorradig p {
  color: #3F3F3F;
  font-size: 13px;
  margin: 16px 0;
}
.woocommerce div.product .summary .niet-voorradig p span.greendot {
  height: 12px;
  width: 12px;
  background-color: #efa30a;
  border-radius: 50%;
  display: inline-block;
}
.woocommerce div.product .summary .niet-voorradig p .color-number {
  color: #009fe3;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description ul {
  margin: 20px 0;
  padding: 0;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 24px;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 600;
  display: inline-block;
  width: 22px;
  color: #27ae00;
  font-size: 14px;
}
.woocommerce div.product .summary .quantity .qty {
  height: 39.75px;
  width: 5.631em;
}
.woocommerce div.product .summary .woosg-form {
  margin: 12px 0;
}
.woocommerce div.product .summary .woosg-form .woosg_wrap .woosg_products .woosg-product .woosg-title {
  padding: 0;
  font-weight: 500;
  line-height: 21px;
}
.woocommerce div.product .summary .woosg-form .woosg_wrap .woosg_products .woosg-product .woosg-title .woosg-price {
  padding: 6px 0;
}
.woocommerce div.product .summary .woosg-form .woosg_wrap .woosg_products .woosg-product .woosg-title .woosg-price .woosg-price-ori span.woocommerce-Price-amount {
  font-size: 1rem;
  line-height: 1rem;
  color: #3f3f3f;
  font-weight: 600;
}
.woocommerce div.product .summary .woosg-form .woosg_wrap .woosg_products .woosg-product .woosg-title .woosg-availability .stock {
  font-size: 12px;
  margin: 4px 0;
}
.woocommerce div.product .summary .woosg-form .woosg_wrap .woosg_products .woosg-product .woosg-title .woosg-availability .stock span.greendot {
  height: 9px;
  width: 9px;
}
.woocommerce div.product .summary .woosg-form .woosg_wrap .woosg_products .woosg-product .woosg-qty .quantity input.qty {
  height: 40px;
  width: 40px;
}
.woocommerce div.product .summary .woosg-form .woosg_wrap .woosg_total {
  display: none !important;
}
.woocommerce div.product .summary .woosg-form .woosg_wrap .woosg_total .woocommerce-Price-amount {
  font-size: 1.225rem;
  line-height: 2rem;
  color: #3f3f3f;
  font-weight: 600;
  margin-bottom: 0.1em;
}
.woocommerce div.product .woocommerce-tabs {
  border-bottom: 1px solid #d3ced2;
  margin-bottom: 25px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 14px;
  line-height: 24px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.woocommerce div.product form.cart a.offerte {
  padding: 10px 0 0 15px;
  display: inline-block;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border-top: none;
}
.woocommerce form.woocommerce-cart-form {
  display: inline-block;
  width: calc(100% - 435px);
  padding-right: 35px;
}
.woocommerce form.woocommerce-cart-form table.shop_table {
  border: none;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item:nth-child(even) {
  background: #f5f5f5;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td {
  vertical-align: baseline;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity input[type="number"] {
  padding: 1px;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name .stock.in-stock {
  color: #3F3F3F;
  font-style: italic;
  font-size: 12px;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name .stock.in-stock span.greendot {
  height: 12px;
  width: 12px;
  background-color: #27AE00;
  border-radius: 50%;
  display: inline-block;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name .stock.in-stock .color-number {
  color: #009fe3;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions {
  border: none;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon {
  padding: 5px;
  border: 2px solid #eee;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon input#coupon_code {
  width: 200px;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon button.button {
  background: none;
  border: none;
  text-decoration: underline;
  font-weight: 400;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon button.button:hover {
  color: #009fe3;
}
.woocommerce form.woocommerce-cart-form ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce form.woocommerce-cart-form ul li {
  padding: 12px;
  display: flex;
  background-color: #fafafa;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.woocommerce form.woocommerce-cart-form ul li .product-thumbnail {
  height: 75px;
  width: 100px;
  display: inline-block;
}
.woocommerce form.woocommerce-cart-form ul li .product-thumbnail img {
  border: 0;
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: contain;
  border: 1px solid #ebebeb;
}
.woocommerce form.woocommerce-cart-form ul li .cart-item-details {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
  width: 100%;
}
.woocommerce form.woocommerce-cart-form ul li .cart-item-details p {
  margin: 0;
}
.woocommerce form.woocommerce-cart-form ul li .cart-item-details .product-quantity .quantity {
  display: inline-block;
}
.woocommerce form.woocommerce-cart-form ul li .cart-item-details .product-quantity button {
  float: right;
}
.woocommerce .cart-collaterals {
  position: sticky;
  display: inline-block;
  vertical-align: top;
  top: 0;
  max-width: 400px !important;
}
.woocommerce .cart-collaterals .cart_totals {
  /** cart totals width. */
  float: left;
  width: 100% !important;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  background-color: #00b900;
  box-shadow: inset 0 -2px 0 0 #090;
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #009600;
  box-shadow: inset 0 -2px 0 0 #005e00;
  border: none;
  color: white;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget #bapf_1 ul li:nth-child(2) {
  display: none;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget .bapf_sfilter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 14px;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
  font-size: 0.8125rem;
  color: #000;
  border-bottom: none;
  padding-bottom: 0;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul {
  padding: 0;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
  font-size: 0.8125rem;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type=checkbox] {
  vertical-align: baseline;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label {
  vertical-align: baseline;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label + span {
  vertical-align: baseline;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all {
  margin-bottom: 14px;
}
.woocommerce .sidebar-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-range {
  background: #009fe3;
  height: 3px;
}
.nx-notification .notificationx-inner {
  border-radius: 0 !important;
}
.nx-notification .notificationx-inner:before {
  background-color: #009fe3 !important;
  width: 35px !important;
  height: 35px !important;
}
.nx-notification .notificationx-inner .notificationx-content {
  justify-content: center !important;
}
.nx-notification .notificationx-inner .notificationx-content .nx-first-row {
  font-size: 14px !important;
}
.nx-notification .notificationx-inner .notificationx-content .nx-first-row span.nx-first-word {
  color: #009fe3 !important;
}
.nx-notification .notificationx-inner .notificationx-content .nx-first-row span.nx-second-word {
  color: #009fe3 !important;
}
.nx-notification .notificationx-inner .notificationx-content .nx-second-row span.nx-first-word {
  text-decoration: underline;
}
.nx-notification .notificationx-inner .notificationx-content .nx-third-row small.nx-branding {
  display: none;
}
button.navbar-toggler {
  z-index: 999;
  font-size: 24px;
}
button.navbar-toggler[aria-expanded="true"] {
  position: fixed;
}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
    For the website template, building the site desktopfirst/ responsive is the default. Therefor the mixins used will use "media-breakpoint-down".
    If a site is to be build with a specific mobile design or mobile first, start working here and change the mixin to "media-breakpoint-up".
*/
@media (min-width: 1200px) and (max-width: 1350px) {
  header .container .row .contact-us ul li, header .container .row .contact-us ul li a {
    font-size: 14px;
  }
  header .container .row nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .sidebar-filter {
    margin-top: 25px;
  }
  ul#menu-topmenu li a {
    font-size: 11px !important;
  }
  div#topheader .top-bar-contact li {
    margin-right: 15px;
  }
  div#topheader .top-bar-contact li a {
    font-size: 11px !important;
  }
  header .container .row .contact-us span:before {
    display: none;
  }
  header .branding-container {
    text-align: center;
  }
  header .t-btn {
    width: 100%;
  }
  header .container .row nav ul li a {
    font-size: 16px;
  }
  .woocommerce-cart-form td.product-thumbnail {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header#default-header .navbar-toggler:focus {
    outline: none !important;
  }
  header#default-header #basicExampleNav {
    position: fixed;
    display: block !important;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -110vw;
    background: #f7f7f7;
    z-index: 100;
    transition: all 350ms ease-out;
  }
  header#default-header #basicExampleNav #menu-hoofdmenu, header#default-header #basicExampleNav #menu-megamenu-1 {
    text-align: center;
    width: 100%;
    margin: auto;
    height: 100%;
    justify-content: center;
  }
  header#default-header #basicExampleNav #menu-hoofdmenu li, header#default-header #basicExampleNav #menu-megamenu-1 li {
    margin: 10px 0;
    padding: 0px 10px !important;
  }
  header#default-header #basicExampleNav #menu-hoofdmenu li:hover, header#default-header #basicExampleNav #menu-megamenu-1 li:hover {
    border: none;
  }
  header#default-header li.has-mega-menu-items ul li.dropdown > a {
    font-weight: 600;
  }
  header#default-header .dropdown-menu {
    background: none !important;
    border: none;
    padding-top: 0;
    box-shadow: none;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 350ms ease-out;
  }
  header#default-header .dropdown-menu li {
    transition: all 350ms ease-out;
    text-align: center;
  }
  header#default-header .dropdown-menu li a:focus, header#default-header .dropdown-menu li a:focus-visible {
    background: none;
    outline: none;
  }
  header#default-header .dropdown-menu.show {
    max-height: 1000px;
  }
  header#default-header .dropdown-menu.show ul {
    max-height: 10000px;
  }
  header#default-header #basicExampleNav.show, header#default-header #basicExampleNav.collapsing {
    left: 0;
  }
  header#default-header .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  button.navbar-toggler {
    top: 75px;
  }
  section#what-we-do .content-container {
    margin-top: 0px;
  }
  section#frontpage-categories .container .row .col ul li {
    flex: 33.3%;
    max-width: 33.3%;
  }
  section#frontpage-categories .container .row .col ul li a span {
    font-size: 15px;
  }
  header .container .row nav ul li a {
    font-size: 18px;
  }
  .woocommerce form.woocommerce-cart-form {
    width: 100%;
  }
  .woocommerce .cart-collaterals {
    max-width: 100% !important;
    position: initial;
  }
  .woocommerce-cart-form td.product-thumbnail {
    display: initial;
  }
  ul.dropdown-menu li {
    margin: 3px 0 !important;
    padding: 3px 10px !important;
  }
  ul.dropdown-menu li a {
    font-size: 16px !important;
  }
}
@media (max-width: 767.98px) {
  h1, h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  button.navbar-toggler {
    top: 25px;
  }
  .t-btn {
    width: 100%;
  }
  section#offers .new-products {
    margin-bottom: 15px;
  }
  section#offers .products-container {
    width: 90%;
    padding: 45px 25px 45px 25px;
  }
  section#what-we-do .content-container {
    padding: 40px;
  }
  section#usps ul li {
    font-size: 16px;
  }
  section#frontpage-categories .container .row .col ul li {
    flex: 50%;
    max-width: 50%;
  }
  section#frontpage-categories .container .row .col ul li a span {
    font-size: 16px;
  }
  .woocommerce form.woocommerce-cart-form {
    width: 100%;
    padding: 0;
  }
  .woocommerce .cart-collaterals {
    max-width: 100% !important;
  }
  .woocommerce-MyAccount-content {
    margin-top: 20px;
  }
  header .container .row .contact-us ul {
    text-align: center;
  }
  header .container .row .contact-us ul li {
    display: block;
  }
  header .contact-us {
    margin-bottom: 10px;
  }
  footer h3 {
    margin: 20px 0px;
  }
}
@media (max-width: 575.98px) {
  section#offers .products-container {
    width: 100%;
  }
  section#offers .products-container p {
    margin: 25px 0px 25px 0px;
  }
  section#offers .products-container a {
    position: initial;
    bottom: initial;
    right: initial;
  }
  section#what-we-do .content-container {
    padding: 20px;
  }
  section#usps ul li {
    padding-left: 10px;
  }
  section#frontpage-categories .container .row .col ul li {
    flex: 100%;
    max-width: 100%;
  }
  .wpml-ls-legacy-dropdown {
    text-align: center;
    width: 70% !important;
    margin: 10px auto;
  }
  header .container .row .wpmenucart-shortcode ul.sub-menu {
    min-width: 100%;
  }
  header .branding-container {
    text-align: left;
  }
  header#default-header .branding-container img.logo {
    width: 100%;
  }
  footer section#footer-normal ul.social-icons {
    margin-top: 10px;
  }
  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
