/*
Theme Name: websima
Theme URI: https://websima.com
Author: Websima Creative Agency
Author URI: https://websima.com
Description: Websima Creative Agency
Version: 1.0
*/
html,
body {
  overflow-x: hidden;
}

/* --------------------
    Bootstrap
-------------------- */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

/* @media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

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

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
} */

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1390px
  }
}

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

/* --------------------
    Css Reset (Mayerweb)
-------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
}

.variations_form.cart .value {
  position: relative;
}

.variations_form.cart .value:after {
  content: '';
  border: solid #d5d5d5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 16px;
}

.variations_form.cart select {
  color: rgba(164, 164, 164, 1);
  font-size: 13px;
}

.variations_form.cart .reset_variations {
  visibility: visible;
  display: block;
  margin-right: auto;
  width: max-content;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

li {
  list-style: none;
}

input {
  width: 100%;
  box-sizing: border-box !important;
}

input::-moz-placeholder {
  font-size: 12px;
}

input::placeholder {
  font-size: 12px;
}

/* --------------------
    Fonts & Icons
-------------------- */
/* @font-face {
  font-family: danaweb;
  font-style: normal;
  font-weight: 100;
  src: url("assets/fonts/yekanbakhfanum/woff/YekanBakhFaNum-thin.woff") format("woff"), url("assets/fonts/yekanbakhfanum/woff2/YekanBakhFaNum-thin.woff2") format("woff2");
}

@font-face {
  font-family: danaweb;
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/yekanbakhfanum/woff/YekanBakhFaNum-Light.woff") format("woff"), url("assets/fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}

@font-face {
  font-family: danaweb;
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/yekanbakhfanum/woff/YekanBakhFaNum-Regular.woff") format("woff"), url("assets/fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
}

@font-face {
  font-family: danaweb;
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/yekanbakhfanum/woff/YekanBakhFaNum-SemiBold.woff") format("woff"), url("assets/fonts/yekanbakhfanum/woff2/YekanBakhFaNum-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: danaweb;
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/yekanbakhfanum/woff/YekanBakhFaNum-Bold.woff") format("woff"), url("assets/fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}

@font-face {
  font-family: danaweb;
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/yekanbakhfanum/woff/YekanBakhFaNum-ExtraBold.woff") format("woff"), url("assets/fonts/yekanbakhfanum/woff2/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: danaweb;
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/yekanbakhfanum/woff/YekanBakhFaNum-Black.woff") format("woff"), url("assets/fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}

@font-face {
  font-family: danaweb;
  font-style: normal;
  font-weight: 950;
  src: url("assets/fonts/yekanbakhfanum/woff/YekanBakhFaNum-ExtraBlack.woff") format("woff"), url("assets/fonts/yekanbakhfanum/woff2/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");
} */

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-Hairline.woff2');
  font-weight: 50;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-Thin.woff2');
  font-weight: 100;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-UltraLight.woff2');
  font-weight: 200;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-Light.woff2');
  font-weight: 300;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-Regular.woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-Medium.woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-DemiBold.woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-Bold.woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-ExtraBold.woff2');
  font-weight: 800;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-Black.woff2');
  font-weight: 900;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-ExtraBold.woff2');
  font-weight: 910;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-Heavy.woff2');
  font-weight: 950;
}

@font-face {
  font-family: 'danaweb';
  src: url('assets/fonts/danafn/DanaFaNum-fat.woff2');
  font-weight: 990;
}

@font-face {
  font-family: SGKara;
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/SGKara-Regular.ttf") format("truetype");
}

@font-face {
  font-family: SGKara;
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/SGKara-Light.ttf") format("truetype");
}

@font-face {
  font-family: SGKara;
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/SGKara-SemiBold.ttf") format("truetype");
}


* {
  font-family: var(--main_font);
  box-sizing: border-box;
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?3zvra3");
  src: url("assets/fonts/icomoon.eot?3zvra3#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?3zvra3") format("truetype"), url("assets/fonts/icomoon.woff?3zvra3") format("woff"), url("assets/fonts/icomoon.svg?3zvra3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-error:before {
  content: "\e929";
}
.icon-flower:before {
  content: "\e928";
}
.icon-edit:before {
  content: "\e927";
}
.icon-update:before {
  content: "\e926";
}
.icon-copy:before {
  content: "\e925";
}
.icon-bell:before {
  content: "\e924";
}
.icon-heart-fill:before {
  content: "\e922";
}
.icon-share:before {
  content: "\e91f";
}
.icon-check:before {
  content: "\e920";
}
.icon-heart:before {
  content: "\e921";
}
.icon-fill-star:before {
  content: "\e91e";
}
.icon-star:before {
  content: "\e91d";
}
.icon-filter:before {
  content: "\e91c";
}
.icon-mobile:before {
  content: "\e91a";
}
.icon-clock:before {
  content: "\e91b";
}
.icon-layer:before {
  content: "\e918";
}
.icon-calendar:before {
  content: "\e919";
}
.icon-eye:before {
  content: "\e917";
}
.icon-arrow-down:before {
  content: "\e916";
}
.icon-arrow-right:before {
  content: "\e915";
}
.icon-request:before {
  content: "\e914";
}
.icon-arrow-left:before {
  content: "\e911";
}
.icon-call:before {
  content: "\e912";
}
.icon-home:before {
  content: "\e913";
}
.icon-close:before {
  content: "\e910";
}
.icon-menu:before {
  content: "\e90f";
}
.icon-phone:before {
  content: "\e902";
}
.icon-category:before {
  content: "\e90a";
}
.icon-location:before {
  content: "\e90b";
}
.icon-search-normal:before {
  content: "\e90c";
}
.icon-mail:before {
  content: "\e90d";
}
.icon-user:before {
  content: "\e90e";
}
.icon-cart:before {
  content: "\e909";
}
.icon-minus:before {
  content: "\e900";
}
.icon-plus:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-whatsapp:before {
  content: "\e907";
}
.icon-telegram:before {
  content: "\e908";
}
.icon-bin:before {
  content: "\e923";
}

/* --------------------
    Config
-------------------- */
:root {
  --color1: #e00000;
  --color2: #f49a25;
  --color3: #6d1f60;
  --color4: #FFDEC8;
  --light_header: #ffe9c8;
  --bg_light: #fdf9f6;
  --bg_lighter: #F7F7F7;
  --border_light: #f3efee;
  --bg_body: #fff;
  --bg_text: #292929;
  --bg_footer: #121d2f;
  --bg_tabs: #EDEDED;
  --danger: #d53343;
  --bg_danger: #fff5f5;
  --success: #28a745;
  --bg_success: #f4fff3;
  --bg_info: #cce5ff4a;
  --bg_lightback: #E1EDF0;
  --info: hsla(211, 100%, 26%, 0.8);
  --main_font: danaweb;
  --bold_font: danaweb;
  --heading_h1_fontsize: 26px;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--color1);
}

::selection {
  color: #fff;
  background: var(--color1);
}

body {
  direction: rtl;
  text-align: right;
  font-family: var(--main_font) !important;
  font-size: 14px;
  color: #222;
  line-height: 30px;
  background-color: #fff;
  letter-spacing: -0.5px;
}

body p {
  color: rgb(96, 96, 96);
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: var(--bold_font), Arial;
}

p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
}

input {
  font-family: var(--main_font), Arial;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  transition: 0.3s;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--color2);
}


.section-base {
  padding: 60px 0;
}

.mainSliderParent .swiper-pagination-bullet {
  cursor: pointer !important;
  height: 25px !important;
  border-radius: 20px !important;
  width: 8px !important;
  border: 1px solid #fff !important;
  background-color: var(--color1) !important;
  transition: all .4s !important;
}

.mainSliderParent .swiper-pagination-bullet {
  opacity: 0.5 !important;
}

.mainSliderParent .swiper-pagination-bullet-active {
  height: 40px !important;
  width: 12px !important;
  opacity: 1 !important;
}

.mainSliderParent .swiper-pagination {
  position: absolute !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 40px !important;
  padding-bottom: 40px;
  padding-top: 30px;
  margin: 0 !important;
  bottom: 0;
}



.generalTitleSubtitleParent {
  text-align: center;
  margin-bottom: 30px;
}

