@charset "UTF-8";
/* Third Party Payload
================================================ */
/*!
 * Bootstrap Grid v4.1.2 (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;
}

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

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

.container-fluid {
  width: 100%;
  padding-right: 30PX;
  padding-left: 30PX;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container-fluid {
    padding: 0 70px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
  .container-fluid {
    padding: 0 70px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: #3E3E3E;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
  color: #000;
}
.remodal iframe {
  width: 100%;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  left: auto;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  background: #EE2F24 url("../images/icons/close.svg") center/12px no-repeat;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 768px) {
  .remodal-close {
    right: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #EE2F24 url("../images/icons/close.svg") center/15px no-repeat;
  }
  .remodal-close:hover {
    background: #f25c53 url("../images/icons/close.svg") center/15px no-repeat;
  }
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1120px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
  background: rgba(0, 0, 0, 0.95);
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "0 ";
}

.fa-1::before {
  content: "1 ";
}

.fa-2::before {
  content: "2 ";
}

.fa-3::before {
  content: "3 ";
}

.fa-4::before {
  content: "4 ";
}

.fa-5::before {
  content: "5 ";
}

.fa-6::before {
  content: "6 ";
}

.fa-7::before {
  content: "7 ";
}

.fa-8::before {
  content: "8 ";
}

.fa-9::before {
  content: "9 ";
}

.fa-fill-drip::before {
  content: "\F576";
}

.fa-arrows-to-circle::before {
  content: "\E4BD";
}

.fa-circle-chevron-right::before {
  content: "\F138";
}

.fa-chevron-circle-right::before {
  content: "\F138";
}

.fa-at::before {
  content: "@";
}

.fa-trash-can::before {
  content: "\F2ED";
}

.fa-trash-alt::before {
  content: "\F2ED";
}

.fa-text-height::before {
  content: "\F034";
}

.fa-user-xmark::before {
  content: "\F235";
}

.fa-user-times::before {
  content: "\F235";
}

.fa-stethoscope::before {
  content: "\F0F1";
}

.fa-message::before {
  content: "\F27A";
}

.fa-comment-alt::before {
  content: "\F27A";
}

.fa-info::before {
  content: "\F129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\F422";
}

.fa-compress-alt::before {
  content: "\F422";
}

.fa-explosion::before {
  content: "\E4E9";
}

.fa-file-lines::before {
  content: "\F15C";
}

.fa-file-alt::before {
  content: "\F15C";
}

.fa-file-text::before {
  content: "\F15C";
}

.fa-wave-square::before {
  content: "\F83E";
}

.fa-ring::before {
  content: "\F70B";
}

.fa-building-un::before {
  content: "\E4D9";
}

.fa-dice-three::before {
  content: "\F527";
}

.fa-calendar-days::before {
  content: "\F073";
}

.fa-calendar-alt::before {
  content: "\F073";
}

.fa-anchor-circle-check::before {
  content: "\E4AA";
}

.fa-building-circle-arrow-right::before {
  content: "\E4D1";
}

.fa-volleyball::before {
  content: "\F45F";
}

.fa-volleyball-ball::before {
  content: "\F45F";
}

.fa-arrows-up-to-line::before {
  content: "\E4C2";
}

.fa-sort-down::before {
  content: "\F0DD";
}

.fa-sort-desc::before {
  content: "\F0DD";
}

.fa-circle-minus::before {
  content: "\F056";
}

.fa-minus-circle::before {
  content: "\F056";
}

.fa-door-open::before {
  content: "\F52B";
}

.fa-right-from-bracket::before {
  content: "\F2F5";
}

.fa-sign-out-alt::before {
  content: "\F2F5";
}

.fa-atom::before {
  content: "\F5D2";
}

.fa-soap::before {
  content: "\E06E";
}

.fa-icons::before {
  content: "\F86D";
}

.fa-heart-music-camera-bolt::before {
  content: "\F86D";
}

.fa-microphone-lines-slash::before {
  content: "\F539";
}

.fa-microphone-alt-slash::before {
  content: "\F539";
}

.fa-bridge-circle-check::before {
  content: "\E4C9";
}

.fa-pump-medical::before {
  content: "\E06A";
}

.fa-fingerprint::before {
  content: "\F577";
}

.fa-hand-point-right::before {
  content: "\F0A4";
}

.fa-magnifying-glass-location::before {
  content: "\F689";
}

.fa-search-location::before {
  content: "\F689";
}

.fa-forward-step::before {
  content: "\F051";
}

.fa-step-forward::before {
  content: "\F051";
}

.fa-face-smile-beam::before {
  content: "\F5B8";
}

.fa-smile-beam::before {
  content: "\F5B8";
}

.fa-flag-checkered::before {
  content: "\F11E";
}

.fa-football::before {
  content: "\F44E";
}

.fa-football-ball::before {
  content: "\F44E";
}

.fa-school-circle-exclamation::before {
  content: "\E56C";
}

.fa-crop::before {
  content: "\F125";
}

.fa-angles-down::before {
  content: "\F103";
}

.fa-angle-double-down::before {
  content: "\F103";
}

.fa-users-rectangle::before {
  content: "\E594";
}

.fa-people-roof::before {
  content: "\E537";
}

.fa-people-line::before {
  content: "\E534";
}

.fa-beer-mug-empty::before {
  content: "\F0FC";
}

.fa-beer::before {
  content: "\F0FC";
}

.fa-diagram-predecessor::before {
  content: "\E477";
}

.fa-arrow-up-long::before {
  content: "\F176";
}

.fa-long-arrow-up::before {
  content: "\F176";
}

.fa-fire-flame-simple::before {
  content: "\F46A";
}

.fa-burn::before {
  content: "\F46A";
}

.fa-person::before {
  content: "\F183";
}

.fa-male::before {
  content: "\F183";
}

.fa-laptop::before {
  content: "\F109";
}

.fa-file-csv::before {
  content: "\F6DD";
}

.fa-menorah::before {
  content: "\F676";
}

.fa-truck-plane::before {
  content: "\E58F";
}

.fa-record-vinyl::before {
  content: "\F8D9";
}

.fa-face-grin-stars::before {
  content: "\F587";
}

.fa-grin-stars::before {
  content: "\F587";
}

.fa-bong::before {
  content: "\F55C";
}

.fa-spaghetti-monster-flying::before {
  content: "\F67B";
}

.fa-pastafarianism::before {
  content: "\F67B";
}

.fa-arrow-down-up-across-line::before {
  content: "\E4AF";
}

.fa-spoon::before {
  content: "\F2E5";
}

.fa-utensil-spoon::before {
  content: "\F2E5";
}

.fa-jar-wheat::before {
  content: "\E517";
}

.fa-envelopes-bulk::before {
  content: "\F674";
}

.fa-mail-bulk::before {
  content: "\F674";
}

.fa-file-circle-exclamation::before {
  content: "\E4EB";
}

.fa-circle-h::before {
  content: "\F47E";
}

.fa-hospital-symbol::before {
  content: "\F47E";
}

.fa-pager::before {
  content: "\F815";
}

.fa-address-book::before {
  content: "\F2B9";
}

.fa-contact-book::before {
  content: "\F2B9";
}

.fa-strikethrough::before {
  content: "\F0CC";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\E51C";
}

.fa-pencil::before {
  content: "\F303";
}

.fa-pencil-alt::before {
  content: "\F303";
}

.fa-backward::before {
  content: "\F04A";
}

.fa-caret-right::before {
  content: "\F0DA";
}

.fa-comments::before {
  content: "\F086";
}

.fa-paste::before {
  content: "\F0EA";
}

.fa-file-clipboard::before {
  content: "\F0EA";
}

.fa-code-pull-request::before {
  content: "\E13C";
}

.fa-clipboard-list::before {
  content: "\F46D";
}

.fa-truck-ramp-box::before {
  content: "\F4DE";
}

.fa-truck-loading::before {
  content: "\F4DE";
}

.fa-user-check::before {
  content: "\F4FC";
}

.fa-vial-virus::before {
  content: "\E597";
}

.fa-sheet-plastic::before {
  content: "\E571";
}

.fa-blog::before {
  content: "\F781";
}

.fa-user-ninja::before {
  content: "\F504";
}

.fa-person-arrow-up-from-line::before {
  content: "\E539";
}

.fa-scroll-torah::before {
  content: "\F6A0";
}

.fa-torah::before {
  content: "\F6A0";
}

.fa-broom-ball::before {
  content: "\F458";
}

.fa-quidditch::before {
  content: "\F458";
}

.fa-quidditch-broom-ball::before {
  content: "\F458";
}

.fa-toggle-off::before {
  content: "\F204";
}

.fa-box-archive::before {
  content: "\F187";
}

.fa-archive::before {
  content: "\F187";
}

.fa-person-drowning::before {
  content: "\E545";
}

.fa-arrow-down-9-1::before {
  content: "\F886";
}

.fa-sort-numeric-desc::before {
  content: "\F886";
}

.fa-sort-numeric-down-alt::before {
  content: "\F886";
}

.fa-face-grin-tongue-squint::before {
  content: "\F58A";
}

.fa-grin-tongue-squint::before {
  content: "\F58A";
}

.fa-spray-can::before {
  content: "\F5BD";
}

.fa-truck-monster::before {
  content: "\F63B";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\F57C";
}

.fa-globe-africa::before {
  content: "\F57C";
}

.fa-rainbow::before {
  content: "\F75B";
}

.fa-circle-notch::before {
  content: "\F1CE";
}

.fa-tablet-screen-button::before {
  content: "\F3FA";
}

.fa-tablet-alt::before {
  content: "\F3FA";
}

.fa-paw::before {
  content: "\F1B0";
}

.fa-cloud::before {
  content: "\F0C2";
}

.fa-trowel-bricks::before {
  content: "\E58A";
}

.fa-face-flushed::before {
  content: "\F579";
}

.fa-flushed::before {
  content: "\F579";
}

.fa-hospital-user::before {
  content: "\F80D";
}

.fa-tent-arrow-left-right::before {
  content: "\E57F";
}

.fa-gavel::before {
  content: "\F0E3";
}

.fa-legal::before {
  content: "\F0E3";
}

.fa-binoculars::before {
  content: "\F1E5";
}

.fa-microphone-slash::before {
  content: "\F131";
}

.fa-box-tissue::before {
  content: "\E05B";
}

.fa-motorcycle::before {
  content: "\F21C";
}

.fa-bell-concierge::before {
  content: "\F562";
}

.fa-concierge-bell::before {
  content: "\F562";
}

.fa-pen-ruler::before {
  content: "\F5AE";
}

.fa-pencil-ruler::before {
  content: "\F5AE";
}

.fa-people-arrows::before {
  content: "\E068";
}

.fa-people-arrows-left-right::before {
  content: "\E068";
}

.fa-mars-and-venus-burst::before {
  content: "\E523";
}

.fa-square-caret-right::before {
  content: "\F152";
}

.fa-caret-square-right::before {
  content: "\F152";
}

.fa-scissors::before {
  content: "\F0C4";
}

.fa-cut::before {
  content: "\F0C4";
}

.fa-sun-plant-wilt::before {
  content: "\E57A";
}

.fa-toilets-portable::before {
  content: "\E584";
}

.fa-hockey-puck::before {
  content: "\F453";
}

.fa-table::before {
  content: "\F0CE";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\E521";
}

.fa-tachograph-digital::before {
  content: "\F566";
}

.fa-digital-tachograph::before {
  content: "\F566";
}

.fa-users-slash::before {
  content: "\E073";
}

.fa-clover::before {
  content: "\E139";
}

.fa-reply::before {
  content: "\F3E5";
}

.fa-mail-reply::before {
  content: "\F3E5";
}

.fa-star-and-crescent::before {
  content: "\F699";
}

.fa-house-fire::before {
  content: "\E50C";
}

.fa-square-minus::before {
  content: "\F146";
}

.fa-minus-square::before {
  content: "\F146";
}

.fa-helicopter::before {
  content: "\F533";
}

.fa-compass::before {
  content: "\F14E";
}

.fa-square-caret-down::before {
  content: "\F150";
}

.fa-caret-square-down::before {
  content: "\F150";
}

.fa-file-circle-question::before {
  content: "\E4EF";
}

.fa-laptop-code::before {
  content: "\F5FC";
}

.fa-swatchbook::before {
  content: "\F5C3";
}

.fa-prescription-bottle::before {
  content: "\F485";
}

.fa-bars::before {
  content: "\F0C9";
}

.fa-navicon::before {
  content: "\F0C9";
}

.fa-people-group::before {
  content: "\E533";
}

.fa-hourglass-end::before {
  content: "\F253";
}

.fa-hourglass-3::before {
  content: "\F253";
}

.fa-heart-crack::before {
  content: "\F7A9";
}

.fa-heart-broken::before {
  content: "\F7A9";
}

.fa-square-up-right::before {
  content: "\F360";
}

.fa-external-link-square-alt::before {
  content: "\F360";
}

.fa-face-kiss-beam::before {
  content: "\F597";
}

.fa-kiss-beam::before {
  content: "\F597";
}

.fa-film::before {
  content: "\F008";
}

.fa-ruler-horizontal::before {
  content: "\F547";
}

.fa-people-robbery::before {
  content: "\E536";
}

.fa-lightbulb::before {
  content: "\F0EB";
}

.fa-caret-left::before {
  content: "\F0D9";
}

.fa-circle-exclamation::before {
  content: "\F06A";
}

.fa-exclamation-circle::before {
  content: "\F06A";
}

.fa-school-circle-xmark::before {
  content: "\E56D";
}

.fa-arrow-right-from-bracket::before {
  content: "\F08B";
}

.fa-sign-out::before {
  content: "\F08B";
}

.fa-circle-chevron-down::before {
  content: "\F13A";
}

.fa-chevron-circle-down::before {
  content: "\F13A";
}

.fa-unlock-keyhole::before {
  content: "\F13E";
}

.fa-unlock-alt::before {
  content: "\F13E";
}

.fa-cloud-showers-heavy::before {
  content: "\F740";
}

.fa-headphones-simple::before {
  content: "\F58F";
}

.fa-headphones-alt::before {
  content: "\F58F";
}

.fa-sitemap::before {
  content: "\F0E8";
}

.fa-circle-dollar-to-slot::before {
  content: "\F4B9";
}

.fa-donate::before {
  content: "\F4B9";
}

.fa-memory::before {
  content: "\F538";
}

.fa-road-spikes::before {
  content: "\E568";
}

.fa-fire-burner::before {
  content: "\E4F1";
}

.fa-flag::before {
  content: "\F024";
}

.fa-hanukiah::before {
  content: "\F6E6";
}

.fa-feather::before {
  content: "\F52D";
}

.fa-volume-low::before {
  content: "\F027";
}

.fa-volume-down::before {
  content: "\F027";
}

.fa-comment-slash::before {
  content: "\F4B3";
}

.fa-cloud-sun-rain::before {
  content: "\F743";
}

.fa-compress::before {
  content: "\F066";
}

.fa-wheat-awn::before {
  content: "\E2CD";
}

.fa-wheat-alt::before {
  content: "\E2CD";
}

.fa-ankh::before {
  content: "\F644";
}

.fa-hands-holding-child::before {
  content: "\E4FA";
}

.fa-asterisk::before {
  content: "*";
}

.fa-square-check::before {
  content: "\F14A";
}

.fa-check-square::before {
  content: "\F14A";
}

.fa-peseta-sign::before {
  content: "\E221";
}

.fa-heading::before {
  content: "\F1DC";
}

.fa-header::before {
  content: "\F1DC";
}

.fa-ghost::before {
  content: "\F6E2";
}

.fa-list::before {
  content: "\F03A";
}

.fa-list-squares::before {
  content: "\F03A";
}

.fa-square-phone-flip::before {
  content: "\F87B";
}

.fa-phone-square-alt::before {
  content: "\F87B";
}

.fa-cart-plus::before {
  content: "\F217";
}

.fa-gamepad::before {
  content: "\F11B";
}

.fa-circle-dot::before {
  content: "\F192";
}

.fa-dot-circle::before {
  content: "\F192";
}

.fa-face-dizzy::before {
  content: "\F567";
}

.fa-dizzy::before {
  content: "\F567";
}

.fa-egg::before {
  content: "\F7FB";
}

.fa-house-medical-circle-xmark::before {
  content: "\E513";
}

.fa-campground::before {
  content: "\F6BB";
}

.fa-folder-plus::before {
  content: "\F65E";
}

.fa-futbol::before {
  content: "\F1E3";
}

.fa-futbol-ball::before {
  content: "\F1E3";
}

.fa-soccer-ball::before {
  content: "\F1E3";
}

.fa-paintbrush::before {
  content: "\F1FC";
}

.fa-paint-brush::before {
  content: "\F1FC";
}

.fa-lock::before {
  content: "\F023";
}

.fa-gas-pump::before {
  content: "\F52F";
}

.fa-hot-tub-person::before {
  content: "\F593";
}

.fa-hot-tub::before {
  content: "\F593";
}

.fa-map-location::before {
  content: "\F59F";
}

.fa-map-marked::before {
  content: "\F59F";
}

.fa-house-flood-water::before {
  content: "\E50E";
}

.fa-tree::before {
  content: "\F1BB";
}

.fa-bridge-lock::before {
  content: "\E4CC";
}

.fa-sack-dollar::before {
  content: "\F81D";
}

.fa-pen-to-square::before {
  content: "\F044";
}

.fa-edit::before {
  content: "\F044";
}

.fa-car-side::before {
  content: "\F5E4";
}

.fa-share-nodes::before {
  content: "\F1E0";
}

.fa-share-alt::before {
  content: "\F1E0";
}

.fa-heart-circle-minus::before {
  content: "\E4FF";
}

.fa-hourglass-half::before {
  content: "\F252";
}

.fa-hourglass-2::before {
  content: "\F252";
}

.fa-microscope::before {
  content: "\F610";
}

.fa-sink::before {
  content: "\E06D";
}

.fa-bag-shopping::before {
  content: "\F290";
}

.fa-shopping-bag::before {
  content: "\F290";
}

.fa-arrow-down-z-a::before {
  content: "\F881";
}

.fa-sort-alpha-desc::before {
  content: "\F881";
}

.fa-sort-alpha-down-alt::before {
  content: "\F881";
}

.fa-mitten::before {
  content: "\F7B5";
}

.fa-person-rays::before {
  content: "\E54D";
}

.fa-users::before {
  content: "\F0C0";
}

.fa-eye-slash::before {
  content: "\F070";
}

.fa-flask-vial::before {
  content: "\E4F3";
}

.fa-hand::before {
  content: "\F256";
}

.fa-hand-paper::before {
  content: "\F256";
}

.fa-om::before {
  content: "\F679";
}

.fa-worm::before {
  content: "\E599";
}

.fa-house-circle-xmark::before {
  content: "\E50B";
}

.fa-plug::before {
  content: "\F1E6";
}

.fa-chevron-up::before {
  content: "\F077";
}

.fa-hand-spock::before {
  content: "\F259";
}

.fa-stopwatch::before {
  content: "\F2F2";
}

.fa-face-kiss::before {
  content: "\F596";
}

.fa-kiss::before {
  content: "\F596";
}

.fa-bridge-circle-xmark::before {
  content: "\E4CB";
}

.fa-face-grin-tongue::before {
  content: "\F589";
}

.fa-grin-tongue::before {
  content: "\F589";
}

.fa-chess-bishop::before {
  content: "\F43A";
}

.fa-face-grin-wink::before {
  content: "\F58C";
}

.fa-grin-wink::before {
  content: "\F58C";
}

.fa-ear-deaf::before {
  content: "\F2A4";
}

.fa-deaf::before {
  content: "\F2A4";
}

.fa-deafness::before {
  content: "\F2A4";
}

.fa-hard-of-hearing::before {
  content: "\F2A4";
}

.fa-road-circle-check::before {
  content: "\E564";
}

.fa-dice-five::before {
  content: "\F523";
}

.fa-square-rss::before {
  content: "\F143";
}

.fa-rss-square::before {
  content: "\F143";
}

.fa-land-mine-on::before {
  content: "\E51B";
}

.fa-i-cursor::before {
  content: "\F246";
}

.fa-stamp::before {
  content: "\F5BF";
}

.fa-stairs::before {
  content: "\E289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\F6F2";
}

.fa-hryvnia::before {
  content: "\F6F2";
}

.fa-pills::before {
  content: "\F484";
}

.fa-face-grin-wide::before {
  content: "\F581";
}

.fa-grin-alt::before {
  content: "\F581";
}

.fa-tooth::before {
  content: "\F5C9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\E2E6";
}

.fa-bicycle::before {
  content: "\F206";
}

.fa-staff-snake::before {
  content: "\E579";
}

.fa-rod-asclepius::before {
  content: "\E579";
}

.fa-rod-snake::before {
  content: "\E579";
}

.fa-staff-aesculapius::before {
  content: "\E579";
}

.fa-head-side-cough-slash::before {
  content: "\E062";
}

.fa-truck-medical::before {
  content: "\F0F9";
}

.fa-ambulance::before {
  content: "\F0F9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\E598";
}

.fa-snowman::before {
  content: "\F7D0";
}

.fa-mortar-pestle::before {
  content: "\F5A7";
}

.fa-road-barrier::before {
  content: "\E562";
}

.fa-school::before {
  content: "\F549";
}

.fa-igloo::before {
  content: "\F7AE";
}

.fa-joint::before {
  content: "\F595";
}

.fa-angle-right::before {
  content: "\F105";
}

.fa-horse::before {
  content: "\F6F0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\F481";
}

.fa-temperature-half::before {
  content: "\F2C9";
}

.fa-temperature-2::before {
  content: "\F2C9";
}

.fa-thermometer-2::before {
  content: "\F2C9";
}

.fa-thermometer-half::before {
  content: "\F2C9";
}

.fa-dong-sign::before {
  content: "\E169";
}

.fa-capsules::before {
  content: "\F46B";
}

.fa-poo-storm::before {
  content: "\F75A";
}

.fa-poo-bolt::before {
  content: "\F75A";
}

.fa-face-frown-open::before {
  content: "\F57A";
}

.fa-frown-open::before {
  content: "\F57A";
}

.fa-hand-point-up::before {
  content: "\F0A6";
}

.fa-money-bill::before {
  content: "\F0D6";
}

.fa-bookmark::before {
  content: "\F02E";
}

.fa-align-justify::before {
  content: "\F039";
}

.fa-umbrella-beach::before {
  content: "\F5CA";
}

.fa-helmet-un::before {
  content: "\E503";
}

.fa-bullseye::before {
  content: "\F140";
}

.fa-bacon::before {
  content: "\F7E5";
}

.fa-hand-point-down::before {
  content: "\F0A7";
}

.fa-arrow-up-from-bracket::before {
  content: "\E09A";
}

.fa-folder::before {
  content: "\F07B";
}

.fa-folder-blank::before {
  content: "\F07B";
}

.fa-file-waveform::before {
  content: "\F478";
}

.fa-file-medical-alt::before {
  content: "\F478";
}

.fa-radiation::before {
  content: "\F7B9";
}

.fa-chart-simple::before {
  content: "\E473";
}

.fa-mars-stroke::before {
  content: "\F229";
}

.fa-vial::before {
  content: "\F492";
}

.fa-gauge::before {
  content: "\F624";
}

.fa-dashboard::before {
  content: "\F624";
}

.fa-gauge-med::before {
  content: "\F624";
}

.fa-tachometer-alt-average::before {
  content: "\F624";
}

.fa-wand-magic-sparkles::before {
  content: "\E2CA";
}

.fa-magic-wand-sparkles::before {
  content: "\E2CA";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\F305";
}

.fa-pen-alt::before {
  content: "\F305";
}

.fa-bridge-circle-exclamation::before {
  content: "\E4CA";
}

.fa-user::before {
  content: "\F007";
}

.fa-school-circle-check::before {
  content: "\E56B";
}

.fa-dumpster::before {
  content: "\F793";
}

.fa-van-shuttle::before {
  content: "\F5B6";
}

.fa-shuttle-van::before {
  content: "\F5B6";
}

.fa-building-user::before {
  content: "\E4DA";
}

.fa-square-caret-left::before {
  content: "\F191";
}

.fa-caret-square-left::before {
  content: "\F191";
}

.fa-highlighter::before {
  content: "\F591";
}

.fa-key::before {
  content: "\F084";
}

.fa-bullhorn::before {
  content: "\F0A1";
}

.fa-globe::before {
  content: "\F0AC";
}

.fa-synagogue::before {
  content: "\F69B";
}

.fa-person-half-dress::before {
  content: "\E548";
}

.fa-road-bridge::before {
  content: "\E563";
}

.fa-location-arrow::before {
  content: "\F124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\F10A";
}

.fa-building-lock::before {
  content: "\E4D6";
}

.fa-pizza-slice::before {
  content: "\F818";
}

.fa-money-bill-wave::before {
  content: "\F53A";
}

.fa-chart-area::before {
  content: "\F1FE";
}

.fa-area-chart::before {
  content: "\F1FE";
}

.fa-house-flag::before {
  content: "\E50D";
}

.fa-person-circle-minus::before {
  content: "\E540";
}

.fa-ban::before {
  content: "\F05E";
}

.fa-cancel::before {
  content: "\F05E";
}

.fa-camera-rotate::before {
  content: "\E0D8";
}

.fa-spray-can-sparkles::before {
  content: "\F5D0";
}

.fa-air-freshener::before {
  content: "\F5D0";
}

.fa-star::before {
  content: "\F005";
}

.fa-repeat::before {
  content: "\F363";
}

.fa-cross::before {
  content: "\F654";
}

.fa-box::before {
  content: "\F466";
}

.fa-venus-mars::before {
  content: "\F228";
}

.fa-arrow-pointer::before {
  content: "\F245";
}

.fa-mouse-pointer::before {
  content: "\F245";
}

.fa-maximize::before {
  content: "\F31E";
}

.fa-expand-arrows-alt::before {
  content: "\F31E";
}

.fa-charging-station::before {
  content: "\F5E7";
}

.fa-shapes::before {
  content: "\F61F";
}

.fa-triangle-circle-square::before {
  content: "\F61F";
}

.fa-shuffle::before {
  content: "\F074";
}

.fa-random::before {
  content: "\F074";
}

.fa-person-running::before {
  content: "\F70C";
}

.fa-running::before {
  content: "\F70C";
}

.fa-mobile-retro::before {
  content: "\E527";
}

.fa-grip-lines-vertical::before {
  content: "\F7A5";
}

.fa-spider::before {
  content: "\F717";
}

.fa-hands-bound::before {
  content: "\E4F9";
}

.fa-file-invoice-dollar::before {
  content: "\F571";
}

.fa-plane-circle-exclamation::before {
  content: "\E556";
}

.fa-x-ray::before {
  content: "\F497";
}

.fa-spell-check::before {
  content: "\F891";
}

.fa-slash::before {
  content: "\F715";
}

.fa-computer-mouse::before {
  content: "\F8CC";
}

.fa-mouse::before {
  content: "\F8CC";
}

.fa-arrow-right-to-bracket::before {
  content: "\F090";
}

.fa-sign-in::before {
  content: "\F090";
}

.fa-shop-slash::before {
  content: "\E070";
}

.fa-store-alt-slash::before {
  content: "\E070";
}

.fa-server::before {
  content: "\F233";
}

.fa-virus-covid-slash::before {
  content: "\E4A9";
}

.fa-shop-lock::before {
  content: "\E4A5";
}

.fa-hourglass-start::before {
  content: "\F251";
}

.fa-hourglass-1::before {
  content: "\F251";
}

.fa-blender-phone::before {
  content: "\F6B6";
}

.fa-building-wheat::before {
  content: "\E4DB";
}

.fa-person-breastfeeding::before {
  content: "\E53A";
}

.fa-right-to-bracket::before {
  content: "\F2F6";
}

.fa-sign-in-alt::before {
  content: "\F2F6";
}

.fa-venus::before {
  content: "\F221";
}

.fa-passport::before {
  content: "\F5AB";
}

.fa-heart-pulse::before {
  content: "\F21E";
}

.fa-heartbeat::before {
  content: "\F21E";
}

.fa-people-carry-box::before {
  content: "\F4CE";
}

.fa-people-carry::before {
  content: "\F4CE";
}

.fa-temperature-high::before {
  content: "\F769";
}

.fa-microchip::before {
  content: "\F2DB";
}

.fa-crown::before {
  content: "\F521";
}

.fa-weight-hanging::before {
  content: "\F5CD";
}

.fa-xmarks-lines::before {
  content: "\E59A";
}

.fa-file-prescription::before {
  content: "\F572";
}

.fa-weight-scale::before {
  content: "\F496";
}

.fa-weight::before {
  content: "\F496";
}

.fa-user-group::before {
  content: "\F500";
}

.fa-user-friends::before {
  content: "\F500";
}

.fa-arrow-up-a-z::before {
  content: "\F15E";
}

.fa-sort-alpha-up::before {
  content: "\F15E";
}

.fa-chess-knight::before {
  content: "\F441";
}

.fa-face-laugh-squint::before {
  content: "\F59B";
}

.fa-laugh-squint::before {
  content: "\F59B";
}

.fa-wheelchair::before {
  content: "\F193";
}

.fa-circle-arrow-up::before {
  content: "\F0AA";
}

.fa-arrow-circle-up::before {
  content: "\F0AA";
}

.fa-toggle-on::before {
  content: "\F205";
}

.fa-person-walking::before {
  content: "\F554";
}

.fa-walking::before {
  content: "\F554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\F06D";
}

.fa-bed-pulse::before {
  content: "\F487";
}

.fa-procedures::before {
  content: "\F487";
}

.fa-shuttle-space::before {
  content: "\F197";
}

.fa-space-shuttle::before {
  content: "\F197";
}

.fa-face-laugh::before {
  content: "\F599";
}

.fa-laugh::before {
  content: "\F599";
}

.fa-folder-open::before {
  content: "\F07C";
}

.fa-heart-circle-plus::before {
  content: "\E500";
}

.fa-code-fork::before {
  content: "\E13B";
}

.fa-city::before {
  content: "\F64F";
}

.fa-microphone-lines::before {
  content: "\F3C9";
}

.fa-microphone-alt::before {
  content: "\F3C9";
}

.fa-pepper-hot::before {
  content: "\F816";
}

.fa-unlock::before {
  content: "\F09C";
}

.fa-colon-sign::before {
  content: "\E140";
}

.fa-headset::before {
  content: "\F590";
}

.fa-store-slash::before {
  content: "\E071";
}

.fa-road-circle-xmark::before {
  content: "\E566";
}

.fa-user-minus::before {
  content: "\F503";
}

.fa-mars-stroke-up::before {
  content: "\F22A";
}

.fa-mars-stroke-v::before {
  content: "\F22A";
}

.fa-champagne-glasses::before {
  content: "\F79F";
}

.fa-glass-cheers::before {
  content: "\F79F";
}

.fa-clipboard::before {
  content: "\F328";
}

.fa-house-circle-exclamation::before {
  content: "\E50A";
}

.fa-file-arrow-up::before {
  content: "\F574";
}

.fa-file-upload::before {
  content: "\F574";
}

.fa-wifi::before {
  content: "\F1EB";
}

.fa-wifi-3::before {
  content: "\F1EB";
}

.fa-wifi-strong::before {
  content: "\F1EB";
}

.fa-bath::before {
  content: "\F2CD";
}

.fa-bathtub::before {
  content: "\F2CD";
}

.fa-underline::before {
  content: "\F0CD";
}

.fa-user-pen::before {
  content: "\F4FF";
}

.fa-user-edit::before {
  content: "\F4FF";
}

.fa-signature::before {
  content: "\F5B7";
}

.fa-stroopwafel::before {
  content: "\F551";
}

.fa-bold::before {
  content: "\F032";
}

.fa-anchor-lock::before {
  content: "\E4AD";
}

.fa-building-ngo::before {
  content: "\E4D7";
}

.fa-manat-sign::before {
  content: "\E1D5";
}

.fa-not-equal::before {
  content: "\F53E";
}

.fa-border-top-left::before {
  content: "\F853";
}

.fa-border-style::before {
  content: "\F853";
}

.fa-map-location-dot::before {
  content: "\F5A0";
}

.fa-map-marked-alt::before {
  content: "\F5A0";
}

.fa-jedi::before {
  content: "\F669";
}

.fa-square-poll-vertical::before {
  content: "\F681";
}

.fa-poll::before {
  content: "\F681";
}

.fa-mug-hot::before {
  content: "\F7B6";
}

.fa-car-battery::before {
  content: "\F5DF";
}

.fa-battery-car::before {
  content: "\F5DF";
}

.fa-gift::before {
  content: "\F06B";
}

.fa-dice-two::before {
  content: "\F528";
}

.fa-chess-queen::before {
  content: "\F445";
}

.fa-glasses::before {
  content: "\F530";
}

.fa-chess-board::before {
  content: "\F43C";
}

.fa-building-circle-check::before {
  content: "\E4D2";
}

.fa-person-chalkboard::before {
  content: "\E53D";
}

.fa-mars-stroke-right::before {
  content: "\F22B";
}

.fa-mars-stroke-h::before {
  content: "\F22B";
}

.fa-hand-back-fist::before {
  content: "\F255";
}

.fa-hand-rock::before {
  content: "\F255";
}

.fa-square-caret-up::before {
  content: "\F151";
}

.fa-caret-square-up::before {
  content: "\F151";
}

.fa-cloud-showers-water::before {
  content: "\E4E4";
}

.fa-chart-bar::before {
  content: "\F080";
}

.fa-bar-chart::before {
  content: "\F080";
}

.fa-hands-bubbles::before {
  content: "\E05E";
}

.fa-hands-wash::before {
  content: "\E05E";
}

.fa-less-than-equal::before {
  content: "\F537";
}

.fa-train::before {
  content: "\F238";
}

.fa-eye-low-vision::before {
  content: "\F2A8";
}

.fa-low-vision::before {
  content: "\F2A8";
}

.fa-crow::before {
  content: "\F520";
}

.fa-sailboat::before {
  content: "\E445";
}

.fa-window-restore::before {
  content: "\F2D2";
}

.fa-square-plus::before {
  content: "\F0FE";
}

.fa-plus-square::before {
  content: "\F0FE";
}

.fa-torii-gate::before {
  content: "\F6A1";
}

.fa-frog::before {
  content: "\F52E";
}

.fa-bucket::before {
  content: "\E4CF";
}

.fa-image::before {
  content: "\F03E";
}

.fa-microphone::before {
  content: "\F130";
}

.fa-cow::before {
  content: "\F6C8";
}

.fa-caret-up::before {
  content: "\F0D8";
}

.fa-screwdriver::before {
  content: "\F54A";
}

.fa-folder-closed::before {
  content: "\E185";
}

.fa-house-tsunami::before {
  content: "\E515";
}

.fa-square-nfi::before {
  content: "\E576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\E4B5";
}

.fa-martini-glass::before {
  content: "\F57B";
}

.fa-glass-martini-alt::before {
  content: "\F57B";
}

.fa-rotate-left::before {
  content: "\F2EA";
}

.fa-rotate-back::before {
  content: "\F2EA";
}

.fa-rotate-backward::before {
  content: "\F2EA";
}

.fa-undo-alt::before {
  content: "\F2EA";
}

.fa-table-columns::before {
  content: "\F0DB";
}

.fa-columns::before {
  content: "\F0DB";
}

.fa-lemon::before {
  content: "\F094";
}

.fa-head-side-mask::before {
  content: "\E063";
}

.fa-handshake::before {
  content: "\F2B5";
}

.fa-gem::before {
  content: "\F3A5";
}

.fa-dolly::before {
  content: "\F472";
}

.fa-dolly-box::before {
  content: "\F472";
}

.fa-smoking::before {
  content: "\F48D";
}

.fa-minimize::before {
  content: "\F78C";
}

.fa-compress-arrows-alt::before {
  content: "\F78C";
}

.fa-monument::before {
  content: "\F5A6";
}

.fa-snowplow::before {
  content: "\F7D2";
}

.fa-angles-right::before {
  content: "\F101";
}

.fa-angle-double-right::before {
  content: "\F101";
}

.fa-cannabis::before {
  content: "\F55F";
}

.fa-circle-play::before {
  content: "\F144";
}

.fa-play-circle::before {
  content: "\F144";
}

.fa-tablets::before {
  content: "\F490";
}

.fa-ethernet::before {
  content: "\F796";
}

.fa-euro-sign::before {
  content: "\F153";
}

.fa-eur::before {
  content: "\F153";
}

.fa-euro::before {
  content: "\F153";
}

.fa-chair::before {
  content: "\F6C0";
}

.fa-circle-check::before {
  content: "\F058";
}

.fa-check-circle::before {
  content: "\F058";
}

.fa-circle-stop::before {
  content: "\F28D";
}

.fa-stop-circle::before {
  content: "\F28D";
}

.fa-compass-drafting::before {
  content: "\F568";
}

.fa-drafting-compass::before {
  content: "\F568";
}

.fa-plate-wheat::before {
  content: "\E55A";
}

.fa-icicles::before {
  content: "\F7AD";
}

.fa-person-shelter::before {
  content: "\E54F";
}

.fa-neuter::before {
  content: "\F22C";
}

.fa-id-badge::before {
  content: "\F2C1";
}

.fa-marker::before {
  content: "\F5A1";
}

.fa-face-laugh-beam::before {
  content: "\F59A";
}

.fa-laugh-beam::before {
  content: "\F59A";
}

.fa-helicopter-symbol::before {
  content: "\E502";
}

.fa-universal-access::before {
  content: "\F29A";
}

.fa-circle-chevron-up::before {
  content: "\F139";
}

.fa-chevron-circle-up::before {
  content: "\F139";
}

.fa-lari-sign::before {
  content: "\E1C8";
}

.fa-volcano::before {
  content: "\F770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\E553";
}

.fa-sterling-sign::before {
  content: "\F154";
}

.fa-gbp::before {
  content: "\F154";
}

.fa-pound-sign::before {
  content: "\F154";
}

.fa-viruses::before {
  content: "\E076";
}

.fa-square-person-confined::before {
  content: "\E577";
}

.fa-user-tie::before {
  content: "\F508";
}

.fa-arrow-down-long::before {
  content: "\F175";
}

.fa-long-arrow-down::before {
  content: "\F175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\E57E";
}

.fa-certificate::before {
  content: "\F0A3";
}

.fa-reply-all::before {
  content: "\F122";
}

.fa-mail-reply-all::before {
  content: "\F122";
}

.fa-suitcase::before {
  content: "\F0F2";
}

.fa-person-skating::before {
  content: "\F7C5";
}

.fa-skating::before {
  content: "\F7C5";
}

.fa-filter-circle-dollar::before {
  content: "\F662";
}

.fa-funnel-dollar::before {
  content: "\F662";
}

.fa-camera-retro::before {
  content: "\F083";
}

.fa-circle-arrow-down::before {
  content: "\F0AB";
}

.fa-arrow-circle-down::before {
  content: "\F0AB";
}

.fa-file-import::before {
  content: "\F56F";
}

.fa-arrow-right-to-file::before {
  content: "\F56F";
}

.fa-square-arrow-up-right::before {
  content: "\F14C";
}

.fa-external-link-square::before {
  content: "\F14C";
}

.fa-box-open::before {
  content: "\F49E";
}

.fa-scroll::before {
  content: "\F70E";
}

.fa-spa::before {
  content: "\F5BB";
}

.fa-location-pin-lock::before {
  content: "\E51F";
}

.fa-pause::before {
  content: "\F04C";
}

.fa-hill-avalanche::before {
  content: "\E507";
}

.fa-temperature-empty::before {
  content: "\F2CB";
}

.fa-temperature-0::before {
  content: "\F2CB";
}

.fa-thermometer-0::before {
  content: "\F2CB";
}

.fa-thermometer-empty::before {
  content: "\F2CB";
}

.fa-bomb::before {
  content: "\F1E2";
}

.fa-registered::before {
  content: "\F25D";
}

.fa-address-card::before {
  content: "\F2BB";
}

.fa-contact-card::before {
  content: "\F2BB";
}

.fa-vcard::before {
  content: "\F2BB";
}

.fa-scale-unbalanced-flip::before {
  content: "\F516";
}

.fa-balance-scale-right::before {
  content: "\F516";
}

.fa-subscript::before {
  content: "\F12C";
}

.fa-diamond-turn-right::before {
  content: "\F5EB";
}

.fa-directions::before {
  content: "\F5EB";
}

.fa-burst::before {
  content: "\E4DC";
}

.fa-house-laptop::before {
  content: "\E066";
}

.fa-laptop-house::before {
  content: "\E066";
}

.fa-face-tired::before {
  content: "\F5C8";
}

.fa-tired::before {
  content: "\F5C8";
}

.fa-money-bills::before {
  content: "\E1F3";
}

.fa-smog::before {
  content: "\F75F";
}

.fa-crutch::before {
  content: "\F7F7";
}

.fa-cloud-arrow-up::before {
  content: "\F0EE";
}

.fa-cloud-upload::before {
  content: "\F0EE";
}

.fa-cloud-upload-alt::before {
  content: "\F0EE";
}

.fa-palette::before {
  content: "\F53F";
}

.fa-arrows-turn-right::before {
  content: "\E4C0";
}

.fa-vest::before {
  content: "\E085";
}

.fa-ferry::before {
  content: "\E4EA";
}

.fa-arrows-down-to-people::before {
  content: "\E4B9";
}

.fa-seedling::before {
  content: "\F4D8";
}

.fa-sprout::before {
  content: "\F4D8";
}

.fa-left-right::before {
  content: "\F337";
}

.fa-arrows-alt-h::before {
  content: "\F337";
}

.fa-boxes-packing::before {
  content: "\E4C7";
}

.fa-circle-arrow-left::before {
  content: "\F0A8";
}

.fa-arrow-circle-left::before {
  content: "\F0A8";
}

.fa-group-arrows-rotate::before {
  content: "\E4F6";
}

.fa-bowl-food::before {
  content: "\E4C6";
}

.fa-candy-cane::before {
  content: "\F786";
}

.fa-arrow-down-wide-short::before {
  content: "\F160";
}

.fa-sort-amount-asc::before {
  content: "\F160";
}

.fa-sort-amount-down::before {
  content: "\F160";
}

.fa-cloud-bolt::before {
  content: "\F76C";
}

.fa-thunderstorm::before {
  content: "\F76C";
}

.fa-text-slash::before {
  content: "\F87D";
}

.fa-remove-format::before {
  content: "\F87D";
}

.fa-face-smile-wink::before {
  content: "\F4DA";
}

.fa-smile-wink::before {
  content: "\F4DA";
}

.fa-file-word::before {
  content: "\F1C2";
}

.fa-file-powerpoint::before {
  content: "\F1C4";
}

.fa-arrows-left-right::before {
  content: "\F07E";
}

.fa-arrows-h::before {
  content: "\F07E";
}

.fa-house-lock::before {
  content: "\E510";
}

.fa-cloud-arrow-down::before {
  content: "\F0ED";
}

.fa-cloud-download::before {
  content: "\F0ED";
}

.fa-cloud-download-alt::before {
  content: "\F0ED";
}

.fa-children::before {
  content: "\E4E1";
}

.fa-chalkboard::before {
  content: "\F51B";
}

.fa-blackboard::before {
  content: "\F51B";
}

.fa-user-large-slash::before {
  content: "\F4FA";
}

.fa-user-alt-slash::before {
  content: "\F4FA";
}

.fa-envelope-open::before {
  content: "\F2B6";
}

.fa-handshake-simple-slash::before {
  content: "\E05F";
}

.fa-handshake-alt-slash::before {
  content: "\E05F";
}

.fa-mattress-pillow::before {
  content: "\E525";
}

.fa-guarani-sign::before {
  content: "\E19A";
}

.fa-arrows-rotate::before {
  content: "\F021";
}

.fa-refresh::before {
  content: "\F021";
}

.fa-sync::before {
  content: "\F021";
}

.fa-fire-extinguisher::before {
  content: "\F134";
}

.fa-cruzeiro-sign::before {
  content: "\E152";
}

.fa-greater-than-equal::before {
  content: "\F532";
}

.fa-shield-halved::before {
  content: "\F3ED";
}

.fa-shield-alt::before {
  content: "\F3ED";
}

.fa-book-atlas::before {
  content: "\F558";
}

.fa-atlas::before {
  content: "\F558";
}

.fa-virus::before {
  content: "\E074";
}

.fa-envelope-circle-check::before {
  content: "\E4E8";
}

.fa-layer-group::before {
  content: "\F5FD";
}

.fa-arrows-to-dot::before {
  content: "\E4BE";
}

.fa-archway::before {
  content: "\F557";
}

.fa-heart-circle-check::before {
  content: "\E4FD";
}

.fa-house-chimney-crack::before {
  content: "\F6F1";
}

.fa-house-damage::before {
  content: "\F6F1";
}

.fa-file-zipper::before {
  content: "\F1C6";
}

.fa-file-archive::before {
  content: "\F1C6";
}

.fa-square::before {
  content: "\F0C8";
}

.fa-martini-glass-empty::before {
  content: "\F000";
}

.fa-glass-martini::before {
  content: "\F000";
}

.fa-couch::before {
  content: "\F4B8";
}

.fa-cedi-sign::before {
  content: "\E0DF";
}

.fa-italic::before {
  content: "\F033";
}

.fa-church::before {
  content: "\F51D";
}

.fa-comments-dollar::before {
  content: "\F653";
}

.fa-democrat::before {
  content: "\F747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\F7C9";
}

.fa-skiing::before {
  content: "\F7C9";
}

.fa-road-lock::before {
  content: "\E567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\E03F";
}

.fa-temperature-down::before {
  content: "\E03F";
}

.fa-feather-pointed::before {
  content: "\F56B";
}

.fa-feather-alt::before {
  content: "\F56B";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\F2DC";
}

.fa-newspaper::before {
  content: "\F1EA";
}

.fa-rectangle-ad::before {
  content: "\F641";
}

.fa-ad::before {
  content: "\F641";
}

.fa-circle-arrow-right::before {
  content: "\F0A9";
}

.fa-arrow-circle-right::before {
  content: "\F0A9";
}

.fa-filter-circle-xmark::before {
  content: "\E17B";
}

.fa-locust::before {
  content: "\E520";
}

.fa-sort::before {
  content: "\F0DC";
}

.fa-unsorted::before {
  content: "\F0DC";
}

.fa-list-ol::before {
  content: "\F0CB";
}

.fa-list-1-2::before {
  content: "\F0CB";
}

.fa-list-numeric::before {
  content: "\F0CB";
}

.fa-person-dress-burst::before {
  content: "\E544";
}

.fa-money-check-dollar::before {
  content: "\F53D";
}

.fa-money-check-alt::before {
  content: "\F53D";
}

.fa-vector-square::before {
  content: "\F5CB";
}

.fa-bread-slice::before {
  content: "\F7EC";
}

.fa-language::before {
  content: "\F1AB";
}

.fa-face-kiss-wink-heart::before {
  content: "\F598";
}

.fa-kiss-wink-heart::before {
  content: "\F598";
}

.fa-filter::before {
  content: "\F0B0";
}

.fa-question::before {
  content: "?";
}

.fa-file-signature::before {
  content: "\F573";
}

.fa-up-down-left-right::before {
  content: "\F0B2";
}

.fa-arrows-alt::before {
  content: "\F0B2";
}

.fa-house-chimney-user::before {
  content: "\E065";
}

.fa-hand-holding-heart::before {
  content: "\F4BE";
}

.fa-puzzle-piece::before {
  content: "\F12E";
}

.fa-money-check::before {
  content: "\F53C";
}

.fa-star-half-stroke::before {
  content: "\F5C0";
}

.fa-star-half-alt::before {
  content: "\F5C0";
}

.fa-code::before {
  content: "\F121";
}

.fa-whiskey-glass::before {
  content: "\F7A0";
}

.fa-glass-whiskey::before {
  content: "\F7A0";
}

.fa-building-circle-exclamation::before {
  content: "\E4D3";
}

.fa-magnifying-glass-chart::before {
  content: "\E522";
}

.fa-arrow-up-right-from-square::before {
  content: "\F08E";
}

.fa-external-link::before {
  content: "\F08E";
}

.fa-cubes-stacked::before {
  content: "\E4E6";
}

.fa-won-sign::before {
  content: "\F159";
}

.fa-krw::before {
  content: "\F159";
}

.fa-won::before {
  content: "\F159";
}

.fa-virus-covid::before {
  content: "\E4A8";
}

.fa-austral-sign::before {
  content: "\E0A9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\F06C";
}

.fa-road::before {
  content: "\F018";
}

.fa-taxi::before {
  content: "\F1BA";
}

.fa-cab::before {
  content: "\F1BA";
}

.fa-person-circle-plus::before {
  content: "\E541";
}

.fa-chart-pie::before {
  content: "\F200";
}

.fa-pie-chart::before {
  content: "\F200";
}

.fa-bolt-lightning::before {
  content: "\E0B7";
}

.fa-sack-xmark::before {
  content: "\E56A";
}

.fa-file-excel::before {
  content: "\F1C3";
}

.fa-file-contract::before {
  content: "\F56C";
}

.fa-fish-fins::before {
  content: "\E4F2";
}

.fa-building-flag::before {
  content: "\E4D5";
}

.fa-face-grin-beam::before {
  content: "\F582";
}

.fa-grin-beam::before {
  content: "\F582";
}

.fa-object-ungroup::before {
  content: "\F248";
}

.fa-poop::before {
  content: "\F619";
}

.fa-location-pin::before {
  content: "\F041";
}

.fa-map-marker::before {
  content: "\F041";
}

.fa-kaaba::before {
  content: "\F66B";
}

.fa-toilet-paper::before {
  content: "\F71E";
}

.fa-helmet-safety::before {
  content: "\F807";
}

.fa-hard-hat::before {
  content: "\F807";
}

.fa-hat-hard::before {
  content: "\F807";
}

.fa-eject::before {
  content: "\F052";
}

.fa-circle-right::before {
  content: "\F35A";
}

.fa-arrow-alt-circle-right::before {
  content: "\F35A";
}

.fa-plane-circle-check::before {
  content: "\E555";
}

.fa-face-rolling-eyes::before {
  content: "\F5A5";
}

.fa-meh-rolling-eyes::before {
  content: "\F5A5";
}

.fa-object-group::before {
  content: "\F247";
}

.fa-chart-line::before {
  content: "\F201";
}

.fa-line-chart::before {
  content: "\F201";
}

.fa-mask-ventilator::before {
  content: "\E524";
}

.fa-arrow-right::before {
  content: "\F061";
}

.fa-signs-post::before {
  content: "\F277";
}

.fa-map-signs::before {
  content: "\F277";
}

.fa-cash-register::before {
  content: "\F788";
}

.fa-person-circle-question::before {
  content: "\E542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\E57B";
}

.fa-screwdriver-wrench::before {
  content: "\F7D9";
}

.fa-tools::before {
  content: "\F7D9";
}

.fa-arrows-to-eye::before {
  content: "\E4BF";
}

.fa-plug-circle-bolt::before {
  content: "\E55B";
}

.fa-heart::before {
  content: "\F004";
}

.fa-mars-and-venus::before {
  content: "\F224";
}

.fa-house-user::before {
  content: "\E1B0";
}

.fa-home-user::before {
  content: "\E1B0";
}

.fa-dumpster-fire::before {
  content: "\F794";
}

.fa-house-crack::before {
  content: "\E3B1";
}

.fa-martini-glass-citrus::before {
  content: "\F561";
}

.fa-cocktail::before {
  content: "\F561";
}

.fa-face-surprise::before {
  content: "\F5C2";
}

.fa-surprise::before {
  content: "\F5C2";
}

.fa-bottle-water::before {
  content: "\E4C5";
}

.fa-circle-pause::before {
  content: "\F28B";
}

.fa-pause-circle::before {
  content: "\F28B";
}

.fa-toilet-paper-slash::before {
  content: "\E072";
}

.fa-apple-whole::before {
  content: "\F5D1";
}

.fa-apple-alt::before {
  content: "\F5D1";
}

.fa-kitchen-set::before {
  content: "\E51A";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\F2CA";
}

.fa-temperature-1::before {
  content: "\F2CA";
}

.fa-thermometer-1::before {
  content: "\F2CA";
}

.fa-thermometer-quarter::before {
  content: "\F2CA";
}

.fa-cube::before {
  content: "\F1B2";
}

.fa-bitcoin-sign::before {
  content: "\E0B4";
}

.fa-shield-dog::before {
  content: "\E573";
}

.fa-solar-panel::before {
  content: "\F5BA";
}

.fa-lock-open::before {
  content: "\F3C1";
}

.fa-elevator::before {
  content: "\E16D";
}

.fa-money-bill-transfer::before {
  content: "\E528";
}

.fa-money-bill-trend-up::before {
  content: "\E529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\E50F";
}

.fa-square-poll-horizontal::before {
  content: "\F682";
}

.fa-poll-h::before {
  content: "\F682";
}

.fa-circle::before {
  content: "\F111";
}

.fa-backward-fast::before {
  content: "\F049";
}

.fa-fast-backward::before {
  content: "\F049";
}

.fa-recycle::before {
  content: "\F1B8";
}

.fa-user-astronaut::before {
  content: "\F4FB";
}

.fa-plane-slash::before {
  content: "\E069";
}

.fa-trademark::before {
  content: "\F25C";
}

.fa-basketball::before {
  content: "\F434";
}

.fa-basketball-ball::before {
  content: "\F434";
}

.fa-satellite-dish::before {
  content: "\F7C0";
}

.fa-circle-up::before {
  content: "\F35B";
}

.fa-arrow-alt-circle-up::before {
  content: "\F35B";
}

.fa-mobile-screen-button::before {
  content: "\F3CD";
}

.fa-mobile-alt::before {
  content: "\F3CD";
}

.fa-volume-high::before {
  content: "\F028";
}

.fa-volume-up::before {
  content: "\F028";
}

.fa-users-rays::before {
  content: "\E593";
}

.fa-wallet::before {
  content: "\F555";
}

.fa-clipboard-check::before {
  content: "\F46C";
}

.fa-file-audio::before {
  content: "\F1C7";
}

.fa-burger::before {
  content: "\F805";
}

.fa-hamburger::before {
  content: "\F805";
}

.fa-wrench::before {
  content: "\F0AD";
}

.fa-bugs::before {
  content: "\E4D0";
}

.fa-rupee-sign::before {
  content: "\F156";
}

.fa-rupee::before {
  content: "\F156";
}

.fa-file-image::before {
  content: "\F1C5";
}

.fa-circle-question::before {
  content: "\F059";
}

.fa-question-circle::before {
  content: "\F059";
}

.fa-plane-departure::before {
  content: "\F5B0";
}

.fa-handshake-slash::before {
  content: "\E060";
}

.fa-book-bookmark::before {
  content: "\E0BB";
}

.fa-code-branch::before {
  content: "\F126";
}

.fa-hat-cowboy::before {
  content: "\F8C0";
}

.fa-bridge::before {
  content: "\E4C8";
}

.fa-phone-flip::before {
  content: "\F879";
}

.fa-phone-alt::before {
  content: "\F879";
}

.fa-truck-front::before {
  content: "\E2B7";
}

.fa-cat::before {
  content: "\F6BE";
}

.fa-anchor-circle-exclamation::before {
  content: "\E4AB";
}

.fa-truck-field::before {
  content: "\E58D";
}

.fa-route::before {
  content: "\F4D7";
}

.fa-clipboard-question::before {
  content: "\E4E3";
}

.fa-panorama::before {
  content: "\E209";
}

.fa-comment-medical::before {
  content: "\F7F5";
}

.fa-teeth-open::before {
  content: "\F62F";
}

.fa-file-circle-minus::before {
  content: "\E4ED";
}

.fa-tags::before {
  content: "\F02C";
}

.fa-wine-glass::before {
  content: "\F4E3";
}

.fa-forward-fast::before {
  content: "\F050";
}

.fa-fast-forward::before {
  content: "\F050";
}

.fa-face-meh-blank::before {
  content: "\F5A4";
}

.fa-meh-blank::before {
  content: "\F5A4";
}

.fa-square-parking::before {
  content: "\F540";
}

.fa-parking::before {
  content: "\F540";
}

.fa-house-signal::before {
  content: "\E012";
}

.fa-bars-progress::before {
  content: "\F828";
}

.fa-tasks-alt::before {
  content: "\F828";
}

.fa-faucet-drip::before {
  content: "\E006";
}

.fa-cart-flatbed::before {
  content: "\F474";
}

.fa-dolly-flatbed::before {
  content: "\F474";
}

.fa-ban-smoking::before {
  content: "\F54D";
}

.fa-smoking-ban::before {
  content: "\F54D";
}

.fa-terminal::before {
  content: "\F120";
}

.fa-mobile-button::before {
  content: "\F10B";
}

.fa-house-medical-flag::before {
  content: "\E514";
}

.fa-basket-shopping::before {
  content: "\F291";
}

.fa-shopping-basket::before {
  content: "\F291";
}

.fa-tape::before {
  content: "\F4DB";
}

.fa-bus-simple::before {
  content: "\F55E";
}

.fa-bus-alt::before {
  content: "\F55E";
}

.fa-eye::before {
  content: "\F06E";
}

.fa-face-sad-cry::before {
  content: "\F5B3";
}

.fa-sad-cry::before {
  content: "\F5B3";
}

.fa-audio-description::before {
  content: "\F29E";
}

.fa-person-military-to-person::before {
  content: "\E54C";
}

.fa-file-shield::before {
  content: "\E4F0";
}

.fa-user-slash::before {
  content: "\F506";
}

.fa-pen::before {
  content: "\F304";
}

.fa-tower-observation::before {
  content: "\E586";
}

.fa-file-code::before {
  content: "\F1C9";
}

.fa-signal::before {
  content: "\F012";
}

.fa-signal-5::before {
  content: "\F012";
}

.fa-signal-perfect::before {
  content: "\F012";
}

.fa-bus::before {
  content: "\F207";
}

.fa-heart-circle-xmark::before {
  content: "\E501";
}

.fa-house-chimney::before {
  content: "\E3AF";
}

.fa-home-lg::before {
  content: "\E3AF";
}

.fa-window-maximize::before {
  content: "\F2D0";
}

.fa-face-frown::before {
  content: "\F119";
}

.fa-frown::before {
  content: "\F119";
}

.fa-prescription::before {
  content: "\F5B1";
}

.fa-shop::before {
  content: "\F54F";
}

.fa-store-alt::before {
  content: "\F54F";
}

.fa-floppy-disk::before {
  content: "\F0C7";
}

.fa-save::before {
  content: "\F0C7";
}

.fa-vihara::before {
  content: "\F6A7";
}

.fa-scale-unbalanced::before {
  content: "\F515";
}

.fa-balance-scale-left::before {
  content: "\F515";
}

.fa-sort-up::before {
  content: "\F0DE";
}

.fa-sort-asc::before {
  content: "\F0DE";
}

.fa-comment-dots::before {
  content: "\F4AD";
}

.fa-commenting::before {
  content: "\F4AD";
}

.fa-plant-wilt::before {
  content: "\E5AA";
}

.fa-diamond::before {
  content: "\F219";
}

.fa-face-grin-squint::before {
  content: "\F585";
}

.fa-grin-squint::before {
  content: "\F585";
}

.fa-hand-holding-dollar::before {
  content: "\F4C0";
}

.fa-hand-holding-usd::before {
  content: "\F4C0";
}

.fa-bacterium::before {
  content: "\E05A";
}

.fa-hand-pointer::before {
  content: "\F25A";
}

.fa-drum-steelpan::before {
  content: "\F56A";
}

.fa-hand-scissors::before {
  content: "\F257";
}

.fa-hands-praying::before {
  content: "\F684";
}

.fa-praying-hands::before {
  content: "\F684";
}

.fa-arrow-rotate-right::before {
  content: "\F01E";
}

.fa-arrow-right-rotate::before {
  content: "\F01E";
}

.fa-arrow-rotate-forward::before {
  content: "\F01E";
}

.fa-redo::before {
  content: "\F01E";
}

.fa-biohazard::before {
  content: "\F780";
}

.fa-location-crosshairs::before {
  content: "\F601";
}

.fa-location::before {
  content: "\F601";
}

.fa-mars-double::before {
  content: "\F227";
}

.fa-child-dress::before {
  content: "\E59C";
}

.fa-users-between-lines::before {
  content: "\E591";
}

.fa-lungs-virus::before {
  content: "\E067";
}

.fa-face-grin-tears::before {
  content: "\F588";
}

.fa-grin-tears::before {
  content: "\F588";
}

.fa-phone::before {
  content: "\F095";
}

.fa-calendar-xmark::before {
  content: "\F273";
}

.fa-calendar-times::before {
  content: "\F273";
}

.fa-child-reaching::before {
  content: "\E59D";
}

.fa-head-side-virus::before {
  content: "\E064";
}

.fa-user-gear::before {
  content: "\F4FE";
}

.fa-user-cog::before {
  content: "\F4FE";
}

.fa-arrow-up-1-9::before {
  content: "\F163";
}

.fa-sort-numeric-up::before {
  content: "\F163";
}

.fa-door-closed::before {
  content: "\F52A";
}

.fa-shield-virus::before {
  content: "\E06C";
}

.fa-dice-six::before {
  content: "\F526";
}

.fa-mosquito-net::before {
  content: "\E52C";
}

.fa-bridge-water::before {
  content: "\E4CE";
}

.fa-person-booth::before {
  content: "\F756";
}

.fa-text-width::before {
  content: "\F035";
}

.fa-hat-wizard::before {
  content: "\F6E8";
}

.fa-pen-fancy::before {
  content: "\F5AC";
}

.fa-person-digging::before {
  content: "\F85E";
}

.fa-digging::before {
  content: "\F85E";
}

.fa-trash::before {
  content: "\F1F8";
}

.fa-gauge-simple::before {
  content: "\F629";
}

.fa-gauge-simple-med::before {
  content: "\F629";
}

.fa-tachometer-average::before {
  content: "\F629";
}

.fa-book-medical::before {
  content: "\F7E6";
}

.fa-poo::before {
  content: "\F2FE";
}

.fa-quote-right::before {
  content: "\F10E";
}

.fa-quote-right-alt::before {
  content: "\F10E";
}

.fa-shirt::before {
  content: "\F553";
}

.fa-t-shirt::before {
  content: "\F553";
}

.fa-tshirt::before {
  content: "\F553";
}

.fa-cubes::before {
  content: "\F1B3";
}

.fa-divide::before {
  content: "\F529";
}

.fa-tenge-sign::before {
  content: "\F7D7";
}

.fa-tenge::before {
  content: "\F7D7";
}

.fa-headphones::before {
  content: "\F025";
}

.fa-hands-holding::before {
  content: "\F4C2";
}

.fa-hands-clapping::before {
  content: "\E1A8";
}

.fa-republican::before {
  content: "\F75E";
}

.fa-arrow-left::before {
  content: "\F060";
}

.fa-person-circle-xmark::before {
  content: "\E543";
}

.fa-ruler::before {
  content: "\F545";
}

.fa-align-left::before {
  content: "\F036";
}

.fa-dice-d6::before {
  content: "\F6D1";
}

.fa-restroom::before {
  content: "\F7BD";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\E595";
}

.fa-file-video::before {
  content: "\F1C8";
}

.fa-up-right-from-square::before {
  content: "\F35D";
}

.fa-external-link-alt::before {
  content: "\F35D";
}

.fa-table-cells::before {
  content: "\F00A";
}

.fa-th::before {
  content: "\F00A";
}

.fa-file-pdf::before {
  content: "\F1C1";
}

.fa-book-bible::before {
  content: "\F647";
}

.fa-bible::before {
  content: "\F647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\F0FA";
}

.fa-medkit::before {
  content: "\F0FA";
}

.fa-user-secret::before {
  content: "\F21B";
}

.fa-otter::before {
  content: "\F700";
}

.fa-person-dress::before {
  content: "\F182";
}

.fa-female::before {
  content: "\F182";
}

.fa-comment-dollar::before {
  content: "\F651";
}

.fa-business-time::before {
  content: "\F64A";
}

.fa-briefcase-clock::before {
  content: "\F64A";
}

.fa-table-cells-large::before {
  content: "\F009";
}

.fa-th-large::before {
  content: "\F009";
}

.fa-book-tanakh::before {
  content: "\F827";
}

.fa-tanakh::before {
  content: "\F827";
}

.fa-phone-volume::before {
  content: "\F2A0";
}

.fa-volume-control-phone::before {
  content: "\F2A0";
}

.fa-hat-cowboy-side::before {
  content: "\F8C1";
}

.fa-clipboard-user::before {
  content: "\F7F3";
}

.fa-child::before {
  content: "\F1AE";
}

.fa-lira-sign::before {
  content: "\F195";
}

.fa-satellite::before {
  content: "\F7BF";
}

.fa-plane-lock::before {
  content: "\E558";
}

.fa-tag::before {
  content: "\F02B";
}

.fa-comment::before {
  content: "\F075";
}

.fa-cake-candles::before {
  content: "\F1FD";
}

.fa-birthday-cake::before {
  content: "\F1FD";
}

.fa-cake::before {
  content: "\F1FD";
}

.fa-envelope::before {
  content: "\F0E0";
}

.fa-angles-up::before {
  content: "\F102";
}

.fa-angle-double-up::before {
  content: "\F102";
}

.fa-paperclip::before {
  content: "\F0C6";
}

.fa-arrow-right-to-city::before {
  content: "\E4B3";
}

.fa-ribbon::before {
  content: "\F4D6";
}

.fa-lungs::before {
  content: "\F604";
}

.fa-arrow-up-9-1::before {
  content: "\F887";
}

.fa-sort-numeric-up-alt::before {
  content: "\F887";
}

.fa-litecoin-sign::before {
  content: "\E1D3";
}

.fa-border-none::before {
  content: "\F850";
}

.fa-circle-nodes::before {
  content: "\E4E2";
}

.fa-parachute-box::before {
  content: "\F4CD";
}

.fa-indent::before {
  content: "\F03C";
}

.fa-truck-field-un::before {
  content: "\E58E";
}

.fa-hourglass::before {
  content: "\F254";
}

.fa-hourglass-empty::before {
  content: "\F254";
}

.fa-mountain::before {
  content: "\F6FC";
}

.fa-user-doctor::before {
  content: "\F0F0";
}

.fa-user-md::before {
  content: "\F0F0";
}

.fa-circle-info::before {
  content: "\F05A";
}

.fa-info-circle::before {
  content: "\F05A";
}

.fa-cloud-meatball::before {
  content: "\F73B";
}

.fa-camera::before {
  content: "\F030";
}

.fa-camera-alt::before {
  content: "\F030";
}

.fa-square-virus::before {
  content: "\E578";
}

.fa-meteor::before {
  content: "\F753";
}

.fa-car-on::before {
  content: "\E4DD";
}

.fa-sleigh::before {
  content: "\F7CC";
}

.fa-arrow-down-1-9::before {
  content: "\F162";
}

.fa-sort-numeric-asc::before {
  content: "\F162";
}

.fa-sort-numeric-down::before {
  content: "\F162";
}

.fa-hand-holding-droplet::before {
  content: "\F4C1";
}

.fa-hand-holding-water::before {
  content: "\F4C1";
}

.fa-water::before {
  content: "\F773";
}

.fa-calendar-check::before {
  content: "\F274";
}

.fa-braille::before {
  content: "\F2A1";
}

.fa-prescription-bottle-medical::before {
  content: "\F486";
}

.fa-prescription-bottle-alt::before {
  content: "\F486";
}

.fa-landmark::before {
  content: "\F66F";
}

.fa-truck::before {
  content: "\F0D1";
}

.fa-crosshairs::before {
  content: "\F05B";
}

.fa-person-cane::before {
  content: "\E53C";
}

.fa-tent::before {
  content: "\E57D";
}

.fa-vest-patches::before {
  content: "\E086";
}

.fa-check-double::before {
  content: "\F560";
}

.fa-arrow-down-a-z::before {
  content: "\F15D";
}

.fa-sort-alpha-asc::before {
  content: "\F15D";
}

.fa-sort-alpha-down::before {
  content: "\F15D";
}

.fa-money-bill-wheat::before {
  content: "\E52A";
}

.fa-cookie::before {
  content: "\F563";
}

.fa-arrow-rotate-left::before {
  content: "\F0E2";
}

.fa-arrow-left-rotate::before {
  content: "\F0E2";
}

.fa-arrow-rotate-back::before {
  content: "\F0E2";
}

.fa-arrow-rotate-backward::before {
  content: "\F0E2";
}

.fa-undo::before {
  content: "\F0E2";
}

.fa-hard-drive::before {
  content: "\F0A0";
}

.fa-hdd::before {
  content: "\F0A0";
}

.fa-face-grin-squint-tears::before {
  content: "\F586";
}

.fa-grin-squint-tears::before {
  content: "\F586";
}

.fa-dumbbell::before {
  content: "\F44B";
}

.fa-rectangle-list::before {
  content: "\F022";
}

.fa-list-alt::before {
  content: "\F022";
}

.fa-tarp-droplet::before {
  content: "\E57C";
}

.fa-house-medical-circle-check::before {
  content: "\E511";
}

.fa-person-skiing-nordic::before {
  content: "\F7CA";
}

.fa-skiing-nordic::before {
  content: "\F7CA";
}

.fa-calendar-plus::before {
  content: "\F271";
}

.fa-plane-arrival::before {
  content: "\F5AF";
}

.fa-circle-left::before {
  content: "\F359";
}

.fa-arrow-alt-circle-left::before {
  content: "\F359";
}

.fa-train-subway::before {
  content: "\F239";
}

.fa-subway::before {
  content: "\F239";
}

.fa-chart-gantt::before {
  content: "\E0E4";
}

.fa-indian-rupee-sign::before {
  content: "\E1BC";
}

.fa-indian-rupee::before {
  content: "\E1BC";
}

.fa-inr::before {
  content: "\E1BC";
}

.fa-crop-simple::before {
  content: "\F565";
}

.fa-crop-alt::before {
  content: "\F565";
}

.fa-money-bill-1::before {
  content: "\F3D1";
}

.fa-money-bill-alt::before {
  content: "\F3D1";
}

.fa-left-long::before {
  content: "\F30A";
}

.fa-long-arrow-alt-left::before {
  content: "\F30A";
}

.fa-dna::before {
  content: "\F471";
}

.fa-virus-slash::before {
  content: "\E075";
}

.fa-minus::before {
  content: "\F068";
}

.fa-subtract::before {
  content: "\F068";
}

.fa-chess::before {
  content: "\F439";
}

.fa-arrow-left-long::before {
  content: "\F177";
}

.fa-long-arrow-left::before {
  content: "\F177";
}

.fa-plug-circle-check::before {
  content: "\E55C";
}

.fa-street-view::before {
  content: "\F21D";
}

.fa-franc-sign::before {
  content: "\E18F";
}

.fa-volume-off::before {
  content: "\F026";
}

.fa-hands-asl-interpreting::before {
  content: "\F2A3";
}

.fa-american-sign-language-interpreting::before {
  content: "\F2A3";
}

.fa-asl-interpreting::before {
  content: "\F2A3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\F2A3";
}

.fa-gear::before {
  content: "\F013";
}

.fa-cog::before {
  content: "\F013";
}

.fa-droplet-slash::before {
  content: "\F5C7";
}

.fa-tint-slash::before {
  content: "\F5C7";
}

.fa-mosque::before {
  content: "\F678";
}

.fa-mosquito::before {
  content: "\E52B";
}

.fa-star-of-david::before {
  content: "\F69A";
}

.fa-person-military-rifle::before {
  content: "\E54B";
}

.fa-cart-shopping::before {
  content: "\F07A";
}

.fa-shopping-cart::before {
  content: "\F07A";
}

.fa-vials::before {
  content: "\F493";
}

.fa-plug-circle-plus::before {
  content: "\E55F";
}

.fa-place-of-worship::before {
  content: "\F67F";
}

.fa-grip-vertical::before {
  content: "\F58E";
}

.fa-arrow-turn-up::before {
  content: "\F148";
}

.fa-level-up::before {
  content: "\F148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\F698";
}

.fa-square-root-alt::before {
  content: "\F698";
}

.fa-clock::before {
  content: "\F017";
}

.fa-clock-four::before {
  content: "\F017";
}

.fa-backward-step::before {
  content: "\F048";
}

.fa-step-backward::before {
  content: "\F048";
}

.fa-pallet::before {
  content: "\F482";
}

.fa-faucet::before {
  content: "\E005";
}

.fa-baseball-bat-ball::before {
  content: "\F432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\E29C";
}

.fa-keyboard::before {
  content: "\F11C";
}

.fa-caret-down::before {
  content: "\F0D7";
}

.fa-house-chimney-medical::before {
  content: "\F7F2";
}

.fa-clinic-medical::before {
  content: "\F7F2";
}

.fa-temperature-three-quarters::before {
  content: "\F2C8";
}

.fa-temperature-3::before {
  content: "\F2C8";
}

.fa-thermometer-3::before {
  content: "\F2C8";
}

.fa-thermometer-three-quarters::before {
  content: "\F2C8";
}

.fa-mobile-screen::before {
  content: "\F3CF";
}

.fa-mobile-android-alt::before {
  content: "\F3CF";
}

.fa-plane-up::before {
  content: "\E22D";
}

.fa-piggy-bank::before {
  content: "\F4D3";
}

.fa-battery-half::before {
  content: "\F242";
}

.fa-battery-3::before {
  content: "\F242";
}

.fa-mountain-city::before {
  content: "\E52E";
}

.fa-coins::before {
  content: "\F51E";
}

.fa-khanda::before {
  content: "\F66D";
}

.fa-sliders::before {
  content: "\F1DE";
}

.fa-sliders-h::before {
  content: "\F1DE";
}

.fa-folder-tree::before {
  content: "\F802";
}

.fa-network-wired::before {
  content: "\F6FF";
}

.fa-map-pin::before {
  content: "\F276";
}

.fa-hamsa::before {
  content: "\F665";
}

.fa-cent-sign::before {
  content: "\E3F5";
}

.fa-flask::before {
  content: "\F0C3";
}

.fa-person-pregnant::before {
  content: "\E31E";
}

.fa-wand-sparkles::before {
  content: "\F72B";
}

.fa-ellipsis-vertical::before {
  content: "\F142";
}

.fa-ellipsis-v::before {
  content: "\F142";
}

.fa-ticket::before {
  content: "\F145";
}

.fa-power-off::before {
  content: "\F011";
}

.fa-right-long::before {
  content: "\F30B";
}

.fa-long-arrow-alt-right::before {
  content: "\F30B";
}

.fa-flag-usa::before {
  content: "\F74D";
}

.fa-laptop-file::before {
  content: "\E51D";
}

.fa-tty::before {
  content: "\F1E4";
}

.fa-teletype::before {
  content: "\F1E4";
}

.fa-diagram-next::before {
  content: "\E476";
}

.fa-person-rifle::before {
  content: "\E54E";
}

.fa-house-medical-circle-exclamation::before {
  content: "\E512";
}

.fa-closed-captioning::before {
  content: "\F20A";
}

.fa-person-hiking::before {
  content: "\F6EC";
}

.fa-hiking::before {
  content: "\F6EC";
}

.fa-venus-double::before {
  content: "\F226";
}

.fa-images::before {
  content: "\F302";
}

.fa-calculator::before {
  content: "\F1EC";
}

.fa-people-pulling::before {
  content: "\E535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\F7DA";
}

.fa-tram::before {
  content: "\F7DA";
}

.fa-cloud-rain::before {
  content: "\F73D";
}

.fa-building-circle-xmark::before {
  content: "\E4D4";
}

.fa-ship::before {
  content: "\F21A";
}

.fa-arrows-down-to-line::before {
  content: "\E4B8";
}

.fa-download::before {
  content: "\F019";
}

.fa-face-grin::before {
  content: "\F580";
}

.fa-grin::before {
  content: "\F580";
}

.fa-delete-left::before {
  content: "\F55A";
}

.fa-backspace::before {
  content: "\F55A";
}

.fa-eye-dropper::before {
  content: "\F1FB";
}

.fa-eye-dropper-empty::before {
  content: "\F1FB";
}

.fa-eyedropper::before {
  content: "\F1FB";
}

.fa-file-circle-check::before {
  content: "\E5A0";
}

.fa-forward::before {
  content: "\F04E";
}

.fa-mobile::before {
  content: "\F3CE";
}

.fa-mobile-android::before {
  content: "\F3CE";
}

.fa-mobile-phone::before {
  content: "\F3CE";
}

.fa-face-meh::before {
  content: "\F11A";
}

.fa-meh::before {
  content: "\F11A";
}

.fa-align-center::before {
  content: "\F037";
}

.fa-book-skull::before {
  content: "\F6B7";
}

.fa-book-dead::before {
  content: "\F6B7";
}

.fa-id-card::before {
  content: "\F2C2";
}

.fa-drivers-license::before {
  content: "\F2C2";
}

.fa-outdent::before {
  content: "\F03B";
}

.fa-dedent::before {
  content: "\F03B";
}

.fa-heart-circle-exclamation::before {
  content: "\E4FE";
}

.fa-house::before {
  content: "\F015";
}

.fa-home::before {
  content: "\F015";
}

.fa-home-alt::before {
  content: "\F015";
}

.fa-home-lg-alt::before {
  content: "\F015";
}

.fa-calendar-week::before {
  content: "\F784";
}

.fa-laptop-medical::before {
  content: "\F812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\F477";
}

.fa-dice-one::before {
  content: "\F525";
}

.fa-kiwi-bird::before {
  content: "\F535";
}

.fa-arrow-right-arrow-left::before {
  content: "\F0EC";
}

.fa-exchange::before {
  content: "\F0EC";
}

.fa-rotate-right::before {
  content: "\F2F9";
}

.fa-redo-alt::before {
  content: "\F2F9";
}

.fa-rotate-forward::before {
  content: "\F2F9";
}

.fa-utensils::before {
  content: "\F2E7";
}

.fa-cutlery::before {
  content: "\F2E7";
}

.fa-arrow-up-wide-short::before {
  content: "\F161";
}

.fa-sort-amount-up::before {
  content: "\F161";
}

.fa-mill-sign::before {
  content: "\E1ED";
}

.fa-bowl-rice::before {
  content: "\E2EB";
}

.fa-skull::before {
  content: "\F54C";
}

.fa-tower-broadcast::before {
  content: "\F519";
}

.fa-broadcast-tower::before {
  content: "\F519";
}

.fa-truck-pickup::before {
  content: "\F63C";
}

.fa-up-long::before {
  content: "\F30C";
}

.fa-long-arrow-alt-up::before {
  content: "\F30C";
}

.fa-stop::before {
  content: "\F04D";
}

.fa-code-merge::before {
  content: "\F387";
}

.fa-upload::before {
  content: "\F093";
}

.fa-hurricane::before {
  content: "\F751";
}

.fa-mound::before {
  content: "\E52D";
}

.fa-toilet-portable::before {
  content: "\E583";
}

.fa-compact-disc::before {
  content: "\F51F";
}

.fa-file-arrow-down::before {
  content: "\F56D";
}

.fa-file-download::before {
  content: "\F56D";
}

.fa-caravan::before {
  content: "\F8FF";
}

.fa-shield-cat::before {
  content: "\E572";
}

.fa-bolt::before {
  content: "\F0E7";
}

.fa-zap::before {
  content: "\F0E7";
}

.fa-glass-water::before {
  content: "\E4F4";
}

.fa-oil-well::before {
  content: "\E532";
}

.fa-vault::before {
  content: "\E2C5";
}

.fa-mars::before {
  content: "\F222";
}

.fa-toilet::before {
  content: "\F7D8";
}

.fa-plane-circle-xmark::before {
  content: "\E557";
}

.fa-yen-sign::before {
  content: "\F157";
}

.fa-cny::before {
  content: "\F157";
}

.fa-jpy::before {
  content: "\F157";
}

.fa-rmb::before {
  content: "\F157";
}

.fa-yen::before {
  content: "\F157";
}

.fa-ruble-sign::before {
  content: "\F158";
}

.fa-rouble::before {
  content: "\F158";
}

.fa-rub::before {
  content: "\F158";
}

.fa-ruble::before {
  content: "\F158";
}

.fa-sun::before {
  content: "\F185";
}

.fa-guitar::before {
  content: "\F7A6";
}

.fa-face-laugh-wink::before {
  content: "\F59C";
}

.fa-laugh-wink::before {
  content: "\F59C";
}

.fa-horse-head::before {
  content: "\F7AB";
}

.fa-bore-hole::before {
  content: "\E4C3";
}

.fa-industry::before {
  content: "\F275";
}

.fa-circle-down::before {
  content: "\F358";
}

.fa-arrow-alt-circle-down::before {
  content: "\F358";
}

.fa-arrows-turn-to-dots::before {
  content: "\E4C1";
}

.fa-florin-sign::before {
  content: "\E184";
}

.fa-arrow-down-short-wide::before {
  content: "\F884";
}

.fa-sort-amount-desc::before {
  content: "\F884";
}

.fa-sort-amount-down-alt::before {
  content: "\F884";
}

.fa-less-than::before {
  content: "<";
}

.fa-angle-down::before {
  content: "\F107";
}

.fa-car-tunnel::before {
  content: "\E4DE";
}

.fa-head-side-cough::before {
  content: "\E061";
}

.fa-grip-lines::before {
  content: "\F7A4";
}

.fa-thumbs-down::before {
  content: "\F165";
}

.fa-user-lock::before {
  content: "\F502";
}

.fa-arrow-right-long::before {
  content: "\F178";
}

.fa-long-arrow-right::before {
  content: "\F178";
}

.fa-anchor-circle-xmark::before {
  content: "\E4AC";
}

.fa-ellipsis::before {
  content: "\F141";
}

.fa-ellipsis-h::before {
  content: "\F141";
}

.fa-chess-pawn::before {
  content: "\F443";
}

.fa-kit-medical::before {
  content: "\F479";
}

.fa-first-aid::before {
  content: "\F479";
}

.fa-person-through-window::before {
  content: "\E5A9";
}

.fa-toolbox::before {
  content: "\F552";
}

.fa-hands-holding-circle::before {
  content: "\E4FB";
}

.fa-bug::before {
  content: "\F188";
}

.fa-credit-card::before {
  content: "\F09D";
}

.fa-credit-card-alt::before {
  content: "\F09D";
}

.fa-car::before {
  content: "\F1B9";
}

.fa-automobile::before {
  content: "\F1B9";
}

.fa-hand-holding-hand::before {
  content: "\E4F7";
}

.fa-book-open-reader::before {
  content: "\F5DA";
}

.fa-book-reader::before {
  content: "\F5DA";
}

.fa-mountain-sun::before {
  content: "\E52F";
}

.fa-arrows-left-right-to-line::before {
  content: "\E4BA";
}

.fa-dice-d20::before {
  content: "\F6CF";
}

.fa-truck-droplet::before {
  content: "\E58C";
}

.fa-file-circle-xmark::before {
  content: "\E5A1";
}

.fa-temperature-arrow-up::before {
  content: "\E040";
}

.fa-temperature-up::before {
  content: "\E040";
}

.fa-medal::before {
  content: "\F5A2";
}

.fa-bed::before {
  content: "\F236";
}

.fa-square-h::before {
  content: "\F0FD";
}

.fa-h-square::before {
  content: "\F0FD";
}

.fa-podcast::before {
  content: "\F2CE";
}

.fa-temperature-full::before {
  content: "\F2C7";
}

.fa-temperature-4::before {
  content: "\F2C7";
}

.fa-thermometer-4::before {
  content: "\F2C7";
}

.fa-thermometer-full::before {
  content: "\F2C7";
}

.fa-bell::before {
  content: "\F0F3";
}

.fa-superscript::before {
  content: "\F12B";
}

.fa-plug-circle-xmark::before {
  content: "\E560";
}

.fa-star-of-life::before {
  content: "\F621";
}

.fa-phone-slash::before {
  content: "\F3DD";
}

.fa-paint-roller::before {
  content: "\F5AA";
}

.fa-handshake-angle::before {
  content: "\F4C4";
}

.fa-hands-helping::before {
  content: "\F4C4";
}

.fa-location-dot::before {
  content: "\F3C5";
}

.fa-map-marker-alt::before {
  content: "\F3C5";
}

.fa-file::before {
  content: "\F15B";
}

.fa-greater-than::before {
  content: ">";
}

.fa-person-swimming::before {
  content: "\F5C4";
}

.fa-swimmer::before {
  content: "\F5C4";
}

.fa-arrow-down::before {
  content: "\F063";
}

.fa-droplet::before {
  content: "\F043";
}

.fa-tint::before {
  content: "\F043";
}

.fa-eraser::before {
  content: "\F12D";
}

.fa-earth-americas::before {
  content: "\F57D";
}

.fa-earth::before {
  content: "\F57D";
}

.fa-earth-america::before {
  content: "\F57D";
}

.fa-globe-americas::before {
  content: "\F57D";
}

.fa-person-burst::before {
  content: "\E53B";
}

.fa-dove::before {
  content: "\F4BA";
}

.fa-battery-empty::before {
  content: "\F244";
}

.fa-battery-0::before {
  content: "\F244";
}

.fa-socks::before {
  content: "\F696";
}

.fa-inbox::before {
  content: "\F01C";
}

.fa-section::before {
  content: "\E447";
}

.fa-gauge-high::before {
  content: "\F625";
}

.fa-tachometer-alt::before {
  content: "\F625";
}

.fa-tachometer-alt-fast::before {
  content: "\F625";
}

.fa-envelope-open-text::before {
  content: "\F658";
}

.fa-hospital::before {
  content: "\F0F8";
}

.fa-hospital-alt::before {
  content: "\F0F8";
}

.fa-hospital-wide::before {
  content: "\F0F8";
}

.fa-wine-bottle::before {
  content: "\F72F";
}

.fa-chess-rook::before {
  content: "\F447";
}

.fa-bars-staggered::before {
  content: "\F550";
}

.fa-reorder::before {
  content: "\F550";
}

.fa-stream::before {
  content: "\F550";
}

.fa-dharmachakra::before {
  content: "\F655";
}

.fa-hotdog::before {
  content: "\F80F";
}

.fa-person-walking-with-cane::before {
  content: "\F29D";
}

.fa-blind::before {
  content: "\F29D";
}

.fa-drum::before {
  content: "\F569";
}

.fa-ice-cream::before {
  content: "\F810";
}

.fa-heart-circle-bolt::before {
  content: "\E4FC";
}

.fa-fax::before {
  content: "\F1AC";
}

.fa-paragraph::before {
  content: "\F1DD";
}

.fa-check-to-slot::before {
  content: "\F772";
}

.fa-vote-yea::before {
  content: "\F772";
}

.fa-star-half::before {
  content: "\F089";
}

.fa-boxes-stacked::before {
  content: "\F468";
}

.fa-boxes::before {
  content: "\F468";
}

.fa-boxes-alt::before {
  content: "\F468";
}

.fa-link::before {
  content: "\F0C1";
}

.fa-chain::before {
  content: "\F0C1";
}

.fa-ear-listen::before {
  content: "\F2A2";
}

.fa-assistive-listening-systems::before {
  content: "\F2A2";
}

.fa-tree-city::before {
  content: "\E587";
}

.fa-play::before {
  content: "\F04B";
}

.fa-font::before {
  content: "\F031";
}

.fa-rupiah-sign::before {
  content: "\E23D";
}

.fa-magnifying-glass::before {
  content: "\F002";
}

.fa-search::before {
  content: "\F002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\F45D";
}

.fa-ping-pong-paddle-ball::before {
  content: "\F45D";
}

.fa-table-tennis::before {
  content: "\F45D";
}

.fa-person-dots-from-line::before {
  content: "\F470";
}

.fa-diagnoses::before {
  content: "\F470";
}

.fa-trash-can-arrow-up::before {
  content: "\F82A";
}

.fa-trash-restore-alt::before {
  content: "\F82A";
}

.fa-naira-sign::before {
  content: "\E1F6";
}

.fa-cart-arrow-down::before {
  content: "\F218";
}

.fa-walkie-talkie::before {
  content: "\F8EF";
}

.fa-file-pen::before {
  content: "\F31C";
}

.fa-file-edit::before {
  content: "\F31C";
}

.fa-receipt::before {
  content: "\F543";
}

.fa-square-pen::before {
  content: "\F14B";
}

.fa-pen-square::before {
  content: "\F14B";
}

.fa-pencil-square::before {
  content: "\F14B";
}

.fa-suitcase-rolling::before {
  content: "\F5C1";
}

.fa-person-circle-exclamation::before {
  content: "\E53F";
}

.fa-chevron-down::before {
  content: "\F078";
}

.fa-battery-full::before {
  content: "\F240";
}

.fa-battery::before {
  content: "\F240";
}

.fa-battery-5::before {
  content: "\F240";
}

.fa-skull-crossbones::before {
  content: "\F714";
}

.fa-code-compare::before {
  content: "\E13A";
}

.fa-list-ul::before {
  content: "\F0CA";
}

.fa-list-dots::before {
  content: "\F0CA";
}

.fa-school-lock::before {
  content: "\E56F";
}

.fa-tower-cell::before {
  content: "\E585";
}

.fa-down-long::before {
  content: "\F309";
}

.fa-long-arrow-alt-down::before {
  content: "\F309";
}

.fa-ranking-star::before {
  content: "\E561";
}

.fa-chess-king::before {
  content: "\F43F";
}

.fa-person-harassing::before {
  content: "\E549";
}

.fa-brazilian-real-sign::before {
  content: "\E46C";
}

.fa-landmark-dome::before {
  content: "\F752";
}

.fa-landmark-alt::before {
  content: "\F752";
}

.fa-arrow-up::before {
  content: "\F062";
}

.fa-tv::before {
  content: "\F26C";
}

.fa-television::before {
  content: "\F26C";
}

.fa-tv-alt::before {
  content: "\F26C";
}

.fa-shrimp::before {
  content: "\E448";
}

.fa-list-check::before {
  content: "\F0AE";
}

.fa-tasks::before {
  content: "\F0AE";
}

.fa-jug-detergent::before {
  content: "\E519";
}

.fa-circle-user::before {
  content: "\F2BD";
}

.fa-user-circle::before {
  content: "\F2BD";
}

.fa-user-shield::before {
  content: "\F505";
}

.fa-wind::before {
  content: "\F72E";
}

.fa-car-burst::before {
  content: "\F5E1";
}

.fa-car-crash::before {
  content: "\F5E1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\F7CE";
}

.fa-snowboarding::before {
  content: "\F7CE";
}

.fa-truck-fast::before {
  content: "\F48B";
}

.fa-shipping-fast::before {
  content: "\F48B";
}

.fa-fish::before {
  content: "\F578";
}

.fa-user-graduate::before {
  content: "\F501";
}

.fa-circle-half-stroke::before {
  content: "\F042";
}

.fa-adjust::before {
  content: "\F042";
}

.fa-clapperboard::before {
  content: "\E131";
}

.fa-circle-radiation::before {
  content: "\F7BA";
}

.fa-radiation-alt::before {
  content: "\F7BA";
}

.fa-baseball::before {
  content: "\F433";
}

.fa-baseball-ball::before {
  content: "\F433";
}

.fa-jet-fighter-up::before {
  content: "\E518";
}

.fa-diagram-project::before {
  content: "\F542";
}

.fa-project-diagram::before {
  content: "\F542";
}

.fa-copy::before {
  content: "\F0C5";
}

.fa-volume-xmark::before {
  content: "\F6A9";
}

.fa-volume-mute::before {
  content: "\F6A9";
}

.fa-volume-times::before {
  content: "\F6A9";
}

.fa-hand-sparkles::before {
  content: "\E05D";
}

.fa-grip::before {
  content: "\F58D";
}

.fa-grip-horizontal::before {
  content: "\F58D";
}

.fa-share-from-square::before {
  content: "\F14D";
}

.fa-share-square::before {
  content: "\F14D";
}

.fa-child-combatant::before {
  content: "\E4E0";
}

.fa-child-rifle::before {
  content: "\E4E0";
}

.fa-gun::before {
  content: "\E19B";
}

.fa-square-phone::before {
  content: "\F098";
}

.fa-phone-square::before {
  content: "\F098";
}

.fa-plus::before {
  content: "+";
}

.fa-add::before {
  content: "+";
}

.fa-expand::before {
  content: "\F065";
}

.fa-computer::before {
  content: "\E4E5";
}

.fa-xmark::before {
  content: "\F00D";
}

.fa-close::before {
  content: "\F00D";
}

.fa-multiply::before {
  content: "\F00D";
}

.fa-remove::before {
  content: "\F00D";
}

.fa-times::before {
  content: "\F00D";
}

.fa-arrows-up-down-left-right::before {
  content: "\F047";
}

.fa-arrows::before {
  content: "\F047";
}

.fa-chalkboard-user::before {
  content: "\F51C";
}

.fa-chalkboard-teacher::before {
  content: "\F51C";
}

.fa-peso-sign::before {
  content: "\E222";
}

.fa-building-shield::before {
  content: "\E4D8";
}

.fa-baby::before {
  content: "\F77C";
}

.fa-users-line::before {
  content: "\E592";
}

.fa-quote-left::before {
  content: "\F10D";
}

.fa-quote-left-alt::before {
  content: "\F10D";
}

.fa-tractor::before {
  content: "\F722";
}

.fa-trash-arrow-up::before {
  content: "\F829";
}

.fa-trash-restore::before {
  content: "\F829";
}

.fa-arrow-down-up-lock::before {
  content: "\E4B0";
}

.fa-lines-leaning::before {
  content: "\E51E";
}

.fa-ruler-combined::before {
  content: "\F546";
}

.fa-copyright::before {
  content: "\F1F9";
}

.fa-equals::before {
  content: "=";
}

.fa-blender::before {
  content: "\F517";
}

.fa-teeth::before {
  content: "\F62E";
}

.fa-shekel-sign::before {
  content: "\F20B";
}

.fa-ils::before {
  content: "\F20B";
}

.fa-shekel::before {
  content: "\F20B";
}

.fa-sheqel::before {
  content: "\F20B";
}

.fa-sheqel-sign::before {
  content: "\F20B";
}

.fa-map::before {
  content: "\F279";
}

.fa-rocket::before {
  content: "\F135";
}

.fa-photo-film::before {
  content: "\F87C";
}

.fa-photo-video::before {
  content: "\F87C";
}

.fa-folder-minus::before {
  content: "\F65D";
}

.fa-store::before {
  content: "\F54E";
}

.fa-arrow-trend-up::before {
  content: "\E098";
}

.fa-plug-circle-minus::before {
  content: "\E55E";
}

.fa-sign-hanging::before {
  content: "\F4D9";
}

.fa-sign::before {
  content: "\F4D9";
}

.fa-bezier-curve::before {
  content: "\F55B";
}

.fa-bell-slash::before {
  content: "\F1F6";
}

.fa-tablet::before {
  content: "\F3FB";
}

.fa-tablet-android::before {
  content: "\F3FB";
}

.fa-school-flag::before {
  content: "\E56E";
}

.fa-fill::before {
  content: "\F575";
}

.fa-angle-up::before {
  content: "\F106";
}

.fa-drumstick-bite::before {
  content: "\F6D7";
}

.fa-holly-berry::before {
  content: "\F7AA";
}

.fa-chevron-left::before {
  content: "\F053";
}

.fa-bacteria::before {
  content: "\E059";
}

.fa-hand-lizard::before {
  content: "\F258";
}

.fa-notdef::before {
  content: "\E1FE";
}

.fa-disease::before {
  content: "\F7FA";
}

.fa-briefcase-medical::before {
  content: "\F469";
}

.fa-genderless::before {
  content: "\F22D";
}

.fa-chevron-right::before {
  content: "\F054";
}

.fa-retweet::before {
  content: "\F079";
}

.fa-car-rear::before {
  content: "\F5DE";
}

.fa-car-alt::before {
  content: "\F5DE";
}

.fa-pump-soap::before {
  content: "\E06B";
}

.fa-video-slash::before {
  content: "\F4E2";
}

.fa-battery-quarter::before {
  content: "\F243";
}

.fa-battery-2::before {
  content: "\F243";
}

.fa-radio::before {
  content: "\F8D7";
}

.fa-baby-carriage::before {
  content: "\F77D";
}

.fa-carriage-baby::before {
  content: "\F77D";
}

.fa-traffic-light::before {
  content: "\F637";
}

.fa-thermometer::before {
  content: "\F491";
}

.fa-vr-cardboard::before {
  content: "\F729";
}

.fa-hand-middle-finger::before {
  content: "\F806";
}

.fa-percent::before {
  content: "%";
}

.fa-percentage::before {
  content: "%";
}

.fa-truck-moving::before {
  content: "\F4DF";
}

.fa-glass-water-droplet::before {
  content: "\E4F5";
}

.fa-display::before {
  content: "\E163";
}

.fa-face-smile::before {
  content: "\F118";
}

.fa-smile::before {
  content: "\F118";
}

.fa-thumbtack::before {
  content: "\F08D";
}

.fa-thumb-tack::before {
  content: "\F08D";
}

.fa-trophy::before {
  content: "\F091";
}

.fa-person-praying::before {
  content: "\F683";
}

.fa-pray::before {
  content: "\F683";
}

.fa-hammer::before {
  content: "\F6E3";
}

.fa-hand-peace::before {
  content: "\F25B";
}

.fa-rotate::before {
  content: "\F2F1";
}

.fa-sync-alt::before {
  content: "\F2F1";
}

.fa-spinner::before {
  content: "\F110";
}

.fa-robot::before {
  content: "\F544";
}

.fa-peace::before {
  content: "\F67C";
}

.fa-gears::before {
  content: "\F085";
}

.fa-cogs::before {
  content: "\F085";
}

.fa-warehouse::before {
  content: "\F494";
}

.fa-arrow-up-right-dots::before {
  content: "\E4B7";
}

.fa-splotch::before {
  content: "\F5BC";
}

.fa-face-grin-hearts::before {
  content: "\F584";
}

.fa-grin-hearts::before {
  content: "\F584";
}

.fa-dice-four::before {
  content: "\F524";
}

.fa-sim-card::before {
  content: "\F7C4";
}

.fa-transgender::before {
  content: "\F225";
}

.fa-transgender-alt::before {
  content: "\F225";
}

.fa-mercury::before {
  content: "\F223";
}

.fa-arrow-turn-down::before {
  content: "\F149";
}

.fa-level-down::before {
  content: "\F149";
}

.fa-person-falling-burst::before {
  content: "\E547";
}

.fa-award::before {
  content: "\F559";
}

.fa-ticket-simple::before {
  content: "\F3FF";
}

.fa-ticket-alt::before {
  content: "\F3FF";
}

.fa-building::before {
  content: "\F1AD";
}

.fa-angles-left::before {
  content: "\F100";
}

.fa-angle-double-left::before {
  content: "\F100";
}

.fa-qrcode::before {
  content: "\F029";
}

.fa-clock-rotate-left::before {
  content: "\F1DA";
}

.fa-history::before {
  content: "\F1DA";
}

.fa-face-grin-beam-sweat::before {
  content: "\F583";
}

.fa-grin-beam-sweat::before {
  content: "\F583";
}

.fa-file-export::before {
  content: "\F56E";
}

.fa-arrow-right-from-file::before {
  content: "\F56E";
}

.fa-shield::before {
  content: "\F132";
}

.fa-shield-blank::before {
  content: "\F132";
}

.fa-arrow-up-short-wide::before {
  content: "\F885";
}

.fa-sort-amount-up-alt::before {
  content: "\F885";
}

.fa-house-medical::before {
  content: "\E3B2";
}

.fa-golf-ball-tee::before {
  content: "\F450";
}

.fa-golf-ball::before {
  content: "\F450";
}

.fa-circle-chevron-left::before {
  content: "\F137";
}

.fa-chevron-circle-left::before {
  content: "\F137";
}

.fa-house-chimney-window::before {
  content: "\E00D";
}

.fa-pen-nib::before {
  content: "\F5AD";
}

.fa-tent-arrow-turn-left::before {
  content: "\E580";
}

.fa-tents::before {
  content: "\E582";
}

.fa-wand-magic::before {
  content: "\F0D0";
}

.fa-magic::before {
  content: "\F0D0";
}

.fa-dog::before {
  content: "\F6D3";
}

.fa-carrot::before {
  content: "\F787";
}

.fa-moon::before {
  content: "\F186";
}

.fa-wine-glass-empty::before {
  content: "\F5CE";
}

.fa-wine-glass-alt::before {
  content: "\F5CE";
}

.fa-cheese::before {
  content: "\F7EF";
}

.fa-yin-yang::before {
  content: "\F6AD";
}

.fa-music::before {
  content: "\F001";
}

.fa-code-commit::before {
  content: "\F386";
}

.fa-temperature-low::before {
  content: "\F76B";
}

.fa-person-biking::before {
  content: "\F84A";
}

.fa-biking::before {
  content: "\F84A";
}

.fa-broom::before {
  content: "\F51A";
}

.fa-shield-heart::before {
  content: "\E574";
}

.fa-gopuram::before {
  content: "\F664";
}

.fa-earth-oceania::before {
  content: "\E47B";
}

.fa-globe-oceania::before {
  content: "\E47B";
}

.fa-square-xmark::before {
  content: "\F2D3";
}

.fa-times-square::before {
  content: "\F2D3";
}

.fa-xmark-square::before {
  content: "\F2D3";
}

.fa-hashtag::before {
  content: "#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\F424";
}

.fa-expand-alt::before {
  content: "\F424";
}

.fa-oil-can::before {
  content: "\F613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\F6ED";
}

.fa-chart-column::before {
  content: "\E0E3";
}

.fa-infinity::before {
  content: "\F534";
}

.fa-vial-circle-check::before {
  content: "\E596";
}

.fa-person-arrow-down-to-line::before {
  content: "\E538";
}

.fa-voicemail::before {
  content: "\F897";
}

.fa-fan::before {
  content: "\F863";
}

.fa-person-walking-luggage::before {
  content: "\E554";
}

.fa-up-down::before {
  content: "\F338";
}

.fa-arrows-alt-v::before {
  content: "\F338";
}

.fa-cloud-moon-rain::before {
  content: "\F73C";
}

.fa-calendar::before {
  content: "\F133";
}

.fa-trailer::before {
  content: "\E041";
}

.fa-bahai::before {
  content: "\F666";
}

.fa-haykal::before {
  content: "\F666";
}

.fa-sd-card::before {
  content: "\F7C2";
}

.fa-dragon::before {
  content: "\F6D5";
}

.fa-shoe-prints::before {
  content: "\F54B";
}

.fa-circle-plus::before {
  content: "\F055";
}

.fa-plus-circle::before {
  content: "\F055";
}

.fa-face-grin-tongue-wink::before {
  content: "\F58B";
}

.fa-grin-tongue-wink::before {
  content: "\F58B";
}

.fa-hand-holding::before {
  content: "\F4BD";
}

.fa-plug-circle-exclamation::before {
  content: "\E55D";
}

.fa-link-slash::before {
  content: "\F127";
}

.fa-chain-broken::before {
  content: "\F127";
}

.fa-chain-slash::before {
  content: "\F127";
}

.fa-unlink::before {
  content: "\F127";
}

.fa-clone::before {
  content: "\F24D";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\E551";
}

.fa-arrow-up-z-a::before {
  content: "\F882";
}

.fa-sort-alpha-up-alt::before {
  content: "\F882";
}

.fa-fire-flame-curved::before {
  content: "\F7E4";
}

.fa-fire-alt::before {
  content: "\F7E4";
}

.fa-tornado::before {
  content: "\F76F";
}

.fa-file-circle-plus::before {
  content: "\E494";
}

.fa-book-quran::before {
  content: "\F687";
}

.fa-quran::before {
  content: "\F687";
}

.fa-anchor::before {
  content: "\F13D";
}

.fa-border-all::before {
  content: "\F84C";
}

.fa-face-angry::before {
  content: "\F556";
}

.fa-angry::before {
  content: "\F556";
}

.fa-cookie-bite::before {
  content: "\F564";
}

.fa-arrow-trend-down::before {
  content: "\E097";
}

.fa-rss::before {
  content: "\F09E";
}

.fa-feed::before {
  content: "\F09E";
}

.fa-draw-polygon::before {
  content: "\F5EE";
}

.fa-scale-balanced::before {
  content: "\F24E";
}

.fa-balance-scale::before {
  content: "\F24E";
}

.fa-gauge-simple-high::before {
  content: "\F62A";
}

.fa-tachometer::before {
  content: "\F62A";
}

.fa-tachometer-fast::before {
  content: "\F62A";
}

.fa-shower::before {
  content: "\F2CC";
}

.fa-desktop::before {
  content: "\F390";
}

.fa-desktop-alt::before {
  content: "\F390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\F00B";
}

.fa-th-list::before {
  content: "\F00B";
}

.fa-comment-sms::before {
  content: "\F7CD";
}

.fa-sms::before {
  content: "\F7CD";
}

.fa-book::before {
  content: "\F02D";
}

.fa-user-plus::before {
  content: "\F234";
}

.fa-check::before {
  content: "\F00C";
}

.fa-battery-three-quarters::before {
  content: "\F241";
}

.fa-battery-4::before {
  content: "\F241";
}

.fa-house-circle-check::before {
  content: "\E509";
}

.fa-angle-left::before {
  content: "\F104";
}

.fa-diagram-successor::before {
  content: "\E47A";
}

.fa-truck-arrow-right::before {
  content: "\E58B";
}

.fa-arrows-split-up-and-left::before {
  content: "\E4BC";
}

.fa-hand-fist::before {
  content: "\F6DE";
}

.fa-fist-raised::before {
  content: "\F6DE";
}

.fa-cloud-moon::before {
  content: "\F6C3";
}

.fa-briefcase::before {
  content: "\F0B1";
}

.fa-person-falling::before {
  content: "\E546";
}

.fa-image-portrait::before {
  content: "\F3E0";
}

.fa-portrait::before {
  content: "\F3E0";
}

.fa-user-tag::before {
  content: "\F507";
}

.fa-rug::before {
  content: "\E569";
}

.fa-earth-europe::before {
  content: "\F7A2";
}

.fa-globe-europe::before {
  content: "\F7A2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\F59D";
}

.fa-luggage-cart::before {
  content: "\F59D";
}

.fa-rectangle-xmark::before {
  content: "\F410";
}

.fa-rectangle-times::before {
  content: "\F410";
}

.fa-times-rectangle::before {
  content: "\F410";
}

.fa-window-close::before {
  content: "\F410";
}

.fa-baht-sign::before {
  content: "\E0AC";
}

.fa-book-open::before {
  content: "\F518";
}

.fa-book-journal-whills::before {
  content: "\F66A";
}

.fa-journal-whills::before {
  content: "\F66A";
}

.fa-handcuffs::before {
  content: "\E4F8";
}

.fa-triangle-exclamation::before {
  content: "\F071";
}

.fa-exclamation-triangle::before {
  content: "\F071";
}

.fa-warning::before {
  content: "\F071";
}

.fa-database::before {
  content: "\F1C0";
}

.fa-share::before {
  content: "\F064";
}

.fa-arrow-turn-right::before {
  content: "\F064";
}

.fa-mail-forward::before {
  content: "\F064";
}

.fa-bottle-droplet::before {
  content: "\E4C4";
}

.fa-mask-face::before {
  content: "\E1D7";
}

.fa-hill-rockslide::before {
  content: "\E508";
}

.fa-right-left::before {
  content: "\F362";
}

.fa-exchange-alt::before {
  content: "\F362";
}

.fa-paper-plane::before {
  content: "\F1D8";
}

.fa-road-circle-exclamation::before {
  content: "\E565";
}

.fa-dungeon::before {
  content: "\F6D9";
}

.fa-align-right::before {
  content: "\F038";
}

.fa-money-bill-1-wave::before {
  content: "\F53B";
}

.fa-money-bill-wave-alt::before {
  content: "\F53B";
}

.fa-life-ring::before {
  content: "\F1CD";
}

.fa-hands::before {
  content: "\F2A7";
}

.fa-sign-language::before {
  content: "\F2A7";
}

.fa-signing::before {
  content: "\F2A7";
}

.fa-calendar-day::before {
  content: "\F783";
}

.fa-water-ladder::before {
  content: "\F5C5";
}

.fa-ladder-water::before {
  content: "\F5C5";
}

.fa-swimming-pool::before {
  content: "\F5C5";
}

.fa-arrows-up-down::before {
  content: "\F07D";
}

.fa-arrows-v::before {
  content: "\F07D";
}

.fa-face-grimace::before {
  content: "\F57F";
}

.fa-grimace::before {
  content: "\F57F";
}

.fa-wheelchair-move::before {
  content: "\E2CE";
}

.fa-wheelchair-alt::before {
  content: "\E2CE";
}

.fa-turn-down::before {
  content: "\F3BE";
}

.fa-level-down-alt::before {
  content: "\F3BE";
}

.fa-person-walking-arrow-right::before {
  content: "\E552";
}

.fa-square-envelope::before {
  content: "\F199";
}

.fa-envelope-square::before {
  content: "\F199";
}

.fa-dice::before {
  content: "\F522";
}

.fa-bowling-ball::before {
  content: "\F436";
}

.fa-brain::before {
  content: "\F5DC";
}

.fa-bandage::before {
  content: "\F462";
}

.fa-band-aid::before {
  content: "\F462";
}

.fa-calendar-minus::before {
  content: "\F272";
}

.fa-circle-xmark::before {
  content: "\F057";
}

.fa-times-circle::before {
  content: "\F057";
}

.fa-xmark-circle::before {
  content: "\F057";
}

.fa-gifts::before {
  content: "\F79C";
}

.fa-hotel::before {
  content: "\F594";
}

.fa-earth-asia::before {
  content: "\F57E";
}

.fa-globe-asia::before {
  content: "\F57E";
}

.fa-id-card-clip::before {
  content: "\F47F";
}

.fa-id-card-alt::before {
  content: "\F47F";
}

.fa-magnifying-glass-plus::before {
  content: "\F00E";
}

.fa-search-plus::before {
  content: "\F00E";
}

.fa-thumbs-up::before {
  content: "\F164";
}

.fa-user-clock::before {
  content: "\F4FD";
}

.fa-hand-dots::before {
  content: "\F461";
}

.fa-allergies::before {
  content: "\F461";
}

.fa-file-invoice::before {
  content: "\F570";
}

.fa-window-minimize::before {
  content: "\F2D1";
}

.fa-mug-saucer::before {
  content: "\F0F4";
}

.fa-coffee::before {
  content: "\F0F4";
}

.fa-brush::before {
  content: "\F55D";
}

.fa-mask::before {
  content: "\F6FA";
}

.fa-magnifying-glass-minus::before {
  content: "\F010";
}

.fa-search-minus::before {
  content: "\F010";
}

.fa-ruler-vertical::before {
  content: "\F548";
}

.fa-user-large::before {
  content: "\F406";
}

.fa-user-alt::before {
  content: "\F406";
}

.fa-train-tram::before {
  content: "\E5B4";
}

.fa-user-nurse::before {
  content: "\F82F";
}

.fa-syringe::before {
  content: "\F48E";
}

.fa-cloud-sun::before {
  content: "\F6C4";
}

.fa-stopwatch-20::before {
  content: "\E06F";
}

.fa-square-full::before {
  content: "\F45C";
}

.fa-magnet::before {
  content: "\F076";
}

.fa-jar::before {
  content: "\E516";
}

.fa-note-sticky::before {
  content: "\F249";
}

.fa-sticky-note::before {
  content: "\F249";
}

.fa-bug-slash::before {
  content: "\E490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\E4B6";
}

.fa-bone::before {
  content: "\F5D7";
}

.fa-user-injured::before {
  content: "\F728";
}

.fa-face-sad-tear::before {
  content: "\F5B4";
}

.fa-sad-tear::before {
  content: "\F5B4";
}

.fa-plane::before {
  content: "\F072";
}

.fa-tent-arrows-down::before {
  content: "\E581";
}

.fa-exclamation::before {
  content: "!";
}

.fa-arrows-spin::before {
  content: "\E4BB";
}

.fa-print::before {
  content: "\F02F";
}

.fa-turkish-lira-sign::before {
  content: "\E2BB";
}

.fa-try::before {
  content: "\E2BB";
}

.fa-turkish-lira::before {
  content: "\E2BB";
}

.fa-dollar-sign::before {
  content: "$";
}

.fa-dollar::before {
  content: "$";
}

.fa-usd::before {
  content: "$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\F688";
}

.fa-search-dollar::before {
  content: "\F688";
}

.fa-users-gear::before {
  content: "\F509";
}

.fa-users-cog::before {
  content: "\F509";
}

.fa-person-military-pointing::before {
  content: "\E54A";
}

.fa-building-columns::before {
  content: "\F19C";
}

.fa-bank::before {
  content: "\F19C";
}

.fa-institution::before {
  content: "\F19C";
}

.fa-museum::before {
  content: "\F19C";
}

.fa-university::before {
  content: "\F19C";
}

.fa-umbrella::before {
  content: "\F0E9";
}

.fa-trowel::before {
  content: "\E589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\E5AF";
}

.fa-masks-theater::before {
  content: "\F630";
}

.fa-theater-masks::before {
  content: "\F630";
}

.fa-kip-sign::before {
  content: "\E1C4";
}

.fa-hand-point-left::before {
  content: "\F0A5";
}

.fa-handshake-simple::before {
  content: "\F4C6";
}

.fa-handshake-alt::before {
  content: "\F4C6";
}

.fa-jet-fighter::before {
  content: "\F0FB";
}

.fa-fighter-jet::before {
  content: "\F0FB";
}

.fa-square-share-nodes::before {
  content: "\F1E1";
}

.fa-share-alt-square::before {
  content: "\F1E1";
}

.fa-barcode::before {
  content: "\F02A";
}

.fa-plus-minus::before {
  content: "\E43C";
}

.fa-video::before {
  content: "\F03D";
}

.fa-video-camera::before {
  content: "\F03D";
}

.fa-graduation-cap::before {
  content: "\F19D";
}

.fa-mortar-board::before {
  content: "\F19D";
}

.fa-hand-holding-medical::before {
  content: "\E05C";
}

.fa-person-circle-check::before {
  content: "\E53E";
}

.fa-turn-up::before {
  content: "\F3BF";
}

.fa-level-up-alt::before {
  content: "\F3BF";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-aws:before {
  content: "\F375";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-modx:before {
  content: "\F285";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-square-js:before {
  content: "\F3B9";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-unity:before {
  content: "\E049";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-vk:before {
  content: "\F189";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-square-reddit:before {
  content: "\F1A2";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-square-font-awesome:before {
  content: "\E5AD";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-square-instagram:before {
  content: "\E055";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-square-hacker-news:before {
  content: "\F3AF";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-edge:before {
  content: "\F282";
}

.fa-threads:before {
  content: "\E618";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-square-snapchat:before {
  content: "\F2AD";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-safari:before {
  content: "\F267";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-square-font-awesome-stroke:before {
  content: "\F35C";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-square-viadeo:before {
  content: "\F2AA";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-centos:before {
  content: "\F789";
}

.fa-adn:before {
  content: "\F170";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-square-dribbble:before {
  content: "\F397";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-node:before {
  content: "\F419";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-debian:before {
  content: "\E60B";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-square-twitter:before {
  content: "\F081";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-golang:before {
  content: "\E40F";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-square-youtube:before {
  content: "\F431";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-rendact:before {
  content: "\F3E4";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-nfc-directional:before {
  content: "\E530";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-meta:before {
  content: "\E49B";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-hips:before {
  content: "\F452";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-discord:before {
  content: "\F392";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-square-steam:before {
  content: "\F1B7";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-square-vimeo:before {
  content: "\F194";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-flag:before {
  content: "\F2B4";
}

.fa-font-awesome-logo-full:before {
  content: "\F2B4";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-apple:before {
  content: "\F179";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-padlet:before {
  content: "\E4A0";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-square-github:before {
  content: "\F092";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-neos:before {
  content: "\F612";
}

.fa-square-threads:before {
  content: "\E619";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-angular:before {
  content: "\F420";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envira:before {
  content: "\F299";
}

.fa-square-gitlab:before {
  content: "\E5AE";
}

.fa-gitlab-square:before {
  content: "\E5AE";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-square-odnoklassniki:before {
  content: "\F264";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-sith:before {
  content: "\F512";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-hashnode:before {
  content: "\E499";
}

.fa-react:before {
  content: "\F41B";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-gg:before {
  content: "\F260";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-square-pinterest:before {
  content: "\F0D3";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-xing:before {
  content: "\F168";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-less:before {
  content: "\F41D";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-nfc-symbol:before {
  content: "\E531";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-square-google-plus:before {
  content: "\F0D4";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-square-xing:before {
  content: "\F169";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-fly:before {
  content: "\F417";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-viber:before {
  content: "\F409";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-audible:before {
  content: "\F373";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-bilibili:before {
  content: "\E3D9";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-x-twitter:before {
  content: "\E61B";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-42-group:before {
  content: "\E080";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-square-pied-piper:before {
  content: "\E01E";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-square-facebook:before {
  content: "\F082";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-square-lastfm:before {
  content: "\F203";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-figma:before {
  content: "\F799";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-cmplid:before {
  content: "\E360";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-docker:before {
  content: "\F395";
}

.fa-screenpal:before {
  content: "\E570";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-wirsindhandwerk:before {
  content: "\E2D0";
}

.fa-wsh:before {
  content: "\E2D0";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-apper:before {
  content: "\F371";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AB";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-square-behance:before {
  content: "\F1B5";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-space-awesome:before {
  content: "\E5AC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-square-git:before {
  content: "\F1D2";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-square-tumblr:before {
  content: "\F174";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-trello:before {
  content: "\F181";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-android:before {
  content: "\F17B";
}

.fa-bots:before {
  content: "\E340";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-uber:before {
  content: "\F402";
}

.fa-github:before {
  content: "\F09B";
}

.fa-php:before {
  content: "\F457";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-stubber:before {
  content: "\E5C7";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F2C6";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-odysee:before {
  content: "\E5C6";
}

.fa-square-whatsapp:before {
  content: "\F40C";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F198";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-usb:before {
  content: "\F287";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-square-x-twitter:before {
  content: "\E61A";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F23A";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-sitrox:before {
  content: "\E44A";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-strava:before {
  content: "\F428";
}

.fa-ember:before {
  content: "\F423";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-zhihu:before {
  content: "\F63F";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-pix:before {
  content: "\E43A";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

/* Partials
================================================ */
/**
 * 1. Always reset this sucks.
 * 2. Inherit from default setting
 */
