@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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;
  }
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.orange-bg {
  background-color: #f26424;
  color: #fff;
}
.orange-bg.button:link, input.orange-bg[type=submit]:link, .orange-bg.button:visited, input.orange-bg[type=submit]:visited, .orange-bg.button:hover, input.orange-bg[type=submit]:hover, .orange-bg.button:active, input.orange-bg[type=submit]:active {
  color: #fff;
}
.orange-bg.button:hover, input.orange-bg[type=submit]:hover {
  background-color: #d64b0d;
}

.navy-bg {
  background-color: #223861;
  color: #fff;
}
.navy-bg.button:link, input.navy-bg[type=submit]:link, .navy-bg.button:visited, input.navy-bg[type=submit]:visited, .navy-bg.button:hover, input.navy-bg[type=submit]:hover, .navy-bg.button:active, input.navy-bg[type=submit]:active {
  color: #fff;
}
.navy-bg.button:hover, input.navy-bg[type=submit]:hover {
  background-color: #15223b;
}

.blue-bg {
  background-color: #3D65B0;
  color: #fff;
}
.blue-bg.button:link, input.blue-bg[type=submit]:link, .blue-bg.button:visited, input.blue-bg[type=submit]:visited, .blue-bg.button:hover, input.blue-bg[type=submit]:hover, .blue-bg.button:active, input.blue-bg[type=submit]:active {
  color: #fff;
}
.blue-bg.button:hover, input.blue-bg[type=submit]:hover {
  background-color: #304f8a;
}

.teal-bg {
  background-color: #19aebe;
  color: #fff;
}
.teal-bg.button:link, input.teal-bg[type=submit]:link, .teal-bg.button:visited, input.teal-bg[type=submit]:visited, .teal-bg.button:hover, input.teal-bg[type=submit]:hover, .teal-bg.button:active, input.teal-bg[type=submit]:active {
  color: #fff;
}
.teal-bg.button:hover, input.teal-bg[type=submit]:hover {
  background-color: #138591;
}

.white-bg {
  background-color: #fff;
  color: inherit;
}
.white-bg.button:link, input.white-bg[type=submit]:link, .white-bg.button:visited, input.white-bg[type=submit]:visited, .white-bg.button:hover, input.white-bg[type=submit]:hover, .white-bg.button:active, input.white-bg[type=submit]:active {
  color: inherit;
}
.white-bg.button:hover, input.white-bg[type=submit]:hover {
  background-color: #e6e6e6;
}

.light-grey-bg {
  background-color: #f9f9f9;
  color: inherit;
}
.light-grey-bg.button:link, input.light-grey-bg[type=submit]:link, .light-grey-bg.button:visited, input.light-grey-bg[type=submit]:visited, .light-grey-bg.button:hover, input.light-grey-bg[type=submit]:hover, .light-grey-bg.button:active, input.light-grey-bg[type=submit]:active {
  color: inherit;
}
.light-grey-bg.button:hover, input.light-grey-bg[type=submit]:hover {
  background-color: #e0e0e0;
}

.mid-grey-bg {
  background-color: #cccbcb;
  color: #fff;
}
.mid-grey-bg.button:link, input.mid-grey-bg[type=submit]:link, .mid-grey-bg.button:visited, input.mid-grey-bg[type=submit]:visited, .mid-grey-bg.button:hover, input.mid-grey-bg[type=submit]:hover, .mid-grey-bg.button:active, input.mid-grey-bg[type=submit]:active {
  color: #fff;
}
.mid-grey-bg.button:hover, input.mid-grey-bg[type=submit]:hover {
  background-color: #b3b1b1;
}

.dark-grey-bg {
  background-color: #5a5555;
  color: #fff;
}
.dark-grey-bg.button:link, input.dark-grey-bg[type=submit]:link, .dark-grey-bg.button:visited, input.dark-grey-bg[type=submit]:visited, .dark-grey-bg.button:hover, input.dark-grey-bg[type=submit]:hover, .dark-grey-bg.button:active, input.dark-grey-bg[type=submit]:active {
  color: #fff;
}
.dark-grey-bg.button:hover, input.dark-grey-bg[type=submit]:hover {
  background-color: #403c3c;
}

.black-bg {
  background-color: #222;
  color: #fff;
}
.black-bg.button:link, input.black-bg[type=submit]:link, .black-bg.button:visited, input.black-bg[type=submit]:visited, .black-bg.button:hover, input.black-bg[type=submit]:hover, .black-bg.button:active, input.black-bg[type=submit]:active {
  color: #fff;
}
.black-bg.button:hover, input.black-bg[type=submit]:hover {
  background-color: #090909;
}

.orange-bdr.button, input.orange-bdr[type=submit] {
  box-shadow: inset 0 0 0 1px #f26424;
  background-color: transparent;
  color: #f26424;
}
.orange-bdr.button:link, input.orange-bdr[type=submit]:link, .orange-bdr.button:visited, input.orange-bdr[type=submit]:visited, .orange-bdr.button:hover, input.orange-bdr[type=submit]:hover, .orange-bdr.button:active, input.orange-bdr[type=submit]:active {
  color: #f26424;
}
.orange-bdr.button:hover, input.orange-bdr[type=submit]:hover {
  background-color: #f26424;
  color: #fff;
}

.navy-bdr.button, input.navy-bdr[type=submit] {
  box-shadow: inset 0 0 0 1px #223861;
  background-color: transparent;
  color: #223861;
}
.navy-bdr.button:link, input.navy-bdr[type=submit]:link, .navy-bdr.button:visited, input.navy-bdr[type=submit]:visited, .navy-bdr.button:hover, input.navy-bdr[type=submit]:hover, .navy-bdr.button:active, input.navy-bdr[type=submit]:active {
  color: #223861;
}
.navy-bdr.button:hover, input.navy-bdr[type=submit]:hover {
  background-color: #223861;
  color: #fff;
}

.blue-bdr.button, input.blue-bdr[type=submit] {
  box-shadow: inset 0 0 0 1px #3D65B0;
  background-color: transparent;
  color: #3D65B0;
}
.blue-bdr.button:link, input.blue-bdr[type=submit]:link, .blue-bdr.button:visited, input.blue-bdr[type=submit]:visited, .blue-bdr.button:hover, input.blue-bdr[type=submit]:hover, .blue-bdr.button:active, input.blue-bdr[type=submit]:active {
  color: #3D65B0;
}
.blue-bdr.button:hover, input.blue-bdr[type=submit]:hover {
  background-color: #3D65B0;
  color: #fff;
}

.teal-bdr.button, input.teal-bdr[type=submit] {
  box-shadow: inset 0 0 0 1px #19aebe;
  background-color: transparent;
  color: #19aebe;
}
.teal-bdr.button:link, input.teal-bdr[type=submit]:link, .teal-bdr.button:visited, input.teal-bdr[type=submit]:visited, .teal-bdr.button:hover, input.teal-bdr[type=submit]:hover, .teal-bdr.button:active, input.teal-bdr[type=submit]:active {
  color: #19aebe;
}
.teal-bdr.button:hover, input.teal-bdr[type=submit]:hover {
  background-color: #19aebe;
  color: #fff;
}

.white-bdr.button, input.white-bdr[type=submit] {
  box-shadow: inset 0 0 0 1px #fff;
  background-color: transparent;
  color: #fff;
}
.white-bdr.button:link, input.white-bdr[type=submit]:link, .white-bdr.button:visited, input.white-bdr[type=submit]:visited, .white-bdr.button:hover, input.white-bdr[type=submit]:hover, .white-bdr.button:active, input.white-bdr[type=submit]:active {
  color: #fff;
}
.white-bdr.button:hover, input.white-bdr[type=submit]:hover {
  background-color: #fff;
  color: #fff;
}

.light-grey-bdr.button, input.light-grey-bdr[type=submit] {
  box-shadow: inset 0 0 0 1px #f9f9f9;
  background-color: transparent;
  color: #f9f9f9;
}
.light-grey-bdr.button:link, input.light-grey-bdr[type=submit]:link, .light-grey-bdr.button:visited, input.light-grey-bdr[type=submit]:visited, .light-grey-bdr.button:hover, input.light-grey-bdr[type=submit]:hover, .light-grey-bdr.button:active, input.light-grey-bdr[type=submit]:active {
  color: #f9f9f9;
}
.light-grey-bdr.button:hover, input.light-grey-bdr[type=submit]:hover {
  background-color: #f9f9f9;
  color: #fff;
}

.mid-grey-bdr.button, input.mid-grey-bdr[type=submit] {
  box-shadow: inset 0 0 0 1px #cccbcb;
  background-color: transparent;
  color: #cccbcb;
}
.mid-grey-bdr.button:link, input.mid-grey-bdr[type=submit]:link, .mid-grey-bdr.button:visited, input.mid-grey-bdr[type=submit]:visited, .mid-grey-bdr.button:hover, input.mid-grey-bdr[type=submit]:hover, .mid-grey-bdr.button:active, input.mid-grey-bdr[type=submit]:active {
  color: #cccbcb;
}
.mid-grey-bdr.button:hover, input.mid-grey-bdr[type=submit]:hover {
  background-color: #cccbcb;
  color: #fff;
}

.dark-grey-bdr.button, input.dark-grey-bdr[type=submit] {
  box-shadow: inset 0 0 0 1px #5a5555;
  background-color: transparent;
  color: #5a5555;
}
.dark-grey-bdr.button:link, input.dark-grey-bdr[type=submit]:link, .dark-grey-bdr.button:visited, input.dark-grey-bdr[type=submit]:visited, .dark-grey-bdr.button:hover, input.dark-grey-bdr[type=submit]:hover, .dark-grey-bdr.button:active, input.dark-grey-bdr[type=submit]:active {
  color: #5a5555;
}
.dark-grey-bdr.button:hover, input.dark-grey-bdr[type=submit]:hover {
  background-color: #5a5555;
  color: #fff;
}

.black-bdr.button, input.black-bdr[type=submit] {
  box-shadow: inset 0 0 0 1px #222;
  background-color: transparent;
  color: #222;
}
.black-bdr.button:link, input.black-bdr[type=submit]:link, .black-bdr.button:visited, input.black-bdr[type=submit]:visited, .black-bdr.button:hover, input.black-bdr[type=submit]:hover, .black-bdr.button:active, input.black-bdr[type=submit]:active {
  color: #222;
}
.black-bdr.button:hover, input.black-bdr[type=submit]:hover {
  background-color: #222;
  color: #fff;
}

.margin-2xs {
  margin-top: 1.125rem;
}

.margin-xs {
  margin-top: 1.125rem;
}

.margin-sm {
  margin-top: 1.5rem;
}

.margin-md {
  margin-top: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
}

.margin-lg {
  margin-top: clamp(2rem, 1.286rem + 1.905vw, 3rem);
}

.margin-xl {
  margin-top: clamp(2rem, 0.571rem + 3.81vw, 4rem);
}

.margin-2xl {
  margin-top: clamp(3rem, 0.857rem + 5.714vw, 6rem);
}

.margin-3xl {
  margin-top: clamp(4rem, 0.429rem + 9.524vw, 9rem);
}

.no-margin {
  margin: 0;
}

section {
  margin: clamp(4rem, 0.429rem + 9.524vw, 9rem) 0;
}
section.padded {
  margin: 0;
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem) 0;
}
section.padded.sm {
  padding: 1.5rem 0;
}
section.padded.md {
  padding: clamp(1.5rem, 1.143rem + 0.952vw, 2rem) 0;
}
section.padded.lg {
  padding: clamp(2rem, 1.286rem + 1.905vw, 3rem) 0;
}
section.padded.xl {
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem) 0;
}
section.padded.xxl {
  padding: clamp(3rem, 0.857rem + 5.714vw, 6rem) 0;
}
section.spaced {
  margin-top: clamp(3rem, 0.857rem + 5.714vw, 6rem);
  margin-bottom: clamp(3rem, 0.857rem + 5.714vw, 6rem);
}
section.no-margin {
  margin-top: 0;
}