.generalTitleSubtitleParent .titlePart {
  font-size: clamp(25px, 2vw, 32px);
  position: relative;
  line-height: 40px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.generalTitleSubtitleParent .subtitlePart {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 300;
  line-height: 30px;
}

.titlePart:after {
  position: absolute;
  content: '';
  background-color: var(--color2);
  height: 4px;
  width: 32px;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3px;
}

.readMoreBlogCards .textPart {
  color: #C8C8C8;
  display: block;
  transition: all .3s;
  position: relative;
  font-size: 16px;
}

.readMoreBlogCards .textPart::after {
  position: absolute;
  content: '';
  background-color: var(--color1);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.readMoreBlogCards .textPart:hover {
  color: red;
  padding-right: 10px;
}

.readMoreBlogCards .textPart:hover::after {
  opacity: 1;
  visibility: visible;
}

.blogMainBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.blogMainBox h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.blogMainBox h3 a {
  display: block;
  height: 100%;
  font-size: 20px;
}

p.postCardExcerpt {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

a.post-item-image {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 192px;
}

a.post-item-image::after {
  position: absolute;
  content: '';
  background-color: rgba(224, 0, 0, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

a.post-item-image::before {
  position: absolute;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA4NCA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHJlY3Qgd2lkdGg9IjgzLjgzNiIgaGVpZ2h0PSI3MiIgcng9IjEwIiBmaWxsPSJ1cmwoI2EpIi8+PGRlZnM+PHBhdHRlcm4gaWQ9ImEiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj48dXNlIHhsaW5rOmhyZWY9IiNiIiB0cmFuc2Zvcm09InNjYWxlKC4wMDU4OCAuMDA2ODUpIi8+PC9wYXR0ZXJuPjxpbWFnZSBpZD0iYiIgd2lkdGg9IjE3MCIgaGVpZ2h0PSIxNDYiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBS29BQUFDU0NBWUFBQURWWDFGQ0FBQWdBRWxFUVZSNEFlMWRCNWhkUmZWUGs3OEZGU3drbXhDVVVFSUpMYlJRQkNTRUZndzlRQUJwRVpWZVJHbUNDR0toUkFUUkJKQ09JZ0lLaW9BQ29RVHBuZTE5czczMzNiZnZ2ZmwvdjlrOU4vUG1ucm4xSlc5M00rZjdkdTk5OTg2Y09UUHp1MmRtenBReklYL0MxRlQraEduQy90a3lHTDBZbUpxZWtEOWhhbnIwQ21qQlkrdG1HQU1XcUxZMUdST3RxUVdxQmFvRnFtMjJiTmNsV3hpd0d0VnFWS3RScy9VMVdUNVdNMXVOYWpXcTFhaFdFMXBObUMwTVdJMXFOYXJWcU5uNm1pd2ZxNW5YTzQxYXN1a3VvbnlYZzBUVkFjZUk4cmtMUk1rM2RoT0ZYNWcxSnJUSyt2ekJCZ0pxelpHbmk2YWYzZXo5ZDlVdlkxZDJ3d1ZYZTZlaHlWQ3kyYTYrYVFLWWpUKzZUdlM5L1lId29zSGlNdEY4NDIwU3ZINkFxRG5tekZCeVV0bFZIM0tpcjd4cTJnaFBjYmxyeTdMbG9uZmw2L0t2NVRlL0Y4MC91OW40MS9iYkZhSjM1U3Juci9QUmY3Qzg4ZkdxTW9TOXI5enZLSll2SnorZTFTdzZMVkI2d1lCNjlCbWkvYTZIUk8vTC8vT3FhOUYrMzZPQkVqVmxYZ0wxdWx0RXgwT1BpMlJUQzV0VzE5Ly9MUUdGVEhvQkZRWFcvYy8vdUhnTU5UU0p2dGZmbG5rWkxDb1Q2ZjRCVjVpZUYxOFRwVnZNTSthbDl1UnpSTThMcjdyaW1SNGthdXBFNTErZkV0VUxUekh5NU1vRVFHMi85eTlpcUs3QnhGbytIMXBkSnhKVnF6M0Q0T1ZRYzZzWXJLZ1NxYjQrWTloa2M2c296dHNwbEp5cTdBVFUxbVVyUlAvN243RHA5TC8zc1dpOTdTNEo2S3dDVlJXazVKdTd5MFJZQ1lRUURlZGZGVG1UYWpwRkc4L08rREJTdlgyaWN2K2pmWGtYVDk5WjlMN3lSb1o0UGY5NVdkUWNmWVlvL1BMV2JQenFRMDhTblgvN1owWWMvR2k2MHJ1VktKazVWd0xKRlZGNUFPMnI1aXZLZmVFWHQ1UktRR0VyYi9FaG9qNGt6MGw1b3U3c0h3bVJTdW5CNU8vMnV4OFcrWk9uTzdMVUxiMVVKQ3FxMmJCOWI3enJoSXNpcnhxbjhlSnJNdEpvdmYyZVNMd0RhVlExWWJvSGFGTGRQUmxDMEEvMC95aGNuQ3MwRUJFMGl4K3Z5cjIvSTRZYW15bUt2RGFGNkpKVTdIbTRHUGlrTUNOKzUxLys3cHR1dzBXWmxVRU0rdjczam05Y3Z6eXA3MVh0RDYydnZxUDcxdC9kVGNtdnVhWlNvbkRqMmE3d1JSdk5GcjJ2dmJVbW5ISVh0M1VrZVhDbE9rbjM5WXVDejMzVEpZY2ExblFmR2FoZ0NHM0JVYksxVFJSdk9qZVNRS3FnUlZQbk9PenJ6Ny9Ta3gvNjBUcEJhNmo4Z3R4RGU2RnJvQkthZWI4QkY5ZjBEcFpXaEU3ZlMwYTBLaUIwWDRxK3NnM0x1L2FNQzFYUjVYMy9PeCt3WVpGVzRVYXpSYUthN3piNGxibVhyT3E3N21mK095ekhXKzhiNVZERGMvZXhnQXFHNkc5dzFQL2hwNUcvSGxWUTRsMzczZk9ObWF6WTZ3aUJyMVdsNXV1WEdjT3IvTG43d2cyM0VJbktHcFdkUVBlQkMwdlBNR0RqeU5UZG9IaEJyMlZ6OW5mWU4xeHlyVkdXNnNOUGRzTFJqWi9zRGVkZFNVRmQxMnkwamgwUFBDYjUrc25oVlJheGdZcitqSW5RNy9OS1BNaTdWRSt2WkcvcTY1WE0ybE1rMnpzeVJCZ3NLUmY1azJmRVNydnEwSk15ZU9KSHk4MTNHbm1pR2RVL0ZzUlp2ZmhzWTV3ZythY3dqWmYrVE1xVGJHMzNWQUJWQ3hhNzVPNTY3Q2xQR2VyUnR6VlFzcTFEbXZCSWppaFg2bzVnSUJ3bFB1TEVCK3FiN3hteU9QeTQ4WXBmUkJZT0FxWTZ1eVFqRElhNFRQYS9uNm5SMCttMEtOLzlVRFlzRjkvckdVYnFPcG5rQUorMlA5eW5CeGZkVHorZkZWa29uMTRmQzJTb091aDRsd3grL2V5NjcxL21pcU0rNlArNFFCUjhObHJmRWpLMS9uYUZaTmY5ajJjamwwVjhvSTVvVktoMzArQ3ErckFsa1FYMEFtcmRXUmVyNVNudmU1NWZHVGt0SGJSbE84OTM4WWYyTGpCTUVKUnRzNjhyUEI1Z1VrSG5IZVozMlhiN09YeExaKzNweVNzS1VFbWpEcFpWaXA3L3Z1S2twZDUwUFJsZEc0NHFvR0owamVZU0drMG5BTGhrOHowOEM5aFVjU2FnRm54dWN6SEUyRm9CWGhPdktNOFRWWmw5VmVTdDZlcGZHZFBvZWU0bFBmdWVYWVlnTXJYZDhTZkpNMGdmTHhaUVM4cEY0WmUyRWdBc1I0MlgzMkRNdDFjK1JoMVFJU3d5dzlGQVlZbFJFM2xsMGdSVXJybEtKNU1DQXlFdmZtSGZZYlpLSnkrdFduWFlFajI0U0haMUMzeFlZZE5HZU1STDlZNzAwNDg5eTVkSFhLQWl6ZEt0OXhISmprNVhQcUNFS2c4OHpsY0dQWitqQTZnamZWUlZ5NkJQeEZIM015K0V6cVFKcUQzUHZ1aEtvaitHK1VNdlhQck5EVTZROE9xVHp6SG1oZE5JOWVkZWJneFBhWEZYYWNTSFNhcStVZVJQelBQbEVRV285TkVuRkhNYUFKbG1KZzhBNExDdDQ2Z0Zhc0VHbTRuKzl6NXlBUWtQbW04SVp6YmlnQXF0Q2UycFUwZUFTUUVPREY3UGl2TjIxSk9SdjczU0FpaDFBbmk5MGpHOW93bUk1cC9mRWloK3RvQUtlUm92KzdtZURmazdiT3M0YW9HS1RCWlAyNUh0UXlLbjFVZWVIcWpRd1ljRDZ1b2xQMlFMRUxaTVU0WEhlVDdVMHVwS0Q3TXRKcDVvcnRIYzZ3UWJweWtPOTd4aTN1R1NCVFJiMGRRZEFzWE5KbEFoVXpaYXgxRU5WR1FTWnFKMElxSFhsMXdVVWJiOS9vRUtuZ01xVmdweHRQcUU3TmdzZGRDUWFVaFBzL0RMV3huejBIckxIL1RnSXF4Rm91UCtSeVdQN3FlZU02YWp5NXB0b0dhamRSejFRRVVoWWthSkkwemJGVzdNVHdPcWhjOEJ0WDM1QXh4TGFYVlE0MmJydnZlbFZXeDZKYlBNbG96aUdidXdmYnpTYmZZTkJEcE01YVlHaGxkMllZQVdOQy9aQmlyU2pkczZqZ21nSXFPdHk1YXpGZDM3NmhzaWY5S2FGVDFjWlhCQU5UVkhGWHN0REZ5aFhGcW1aMTFQUHNQS1g3Nkg5OFFDRnc4Zm1Ta2Q5WG5EeUV3VXpHUHFjNy83dFFGVXBJbldrVDRjdFRDd1pOQ3ZkUnd6UU1WbzFXUklSaWE4Q3A4REtyZk9GSVhuVjJCZTZYaTlhLy9UbjlXNmNlNzlGa0pYSG5DTUU1WnVVTmxCV2hKTUE0UEN6dXl0TGFDaWZHb1duMDNaeUxqNnRZNWpCNmhZcGVOaFNFWUJtSURDQVJXcjB6bkNGaE1UbnpqUHNjaVhvNnFERnZ1bU41QmY3SXJxWnpnbmsxaDZhRWdVZldWYjN6VFV2SzFOb0NJZHJ1K05ETXJXMFdBK0cxTkFSU1poU09hbVdhRmx5bmJtUWNZQnRlMzM5N29xSHcrZ3dkUkt5OVo5KzRvSDJmU0NyQ21vTy9NaVYxd3MwL05hTk5QMXhMOWtITDg1ZWk1L2F4dW9ucTNqc3VWcytZODVvS0pnVGRPc2lib0dVZlMxN1Z3WjVZRGFmTjNOcnNySGcrcEYzM1hGNXlvejdETlRuN2gwcTcxODA4T29HZXR6ZFZwOTR2Zlp1REJEa2FFOXlvZTMxb0Vhb1hVY2swQUZTRXpUckgxdnZpZnlwMnlhVVlFY1VCc3V1RXF2ZC9tNzlwUnpNK0tHQmFRcGZQZS9oaGYrcW9tbSt2czl0YUxLQzVNY09wbFcvMk9ESGtndVZZeHc1c0M2QUNyeUZxWjFITE5BUlVaTldrcmZBc0VCRmR0Z09HcjY2YS9YQ2xBSFBzcDNKWWZkbnlvWXZlNkxOcGtqME4vVXFXeW4rWms4SnViSnFWS0VhN2p3NnN4M0FVRzdyb0NLL01yV2tabG0xVnZITVExVUwwTnkvVGxyNXNVNW9NS2tSUXVxMWNxUHM5N1JDTFNKZVU1VHJLYlZmUDJ0b1lEVStjZ1RhblI1ajJkcXVyUzFSMW9HdnJobHhqczFuTmY5dWdRcTVEQk5zNnF0NDVnR0tqSnBNaVJqSHI5aW4wV3lvbGlnVHBnbXVoNTM3eHIxbXRiMHFseXZkNlhLV2xBVmFSaVplOFhUMzBGNzZpUkg5WnZNY2ZoZ0dSOEk1akE5ZnREZjZ4cW9rTXV2ZFJ6elFFVW1LL1k0VEs4LytSdGJMckFkMlFSVWJtOFFJcGJ0K08zSWxjeUJZZlhpNzdua1M5VFUrazVVY0x6UUw5VUp5d2dSdG1TTGVjNWFYcitKQkk0M1Bjc0ZVSkcyYWU5Yy9ROS9NcnBXK0t2TC9LalFnbDVOMDZ3NHdJQ2ErSnFqM0Z0UnNFVkNKNndEQ0pwdWtIQllKYVZUN2VrWFJrb0RJMzJkWUJGQU40anNrMWd0RlVRdVU1aElRRjE2cVJRcnpxNVpuS2VBcFlnYzBRYzZLdlpNeFFFcUNwMmFCeTZqZU1idFZhbzVicWtydUxSUkJoeDRtQ3FibnN0Rnl5UHo3WlRRWUhsVm9IV2h4RU8vUWo2ZEdzNjl3bWs1b216eFZ0T0lCTlNSUFZQcWVsU1ZaOUI3MHpRcjVUZk9HQ0wrbmlsbTRYVFFqR1dFODVobVJVWTVvQ0krTnpWYmUrcDVzYlFTeWFXdjdrZWZzbUpldlBVRU9IMUZKenBZQXQyY3dzOUgyd2xBTXVjU3FKREJOTTJLUE9jVXFQM3ZmQ2pMSFdkQlVXRkZ2V0xMTVpvZmpyaW1IK2tVZlhVN1Y1T1RxSzJQdlBXRFpJZWRVRGNwWVlSTDc2TmVNYy9QTGU1QW5qSGpGcFV2eGFzNjVFUlg4V0hLbWQ1elYxaFpRRGpMZ0hzZjlsbkxUWGU2Wk1DRG5EYjlpWkdOWUpnUEQ1c2hMcnpKa0d6U3FPQlIrYTBqWFFYVGRGMndGZkdjREhqV3V5cnpxQnNZL1UxaHd6N0hPVkFjd2NJUWxwY2VIbXR5ZFlLRlJBK24vc2JDRnhBMHV2bzg4cjJoZGN5cFJrMjF0Y3RNZGp6dzEreGtrZ3pKMm01V0w2Q2lRSEZPRlcyQ2cwRFFobUhXY1RxVk1qSFBkV0JhOTdNdnh0YlFEbi9NNmpEYnF2dGVlek1yNVVmN24yU2xqUHpyVy9XV0orK1dYOTN1QkEreUwwdk5pK21lVzRTVU02Q1diclczazhGc05SdVVjZnJLS1FFL29DSmUrVTd6eFZCdFBVV1JSMHFHbVZZdDNYcHZvVStYNHZoRWtpbWIxOTRYWDNQa3hFMFlPYjNrNExSMXFxTXo0eVEvUFQ0K0VpSzBUdnI3cUwvMTFqRW5RTVZ4aHdPYWVRaEhDc1lkREtpRjB2bm5KNm44aEttUHFvYkhQUTRQdzhsL0t1R1FzNnI1eHhzckFOcFlOMXJEVEZTMTRBUmpIRDNkc0wrcmp6ek5FUkY3c21DaUNzdEREMTg1L3ppUkhqbEl6V0UrY29PekFZbzIyZDZWaG01dGdVa1FCMTdvdktQK3JqcjRCRWVVZGRaSHJWMXlqang4dGVzZnp6cUo2emZvNTdTdGVGQ0dLOS8xNE5nWjduOTNlRGRyVUtCU2dWWjkrMWpYd0F3N1FlbUVaaHkzeUowUGlwT242MDY3SUxiY0pJZlhGUk1Ib0phYm90bCtpemZiVlo0dzNmTEwzOG1qZzRUV1hkTHJKajA0S0tESmUxOStYYlljWGdjRTQxaEw5UFBqbXN1UWY1cG1YZWRBTlIxenJUL1BCbEJ4dERsT1FRNExWQUpJMVlISENXajZSUFV3S1BUS0EyL3NpV3E2NGtaUk51ZUFkUUpRa3EzaDRtdmtiRlR4VFA4ajNpbU9laVdnZWgySnJyK0RaUUZIcEp1T1J0ZnJNQnRBaGN3ZGp6eVIyMUcvV25Dai9SNGI1dEJscWRqdEVHa1B4ZTljeW94dVVseTdiQzdsWDVkcHh6YjRyMHRoYlZycnJ4c2ZDOVFzVGJmYWoyanRma1FXcUJhb09lMytCUDNBTFZBdFVDMVFnMzR0TnR6YWJUYkhRL2xhaldvMTZ2alhxT1c3SFNMZ29RTm5lSmJ0Y0lESW56aE55R04xSnZtZjR4bmtLOGZtc1NEaHZNTGdVQXBzTy9iOEMrQm9qZElvbXJhRE42K1J0QkNPNHZoZHNWbFJsdy9sV0xMNTdxTGdzOThJek1jdkhid3YrdnIyMHUxUzQwK3VGOVZIbkNJS0RXNkEvSGdWejV5YklYUEJocncvMmJLZERzd0lCOHo0OGViZVI5T29rL0pFeDMyUGlrUjVsWUJmSXh5eWdGa0h6T3FrdXJwRi9wUjRIa2tnYU9XM2p4SEpsdGJZdkREcDRDeTZTQ1F5ZklYQytEMVlXQ0xuQVBJRGZsd0FJSFlrREkzTUtuWDk3ZWsxUEcrOFRjZ0RodE5wVWZlOTRENnVNUFZKaDF4Z2tROU84Y05PQlpxaXhvS2ZxSTdFcU5JeGZRb2pQeHhvWUYwQjluemhIRmZrdi9YV1A0WXVaMHcyb041N1h4bDJPNHB6dGlndDlRcWcwamxhT0hjcnlLRWRhbnk2andSVW5OZWZiR2h5ZlkyMDFTTC9NNWw3OHlteE1GYzZZQ3hiUjBsaXl3Zm13VjB5VEo0dXdWWDR4WEJIcXJmOCtnNEpjTzRnQ2V5endxeVRLeTJQYmdaT0JnVDF2dkRxbW5nVHB3azZ1YkR6NGNmWFBQZmd3NlZaT25zZmdZVXBFcEJhM01JdmJTbHdyS1pjWWJYQnpOQnBvTnpBRytTMVhSM1R0WEVVV0NTZ29qQk54NURMTTRoaUFoVmY2OUNJTnpuTVMzT0ZIL1laVmxXeFFJWDJubjhjNjRMUkt3MDZyWVVES3JRendPb1ZYMzlYdk9rdWJxQ2lxZjdhZHZJNS9zR1RvUjdQOS9jR002WGJ6QlM4dVJpYVoxb2dnNC9QbDU4R2RJUkh5NXBzSG5heVhMMlFQNndZclcwVTNoUW5HbEJmZmwwV250d25OVEZ6eEFvMUgxZWpvdG1yUGUwQ2VmQVdFaXJiUHY1cUhoTlF3L1FscWRCd05RRTFLajhUVUFGNk1YSVlzaHdITUVCUjVkTHZhWFZVMDdVM21ZRXljUmhzSXBrVVVRNmFHeXdxbFUwNjVKUWVjTFp3dXhpS2V2SUw1U2NTVU92UHU4TDV5cUZkMGJFbWhuR3ZCZiszbVZ6VmhDdXRWcy9HRmcwMFBlbSt6S1lmNElqcUJBSm42b04walJwMUY2d0RWTTBaTDUzc2g3NXJsSDRxTGZ1cjJQc0l6em9pWjI0QWR0ZzZCRkFSQjMxZjBHQkJzVXQ3NXdTb2NLZmQ4ZUN3ZjBzSWhnR1U3Sk5sWVJBRkM0TGpXR0hLRE5rWFJtRVh4TnowQnAvMjZmNStad1NLQTlYZ25MZitCejhPWFRHb0ZEb2pDckxTaUIxZTlmcmYvVEFTUHdlb0kzM1U0dWs3Q1doQmxDMmF6Zks1QzhMejNXQ21CQTcrK1oxMzBQeUwzOHF3ZnR0V09CQ3J6VHBwY0p4aHE0Yk5EVkJIbWgvMGJRQUFJbnhaZmwrdUtqeDNqM09lMUw0WUtndWtIdlBEeGZON0psZitLNk4rOU1ldzN3c0hKUGpGNWQ1VDA2K08rckU3QU41Z3VQQit6d2lvNk85aDl5c05VT1NIRkZFQm9GVWk4dXMrTmY1NDJBTUtQRUg3eWFxL1Y0R0tyZ3J0WG1pNjVqY09yNXdDRlFKRDArRjBQanJSUkdCTDhaNkhPUUxxbWZMNkRaTVV0a1dRaHNLMTV2amhrMHJpSHN6QTlWRmhzb2tMMU5Vbi9TQWpyd0N3Vng1Tjc0cG43Q3d4UmFOK3luY1FiMzBtbm5oT1pqUU1HTDNDWWZFMUtGTFRydzJVWUVuQUI0ZUYzRFM0eWdsUXVRRUQxbm1TVFRMcVNtNllwSERldjc3WXQvL3Q5MlVoeHRuUHd3RVZGY2ZseGF0QzZSMXBWQjJvVWZtUlJvVTJvalE2SHZxYnpMY2NvSVljUkJFUEFCL2t0eWVyL1o1SFpEaDB2U2h1MEd1R1JoMlJFL3ZQb0x4b2NKVVRvSm9HREpqMVNBOE15TTUwMEV4U09GUVU3SG4wVzczaXF3UmhYNVA2UE13OU41Z0tFMThQNnd5bWx2d3dza3dxVHc2bzBFd3cwMkVMU2RtY1lPNk9WSjY0SjU5YzJIK212M04rYnpCVG9Id3d3VkwwMVhCSHNZTUhEYVljZmlOZ2xXY01wTlB5ZmR6Tm41RkcvZENZRmZzT243YW5DNGVKZ0NnYUZXY3ZHWTM3ay9LR203QkVJcVAvcXFmdDlSdm5JdW1qZnEvd2Z1OXc3Q1FJUVBBTEcrUzlBMVRWNEk5RDVQYjVqbXhDQVlhQ0wwUTdSVVhPbHFWU3duUkNOdnJCSUQrdGE4b0hwMUVwTEFiWklKTU5tOEw1WFNNREZhcGM5N05VdC9RU0tWVGxma2VGcWp4VUVqTGk1V0NzN1kvM1M5N1lUZW1YS2YwOUJoWFE5Q0tWaW0zakpkNjBMUmw1cG1keHJyQmZnakNZMVBtUTlzWmdMY3JjUDdvanNIQmdNa1l2WTVqWDBEeGoxSytuRytqM3BEdzU4TXYzbU5WQ0Z5YXVrb2dFVkhTNG9RRnhTaHN5ajY0QXpvQ0NOdFh0aW42WnhjS0lnUTgra1pXRWZkODRPMG1QZzlPWGs0ckxjMVNtbjdtRmVBQkl4QitKOVB6N0JWRi8vcFd1TkNpODN4V0FraDcxUm55eFlyQ0NTaTc1eG02UmVjS3lnU2xNSWt4MTFoeWx1T0djTWtQZ1lGd1FacGd3WCs4RkREWVBrNmZMU1FyVUYvcWpNS1VOZlBpcE5LZFZIbmhzSk5teDVvRTgxS0JiWmhxWVFsSFFJSkdWTFVEL094SlFWZk1SVHYzQTZMeDAyMjk1SG5JUVZVQWJMM1BtTHh2bGdiRUVGb2NBUU5uZ3R5NTRSQUxxdWhETXBwRjlnSTdsTXJWQURkRHNqT1VLSGkreVc2QmFvSTZKNXQ4QzFRTFZBblc4TkRzMkg3bnZMMXVOYWpXcTFhaFdFK1ZlRTQyWE9yQWExV3BVcTFISHk5ZHM4NUg3bHNGcVZLdFJyVWExbWlqM21taTgxTUdFOXJzZlRyZmY5WkN3ZjdZTVJqTUdKdENLSFh1MUpUQ2FTOEFDZFRUWGpwWE5LWUVKRFQrNlRqVGFQMXNHb3h3RGR0UnZSLzEyMUQ5ZVJwdzJIN20zWGxpTmFqV3ExYWhXRStWZUU0MlhPckFhMVdwVXExSEh5OWRzODVIN2xzRnFWS3RSclVhMW1pajNtbWk4MUlIVnFGYWpXbzA2WHI1bW00L2N0d3hXbzFxTmFqV3ExVVM1MTBUanBRNnNSclVhMVdyVThmSTEyM3prdm1Xd0duWENORkc0MGRiUzc0QitkcWdGYUhTQU9tVzYwZFpaMGRqck5WRGhIaEZ1WmxUQ0dhMVIvRGxaVUErREdtV0hNbFFwRzJXNlhnTVY3bVU0Z2lzYkM3eG8yaFIrY2pscXV2TEdXR1U2cW9FS0Q4MjlMNjF5L1JWdVBEdFdwZ21FOERYQVVSeW5Gc1I3ZmIzQ29ScEg4TWNWcDB4R05WQjdWdzc3WEZVekh0ZTdobHBZZWhORjZYUTk5bFNzUWxYVFdOL3VqVUExdUVrUFdqNVpCU3E4ZHRRY2ZZWm8vTW4xQWw3OW9qaEdJTUdoTmFXRENFTFB5TFhqdmtlekJpTHlGYVVsSVIyOGtSeHI1VG9wVDhDMVRlTmxQNWVlU05TajVxT2toN0tDN3dSWjdrZWNraldIR2xGa2dTdDBqcVNENXhpbXdLd0JGUjVTNEtkSUpUaWZnRWU2S0JtR3N3V09haysvTURTLzZpTk9GWFduWFNBYUw3bFdORjM1UzFHMzlGSlJzK2cwVWI3bjRldDhNSVZ6OCtFc1F5VjhrSDZlOVV4bFdMYnpmT25WUk9XWHFLaVdsZ3hUSFAwNW5KZXAzaEp4WDc3SG9SbmxYTGJUZ2RLOUVwd2NBM1J3MkFGM1MzQXZCSDlZeEZNT3B2UUI2ai8vSXdlb2NEK3FwNk43MWlFKytqVnJRSVZiSFk1YWZuVzdrd2s5Y2EvZjVQdzFnMmM2TFlvMzJ6VVV2NHE5anNoZ29mK0F6OUcyTys4VFZmT1BEMVc1bk93bG0rNGlQNFMrTjk2Vi9Xb3VUTzJwNStraXlOL281bkRoL1o1MVB2SUV5dy9hMmk4dXZZZThPdW0rd3ZTUFN3OFBWNWlxN3pGcG5wcDN1Rk9tY0VJTWw1TTZCVlU4V1FNcTNPSndGTFVUcmJyY0liNTRSb1ViOU5vNDRwQ0xlSml1UTQzTkFwbzNLRjhLVjdudkl0SDZ1N3VsSHllZE4yZm1JcS9VZWxnNFB5YWVZYTdrZmxQbjE3NzhnVUQ4WUR2bUFOUncwVStkK0FVYnpwSSt1dlEwdU45d1djOTErUUJJanVDYU5FaCtJd0VWVG5sTE5zOU1BQU1RanFMMEtkSG40Z292aWtOWmpPRERVQkN3b2lMcXpycEU5TDc2cGlkcnpqRWMvSnB5QkIvM2ZoVUdYN0I2VjRwOG5lbzg0UWZNangvZW8yL0xFYm9VRkIvT2xNTVFITGRSWExweTlSQm1ZQndhcUtYYjdUZnNvanVkbG83QlNyYWNKNFdDczFlT29yaGdOQlZlaHBPd2dCMXpGQWFjeHc0V2xZbmVWOTRRYUdJSENrbzRVZVd6WkV1YktQekNMRmRCVTRHWDczcXdaM3lWTWZyREZJK3U2T3R4MUhyYlhhNndGQWZYaXIwV1N1OTM4TjdkOW9mN0JMd2Q0bm5qRmIvZzJJbXFnMC93NUVlOE9RQ2wydHBGL3NRMWRsUU0wa1FpSWYyeVNnK0FLMThmZHVDV1NMQnA0eUc2T0pRR25MZVJXM2MxUWhnbEZnNm9rNmM3SHFTZEJGTXAwZm53NDZKMDlqN3l0QkY0ZzB2Mzkwc0h2UENENlFnYkVGZ0lqd3k0S0owV1VleW5yWGY4U1hROC9MalFteGo4Ymx2K29Dc1pQRUIzZ1pPNzRhSmh2NTVzSk8xaG9ycFd0UHo2RHBaUHpURm5TcStIY0t1WktLMFFiYmZmSXpCTHhxV0paK2hDd0hsdkJpVVM4bUE3S0FxTUErRFpHMjRjKzkvNVFOU2VFWERBYVFDUTNqL0ZSNEp1RitSV1pTejQvT1lDM3JYaDhGY24xWkZ2MWFFbjZhL2w3NkQ5VTZRWkNxamtnSlZMRlc0UzFVdzQ5NVB5QlB5bWNwUnNiR2JqUUF2cWhBNi93M1BDTkZFOGJVYzlpUHpkY3NzZm5YQUlBeitmUkMyM0xuZDVUMjQ0L3lwNjdWemhPbE5OQy9mazJOWUpwTjNBN1dQZG1SZUxzamtIdU9LcXZFeDlOVlNtR2s2OUJ4Qk5oRkc0R3BidUFlNWtjd3NiYmVDVFFoa0hJM0NPMVA0cCtKRTdkb1JGbnhnamZVb0hWd3lVVUpjNlVmZUIvTmpxNzNYbG9mTFU3d01EdFdpVDdhVmpYVDB4L0piOUt3K25yWTJYMzhCRms4L0FWeFVLd25PRVFZZ2FybmJKT1Z3d1ViM3dGQ2RjTzZPWksvZk9MR1R3NUQ0a3RmbEhIQk0xWC9NYlVUeDFCeWROVlVidW5tc3RZSjR5dVh1RVIyZzA5eHloR1ZhYmFEMDkrRlJsS1pXUzZaaytBQUlZK01Ha3BCUFhaSE5kUDJwUk9jVVRwbjhLT1FJRDFkUVhRaWIwSmtFdk1MdzNVZm5jQlJtVmJOSTQrUHBWdm5BOHkxSGhoc05OYU9HWHRuSzloaGxLNVVIM3JjdFd1TUxDT1MvZVF6UEJMcWxUL3pzZmlySnQ5bVg1RVYvdXlsV2FsMm5LQ0RZaEJBWlhYQnIwck83N2wrbGlPNzh4R0VaM1FTZTlmNnFidi9DZVcyVUdwOFU2d2ZJQVg3a2NjV0FudWJscllLQ2lMOFVSbnVkUHl2TXNNSFRzVFlRdlZoV002OXh6R2dkOVFKMTZWNzNsOEtvK2JJbisydFZQcFhSaHdOYXA1c2hoNzg2ckY1K3R2eExKNWxiUEFSZngxYSttU3ROYkN5ZmU1T25HNWh0TnNCUE8wUC9IUU5aRVZZZWV5TDdTKzZkNi85UGtMaDJ1MW5YcWVlNGxPY3VuUDhmdk1QMVQ1RE1RVURIU04xSDllVmY0RmxqTmNVdE4wUVY0T3dVK2NackFGNnVUcm5GS3Q5eExEeUovTjExM2k4TUxCYW9TRE5aT09sckZkdjc1U1RXb3ZLOWFNRHhxN25yaUdkYzd2VEpOZlBYbjZQdHhWREh2Y0ZhMnl2MlA1b0xMWjVnVjB2bnJ2K0dXM0VUTjE5L0t2bEw3cDhVejU3ckM2SXFGMHVRc05WaEN5VTBtZ0dtWS9pblNDQVJVakNKTkZHU2VtdE5ZeEE5ZkltVVdmU09PME1lbE1MaWFLZ0FWUytIYTczNDRneFVNK3ZST3ZWYnNjVmhHT1BwUk9tdFBHYjcvZzAvb2tYT0ZxUVZObmNvbnlEMEFybE9xdmNQWXo4VHNFa3REUTZ4UlhaY0JKaThUOWI3OFAvYVYyajh0MitFQVY1aXFCWXRkK1M3TzIxRmd3a0tudGp2dlplM2hZZnVueUZjZ29Kb1diMkF1WHk4YzdqZFhRY2dVbWhVMXZFbmpxSVdIOEoyUFBhMlhpVWozOVdmd3dteVJUbzAvdnQ0SlV6SnpyalJESmRzNzlXQnljRVZ5WVdyUVJCMFBQQ1pXbi9nRE9kTG5acUdJaDd3YVdnc3Y3V3lhbGg3NHVNREpSMFlhV2t2UnQrb3RWblRFVHc4T3V0N3AvVk9ZSEhWQ3Z4WVRBRENuWWZUZmN0UHZYV3M4S0E3ZWNSUzJmNG84QmdJcVpqazQ2bi8vWTk4Q3c0SUZiaFVVK0tFL3FoWTBCMmk5OEJBKzJkYkJpWk8xWjV3VklDenppbmtMTS9KbWFpM1VwbFl0Qzl4MzNNL1lrNFVRUGMrdnpPQ3R4OE52T2JkdUVMcmovcjhLOUl2MVA3M2ZDRXVFU0NZTlhId2VwOU55QloyZUJuNmJ1anBjUHVoWklLRENjTTFSRUtEV24zTTVGMVUrcXp2cllxZkFVU2hjLzFUWE9MQVNyRTNxZS9zRGdTbkFPSlNvV3Uza2l3cmFaS0xUV3dzS2oydjdDbjVDSWdoUVlkYzJFWlpncXVsNDNmZSsrb2FKamVkemFITXZ2bUhmQlFLcXlUUWx0WjNXM0tnQ1lBVk5zb2szT21NV1JaMk5DV3A4TnZiYlBJc3QyRXRNclJadk1rZE91UWFMd1lkcXVlbE9WeVZoUUtoVG9xckcyRDlGT1pvVWhEcnJvNVkzM1dNOUFNcVhJOWxkKzh5bUx2a29ybjcxc3Rody9Pa1p1b3M2cnppL0F3RzFpakgxa0VENkxJVWp6T1Rwd3JSZ0FuRXhXK0dFblRCTk5rUEVVNzNDcEtPRzYzbHVwZm82YS9ldHQ5OGppcjYyblVDVEhaY3FkczljeTRuV2d1disrUFhWTUQzSlVqb3RUT3M0c1dDbTc4MzMyR2g0Mkh6RHNvenlWTXZXZE45d3liWHNvTWlZU0FBYnJ5a3QwL05BUUMzNjZyWkdRVkVvdWgwVksvMU5XeEtRT1ZSYXlSYkRvMm9Tak5VNGxUV3VRc1dnS1Z1RVpoNEFMZDFxYnllZFptV0ZlcXFuVnk2bVNMYTJDMWdOaG1yckJacjF3YkpLdWNobDROTWkwZi9ocDZMLzNZOGtPR0RIN1hycU9ZY1g1YzNVV3VoOVFncFBWOU1zSGZLUFpaVVVqcTR3eFBmODl4Vmo4YVM2dW9WcVphRjRRYTdsdXgwaVlNYmpSdmQ2Z3BpMnpwOHl3eVZma0hSTVlRSUJGWkc1Z1E0SmlJVW9tQzZyT3VoNHVUREZORGxBNFJzdXVDb2pFMEUxanFuQzY4NjhLSU9mS2JPNWVtNmFxZ3hpUytRK1lDcEhyRWxvdVBCcVVYbmdzUUs3UFAxQUZNZzFMeThBQUFMSVNVUkJWR1VsbTErWllZMkRUdDFQUDUvMStnZ01WS3l0ekFiSmdZQ3loQXdGWVFLZ3JuSFFiSEZVUERQY3FuKy93cy8yZTI0Uk9NdzhRZEtwL3M2cFhKWkRQNE0yUkhvb1U3UUVHRHZBdmcwbGdlZndOZGIvM2tleWY5NzkxSE9pYk03K2dlVGpCc0Q0ZUlMa0xVeVl3RUFGMCtZYmJ3dGRRR29FYUFBc0RkTUZES3B4RUY4bm1KSjBmcVBwZHpZV2dVdkR1Wjd4RUw5aEMwWlR6TTBlZFQzNWpLaGU5RjBYTjB4RStDMnI1Q1lFd0NoanR0RmpzQjJtbmtJQkZYMVJkY21YSzNjZUQzcGZmRTFnU3dNblhCQ05BNENubVQwMytxQ000NS9MWjZaTmlxRVdnVStaNFRwOXhLT29NMTcxUFB1aU00dVZLS3ZNZUVjLzBqMjlkSnR4OVROam9RdW5rMm5wWnR3NkNBZFVmQjJUOGdSV3hRUWxESnl3L2NKck9WcVFUSEJmUFdTb09mNTdMUGlEOEZ3WFlVeWJGR0c2QzVYK2xCbENYOG5rVndkeTRUWXRHSm80emJoYzBNUUhObkF2R2FHTmRjSWtoVmVjcU8vQ0EzVkVsVmN2UE5tMTdUZEQ2R1JTcmtESHdvYW93cW54VFBQV2hSdGw1OVFVTmExczNuTkw2ZlJGNEdIU1EvTTltRitVVWRRWlA5SnBPV0dCQVpiT2w1MVNUYWVOL0dDVzFIazR2ekVsckN4S0p4bHFUem5YSENkR055QXlVRW5nd3E5c0k3QlFBU052akR5eG1xcm0yTE1pTGRvZ252YTZacitTcVN5S3ZyNjlQTVNpYnVrbHcrVit6dVh5OEE4dnhZQlpNTjJlaTdPaXNEWVZwaXVWcFBscjhuUlAwR0VnQnRzenJCY1lmR0ZxVkozRU1ja2U1WGxzb0VaSjFNYnhCK0xhS3FQU2JiOGxNTDBxNTl6M1hlUUFFUUJIcTlWeDcxOEVMQTF4dTJyWmx0OENOVVp6bE8zS3NQek1IN0FGcWdXcW8xVkg4NGRpZ1dxQmFvRTZtcjlRSzV1NW1SMk5aV00xcXRXb1ZxT094aS9UeWpTMk5DblZsOVdvVnFOYWpVcGZnNzJPVFMwMm11ck5hbFNyVWExR0hVMWZwSlZsYkd0MXExR3RSclVhMVdxeHNhM0ZSbFA5V1kxcU5hclZxS1BwaTdTeWpHM3REbzJhc3BVNHRpdHgvTmZmMVBUL0Erc1RWc1oybWt3SkFBQUFBRWxGVGtTdVFtQ0MiLz48L2RlZnM+PC9zdmc+');
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all .4s;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

a.post-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.blogMainBox:hover .readMoreBlogCards .textPart::after {
  opacity: 1;
  visibility: visible;
}

.blogMainBox:hover .readMoreBlogCards .textPart {
  color: red;
  padding-right: 10px;
}

.blogMainBox:hover a.post-item-image img {
  transform: scale(1.02);
}

.blogMainBox:hover .post-card__date {
  background-color: #fff;
  color: var(--color1);
}

.swiper-pagination {
  position: static;
  margin-top: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color1);
  width: 10px;
  height: 10px;
  transition: all .3s;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 10px;
  border-radius: 10px;
}

.blogMainBox:hover a.post-item-image::after,
.blogMainBox:hover a.post-item-image::before {
  opacity: 1;
  visibility: visible;
}

.fillBtn {
  background-color: var(--color1);
  display: flex;
  width: max-content;
  margin: auto;
  align-items: center;
  gap: 20px;
  padding: 8px;
  border-radius: 30px;
  justify-content: space-between;
  padding-right: 20px;
  margin-top: 50px;
  transition: all .4s;
}

.fillBtn span {
  color: #fff;
  font-size: 16px;
}

.fillBtn i {
  font-size: 20px;
  background-color: #fff;
  border-radius: 100%;
  color: var(--color1);
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all .3s;
}

.fillBtn:hover i {
  transform: translateX(-3px);
}

.lightBtn {
  background-color: #fff;
}

.lightBtn span {
  color: var(--color1);
}

.lightBtn i {
  background-color: var(--color1);
  color: #fff;
}

.simpleBtn {
  background-color: unset;
  gap: 5px;
}

.simpleBtn span {
  color: var(--color1);
}

.simpleBtn i {
  background-color: var(--color1);
  color: #fff;
}

.strockBtn {
  padding: 8px 30px;
  background-color: #fff;
  border: 1px solid var(--color1);
  transition: all .4s;
}

.strockBtn span {
  color: var(--color1);
  transition: all .4s;
}

.strockBtn i {
  display: none;
}

.strockBtn:hover {
  background-color: var(--color1);
}

.strockBtn:hover span {
  color: #fff;
}
.strockBtn.darkStrock{
  border-color: #fff;
  background-color: transparent;
}
.strockBtn.darkStrock:hover{
  background-color: #fff;
}
.strockBtn.darkStrock span{
  color: #fff;
}
.strockBtn.darkStrock:hover span{
  color: var(--color1);
}
.noArrowBtn{
  background-color: #fff;
  padding: 10px 30px;
}
.noArrowBtn:hover{
  background-color: var(--color3);
}
.noArrowBtn span{
  color: var(--color1);
}
.noArrowBtn:hover span{
  color: #fff;
}
.noArrowBtn i{
  display: none;
}
.post-card__date {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--color1);
  z-index: 99;
  color: #fff;
  font-size: 12px;
  padding: 10px 6px;
  border-radius: 30px;
  line-height: 1;
  transition: all .4s;
  letter-spacing: 1px;
}



/*  Single Product  */
.product-item {
  padding: 9px;
  border-radius: 25px;
  background-color: #fff;
  position: relative;
  z-index: 3;
  height: 100%;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.03);

}

.product-item .on-sale {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 25px;
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.product-item .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.product-item h3,
.product-item .productCartFooter {
  text-align: center;
}

.product-item .productCartFooter .price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-item .counDownWrapper {
  background-color: var(--color1);
  margin: auto;
  text-align: center;
  border-radius: 12px;
  font-size: 16px;
  padding: 12px 10px;
  color: #fff;
  letter-spacing: 5px;
}

.onsaleProducts .swiper-slide:hover .product-item h3 a {
  color: #222 !important;
}

.onsaleProducts .swiper-slide::after {
  background-image: unset !important;
  background-color: rgba(247, 247, 247, 0.4) !important;
}

@media (max-width:760px) {
  .product-item .counDownWrapper {
    letter-spacing: 2px;
  }
}

.product-item h3 {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 16px;
  line-height: 25px;
}

.product-item .productCartFooter {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
  transition: all .4s;
}

.product-image {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--bg_lightback);
  max-width: 290px;
  border: 1px solid rgba(235, 235, 235, 1);
  position: relative;
  margin: auto;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.product-image .secondProductImage {
  position: absolute;
  opacity: 0;
}

.mainHomeProduct .swiper-slide {
  position: relative;
  transition: all 0.4s;
  border-radius: 26px;
  padding: 2px;
  overflow: hidden;
}

.mainHomeProduct .swiper-slide::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, rgba(214, 0, 24, 0.4)), color-stop(0.67, rgba(247, 247, 247, 0.4)));
  background-image: -moz-linear-gradient(center bottom, rgba(214, 0, 24, 0.4) 33%, rgba(247, 247, 247, 0.4) 67%);
  opacity: 0;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.homeProductsParent .mainHomeProduct  .swiper-wrapper{
  padding: 40px 0;
}
.mainHomeProduct .swiper-slide::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 98%;
  height: 98%;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.mainHomeProduct .swiper-slide:hover:after {
  opacity: 1;
}

.mainHomeProduct .swiper-slide:hover {
  opacity: 1;
  box-shadow: 0px 25px 20px -10px rgba(224, 0, 0, 0.3);
}

.product-item .price bdi {
  transition: all .4s;
}

.mainHomeProduct .swiper-slide:hover .product-item h3 a,
.mainHomeProduct .swiper-slide:hover .product-item .price bdi {
  color: var(--color1);
}

.mainHomeProduct .swiper-slide:hover .product-item .product-image img {
  transform: scale(1.02);
}

.product-item:has(.on-sale) ins {
  text-decoration: none;
}

.product-item:has(.on-sale) del {
  font-size: 12px;
  opacity: 0.5;
}

.product-item:hover .secondProductImage {
  opacity: 1;
}

/* --------------------
     TAB CSS
 -------------------- */

.tab-item.active {
  background-color: var(--color2);
  color: var(--bg_body);
}

.tab-content {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.tab-content.activeTab {
  display: block !important;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fullWidthItem {
  width: 100% !important;
}

.lightBg {
  background-color: #ffdec8;
  position: relative;
}

.lightBg:after,
.lightBg:before {
  position: absolute;
  content: '';
  background-color: #ffdec8;
  height: 80px;
  width: 100%;
  z-index: -2;
}

.lightBg:after {
  top: -80px;
}


.sectionSecondBg {
  background-color: var(--color1);
  position: relative;
  margin: 60px 0;
  z-index: 2;
}

.sectionSecondBg::after,
.sectionSecondBg::before {
  position: absolute;
  content: '';
  background-color: var(--color1);
  width: 100%;
  height: 100px;
  z-index: -1;
}

.sectionSecondBg::after,
.sectionSecondBg::before {
  position: absolute;
  content: '';
  background-color: var(--color1);
  width: 120%;
  left: -10%;
  height: 100px;
  z-index: -1;
}

.sectionSecondBg::after {
  top: -70px;
  border-radius: 100% 100% 0 0;
}

.sectionSecondBg::before {
  bottom: -70px;
  border-radius: 0 0 100% 100%;
}

.sectionSecondBg .generalTitleSubtitleParent * {
  color: #fff;
}

.sectionSecondBg .swiper-pagination-bullet {
  background-color: rgb(255, 255, 255, 0.5);
  border: 1px solid #fff;
  opacity: 1 !important;
}

.sectionSecondBg .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255, 1);
}

.titleFloatRight {
  text-align: right;
}

.titleFloatRight .titlePart::after {
  left: unset !important;
}

@media (max-width:760px) {

  .sectionSecondBg::after,
  .sectionSecondBg::before {
    height: 100px;
  }

  .sectionSecondBg::after {
    top: -25px;
  }

  .sectionSecondBg::before {
    bottom: -25px;
  }

  .titleFloatRight .titlePart::after {
    left: 0;
  }
}

.mainFontTitle {
    font-family: 'SGKara' !important;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.5rem;
    line-height: 5rem;
} 
 
@media (max-width:760px) {
    .mainFontTitle {
        font-size: 3rem;
        margin-bottom: 20px;
        line-height: 4.5rem;
    }
}

.generalTitleSubtitleParent:has(.mainFontTitle) {
  margin-bottom: 0 !important;
}

.itemFloatCenter .contentPartDesc {
  margin-bottom: 20px;
}

.fade-right {
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(100px, 0, 0);
  transition-duration: 1s;
  transition-timing-function: ease;
}

.fade-right-second {
  transition-duration: 1.3s !important;
}

.fade-right-last {
  transition-duration: 1.6s !important;
}

.fade-right.active {
  opacity: 1;
  transform: translateZ(0);
}

.accordion-content {
  display: none;
}

.faqs-content {
  margin: auto;
}

.faqs-item {
  background-color: #fff;
  padding: 16px 26px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  margin-bottom: 25px;
  padding-right: 0;
}

.faq-num {
  width: 32px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  background-color: #a4a4a4;
  border-radius: 10px 0 0 10px;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-left: 16px;
  position: relative;
  transition: all .4s;
}

.faqs-question {
  font-size: 16px;
  transition: all .4s;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;

}

.faqs-question i {
  border: 2px solid #a4a4a4;
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  color: #a4a4a4;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  margin-right: auto;
  transition: all .4s;
}

.faqs-question i::before {
  /* transition: all .3s; */
  padding-top: 1px;
}

.faqs-answer * {
  font-size: 14px !important;
  color: #787878 !important;
}

b.faq-num:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 3px;
  background-color: #a4a4a4;
  right: -8px;
  border-radius: 5px;
  transition: all .4s;

}

.faqs-answer {
  padding: 0 40px;
}

.faqs-answer .editor-content.main-content {
  border-top: 1px solid #6d29621a;
  margin-top: 20px;
  padding: 20px 0;
}
.editor-content img , .main-content img{
        border-radius: 16px;
}
.faqs-item.active .faq-num,
.faqs-item:hover .faq-num {
  background-color: var(--color1);
}

.faqs-item.active .faq-num::after,
.faqs-item:hover .faq-num::after {
  background-color: var(--color1);
}

.faqs-item.active .faqs-question,
.faqs-item:hover .faqs-question {
  color: var(--color1);
}

.faqs-item.active .faqs-question i {
  color: var(--color1);
  border-color: var(--color1);
}

.faqs-item.active .faqs-question i::before {
  content: "\e900";
}

@media (max-width:760px) {
  .faqs-content {
    max-width: unset;
  }
  .readMoreBlogCards .textPart{
    color: red;
    padding-right: 10px;
  }
  .readMoreBlogCards .textPart::after{
    opacity: 1;
    visibility: visible;
  }
  .faqs-item {
    padding: 25px 10px;
  }

  .faq-num {
    display: none;
  }

  .questionPart {
    width: calc(100% - 40px);
    position: relative;
  }

  .questionPart::after {
    position: absolute;
    content: '';
    height: 42px;
    width: 3px;
    background-color: #a4a4a4;
    right: -20px;
    border-radius: 5px;
    transition: all .4s;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .faqs-item.active .questionPart::after {
    background-color: var(--color1);
  }

  .faqs-answer {
    padding: 0 10px;
  }
}


ul.page-numbers {
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.page-numbers a.page-numbers,
.page-numbers span.page-numbers {
  display: flex;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #FFF5F5;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.page-numbers a.page-numbers.prev,
.page-numbers a.page-numbers.next {
  display: flex;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: unset;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: var(--color1);
}

.page-numbers a.page-numbers.prev:hover,
.page-numbers a.page-numbers.next:hover {
  background-color: unset;
  color: var(--color1);
}

.page-numbers a.page-numbers.prev:hover {
  transform: translateX(10px);
}

.page-numbers a.page-numbers.next:hover {
  transform: translateX(-10px);
}

.page-numbers a.page-numbers.prev i,
.page-numbers a.page-numbers.next i {
  font-size: 30px;
}

.page-numbers span.page-numbers.current,
.page-numbers a.page-numbers:hover {
  background-color: var(--color1);
  color: #fff;
}

@media screen and (max-width:576px) {
  ul.page-numbers {
    padding-bottom: 40px;
    gap: 8px;
  }
  
  .tax-product_cat .product-item .counDownWrapper,
  .woocommerce-shop .product-item .counDownWrapper {
      font-size: 10px;
      padding: 12px 1px;
  }
  
  .tax-product_cat .product-item h3,
  .woocommerce-shop .product-item h3 {
    font-size: 11px;
  }
  
  .page-numbers a.page-numbers,
  .page-numbers span.page-numbers {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  
  .page-numbers a.page-numbers.prev,
  .page-numbers a.page-numbers.next {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  
  .page-numbers a.page-numbers.prev i,
  .page-numbers a.page-numbers.next i {
    font-size: 20px;
  }
}


.mainIntroPart .generalTitleParent .fillBtn {
  margin: 0;
  margin-top: 30px;
}

.mainIntroPart {
  margin: 40px 0;
}
.mainIntroPart .generalTitleParent .generalTintroTitle{
  margin-bottom: 10px;
}
.postListContainer .postList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.postListContainer .postList .postListSidebar {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 16px;
}

.postListContainer a.sidebarAccessItem,
.swiperAccess a.accessItem {
  border: 1px solid rgba(109, 41, 98, 0.1);
  padding: 25px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  position: relative;
}

.postListContainer a.sidebarAccessItem i,
.postListContainer a.sidebarAccessItem::after,
.swiperAccess a.accessItem i,
.swiperAccess a.accessItem:after {
  transition: all .4s;
}

.postListContainer a.sidebarAccessItem:hover i {
  color: var(--color3);
  transform: translateX(-5px);
}

.swiperAccess a.accessItem:hover i {
  color: var(--color1);
  transform: translateX(-5px);
}

.postListContainer a.sidebarAccessItem:hover::after {
  background-color: var(--color3);
}

.swiperAccess a.accessItem:hover::after {
  background-color: var(--color1);
}

.swiperAccess a.accessItem:hover {
  border-color: rgba(224, 0, 0, 0.1);
}

.postListContainer a.sidebarAccessItem:hover span,
.postListContainer a.sidebarAccessItem span,
.swiperAccess a.accessItem:hover span,
.swiperAccess a.accessItem span {
  color: #000;
}

.postListContainer a.sidebarAccessItem span,
.swiperAccess a.accessItem span {
  font-size: 18px;
}

.postListContainer a.sidebarAccessItem i,
.swiperAccess a.accessItem i {
  margin-right: auto;
  font-size: 24px;
  color: gray;
}

.postListContainer .sidebarIcon {
  display: flex;
}

.postListContainer a.sidebarAccessItem:after,
.swiperAccess a.accessItem:after {
  position: absolute;
  content: '';
  width: 3px;
  height: 24px;
  background-color: gray;
  border-radius: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.postListSidebar > a {
  overflow: hidden;
  border-radius: 25px;
  display: flex;
}

.postListSidebar > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.postListSidebar > a:hover img {
  transform: scale(1.01);
}

.mainRowCard {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  flex-direction: row;
  margin-top: 25px;
}

.mainRowCard .post-item-image {
  width: 300px;
  height: 192px;
}

.postList .postListItems {
  width: 100%;
}
.postWithSidebar .postListItems {
  width: calc(100% - 350px);
}

.postListItems .tab-item {
  width: max-content;
  display: flex;
  align-items: start;
  border-bottom: 1px solid #F4E5DE;
    margin: auto;
}
.postWithSidebar .postListItems .tab-item {
    margin: unset;
}

.postListItems .tab-item span {
  padding: 33px;
  min-width: 170px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .4s;
  cursor: pointer;
  padding-top: 0;
}

.postListItems .tab-item span::after {
  position: absolute;
  content: '';
  background-color: var(--color3);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 100%;
  margin: auto;
  transition: all .4s;
}

.postListItems .tab-item span.active::after {
  left: 0;
}

.postListItems .tab-item span.active {
  color: var(--color3);
}

@media (max-width:760px) {
  .postList .postListItems {
    width: 100%;
  }

  .postListItems .blogMainBox {
    margin-bottom: 30px;
  }

  .postListItems .tab-item span {
    min-width: unset;
    padding: 20px;
  }

  .postListItems .tab-item {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }

  .postListSidebar {
    width: 100%;
  }
}

.introWithSlider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.introWithSlider .generalTitleParent {
  width: 48%;
}

.introWithSlider .introSliderPart {
  width: 45%;
  border-radius: 25px;
  overflow: hidden;
}

.introWithSlider .introSliderPart .swiper-slide {
  display: block;
  height: 300px !important;
  height: initial;
  border-radius: 25px;
  overflow: hidden;
}

.introWithSlider .introSliderPart .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.swiper-pagination-mag {
  margin: 0;
  position: absolute;
  bottom: 0 !important;
  --r: 1.8em;
  border: solid #0000;
  border-width: 0 var(--r);
  border-radius: calc(2* var(--r)) calc(2* var(--r)) 0 0 / var(--r);
  mask: radial-gradient(var(--r) at var(--r) 0, #0000 98%, #000 101%) calc(-1* var(--r)) 100% / 100% var(--r) repeat-x, conic-gradient(#000 0 0) padding-box;
  background-color: #d64733 !important;
  width: max-content !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
  padding: 5px 40px !important;
}

.swiper-pagination-mag .swiper-pagination-bullet {
  background-color: #fff;
}

@media (max-width:760px) {

  .introWithSlider .introSliderPart,
  .introWithSlider .generalTitleParent {
    width: 100%;
  }

  .introWithSlider {
    padding: 0 10px;
    justify-content: space-around !important;
  }
}






.aboutUsSectionParent .inneraboutUsSection .mediaPartItem {
  border-radius: 40px;
  overflow: hidden;
  width: 48%;
  position: relative;
}

.aboutUsSectionParent .inneraboutUsSection .mediaPartItem .customVideoCover {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  display: none;
}

.aboutUsSectionParent .inneraboutUsSection .mediaPartItem .customVideoCover img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutUsSectionParent .inneraboutUsSection .mediaPartItem img,
.aboutUsSectionParent .inneraboutUsSection .mediaPartItem video {
  display: flex;
}

.aboutUsSectionParent .inneraboutUsSection .mediaPartItem video {
  -webkit-clip-path: inset(1px 1px);
  clip-path: inset(1px 1px);
  min-height: 200px;
}

@media (max-width: 768px) {
  .aboutUsSectionParent .inneraboutUsSection .mediaPartItem {
    width: 100%;
  }
}

.aboutUsSectionParent .inneraboutUsSection .mediaPartItem .customVideoControl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  display: none;
}

.aboutUsSectionParent .inneraboutUsSection .mediaPartItem .customVideoControl svg {
  z-index: 999;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
}

.changeOrder {
  flex-direction: row-reverse;
}

.generalDarkBg {
  background: radial-gradient(circle, rgba(244, 154, 37, 0.05) 0%, rgb(81 14 70) 100%);
  background-color: var(--color3);
}
.cat-shop-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
}
.cat-shop-wrap .product-category-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}
.cat-shop-wrap .cat-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.product-category-item a {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(164, 164, 164, 0.1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  position: relative;
  padding: 6px 12px;
  transition: all .4s;

}

.product-category-item a::before {
  position: absolute;
  content: '';
  background-color: rgba(164, 164, 164, 1);
  width: 3px;
  height: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s;
}

.product-category-item a:hover {
  border-color: rgba(224, 0, 0, 0.1);
  color: var(--color1);
}

.product-category-item a:hover::before {
  background-color: var(--color1);
}

.product-category-item a .catImg {
  width: 64px;
  display: block;
  height: 64px;
}

.product-category-item a span.catImg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopFiltersTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 16px;
  padding: 24px;
  background-color: rgba(245, 245, 245, 1);
}

.shopFiltersTitle h4 {
  font-size: 18px;
  color: var(--color3);
}

.shopFiltersTitle .icon-filter {
  font-size: 22px;
  color: var(--color3);
}

.sidebar-shop {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  padding: 30px 25px;
  border-radius: 24px;
  padding-bottom: 0;
}

.sidebar-shop .customProductStockSort,
.sidebar-shop .customProductDiscountSort,
.sidebar-shop .widget-side {
  border-bottom: 1px solid rgba(109, 41, 98, 0.1);
}

.sidebar-shop .widget-side:last-child {
  border-bottom: none;
}

.productCart {
  width: 100%;
}
.widget-side:not(.woocommerce-widget-layered-nav) > ul > li > a{
    padding: 8px;
    display: block;
    position: relative;
}
.widget-side > ul li.cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
    flex-wrap:wrap;
}
.widget-side ul.children {
    margin-right: 1rem;
    margin-top: 0;
}
.widget-side ul li.cat-item.cat-parent i {
    position: absolute;
    left: -0.5rem;
    top: 0.5rem;
    font-size: 12px;
    transition: 0.3s;
    padding: 0.5rem;
    transition:0.3s;
    cursor:pointer;
}
.widget-side ul li.cat-item.cat-parent i.icon-arrow-down.active {
    color: var(--color1);
    transform: rotate(-180deg) !important;
}
label.toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-bottom: 0;
}

label.toggle input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

label.toggle span.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(245, 245, 245, 1);
  transition: .4s;
  border-radius: 100px;
  border: 2px solid rgba(230, 230, 230, 1);
}

label.toggle span.slider::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: rgba(164, 164, 164, 1);
  transition: .4s;
  border-radius: 100%;
}

label.toggle input[type=checkbox]:checked + .slider:after {
  transform: translateX(15px);
  background-color: #fff;
}

label.toggle input[type=checkbox]:checked + .slider {
  background-color: var(--color1);
  border-color: var(--color1);
}

.customProductStockSort,
.customProductDiscountSort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.price_slider_wrapper {
    position: relative;
    margin-top: 35px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 3px;
    margin: 18px 18px 65px 5px;
    background: #4E505133
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 1px;
    background-color: var(--color1);
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--color1);
}