* {
  margin: 0; /* 1 */
  padding: 0; /* 1 */
  border: 0; /* 1 */
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Prevent certain mobile browsers from automatically zooming fonts.
 * 2. Border box sizing
 * 3. Smooth scroll
 */
html {
  -ms-text-size-adjust: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Set default font styles
 * 2. Beautiful fonts again
 * 3. Prevent horizontal scroll
 */
body {
  font-size: 16px; /* 1 */
  -moz-osx-font-smoothing: grayscale; /* 2 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * All Headings look the same
 */
h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  font-weight: normal;
}

/**
 * 1. Reset link styles
 * 2. Sized links
 * 3. Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none; /* 1 */
  color: inherit; /* 1 */
  display: inline-block; /* 2 */
  background-color: transparent; /* 3 */
  outline: none;
}

/**
 * No bullets anymore
 */
ol,
ul {
  list-style: none;
}

/**
 * blockquote styles
 */
blockquote, .content-block__wrap p:has(iframe) + p,
q {
  quotes: none;
}

blockquote:after, .content-block__wrap p:has(iframe) + p:after,
blockquote:before,
.content-block__wrap p:has(iframe) + p:before,
q:after,
q:before {
  content: "";
  content: none;
}

/**
 * Layout styles
 */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/**
 * Remove all default styles and all elements look the same
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: visible;
  border: 0;
  outline: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  vertical-align: top;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Avoid no background on Edge and IE
 */
option {
  background-color: inherit;
}

/**
 * Set a color on active state
 */
a:active,
button:active {
  color: inherit;
}

/**
 * Prevent chrome autofill style
 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

/**
 * You should define size for textarea
 */
textarea {
  resize: none;
}

/**
 * Pointer cursor for buttons
 */
input[type=button],
button {
  cursor: pointer;
}

/**
 * Pointer default for disabled buttons
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Remove space after each image
 * 2. Ensure responsive images
 * 3. Remove the border on images inside links in IE 10.
 */
img {
  display: block; /* 1 */
  max-width: 100%; /* 2 */
  height: auto; /* 2 */
  border-style: none; /* 3 */
}

/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Attributes & states
 */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Media Query Variables
================================================ */
/* Colour Variables
================================================ */
/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "AkzidenzGroteskPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* heading
================================================ */
.heading, .shop .product-main__summary .product_title, .body-content h1, .shop .product-main__summary .woocommerce-product-details__short-description h1, .body-content h2, .shop .product-main__summary .woocommerce-product-details__short-description h2, .body-content h3, .shop .product-main__summary .woocommerce-product-details__short-description h3, .body-content h4, .shop .product-main__summary .woocommerce-product-details__short-description h4,
.wsp-container h1,
.wsp-container h2,
.wsp-container h3,
.wsp-container h4, .footer__main__col--nav-1 {
  text-transform: uppercase;
  font-weight: 500;
}
.heading--lg, .heading--md, .body-content h1, .shop .product-main__summary .woocommerce-product-details__short-description h1,
.wsp-container h1 {
  overflow: hidden;
}
.heading--lg span, .heading--md span, .body-content h1 span, .shop .product-main__summary .woocommerce-product-details__short-description h1 span,
.wsp-container h1 span {
  display: block;
}
.heading--lg {
  font-size: 30px;
  line-height: 35px;
}
.heading--md, .body-content h1, .shop .product-main__summary .woocommerce-product-details__short-description h1,
.wsp-container h1 {
  font-size: 25px;
  line-height: 30px;
}
.heading--smd {
  font-size: 25px;
  line-height: 30px;
}
.heading--sm, .body-content h2, .shop .product-main__summary .woocommerce-product-details__short-description h2, .body-content h3, .shop .product-main__summary .woocommerce-product-details__short-description h3,
.wsp-container h2,
.wsp-container h3 {
  font-size: 18px;
  line-height: 22px;
}
.heading--xs, .body-content h4, .shop .product-main__summary .woocommerce-product-details__short-description h4,
.wsp-container h4, .footer__main__col--nav-1 {
  font-size: 16px;
  line-height: 20px;
}
.heading--ul {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(45deg, #EE2F24, #1DAEEF);
     border-image: linear-gradient(45deg, #EE2F24, #1DAEEF);
  border-image-slice: 1;
}
.heading--ul-w {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}

.subType, .shop .product-main__summary__help > a, .shop .product-main__summary .woocommerce-variation-add-to-cart .quantity .qty,
.shop .product-main__summary .woocommerce-simple-add-to-cart .quantity .qty, .shop .product-main__summary .woocommerce-variation-add-to-cart .quantity label,
.shop .product-main__summary .woocommerce-simple-add-to-cart .quantity label, .shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity .quantity .qty, .shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity .quantity label, .shop .product-main__summary .variations_form .variations, .shop .product-main__summary .variations_form__heading, .shop .product-main__summary .woocommerce-breadcrumb, body.archive .woocommerce-products-header .products-filter__body__wrap, body.archive .woocommerce-products-header .products-filter__head, .products .product__content .price, .footer__bottom, .footer__main__col > *:not(.heading):not(.footer__main__col--nav-1):not(#menu-footer-menu-1), .header .menu li > a, .header__woo__cart .items, .social-links > span, .ui-link {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

/* Font Face Imports
================================================ */
@font-face {
  font-family: "AkzidenzGroteskPro";
  src: url("../fonts/AkzidenzGroteskPro-Ext.eot");
  src: url("../fonts/AkzidenzGroteskPro-Ext.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskPro-Ext.woff") format("woff"), url("../fonts/AkzidenzGroteskPro-Ext.ttf") format("truetype"), url("../fonts/AkzidenzGroteskPro-Ext.svg#AkzidenzGroteskPro-Ext") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskPro";
  src: url("../fonts/AkzidenzGroteskPro-MdEx.eot");
  src: url("../fonts/AkzidenzGroteskPro-MdEx.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskPro-MdEx.woff") format("woff"), url("../fonts/AkzidenzGroteskPro-MdEx.ttf") format("truetype"), url("../fonts/AkzidenzGroteskPro-MdEx.svg#AkzidenzGroteskPro-MdEx") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskPro";
  src: url("../fonts/AkzidenzGroteskPro-BoldEx.eot");
  src: url("../fonts/AkzidenzGroteskPro-BoldEx.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskPro-BoldEx.woff") format("woff"), url("../fonts/AkzidenzGroteskPro-BoldEx.ttf") format("truetype"), url("../fonts/AkzidenzGroteskPro-BoldEx.svg#AkzidenzGroteskPro-BoldEx") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GTAmericaMono-Regular";
  src: url("../fonts/GTAmericaMono-Regular.eot");
  src: url("../fonts/GTAmericaMono-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaMono-Regular.woff") format("woff"), url("../fonts/GTAmericaMono-Regular.ttf") format("truetype"), url("../fonts/GTAmericaMono-Regular.svg#GTAmericaMono-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1025px) {
  .heading--lg {
    font-size: 54px;
    line-height: 58px;
  }
  .heading--md, .body-content h1, .shop .product-main__summary .woocommerce-product-details__short-description h1,
  .wsp-container h1 {
    font-size: 44px;
    line-height: 49px;
  }
  .heading--smd {
    font-size: 35px;
    line-height: 38px;
  }
  .heading--sm, .body-content h2, .shop .product-main__summary .woocommerce-product-details__short-description h2, .body-content h3, .shop .product-main__summary .woocommerce-product-details__short-description h3,
  .wsp-container h2,
  .wsp-container h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .heading--xs, .body-content h4, .shop .product-main__summary .woocommerce-product-details__short-description h4,
  .wsp-container h4, .footer__main__col--nav-1 {
    font-size: 18px;
    line-height: 22px;
  }
  .heading--ul {
    margin-bottom: 55px;
    padding-bottom: 45px;
  }
  .heading--ul-w {
    margin-bottom: 55px;
    padding-bottom: 45px;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
body, html {
  overflow-x: clip;
}
body.noscroll, html.noscroll {
  overflow: hidden;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    body {
      overflow-x: hidden;
    }
  }
}
body {
  position: relative;
  color: #fff;
  background: #000;
}

.grecaptcha-badge {
  visibility: hidden;
}

input:not([type=submit]), textarea {
  cursor: text;
}

input[type=submit], select {
  cursor: pointer;
}

.wp-block-image .alignright, .wp-block-image .alignleft, .wp-block-image .alignone, .wp-block-image .aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-image .alignright img, .wp-block-image .alignleft img, .wp-block-image .alignone img, .wp-block-image .aligncenter img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-image .alignright {
  margin: 1em 0;
  float: none;
}

.wp-block-image .alignleft {
  margin: 1em 0;
  float: none;
}

.wp-block-image .alignnone {
  margin: 1em 0;
  float: none;
}

.wp-block-image .aligncenter {
  display: block;
  margin: 1em;
  float: none;
}

@media only screen and (min-width: 768px) {
  .wp-block-image .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  .wp-block-image .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  .wp-block-image .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}
.body-lines {
  display: none;
}

.gradient-bg {
  background: transparent linear-gradient(180deg, #191919 0%, #111111 32%, #121212 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  body {
    margin-top: 82px;
  }
  .body-wrap {
    width: 100vw;
    overflow-x: hidden;
  }
}
.ui-btn, .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit], div.wpcf7 .wpcf7-form-control.wpcf7-submit {
  min-width: 170px;
  height: 60px;
  border: 2px solid #EE2F24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 60px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  padding: 0 25px;
  color: #fff;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
}
.ui-btn--o, div.wpcf7 .wpcf7-form-control.wpcf7-submit {
  background: transparent;
}
.ui-btn--o:hover, div.wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
  background: #EE2F24;
}
.ui-btn--f {
  background: #EE2F24;
}
.ui-btn--f:hover {
  background: transparent;
}
.ui-btn--w, .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit] {
  background: #fff;
  color: #000;
  border: none;
}
.ui-btn--w:hover, .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit]:hover {
  background: #000;
  color: #fff;
}
.ui-btn--sm, .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit] {
  height: 50px;
}

.ui-link {
  font-size: 12px;
  transition: all 0.2s ease;
  background: url("../images/icons/arrow-right-long.svg") calc(100% + 25px) 50%/25px no-repeat;
}
.ui-link:hover {
  padding-right: 35px;
  background: url("../images/icons/arrow-right-long.svg") 100% 50%/25px no-repeat;
}

.social-links {
  display: flex;
  align-items: center;
}
.social-links > span {
  margin-right: 15px;
}
.social-links > a {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  background: linear-gradient(-45deg, #1DAEEF, #EE2F24);
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links > a:before {
  content: "";
  top: 2px;
  left: 2px;
  border-radius: 32px;
  height: 32px;
  width: 32px;
  background: #000;
  position: absolute;
  transition: all 0.2s ease;
}
.social-links > a:not(:last-of-type) {
  margin-right: 10px;
}
.social-links > a i {
  position: relative;
}
.social-links > a:hover:before {
  transform: scale(0);
}

@media only screen and (min-width: 1025px) {
  .ui-btn, .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit], div.wpcf7 .wpcf7-form-control.wpcf7-submit {
    min-width: 195px;
  }
}
/* Components Payload
================================================ */
.header {
  height: 82px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #292929;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header .container-fluid {
  display: flex;
  align-items: center;
}
.header__nav-toggle {
  position: relative;
  width: 22px;
  height: 16px;
  margin-right: 25px;
  cursor: pointer;
}
.header__nav-toggle > span {
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  transition: top 0.2s ease 0.2s, width 0.2s ease 0.2s, transform 0.2s ease;
}
.header__nav-toggle > span:nth-child(1) {
  top: 0;
  right: 0;
  width: 50%;
}
.header__nav-toggle > span:nth-child(2) {
  top: calc(50% - 1px);
  transition: all 0.2s ease 0.2s;
}
.header__nav-toggle > span:nth-child(3) {
  top: calc(100% - 2px);
  width: 50%;
}
.header__logo {
  margin-right: 40px;
}
.header__logo img {
  display: block;
  width: 70px;
}
.header__woo {
  margin-left: auto;
  display: flex;
  gap: 25px;
}
.header__woo > a {
  position: relative;
  cursor: pointer;
}
.header__woo__cart .items {
  position: absolute;
  top: -6px;
  height: 12px;
  width: 12px;
  background: #EE2F24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  right: -8px;
  font-size: 8px;
  font-weight: 600;
}
.header .searchform {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #202224;
  transform: scaleX(0);
  transition: all 0.3s ease;
  transform-origin: center right;
}
.header .searchform input {
  height: 100%;
  width: 100%;
  padding: 0 30px;
  color: #fff;
  padding-right: 164px;
  font-size: 14px;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.header .searchform input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.header .searchform input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.header .searchform input::-webkit-search-decoration, .header .searchform input::-webkit-search-cancel-button, .header .searchform input::-webkit-search-results-button, .header .searchform input::-webkit-search-results-decoration {
  display: none;
}
.header .searchform button, .header .searchform__close {
  position: absolute;
  height: 100%;
  width: 82px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #292929;
  cursor: pointer;
}
.header .searchform button {
  right: 82px;
}
.header .searchform__close {
  right: 0;
}
.header--scroll {
  background: #202224;
}
.header--open .header__nav-toggle > span {
  transition: top 0.2s ease, width 0.2s ease, transform 0.2s ease 0.2s;
}
.header--open .header__nav-toggle > span:nth-child(1) {
  width: 100%;
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.header--open .header__nav-toggle > span:nth-child(2) {
  opacity: 0;
}
.header--open .header__nav-toggle > span:nth-child(3) {
  width: 100%;
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.header--search-open .searchform {
  transform: scaleX(1);
}

.promo-banner {
  height: 55px;
  background-color: #EE2F24;
  text-align: center;
  color: white;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  top: 82px;
  font-size: 14px;
  left: 0;
  z-index: 10;
  font-family: "GTAmericaMono-Regular";
}

body.woocommerce,
body.woocommerce-cart,
body.woocommerce-checkout,
body.blog,
body.single-post,
body.page-template-woocommerce-account {
  padding-top: 60px;
}

@media only screen and (min-width: 1025px) {
  .header {
    height: 107px;
  }
  .header--scroll {
    background: transparent;
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
  }
  .header:hover {
    background: #202224;
  }
  .header__nav-toggle {
    display: none;
  }
  .header__logo {
    margin-right: 80px;
  }
  .header__logo img {
    width: 93px;
  }
  .header .searchform input {
    padding-right: 214px;
  }
  .header .searchform button, .header .searchform__close {
    width: 107px;
  }
  .header .searchform button {
    right: 107px;
  }
  .promo-banner {
    top: 107px;
    font-size: 16px;
    height: 35px;
  }
  body.woocommerce,
  body.woocommerce-cart,
  body.woocommerce-checkout,
  body.blog,
  body.single-post,
  body.page-template-woocommerce-account {
    padding-top: 160px;
  }
  body.woocommerce .header,
  body.woocommerce-cart .header,
  body.woocommerce-checkout .header,
  body.blog .header,
  body.single-post .header,
  body.page-template-woocommerce-account .header {
    background: #202224;
  }
}
.header .menu li > a {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .header {
    background: #000;
  }
  .header .menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 82px);
    height: calc(var(--vh, 1vh) * 100 - 82px);
    z-index: 100;
    top: 82px;
    left: 0;
    width: 100%;
    background: #202224;
    border-top: 1px solid #292929;
    padding: 30px 30px;
    transition: all 0.3s ease;
    overflow: auto;
  }
  .header .menu > li > a {
    padding: 15px 0;
    display: block;
  }
  .header .menu > li.has-mega-menu .mega-menu__wrap .heading, .header .menu > li.has-mega-menu .mega-menu__wrap .shop .product-main__summary .product_title, .shop .product-main__summary .header .menu > li.has-mega-menu .mega-menu__wrap .product_title, .header .menu > li.has-mega-menu .mega-menu__wrap .body-content h1, .header .menu > li.has-mega-menu .mega-menu__wrap .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .header .menu > li.has-mega-menu .mega-menu__wrap .woocommerce-product-details__short-description h1, .body-content .header .menu > li.has-mega-menu .mega-menu__wrap h1, .shop .product-main__summary .woocommerce-product-details__short-description .header .menu > li.has-mega-menu .mega-menu__wrap h1, .header .menu > li.has-mega-menu .mega-menu__wrap .body-content h2, .header .menu > li.has-mega-menu .mega-menu__wrap .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .header .menu > li.has-mega-menu .mega-menu__wrap .woocommerce-product-details__short-description h2, .body-content .header .menu > li.has-mega-menu .mega-menu__wrap h2, .shop .product-main__summary .woocommerce-product-details__short-description .header .menu > li.has-mega-menu .mega-menu__wrap h2, .header .menu > li.has-mega-menu .mega-menu__wrap .body-content h3, .header .menu > li.has-mega-menu .mega-menu__wrap .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .header .menu > li.has-mega-menu .mega-menu__wrap .woocommerce-product-details__short-description h3, .body-content .header .menu > li.has-mega-menu .mega-menu__wrap h3, .shop .product-main__summary .woocommerce-product-details__short-description .header .menu > li.has-mega-menu .mega-menu__wrap h3, .header .menu > li.has-mega-menu .mega-menu__wrap .body-content h4, .header .menu > li.has-mega-menu .mega-menu__wrap .shop .product-main__summary .woocommerce-product-details__short-description h4, .shop .product-main__summary .header .menu > li.has-mega-menu .mega-menu__wrap .woocommerce-product-details__short-description h4, .body-content .header .menu > li.has-mega-menu .mega-menu__wrap h4, .shop .product-main__summary .woocommerce-product-details__short-description .header .menu > li.has-mega-menu .mega-menu__wrap h4,
  .header .menu > li.has-mega-menu .mega-menu__wrap .wsp-container h1,
  .wsp-container .header .menu > li.has-mega-menu .mega-menu__wrap h1,
  .header .menu > li.has-mega-menu .mega-menu__wrap .wsp-container h2,
  .wsp-container .header .menu > li.has-mega-menu .mega-menu__wrap h2,
  .header .menu > li.has-mega-menu .mega-menu__wrap .wsp-container h3,
  .wsp-container .header .menu > li.has-mega-menu .mega-menu__wrap h3,
  .header .menu > li.has-mega-menu .mega-menu__wrap .wsp-container h4,
  .wsp-container .header .menu > li.has-mega-menu .mega-menu__wrap h4, .header .menu > li.has-mega-menu .mega-menu__wrap .footer__main__col--nav-1 {
    display: none;
  }
  .header .menu > li.has-mega-menu li > a, .header .menu > li.menu-item-has-children li > a {
    padding: 7px 0;
    width: 100%;
  }
  .header .menu > li.has-mega-menu > a, .header .menu > li.menu-item-has-children > a {
    background: url(../images/icons/arrow-down.svg) 100% 50%/12px no-repeat;
    pointer-events: none;
  }
  .header .menu > li.has-mega-menu .mega-menu, .header .menu > li.has-mega-menu .sub-menu, .header .menu > li.menu-item-has-children .mega-menu, .header .menu > li.menu-item-has-children .sub-menu {
    display: none;
  }
  .header--open .menu {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1025px) {
  .header .menu {
    display: flex;
    gap: 40px;
  }
  .header .menu > li > a {
    padding: 50px 0;
    position: relative;
  }
  .header .menu > li > a:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: calc(50% - 4px);
    bottom: 30px;
    border-radius: 8px;
    background: #EE2F24;
    transition: all 0.2s ease;
    transform: scale(0);
  }
  .header .menu > li:hover a:after {
    transform: scale(1);
  }
  .header .menu > li.current-menu-item > a:after {
    transform: scale(1);
  }
  .header .menu > li.menu-item-has-children {
    position: relative;
  }
  .header .menu > li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    background: #202224;
    left: 50%;
    padding: 25px 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 20px;
  }
  .header .menu > li.menu-item-has-children .sub-menu > li a {
    transition: all 0.2s ease;
    padding: 10px 35px;
    display: block;
  }
  .header .menu > li.menu-item-has-children .sub-menu > li a:hover {
    opacity: 0.5;
  }
  .header .menu > li.menu-item-has-children .sub-menu > li.dt-hide {
    display: none;
  }
  .header .menu > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1200px) {
  .header .menu > li.has-mega-menu .mega-menu__wrap {
    padding: 0 180px 0 90px;
  }
}
.footer__graphic {
  display: none;
}
.footer__main {
  margin-bottom: 80px;
  position: relative;
}
.footer__main__col {
  margin-bottom: 70px;
}
.footer__main__col > .heading, .shop .product-main__summary .footer__main__col > .product_title, .body-content .footer__main__col > h1, .shop .product-main__summary .woocommerce-product-details__short-description .footer__main__col > h1, .body-content .footer__main__col > h2, .shop .product-main__summary .woocommerce-product-details__short-description .footer__main__col > h2, .body-content .footer__main__col > h3, .shop .product-main__summary .woocommerce-product-details__short-description .footer__main__col > h3, .body-content .footer__main__col > h4, .shop .product-main__summary .woocommerce-product-details__short-description .footer__main__col > h4,
.wsp-container .footer__main__col > h1,
.wsp-container .footer__main__col > h2,
.wsp-container .footer__main__col > h3,
.wsp-container .footer__main__col > h4, .footer__main__col > .footer__main__col--nav-1 {
  margin-bottom: 30px;
}
.footer__main__col > *:not(.heading):not(.footer__main__col--nav-1):not(#menu-footer-menu-1) {
  display: block;
}
.footer__main__col__cats {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: -10px;
}
.footer__main__col__cats > a {
  display: block;
  margin-bottom: 10px;
}
.footer__main__col--cap {
  text-transform: uppercase;
}
.footer__main__col--nav-1 .menu > li:not(:last-child) {
  margin-bottom: 30px;
}
.footer__main__col--nav-2 .menu > li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__main__col--contact > a:not(:last-child) {
  margin-bottom: 10px;
}
.footer__main__col--contact h5.heading, .footer__main__col--contact .shop .product-main__summary h5.product_title, .shop .product-main__summary .footer__main__col--contact h5.product_title, .footer__main__col--contact h5.footer__main__col--nav-1 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.footer__main__col--contact #flags {
  display: none !important;
}
.footer__main__col--contact #google_language_translator select.goog-te-combo {
  width: 100% !important;
  border-radius: 10px !important;
  padding: 5px 20px !important;
  background-image: url(../images/icons/arrow-down-dark.svg);
  background-position: calc(100% - 10px) center;
  background-size: auto 8px;
  background-repeat: no-repeat;
}
.footer__main__scroll-top {
  display: none;
}
.footer__middle {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 50px;
}
.footer__middle__left .mib {
  margin-bottom: 30px;
  height: 36px;
}
.footer__middle__left .dhl {
  margin-top: 30px;
  height: 20px;
}
.footer__middle .social-links {
  margin-bottom: 70px;
}
.footer__middle > img {
  height: 24px;
  max-width: 100%;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 0 45px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.footer__bottom > *:not(:last-child) {
  margin-bottom: 5px;
}
.footer__bottom__legal {
  order: unset;
  display: flex;
  justify-content: center;
}
.footer__bottom__legal li:not(:last-of-type):after {
  content: "|";
  padding: 0 10px;
}
.footer__bottom .p81 {
  display: flex;
  align-items: center;
  margin: 20px auto 0;
}
.footer__bottom .p81 img {
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer__main__col__cats {
    max-width: 350px;
    margin: 0 auto;
  }
  .footer__middle {
    align-items: center;
  }
  .footer__middle__left .mib {
    margin: 0 auto 40px;
  }
  .footer__middle__left .dhl {
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .footer {
    text-align: left;
    position: relative;
  }
  .footer .container {
    z-index: 1;
    position: relative;
  }
  .footer a:not(.footer__main__scroll-top):not(.social-icon) {
    transition: all 0.2s ease;
  }
  .footer a:not(.footer__main__scroll-top):not(.social-icon):hover {
    opacity: 0.5;
  }
  .footer__graphic {
    display: block;
    position: absolute;
    right: -150px;
    bottom: 0;
    z-index: 0;
    opacity: 0.6;
  }
  .footer__main {
    display: flex;
    justify-content: space-between;
  }
  .footer__main__col {
    margin-bottom: 0;
  }
  .footer__main__col__cats {
    max-width: none;
  }
  .footer__middle {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .footer__middle__left {
    display: flex;
    align-items: center;
  }
  .footer__middle__left .mib {
    order: 1;
    margin: 0 0 0 30px;
  }
  .footer__middle__left .dhl {
    margin: 0 0 0 30px;
  }
  .footer__middle .social-links {
    margin-bottom: 0;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0;
    border-top: 1px solid #292929;
  }
  .footer__bottom > *:not(:last-child) {
    margin-bottom: 0;
  }
  .footer__bottom .p81 {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__main {
    padding-right: 120px;
  }
  .footer__main__scroll-top {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
    width: 65px;
    border-radius: 65px;
    background: #EE2F24;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .footer__main__scroll-top:hover {
    transform: translateY(-10px);
  }
}
div.wpcf7 {
  position: relative;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7 form.invalid div.wpcf7-validation-errors, div.wpcf7 form.invalid div.wpcf7-acceptance-missing, div.wpcf7 form.invalid div.wpcf7-response-output {
  display: none !important;
}
div.wpcf7 div.wpcf7-response-output {
  border: none;
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
  font: 1.5em "AkzidenzGroteskPro", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}
div.wpcf7 .wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  resize: none;
  font: 14px "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 20px;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
  color: #707070;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: #707070;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):focus::-moz-placeholder {
  color: transparent;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):focus::placeholder {
  color: transparent;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit).wpcf7-not-valid {
  border: 1px solid #e38a8c;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit).wpcf7-not-valid + span {
  font-size: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background-image: url(../images/icons/cross-red.svg);
  background-size: 12.5px;
  background-position: center;
  background-repeat: no-repeat;
}
div.wpcf7 .wpcf7-form-control.wpcf7-textarea {
  height: 210px;
  padding: 20px;
}
div.wpcf7 .wpcf7-form-control.wpcf7-select {
  background-image: url(../images/icons/arrow-down.svg);
  background-position: 98% center;
  background-size: auto 8px;
  background-repeat: no-repeat;
}
div.wpcf7 .wpcf7-form-control.wpcf7-submit {
  width: 100%;
  background: #000;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 3rem;
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
  border-radius: 5px;
}
.alert a {
  color: currentColor;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
.alert a:hover {
  text-decoration: none;
}
.alert--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.body-content > *:not(:last-child), .shop .product-main__summary .woocommerce-product-details__short-description > *:not(:last-child),
.wsp-container > *:not(:last-child) {
  margin-bottom: 30px;
}
.body-content p + h1, .shop .product-main__summary .woocommerce-product-details__short-description p + h1, .body-content p + h2, .shop .product-main__summary .woocommerce-product-details__short-description p + h2, .body-content p + h3, .shop .product-main__summary .woocommerce-product-details__short-description p + h3, .body-content p + h4, .shop .product-main__summary .woocommerce-product-details__short-description p + h4,
.body-content ul + h1,
.shop .product-main__summary .woocommerce-product-details__short-description ul + h1, .body-content ul + h2, .shop .product-main__summary .woocommerce-product-details__short-description ul + h2, .body-content ul + h3, .shop .product-main__summary .woocommerce-product-details__short-description ul + h3, .body-content ul + h4, .shop .product-main__summary .woocommerce-product-details__short-description ul + h4,
.body-content ol + h1,
.shop .product-main__summary .woocommerce-product-details__short-description ol + h1, .body-content ol + h2, .shop .product-main__summary .woocommerce-product-details__short-description ol + h2, .body-content ol + h3, .shop .product-main__summary .woocommerce-product-details__short-description ol + h3, .body-content ol + h4, .shop .product-main__summary .woocommerce-product-details__short-description ol + h4,
.wsp-container p + h1,
.wsp-container p + h2,
.wsp-container p + h3,
.wsp-container p + h4,
.wsp-container ul + h1,
.wsp-container ul + h2,
.wsp-container ul + h3,
.wsp-container ul + h4,
.wsp-container ol + h1,
.wsp-container ol + h2,
.wsp-container ol + h3,
.wsp-container ol + h4 {
  margin-top: 80px;
}
.body-content embed, .shop .product-main__summary .woocommerce-product-details__short-description embed,
.body-content iframe,
.shop .product-main__summary .woocommerce-product-details__short-description iframe,
.body-content object,
.shop .product-main__summary .woocommerce-product-details__short-description object,
.wsp-container embed,
.wsp-container iframe,
.wsp-container object {
  max-width: 100%;
}
.body-content img, .shop .product-main__summary .woocommerce-product-details__short-description img,
.wsp-container img {
  height: auto;
  max-width: 100%;
}
.body-content figure, .shop .product-main__summary .woocommerce-product-details__short-description figure,
.wsp-container figure {
  margin: 1em 0;
}
.body-content b, .shop .product-main__summary .woocommerce-product-details__short-description b, .body-content strong, .shop .product-main__summary .woocommerce-product-details__short-description strong,
.wsp-container b,
.wsp-container strong {
  font-weight: bold;
}
.body-content ul, .shop .product-main__summary .woocommerce-product-details__short-description ul,
.body-content ol,
.shop .product-main__summary .woocommerce-product-details__short-description ol,
.wsp-container ul,
.wsp-container ol {
  margin: 0 0 1.5em 3em;
}
.body-content ul, .shop .product-main__summary .woocommerce-product-details__short-description ul,
.wsp-container ul {
  list-style: disc;
}
.body-content ol, .shop .product-main__summary .woocommerce-product-details__short-description ol,
.wsp-container ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
  gap: 0 50px;
  font-size: 15px;
}
.body-content ol li, .shop .product-main__summary .woocommerce-product-details__short-description ol li,
.wsp-container ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  margin-bottom: 30px;
}
.body-content ol li::before, .shop .product-main__summary .woocommerce-product-details__short-description ol li::before,
.wsp-container ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: 500;
  font-size: 3rem;
  margin-right: 30px;
  line-height: 1;
}
.body-content li > ul, .shop .product-main__summary .woocommerce-product-details__short-description li > ul,
.body-content li > ol,
.shop .product-main__summary .woocommerce-product-details__short-description li > ol,
.wsp-container li > ul,
.wsp-container li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.body-content dt, .shop .product-main__summary .woocommerce-product-details__short-description dt,
.wsp-container dt {
  font-weight: 700;
}
.body-content dd, .shop .product-main__summary .woocommerce-product-details__short-description dd,
.wsp-container dd {
  margin: 0 1.5em 1.5em;
}
.body-content .wp-block-separator, .shop .product-main__summary .woocommerce-product-details__short-description .wp-block-separator,
.wsp-container .wp-block-separator {
  background: #eaeaea;
  border: none;
  height: 1px;
  margin: 40px 0;
}
.body-content .wp-block-separator.is-style-wide, .shop .product-main__summary .woocommerce-product-details__short-description .wp-block-separator.is-style-wide,
.wsp-container .wp-block-separator.is-style-wide {
  width: 100%;
}
.body-content table, .shop .product-main__summary .woocommerce-product-details__short-description table,
.wsp-container table {
  border-collapse: collapse;
  width: 100%;
}
.body-content table thead th, .shop .product-main__summary .woocommerce-product-details__short-description table thead th,
.wsp-container table thead th {
  font-weight: 600;
}
.body-content table td, .shop .product-main__summary .woocommerce-product-details__short-description table td, .body-content table th, .shop .product-main__summary .woocommerce-product-details__short-description table th,
.wsp-container table td,
.wsp-container table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.body-content table tbody tr:nth-child(odd), .shop .product-main__summary .woocommerce-product-details__short-description table tbody tr:nth-child(odd),
.wsp-container table tbody tr:nth-child(odd) {
  background-color: #e8e8e8;
}
.body-content em, .shop .product-main__summary .woocommerce-product-details__short-description em,
.wsp-container em {
  font-style: italic;
}
.body-content a:not(.ui-btn), .shop .product-main__summary .woocommerce-product-details__short-description a:not(.ui-btn),
.wsp-container a:not(.ui-btn) {
  color: #EE2F24;
  font-weight: normal;
}
.body-content blockquote, .shop .product-main__summary .woocommerce-product-details__short-description blockquote, .body-content .content-block__wrap p:has(iframe) + p, .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap p:has(iframe) + p, .content-block__wrap .body-content p:has(iframe) + p, .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description p:has(iframe) + p, .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description p:has(iframe) + p,
.wsp-container blockquote,
.wsp-container .content-block__wrap p:has(iframe) + p,
.content-block__wrap .wsp-container p:has(iframe) + p {
  margin: 50px 0;
  padding: 30px;
  line-height: 1.6;
  position: relative;
  background: #202224;
  border-radius: 20px;
}
.body-content blockquote:last-child, .shop .product-main__summary .woocommerce-product-details__short-description blockquote:last-child, .body-content .content-block__wrap p:has(iframe) + p:last-child, .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap p:has(iframe) + p:last-child, .content-block__wrap .body-content p:has(iframe) + p:last-child, .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description p:has(iframe) + p:last-child, .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description p:has(iframe) + p:last-child,
.wsp-container blockquote:last-child,
.wsp-container .content-block__wrap p:has(iframe) + p:last-child,
.content-block__wrap .wsp-container p:has(iframe) + p:last-child {
  margin-bottom: 0;
}
.body-content blockquote p:not(:last-child), .shop .product-main__summary .woocommerce-product-details__short-description blockquote p:not(:last-child), .body-content .content-block__wrap p:has(iframe) + p p:not(:last-child), .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap p:has(iframe) + p p:not(:last-child), .content-block__wrap .body-content p:has(iframe) + p p:not(:last-child), .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description p:has(iframe) + p p:not(:last-child), .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description p:has(iframe) + p p:not(:last-child),
.wsp-container blockquote p:not(:last-child),
.wsp-container .content-block__wrap p:has(iframe) + p p:not(:last-child),
.content-block__wrap .wsp-container p:has(iframe) + p p:not(:last-child) {
  margin-bottom: 30px;
}
.body-content blockquote p:not(:has(span)), .shop .product-main__summary .woocommerce-product-details__short-description blockquote p:not(:has(span)), .body-content .content-block__wrap p:has(iframe) + p p:not(:has(span)), .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap p:has(iframe) + p p:not(:has(span)), .content-block__wrap .body-content p:has(iframe) + p p:not(:has(span)), .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description p:has(iframe) + p p:not(:has(span)), .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description p:has(iframe) + p p:not(:has(span)),
.wsp-container blockquote p:not(:has(span)),
.wsp-container .content-block__wrap p:has(iframe) + p p:not(:has(span)),
.content-block__wrap .wsp-container p:has(iframe) + p p:not(:has(span)) {
  font-style: italic;
}
.body-content blockquote span, .shop .product-main__summary .woocommerce-product-details__short-description blockquote span, .body-content .content-block__wrap p:has(iframe) + p span, .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap p:has(iframe) + p span, .content-block__wrap .body-content p:has(iframe) + p span, .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description p:has(iframe) + p span, .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description p:has(iframe) + p span,
.wsp-container blockquote span,
.wsp-container .content-block__wrap p:has(iframe) + p span,
.content-block__wrap .wsp-container p:has(iframe) + p span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
}
.body-content .gallery, .shop .product-main__summary .woocommerce-product-details__short-description .gallery,
.wsp-container .gallery {
  display: grid;
  grid-gap: 1.5em;
}
.body-content .gallery .gallery-item, .shop .product-main__summary .woocommerce-product-details__short-description .gallery .gallery-item,
.wsp-container .gallery .gallery-item {
  position: relative;
  text-align: center;
  width: 100%;
}
.body-content .gallery .gallery-item img, .shop .product-main__summary .woocommerce-product-details__short-description .gallery .gallery-item img,
.wsp-container .gallery .gallery-item img {
  height: auto;
  max-width: 100%;
}
.body-content .gallery .gallery-item img.animate, .shop .product-main__summary .woocommerce-product-details__short-description .gallery .gallery-item img.animate,
.wsp-container .gallery .gallery-item img.animate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.body-content .gallery .gallery-item:hover img.animate, .shop .product-main__summary .woocommerce-product-details__short-description .gallery .gallery-item:hover img.animate,
.wsp-container .gallery .gallery-item:hover img.animate {
  opacity: 1;
}
.body-content .gallery.gallery-columns-2, .shop .product-main__summary .woocommerce-product-details__short-description .gallery.gallery-columns-2,
.wsp-container .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.body-content .gallery.gallery-columns-3, .shop .product-main__summary .woocommerce-product-details__short-description .gallery.gallery-columns-3,
.wsp-container .gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.body-content .gallery.gallery-columns-4, .shop .product-main__summary .woocommerce-product-details__short-description .gallery.gallery-columns-4,
.wsp-container .gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.body-content .gallery.gallery-columns-5, .shop .product-main__summary .woocommerce-product-details__short-description .gallery.gallery-columns-5,
.wsp-container .gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.body-content .gallery.gallery-columns-6, .shop .product-main__summary .woocommerce-product-details__short-description .gallery.gallery-columns-6,
.wsp-container .gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.body-content .gallery.gallery-columns-7, .shop .product-main__summary .woocommerce-product-details__short-description .gallery.gallery-columns-7,
.wsp-container .gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.body-content .gallery.gallery-columns-8, .shop .product-main__summary .woocommerce-product-details__short-description .gallery.gallery-columns-8,
.wsp-container .gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.body-content .gallery.gallery-columns-9, .shop .product-main__summary .woocommerce-product-details__short-description .gallery.gallery-columns-9,
.wsp-container .gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.body-content--sm > *:not(:last-child),
.wsp-container--sm > *:not(:last-child) {
  margin-bottom: 20px;
}
.body-content--sm p,
.wsp-container--sm p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .body-content .gallery, .shop .product-main__summary .woocommerce-product-details__short-description .gallery {
    display: block;
  }
  .body-content .gallery .gallery-item:not(:last-of-type), .shop .product-main__summary .woocommerce-product-details__short-description .gallery .gallery-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .body-content blockquote, .shop .product-main__summary .woocommerce-product-details__short-description blockquote, .body-content .content-block__wrap p:has(iframe) + p, .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap p:has(iframe) + p, .content-block__wrap .body-content p:has(iframe) + p, .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description p:has(iframe) + p, .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description p:has(iframe) + p {
    padding: 50px;
  }
  .body-content ol, .shop .product-main__summary .woocommerce-product-details__short-description ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
  }
  .body-content ol li, .shop .product-main__summary .woocommerce-product-details__short-description ol li {
    width: calc(50% - 25px);
  }
  .body-content ol li::before, .shop .product-main__summary .woocommerce-product-details__short-description ol li::before {
    font-size: 3rem;
  }
}
.masthead {
  margin-bottom: 60px;
  background: #000;
  position: relative;
  border-radius: 30px;
  z-index: 2;
}
.masthead:has(.masthead__scroll) {
  margin-bottom: 80px;
}
.masthead .container {
  position: relative;
  height: calc(100vh - 82px);
  height: calc(var(--staticvh, 1vh) * 100 - 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-height: 500px;
}
.masthead__bg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  opacity: 0.7;
  border-radius: 30px;
}
.masthead__graphic, .masthead__video {
  display: none;
}
.masthead__sub {
  margin-bottom: 10px;
  display: block;
  color: #ACACAC;
  z-index: 1;
}
.masthead .heading, .masthead .shop .product-main__summary .product_title, .shop .product-main__summary .masthead .product_title, .masthead .footer__main__col--nav-1, .masthead .body-content h1, .masthead .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .masthead .woocommerce-product-details__short-description h1, .body-content .masthead h1, .shop .product-main__summary .woocommerce-product-details__short-description .masthead h1, .masthead .body-content h2, .masthead .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .masthead .woocommerce-product-details__short-description h2, .body-content .masthead h2, .shop .product-main__summary .woocommerce-product-details__short-description .masthead h2, .masthead .body-content h3, .masthead .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .masthead .woocommerce-product-details__short-description h3, .body-content .masthead h3, .shop .product-main__summary .woocommerce-product-details__short-description .masthead h3, .masthead .body-content h4, .masthead .shop .product-main__summary .woocommerce-product-details__short-description h4, .shop .product-main__summary .masthead .woocommerce-product-details__short-description h4, .body-content .masthead h4, .shop .product-main__summary .woocommerce-product-details__short-description .masthead h4,
.masthead .wsp-container h1,
.wsp-container .masthead h1,
.masthead .wsp-container h2,
.wsp-container .masthead h2,
.masthead .wsp-container h3,
.wsp-container .masthead h3,
.masthead .wsp-container h4,
.wsp-container .masthead h4 {
  max-width: 700px;
  z-index: 1;
}
.masthead .heading--sm, .masthead .body-content h2, .masthead .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .masthead .woocommerce-product-details__short-description h2, .body-content .masthead h2, .shop .product-main__summary .woocommerce-product-details__short-description .masthead h2, .masthead .body-content h3, .masthead .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .masthead .woocommerce-product-details__short-description h3, .body-content .masthead h3, .shop .product-main__summary .woocommerce-product-details__short-description .masthead h3,
.masthead .wsp-container h2,
.wsp-container .masthead h2,
.masthead .wsp-container h3,
.wsp-container .masthead h3 {
  margin-top: 30px;
}
.masthead__text {
  max-width: 480px;
  margin-top: 20px;
  z-index: 1;
}
.masthead .ui-btn, .masthead .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit], .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .masthead input[type=submit], .masthead div.wpcf7 .wpcf7-form-control.wpcf7-submit, div.wpcf7 .masthead .wpcf7-form-control.wpcf7-submit {
  z-index: 1;
}
.masthead__btn-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}
.masthead__video-btn {
  height: 43px;
  width: 144px;
  background: url("../images/icons/video-play-mobile.svg") center/contain no-repeat;
  margin-top: 40px;
}
.masthead .ui-btn, .masthead .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit], .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .masthead input[type=submit], .masthead div.wpcf7 .wpcf7-form-control.wpcf7-submit, div.wpcf7 .masthead .wpcf7-form-control.wpcf7-submit {
  margin-top: 40px;
}
.masthead__scroll {
  position: absolute;
  bottom: -40px;
  left: 30px;
  width: 80px;
  transform: rotate(-120deg);
}