.listing {
  display: grid;
  gap: clamp(1.5rem, 1.143rem + 0.952vw, 2rem) 30px;
}
.listing .listing-item {
  display: flex;
}
.listing.two-col {
  grid-template-columns: 1fr 1fr;
}
.listing.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}
.listing.four-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.with-bg {
  position: relative;
}
.with-bg .section-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 150%;
  max-height: 1200px;
  aspect-ratio: 1/0.65;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.with-bg .section-bg.sm {
  aspect-ratio: 1/0.5;
  max-height: 170%;
}
.with-bg .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.post-layout > section {
  margin-top: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  margin-bottom: clamp(2rem, 0.571rem + 3.81vw, 4rem);
}
.post-layout > .container > .row > [class^=col-] {
  flex: 100%;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 1350px) {
  .with-bg .section-bg {
    background-size: auto 100%;
  }
}
@media (max-width: 991px) {
  .tab-top {
    margin-top: clamp(2rem, 1.286rem + 1.905vw, 3rem);
  }
  .tab-reverse {
    flex-direction: column-reverse;
  }
  .listing.three-col, .listing.four-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .row.spaced > [class*=col-]:first-child {
    padding-right: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
  }
  .row.spaced > [class*=col-]:last-child {
    padding-left: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
  }
}
@media (max-width: 767px) {
  .mob-top,
  .tab-top {
    margin-top: 1.5rem;
  }
  .mob-top-sm {
    margin-top: 1.125rem;
  }
  .mob-reverse {
    flex-direction: column-reverse;
  }
  .listing.two-col, .listing.three-col, .listing.four-col {
    grid-template-columns: 1fr;
  }
}
body {
  color: #5a5555;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #222;
  font-weight: 700;
}

h1,
.h1,
h2,
.h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  line-height: 1.2;
}

h3,
.h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.75rem, 0.857rem + 2.381vw, 3rem);
  line-height: 1.2;
}

h4 {
  margin-bottom: 1.125rem;
  font-size: clamp(1.5rem, 0.786rem + 1.905vw, 2.5rem);
}

h5 {
  margin-bottom: 1.125rem;
  font-size: clamp(1.25rem, 0.893rem + 0.952vw, 1.75rem);
}

h6 {
  margin-bottom: 1.125rem;
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
}

.subtitle {
  color: #f26424;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.subtitle + h1,
.subtitle + h2,
.subtitle + h3,
.subtitle + h4,
.subtitle + h5,
.subtitle + h6 {
  margin-top: 10px;
}

.woocommerce h1 {
  font-size: clamp(1.75rem, 0.857rem + 2.381vw, 3rem);
}
.woocommerce h2 {
  font-size: clamp(1.5rem, 0.786rem + 1.905vw, 2.5rem);
}
.woocommerce h3 {
  font-size: clamp(1.25rem, 0.893rem + 0.952vw, 1.75rem);
  line-height: 1.4;
}
.woocommerce h4 {
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
}
.woocommerce h5 {
  font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem);
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

b,
strong,
.font-bold {
  font-weight: 700;
}

.text-2xs {
  font-size: 0.75rem;
}

.text-xs {
  font-size: 0.875rem;
}

.text-sm {
  font-size: 1rem;
}

.text-base {
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
}

.text-md {
  font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem);
}

.text-lg {
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
}

.text-xl {
  font-size: clamp(1.25rem, 0.893rem + 0.952vw, 1.75rem);
}

.text-2xl {
  font-size: clamp(1.5rem, 0.786rem + 1.905vw, 2.5rem);
}

.text-3xl {
  font-size: clamp(1.75rem, 0.857rem + 2.381vw, 3rem);
}

.text-4xl {
  font-size: clamp(2rem, 0.571rem + 3.81vw, 4rem);
}

.text-5xl {
  font-size: clamp(2.75rem, 0.429rem + 6.19vw, 6rem);
}

.centered {
  text-align: center;
}

.orange-text {
  color: #f26424;
}

.navy-text {
  color: #223861;
}

.blue-text {
  color: #3D65B0;
}

.teal-text {
  color: #19aebe;
}

.white-text {
  color: #fff;
}

.light-grey-text {
  color: #f9f9f9;
}

.mid-grey-text {
  color: #cccbcb;
}

.dark-grey-text {
  color: #5a5555;
}

.black-text {
  color: #222;
}

@media (max-width: 767px) {
  .mob-centered {
    text-align: center;
  }
}
img,
figure {
  max-width: 100%;
  height: auto;
}

.image {
  display: block;
  width: 100%;
  overflow: hidden;
}
.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image.square, .image.circle {
  aspect-ratio: 1/1;
}
.image.circle {
  border-radius: 50%;
}
.image.xs {
  aspect-ratio: 100/40;
}
.image.sm {
  aspect-ratio: 100/50;
}
.image.md {
  aspect-ratio: 100/65;
}
.image.lg {
  aspect-ratio: 100/80;
}
.image.xl {
  aspect-ratio: 100/140;
}
.image.xxl {
  aspect-ratio: 100/160;
}
.image.rounded {
  border-radius: 30px;
}
.image.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.pre-image {
  margin: 0 auto clamp(2rem, 1.286rem + 1.905vw, 3rem);
  max-width: 50%;
}

.video {
  position: relative;
  padding: 0 0 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
}

.media {
  display: block;
  width: 100%;
  overflow: hidden;
}
.media img,
.media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

br.spacer {
  content: "";
  display: block;
  margin-top: 8px;
}

a {
  text-decoration: underline;
  word-wrap: break-word;
}
a a,
a a:link,
a a:visited,
a a:hover,
a a:active, a:link, a:visited, a:hover, a:active {
  color: #222;
}
a.button {
  text-decoration: none;
}
a.button a,
a.button a:link,
a.button a:visited,
a.button a:hover,
a.button a:active, a.button:link, a.button:visited, a.button:hover, a.button:active {
  text-decoration: none;
}
a.white a,
a.white a:link,
a.white a:visited,
a.white a:hover,
a.white a:active, a.white:link, a.white:visited, a.white:hover, a.white:active {
  color: #fff;
}

.link {
  display: inline-block;
  padding-right: 23px;
  background-image: url("../images/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: right 3px top 6px;
  background-size: 12px 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
.link a,
.link a:link,
.link a:visited,
.link a:hover,
.link a:active, .link:link, .link:visited, .link:hover, .link:active {
  text-decoration: none;
}
.link:hover {
  background-position: right 6px;
}
.link.white {
  background-image: url("../images/arrow-right-white.svg");
}

.back-link {
  display: inline-block;
  padding-left: 15px;
  background-image: url("../images/back-black.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 7px 12px;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: none;
}
.back-link a,
.back-link a:link,
.back-link a:visited,
.back-link a:hover,
.back-link a:active, .back-link:link, .back-link:visited, .back-link:hover, .back-link:active {
  text-decoration: none;
}

.white {
  color: #fff;
}
.white :is(h1, h2, h3, h4, h5) {
  color: #fff;
}
.white a:not(.button):not(input[type=submit]) a,
.white a:not(.button):not(input[type=submit]) a:link,
.white a:not(.button):not(input[type=submit]) a:visited,
.white a:not(.button):not(input[type=submit]) a:hover,
.white a:not(.button):not(input[type=submit]) a:active, .white a:not(.button):not(input[type=submit]):link, .white a:not(.button):not(input[type=submit]):visited, .white a:not(.button):not(input[type=submit]):hover, .white a:not(.button):not(input[type=submit]):active {
  color: #fff;
}

.no-line {
  text-decoration: none;
}
.no-line a,
.no-line a:link,
.no-line a:visited,
.no-line a:hover,
.no-line a:active, .no-line:link, .no-line:visited, .no-line:hover, .no-line:active {
  text-decoration: none;
}

a[href^="tel:"],
a[href^="tel:"]:link,
a[href^="tel:"]:visited,
a[href^="tel:"]:hover,
a[href^="tel:"]:active {
  text-decoration: none;
}

h1 + ul,
h1 + ol,
h2 + ul,
h2 + ol,
h3 + ul,
h3 + ol,
h4 + ul,
h4 + ol,
h5 + ul,
h5 + ol,
p + ul,
p + ol,
blockquote + ul,
blockquote + ol {
  margin: 1.5rem 0 0;
  padding-left: 18px;
}
h1 + ul li + li,
h1 + ol li + li,
h2 + ul li + li,
h2 + ol li + li,
h3 + ul li + li,
h3 + ol li + li,
h4 + ul li + li,
h4 + ol li + li,
h5 + ul li + li,
h5 + ol li + li,
p + ul li + li,
p + ol li + li,
blockquote + ul li + li,
blockquote + ol li + li {
  margin-top: 8px;
}
h1 + ul + p,
h1 + ul + .button,
h1 + ul + input[type=submit],
h1 + ol + p,
h1 + ol + .button,
h1 + ol + input[type=submit],
h2 + ul + p,
h2 + ul + .button,
h2 + ul + input[type=submit],
h2 + ol + p,
h2 + ol + .button,
h2 + ol + input[type=submit],
h3 + ul + p,
h3 + ul + .button,
h3 + ul + input[type=submit],
h3 + ol + p,
h3 + ol + .button,
h3 + ol + input[type=submit],
h4 + ul + p,
h4 + ul + .button,
h4 + ul + input[type=submit],
h4 + ol + p,
h4 + ol + .button,
h4 + ol + input[type=submit],
h5 + ul + p,
h5 + ul + .button,
h5 + ul + input[type=submit],
h5 + ol + p,
h5 + ol + .button,
h5 + ol + input[type=submit],
p + ul + p,
p + ul + .button,
p + ul + input[type=submit],
p + ol + p,
p + ol + .button,
p + ol + input[type=submit],
blockquote + ul + p,
blockquote + ul + .button,
blockquote + ul + input[type=submit],
blockquote + ol + p,
blockquote + ol + .button,
blockquote + ol + input[type=submit] {
  margin-top: 1.5rem;
}
h1 + .button, h1 + input[type=submit],
h2 + .button,
h2 + input[type=submit],
h3 + .button,
h3 + input[type=submit],
h4 + .button,
h4 + input[type=submit],
h5 + .button,
h5 + input[type=submit],
p + .button,
p + input[type=submit],
blockquote + .button,
blockquote + input[type=submit] {
  margin-top: 10px;
}

p {
  margin: 0 0 1.5rem;
}
p + img,
p + figure {
  margin-top: 1.5rem;
}
p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}

ul + p,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ol + p,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5 {
  margin-top: 1.5rem;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  margin: 1.5rem 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #cccbcb;
}

.w-full {
  width: 100%;
}

.scored-text {
  position: relative;
  padding: 0 1.5rem clamp(2rem, 1.286rem + 1.905vw, 3rem) 1.5rem;
}
.scored-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  height: 1px;
  background-color: #cccbcb;
}

@media (max-width: 991px) {
  .scored-text {
    padding: 0 0 clamp(2rem, 1.286rem + 1.905vw, 3rem) 0;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #fafafa;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  min-height: 100%;
}

main {
  flex: 1 1 auto;
}

.no-scroll {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cli-modal .cli-modal-close {
  cursor: pointer;
}
.cli-modal .cli-slider {
  display: inline-block;
  margin: 0;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1310px;
  }
}
@media (min-width: 992px) {
  .display-tab {
    display: none;
  }
}
@media (max-width: 991px) {
  .display-tab {
    display: block;
  }
  .hidden-tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none;
  }
}
header {
  position: relative;
  padding: 1.5rem 0;
  z-index: 2;
}
header a {
  text-decoration: none;
}
header a a,
header a a:link,
header a a:visited,
header a a:hover,
header a a:active, header a:link, header a:visited, header a:hover, header a:active {
  text-decoration: none;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul li {
  margin-bottom: 0;
}
header .logo {
  margin-right: auto;
}
header .logo img {
  width: 240px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
header nav > ul {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
header nav > ul > li {
  position: relative;
  flex: none;
  text-align: center;
}
header nav > ul > li > a {
  display: inline-block;
  padding: 8px 1.125rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
header nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 1.125rem;
  margin-top: 1.125rem;
  padding: 1.125rem;
  width: 250px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: left;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
header nav > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
header nav > ul > li > ul > li > a img {
  flex: none;
  width: 75px;
}
header nav > ul > li > ul ul {
  display: none;
}
header nav > ul > li > ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 1.125rem;
}
header nav > ul > li.nav-button a {
  border-radius: 8px;
  background-color: #222;
  color: #fff;
}
header nav > ul > li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}
header nav .cart-qty {
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  padding-right: 4px;
}
header nav .cart-qty .cart-title {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/basket.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 19px;
  font-size: 0;
  line-height: 0;
}
header nav .cart-qty .qty-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
}
header nav .mobile-menu-btn {
  display: none;
  padding: 0;
  width: 32px;
  height: 32px;
  background-image: url("../images/mobile-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 27px;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 1199px) {
  header .logo img {
    width: 180px;
  }
  header nav > ul {
    gap: 0;
  }
  header nav > ul > li > a {
    padding: 8px 0.75rem;
  }
}
@media (max-width: 991px) {
  header {
    padding: 1.125rem 0;
  }
  header nav > ul {
    display: none;
  }
  header nav .mobile-menu-btn {
    display: inline-block;
  }
}
footer {
  background-color: #223861;
  color: #EAECF0;
  font-size: 0.875rem;
}
footer a {
  text-decoration: none;
}
footer a a,
footer a a:link,
footer a a:visited,
footer a a:hover,
footer a a:active, footer a:link, footer a:visited, footer a:hover, footer a:active {
  text-decoration: none;
}
footer a a,
footer a a:link,
footer a a:visited,
footer a a:hover,
footer a a:active, footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #EAECF0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 0;
}
footer .main {
  display: flex;
  gap: clamp(2rem, 1.286rem + 1.905vw, 3rem);
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem) 0 clamp(2rem, 1.286rem + 1.905vw, 3rem);
}
footer .main .logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}
footer .main .logo img {
  width: 240px;
}
footer .main nav {
  width: 75%;
  font-weight: 600;
}
footer .main nav > ul {
  display: flex;
  gap: 1.5rem;
}
footer .main nav > ul > li {
  flex: 1;
}
footer .main nav > ul > li > a {
  color: #98A2B3;
  font-weight: 400;
}
footer .main nav > ul > li > a + ul {
  margin-top: 1rem;
  padding-left: 0;
}
footer .main nav > ul > li > a + ul li + li {
  margin-top: 0.875rem;
}
footer .main .left {
  width: 25%;
}
footer .bottom {
  padding: clamp(1.5rem, 1.143rem + 0.952vw, 2rem) 0;
  background-color: #192947;
  color: #98A2B3;
  font-size: 0.75rem;
}
footer .bottom a,
footer .bottom a:link,
footer .bottom a:visited,
footer .bottom a:hover,
footer .bottom a:active, footer .bottom:link, footer .bottom:visited, footer .bottom:hover, footer .bottom:active {
  color: #98A2B3;
}
footer .bottom .container {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
}
footer .bottom .copyright {
  flex: none;
}
footer .bottom nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.125rem;
}

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .main {
    flex-wrap: wrap;
  }
  footer .main nav {
    width: 100%;
  }
  footer .main nav > ul {
    flex-wrap: wrap;
  }
  footer .main nav > ul > li {
    flex: 100%;
  }
  footer .main .left {
    width: 100%;
  }
  footer .bottom {
    text-align: center;
  }
  footer .bottom .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .bottom .copyright {
    flex: 100%;
  }
  footer .bottom nav {
    flex: 100%;
  }
  footer .bottom nav ul {
    justify-content: center;
  }
}
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: clamp(2rem, 1.286rem + 1.905vw, 3rem) 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.mega-menu .title {
  display: block;
}
.mega-menu nav {
  margin-top: 1.5rem;
}
.mega-menu nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -1.125rem 0;
  -moz-column-count: 2;
       column-count: 2;
}
.mega-menu nav ul li {
  margin: 1.125rem 0;
  width: calc(50% - 1.5rem);
  text-align: left;
}
.mega-menu nav ul li a {
  padding: 0;
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
  text-transform: none;
}
.mega-menu nav ul li p {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: normal;
}
.mega-menu:hover, .mega-menu.active {
  opacity: 1;
  visibility: visible;
}
.mega-menu::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}