.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: var(--color1);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    z-index: 2;
    width: 23px;
    height: 23px;
    cursor: ew-resize;
    outline: 0;
    top: -10px;
    margin-left: -5px;
    background: var(--color1);
    border-radius: 100%;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:before {
    content: "\e916";
    font-family: icomoon;
    font-size: 13px;
    color: #fff;
    transform:rotate(90deg);
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-child::before {
    transform: rotate(270deg);
}
.price_label .from,
.price_label .to {
    position: absolute;
    color: #252525;
    font-size: 12px;
    top: 34px;
    visibility: visible;
    line-height: 12px;
}

.price_label .to {
    right: 0;
}

.price_label .from {
    left: 0;
}
.price_slider_amount {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 14px;
}

.widget_price_filter form {
    width:100%
}
.price_slider_amount > .button:hover {
    background: var(--color1);
    color: #fff;
}
.price_slider_amount > .button {
    margin: 6px auto 0;
    color: var(--color1);
}
.woocommerce-widget-layered-nav-list li a {
  display: flex;
  width: 100%;
  margin-top: 16px;
  color: #000;
  position: relative;
  padding-right: 8px;
  font-size: 14px;
  transition: all .4s;
  align-items:center;
}

.woocommerce-widget-layered-nav-list li a:hover {
  color: var(--color1);
}

.woocommerce-widget-layered-nav-list li a::before {
    content: '';
    width: 14px;
    height: 14px;
    background: rgb(109 41 98 / 5%);
    margin-left: 12px;
    border: 2px solid transparent;
    border-right: 2px solid var(--color1);
    border-bottom: 2px solid var(--color1);
}

.widget-side{
  margin: 0;
  padding: 0 0 24px 0;
    display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.widget-side .widget-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.widget-side .widget-title-open h4,
.widget-side .widget-title-open i {
  color: var(--color1);
}

.widget-side .widget-title h4 {
  width: calc(100% - 30px);
  font-size: 16px;
}

.widget-side .widget-title .icon-arrow-down {
  font-size: 18px;
  transform: rotate(0deg);
  transition: all .4s;
}

.widget-side ul {
  width: 100%;
  margin-top:16px;
  display:none;
}

.archiveBlogHeader {
  margin-top: 40px;
}

.widget-side .widget-title.widget-title-open i {
  transform: rotate(-180deg) !important;
}

body.archive {
  overflow: visible;
}

.archiveSidebar {
  position: sticky;
  top: 10px;
  height: max-content;
}

@media (max-width:760px) {
  body.archive {
    overflow: hidden;
  }
}

.af-submit {
  margin: auto;
}

button.acf-button.af-submit-button:after {
  position: absolute;
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHJ4PSIxNiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMy4wNyA5LjgyMiA3IDE1Ljg5Mmw2LjA3IDYuMDdNMjQgMTUuODkySDcuMTciIHN0cm9rZT0iI0UwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+');
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  transition: all .4s;
}

.acf-fields > .acf-field {
  border: none !important;
}

.af-fields.acf-form-fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.af-form .acf-form-fields .af-field {
  width: 48%;
  padding: 0;
}

.af-form .acf-form-fields .af-field-type-textarea {
  width: 100% !important;
}

.acf-form-submit .acf-button {
  background-color: var(--color1) !important;
  position: relative;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  border: 2px solid var(--color1);
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  align-items: center;
  line-height: 1;
  min-height: unset;
  height: unset;
  padding-left: 45px;
  font-size: 16px;
  margin: 30px auto;
  margin-bottom: 50px;
}

.acf-form-submit .acf-button:hover::after {
  left: 2px;
}

.af-field .af-label {
  width: max-content;
  background-color: #fff;
  margin: 0 !important;
  margin-right: 20px !important;
  transform: translateY(30px);
  z-index: 999;
  padding: 0 10px;
}

.af-input input,
.af-input textarea {
  border: 1px solid rgba(237, 237, 237, 1);
  background: #fff;
  padding: 15px 20px;
  height: 72px;
  display: block;
  font-family: inherit;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: right;
  border-radius: 16px;
}

.af-input textarea {
  height: 160px;
  padding: 20px !important;
}

.af-input {
  margin-top: 1rem;
}

.af-submit {
  position: relative;
}

.af-spinner {
  position: absolute;
  top: 0;
  bottom: 20px;
  margin: auto;
  left: -15px;
}

.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 50px;
}

.woocommerce-mini-cart__total.total {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  height: 50px;
}

.woocommerce-mini-cart__total.total strong {
  color: #aaa;
}

.woocommerce-mini-cart__total.total span {
  font-size: 20px;
  color: var(--color1);
}

.woocommerce-mini-cart__total.total span.woocommerce-Price-currencySymbol {
  font-size: 1rem;
  margin-right: 0.25rem;
}

.miniCartWrapper .widget_shopping_cart_content ul.cart_list {
  padding: 0 10px;
  height: calc(100% - 120px);
}

.miniCartWrapper ul {
  max-height: calc(100% - 190px);
  overflow-y: auto;
  margin: 10px 0;
}

.miniCartWrapper .widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
  font-size: 13px;
  /*padding-right: 0;*/
  color: var(--color2);
  flex-wrap: wrap;
  gap: 10px;
}