@media only screen and (min-width: 1025px) {
  .masthead {
    margin-bottom: 100px;
  }
  .masthead:has(.masthead__scroll) {
    margin-bottom: 120px;
  }
  .masthead .container {
    position: relative;
    padding-top: 107px;
    height: 650px;
    padding-bottom: 0;
    max-height: 650px;
  }
  .masthead__bg {
    height: 650px;
    background-position: center right;
    opacity: 1;
    background-size: auto 100%;
  }
  .masthead__graphic {
    display: block;
    position: absolute;
    right: calc(100% - 245px);
    top: 150px;
    z-index: 0;
    display: none;
  }
  .masthead__graphic path {
    transition: all 0.5s ease;
  }
  .masthead__video-btn {
    display: none;
  }
  .masthead__scroll {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: auto;
    width: 140px;
    transform: rotate(-120deg);
  }
  .masthead__video {
    display: block;
    background: #19201C;
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 354px;
    aspect-ratio: 16/9;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
  }
  .masthead__video video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .masthead__video:after {
    content: "";
    width: 175px;
    height: 65px;
    background: url("../images/icons/video-play-desktop.svg") center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
  }
  .masthead__video:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .masthead--hp {
    margin-bottom: 145px;
  }
  .masthead--hp .container {
    padding-top: 150px;
  }
  .masthead--hp .masthead__graphic {
    right: calc(100% - 140px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .masthead--hp .masthead__graphic {
    right: calc(100% - 200px);
  }
}
.contact-cta {
  padding: 50px 0;
  margin-bottom: 80px;
  background: url("../images/backgrounds/contact-gradient.jpg") center/cover;
  z-index: 1;
  position: relative;
}
.contact-cta .container {
  position: relative;
}
.contact-cta__wrap {
  max-width: 780px;
}
.contact-cta__wrap__btns {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.contact-cta__wrap__btns .ui-btn, .contact-cta__wrap__btns .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit], .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .contact-cta__wrap__btns input[type=submit], .contact-cta__wrap__btns div.wpcf7 .wpcf7-form-control.wpcf7-submit, div.wpcf7 .contact-cta__wrap__btns .wpcf7-form-control.wpcf7-submit {
  margin-right: 20px;
}
.contact-cta__scroll {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .contact-cta {
    padding: 70px 0 100px;
    margin-bottom: 80px;
  }
  .contact-cta__wrap {
    padding-top: 30px;
  }
  .contact-cta__scroll {
    display: block;
    position: absolute;
    right: 45px;
    top: 0;
  }
}
.products-slider .products .product {
  margin-right: 15px;
  width: 100%;
}
.products-slider .products .product .button {
  display: none;
}

@media only screen and (min-width: 768px) {
  .products-slider .products .product {
    margin-right: 30px;
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .products-slider .products .product {
    margin-right: 30px;
    width: calc(33.3% - 20px);
  }
  .products-slider .products .product .button {
    display: none;
  }
}
.products .product {
  position: relative;
}
.products .product .onsale {
  position: absolute;
  background: #EE2F24;
  top: 10px;
  right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 15px;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  border-radius: 20px;
}
.products .product img {
  width: 100%;
  margin-bottom: 30px;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
}
.products .product__content {
  position: relative;
}
.products .product__content .woocommerce-loop-product__title {
  width: calc(100% - 120px);
  line-height: 23px;
  margin-bottom: 15px;
}
.products .product__content .price {
  font-size: 16px;
}
.products .product__content .price del {
  color: #ccc;
}
.products .product__content__colours {
  display: flex;
  position: relative;
  position: absolute;
  top: 5px;
  right: 0;
}
.products .product__content__colours > span, .products .product__content__colours:after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.products .product__content__colours > span {
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: -4px;
}
.products .product__content__colours > span:nth-child(1) {
  z-index: 4;
}
.products .product__content__colours > span:nth-child(2) {
  z-index: 3;
}
.products .product__content__colours > span:nth-child(3) {
  z-index: 2;
}
.products .product__content__colours > span:nth-child(4) {
  z-index: 1;
}
.products .product__content__colours > span:nth-child(5) {
  z-index: 0;
}
.products .product__content__colours:after {
  content: "";
  background: url("../images/icons/more-colours.svg") center/cover;
}

:root {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-height: 100%;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 5s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}

.glitch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.glitch .glitch__item {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.glitch .glitch__item:nth-child(n+2) {
  opacity: 0;
  animation-duration: var(--time-anim);
  anxmation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.glitch .glitch__item:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-2;
}
.glitch .glitch__item:nth-child(2) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-3;
}
.glitch .glitch__item:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-4;
}
.glitch .glitch__item:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash;
}
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--glitch-horizontal), var(--glitch-height), 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-4 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
.testimonials {
  padding: 60px 0 90px;
  overflow: hidden;
}
.testimonials__heading {
  width: 85%;
  max-width: 980px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
}
.testimonials__slider {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.testimonials__slider .flickity-page-dots {
  width: 370px;
  margin: 0 auto;
  gap: 15px;
  margin-top: 65px;
  max-width: calc(100% - 60px);
}
.testimonials__slider .flickity-page-dots .dot.is-selected:after {
  animation: progress-scale 5s linear;
}
.testimonials__slider .flickity-button {
  visibility: hidden;
}
.testimonials__slider .review {
  width: 100%;
  text-align: center;
}
.testimonials__slider .review__thumb {
  height: 92px;
  width: 92px;
  background: linear-gradient(-45deg, #1DAEEF, #EE2F24);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}
.testimonials__slider .review__thumb img {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__slider .review__quote {
  line-height: 30px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 1025px) {
  .testimonials {
    padding: 180px 0 120px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .testimonials__slider .flickity-page-dots {
    margin-top: 60px;
  }
  .testimonials__slider .flickity-button {
    visibility: visible;
  }
  .testimonials__slider .flickity-button.next {
    right: calc((100vw - 1140px) / 2);
  }
  .testimonials__slider .flickity-button.previous {
    left: calc((100vw - 1140px) / 2);
  }
  .testimonials__slider .review__quote {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonials .flickity-button,
.latest_products .flickity-button,
.related.products .flickity-button,
.features .flickity-button {
  height: 53px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ACACAC;
  background: #000;
  transition: all 0.2s ease;
}
.testimonials .flickity-button .flickity-button-icon,
.latest_products .flickity-button .flickity-button-icon,
.related.products .flickity-button .flickity-button-icon,
.features .flickity-button .flickity-button-icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: auto;
  left: auto;
}
.testimonials .flickity-button .flickity-button-icon path,
.latest_products .flickity-button .flickity-button-icon path,
.related.products .flickity-button .flickity-button-icon path,
.features .flickity-button .flickity-button-icon path {
  fill: #fff;
}
.testimonials .flickity-button:hover,
.latest_products .flickity-button:hover,
.related.products .flickity-button:hover,
.features .flickity-button:hover {
  opacity: 0.7;
}

.testimonials .flickity-page-dots {
  display: flex;
  gap: 22px;
  counter-reset: nav-counter;
  position: relative;
  bottom: 0;
}
.testimonials .flickity-page-dots .dot {
  background: transparent;
  border-radius: 0;
  flex: 1;
  height: 25px;
  border-bottom: 1px solid #707070;
  text-align: left;
  font-size: 12px;
  margin: 0;
  position: relative;
  opacity: 1;
}
.testimonials .flickity-page-dots .dot:before {
  counter-increment: nav-counter;
  content: "0" counter(nav-counter);
}
@keyframes progress-scale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.testimonials .flickity-page-dots .dot:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #EE2F24;
  transform: scaleX(0);
  transform-origin: center left;
}
.testimonials .flickity-page-dots .dot.is-selected:after {
  animation: progress-scale 7s linear;
}

.instragram-feed {
  margin-bottom: 50px;
}
.instragram-feed__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.instragram-feed #sb_instagram {
  padding-bottom: 0 !important;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.instragram-feed #sbi_images {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 1025px) {
  .instragram-feed {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: -10px;
  }
  .instragram-feed__header {
    margin-bottom: 50px;
  }
  .instragram-feed__header > a {
    font-size: 24px;
  }
}
.reviews {
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.reviews:after {
  content: "";
  width: calc(100% - 60px);
  left: 30px;
  border-bottom: 1px solid #292929;
  position: absolute;
  bottom: 0;
}
.reviews .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews__icon {
  width: 60px;
  margin: 0 auto 30px;
}
.reviews__lg {
  display: none;
}
.reviews__sm {
  width: 285px;
}

@media only screen and (min-width: 1025px) {
  .reviews {
    margin-bottom: 0;
    padding: 80px 0;
  }
  .reviews a {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .reviews:after {
    display: none;
  }
  .reviews__icon {
    margin: 0 30px 0 0;
  }
  .reviews__lg {
    display: block;
  }
  .reviews__sm {
    display: none;
  }
}
.signup-form {
  background: url(../images/backgrounds/contact-gradient.jpg) center/cover;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.signup-form .heading, .signup-form .shop .product-main__summary .product_title, .shop .product-main__summary .signup-form .product_title, .signup-form .footer__main__col--nav-1, .signup-form .body-content h1, .signup-form .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .signup-form .woocommerce-product-details__short-description h1, .body-content .signup-form h1, .shop .product-main__summary .woocommerce-product-details__short-description .signup-form h1, .signup-form .body-content h2, .signup-form .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .signup-form .woocommerce-product-details__short-description h2, .body-content .signup-form h2, .shop .product-main__summary .woocommerce-product-details__short-description .signup-form h2, .signup-form .body-content h3, .signup-form .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .signup-form .woocommerce-product-details__short-description h3, .body-content .signup-form h3, .shop .product-main__summary .woocommerce-product-details__short-description .signup-form h3, .signup-form .body-content h4, .signup-form .shop .product-main__summary .woocommerce-product-details__short-description h4, .shop .product-main__summary .signup-form .woocommerce-product-details__short-description h4, .body-content .signup-form h4, .shop .product-main__summary .woocommerce-product-details__short-description .signup-form h4,
.signup-form .wsp-container h1,
.wsp-container .signup-form h1,
.signup-form .wsp-container h2,
.wsp-container .signup-form h2,
.signup-form .wsp-container h3,
.wsp-container .signup-form h3,
.signup-form .wsp-container h4,
.wsp-container .signup-form h4 {
  margin-bottom: 30px;
}
.signup-form #mc_embed_signup {
  background: transparent;
}
.signup-form #mc_embed_signup form#mc-embedded-subscribe-form {
  margin: 0;
}
.signup-form #mc_embed_signup form#mc-embedded-subscribe-form .indicates-required {
  display: none;
}
.signup-form #mc_embed_signup form#mc-embedded-subscribe-form .mc-field-group {
  position: relative;
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
.signup-form #mc_embed_signup form#mc-embedded-subscribe-form label {
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
}
.signup-form #mc_embed_signup form#mc-embedded-subscribe-form input:not([type=submit]) {
  height: 50px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 20px;
}
.signup-form #mc_embed_signup form#mc-embedded-subscribe-form div.mce_inline_error {
  margin: 8px 0 0;
  padding: 0;
  font-size: 12px;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
  background: none;
  border: none;
  color: #fff;
}
.signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit] {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .signup-form {
    margin-bottom: 80px;
    padding: 40px 0 60px;
  }
  .signup-form #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll {
    display: flex;
    align-items: flex-end;
  }
  .signup-form #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
    flex: 1;
    margin-bottom: 0;
  }
  .signup-form #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group:not(:last-child) {
    margin-right: 30px;
  }
  .signup-form #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses {
    position: absolute;
  }
  .signup-form #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll div.mce_inline_error {
    position: absolute;
  }
}
.content-block {
  margin-bottom: 60px;
  position: relative;
}
.content-block__wrap {
  position: relative;
}
.content-block__wrap .heading > span, .content-block__wrap .shop .product-main__summary .product_title > span, .shop .product-main__summary .content-block__wrap .product_title > span, .content-block__wrap .footer__main__col--nav-1 > span, .content-block__wrap .body-content h1 > span, .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description h1 > span, .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description h1 > span, .body-content .content-block__wrap h1 > span, .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap h1 > span, .content-block__wrap .body-content h2 > span, .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description h2 > span, .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description h2 > span, .body-content .content-block__wrap h2 > span, .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap h2 > span, .content-block__wrap .body-content h3 > span, .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description h3 > span, .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description h3 > span, .body-content .content-block__wrap h3 > span, .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap h3 > span, .content-block__wrap .body-content h4 > span, .content-block__wrap .shop .product-main__summary .woocommerce-product-details__short-description h4 > span, .shop .product-main__summary .content-block__wrap .woocommerce-product-details__short-description h4 > span, .body-content .content-block__wrap h4 > span, .shop .product-main__summary .woocommerce-product-details__short-description .content-block__wrap h4 > span,
.content-block__wrap .wsp-container h1 > span,
.wsp-container .content-block__wrap h1 > span,
.content-block__wrap .wsp-container h2 > span,
.wsp-container .content-block__wrap h2 > span,
.content-block__wrap .wsp-container h3 > span,
.wsp-container .content-block__wrap h3 > span,
.content-block__wrap .wsp-container h4 > span,
.wsp-container .content-block__wrap h4 > span {
  display: block;
  text-wrap: balance;
}
.content-block__wrap .ui-link {
  margin-top: 40px;
}
.content-block__wrap .ui-btn, .content-block__wrap div.wpcf7 .wpcf7-form-control.wpcf7-submit, div.wpcf7 .content-block__wrap .wpcf7-form-control.wpcf7-submit, .content-block__wrap .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit], .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .content-block__wrap input[type=submit] {
  margin-top: 40px;
}
.content-block__wrap__badge {
  max-width: 150px;
  margin-left: auto;
}
.content-block__wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  height: auto;
}
.content-block__wrap p:has(iframe) + p {
  padding: 20px 30px !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
}
.content-block--right .content-block__wrap {
  margin-left: auto;
}
.content-block--center .content-block__wrap {
  margin: 0 auto;
}
.content-block--gradient {
  background: transparent linear-gradient(180deg, #191919 0%, #111111 32%, #000000 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0;
  margin-bottom: 0;
}

.masthead + .content-block--gradient {
  margin-top: -80px;
}

@media only screen and (min-width: 1025px) {
  .content-block {
    margin-bottom: 100px;
  }
  .content-block__wrap .ui-link {
    margin-top: 50px;
  }
  .content-block__wrap .ui-btn, .content-block__wrap div.wpcf7 .wpcf7-form-control.wpcf7-submit, div.wpcf7 .content-block__wrap .wpcf7-form-control.wpcf7-submit, .content-block__wrap .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit], .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .content-block__wrap input[type=submit] {
    margin-top: 50px;
  }
  .content-block__wrap__badge {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .content-block--gradient {
    padding: 100px 0 120px;
    margin-bottom: 0;
  }
  .content-block--home {
    position: relative;
  }
  .masthead + .content-block--gradient {
    margin-top: -120px;
  }
}
.case-studies {
  margin-bottom: 100px;
}
.case-studies .heading--md, .case-studies .body-content h1, .case-studies .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .case-studies .woocommerce-product-details__short-description h1, .body-content .case-studies h1, .shop .product-main__summary .woocommerce-product-details__short-description .case-studies h1,
.case-studies .wsp-container h1,
.wsp-container .case-studies h1 {
  margin: 0 auto 50px;
}
.case-studies__grid {
  display: grid;
  grid-gap: 30px;
}
.case-studies__grid .case-study {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: #000;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}
.case-studies__grid .case-study__bg {
  aspect-ratio: 1/0.7;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.case-studies__grid .case-study__bg img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies__grid .case-study__clients, .case-studies__grid .case-study__products {
  position: relative;
}
.case-studies__grid .case-study__products {
  margin: 0 0 10px;
}
.case-studies__grid .case-study__text {
  background: #202224;
  border-radius: 20px;
  width: calc(100% - 40px);
  margin: -50px 0 0 30px;
  padding: 30px 30px 40px;
  z-index: 1;
  position: relative;
  flex: 1;
}
.case-studies__grid .case-study:hover .case-study__bg img {
  transform: scale(1.1);
}
.case-studies .masthead__graphic {
  display: none;
}

.remodal--case-study {
  background: #292929;
  border-radius: 20px;
}
.remodal--case-study .remodal-close {
  z-index: 10;
}
.remodal--case-study .remodal__flex__slider {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}
.remodal--case-study .remodal__flex__slider .flickity-viewport,
.remodal--case-study .remodal__flex__slider .flickity-slider {
  height: 100% !important;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.remodal--case-study .remodal__flex__slider .flickity-button[disabled] {
  display: none;
}
.remodal--case-study .remodal__flex__image {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  border-radius: 20px;
}
.remodal--case-study .remodal__flex__image.is-selected {
  opacity: 1;
  visibility: visible;
}
.remodal--case-study .remodal__flex__body {
  flex: 1;
  padding: 30px;
  text-align: left;
  color: #fff;
}
.remodal--case-study .remodal__flex__body .subType, .remodal--case-study .remodal__flex__body .shop .product-main__summary__help > a, .shop .remodal--case-study .remodal__flex__body .product-main__summary__help > a, .remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-variation-add-to-cart .quantity .qty, .shop .product-main__summary .woocommerce-variation-add-to-cart .quantity .remodal--case-study .remodal__flex__body .qty,
.remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-simple-add-to-cart .quantity .qty,
.shop .product-main__summary .woocommerce-simple-add-to-cart .quantity .remodal--case-study .remodal__flex__body .qty, .remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-variation-add-to-cart .quantity label, .shop .product-main__summary .woocommerce-variation-add-to-cart .quantity .remodal--case-study .remodal__flex__body label,
.remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-simple-add-to-cart .quantity label,
.shop .product-main__summary .woocommerce-simple-add-to-cart .quantity .remodal--case-study .remodal__flex__body label, .remodal--case-study .remodal__flex__body .shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity .quantity .qty, .shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity .quantity .remodal--case-study .remodal__flex__body .qty, .remodal--case-study .remodal__flex__body .shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity .quantity label, .shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity .quantity .remodal--case-study .remodal__flex__body label, .remodal--case-study .remodal__flex__body .shop .product-main__summary .variations_form .variations, .shop .product-main__summary .variations_form .remodal--case-study .remodal__flex__body .variations, .remodal--case-study .remodal__flex__body .shop .product-main__summary .variations_form__heading, .shop .product-main__summary .remodal--case-study .remodal__flex__body .variations_form__heading, .remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-breadcrumb, .shop .product-main__summary .remodal--case-study .remodal__flex__body .woocommerce-breadcrumb, .remodal--case-study .remodal__flex__body body.archive .woocommerce-products-header .products-filter__body__wrap, body.archive .woocommerce-products-header .remodal--case-study .remodal__flex__body .products-filter__body__wrap, .remodal--case-study .remodal__flex__body body.archive .woocommerce-products-header .products-filter__head, body.archive .woocommerce-products-header .remodal--case-study .remodal__flex__body .products-filter__head, .remodal--case-study .remodal__flex__body .ui-link, .remodal--case-study .remodal__flex__body .social-links > span, .remodal--case-study .remodal__flex__body .header__woo__cart .items, .header__woo__cart .remodal--case-study .remodal__flex__body .items, .remodal--case-study .remodal__flex__body .header .menu li > a, .header .menu .remodal--case-study .remodal__flex__body li > a, .remodal--case-study .remodal__flex__body .footer__main__col > *:not(.heading):not(#menu-footer-menu-1), .remodal--case-study .remodal__flex__body .footer__bottom, .remodal--case-study .remodal__flex__body .products .product__content .price, .products .product__content .remodal--case-study .remodal__flex__body .price {
  margin-bottom: 10px;
}
.remodal--case-study .remodal__flex__body .heading, .remodal--case-study .remodal__flex__body .shop .product-main__summary .product_title, .shop .product-main__summary .remodal--case-study .remodal__flex__body .product_title, .remodal--case-study .remodal__flex__body .footer__main__col--nav-1, .remodal--case-study .remodal__flex__body .body-content h1, .remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .remodal--case-study .remodal__flex__body .woocommerce-product-details__short-description h1, .body-content .remodal--case-study .remodal__flex__body h1, .shop .product-main__summary .woocommerce-product-details__short-description .remodal--case-study .remodal__flex__body h1, .remodal--case-study .remodal__flex__body .body-content h2, .remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .remodal--case-study .remodal__flex__body .woocommerce-product-details__short-description h2, .body-content .remodal--case-study .remodal__flex__body h2, .shop .product-main__summary .woocommerce-product-details__short-description .remodal--case-study .remodal__flex__body h2, .remodal--case-study .remodal__flex__body .body-content h3, .remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .remodal--case-study .remodal__flex__body .woocommerce-product-details__short-description h3, .body-content .remodal--case-study .remodal__flex__body h3, .shop .product-main__summary .woocommerce-product-details__short-description .remodal--case-study .remodal__flex__body h3, .remodal--case-study .remodal__flex__body .body-content h4, .remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-product-details__short-description h4, .shop .product-main__summary .remodal--case-study .remodal__flex__body .woocommerce-product-details__short-description h4, .body-content .remodal--case-study .remodal__flex__body h4, .shop .product-main__summary .woocommerce-product-details__short-description .remodal--case-study .remodal__flex__body h4,
.remodal--case-study .remodal__flex__body .wsp-container h1,
.wsp-container .remodal--case-study .remodal__flex__body h1,
.remodal--case-study .remodal__flex__body .wsp-container h2,
.wsp-container .remodal--case-study .remodal__flex__body h2,
.remodal--case-study .remodal__flex__body .wsp-container h3,
.wsp-container .remodal--case-study .remodal__flex__body h3,
.remodal--case-study .remodal__flex__body .wsp-container h4,
.wsp-container .remodal--case-study .remodal__flex__body h4 {
  margin-bottom: 30px;
}
.remodal--case-study .remodal__flex__body .body-content, .remodal--case-study .remodal__flex__body .shop .product-main__summary .woocommerce-product-details__short-description, .shop .product-main__summary .remodal--case-study .remodal__flex__body .woocommerce-product-details__short-description {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .case-studies__grid {
    display: grid;
    grid-gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .case-studies {
    margin-bottom: 170px;
    position: relative;
  }
  .case-studies .heading--md, .case-studies .body-content h1, .case-studies .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .case-studies .woocommerce-product-details__short-description h1, .body-content .case-studies h1, .shop .product-main__summary .woocommerce-product-details__short-description .case-studies h1,
  .case-studies .wsp-container h1,
  .wsp-container .case-studies h1 {
    margin: 0 auto 75px;
  }
  .case-studies .masthead__graphic {
    position: absolute;
    right: -100px;
    left: auto;
    display: block;
    z-index: -1;
    transform: scale(-1) translateX(-60%) !important;
  }
  .remodal--case-study .remodal__flex {
    display: flex;
  }
  .remodal--case-study .remodal__flex__slider {
    width: 50%;
    padding-bottom: 0;
  }
  .remodal--case-study .remodal__flex__body {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .case-studies__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .remodal--case-study .remodal__flex {
    display: flex;
  }
  .remodal--case-study .remodal__flex__slider {
    width: 480px;
  }
  .remodal--case-study .remodal__flex__slider .flickity-prev-next-button.previous {
    left: -25px;
  }
  .remodal--case-study .remodal__flex__slider .flickity-prev-next-button.next {
    right: -25px;
  }
  .remodal--case-study .remodal__flex__body {
    padding: 60px 65px;
  }
}
.testimonial {
  padding: 50px 0;
  background: url("../images/backgrounds/contact-gradient.jpg") center/cover;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.testimonial .container {
  position: relative;
  z-index: 2;
}
.testimonial__wrap {
  max-width: 920px;
  margin: 0 auto;
}
.testimonial__thumb {
  height: 92px;
  width: 92px;
  background: linear-gradient(-45deg, #1DAEEF, #EE2F24);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}
.testimonial__thumb img {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border-radius: 100%;
}
.testimonial__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.testimonial__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__author {
  margin-top: 55px;
}

@media only screen and (min-width: 1025px) {
  .testimonial {
    padding: 80px 0 100px;
    margin-bottom: 100px;
  }
  .testimonial__quote {
    font-size: 20px;
    line-height: 30px;
  }
}
.icons-block {
  margin-bottom: 60px;
  position: relative;
  background: transparent linear-gradient(180deg, #191919 0%, #000000 32%, #000000 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0;
}
.icons-block__wrap {
  margin-left: auto;
  position: relative;
}
.icons-block__wrap .heading--ul > span {
  max-width: 700px;
  display: block;
}
.icons-block__flex > p {
  margin-bottom: 40px;
}
.icons-block__flex__icons {
  display: grid;
  gap: 40px;
}
.icons-block__flex__icons .icon {
  display: flex;
  align-items: center;
}
.icons-block__flex__icons .icon__img {
  background: linear-gradient(-45deg, #1DAEEF, #EE2F24);
  height: 80px;
  width: 80px;
  min-width: 80px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
  position: relative;
}
.icons-block__flex__icons .icon__img:before {
  content: "";
  top: 2px;
  left: 2px;
  border-radius: 50%;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  background: #000;
  position: absolute;
  transition: all 0.2s ease;
}
.icons-block__flex__icons .icon__img img {
  position: relative;
  height: auto;
  max-width: 80%;
  max-height: 60%;
}
.icons-block__flex__icons .icon h3 {
  font-size: 15px;
  max-width: 170px;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (min-width: 650px) {
  .icons-block__flex__icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .icons-block {
    padding: 100px 0;
  }
  .icons-block__flex__icons {
    grid-template-columns: repeat(3, 1fr);
  }
  .icons-block__flex__icons .icon__img {
    margin: 0 35px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .icons-block__flex {
    gap: 90px;
    display: flex;
  }
  .icons-block__flex > p {
    max-width: 210px;
  }
}
.brands {
  margin-bottom: 60px;
  padding: 50px 0;
  background: #111;
}
.brands__header {
  margin-bottom: 40px;
}
.brands__header > a {
  display: none;
}
.brands__grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.brands__grid .brand {
  aspect-ratio: 20/13;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.brands__grid .brand__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #292929;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.brands__grid .brand img {
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
.brands__grid .brand:hover .brand__inner {
  background: #292929;
}
.brands__grid .brand:hover img {
  transform: scale(0.85);
}

@media only screen and (min-width: 650px) {
  .brands__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .brands__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .brands {
    margin-bottom: 120px;
    padding: 100px 0 120px;
  }
  .brands__header {
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .brands__header > a {
    display: block;
  }
  .brands__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .brands__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.accordions {
  margin-bottom: 60px;
}
.accordions .accordion-container .accordion-strip {
  border-radius: 12px;
}
.accordions .accordion-container .accordion-strip:not(:last-child) {
  margin-bottom: 15px;
}
.accordions .accordion-container .accordion-strip .accordion-button button {
  border-radius: 12px;
  font-weight: 700;
  min-height: 84px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.35;
}
.accordions .accordion-container .accordion-strip .accordion-panel {
  padding: 30px;
}
.accordions .accordion-container .accordion-strip .accordion-panel.hidden {
  display: none;
}
.accordions .accordion-container .accordion-strip.active {
  outline-color: #fff;
  outline-offset: 1px;
  outline-style: solid;
  outline-width: 1px;
}

@media only screen and (max-width: 767px) {
  .accordions .accordion-container .accordion-strip .accordion-button button {
    padding: 15px 70px 15px 20px;
    background: #191919 url("../images/icons/accordion-arrow-down.svg") calc(100% - 15px) 50%/40px no-repeat;
  }
  .accordions .accordion-container .accordion-strip .accordion-button button[aria-expanded=true] {
    background: #191919 url("../images/icons/accordion-arrow-up.svg") calc(100% - 15px) 50%/40px no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .accordions .accordion-container .accordion-strip .accordion-button button {
    padding: 20px 90px 20px 35px;
    background: #191919 url("../images/icons/accordion-arrow-down.svg") calc(100% - 23px) 50%/55px no-repeat;
  }
  .accordions .accordion-container .accordion-strip .accordion-button button[aria-expanded=true] {
    background: #191919 url("../images/icons/accordion-arrow-up.svg") calc(100% - 23px) 50%/55px no-repeat;
  }
}
@media only screen and (min-width: 1025px) {
  .accordions {
    margin-bottom: 100px;
  }
}
/* Pages Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}
.error404__content h1 {
  font-size: 7em;
  color: #EE2F24;
  line-height: 170px;
  margin-bottom: 30px;
}

.single-post__main {
  margin-bottom: 100px;
}

.inner-content {
  padding: 100px 0 120px;
}

.search__main__grid .products {
  display: grid;
  grid-gap: 50px 30px;
}

@media only screen and (min-width: 768px) {
  .search__main__grid {
    grid-gap: 60px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .search__main {
    padding: 180px 0 100px;
  }
  .search__main__grid {
    grid-gap: 60px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.features__heading {
  position: absolute;
  width: 530px;
  top: 40px;
  right: -25%;
}
.features__slider {
  position: relative;
  z-index: 1;
  position: relative;
}
.features__slider .heading--ul span {
  max-width: 710px;
}
.features__slider .flickity-button {
  visibility: hidden;
}
.features__slider .slide {
  width: 100%;
}
.features__slider .slide__sub {
  color: #ACACAC;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
}
.features__slider .slide__wrap__img {
  flex: 1;
  aspect-ratio: 10/7;
  position: relative;
  margin-bottom: 35px;
  border-radius: 20px;
  overflow: hidden;
}
.features__slider .slide__wrap__img > div {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quotes__slider {
  position: relative;
  z-index: 1;
  position: relative;
}
.quotes__slider .flickity-button {
  visibility: hidden;
}
.quotes__slider .slide {
  width: 100%;
}
.quotes__slider .slide .quote__wrap {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.quotes__slider .slide .quote .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.quotes__slider .slide .quote__img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.quotes__slider .slide .quote__content {
  padding: 50px 20px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quotes__slider .slide .quote__content h2 {
  margin-bottom: 15px;
}
.quotes__slider .slide .quote__content > div > p {
  text-align: left !important;
}
.quotes__slider .slide .quote__content > div > p:not(:last-child) {
  margin-bottom: 20px;
}

.latest_products {
  margin-bottom: 80px;
  padding: 50px 0 65px;
  background: #111;
}
.latest_products .container {
  display: flex;
  flex-direction: column;
}
.latest_products__header {
  display: contents;
}
.latest_products__header .ui-link {
  order: 1;
  margin-top: 60px;
  text-align: center;
}
.latest_products .products-slider {
  margin-top: 45px;
}
.latest_products .products-slider .flickity-button {
  top: 32vw;
}
.latest_products .products-slider .flickity-button.previous {
  left: -22px;
}
.latest_products .products-slider .flickity-button.next {
  right: -22px;
}

.page-links {
  margin-bottom: 80px;
}
.page-links__grid {
  display: grid;
  grid-gap: 30px;
}
.page-links__grid .page-link {
  aspect-ratio: 1/0.65;
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.page-links__grid .page-link__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.page-links__grid .page-link__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.page-links__grid .page-link .heading, .page-links__grid .page-link .shop .product-main__summary .product_title, .shop .product-main__summary .page-links__grid .page-link .product_title, .page-links__grid .page-link .footer__main__col--nav-1, .page-links__grid .page-link .body-content h1, .page-links__grid .page-link .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .page-links__grid .page-link .woocommerce-product-details__short-description h1, .body-content .page-links__grid .page-link h1, .shop .product-main__summary .woocommerce-product-details__short-description .page-links__grid .page-link h1, .page-links__grid .page-link .body-content h2, .page-links__grid .page-link .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .page-links__grid .page-link .woocommerce-product-details__short-description h2, .body-content .page-links__grid .page-link h2, .shop .product-main__summary .woocommerce-product-details__short-description .page-links__grid .page-link h2, .page-links__grid .page-link .body-content h3, .page-links__grid .page-link .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .page-links__grid .page-link .woocommerce-product-details__short-description h3, .body-content .page-links__grid .page-link h3, .shop .product-main__summary .woocommerce-product-details__short-description .page-links__grid .page-link h3, .page-links__grid .page-link .body-content h4, .page-links__grid .page-link .shop .product-main__summary .woocommerce-product-details__short-description h4, .shop .product-main__summary .page-links__grid .page-link .woocommerce-product-details__short-description h4, .body-content .page-links__grid .page-link h4, .shop .product-main__summary .woocommerce-product-details__short-description .page-links__grid .page-link h4,
.page-links__grid .page-link .wsp-container h1,
.wsp-container .page-links__grid .page-link h1,
.page-links__grid .page-link .wsp-container h2,
.wsp-container .page-links__grid .page-link h2,
.page-links__grid .page-link .wsp-container h3,
.wsp-container .page-links__grid .page-link h3,
.page-links__grid .page-link .wsp-container h4,
.wsp-container .page-links__grid .page-link h4 {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  background-position: 100% 50%;
}
.page-links__grid .page-link:hover .page-link__img {
  opacity: 0.35;
}
.page-links__grid .page-link:hover .page-link__img > img {
  transform: scale(1.1);
}
.page-links__grid .page-link:hover .heading, .page-links__grid .page-link:hover .shop .product-main__summary .product_title, .shop .product-main__summary .page-links__grid .page-link:hover .product_title, .page-links__grid .page-link:hover .footer__main__col--nav-1, .page-links__grid .page-link:hover .body-content h1, .page-links__grid .page-link:hover .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .page-links__grid .page-link:hover .woocommerce-product-details__short-description h1, .body-content .page-links__grid .page-link:hover h1, .shop .product-main__summary .woocommerce-product-details__short-description .page-links__grid .page-link:hover h1, .page-links__grid .page-link:hover .body-content h2, .page-links__grid .page-link:hover .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .page-links__grid .page-link:hover .woocommerce-product-details__short-description h2, .body-content .page-links__grid .page-link:hover h2, .shop .product-main__summary .woocommerce-product-details__short-description .page-links__grid .page-link:hover h2, .page-links__grid .page-link:hover .body-content h3, .page-links__grid .page-link:hover .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .page-links__grid .page-link:hover .woocommerce-product-details__short-description h3, .body-content .page-links__grid .page-link:hover h3, .shop .product-main__summary .woocommerce-product-details__short-description .page-links__grid .page-link:hover h3, .page-links__grid .page-link:hover .body-content h4, .page-links__grid .page-link:hover .shop .product-main__summary .woocommerce-product-details__short-description h4, .shop .product-main__summary .page-links__grid .page-link:hover .woocommerce-product-details__short-description h4, .body-content .page-links__grid .page-link:hover h4, .shop .product-main__summary .woocommerce-product-details__short-description .page-links__grid .page-link:hover h4,
.page-links__grid .page-link:hover .wsp-container h1,
.wsp-container .page-links__grid .page-link:hover h1,
.page-links__grid .page-link:hover .wsp-container h2,
.wsp-container .page-links__grid .page-link:hover h2,
.page-links__grid .page-link:hover .wsp-container h3,
.wsp-container .page-links__grid .page-link:hover h3,
.page-links__grid .page-link:hover .wsp-container h4,
.wsp-container .page-links__grid .page-link:hover h4 {
  padding-right: 35px;
  background: url("../images/icons/arrow-right-long.svg") 100% 50%/25px no-repeat;
}

@media only screen and (min-width: 768px) {
  .quote__wrap {
    flex-direction: row;
  }
  .quote__img {
    position: absolute;
    width: 50%;
  }
  .quote__content {
    padding: 70px;
    width: 50%;
    padding: 140px 0 140px 60px;
    text-align: left;
    align-items: flex-start;
  }
  .latest_products .products-slider .flickity-button {
    top: 17.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .latest_products .container {
    display: flex;
    flex-direction: column;
  }
  .latest_products__header {
    display: contents;
  }
  .latest_products__header .ui-btn, .latest_products__header div.wpcf7 .wpcf7-form-control.wpcf7-submit, div.wpcf7 .latest_products__header .wpcf7-form-control.wpcf7-submit, .latest_products__header .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit], .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .latest_products__header input[type=submit] {
    order: 2;
    margin-top: 30px;
  }
  .quotes__slider .slide {
    width: 100%;
  }
  .quotes__slider .slide .quote__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .features {
    margin-bottom: 120px;
  }
  .features__heading {
    position: absolute;
    width: 75%;
    top: 90px;
    right: -18%;
  }
  .features__slider .heading--ul {
    margin-bottom: 75px;
    max-width: calc(100% - 160px);
  }
  .features__slider .slide__wrap {
    display: flex;
    gap: 80px;
    align-items: flex-start;
  }
  .features__slider .slide__wrap__img {
    margin-bottom: 0;
  }
  .features__slider .slide__wrap__body {
    width: calc(50% - 65px);
  }
  .features__slider .slide__wrap__body .ui-btn, .features__slider .slide__wrap__body div.wpcf7 .wpcf7-form-control.wpcf7-submit, div.wpcf7 .features__slider .slide__wrap__body .wpcf7-form-control.wpcf7-submit, .features__slider .slide__wrap__body .signup-form #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit], .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .features__slider .slide__wrap__body input[type=submit] {
    margin-top: 30px;
  }
  .features__slider .flickity-button {
    top: 174px;
    visibility: visible;
  }
  .features__slider .flickity-button.next {
    right: calc((100vw - 930px) / 2);
  }
  .features__slider .flickity-button.previous {
    left: auto;
    right: calc((100vw - 930px) / 2 + 70px);
  }
  .latest_products {
    margin-bottom: 100px;
    overflow: hidden;
    padding: 100px 0;
  }
  .latest_products__header {
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .latest_products__header .ui-link {
    margin-top: 0;
  }
  .latest_products .products-slider {
    margin-top: 0;
  }
  .latest_products .products-slider .flickity-button {
    top: 172px;
  }
  .latest_products--sm {
    margin-bottom: 100px;
  }
  .page-links {
    margin-bottom: 150px;
  }
  .page-links__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .features__slider .slide__wrap {
    gap: 130px;
  }
  .features__slider .flickity-button.next {
    right: calc((100vw - 1140px) / 2);
  }
  .features__slider .flickity-button.previous {
    right: calc((100vw - 1140px) / 2 + 70px);
  }
  .latest_products .products-slider .flickity-button {
    top: 135px;
  }
}
@media only screen and (min-width: 1400px) {
  .features__slider .flickity-button.next {
    right: calc((100vw - 1270px) / 2);
  }
  .features__slider .flickity-button.previous {
    right: calc((100vw - 1270px) / 2 + 70px);
  }
  .latest_products .products-slider .flickity-button {
    top: 150px;
  }
}
body.archive .woocommerce-products-header .heading--ul {
  margin-bottom: 0;
}
body.archive .woocommerce-products-header .tag-description {
  margin-top: 35px;
}
body.archive .woocommerce-products-header .products-filter__head {
  font-size: 14px;
  padding: 35px 0;
  cursor: pointer;
  width: 100%;
}
body.archive .woocommerce-products-header .products-filter__head.active {
  background: url("../images/icons/close.svg") 100% 50%/14px no-repeat;
}
body.archive .woocommerce-products-header .products-filter__body {
  padding: 40px 0 60px;
  position: relative;
  margin-bottom: 45px;
  background: #000;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
body.archive .woocommerce-products-header .products-filter__body .heading, body.archive .woocommerce-products-header .products-filter__body .shop .product-main__summary .product_title, .shop .product-main__summary body.archive .woocommerce-products-header .products-filter__body .product_title, body.archive .woocommerce-products-header .products-filter__body .footer__main__col--nav-1, body.archive .woocommerce-products-header .products-filter__body .body-content h1, body.archive .woocommerce-products-header .products-filter__body .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary body.archive .woocommerce-products-header .products-filter__body .woocommerce-product-details__short-description h1, .body-content body.archive .woocommerce-products-header .products-filter__body h1, .shop .product-main__summary .woocommerce-product-details__short-description body.archive .woocommerce-products-header .products-filter__body h1, body.archive .woocommerce-products-header .products-filter__body .body-content h2, body.archive .woocommerce-products-header .products-filter__body .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary body.archive .woocommerce-products-header .products-filter__body .woocommerce-product-details__short-description h2, .body-content body.archive .woocommerce-products-header .products-filter__body h2, .shop .product-main__summary .woocommerce-product-details__short-description body.archive .woocommerce-products-header .products-filter__body h2, body.archive .woocommerce-products-header .products-filter__body .body-content h3, body.archive .woocommerce-products-header .products-filter__body .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary body.archive .woocommerce-products-header .products-filter__body .woocommerce-product-details__short-description h3, .body-content body.archive .woocommerce-products-header .products-filter__body h3, .shop .product-main__summary .woocommerce-product-details__short-description body.archive .woocommerce-products-header .products-filter__body h3, body.archive .woocommerce-products-header .products-filter__body .body-content h4, body.archive .woocommerce-products-header .products-filter__body .shop .product-main__summary .woocommerce-product-details__short-description h4, .shop .product-main__summary body.archive .woocommerce-products-header .products-filter__body .woocommerce-product-details__short-description h4, .body-content body.archive .woocommerce-products-header .products-filter__body h4, .shop .product-main__summary .woocommerce-product-details__short-description body.archive .woocommerce-products-header .products-filter__body h4,
body.archive .woocommerce-products-header .products-filter__body .wsp-container h1,
.wsp-container body.archive .woocommerce-products-header .products-filter__body h1,
body.archive .woocommerce-products-header .products-filter__body .wsp-container h2,
.wsp-container body.archive .woocommerce-products-header .products-filter__body h2,
body.archive .woocommerce-products-header .products-filter__body .wsp-container h3,
.wsp-container body.archive .woocommerce-products-header .products-filter__body h3,
body.archive .woocommerce-products-header .products-filter__body .wsp-container h4,
.wsp-container body.archive .woocommerce-products-header .products-filter__body h4 {
  margin-bottom: 25px;
}
body.archive .woocommerce-products-header .products-filter__body__wrap {
  font-size: 14px;
  display: block;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: -15px;
}
body.archive .woocommerce-products-header .products-filter__body__wrap > a, body.archive .woocommerce-products-header .products-filter__body__wrap > span {
  margin-bottom: 10px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
body.archive .woocommerce-products-header .products-filter__body__wrap > a:before, body.archive .woocommerce-products-header .products-filter__body__wrap > span:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #292929;
  display: block;
  margin-right: 15px;
  border-radius: 19px;
}
body.archive .woocommerce-products-header .products-filter__body__wrap > a:after, body.archive .woocommerce-products-header .products-filter__body__wrap > span:after {
  content: "";
  width: 6px;
  height: 6px;
  left: 7px;
  top: 10px;
  border-radius: 15px;
  position: absolute;
  background: #292929;
  transition: all 0.2s ease;
}
body.archive .woocommerce-products-header .products-filter__body__wrap > a:after {
  opacity: 0;
}
body.archive .woocommerce-products-header .products-filter__body__wrap > a:hover:after {
  opacity: 1;
}
body.archive .woocommerce-products-header .products-filter__body__wrap > span:after {
  background: #EE2F24;
}
body.archive .shop {
  margin-bottom: 100px;
}
body.archive .shop .products {
  display: grid;
  grid-gap: 50px 30px;
}
body.archive .content-block__wrap {
  background: #191919;
  padding: 30px;
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  body.archive .woocommerce-products-header .heading--ul {
    margin-bottom: 0;
  }
  body.archive .woocommerce-products-header .products-filter__body {
    padding: 50px 0 60px;
  }
  body.archive .woocommerce-products-header .products-filter__body__wrap {
    -moz-columns: 3;
         columns: 3;
  }
  body.archive .shop .products {
    grid-gap: 60px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  body.archive .woocommerce-products-header .heading--ul {
    margin-bottom: 0;
  }
  body.archive .woocommerce-products-header .products-filter__head {
    padding: 50px 0;
  }
  body.archive .woocommerce-products-header .products-filter__body__wrap {
    max-width: 60%;
  }
  body.archive .shop {
    margin-bottom: 150px;
  }
  body.archive .shop .products {
    grid-template-columns: repeat(3, 1fr);
  }
  body.archive .content-block__wrap {
    padding: 50px;
  }
}
.shop .product-main {
  margin-bottom: 100px;
}
.shop .product-main__wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.shop .product-main__images {
  display: contents;
  position: relative;
}
.shop .product-main__images .onsale {
  position: absolute;
  background: #EE2F24;
  top: 10px;
  right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 15px;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  border-radius: 20px;
  z-index: 1;
}
.shop .product-main__images .woocommerce-product-gallery {
  margin-bottom: 50px;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-slider {
  display: flex;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-slider .woocommerce-product-gallery__image {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-slider .woocommerce-product-gallery__image.contain {
  background-color: #fff;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-slider .woocommerce-product-gallery__image.contain > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-slider .woocommerce-product-gallery__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-slider .woocommerce-product-gallery__image .source {
  position: absolute;
  text-align: center;
  font-size: 12px;
  bottom: 0px;
  left: 0;
  color: #000;
  padding: 5px 15px 10px;
  color: #737373;
  width: 100%;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-page-dots {
  height: 42px;
  background: #fff;
  bottom: -20px;
  left: 50%;
  width: 180px;
  transform: translateX(-50%);
  margin: 0 auto;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-page-dots > .dot {
  margin: 0 2px;
  height: 14px;
  width: 3px;
  background: none;
  border-radius: 0;
  position: relative;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-page-dots > .dot:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #ACACAC;
  transition: all 0.2s ease;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-page-dots > .dot.is-selected:before {
  bottom: 3px;
  height: 11px;
  background: #000;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-button {
  bottom: -20px;
  top: auto;
  width: 42px;
  height: 42px;
  border-radius: 0;
  background: none;
  z-index: 1;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-button .flickity-button-icon {
  width: 12px;
  position: relative;
  top: 0;
  left: 0;
}
.shop .product-main__images .woocommerce-product-gallery .flickity-button.previous {
  left: calc(50% - 70px);
}
.shop .product-main__images .woocommerce-product-gallery .flickity-button.next {
  left: calc(50% + 70px);
}
.shop .product-main__details {
  order: 1;
  margin-top: 70px;
}
.shop .product-main__details__box {
  padding: 30px;
  background: #191919;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.shop .product-main__details__box:not(:last-child) {
  margin-bottom: 45px;
}
.shop .product-main__details__box .heading, .shop .product-main__details__box .product-main__summary .product_title, .shop .product-main__summary .product-main__details__box .product_title, .shop .product-main__details__box .footer__main__col--nav-1, .shop .product-main__details__box .body-content h1, .shop .product-main__details__box .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .product-main__details__box .woocommerce-product-details__short-description h1, .body-content .shop .product-main__details__box h1, .shop .product-main__summary .woocommerce-product-details__short-description .shop .product-main__details__box h1, .shop .product-main__details__box .body-content h2, .shop .product-main__details__box .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .product-main__details__box .woocommerce-product-details__short-description h2, .body-content .shop .product-main__details__box h2, .shop .product-main__summary .woocommerce-product-details__short-description .shop .product-main__details__box h2, .shop .product-main__details__box .body-content h3, .shop .product-main__details__box .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .product-main__details__box .woocommerce-product-details__short-description h3, .body-content .shop .product-main__details__box h3, .shop .product-main__summary .woocommerce-product-details__short-description .shop .product-main__details__box h3, .shop .product-main__details__box .body-content h4, .shop .product-main__details__box .product-main__summary .woocommerce-product-details__short-description h4, .shop .product-main__summary .product-main__details__box .woocommerce-product-details__short-description h4, .body-content .shop .product-main__details__box h4, .shop .product-main__summary .woocommerce-product-details__short-description .shop .product-main__details__box h4,
.shop .product-main__details__box .wsp-container h1,
.wsp-container .shop .product-main__details__box h1,
.shop .product-main__details__box .wsp-container h2,
.wsp-container .shop .product-main__details__box h2,
.shop .product-main__details__box .wsp-container h3,
.wsp-container .shop .product-main__details__box h3,
.shop .product-main__details__box .wsp-container h4,
.wsp-container .shop .product-main__details__box h4 {
  margin-bottom: 30px;
}
.shop .product-main__details__box .body-content, .shop .product-main__details__box .product-main__summary .woocommerce-product-details__short-description, .shop .product-main__summary .product-main__details__box .woocommerce-product-details__short-description {
  font-size: 14px;
  line-height: 1.92;
  color: #ffffff;
}
.shop .product-main__details__box .body-content ul, .shop .product-main__details__box .product-main__summary .woocommerce-product-details__short-description ul, .shop .product-main__summary .product-main__details__box .woocommerce-product-details__short-description ul {
  margin: 0 0 0 15px;
}
.shop .product-main__details__box .body-content ul li:not(:last-child), .shop .product-main__details__box .product-main__summary .woocommerce-product-details__short-description ul li:not(:last-child), .shop .product-main__summary .product-main__details__box .woocommerce-product-details__short-description ul li:not(:last-child) {
  margin-bottom: 30px;
}
.shop .product-main__summary {
  display: contents;
}
.shop .product-main__summary .woocommerce-breadcrumb {
  color: #ACACAC;
  margin-bottom: 20px;
  order: -2;
}
.shop .product-main__summary .product_title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
  order: -1;
}
.shop .product-main__summary__price-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop .product-main__summary__price-wrap .price {
  font-size: 16px;
}
.shop .product-main__summary__price-wrap .free-delivery {
  font-size: 10px;
  display: flex;
}
.shop .product-main__summary__price-wrap .free-delivery img {
  margin-right: 10px;
}
.shop .product-main__summary .woocommerce-product-details__short-description {
  font-size: 14px;
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 30px;
}
.shop .product-main__summary .variations_form__heading {
  color: #EE2F24;
  margin-bottom: 15px;
}
.shop .product-main__summary .variations_form .variations .variation {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.shop .product-main__summary .variations_form .variations .variation:not(:last-child) {
  margin-bottom: 10px;
}
.shop .product-main__summary .variations_form .variations .variation .label {
  width: 120px;
}
.shop .product-main__summary .variations_form .variations .variation .value {
  flex: 1;
}
.shop .product-main__summary .variations_form .variations .variation .value select {
  text-transform: uppercase;
  border: 1px solid #707070;
  height: 50px;
  width: 100%;
  border-radius: 37px;
  padding: 0 20px;
  background: #fff url("../images/icons/arrow-down-dark.svg") calc(100% - 20px) 50%/12px no-repeat;
}
.shop .product-main__summary .grouped_form {
  margin-bottom: 30px;
}
.shop .product-main__summary .grouped_form table {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #292929;
}
.shop .product-main__summary .grouped_form table td {
  padding: 20px 0;
}
.shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity {
  padding-right: 15px;
}
.shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity .quantity {
  display: flex;
  align-items: center;
}
.shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity .quantity label {
  margin-right: 15px;
}
.shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity .quantity .qty {
  flex: 1;
  border-radius: 50px;
  color: #fff;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #707070;
  max-width: 120px;
}
.shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__quantity span {
  color: #EE2F24;
}
.shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__price .stock {
  display: none;
}
.shop .product-main__summary .grouped_form table td.woocommerce-grouped-product-list-item__gallery .far {
  font-weight: 600;
  font-size: 18px;
}
.shop .product-main__summary .grouped_form .single_add_to_cart_button {
  width: 100%;
}
.shop .product-main__summary .grouped_form .single_add_to_cart_button:before {
  content: "";
  width: 12px;
  height: 12px;
  background: black;
  background: url("../images/icons/cart-sm.svg") center/contain no-repeat;
  margin-right: 15px;
}
.shop .product-main__summary .woocommerce-variation-availability {
  display: none !important;
}
.shop .product-main__summary .stock {
  margin-bottom: 30px;
  padding: 5px 15px;
  display: inline-flex;
  font-size: 13px;
  font-family: "AkzidenzGroteskPro", Helvetica, Arial, sans-serif;
  border-radius: 20px;
}
.shop .product-main__summary .stock.out-of-stock {
  background: #ec2f23;
}
.shop .product-main__summary .stock.in-stock {
  background: #838383;
}
.shop .product-main__summary .woocommerce-variation-add-to-cart,
.shop .product-main__summary .woocommerce-simple-add-to-cart {
  margin-bottom: 35px;
}
.shop .product-main__summary .woocommerce-variation-add-to-cart .quantity,
.shop .product-main__summary .woocommerce-simple-add-to-cart .quantity {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.shop .product-main__summary .woocommerce-variation-add-to-cart .quantity label,
.shop .product-main__summary .woocommerce-simple-add-to-cart .quantity label {
  width: 120px;
}
.shop .product-main__summary .woocommerce-variation-add-to-cart .quantity .qty,
.shop .product-main__summary .woocommerce-simple-add-to-cart .quantity .qty {
  flex: 1;
  border-radius: 50px;
  color: #fff;
  height: 50px;
  width: 100px;
  padding: 0 25px;
  border: 1px solid #707070;
}
.shop .product-main__summary .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.shop .product-main__summary .woocommerce-simple-add-to-cart .single_add_to_cart_button {
  width: 100%;
}
.shop .product-main__summary .woocommerce-variation-add-to-cart .single_add_to_cart_button:before,
.shop .product-main__summary .woocommerce-simple-add-to-cart .single_add_to_cart_button:before {
  content: "";
  width: 12px;
  height: 12px;
  background: black;
  background: url("../images/icons/cart-sm.svg") center/contain no-repeat;
  margin-right: 15px;
}
.shop .product-main__summary__help > a {
  text-decoration: underline;
  display: block;
}
.shop .product-main__summary__help > a:first-child {
  margin-bottom: 15px;
}
.shop .product-main .related__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.shop .product-main .related__header:before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #EE2F24, #1DAEEF);
}
.shop .product-main .related__header .ui-link {
  margin-left: 60px;
  white-space: nowrap;
}
.shop .product-main .related .products .product {
  width: 100%;
  margin-right: 20px;
}
.shop .product-main .related .products .flickity-button {
  top: 32vw;
}
.shop .product-main .related .products .flickity-button.previous {
  left: -22px;
}
.shop .product-main .related .products .flickity-button.next {
  right: -22px;
}

@media only screen and (min-width: 650px) {
  .shop .product-main__summary .woocommerce-variation-add-to-cart,
  .shop .product-main__summary .woocommerce-simple-add-to-cart {
    display: flex;
    align-items: center;
  }
  .shop .product-main__summary .woocommerce-variation-add-to-cart .quantity,
  .shop .product-main__summary .woocommerce-simple-add-to-cart .quantity {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .shop .product-main__summary .woocommerce-variation-add-to-cart .quantity .qty,
  .shop .product-main__summary .woocommerce-simple-add-to-cart .quantity .qty {
    flex: auto;
  }
  .shop .product-main__summary .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .shop .product-main__summary .woocommerce-simple-add-to-cart .single_add_to_cart_button {
    flex: 1;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .shop .product-main .related .products .product {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .shop .product-main .related .products .flickity-button {
    top: 17.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .shop .product-main .related .products .flickity-button {
    top: 174px;
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .shop .product-main__wrap {
    flex-direction: row;
    margin-bottom: 160px;
    align-items: flex-start;
    gap: 65px;
  }
  .shop .product-main__images {
    display: block;
    width: 575px;
  }
  .shop .product-main__images .woocommerce-product-gallery {
    margin-bottom: 85px;
  }
  .shop .product-main__images .woocommerce-product-gallery .flickity-slider .woocommerce-product-gallery__image {
    max-height: 60vh;
  }
  .shop .product-main__details {
    margin-top: 0;
  }
  .shop .product-main__summary {
    display: block;
    flex: 1;
    position: sticky;
    top: 160px;
  }
  .shop .product-main__summary .product_title {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .shop .product-main__summary .woocommerce-variation-add-to-cart .quantity label,
  .shop .product-main__summary .woocommerce-simple-add-to-cart .quantity label {
    width: auto;
    margin-right: 15px;
  }
  .shop .product-main__summary__help {
    display: flex;
    justify-content: space-between;
  }
  .shop .product-main__summary__help > a:first-child {
    margin-bottom: 0;
  }
  .shop .product-main__summary__help:first-child {
    margin-bottom: 0;
  }
  .shop .product-main .related .products .product {
    width: calc(33.3% - 20px);
  }
  .shop .product-main .related .products .flickity-button {
    top: 135px;
  }
}
@media only screen and (min-width: 1400px) {
  .shop .product-main .related .products .flickity-button {
    top: 150px;
  }
}
.artists-studios {
  margin-bottom: 100px;
}
.artists-studios__header {
  max-width: 520px;
  text-align: center;
  margin: 0 auto 40px;
}
.artists-studios__filters {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  gap: 15px;
}
.artists-studios__filters > .ui-btn, div.wpcf7 .artists-studios__filters > .wpcf7-form-control.wpcf7-submit, .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .artists-studios__filters > input[type=submit] {
  min-width: 135px;
}
.artists-studios__filters > .ui-btn:not(.selected), div.wpcf7 .artists-studios__filters > .wpcf7-form-control.wpcf7-submit:not(.selected), .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .artists-studios__filters > input[type=submit]:not(.selected) {
  border-color: #292929;
}
.artists-studios__filters > .ui-btn:not(.selected):hover, div.wpcf7 .artists-studios__filters > .wpcf7-form-control.wpcf7-submit:not(.selected):hover, .signup-form #mc_embed_signup form#mc-embedded-subscribe-form .artists-studios__filters > input[type=submit]:not(.selected):hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.artists-studios__grid {
  margin-bottom: -55px;
}
.artists-studios__grid .artist-studio-card {
  margin-bottom: 55px;
  width: 100%;
  position: relative;
}
.artists-studios__grid .artist-studio-card > a:not(.artist-studio-card__gallery) {
  display: none;
}
.artists-studios__grid .artist-studio-card__gallery {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  padding: 20px;
  text-align: right;
  transition: all 0.3s ease;
}
.artists-studios__grid .artist-studio-card__gallery .far {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.artists-studios__grid .artist-studio-card__gallery:after {
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/icons/expand.svg") center/20px no-repeat;
  position: absolute;
  top: 120px;
  left: calc(50% - 10px);
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease;
}
.artists-studios__grid .artist-studio-card__gallery:hover {
  background: rgba(0, 0, 0, 0.5);
}
.artists-studios__grid .artist-studio-card__gallery:hover:after {
  transform: scale(1);
}
.artists-studios__grid .artist-studio-card__img {
  aspect-ratio: 20/15;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.artists-studios__grid .artist-studio-card__img > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.artists-studios__grid .artist-studio-card__links {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-top: 5px;
}
.artists-studios__grid .artist-studio-card__links a i {
  font-size: 18px;
}
.artists-studios__grid .artist-studio-card__links a i.fa-instagram {
  font-size: 20px;
  margin-top: 5px;
}
.artists-studios__grid .artist-studio-card__links a:hover i {
  color: #EE2F24;
}
.artists-studios__grid .artist-studio-card .heading, .artists-studios__grid .artist-studio-card .footer__main__col--nav-1, .artists-studios__grid .artist-studio-card .body-content h1, .body-content .artists-studios__grid .artist-studio-card h1, .artists-studios__grid .artist-studio-card .body-content h2, .body-content .artists-studios__grid .artist-studio-card h2, .artists-studios__grid .artist-studio-card .body-content h3, .body-content .artists-studios__grid .artist-studio-card h3, .artists-studios__grid .artist-studio-card .body-content h4, .body-content .artists-studios__grid .artist-studio-card h4,
.artists-studios__grid .artist-studio-card .wsp-container h1,
.wsp-container .artists-studios__grid .artist-studio-card h1,
.artists-studios__grid .artist-studio-card .wsp-container h2,
.wsp-container .artists-studios__grid .artist-studio-card h2,
.artists-studios__grid .artist-studio-card .wsp-container h3,
.wsp-container .artists-studios__grid .artist-studio-card h3,
.artists-studios__grid .artist-studio-card .wsp-container h4,
.wsp-container .artists-studios__grid .artist-studio-card h4, .artists-studios__grid .artist-studio-card .shop .product-main__summary .product_title, .shop .product-main__summary .artists-studios__grid .artist-studio-card .product_title, .artists-studios__grid .artist-studio-card .shop .product-main__summary .woocommerce-product-details__short-description h1, .shop .product-main__summary .woocommerce-product-details__short-description .artists-studios__grid .artist-studio-card h1, .artists-studios__grid .artist-studio-card .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .woocommerce-product-details__short-description .artists-studios__grid .artist-studio-card h2, .artists-studios__grid .artist-studio-card .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .woocommerce-product-details__short-description .artists-studios__grid .artist-studio-card h3, .artists-studios__grid .artist-studio-card .shop .product-main__summary .woocommerce-product-details__short-description h4, .shop .product-main__summary .woocommerce-product-details__short-description .artists-studios__grid .artist-studio-card h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(45deg, #EE2F24, #1DAEEF);
     border-image: linear-gradient(45deg, #EE2F24, #1DAEEF);
  border-image-slice: 1;
}
.artists-studios__grid a.artist-studio-card:hover .artist-studio-card__img > img {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .artists-studios__grid {
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap;
  }
  .artists-studios__grid .artist-studio-card {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .artists-studios {
    margin-bottom: 160px;
  }
  .artists-studios__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .artists-studios__grid .artist-studio-card {
    width: calc(33.3% - 30px);
    margin-right: 30px;
  }
}
.contact-wrap {
  padding: 60px 0;
}
.contact-wrap__col {
  position: relative;
}
.contact-wrap__col .heading--sm, .contact-wrap__col .body-content h2, .body-content .contact-wrap__col h2, .contact-wrap__col .body-content h3, .body-content .contact-wrap__col h3,
.contact-wrap__col .wsp-container h2,
.wsp-container .contact-wrap__col h2,
.contact-wrap__col .wsp-container h3,
.wsp-container .contact-wrap__col h3, .contact-wrap__col .shop .product-main__summary .woocommerce-product-details__short-description h2, .shop .product-main__summary .woocommerce-product-details__short-description .contact-wrap__col h2, .contact-wrap__col .shop .product-main__summary .woocommerce-product-details__short-description h3, .shop .product-main__summary .woocommerce-product-details__short-description .contact-wrap__col h3 {
  margin-bottom: 30px;
}
.contact-wrap__col__box {
  position: relative;
  background: #111111;
  border-radius: 20px;
}
.contact-wrap__col__box:not(:last-child) {
  margin-bottom: 40px;
}
.contact-wrap__col--details {
  margin-bottom: 50px;
}
.contact-wrap__col--details .contact-wrap__col__box {
  padding: 30px;
}
.contact-wrap__col--details p {
  display: block;
  margin-bottom: 40px;
}
.contact-wrap__col--details .opening-times {
  margin-top: 30px;
}
.contact-wrap__col--details .opening-times__list li {
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
  opacity: 0.5;
  display: flex;
  justify-content: space-between;
}
.contact-wrap__col--details .opening-times__list li.active {
  opacity: 1;
}
.contact-wrap__col--form {
  flex: 1;
}

@media only screen and (min-width: 1025px) {
  .contact-wrap {
    padding: 200px 0 120px;
  }
  .contact-wrap .container {
    display: flex;
    gap: 65px;
    align-items: flex-start;
  }
  .contact-wrap__col--details {
    width: 50%;
    margin-bottom: 0;
  }
  .contact-wrap__col--details .contact-wrap__col__box {
    padding: 40px 50px;
  }
  .contact-wrap__col--form {
    position: sticky;
    top: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-wrap .container {
    gap: 120px;
  }
}
.content-wrap {
  padding: 60px 0 80px;
}

@media only screen and (min-width: 1025px) {
  .content-wrap {
    padding: 200px 0 100px;
  }
}
.blog__main {
  margin-bottom: 80px;
}
.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 30px;
}
.blog__item a img {
  width: 100%;
  margin-bottom: 30px;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
}
.blog__item h2 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}
.blog__item .more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

@media only screen and (max-width: 1024px) {
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
/*# sourceMappingURL=style.css.map*/