@media (max-width: 767px) {
  .mega-menu {
    display: none;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s, opacity 0s;
  background: rgba(255, 255, 255, 0.75);
}
.mobile-menu .mobile-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-menu .mobile-menu-close {
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 20px;
  height: 20px;
  background-image: url("../images/close-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.mobile-menu .mobile-menu-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  overflow: auto;
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.mobile-menu .mobile-menu-content .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-menu .mobile-menu-content a {
  text-decoration: none;
}
.mobile-menu .mobile-menu-content a a,
.mobile-menu .mobile-menu-content a a:link,
.mobile-menu .mobile-menu-content a a:visited,
.mobile-menu .mobile-menu-content a a:hover,
.mobile-menu .mobile-menu-content a a:active, .mobile-menu .mobile-menu-content a:link, .mobile-menu .mobile-menu-content a:visited, .mobile-menu .mobile-menu-content a:hover, .mobile-menu .mobile-menu-content a:active {
  text-decoration: none;
}
.mobile-menu .mobile-menu-content .header {
  padding: 1.5rem;
  background-color: #FAFAFA;
  font-size: 0.875rem;
}
.mobile-menu .mobile-menu-content .header span {
  display: block;
}
.mobile-menu .mobile-menu-content .body {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 1.5rem;
  background: linear-gradient(97.13deg, rgba(242, 100, 36, 0.15) -1.43%, rgba(242, 100, 36, 0) 111.71%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  font-size: 1rem;
  font-weight: 700;
}
.mobile-menu .mobile-menu-content .body ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu .mobile-menu-content .body ul li {
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-content .body ul li a {
  display: block;
  padding: 1.125rem 0.5625rem;
  border-bottom: 1px solid #222;
}
.mobile-menu .mobile-menu-content .body ul ul {
  display: none;
}
.mobile-menu .mobile-menu-content .body ul ul > li > a {
  padding-left: 1.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.mobile-menu .mobile-menu-content .body ul ul > li > a img {
  display: none;
}
.mobile-menu .mobile-menu-content .body .logo {
  margin: auto auto 0;
  padding-top: clamp(2rem, 1.286rem + 1.905vw, 3rem);
}
.mobile-menu.open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu.open .mobile-menu-content {
  transform: translateX(0);
}

.button, input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  padding: 0.875rem 3rem;
  outline: 0;
  border: 0;
  border-radius: 8px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.button.alt, input.alt[type=submit] {
  background-color: #f26424;
  color: #fff;
}
.button.alt.button:link, input.alt[type=submit]:link, .button.alt.button:visited, input.alt[type=submit]:visited, .button.alt.button:hover, input.alt[type=submit]:hover, .button.alt.button:active, input.alt[type=submit]:active {
  color: #fff;
}
.button.alt.button:hover, input.alt[type=submit]:hover {
  background-color: #d64b0d;
}
.button.download, input.download[type=submit] {
  position: relative;
  padding-left: 25px;
  padding-right: 80px;
  text-align: left;
}
.button.download::after, input.download[type=submit]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  border-left: 1px solid currentColor;
  background-image: url("../images/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.button.download:hover, input.download[type=submit]:hover {
  background-color: inherit;
  color: inherit;
}
.button.with-icon, input.with-icon[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
}
.button.with-icon svg, input.with-icon[type=submit] svg {
  flex-shrink: 0;
}
.button.full, input.full[type=submit] {
  width: 100%;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -7.5px;
}
.button-row .button, .button-row input[type=submit],
.button-row a {
  margin: 7.5px;
}
.button-row.blocked .button, .button-row.blocked input[type=submit],
.button-row.blocked a {
  width: 100%;
}
.button-row.centered {
  justify-content: center;
}
.button-row + p {
  margin-top: 10px;
}

.swiper .swiper-slide {
  display: flex;
  width: 100%;
  height: auto;
}
.swiper.variable .swiper-slide {
  width: 406px;
}

.swiper-button {
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background-color: #cccbcb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  outline: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 2;
}
.swiper-button.previous {
  left: 25px;
  background-image: url("../images/arrow-left-black.svg");
}
.swiper-button.next {
  right: 25px;
  background-image: url("../images/arrow-right-black.svg");
}
.swiper-button.swiper-button-disabled {
  opacity: 0;
}

.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 15px;
  padding: clamp(1.5rem, 1.143rem + 0.952vw, 2rem) 1.5rem;
  width: 100%;
  z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 37px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #222;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222;
}
.swiper-pagination.static {
  position: relative;
  margin-top: 1.5rem;
  padding: 0;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}

@media (min-width: 1200px) {
  .swiper.cycling-cards .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .swiper.cycling-cards .swiper-slide {
    flex: 1 1 0;
    width: 0;
    max-width: 430px;
    height: 430px;
    transition: flex 0.5s ease;
  }
  .swiper.cycling-cards .swiper-slide .card {
    width: 100%;
  }
  .swiper.cycling-cards .swiper-slide .text {
    opacity: 0;
    visibility: hidden;
  }
  .swiper.cycling-cards .swiper-slide h4 {
    font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
  }
  .swiper.cycling-cards .swiper-slide.card-active {
    flex: 0 1 430px;
  }
  .swiper.cycling-cards .swiper-slide.card-active .text {
    opacity: 1;
    visibility: visible;
    transition: visibility 1s, opacity 1s;
  }
  .swiper.mosaic .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .swiper.mosaic .swiper-slide:nth-child(1), .swiper.mosaic .swiper-slide:nth-child(2) {
    width: calc(50% - 10px);
  }
  .swiper.mosaic .swiper-slide:nth-child(1) .card.product-category, .swiper.mosaic .swiper-slide:nth-child(2) .card.product-category {
    aspect-ratio: 1/0.65;
  }
  .swiper.mosaic .swiper-slide:nth-child(n+3) {
    width: calc(25% - 15px);
  }
  .swiper.grid .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .swiper.grid .swiper-slide {
    width: calc(33.333333% - 13.333333px);
  }
  .swiper.grid.sm .swiper-slide {
    width: calc(25% - 15px);
  }
}
@media (max-width: 767px) {
  .swiper-button {
    display: none;
  }
  .swiper.variable .swiper-slide {
    width: 85%;
  }
}
.marquee {
  position: relative;
  display: flex;
  gap: var(--marquee-gap);
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.marquee .marquee-content {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  gap: var(--marquee-gap);
  list-style: none;
  animation: scroll linear infinite;
}
.marquee .marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  aspect-ratio: 250/115;
  padding: 1.125rem;
  border-radius: 8px;
  background-color: #fff;
}
.marquee .marquee-item img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.marquee.paused .marquee-content {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--marquee-gap)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-content {
    animation-play-state: paused;
  }
}
label {
  display: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select,
textarea {
  margin-bottom: 25px;
  padding: 14px 20px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #5a5555;
  font: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding: 0 52px 0 20px;
  height: 55px;
  background-color: #fff;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
  color: #5a5555;
  cursor: pointer;
}
select.selected {
  color: #222;
}
select::-ms-expand {
  display: none;
}

textarea {
  height: 175px;
  resize: none;
}

::-webkit-input-placeholder {
  color: #5a5555;
}

:-moz-placeholder {
  color: #5a5555;
  opacity: 1;
}

::-moz-placeholder {
  color: #5a5555;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #5a5555;
}

::-ms-input-placeholder {
  color: #5a5555;
}

input[type=submit] {
  border: 0;
  background-color: #f26424;
  color: #fff;
  font: inherit;
  line-height: 1.2;
  font-weight: 700;
}
input[type=submit].button:link, input[type=submit]:link, input[type=submit].button:visited, input[type=submit]:visited, input[type=submit].button:hover, input[type=submit]:hover, input[type=submit].button:active, input[type=submit]:active {
  color: #fff;
}
input[type=submit].button:hover, input[type=submit]:hover {
  background-color: #d64b0d;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

form > label:first-of-type {
  margin-top: 0;
}

.gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gform_fields li {
  margin-bottom: 0;
}
.gform_wrapper .gform_fields .gfield .gfield_label_before_complex {
  display: none;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox,
.gform_wrapper .gform_fields .gfield .gfield_radio,
.gform_wrapper .gform_fields .gfield .ginput_container_consent {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox li,
.gform_wrapper .gform_fields .gfield .gfield_radio li,
.gform_wrapper .gform_fields .gfield .ginput_container_consent li {
  margin-bottom: 0;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox input,
.gform_wrapper .gform_fields .gfield .gfield_radio input,
.gform_wrapper .gform_fields .gfield .ginput_container_consent input {
  display: none;
  float: left;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_radio label,
.gform_wrapper .gform_fields .gfield .ginput_container_consent label {
  display: block;
  margin: 0;
  padding: 5px 0 5px 30px;
  background: url("../images/checkbox-unticked.svg") left 6px no-repeat;
  background-size: 20px;
  font-weight: normal;
  cursor: pointer;
  clear: none;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox input:checked + label,
.gform_wrapper .gform_fields .gfield .gfield_radio input:checked + label,
.gform_wrapper .gform_fields .gfield .ginput_container_consent input:checked + label {
  background-image: url("../images/checkbox-ticked.svg");
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox li:last-child,
.gform_wrapper .gform_fields .gfield .gfield_radio li:last-child,
.gform_wrapper .gform_fields .gfield .ginput_container_consent li:last-child {
  padding-bottom: 0;
}
.gform_wrapper .gform_fields .gfield .gfield_description {
  font-size: 1rem;
}
.gform_wrapper .gform_fields .gfield .gfield_description + .gfield_checkbox,
.gform_wrapper .gform_fields .gfield .gfield_description + .gfield_radio,
.gform_wrapper .gform_fields .gfield .gfield_description + .ginput_container_consent {
  margin-top: 10px;
}
.gform_wrapper .gform_fields .gfield .ginput_recaptcha {
  margin-bottom: 25px;
}
.gform_wrapper .gform_fields .gfield.gfield_contains_required .gfield_required {
  margin-left: 5px;
  color: #dc3545;
}
.gform_wrapper .gform_fields .gfield.gfield_contains_required .ginput_complex label::after {
  content: "*";
  margin-left: 5px;
  color: #dc3545;
}
.gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}
.gform_wrapper .gform_fields .validation_message {
  display: block;
  margin: -15px 0 25px;
  color: #dc3545;
  font-size: 1rem;
}
.gform_wrapper .validation_error,
.gform_wrapper .gform_submission_error {
  color: #dc3545;
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
}
.gform_wrapper .gform_ajax_spinner {
  display: none;
}

.woocommerce form label {
  display: block;
  margin-bottom: 8px;
}
.woocommerce form label .required {
  display: none;
}
.woocommerce form input[type=text] + span > em,
.woocommerce form input[type=email] + span > em,
.woocommerce form input[type=tel] + span > em,
.woocommerce form input[type=password] + span > em,
.woocommerce form select + span > em,
.woocommerce form textarea + span > em {
  display: block;
  margin-top: -1.125rem;
  margin-bottom: 1.125rem;
  font-size: 1rem;
}
.woocommerce form .form-row {
  margin: 0;
}
.woocommerce form .checkbox input,
.woocommerce form .woocommerce-form__label-for-checkbox input {
  display: none;
}
.woocommerce form .checkbox input + span,
.woocommerce form .woocommerce-form__label-for-checkbox input + span {
  display: block;
  margin: 0;
  padding: 5px 0 5px 30px;
  background: url("../images/checkbox-unticked.svg") left 6px no-repeat;
  background-size: 20px;
  font-weight: normal;
  cursor: pointer;
  clear: none;
}
.woocommerce form .checkbox input:checked + span,
.woocommerce form .woocommerce-form__label-for-checkbox input:checked + span {
  background-image: url("../images/checkbox-ticked.svg");
}
.woocommerce form .select2-selection {
  margin-bottom: 25px;
  height: 55px;
  border-color: #5a5555;
  border-radius: 8px;
}
.woocommerce form .select2-selection .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 52px 0 20px;
}
.woocommerce form .select2-selection .select2-selection__arrow {
  width: 55px;
  height: 55px;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}
.woocommerce form .select2-selection .select2-selection__arrow b {
  display: none;
}
.woocommerce form button[type=submit] {
  background-color: #f26424;
  color: #fff;
}
.woocommerce form button[type=submit].button:link, .woocommerce form button[type=submit].button:visited, .woocommerce form button[type=submit].button:hover, .woocommerce form button[type=submit].button:active {
  color: #fff;
}
.woocommerce form button[type=submit].button:hover {
  background-color: #d64b0d;
}
.woocommerce table .button, .woocommerce table input[type=submit],
.woocommerce table button[type=submit] {
  padding: 0;
  background: none;
  text-decoration: underline;
  background-color: transparent;
  color: #222;
}
.woocommerce table .button a, .woocommerce table input[type=submit] a,
.woocommerce table .button a:link,
.woocommerce table .button a:visited,
.woocommerce table .button a:hover,
.woocommerce table .button a:active, .woocommerce table .button:link, .woocommerce table input[type=submit]:link, .woocommerce table .button:visited, .woocommerce table input[type=submit]:visited, .woocommerce table .button:hover, .woocommerce table input[type=submit]:hover, .woocommerce table .button:active, .woocommerce table input[type=submit]:active,
.woocommerce table button[type=submit] a,
.woocommerce table button[type=submit] a:link,
.woocommerce table button[type=submit] a:visited,
.woocommerce table button[type=submit] a:hover,
.woocommerce table button[type=submit] a:active,
.woocommerce table button[type=submit]:link,
.woocommerce table button[type=submit]:visited,
.woocommerce table button[type=submit]:hover,
.woocommerce table button[type=submit]:active {
  text-decoration: underline;
}
.woocommerce table .button.button:link, .woocommerce table input[type=submit]:link, .woocommerce table .button.button:visited, .woocommerce table input[type=submit]:visited, .woocommerce table .button.button:hover, .woocommerce table input[type=submit]:hover, .woocommerce table .button.button:active, .woocommerce table input[type=submit]:active,
.woocommerce table button[type=submit].button:link,
.woocommerce table button[type=submit].button:visited,
.woocommerce table button[type=submit].button:hover,
.woocommerce table button[type=submit].button:active {
  color: #222;
}
.woocommerce table .button.button:hover, .woocommerce table input[type=submit]:hover,
.woocommerce table button[type=submit].button:hover {
  background-color: rgba(0, 0, 0, 0);
}
.woocommerce table .button:disabled, .woocommerce table input[type=submit]:disabled,
.woocommerce table button[type=submit]:disabled {
  opacity: 0.5;
}

.select2-dropdown {
  margin-top: -25px;
  border-color: #222;
}
.select2-dropdown input[type=text] {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  select {
    height: 52px;
  }
  .woocommerce form .select2-selection {
    height: 52px;
  }
  .woocommerce form .select2-selection .select2-selection__arrow {
    width: 52px;
    height: 52px;
  }
}
ul.social {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social li {
  margin-bottom: 0;
}
ul.social li {
  margin: 0;
}
ul.social li a {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
ul.social li a a,
ul.social li a a:link,
ul.social li a a:visited,
ul.social li a a:hover,
ul.social li a a:active, ul.social li a:link, ul.social li a:visited, ul.social li a:hover, ul.social li a:active {
  text-decoration: none;
}
ul.social li a.linkedin {
  background-image: url("../images/linkedin-fill.svg");
}
ul.social li a.twitter {
  background-image: url("../images/twitter-fill.svg");
}
ul.social li a.facebook {
  background-image: url("../images/facebook-fill.svg");
}
ul.social li a.instagram {
  background-image: url("../images/instagram-fill.svg");
}
ul.social li + li {
  margin-left: 1.125rem;
}
ul.articles {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.125rem;
}
ul.articles li {
  margin-bottom: 0;
}
ul.articles li span {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
}
ul.articles li + li {
  margin-top: 1.125rem;
}

.statistics {
  display: flex;
}
.statistics .statistic {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}
.statistics .statistic .number {
  color: #19aebe;
  font-size: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  font-weight: 700;
}

.downloads {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 300px;
}
.downloads li {
  margin-bottom: 0;
}
.downloads li a {
  display: block;
  text-decoration: none;
}
.downloads li a a,
.downloads li a a:link,
.downloads li a a:visited,
.downloads li a a:hover,
.downloads li a a:active, .downloads li a:link, .downloads li a:visited, .downloads li a:hover, .downloads li a:active {
  text-decoration: none;
}
.downloads li + li {
  margin-top: 8px;
}

.product-downloads .item {
  display: flex;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #5a5555;
}
.product-downloads .item .text {
  display: flex;
  flex-direction: column;
  padding-right: 1.125rem;
  width: 50%;
}
.product-downloads .item .text h3 {
  margin-bottom: 10px;
}
.product-downloads .item .text .category {
  margin-bottom: 1.125rem;
  font-size: 1rem;
}
.product-downloads .item .text .link {
  align-self: flex-start;
  margin-top: auto;
}
.product-downloads .item .downloads {
  width: 50%;
}
.product-downloads .item .downloads li a {
  display: inline-block;
  padding-left: 28px;
  background-image: url("../images/download.svg");
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 20px 20px;
}
.product-downloads .item + .item {
  margin-top: 1.125rem;
}

.content-sections .section + .section {
  margin-top: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
}
.content-sections .section + .section.lg {
  margin-top: clamp(2rem, 0.571rem + 3.81vw, 4rem);
}

@media (max-width: 991px) {
  .statistics .statistic .number::before {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .statistics {
    display: block;
  }
  .statistics .statistic .number::before {
    width: 30px;
    height: 30px;
  }
  .statistics .statistic + .statistic {
    margin-top: 10px;
  }
  .product-downloads .item {
    display: block;
  }
  .product-downloads .item .text {
    padding: 0;
    width: 100%;
  }
  .product-downloads .item .downloads {
    margin-top: 1.125rem;
    width: 100%;
  }
}
.card {
  position: relative;
  width: 100%;
  text-decoration: none;
}
.card a,
.card a:link,
.card a:visited,
.card a:hover,
.card a:active, .card:link, .card:visited, .card:hover, .card:active {
  text-decoration: none;
}
.card a {
  text-decoration: none;
}
.card a a,
.card a a:link,
.card a a:visited,
.card a a:hover,
.card a a:active, .card a:link, .card a:visited, .card a:hover, .card a:active {
  text-decoration: none;
}
.card .category {
  display: block;
}
.card.post, .card.product, .card.page {
  margin-bottom: 19px;
  border-radius: 14px;
  background: linear-gradient(97.1deg, rgba(255, 255, 255, 0.37) 1.69%, rgba(255, 255, 255, 0.255) 106.26%);
  box-shadow: 4px 7px 19px 0px rgba(0, 0, 0, 0.0784313725);
}
.card.post .image, .card.product .image, .card.page .image {
  margin-bottom: 1.5rem;
  border-radius: 8px;
}
.card.post .image + hr, .card.product .image + hr, .card.page .image + hr {
  margin-top: 0;
}
.card.post .text, .card.product .text, .card.page .text {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
}
.card.post .text h4, .card.product .text h4, .card.page .text h4 {
  margin-bottom: 0;
}
.card.post .text p:last-of-type, .card.product .text p:last-of-type, .card.page .text p:last-of-type {
  margin-bottom: 0;
}
.card.post {
  display: flex;
  gap: 1.125rem;
  padding: 1.125rem;
}
.card.post .image {
  margin: 0;
  width: 50%;
}
.card.post .text {
  align-items: flex-start;
  gap: 1.5rem;
}
.card.post .text .meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #5a5555;
  font-size: 0.75rem;
}
.card.post .text .details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  font-size: 0.875rem;
}
.card.post .text h4 {
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
}
.card.post .text .button, .card.post .text input[type=submit] {
  margin-top: auto;
}
.card.product {
  display: flex;
  flex-direction: column;
  padding: 1.125rem;
}
.card.product .image {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.card.product .image img {
  flex: none;
}
.card.product .text {
  flex: 1 0 auto;
  font-size: 1rem;
  text-align: center;
}
.card.product .text h4 {
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
}
.card.product .text .price {
  display: inline-block;
  margin-top: auto;
  color: #5a5555;
  font-size: 1rem;
  font-weight: 700;
}
.card.product.bundle.lg {
  flex-direction: row;
}
.card.product.bundle.lg .image {
  flex: none;
  width: 35%;
  margin-bottom: 0;
  margin-right: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
}
.card.product.bundle.lg .text {
  flex: auto;
  align-self: center;
  text-align: left;
}
.card.product.bundle.lg .text h4 {
  font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem);
}
.card.product.bundle.lg .text .price {
  color: #222;
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
  font-weight: 400;
  font-style: italic;
}
.card.product.bundle.lg + .lg {
  margin-top: 1.5rem;
}
.card.sport {
  display: flex;
  flex-direction: column;
}
.card.sport .text {
  flex: 1;
  padding: 0 clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
  text-align: center;
}
.card.sport .image {
  margin-top: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  border-radius: 30px;
}
.card.sport-category, .card.product-category {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1.15;
  border-radius: 14px;
  overflow: hidden;
}
.card.sport-category img, .card.product-category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.sport-category .text, .card.product-category .text {
  position: relative;
  flex: 1;
  padding: 1.5rem;
  font-size: 1rem;
}
.card.sport-category.alt {
  aspect-ratio: 1/1.25;
}
.card.sport-category.alt .description {
  opacity: 0;
  visibility: hidden;
}
.card.sport-category.alt:hover .text {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.card.sport-category.alt:hover .description {
  opacity: 1;
  visibility: visible;
}
.card.product-category {
  border-radius: 30px;
}
.card.product-category .text {
  color: #5a5555;
}
.card.product-category h4 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 8px;
  background: linear-gradient(97.1deg, rgba(255, 255, 255, 0.37) 1.69%, rgba(255, 255, 255, 0.255) 106.26%);
}
.card.product-category .description,
.card.product-category .arrow-link span {
  opacity: 0;
  visibility: hidden;
}
.card.product-category .arrow-link {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.card.product-category .arrow-link svg {
  flex-shrink: 0;
}
.card.product-category:hover .text {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.card.product-category:hover h4 {
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: clamp(1.25rem, 0.893rem + 0.952vw, 1.75rem);
}
.card.product-category:hover .description,
.card.product-category:hover .arrow-link span {
  opacity: 1;
  visibility: visible;
}
.card.product-category.contrast .text {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 50%);
}
.card.product-category.contrast h4 {
  background: linear-gradient(97.1deg, rgba(255, 255, 255, 0.7) 1.69%, rgba(255, 255, 255, 0.5) 106.26%);
}
.card.product-category.contrast:hover .text {
  background: rgba(255, 255, 255, 0.4);
}
.card.product-category.contrast:hover h4 {
  background: transparent;
}
.card.page {
  display: flex;
  flex-direction: column;
  padding: 1.125rem;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.card.page .image {
  flex: none;
}
.card.page .text {
  flex: 1 0 auto;
  margin-bottom: 1.5rem;
}
.card.page .text h4 {
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
}
.card.page .button, .card.page input[type=submit] {
  align-self: flex-start;
}
.card.testimonial {
  margin-bottom: 22px;
  padding: clamp(3rem, 0.857rem + 5.714vw, 6rem);
  border-radius: 20px;
  background-image: url("../images/backgrounds/testimonial-top.png"), url("../images/backgrounds/testimonial-bottom.png"), linear-gradient(97.1deg, rgba(255, 255, 255, 0.37) 1.69%, rgba(255, 255, 255, 0.255) 106.26%);
  background-repeat: no-repeat;
  background-position: top right, bottom left, center;
  background-size: 8%, 8%, cover;
  box-shadow: 0px 2px 22.5px 0px rgba(0, 0, 0, 0.0509803922);
}
.card.testimonial .quote {
  text-align: center;
  font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem);
  font-style: italic;
}
.card.testimonial .author {
  display: flex;
  justify-content: center;
  gap: 1.125rem;
  margin-top: clamp(2rem, 1.286rem + 1.905vw, 3rem);
}
.card.testimonial .author img {
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 5px;
  max-width: 100px;
  max-height: 50px;
}
.card.testimonial .author .text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.card.testimonial .author .name {
  color: #f26424;
  font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem);
  font-weight: 700;
}
.card.testimonial .author .role {
  color: #3D65B0;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 10%;
}
.card.feature {
  padding: 1.5rem;
  border-radius: 14px;
}
.card.feature .image {
  margin-bottom: 1.5rem;
}
.card.feature .text p:last-of-type {
  margin-bottom: 0;
}
.card.feature.sm {
  padding: 1.125rem;
}
.card.polaroid {
  border-radius: 14px;
  background-color: #F5F5F5;
  overflow: hidden;
}
.card.polaroid .text {
  padding: 1.125rem;
}
.card.polaroid .text p:last-of-type {
  margin-bottom: 0;
}
.card.scheme-blue {
  background-color: #E2E9F5;
}
.card.scheme-blue:nth-of-type(even) {
  background-color: #C5D2EB;
}
.card.scheme-grey {
  background: linear-gradient(to bottom right, #F5F5F5, rgba(255, 255, 255, 0));
}
.card.scheme-grey:nth-of-type(even) {
  background: linear-gradient(to bottom right, #E7E7E7, rgba(255, 255, 255, 0));
}
.card.scheme-blue-grey {
  background: linear-gradient(to bottom right, #F5F5F5, rgba(255, 255, 255, 0));
}
.card.scheme-blue-grey:nth-of-type(even) {
  background: #E2E9F5;
}

.card-grid {
  display: grid;
  gap: 1.125rem;
}
.card-grid.two-col {
  grid-template-columns: 1fr 1fr;
}
.card-grid.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}
.card-grid.four-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.card-grid.two-col-uneven {
  grid-template-columns: 1.5fr 1fr;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .card.product.bundle.lg .text p {
    display: none;
  }
  .card.product-category {
    aspect-ratio: 1/1.15;
  }
  .card.testimonial {
    padding: 1.5rem;
  }
  .card-grid.three-col, .card-grid.four-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .card.post {
    flex-direction: column;
  }
  .card.post .image {
    width: 100%;
    aspect-ratio: 100/65;
  }
  .card.product .text p {
    display: none;
  }
  .card.testimonial .author img {
    max-width: 50px;
  }
  .card-grid.two-col, .card-grid.three-col, .card-grid.four-col, .card-grid.two-col-uneven {
    grid-template-columns: 1fr;
  }
}
.cta.image-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.box {
  padding: clamp(1.5rem, 1.143rem + 0.952vw, 2rem) clamp(2rem, 1.286rem + 1.905vw, 3rem);
  border-radius: 20px;
}
.box.lg {
  padding: clamp(3rem, 0.857rem + 5.714vw, 6rem) calc(clamp(3rem, 0.857rem + 5.714vw, 6rem) * 2);
  border-radius: 30px;
}
.box.glass {
  position: relative;
  background: linear-gradient(97.1deg, rgba(255, 255, 255, 0.37) 1.69%, rgba(255, 255, 255, 0.255) 106.26%);
  box-shadow: 6px 8px 29px 0px rgba(0, 0, 0, 0.0784313725);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  overflow: hidden;
}
.box.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* control the border thickness */
  border-radius: 30px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.box.glass.orange-glass {
  background: linear-gradient(97.13deg, rgba(242, 100, 36, 0.1) -1.43%, rgba(242, 100, 36, 0) 111.71%);
  box-shadow: 6px 8px 29px 0px rgba(0, 0, 0, 0.0784313725);
}
.box.glass.orange-glass::before {
  background: linear-gradient(97.79deg, rgba(242, 100, 36, 0.2) -0.23%, rgba(242, 100, 36, 0) 100.59%);
}

@media (max-width: 991px) {
  .box.lg {
    padding: clamp(3rem, 0.857rem + 5.714vw, 6rem);
  }
}
.accordion {
  position: relative;
  padding-bottom: 114px;
}
.accordion .accordion-row {
  border-top: 1px solid #f26424;
  border-bottom: 1px solid #f26424;
}
.accordion .accordion-row + .accordion-row {
  margin-top: 1.125rem;
}
.accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.125rem 0;
  color: #f26424;
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
  font-weight: 700;
  cursor: pointer;
}
.accordion .accordion-header svg {
  flex-shrink: 0;
  margin: 9px 1.125rem 0;
  transition: all 0.3s;
}
.accordion .accordion-header.open svg {
  transform: rotate(180deg);
}
.accordion .accordion-content {
  display: none;
  padding-bottom: 1.125rem;
  padding-right: 1.125rem;
}
.accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% - 25px);
  width: 278px;
  height: 320px;
  background-image: url("../images/backgrounds/faqs.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 991px) {
  .accordion {
    padding-bottom: 0;
  }
  .accordion::after {
    display: none;
  }
}
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10vh 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  overflow: auto;
  z-index: 200;
}
.modal .modal-content {
  position: relative;
  margin: 0;
  padding: clamp(3rem, 0.857rem + 5.714vw, 6rem) clamp(2rem, 0.571rem + 3.81vw, 4rem);
  max-width: calc(100% - 30px);
  width: 1200px;
  max-height: 80vh;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  overflow-y: auto;
}
.modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: 40px;
  height: 40px;
  outline: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../images/close-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 1;
}
.modal.open {
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
}
.modal#added-to-basket .modal-content {
  padding: 1.5rem;
  width: 300px;
  text-align: center;
}
.modal#added-to-basket .modal-content img {
  margin-bottom: 10px;
  width: 50px;
}
.modal#added-to-basket .modal-content .button, .modal#added-to-basket .modal-content input[type=submit] {
  width: 100%;
}
.modal#added-to-basket .modal-content .button + .button, .modal#added-to-basket .modal-content input[type=submit] + .button, .modal#added-to-basket .modal-content .button + input[type=submit], .modal#added-to-basket .modal-content input[type=submit] + input[type=submit] {
  margin-top: 1.125rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #f9f9f9;
  font-weight: 700;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
.pagination .page-numbers a,
.pagination .page-numbers a:link,
.pagination .page-numbers a:visited,
.pagination .page-numbers a:hover,
.pagination .page-numbers a:active, .pagination .page-numbers:link, .pagination .page-numbers:visited, .pagination .page-numbers:hover, .pagination .page-numbers:active {
  color: #5a5555;
}
.pagination .page-numbers a,
.pagination .page-numbers a:link,
.pagination .page-numbers a:visited,
.pagination .page-numbers a:hover,
.pagination .page-numbers a:active, .pagination .page-numbers:link, .pagination .page-numbers:visited, .pagination .page-numbers:hover, .pagination .page-numbers:active {
  text-decoration: none;
}
.pagination .page-numbers.current {
  border-color: #222;
  background-color: transparent;
  color: #222;
}
.pagination .page-numbers.current a,
.pagination .page-numbers.current a:link,
.pagination .page-numbers.current a:visited,
.pagination .page-numbers.current a:hover,
.pagination .page-numbers.current a:active, .pagination .page-numbers.current:link, .pagination .page-numbers.current:visited, .pagination .page-numbers.current:hover, .pagination .page-numbers.current:active {
  color: #222;
}
.pagination .page-numbers.current:hover {
  background-color: transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 20px;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background-color: transparent;
}
.pagination .page-numbers.prev {
  background-image: url("../images/arrow-left-black.svg");
}
.pagination .page-numbers.next {
  background-image: url("../images/arrow-right-black.svg");
}
.pagination .page-numbers:hover {
  background-color: #ececec;
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    width: 30px;
    height: 30px;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    width: 15px;
  }
}
.header.animated .title {
  opacity: 0;
  animation: fadeIn 1s forwards;
}
.header.animated .text {
  padding-bottom: 1.125rem;
  transform: translateY(50px);
  opacity: 0;
  animation: slideIn 0.75s forwards, fadeIn 1s forwards;
}
.header.banner, .header.slides {
  margin: 0;
}
.header.banner .container, .header.slides .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
  padding-top: 1.5rem;
  padding-bottom: 1.125rem;
  overflow: hidden;
}
.header.banner .title, .header.slides .title {
  margin-bottom: 0;
}
.header.banner .title .subtitle, .header.slides .title .subtitle {
  color: #222;
  font-style: italic;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.header.banner .text, .header.slides .text {
  flex-shrink: 0;
  width: 20%;
}
.header.banner .media, .header.slides .media {
  border-radius: 30px;
  overflow: hidden;
}
.header.banner .media {
  aspect-ratio: 1440/280;
  min-height: 165px;
}
.header.banner.small {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.header.banner.small .container {
  flex-direction: column;
  align-items: center;
  margin-top: clamp(3rem, 0.857rem + 5.714vw, 6rem);
  padding-top: 0;
  padding-bottom: 0;
  width: 65%;
}
.header.banner.small .title h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  font-weight: 700;
}
.header.banner.small .text {
  width: 100%;
}
.header.banner.small .media {
  order: -1;
  border-radius: 0;
  aspect-ratio: 1440/200;
}
.header.banner.small.post .container {
  gap: clamp(2rem, 1.286rem + 1.905vw, 3rem);
  margin-top: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  width: 100%;
}
.header.banner.small.post .title h1 {
  font-size: clamp(1.75rem, 0.857rem + 2.381vw, 3rem);
}
.header.banner.small.post .details {
  width: 100%;
  text-align: right;
  color: #5a5555;
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
}
.header.banner.large .media {
  aspect-ratio: 1440/700;
  min-height: 235px;
}
.header.banner.restricted {
  margin: 0 auto;
  max-width: 1310px;
}
.header.slides .swiper-slide > a {
  width: 100%;
}
.header.slides .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header.slides .container {
  flex: 1;
}
.header.slides .title,
.header.slides .text {
  animation: none;
}
.header.slides .image {
  aspect-ratio: 1440/700;
  min-height: 235px;
}
.header.slides .swiper-slide-active .title {
  animation: fadeIn 1s forwards;
}
.header.slides .swiper-slide-active .text {
  animation: slideIn 0.75s forwards, fadeIn 1s forwards;
}
.header.split {
  overflow: hidden;
  margin-top: clamp(2rem, 0.571rem + 3.81vw, 4rem);
}
.header.split .row {
  align-items: center;
}
.header.split .media {
  aspect-ratio: 1/1;
  margin-left: -70px;
  width: calc(100% + 70px);
  border-radius: 20px;
  overflow: hidden;
}
.header.split .media img,
.header.split .media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header.split .content {
  padding-left: 1.5rem;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  to {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .header.animated .text {
    font-style: italic;
  }
  .header.banner .container, .header.slides .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
  }
  .header.banner .title, .header.slides .title {
    flex: 1;
  }
  .header.banner .title h1,
  .header.banner .title h2, .header.slides .title h1,
  .header.slides .title h2 {
    margin-bottom: 0;
    font-weight: 700;
  }
  .header.banner .text, .header.slides .text {
    width: 100%;
  }
  .header.banner .media, .header.slides .media {
    border-radius: 14px;
  }
  .header.banner.small .container {
    width: 100%;
  }
  .header.banner.small.post .container {
    gap: 1.5rem;
  }
  .header.banner.small.post .details {
    text-align: center;
  }
  .header.split .media {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .header.split .content {
    padding: 0;
  }
  .header.split .title h1 {
    font-weight: 700;
  }
  .header.split .text {
    font-style: normal;
  }
}
.offset-text {
  display: flex;
}
.offset-text .left {
  margin-left: 10%;
  padding-bottom: 12%;
  width: 60%;
}
.offset-text .right {
  align-self: flex-end;
  margin-left: -12%;
  width: 42%;
}
.offset-text .button, .offset-text input[type=submit] {
  margin-top: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
  width: 72%;
}

.clip-wrapper {
  position: relative;
}
.clip-wrapper .clip-svg {
  position: absolute;
  width: 0;
  height: 0;
}
.clip-wrapper .clipped {
  width: 100%;
  aspect-ratio: 1/0.75;
  background-size: cover;
  clip-path: url(#svg-clip-path);
}
.clip-wrapper .rainbow-border {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 80%, 80% 80%);
}
.clip-wrapper .rainbow-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* control the border thickness */
  border-radius: 1.5em;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: linear-gradient(224.99deg, #EF4669 20.33%, #F99D3E 32.35%, #79CED9 52.86%, #71CCDA 55.69%, #5CC6DD 59.93%, #3BBDE3 64.88%, #29B9E7 67%, #2AB1E2 69.83%, #2F9CD4 74.07%, #367BBE 79.02%, #3C65B0 81.85%);
}

.text-image.split {
  overflow: hidden;
}
.text-image.split .row {
  align-items: center;
}
.text-image.split .image {
  aspect-ratio: 1/1;
  margin-left: -70px;
  width: calc(100% + 70px);
  border-radius: 20px;
  overflow: hidden;
}
.text-image.split .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-image.split .text {
  padding-left: 1.5rem;
}
.text-image.split.image-right .row {
  flex-direction: row-reverse;
}
.text-image.split.image-right .image {
  margin-left: 0;
  margin-right: -70px;
}
.text-image.split.image-right .text {
  padding-left: 0;
  padding-right: 1.5rem;
}

@media (max-width: 991px) {
  .offset-text {
    flex-direction: column-reverse;
    gap: 1.5rem;
    text-align: center;
  }
  .offset-text .left {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .offset-text .right {
    margin: 0 -15px;
    padding: 0;
    width: calc(100% + 30px);
  }
  .offset-text .button, .offset-text input[type=submit] {
    margin-top: 0;
    width: auto;
  }
  .offset-text .clipped {
    border-radius: 30px;
    clip-path: none;
  }
  .offset-text .rainbow-border {
    display: none;
  }
  .text-image.split .image {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .text-image.split .text {
    padding: 0;
  }
  .text-image.split.image-right .image {
    margin: 0 -15px;
  }
  .text-image.split.image-right .text {
    padding: 0;
  }
}
.quote .small {
  margin-bottom: 10px;
}
.quote .content {
  font-size: clamp(1.25rem, 0.893rem + 0.952vw, 1.75rem);
  font-weight: 700;
}
.quote .details {
  margin-top: 1.125rem;
  font-size: 0.875rem;
}
.quote .details .author {
  font-weight: 700;
}
.quote .details img {
  display: block;
  margin-top: 10px;
  max-height: 70px;
}

.filters {
  margin: clamp(2rem, 0.571rem + 3.81vw, 4rem) 0;
}
.filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filters ul li {
  margin-bottom: 0;
}
.filters a {
  text-decoration: none;
}
.filters a a,
.filters a a:link,
.filters a a:visited,
.filters a a:hover,
.filters a a:active, .filters a:link, .filters a:visited, .filters a:hover, .filters a:active {
  text-decoration: none;
}
.filters.tiered {
  border-top: 1px solid #cccbcb;
  border-bottom: 1px solid #cccbcb;
}
.filters.tiered .container {
  position: relative;
  display: flex;
}
.filters.tiered .items,
.filters.tiered .list {
  display: none;
}
.filters.tiered .items {
  width: 100%;
}
.filters.tiered .top {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  background: none;
}
.filters.tiered .filter-btn {
  flex: none;
  display: flex;
  align-items: center;
  padding: 1.125rem;
  height: 100%;
}
.filters.tiered .filter-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/filters.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.filters.tiered .label {
  display: block;
  padding: 1.125rem 0;
  color: #222;
  background-repeat: no-repeat;
  cursor: pointer;
}
.filters.tiered .list a {
  text-decoration: none;
}
.filters.tiered .list a a,
.filters.tiered .list a a:link,
.filters.tiered .list a a:visited,
.filters.tiered .list a a:hover,
.filters.tiered .list a a:active, .filters.tiered .list a:link, .filters.tiered .list a:visited, .filters.tiered .list a:hover, .filters.tiered .list a:active {
  text-decoration: none;
}
.filters.tiered .list a a,
.filters.tiered .list a a:link,
.filters.tiered .list a a:visited,
.filters.tiered .list a a:hover,
.filters.tiered .list a a:active, .filters.tiered .list a:link, .filters.tiered .list a:visited, .filters.tiered .list a:hover, .filters.tiered .list a:active {
  color: #222;
}
.filters.tiered .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filters.tiered .list ul li {
  margin-bottom: 0;
}
.filters.tiered .list ul li {
  margin: 0;
}
.filters.tiered .list ul li a {
  display: flex;
  padding: 1.125rem 0;
}
.filters.tiered .list ul li a.selected {
  font-weight: 700;
}
.filters.taxonomy .top {
  display: none;
}
.filters.taxonomy ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px -15px;
}
.filters.taxonomy ul li {
  margin: 10px 15px;
}
.filters.taxonomy ul li a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 20px;
  background-color: #cccbcb;
  text-align: center;
  transition: all ease-in-out 0.2s;
}
.filters.taxonomy ul li a:hover {
  background-color: #b3b1b1;
}
.filters.taxonomy ul li a.selected {
  background-color: #223861;
}
.filters.taxonomy ul li a.selected a,
.filters.taxonomy ul li a.selected a:link,
.filters.taxonomy ul li a.selected a:visited,
.filters.taxonomy ul li a.selected a:hover,
.filters.taxonomy ul li a.selected a:active, .filters.taxonomy ul li a.selected:link, .filters.taxonomy ul li a.selected:visited, .filters.taxonomy ul li a.selected:hover, .filters.taxonomy ul li a.selected:active {
  color: #fff;
}
.filters.taxonomy ul li a.selected:hover {
  background-color: #15223b;
}
.filters + section {
  margin-top: 0;
}

@media (min-width: 992px) {
  .filters.tiered .items {
    display: flex;
  }
  .filters.tiered .label {
    padding: 15px 28px;
    height: 100%;
  }
  .filters.tiered .top {
    display: inline-block;
    width: auto;
  }
  .filters.tiered .filter-btn {
    font-size: 0;
    line-height: 0;
  }
  .filters.tiered .label {
    position: relative;
    padding-right: 48px;
    border-left: 1px solid #cccbcb;
    border-right: 1px solid #cccbcb;
    background-image: url("../images/chevron-down.svg");
    background-position: right 28px top 24px;
    background-size: 10px 6px;
  }
  .filters.tiered .label::after {
    display: none;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    width: 100%;
    height: 1px;
    background-color: #f9f9f9;
  }
  .filters.tiered .label.active {
    background-color: #f9f9f9;
    background-image: url("../images/chevron-up.svg");
  }
  .filters.tiered .label.active::after {
    display: block;
  }
  .filters.tiered .list {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    padding: clamp(2rem, 1.286rem + 1.905vw, 3rem);
    width: 100%;
    box-shadow: 4px 7px 19px 0px rgba(0, 0, 0, 0.0784313725);
    background-color: #f9f9f9;
    z-index: 2;
  }
  .filters.tiered .list ul {
    margin: -1.125rem -1.125rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .filters.tiered .list ul li {
    margin: 1.125rem 1.125rem;
    width: calc(25% - 1.5rem);
  }
  .filters.tiered .list ul li a {
    padding: 8px 0 0;
  }
}
@media (max-width: 991px) {
  .filters.tiered .items {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1.125rem;
    box-shadow: 4px 7px 19px 0px rgba(0, 0, 0, 0.0784313725);
    background-color: #fff;
    z-index: 2;
  }
  .filters.tiered .filter-btn {
    padding-left: 0;
    font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
    cursor: pointer;
  }
  .filters.tiered .label {
    padding-right: 14px;
    background-image: url("../images/chevron-right.svg");
    background-position: right 20.5px;
    background-size: 6px 10px;
  }
  .filters.tiered .list ul li {
    padding-left: 1.125rem;
  }
  .filters.tiered .list ul li a {
    padding: 10px 0;
  }
  .filters.tiered.active .items {
    display: block;
    margin-top: 1px;
  }
}
.product-summary h1 {
  font-size: clamp(1.5rem, 0.786rem + 1.905vw, 2.5rem);
}
.product-summary .woosb-products {
  margin-top: 1.5rem;
}
.product-summary .woosb-products::before {
  content: "In this system";
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.product-summary .woosb-products .woosb-thumb,
.product-summary .woosb-products .woosb-price {
  display: none;
}
.product-summary .product_meta {
  margin-bottom: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #5a5555;
}
.product-summary .product_meta a {
  margin-left: 3px;
  text-decoration: none;
}
.product-summary .product_meta a a,
.product-summary .product_meta a a:link,
.product-summary .product_meta a a:visited,
.product-summary .product_meta a a:hover,
.product-summary .product_meta a a:active, .product-summary .product_meta a:link, .product-summary .product_meta a:visited, .product-summary .product_meta a:hover, .product-summary .product_meta a:active {
  text-decoration: none;
}
.product-summary .sku_wrapper {
  display: block;
  margin-bottom: 1.125rem;
  font-weight: 700;
}
.product-summary .price {
  margin-top: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
  font-size: clamp(1.25rem, 0.893rem + 0.952vw, 1.75rem);
  font-weight: 700;
}
.product-summary .euro-price {
  padding-left: 50px;
  background-image: url("../images/eu-flag.png");
  background-repeat: no-repeat;
  background-position: top 2px left;
  background-size: 40px auto;
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
  font-weight: 700;
}
.product-summary .euro-price span {
  display: inline-block;
  font-size: 1rem;
}
.product-summary .cart {
  display: flex;
  margin-top: calc(35px + 1.125rem);
}
.product-summary .cart .quantity {
  flex: none;
  width: 80px;
}
.product-summary .cart .quantity label {
  display: block;
  margin-top: -35px;
  margin-bottom: 10px;
  height: 25px;
}
.product-summary .cart .quantity input {
  width: 100%;
  height: 100%;
}
.product-summary .cart .button, .product-summary .cart input[type=submit] {
  flex: 1;
  margin-left: 1.125rem;
}
.product-summary .recommended {
  padding: 1.125rem 1.125rem;
  border: 1px solid #5a5555;
  border-radius: 4px;
}
.product-summary .recommended h4 {
  margin-bottom: 5px;
}
.product-summary .social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-summary .social-links ul li {
  margin-bottom: 0;
}
.product-summary .social-links ul li {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.product-summary .social-links ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.9;
  transition: all 0.3s;
}
.product-summary .social-links ul li:hover a {
  opacity: 1;
}
.product-summary .social-links ul li + li {
  margin-left: 8px;
}
.product-summary .social-links ul li.email a {
  background-image: url("../images/email.svg");
}
.product-summary .social-links ul li.facebook a {
  background-image: url("../images/facebook.svg");
}
.product-summary .social-links ul li.linkedin a {
  background-image: url("../images/linkedin.svg");
}
.product-summary .social-links ul li.twitter a {
  background-image: url("../images/twitter-x.svg");
}
.product-summary .social-links ul li.pinterest a {
  background-image: url("../images/pinterest.svg");
}

.quantity input {
  padding: 16px;
  border: 1px solid #5a5555;
  border-radius: 4px;
  text-align: center;
  font: inherit;
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.gallery .swiper {
  width: 100%;
}
.gallery .swiper a {
  display: block;
  width: 100%;
}
.gallery .main-swiper::before {
  content: "";
  position: absolute;
  bottom: 1.125rem;
  right: 1.125rem;
  width: 25px;
  height: 25px;
  background-image: url("../images/zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.lightbox {
  top: 0 !important;
  padding: 10vh 0;
}
.lightbox .lb-cancel {
  background: url("../images/loading.gif") no-repeat;
}
.lightbox .lb-image {
  border-radius: 0;
}
.lightbox .lb-nav {
  pointer-events: none !important;
}
.lightbox .lb-nav a.lb-prev,
.lightbox .lb-nav a.lb-next {
  pointer-events: auto !important;
  position: absolute;
  top: 0;
  width: 20%;
  min-width: 40px;
  height: 100%;
  background: none;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.lightbox .lb-nav a.lb-prev {
  left: 0;
  background-image: url("../images/arrow-left-black.svg");
  background-position: 21px center;
}
.lightbox .lb-nav a.lb-next {
  right: 0;
  background-image: url("../images/arrow-right-black.svg");
  background-position: right 21px center;
}
.lightbox .lb-dataContainer {
  padding: 0;
}
.lightbox .lb-data {
  position: relative;
}
.lightbox .lb-data .lb-details {
  display: none;
}
.lightbox .lb-data .lb-close {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../images/close-white.svg") top right no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .gallery .main-swiper::before {
    width: 20px;
    height: 20px;
  }
}
.product-description .description h3,
.product-description .description h4 {
  margin-top: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
}
.product-description .description ul,
.product-description .description ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-description .description ul li,
.product-description .description ol li {
  margin-bottom: 0;
}
.product-description .description ul li + li,
.product-description .description ol li + li {
  margin-top: 8px;
}
.product-description .woocommerce-product-attributes,
.product-description .specification {
  text-align: left;
}
.product-description .woocommerce-product-attributes th,
.product-description .woocommerce-product-attributes td,
.product-description .specification th,
.product-description .specification td {
  vertical-align: top;
  padding: 12px 0;
  width: 50%;
}
.product-description .woocommerce-product-attributes th,
.product-description .specification th {
  padding-right: 1.125rem;
}
.product-description .woocommerce-product-attributes td,
.product-description .specification td {
  padding-left: 1.125rem;
}
.product-description .woocommerce-product-attributes tr:not(:first-child) th,
.product-description .woocommerce-product-attributes tr:not(:first-child) td,
.product-description .specification tr:not(:first-child) th,
.product-description .specification tr:not(:first-child) td {
  border-top: 1px solid #cccbcb;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0 0 1.5rem;
  padding: 8px 10px;
  border: 1px solid #5a5555;
  background-color: #f9f9f9;
}
.woocommerce-message .button, .woocommerce-message input[type=submit],
.woocommerce-info .button,
.woocommerce-info input[type=submit],
.woocommerce-error .button,
.woocommerce-error input[type=submit] {
  float: right;
  margin-left: 1.125rem;
  padding: 0;
  text-decoration: underline;
}
.woocommerce-message .button a, .woocommerce-message input[type=submit] a,
.woocommerce-message .button a:link,
.woocommerce-message .button a:visited,
.woocommerce-message .button a:hover,
.woocommerce-message .button a:active, .woocommerce-message .button:link, .woocommerce-message input[type=submit]:link, .woocommerce-message .button:visited, .woocommerce-message input[type=submit]:visited, .woocommerce-message .button:hover, .woocommerce-message input[type=submit]:hover, .woocommerce-message .button:active, .woocommerce-message input[type=submit]:active,
.woocommerce-info .button a,
.woocommerce-info input[type=submit] a,
.woocommerce-info .button a:link,
.woocommerce-info .button a:visited,
.woocommerce-info .button a:hover,
.woocommerce-info .button a:active,
.woocommerce-info .button:link,
.woocommerce-info input[type=submit]:link,
.woocommerce-info .button:visited,
.woocommerce-info input[type=submit]:visited,
.woocommerce-info .button:hover,
.woocommerce-info input[type=submit]:hover,
.woocommerce-info .button:active,
.woocommerce-info input[type=submit]:active,
.woocommerce-error .button a,
.woocommerce-error input[type=submit] a,
.woocommerce-error .button a:link,
.woocommerce-error .button a:visited,
.woocommerce-error .button a:hover,
.woocommerce-error .button a:active,
.woocommerce-error .button:link,
.woocommerce-error input[type=submit]:link,
.woocommerce-error .button:visited,
.woocommerce-error input[type=submit]:visited,
.woocommerce-error .button:hover,
.woocommerce-error input[type=submit]:hover,
.woocommerce-error .button:active,
.woocommerce-error input[type=submit]:active {
  text-decoration: underline;
}
.woocommerce-message > li,
.woocommerce-info > li,
.woocommerce-error > li {
  margin-left: 20px;
}

.woocommerce-error {
  border-color: #dc3545;
}

.tax_label,
.includes_tax {
  font-size: 0.75rem;
}

.includes_tax {
  display: block;
}

.woocommerce-price-suffix {
  font-size: 1rem;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.125rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccbcb;
}
.cart-header h1,
.cart-header h2 {
  margin-bottom: 0;
}
.cart-header .accepted-cards {
  flex: none;
  margin-left: 1.5rem;
}

.accepted-cards {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.accepted-cards ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 1.125rem;
}
.accepted-cards ul li {
  margin-bottom: 0;
}
.accepted-cards ul li {
  font-size: 0;
}
.accepted-cards ul li img {
  max-height: 24px;
}
.accepted-cards ul li + li {
  margin-left: 10px;
}

.woosb-item-child {
  display: none;
}

.woocommerce-cart-form table {
  width: 100%;
  text-align: left;
}
.woocommerce-cart-form table thead {
  background-color: #f9f9f9;
}
.woocommerce-cart-form table thead th {
  padding: 10px 0;
}
.woocommerce-cart-form table thead th:first-child {
  padding-left: 1.125rem;
}
.woocommerce-cart-form table thead th:last-child {
  padding-right: 1.125rem;
  text-align: right;
}
.woocommerce-cart-form table thead th.product-name {
  width: 50%;
}
.woocommerce-cart-form table tbody td {
  padding: 1.125rem 1.125rem 1.125rem 0;
  vertical-align: top;
}
.woocommerce-cart-form table tbody td:last-child {
  text-align: right;
}
.woocommerce-cart-form table tbody td.product-quantity .remove {
  display: none;
}
.woocommerce-cart-form table tbody td.actions {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart-form .cart_item .item-details {
  display: flex;
  font-weight: 700;
}
.woocommerce-cart-form .cart_item .item-details a {
  text-decoration: none;
}
.woocommerce-cart-form .cart_item .item-details a a,
.woocommerce-cart-form .cart_item .item-details a a:link,
.woocommerce-cart-form .cart_item .item-details a a:visited,
.woocommerce-cart-form .cart_item .item-details a a:hover,
.woocommerce-cart-form .cart_item .item-details a a:active, .woocommerce-cart-form .cart_item .item-details a:link, .woocommerce-cart-form .cart_item .item-details a:visited, .woocommerce-cart-form .cart_item .item-details a:hover, .woocommerce-cart-form .cart_item .item-details a:active {
  text-decoration: none;
}
.woocommerce-cart-form .cart_item .item-details img {
  flex: none;
  margin-right: 1.125rem;
  max-width: 170px;
}
.woocommerce-cart-form .cart_item .item-details .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
}
.woocommerce-cart-form .cart_item .item-details .text h4 {
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
}
.woocommerce-cart-form .cart_item .item-details .amount {
  margin-top: 1.125rem;
  font-size: 0.875rem;
}
.woocommerce-cart-form .cart_item + .cart_item td {
  border-top: 1px solid #cccbcb;
}
.woocommerce-cart-form .remove {
  display: inline-block;
  margin-top: auto;
  padding-top: 1.5rem;
  padding-left: 18px;
  background-image: url("../images/close-black.svg");
  background-repeat: no-repeat;
  background-position: left bottom 5px;
  background-size: 9px 9px;
  font-size: 0.875rem;
  font-weight: normal;
}
.woocommerce-cart-form .quantity label {
  display: none;
}
.woocommerce-cart-form .quantity input {
  padding: 10px;
  width: 60px;
  border: 1px solid #cccbcb;
  font-size: 0.875rem;
}
.woocommerce-cart-form .amount {
  font-weight: 700;
}

.cart-collaterals {
  padding: 1.125rem 0 1.5rem;
  border-top: 1px solid #cccbcb;
  border-bottom: 1px solid #cccbcb;
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
  font-weight: 700;
  text-align: right;
}
.cart-collaterals table {
  margin-left: auto;
}
.cart-collaterals table th,
.cart-collaterals table td {
  padding-left: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
  text-align: right;
}
.cart-collaterals table th span {
  font-size: 0.875rem;
}
.cart-collaterals .wc-proceed-to-checkout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.125rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cccbcb;
}

.cart-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -5px -10px;
  font-size: 0.875rem;
}
.cart-footer .footer-links li {
  margin-bottom: 0;
}
.cart-footer .footer-links li {
  margin: 5px 10px;
}
.cart-footer .footer-links li a {
  color: #5a5555;
}
.cart-footer .accepted-cards {
  flex: none;
}

.return-to-shop .button, .return-to-shop input[type=submit] {
  background-color: #f26424;
  color: #fff;
}
.return-to-shop .button.button:link, .return-to-shop input[type=submit]:link, .return-to-shop .button.button:visited, .return-to-shop input[type=submit]:visited, .return-to-shop .button.button:hover, .return-to-shop input[type=submit]:hover, .return-to-shop .button.button:active, .return-to-shop input[type=submit]:active {
  color: #fff;
}
.return-to-shop .button.button:hover, .return-to-shop input[type=submit]:hover {
  background-color: #d64b0d;
}

@media (max-width: 991px) {
  .accepted-cards ul {
    margin-left: 8px;
  }
  .accepted-cards ul li img {
    max-height: 20px;
  }
  .accepted-cards ul li + li {
    margin-left: 5px;
  }
  .woocommerce-cart-form table thead th.product-name {
    width: 65%;
  }
  .woocommerce-cart-form .cart_item .item-details img {
    max-width: 150px;
  }
  .woocommerce-cart-form .cart_item .item-details .remove {
    padding-top: 1.125rem;
  }
  .woocommerce-cart-form .quantity input {
    padding: 8px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .cart-header {
    display: block;
  }
  .cart-header h1,
  .cart-header h2 {
    display: block;
  }
  .cart-header .accepted-cards {
    display: none;
  }
  .woocommerce-cart-form table {
    width: 100%;
    text-align: left;
  }
  .woocommerce-cart-form table thead {
    display: none;
  }
  .woocommerce-cart-form table tbody td {
    display: block;
    padding: 10px 0;
  }
  .woocommerce-cart-form table tbody td.product-name .remove {
    display: none;
  }
  .woocommerce-cart-form table tbody td.product-quantity {
    padding-top: 5px;
    padding-left: calc(88px + 1.125rem);
  }
  .woocommerce-cart-form table tbody td.product-quantity .remove {
    display: inline-block;
    padding-top: 1.125rem;
  }
  .woocommerce-cart-form table tbody td.product-subtotal {
    display: none;
  }
  .woocommerce-cart-form .cart_item .item-details img {
    max-width: 88px;
  }
  .woocommerce-cart-form .cart_item + .cart_item td.product-quantity {
    border: 0;
  }
  .cart-collaterals {
    margin-top: 5px;
  }
  .cart-collaterals table th,
  .cart-collaterals table td {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .cart-collaterals table th .includes_tax,
  .cart-collaterals table td .includes_tax {
    display: inline;
  }
  .cart-collaterals table th:last-child,
  .cart-collaterals table td:last-child {
    padding-left: 0;
    text-align: center;
  }
  .cart-collaterals .wc-proceed-to-checkout {
    flex-wrap: wrap-reverse;
  }
  .cart-collaterals .wc-proceed-to-checkout .button, .cart-collaterals .wc-proceed-to-checkout input[type=submit] {
    width: 100%;
  }
  .cart-collaterals .wc-proceed-to-checkout .back-link {
    margin: 1.125rem auto 0;
  }
  .cart-footer {
    display: block;
    text-align: center;
  }
  .cart-footer .footer-links {
    justify-content: center;
  }
  .cart-footer .accepted-cards {
    margin-top: 1.125rem;
    justify-content: center;
  }
}
.checkout_coupon.woocommerce-form-coupon {
  padding-bottom: clamp(2rem, 1.286rem + 1.905vw, 3rem);
}

.woocommerce-form-login-toggle + .woocommerce-form-login {
  padding-bottom: 1.5rem;
  max-width: 50%;
}

.shop_table {
  width: 100%;
}
.shop_table label {
  margin: 0;
}
.shop_table th,
.shop_table td {
  padding: 5px 0;
  text-align: left;
  vertical-align: top;
  font-weight: 700;
}
.shop_table th:last-child,
.shop_table td:last-child {
  padding-left: 1.125rem;
  text-align: right;
}
.shop_table .cart-subtotal th,
.shop_table .cart-subtotal td {
  padding-top: 1.5rem;
}
.shop_table .woocommerce-shipping-totals th {
  display: block;
  padding-top: 1.5rem;
}
.shop_table .woocommerce-shipping-totals td {
  display: block;
  padding-bottom: 1.5rem;
  padding-left: 0;
  text-align: left;
}
.shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li input {
  display: none;
}
.shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li input input {
  display: none;
  float: left;
}
.shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li input + label {
  display: block;
  margin: 0;
  padding: 5px 0 5px 30px;
  background: url("../images/checkbox-unticked.svg") left 6px no-repeat;
  background-size: 20px;
  font-weight: normal;
  cursor: pointer;
}
.shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li input:checked + label {
  background-image: url("../images/checkbox-ticked.svg");
}

.checkout .woocommerce-account-fields {
  margin-bottom: 1.125rem;
}
.checkout #ship-to-different-address label {
  margin-bottom: 25px;
}
.checkout #order_review ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout #order_review ul li {
  margin-bottom: 0;
}
.checkout #order_review #order_review_heading,
.checkout #order_review #payment_heading,
.checkout #order_review .shop_table,
.checkout #order_review .payment_methods {
  margin: 0;
  padding: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
  background-color: #f9f9f9;
}
.checkout #order_review #order_review_heading,
.checkout #order_review #payment_heading {
  padding-bottom: 0;
}
.checkout #order_review .shop_table,
.checkout #order_review .payment_methods {
  padding-top: 1.5rem;
}
.checkout #order_review .shop_table th {
  width: 55%;
}
.checkout #order_review .shop_table td {
  width: 45%;
}
.checkout #order_review .shop_table .woocommerce-shipping-totals th,
.checkout #order_review .shop_table .woocommerce-shipping-totals td {
  width: 183%;
}
.checkout #order_review #payment_heading {
  margin-top: 1.125rem;
}
.checkout #order_review .payment_methods .wc_payment_method input {
  display: none;
}
.checkout #order_review .payment_methods .wc_payment_method label {
  display: block;
  margin: 0;
  padding: 5px 0 5px 30px;
  background: url("../images/checkbox-unticked.svg") left 6px no-repeat;
  background-size: 20px;
  font-weight: 700;
  cursor: pointer;
  clear: none;
}
.checkout #order_review .payment_methods .wc_payment_method label span {
  display: block;
}
.checkout #order_review .payment_methods .wc_payment_method label img {
  margin-right: 5px;
}
.checkout #order_review .payment_methods .wc_payment_method input:checked + label {
  background-image: url("../images/checkbox-ticked.svg");
}
.checkout #order_review .payment_methods .wc_payment_method p {
  padding-left: 30px;
  font-size: 1rem;
}
.checkout #order_review .place-order {
  margin-top: 1.5rem;
}
.checkout #order_review .place-order p {
  margin-top: 1.125rem;
}
.checkout #order_review .place-order .button, .checkout #order_review .place-order input[type=submit] {
  width: 100%;
}
.checkout #order_review .woocommerce-terms-and-conditions {
  margin-top: 1.125rem;
}