.miniCartWrapper ul li {
  background-color: rgba(251, 251, 251, 0.8);
  border-radius: 10px;
  margin: 7px 0;
  padding: 10px;
}

.woocommerce-mini-cart .mini_cart_item a.remove {
  color: var(--danger);
  font-size: 22px;
  transition: 0.3s;
  background: var(--bg_danger);
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  padding-right: 0 !important;
  border: 1px solid var(--danger);
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 1;
    padding-top: 4px;
}
#websima-auth-modal label.error{
    color: var(--color1);
    font-size: 12px;
}
.miniCartWrapper ul li a.remove {
  left: 10px;
  bottom: 10px;
  right: auto;
}

.woocommerce-mini-cart .mini_cart_item a {
  display: flex;
  align-items: center;
}

.woocommerce-mini-cart-item.mini_cart_item .thumb-mini {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce-mini-cart-item.mini_cart_item .minicard-detail {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: calc(100% - 100px);
}

.miniCartWrapper ul li .quantity {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid var(--border_light);
  padding: 3px 10px;
  border-radius: 10px;
  gap: 10px;
  color: var(--bg_text);
}

.woocommerce-mini-cart-item.mini_cart_item .thumb-mini img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: unset;
  margin: 0;
}

.woocommerce-mini-cart-item.mini_cart_item img {
  height: auto;
  margin-left: 20px;
  border: 1px solid #eee;
  flex: 0 0 50px;
  max-width: 70px;
  margin: 0 10px;
}

.miniCartWrapper ul li img {
  border-radius: 10px;
  margin-right: 0;
}

.miniCartWrapper ul li .quantity span.woocommerce-Price-currencySymbol {
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

.woocommerce-mini-cart .mini_cart_item a.remove:hover {
  background: var(--danger);
  color: var(--bg_danger);
}

.af-field .acf-notice.-error {
  position: absolute !important;
  bottom: -30px !important;
  margin: 0 !important;
  background-color: unset !important;
  padding: 0 !important;
  line-height: 1 !important;
  border: none !important;
  right: 10px;
}

.af-form .-dismiss {
  display: none !important;
}

.af-success {
  text-align: center;
  background-color: #45b645;
  width: max-content;
  margin: auto;
  padding: 5px 20px;
}

.af-success p {
  color: #fff;
}

.simple-menu.menu-item-has-children {
  position: relative;
}

.mega-menu .menu-item-has-children {
  position: static;
}

.mega-menu .simple-menu.menu-item-has-children {
  position: static;
}
p.woocommerce-mini-cart__buttons.buttons a {
    background-color: var(--color1) !important;
    color: #fff;
    display: flex;
    margin: auto;
    align-items: center;
    gap: 20px;
    padding: 8px 16px;
    border-radius: 30px;
    transition: all .4s;
    width: 48%;
    text-align: center;
    justify-content: center;
    border:1px solid var(--color1);
}
.woocommerce-notices-wrapper{
    margin-bottom: 20px;
}
.woocommerce-mini-cart-item{
    transition: all .4s;
    border: 1px solid var(--color3);
}
.woocommerce-mini-cart-item:hover{
    border: 1px solid var(--color1);
}
p.woocommerce-mini-cart__buttons.buttons a:hover {
    color: var(--color1) !important;
    background-color: #fff !important;
}
.simple-menu.menu-item-has-children:after {
  position: absolute;
  content: "\e916";
  font-family: 'icomoon';
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  height: max-content;
  transition: all .4s;
}

.menu-item-has-children:hover::after {
  transform: rotate(180deg);
  color: var(--color2);
}

.cat.mega-menu {
  padding: 20px 0;
}

@media (max-width:760px) {
  .mainSliderParent .swiper-pagination {
    padding-bottom: 15px;
    padding-top: 15px;
    height: 75px !important;
  }

  .af-form .acf-form-fields .af-field {
    width: 100%;
  }

  .page-template-template-bulk .generalTitleSubtitleParent {
    margin-bottom: 0;
  }
}

.af-field.af-field-type-repeater .acf-repeater-add-row:hover {
  background-color: #fff;
  color: var(--color1);
}

.af-field.af-field-type-repeater .acf-input select {
  height: 4.5rem;
  border-radius: 1rem;
  border: 1px solid #eee;
}

.af-field.af-field-type-repeater .acf-repeater-add-row {
  font-size: 0.875rem;
  background-color: var(--color1);
  color: #fff;
  height: 2.5rem;
  min-width: 8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid var(--color1);
  transition: 500ms;
}

.af-field.af-field-type-repeater .af-label.acf-label {
  display: block;
  margin: 0 0 3rem !important;
  padding: 0;
}

.af-field.af-field-type-repeater.af-field-choooooose.acf-field.acf-field-repeater.acf-field-66deb873aa6ea.af-field-required {
  width: 100%;
}


.woocommerce-shop div#woocommerce_layered_nav_filters-2 {
  margin-bottom: 3rem;
}