.woocommerce-privacy-policy-text {
  font-size: 1rem;
}

.col2-set {
  display: flex;
  margin: 0 -15px;
}
.col2-set .col-1,
.col2-set .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.woocommerce-order-details .shop_table {
  min-width: 50%;
  width: auto;
}
.woocommerce-order-details .shipped_via {
  display: none;
}

@media (max-width: 1199px) {
  .checkout #order_review #order_review_heading,
  .checkout #order_review #payment_heading {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .woocommerce-form-login-toggle + .woocommerce-form-login {
    max-width: 100%;
  }
  .checkout #order_review #order_review_heading,
  .checkout #order_review #payment_heading {
    padding-bottom: 0;
  }
  .col2-set {
    flex-wrap: wrap;
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col2-set .col-1 + .col-1,
  .col2-set .col-1 + .col-2,
  .col2-set .col-2 + .col-1,
  .col2-set .col-2 + .col-2 {
    margin-top: 1.125rem;
  }
  .woocommerce-order-details .shop_table {
    min-width: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shop_table .woocommerce-shipping-totals th {
    display: block;
  }
}
.woocommerce-form-login button[type=submit],
.woocommerce-form-register button[type=submit] {
  margin-top: 25px;
}

.lost_password {
  margin-top: 1.125rem;
  font-size: 1rem;
}

.lost_reset_password {
  max-width: 50%;
}

.woocommerce-password-strength,
.woocommerce-password-hint {
  display: none !important;
}

.show-password-input {
  display: none;
}

.addresses .edit {
  display: inline-block;
  margin-bottom: 1.125rem;
  text-decoration: underline;
}
.addresses .edit a,
.addresses .edit a:link,
.addresses .edit a:visited,
.addresses .edit a:hover,
.addresses .edit a:active, .addresses .edit:link, .addresses .edit:visited, .addresses .edit:hover, .addresses .edit:active {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation {
  background-color: #f9f9f9;
  padding: 1.5rem;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  font-weight: 700;
}
.woocommerce-MyAccount-navigation ul li a a,
.woocommerce-MyAccount-navigation ul li a a:link,
.woocommerce-MyAccount-navigation ul li a a:visited,
.woocommerce-MyAccount-navigation ul li a a:hover,
.woocommerce-MyAccount-navigation ul li a a:active, .woocommerce-MyAccount-navigation ul li a:link, .woocommerce-MyAccount-navigation ul li a:visited, .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:active {
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li + li {
  margin-top: 8px;
}

.u-column1.col-1 {
  padding: 0;
  max-width: none;
}

@media (max-width: 991px) {
  .lost_reset_password {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content .shop_table thead {
    display: none;
  }
  .woocommerce-MyAccount-content .shop_table td {
    display: block;
  }
  .woocommerce-MyAccount-content .shop_table td:last-child {
    padding-left: 0;
    text-align: left;
  }
  .woocommerce-MyAccount-content .shop_table tr + tr td:first-child {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #cccbcb;
  }
}