.woocommerce-shop div#woocommerce_layered_nav_filters-2 .widget-title h4 {
  color: var(--color1);
  font-size: 16px;
  margin-bottom: 1rem;
}

.woocommerce-shop .widget_layered_nav_filters li.chosen a:hover {
  color: var(--color1);
}

.woocommerce-shop .widget_layered_nav_filters li.chosen a {
    display: inline-flex;
    color: #000 !important;
    gap: 8px;
}

.woocommerce-shop .widget_layered_nav_filters li.chosen a::before {
  content: "\e910";
  font-family: 'icomoon';
  font-size: 10px;
  color: var(--danger);
}

.woocommerce-shop div#woocommerce_layered_nav_filters-2 {
  padding-block: 1rem !important;
  margin-bottom: 1.5rem ! IMPORTANT;
}



.product-attributes h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background-color: #F5F5F5;
  height: 4.5rem;
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: #6D1F60;
}

.product-attributes {
  box-shadow: 0px 0px 19px 0px #CFCFCF40;
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.product-attributes ul li:last-child {
  padding-bottom: 0;
}
.product-attributes ul li:not(:last-child) {
  border-bottom: 1px solid #6D29621A;
}

.product-attributes ul li .val {
  font-size: 14px;
  color: #A4A4A4;
}

.product-attributes ul li .lbl {
  color: #121212;
  font-size: 1rem;
}

.product-attributes ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
}

ul.tabs.wc-tabs span.scroll-top {
  transition: 500ms;
  cursor: pointer;
}

ul.tabs.wc-tabs span.scroll-top:hover {
  background-color: var(--color3);
  color: #fff;
}
/*.innerTabBtn .noArrowBtn{
        background-color: var(--color1) !important;

}*/
.innerTabBtn .noArrowBtn span{
    color: #fff;
}
.single-product .woocommerce-message a:hover{
  color: var(--color1) !important;
  border-bottom-color:var(--color1) ;
}
.single-product .woocommerce-message a {
    color: #222 !important;
    border-bottom: 1px solid #222;
}
.single-product .woocommerce-message{
  background-color: #d1e7dd;
  color: #222;
  display: flex;
  align-items: center;
  max-width: max-content;
  margin-inline: auto;
  padding: 1rem;
  justify-content: space-between;
  border-radius: 1rem;
  flex-direction: row;
  gap: 1rem;
}
.imageSidebarForBlog{
  display: flex;
  border-radius: 25px;
  overflow: hidden;
}
.imageSidebarForBlog img{
  transition: all .4s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageSidebarForBlog:hover img{
  transform: scale(1.01);
}
.mainBlogCard{
  margin-bottom: 50px;
}
.blogMainContentParent{
  margin-top: 30px;
}
.wishlist-remove{
  padding: 10px;
  border-radius: 100%;
  width: max-content;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: var(--color1);
}
.wishlist-remove i{
  color: #fff;
}
.wishlist-remove .wishlist-item{
  display: flex;
}
.wish-card{
  border-radius: 8px;
  position: relative;
  padding: 15px;
}
#message{
  background-color: #09ca35;
  text-align: center;
  border-radius: 4px;
}
#message *{
  color: #fff;
}
.innerAboutUsItems .innerTabBtn{
    justify-content: center;
}
.comment-awaiting-moderation{
  background-color: var(--color1);
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin: auto;
}

.bgMainForIntro{
  background: rgb(149, 0, 0);
  background: linear-gradient(180deg, rgba(149, 0, 0, 1) 0%, rgba(224, 0, 0, 1) 50%);
  height: auto !important ;
  padding: 3rem 0;
}
.productCart .woocommerce-error{
  text-align: center;
  border: 1px solid var(--color1);
  width: max-content;
  margin: auto;
  color: var(--color1);
  padding: 3px;
  border-radius: 10px;
  background-color: var(--color4);
}
#breadcrumbs{
  margin: 25px 0 ;
}
#breadcrumbs span , #breadcrumbs a{
  color: #A4A4A4;
  font-size: 16px;
}
#breadcrumbs a:hover{
  color: var(--color1);
}
#breadcrumbs .breadcrumb_last{
  color: var(--color1);
}
#breadcrumbs > span{
  display: flex;
  align-items: center;
  gap: 5px;
}
section:first-child{
  padding-top: 0;
}
.page-template-websima-products-compare .products-compare article{
    width: max-content;
    margin: auto;
    margin-bottom: 10px;
}
.page-template-websima-products-compare .select-products{
  border: none !important;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 60px white inset !important;
    background-color: #fff;
}
.websima-mega-menu .mega-menu .menu-item-has-children::after{
    display:none;
}
.websima-mega-menu .mega-menu > .sub-menu li > .sub-menu{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.websima-mega-menu .mega-menu > .sub-menu li.menu-item-has-children > span{
    display: flex;
    height: 40px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.search-results .load-more{
    margin-right: auto;
    margin-left: 0;
    cursor: pointer;
}
.titlePartForSearch{
    width: 100%;
    display: flex;
    justify-content: center;
}
.innerTabBtn .noArrowBtn{
    background-color: var(--color1);
}
.innerTabBtn .noArrowBtn:hover{
    background-color: var(--color3);
}
.innerTabBtn .noArrowBtn span{
    color: #fff;
}
@media (max-width:760px){
  .page-template-websima-products-compare .list-products{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    row-gap: 30px;
  }
  .bgMainForIntro{
    max-height: 450px !important;
  }
  .page-template-websima-products-compare .list-products .product{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page-template-websima-products-compare .list-products .product .swiper-slide{
    width: max-content;
    margin-bottom: 20px;
  }
  
  .post-type-archive-product .mainIntroPart,
  .tax-product_cat .mainIntroPart {
      height: 325px !important;
  }
}
.singleProductSidebar{
    position: sticky;
    top: 10px;
}
blockquote{
    padding-top: 80px !important;
}
blockquote svg{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.homeTabsParent .tab-item {
    padding-bottom:40px;
}


.websima-mega-menu > li.cat a{
    position: relative;
}
.websima-mega-menu > li.cat > a:after {
    position: absolute;
    content: '';
    background-color: red;
    left: -7px;
    width: 1px;
    height: 70%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sidebar-image {
    display: block;
    text-align: center;
}
.orderby-form {
    display: flex;
    align-items: center;
    gap:1.5rem;
    width: 100%;
}

.product-archive-header {
    margin: 20px 0;
}

.woocommerce-ordering .orderby-list button {
    all: unset;
    cursor: pointer;
    text-align: right;
    transition:0.3s;
}

.woocommerce-ordering .orderby-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.woocommerce-ordering .orderby-list button:hover {
    color: var(--color1);
}
.woocommerce-ordering .orderby-list button.selected {
    color: var(--color1);
    pointer-events: none
}
.woocommerce-ordering__title:after {
    content: ":";
    margin-right: 4px;
}
/**** 1200*******/
@media screen and (max-width: 1200px) {
    .cat-shop-wrap .product-category-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/**** 992*******/
@media screen and (max-width: 992px) {
    .cat-shop-wrap .product-category-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .orderby-form{
        gap:1rem
    }
    .woocommerce-ordering .orderby-list{
        gap:0.5rem
    }
    
    
}
/**** 768*******/
@media screen and (max-width: 768px) {
    .woocommerce-ordering__title:after{
        content:none;
    }
.woocommerce-ordering .orderby-list {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    border: 1px solid #E3E3E3;
    background: #fff;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    z-index: 4;
    padding: 10px 20px;
    max-height: 290px;
    overflow: auto;
    margin: 0 0 0 -1px;
    flex-direction: column;
    gap: 8px;
    left: 0;
}
.orderby-form:hover .orderby-list {
    visibility: visible;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.btn-sidebar {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 8px;
    border-left: 1px solid #E3E3E3;
}
.btn--shopsorting {
    height: 56px;
    align-items: center;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    justify-content: center;
}
.woocommerce-ordering__title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.orderby-form {
    justify-content: center;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    gap:0;
}
.product-archive-header {
    border: 1px solid #E3E3E3;
    border-right: 0;
    border-left: 0;
}
.btn-sidebar i.icon-arrow-down,
.woocommerce-ordering__title  i.icon-arrow-down{
    font-size:11px;
}

.post-type-archive-product #sidebar,
.tax-product_cat #sidebar {
    position: fixed;
    right: -300px;
    z-index: 99999;
    background: #fff;
    top: 0;
    bottom: 0;
    max-width: 300px;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    padding: 0 1rem;
    overflow: auto;
}
.post-type-archive-product #sidebar.active,
.tax-product_cat #sidebar.active {
    right: 0;
}
.archiveSidebar {
    z-index: 99999;
}
.post-type-archive-product .sidebar-close,
.tax-product_cat .sidebar-close {
    color: var(--color1);
    padding: 1rem 1rem 1rem 0;
    text-align: left;
    display: table;
    margin-right: auto;
}
}
/**** 576*******/
@media screen and (max-width: 576px) {
    .cat-shop-wrap{
        row-gap:0.5rem
    }  
   .cat-shop-wrap .product-category-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.wc_payment_method img{
    width:10%!important;
}