/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;transform:scale(1);transition:transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !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;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !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-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;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

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

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

.text-decoration-none {
  text-decoration: none !important;
}

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
/*----------------------------------------------------------
USAGE

@include make-container();

----------------------------------------------------------*/
/*----------------------------------------------------------
USAGE

@include pseudo
@include pseudo(param1,param2,param3);

----------------------------------------------------------*/
/*----------------------------------------------------------
USAGE

@include font-source($site_font, 16px, 300, 22px);

----------------------------------------------------------*/
/*-----------------------------------------
SLIDE
-----------------------------------------*/
/*-----------------------------------------
FADE
-----------------------------------------*/
/*-----------------------------------------
THRESHOLD
-----------------------------------------*/
[data-tessellate=fade-in] {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
[data-tessellate=fade-in].fade-in {
  opacity: 1;
}

@keyframes reverseIt {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 100%);
  }
  100% {
    opacity: 0;
    transform: translate(0px, 100%);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate(50%, 0px);
    opacity: 0;
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes drawInLeft {
  0% {
    width: 0x;
  }
  100% {
    width: calc(100% - 120px);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate(0px, 100%);
    opacity: 0;
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInDown {
  0% {
    transform: translate(0px, -100%);
    opacity: 0;
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes zindex {
  0% {
    z-index: 0;
  }
  99% {
    z-index: 0;
  }
  100% {
    z-index: 1;
  }
}
[data-tessellate=slide-in] {
  opacity: 0;
}
[data-tessellate=slide-in].slide-in {
  animation: slideInLeft 1.9s forwards;
}
[data-tessellate=slide-in][data-tessellate-direction=right].slide-in {
  animation: slideInRight 1.9s forwards;
}
[data-tessellate=slide-in][data-tessellate-direction=left].slide-in {
  animation: slideInLeft 1.9s forwards;
}
[data-tessellate=slide-in][data-tessellate-direction=down].slide-in {
  animation: slideInDown 1.9s forwards, zindex 1s forwards;
}
[data-tessellate=slide-in][data-tessellate-direction=up].slide-in {
  animation: slideInUp 1.9s forwards;
}

[data-tessellate=draw-in][data-tessellate-direction=left].draw-in {
  animation: drawInLeft 1.9s forwards;
}

.reverseAnimation {
  animation: reverseIt 1s forwards;
  opacity: 1;
}

/************ Normalize ************/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
}

code, kbd, pre, samp {
  font-size: 1em;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, input, select, textarea {
  max-width: 100%;
}

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

button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=datetime-local]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button, input[type=week]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button, input[type=month]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

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

optgroup {
  font-weight: bold;
}

ul {
  list-style: none;
  padding: 0;
}

mark {
  background: none;
}

/********** Accessibility **********/
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: Arial, Helvetica, sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/********** Media Queries **********/
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.frm_verify, .frm_hidden, .frm_screen_reader {
  display: none;
}

.frm_none_container .frm_primary_label {
  display: none;
}

#header {
  position: relative;
  padding: 15px 20px;
}
#header #top {
  display: none;
}
#header #logo {
  position: absolute;
  width: 90px;
  height: 90px;
  left: calc(50% - 45px);
  bottom: -30px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 13;
}
#header #logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#header #navigation {
  display: flex;
  justify-content: flex-end;
}
#header #navigation #menu-toggle {
  width: 40px;
  height: 40px;
  color: transparent;
  padding: 0 6px;
  overflow: hidden;
}
#header #navigation #menu-toggle span {
  width: 28px;
  height: 22px;
  position: relative;
  border-top: 2px solid #403a37;
  border-bottom: 2px solid #403a37;
  transition: border-color 0.25s;
  text-indent: -99px;
  display: block;
}
#header #navigation #menu-toggle span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #403a37;
  transition: transform 0.25s;
}
#header #navigation #menu-toggle span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #403a37;
  transition: transform 0.25s;
}
#header #navigation #menu-toggle.open span {
  border-color: transparent;
}
#header #navigation #menu-toggle.open span::before {
  transform: rotate(45deg);
}
#header #navigation #menu-toggle.open span::after {
  transform: rotate(-45deg);
}
#header #navigation nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #403a37;
  color: #fff;
  z-index: 12;
  padding: 30px 0 0;
  display: none;
}
#header #navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header #navigation ul li {
  margin: 5px 0 0;
}
#header #navigation ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  padding: 5px 20px;
}
#header #navigation ul li > ul {
  margin: 10px 0 0;
  padding: 10px 0;
  background: #2c2928;
  display: none;
}
#header #navigation ul li.menu-item-has-children.open > a, #header #navigation ul li.menu-item-has-children:hover > a {
  font-weight: 600;
  position: relative;
}
#header #navigation ul li.menu-item-has-children.open > a::after, #header #navigation ul li.menu-item-has-children:hover > a::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: #2c2928;
  transform: rotate(45deg);
}
#header #navigation ul li form {
  text-align: center;
  padding: 5px 0 0;
}
#header #navigation ul li form label {
  display: inline-block;
  color: transparent;
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: top;
  margin: 4px 5px 0 0;
}
#header #navigation ul li form label svg {
  height: 20px;
  width: auto;
}
#header #navigation ul li form label svg * {
  fill: #fff;
}
#header #navigation ul li form input {
  padding: 0;
  width: 70px;
  border-bottom: 1px solid #fff;
}
#header #navigation ul li form input::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#header #navigation ul li form input::placeholder {
  color: #fff;
  text-transform: uppercase;
}
#header #navigation ul li.shopnav > ul {
  padding: 20px 0 5px;
}
#header #navigation ul li.shopnav > ul li {
  margin: 0 auto;
  padding: 0 0 15px;
  max-width: 260px;
  position: relative;
}
#header #navigation ul li.shopnav > ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}
#header #navigation ul li.shopnav > ul li:last-of-type::before {
  display: none;
}
#header #navigation ul li.shopnav > ul li a {
  font-family: "nocturne-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
  text-align: left;
  position: relative;
  padding: 15px 0 15px 70px;
  height: 50px;
}
#header #navigation ul li.shopnav > ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-color: #fff;
  transform: translateY(-50%);
}
#header #navigation ul li.shopnav > ul li.icon-micro-cress a::before {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/micro-cress.svg);
}
#header #navigation ul li.shopnav > ul li.icon-edible-flowers a::before {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/edible-flowers.svg);
}
#header #navigation ul li.shopnav > ul li.icon-micro-baby-vegetables a::before {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/micro-baby-vegetables.svg);
}
#header #navigation ul li.shopnav > ul li.icon-dried-preserved a::before {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/dried-preserved.svg);
}
#header #navigation ul li.shopnav > ul li.icon-sea-vegetables a::before {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/sea-vegetables.svg);
}
#header #navigation ul li.shopnav > ul li.icon-herbs a::before {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/bunched-herbs.svg);
}
#header #navigation ul li.shopnav > ul li.icon-peas-shoots a::before {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/peas-shoots.svg);
}
#header #navigation ul li.shopnav > ul li.icon-edible-leaves a::before {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/edible-leaves.svg);
}
#header #navigation #user-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px 0 30px;
  margin: 20px 20px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
}
#header #navigation #user-nav svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 20px;
  margin: 2px 5px 0 0;
}
#header #navigation #user-nav svg * {
  fill: #fff;
}
#header #navigation #user-nav span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #388060;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  vertical-align: top;
  margin: 3px 0 0 2px;
  line-height: 18px;
  color: #fff;
}
#header #navigation #high-level-message {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px 0 30px;
  margin: 20px 20px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
}
#header #navigation #high-level-message .deliverymessage p {
  line-height: 12px;
}
#header #navigation #high-level-message svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 20px;
  margin: 2px 5px 0 0;
}
#header #navigation #high-level-message svg * {
  fill: #fff;
}

@media (min-width: 768px) {
  #header {
    padding: 30px 40px;
  }
  #header #logo {
    width: 125px;
    height: 125px;
    left: calc(50% - 62.5px);
    bottom: -30px;
    padding: 15px;
  }
  #header #navigation #menu-toggle {
    padding: 0;
  }
  #header #navigation #menu-toggle span {
    width: 40px;
    height: 30px;
  }
  #header #navigation nav {
    padding: 50px 0 0;
  }
  #header #navigation ul li {
    margin: 10px 0 0;
  }
  #header #navigation ul li a {
    font-size: 20px;
    padding: 5px 20px;
  }
  #header #navigation ul li > ul {
    margin: 10px 0 0;
    padding: 10px 0;
  }
  #header #navigation ul li form input {
    font-size: 20px;
    width: 78px;
  }
  #header #navigation ul li.shopnav > ul {
    padding: 30px 10% 5px;
    text-align: center;
  }
  #header #navigation ul li.shopnav > ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 30px;
    width: calc(25% - 0.25em);
    max-width: 160px;
  }
  #header #navigation ul li.shopnav > ul li::before {
    top: 37px;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  #header #navigation ul li.shopnav > ul li:nth-of-type(4)::before {
    display: none;
  }
  #header #navigation ul li.shopnav > ul li a {
    font-family: "nocturne-serif";
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 90px 15px 0;
    height: auto;
  }
  #header #navigation ul li.shopnav > ul li a::before {
    width: 75px;
    height: 75px;
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    transition: transform 0.25s ease-in-out;
  }
  #header #navigation ul li.shopnav > ul li a:hover::before {
    transform: translateX(-37.5px) scale(1.2);
    transform-origin: center center;
  }
  #header #navigation #user-nav {
    padding: 30px 20%;
    margin: 30px 0 0;
  }
  #header #navigation #high-level-message {
    padding: 30px 20%;
    margin: 30px 0 0;
  }
}
@media (min-width: 992px) {
  #header {
    padding: 70px 50px 0;
  }
  #header #navigation #menu-toggle {
    display: none;
  }
  #header #navigation nav {
    padding: 0;
    position: static;
    display: flex !important;
    justify-content: space-between;
    background: none;
  }
  #header #navigation ul {
    display: flex;
    width: 44%;
    margin: 0 -5px;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header #navigation ul li {
    margin: 0 5px;
  }
  #header #navigation ul li a {
    font-size: 18px;
    color: #2c2928;
    padding: 0 0 15px;
  }
  #header #navigation ul li > ul {
    margin: 0 -50px;
    padding: 10px 90px;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 100px);
    display: none;
    background: #403a37;
    z-index: 2;
  }
  #header #navigation ul li > ul li a {
    color: #fff;
  }
  #header #navigation ul li.menu-item-has-children.open > a::after, #header #navigation ul li.menu-item-has-children:hover > a::after {
    bottom: -15px;
    background: #403a37;
  }
  #header #navigation ul li.menu-item-has-children.open > ul, #header #navigation ul li.menu-item-has-children:hover > ul {
    display: block;
  }
  #header #navigation ul li form {
    padding: 0 0 15px;
  }
  #header #navigation ul li form label svg * {
    fill: #2c2928;
  }
  #header #navigation ul li form input {
    width: 70px;
    font-size: 18px;
    border-bottom: 1px solid #2c2928;
    color: #2c2928;
  }
  #header #navigation ul li form input::-moz-placeholder {
    color: #2c2928;
  }
  #header #navigation ul li form input::placeholder {
    color: #2c2928;
  }
  #header #navigation ul li.shopnav > ul {
    padding: 50px 90px 40px;
    text-align: center;
  }
  #header #navigation ul li.shopnav > ul li {
    padding: 0;
    width: calc(12.5% - 0.25em);
    max-width: 180px;
  }
  #header #navigation ul li.shopnav > ul li:nth-of-type(4)::before {
    display: block;
  }
  #header #navigation #user-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    color: #2c2928;
    margin: 0;
    padding: 10px 50px;
    justify-content: flex-end;
  }
  #header #navigation #user-nav > a {
    margin: 0 0 0 30px;
    order: 1;
  }
  #header #navigation #user-nav svg * {
    fill: #2c2928;
  }
  #header #navigation #high-level-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    color: #2c2928;
    margin: 0;
    padding: 10px 50px;
    justify-content: flex-start;
  }
  #header #navigation #high-level-message > a {
    margin: 0 0 0 30px;
    order: 1;
  }
  #header #navigation #high-level-message svg * {
    fill: #2c2928;
  }
}
@media (min-width: 1200px) {
  #header #navigation ul {
    width: 41%;
  }
}
#footer #image {
  width: 100%;
  height: 250px;
}
#footer #image img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer #menu {
  background: #403a37;
  position: relative;
  padding: 60px 0 0;
  font-size: 14px;
  color: #fff;
}
#footer #menu .logo {
  position: absolute;
  width: 90px;
  height: 90px;
  left: calc(50% - 45px);
  top: -30px;
  padding: 10px;
  border-radius: 50%;
  background: #403a37;
  z-index: 2;
}
#footer #menu .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#footer #menu .left {
  text-align: center;
  padding-bottom: 30px;
}
#footer #menu .left ul {
  margin: 0;
}
#footer #menu .right {
  padding-bottom: 30px;
  text-align: center;
}
#footer #menu .right a.contact {
  display: inline-block;
}
#footer #menu .right a.social {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  display: inline-block;
}
#footer #menu .right a.social svg {
  width: 100%;
  height: auto;
  display: block;
}
#footer #copyright {
  background: #403a37;
  color: #fff;
  font-size: 12px;
  padding: 0 20px 30px;
  text-align: center;
}

@media (min-width: 768px) {
  #footer #image {
    height: 300px;
  }
  #footer #menu {
    padding: 40px 0 0;
    font-size: 16px;
  }
  #footer #menu .logo {
    width: 125px;
    height: 125px;
    left: calc(50% - 62.5px);
    padding: 15px;
  }
  #footer #menu .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer #menu .left ul li {
    width: calc(50% - 75px);
    text-align: left;
  }
  #footer #menu .left ul li:nth-of-type(2n) {
    text-align: right;
  }
  #footer #copyright {
    font-size: 16px;
    padding: 0 40px 30px;
  }
}
@media (min-width: 992px) {
  #footer #image {
    height: 350px;
  }
  #footer #menu {
    padding: 90px 0 0;
  }
  #footer #menu .left {
    padding-bottom: 50px;
  }
  #footer #menu .left ul li {
    width: 50%;
    margin: 0 0 2px;
  }
  #footer #menu .left ul li:nth-of-type(2n) {
    text-align: left;
  }
  #footer #menu .right {
    padding-bottom: 50px;
    text-align: right;
  }
  #footer #menu .right ul {
    text-align: left;
  }
  #footer #menu .right ul li {
    margin: 0 0 2px;
  }
  #footer #menu .right a.social {
    margin: 0 0 0 20px;
  }
}
@keyframes circleRight {
  0% {
    transform: rotate(-135deg);
  }
  50%, 100% {
    transform: rotate(45deg);
  }
}
@keyframes circleLeft {
  0%, 50% {
    transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes lineDown {
  0% {
    width: 0px;
  }
  100% {
    width: 200px;
  }
}
#heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
}
#heading video {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#heading .banner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  background-color: #f6f5f5;
}
#heading .banner.narrow {
  height: 300px;
}
#heading .banner.narrow h1 {
  bottom: 35%;
}
#heading .banner h1 {
  position: absolute;
  bottom: 30%;
  left: 50%;
  width: 80%;
  max-width: 900px;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  transform: translateX(-50%);
}
#heading .banner h1.dark {
  color: #403a37;
}
#heading .lollipop {
  position: absolute;
  bottom: 20%;
  width: 100%;
  left: -10px;
  transform: translate(50%, 0);
}
#heading .lollipop .line {
  width: 0px;
  height: 2px;
  margin-left: 11px;
  margin-top: -1px;
  background: white;
  transform: rotate(90deg);
  transform-origin: top left;
  animation: lineDown 1s linear forwards;
  animation-delay: 1.1s;
}
#heading .lollipop .circle__box {
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  z-index: 10;
  position: relative;
  box-sizing: content-box;
}
#heading .lollipop .circle__box div {
  box-sizing: content-box;
}
#heading .lollipop .circle__box .circle__wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#heading .lollipop .circle__box .circle__wrapper.circle__wrapper--right {
  right: 0;
}
#heading .lollipop .circle__box .circle__wrapper.circle__wrapper--left {
  left: 0;
}
#heading .lollipop .circle__box .circle__whole {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(135deg);
}
#heading .lollipop .circle__box .circle__whole.circle__right {
  border-top: 2px solid white;
  border-right: 2px solid white;
  right: 0px;
  animation: circleRight 1s linear forwards;
}
#heading .lollipop .circle__box .circle__whole.circle__left {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  left: 0px;
  animation: circleLeft 1s linear forwards;
}

#wc {
  padding: 30px 0;
}
#wc h1 {
  font-size: 35px;
  margin: 0 0 30px;
  line-height: 45px;
  font-weight: 500;
  position: relative;
}
#wc h1 .secure {
  display: none;
}

@media (min-width: 768px) {
  #heading .banner {
    height: 580px;
  }
  #heading .banner.narrow {
    height: 320px;
  }
  #wc {
    padding: 40px 0;
  }
  #wc h1 {
    font-size: 41px;
    margin: 0 0 30px;
    line-height: 51px;
  }
  #wc h1 .secure {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 150px;
    height: 25px;
    background-image: url(/wp-content/themes/tessellate/assets/images/svg/padlock.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  #heading .banner {
    height: 500px;
  }
  #heading .banner.narrow {
    height: 320px;
  }
  #wc {
    padding: 60px 0;
  }
  #wc h1 {
    font-size: 45px;
    margin: 0 0 40px;
    line-height: 55px;
  }
  #wc h1 .secure {
    width: 180px;
    height: 30px;
  }
}
section.block {
  padding: 30px 0;
}

@media (min-width: 768px) {
  section.block {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  section.block {
    padding: 60px 0;
  }
}
#blocks .block-testimonial .row {
  margin: 0;
}
#blocks .block-testimonial .slideshow {
  position: relative;
}
#blocks .block-testimonial .quote-col {
  padding: 0;
}
#blocks .block-testimonial .quote-col .quote {
  background: #f6f5f5;
  padding: 80px 20px 20px;
  position: relative;
}
#blocks .block-testimonial .quote-col .quote .open-quote {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #403a37;
  color: #fff;
  padding: 17px 12px;
}
#blocks .block-testimonial .quote-col .quote .open-quote svg {
  width: 100%;
  height: auto;
  display: block;
}
#blocks .block-testimonial .quote-col .quote .close-quote {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 17px 12px;
}
#blocks .block-testimonial .quote-col .quote .close-quote svg {
  width: 100%;
  height: auto;
  display: block;
}
#blocks .block-testimonial .quote-col .quote p {
  font-family: "nocturne-serif";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 20px;
}
#blocks .block-testimonial .quote-col .quote small {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
#blocks .block-testimonial .image-col {
  padding: 0;
  width: calc(100% - 120px);
}
#blocks .block-testimonial .image-col .image {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
}
#blocks .block-testimonial .portrait-col {
  position: relative;
  padding: 0;
  width: 120px;
}
#blocks .block-testimonial .portrait-col .portrait {
  height: calc(100% - 60px);
  width: 100%;
  background-size: cover;
  background-position: center;
}
#blocks .block-testimonial .navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
}
#blocks .block-testimonial .navigation .swiper-button-prev {
  width: 50%;
  height: 60px;
  background: #adcc51;
  color: #fff;
  position: static;
  margin: 0;
}
#blocks .block-testimonial .navigation .swiper-button-prev:hover {
  background: #7eae57;
}
#blocks .block-testimonial .navigation .swiper-button-prev::after {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
#blocks .block-testimonial .navigation .swiper-button-next {
  width: 50%;
  height: 60px;
  background: #388060;
  color: #fff;
  position: static;
  margin: 0;
}
#blocks .block-testimonial .navigation .swiper-button-next:hover {
  background: #307053;
}
#blocks .block-testimonial .navigation .swiper-button-next::after {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #blocks .block-testimonial .quote-col {
    width: calc(100% - 200px);
  }
  #blocks .block-testimonial .quote-col .quote {
    padding: 130px 30px 30px;
    height: calc(100% + 100px);
    margin: 0 0 -100px;
  }
  #blocks .block-testimonial .quote-col .quote .open-quote {
    width: 100px;
    height: 100px;
    padding: 30px 25px;
  }
  #blocks .block-testimonial .quote-col .quote .close-quote {
    width: 100px;
    height: 100px;
    padding: 30px 25px;
  }
  #blocks .block-testimonial .quote-col .quote p {
    font-family: "nocturne-serif";
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 30px;
  }
  #blocks .block-testimonial .quote-col .quote small {
    font-size: 16px;
  }
  #blocks .block-testimonial .image-col {
    width: calc(100% - 100px);
    order: 1;
    margin: 0 0 0 100px;
  }
  #blocks .block-testimonial .image-col .image {
    padding-bottom: 60%;
  }
  #blocks .block-testimonial .portrait-col {
    width: 200px;
  }
  #blocks .block-testimonial .portrait-col .portrait {
    height: auto;
    padding-bottom: 140%;
    margin: 100px 0 0;
  }
  #blocks .block-testimonial .navigation {
    bottom: auto;
    top: 0;
    width: 200px;
  }
  #blocks .block-testimonial .navigation .swiper-button-prev {
    height: 100px;
  }
  #blocks .block-testimonial .navigation .swiper-button-prev::after {
    font-size: 34px;
  }
  #blocks .block-testimonial .navigation .swiper-button-next {
    height: 100px;
  }
  #blocks .block-testimonial .navigation .swiper-button-next::after {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  #blocks .block-testimonial .quote-col {
    width: calc(50% - 120px);
    order: 1;
  }
  #blocks .block-testimonial .quote-col .quote {
    padding: 40px;
    height: calc(100% - 120px);
    margin: 0 0 120px;
  }
  #blocks .block-testimonial .quote-col .quote .open-quote {
    width: 120px;
    height: 120px;
    padding: 36px 30px;
    left: -120px;
  }
  #blocks .block-testimonial .quote-col .quote .close-quote {
    width: 120px;
    height: 120px;
    padding: 36px 30px;
  }
  #blocks .block-testimonial .quote-col .quote p {
    font-family: "nocturne-serif";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 40px;
  }
  #blocks .block-testimonial .image-col {
    width: calc(50% + 120px);
    order: 0;
    margin: 120px -240px 0 0;
  }
  #blocks .block-testimonial .image-col .image {
    padding-bottom: 75%;
    height: 100%;
    max-height: 550px;
  }
  #blocks .block-testimonial .portrait-col {
    width: 240px;
    order: 2;
  }
  #blocks .block-testimonial .portrait-col .portrait {
    height: calc(100% - 240px);
    padding-bottom: 100%;
    margin: 0;
  }
  #blocks .block-testimonial .navigation {
    bottom: 120px;
    top: auto;
    width: 240px;
  }
  #blocks .block-testimonial .navigation .swiper-button-prev {
    height: 120px;
  }
  #blocks .block-testimonial .navigation .swiper-button-prev::after {
    font-size: 34px;
  }
  #blocks .block-testimonial .navigation .swiper-button-next {
    height: 120px;
  }
  #blocks .block-testimonial .navigation .swiper-button-next::after {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  #blocks .block-testimonial .image-col .image {
    padding-bottom: 65%;
  }
}
#blocks .block-gold_line_break .lineBreak {
  width: 100%;
  position: relative;
  height: 16px;
  display: flex;
  align-items: center;
}
#blocks .block-gold_line_break .lineBreak .goldBar {
  width: 100%;
  height: 2px;
  background: #c9b06f;
}
#blocks .block-gold_line_break .lineBreak .circle {
  background: white;
  position: absolute;
  top: 0;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: solid 2px #c9b06f;
}
#blocks .block-icons {
  color: #fff;
  background: #403a37;
}
#blocks .block-icons h3 {
  font-family: "nocturne-serif-lights";
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 20px;
  text-align: center;
}
#blocks .block-icons ul {
  padding: 10px 16% 0;
  margin-bottom: 0;
}
#blocks .block-icons ul li {
  margin: 0 auto;
  padding: 0 0 15px;
  max-width: 260px;
  position: relative;
}
#blocks .block-icons ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 1px;
  height: 100%;
  background: #706c69;
}
#blocks .block-icons ul li:last-of-type::before {
  display: none;
}
#blocks .block-icons ul li a {
  font-family: "nocturne-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
  text-align: left;
  position: relative;
  padding: 15px 0 15px 70px;
  height: 50px;
  display: block;
}
#blocks .block-icons ul li a span {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-color: #fff;
  transform: translateY(-50%);
}
#blocks .block-icons ul li a span.icon-micro-cress {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/micro-cress.svg);
}
#blocks .block-icons ul li a span.icon-edible-flowers {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/edible-flowers.svg);
}
#blocks .block-icons ul li a span.icon-micro-baby-vegetables {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/micro-baby-vegetables.svg);
}
#blocks .block-icons ul li a span.icon-dried-preserved {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/dried-preserved.svg);
}
#blocks .block-icons ul li a span.icon-sea-vegetables {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/sea-vegetables.svg);
}
#blocks .block-icons ul li a span.icon-herbs {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/bunched-herbs.svg);
}
#blocks .block-icons ul li a span.icon-peas-shoots {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/peas-shoots.svg);
}
#blocks .block-icons ul li a span.icon-edible-leaves {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/edible-leaves.svg);
}
@media (min-width: 768px) {
  #blocks .block-icons h3 {
    font-family: "nocturne-serif-lights";
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    margin: 0 0 30px;
  }
  #blocks .block-icons ul {
    padding: 10px 10% 0;
  }
  #blocks .block-icons ul li {
    padding: 0 0 30px;
    width: calc(25% - 0.25em);
    max-width: 160px;
  }
  #blocks .block-icons ul li::before {
    top: 37px;
    left: 50%;
    width: 105%;
    height: 2px;
  }
  #blocks .block-icons ul li:nth-of-type(4)::before {
    display: none;
  }
  #blocks .block-icons ul li a {
    font-family: "nocturne-serif";
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 90px 15px 0;
    height: auto;
  }
  #blocks .block-icons ul li a span {
    width: 75px;
    height: 75px;
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    transition: transform 0.25s ease-in-out;
  }
  #blocks .block-icons ul li a span:hover {
    transform: translateX(-37.5px) scale(1.2);
    transform-origin: center center;
  }
}
@media (min-width: 992px) {
  #blocks .block-icons h3 {
    font-family: "nocturne-serif-lights";
    font-size: 35px;
    font-weight: 300;
    line-height: 42px;
  }
  #blocks .block-icons ul {
    padding: 10px 0 0;
  }
  #blocks .block-icons ul li {
    padding: 0;
    width: calc(12.5% - 0.25em);
    max-width: 180px;
  }
  #blocks .block-icons ul li:nth-of-type(4)::before {
    display: block;
  }
}
#blocks .block-salses_points .row {
  margin-bottom: -20px;
}
#blocks .block-salses_points .col {
  margin: 0 auto;
}
#blocks .block-salses_points .col .sp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
#blocks .block-salses_points .col .sp .icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
#blocks .block-salses_points .col .sp .icon img {
  width: 100%;
}
#blocks .block-salses_points .col .sp .text {
  color: #2c2928;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 210px;
  font-family: "nocturne-serif";
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
#blocks .block-salses_points .col .sp .text p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #blocks .block-salses_points .row {
    margin-bottom: -40px;
  }
  #blocks .block-salses_points .col .sp {
    margin: 0 0 40px;
  }
  #blocks .block-salses_points .col .sp .icon {
    width: 70px;
    height: 70px;
    margin-right: 25px;
  }
  #blocks .block-salses_points .col .sp .text {
    font-family: "nocturne-serif";
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
}
#blocks .block-text_and_image_on_background {
  padding: 0;
  background: #403a37;
  color: #fff;
}
#blocks .block-text_and_image_on_background .content {
  padding: 30px 20px;
}
#blocks .block-text_and_image_on_background .image {
  position: relative;
  height: 250px;
}
#blocks .block-text_and_image_on_background .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #blocks .block-text_and_image_on_background .content {
    padding: 40px;
  }
  #blocks .block-text_and_image_on_background .image {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #blocks .block-text_and_image_on_background .content {
    padding: 60px 50px;
  }
  #blocks .block-text_and_image_on_background .image {
    height: 100%;
    min-height: 450px;
  }
}
#blocks .block-call_to_action {
  text-align: center;
}
#blocks .block-call_to_action h3 {
  margin: 0 0 20px;
}
#blocks .block-call_to_action .contact {
  margin: 20px 0 0;
}
#blocks .block-call_to_action .contact span {
  display: none;
}
#blocks .block-call_to_action .contact a {
  display: block;
  margin: 10px 0 0;
  font-family: nocturne-serif, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 768px) {
  #blocks .block-call_to_action .contact {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
  }
  #blocks .block-call_to_action .contact span {
    display: inline;
    height: 22px;
    width: 2px;
    background: #2c2928;
  }
  #blocks .block-call_to_action .contact a {
    font-family: nocturne-serif, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    margin: 0;
  }
  #blocks .block-call_to_action .contact a:first-child {
    margin-right: 20px;
  }
  #blocks .block-call_to_action .contact a:last-child {
    margin-left: 20px;
  }
}
#blocks .block-latest_news .navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
#blocks .block-latest_news .navigation .swiper-button-prev,
#blocks .block-latest_news .navigation .swiper-button-next {
  padding: 0;
  position: static;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
#blocks .block-latest_news .navigation .swiper-button-prev:hover,
#blocks .block-latest_news .navigation .swiper-button-next:hover {
  transform: scale(1.25);
}
#blocks .block-latest_news .navigation .swiper-button-prev::after,
#blocks .block-latest_news .navigation .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
  color: #2c2928;
}
#blocks .block-latest_news h3 {
  margin: 0;
}
#blocks .block-latest_news .slideshow {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0;
}
#blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 20px;
}
#blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide p {
  text-transform: uppercase;
  margin: 0 0 15px;
  transition: opacity 0.25s;
}
#blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide h4 {
  font-family: nocturne-serif, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 15px;
  transition: opacity 0.25s;
}
#blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide .line {
  margin: 0 0 15px;
  height: 2px;
  width: 70px;
  transition: opacity 0.25s;
}
#blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide a {
  transition: opacity 0.25s;
}
@media (min-width: 768px) {
  #blocks .block-latest_news .slideshow {
    margin: 30px 0 0;
  }
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide h4 {
    font-family: nocturne-serif, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  #blocks .block-latest_news .slideshow {
    margin-right: -150px;
  }
  #blocks .block-latest_news .slideshow .navigation {
    right: 150px;
  }
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide img.mediumimage {
    height: 300px;
  }
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide h4 {
    font-family: nocturne-serif, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    opacity: 0;
  }
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide p,
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide .line,
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide a {
    opacity: 0;
  }
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide.swiper-slide-next p,
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide.swiper-slide-next h4,
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide.swiper-slide-next .line,
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide.swiper-slide-next a, #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide.swiper-slide-active p,
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide.swiper-slide-active h4,
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide.swiper-slide-active .line,
  #blocks .block-latest_news .slideshow .swiper-wrapper .swiper-slide.swiper-slide-active a {
    opacity: 1;
  }
}
#blocks .block-intro_and_text {
  padding: 0;
}
#blocks .block-intro_and_text .bg-brown {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #blocks .block-intro_and_text {
    padding: 0;
  }
  #blocks .block-intro_and_text .bg-brown {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  #blocks .block-intro_and_text {
    padding: 0;
  }
  #blocks .block-intro_and_text .bg-brown {
    padding: 60px 0;
  }
}
#blocks .block-contact_list .row {
  margin-top: -30px;
}
#blocks .block-contact_list .col-12 {
  margin-top: 30px;
}
#blocks .block-contact_list .line {
  margin: 0 0 15px;
  height: 2px;
  width: 70px;
}
#blocks .block-contact_list a {
  display: block;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  #blocks .block-contact_list .row {
    margin-top: -40px;
  }
  #blocks .block-contact_list .col-12 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  #blocks .block-contact_list .row {
    margin-top: -60px;
  }
  #blocks .block-contact_list .col-12 {
    margin-top: 60px;
  }
}
#blocks .block-contact_form {
  padding: 0;
}
#blocks .block-contact_form .bg-lightgrey {
  padding: 30px 0;
}
#blocks .block-contact_form ul {
  font-family: nocturne-serif, serif;
  font-weight: 600;
  list-style: none;
  padding-left: 30px;
  margin: 0 0 30px;
}
#blocks .block-contact_form ul li {
  margin: 0 0 15px;
}
#blocks .block-contact_form ul li::before {
  content: "•";
  color: #73af5b;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  font-size: 1.5em;
  line-height: 1em;
  vertical-align: top;
}
#blocks .block-contact_form a.social {
  display: inline-block;
  margin: 0 15px 30px 0;
}
#blocks .block-contact_form a.social svg * {
  fill: #403a37;
}
#blocks .block-contact_form form label {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 5px;
  display: block;
}
#blocks .block-contact_form form input[type=email], #blocks .block-contact_form form input[type=text], #blocks .block-contact_form form textarea, #blocks .block-contact_form form select {
  padding: 10px 15px;
  background: #fff;
  width: 100%;
  margin: 0 0 10px;
}
#blocks .block-contact_form form .frm_error {
  font-size: 12px;
  color: #EF3F59;
  margin: -10px 0 10px;
}
#blocks .block-contact_form form .frm_error_style {
  display: none;
}
#blocks .block-contact_form form .frm_submit {
  text-align: right;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  #blocks .block-contact_form {
    padding: 0;
  }
  #blocks .block-contact_form .bg-lightgrey {
    padding: 40px 0;
  }
  #blocks .block-contact_form ul {
    margin: 30px 0;
  }
  #blocks .block-contact_form a.social {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 992px) {
  #blocks .block-contact_form {
    padding: 0;
  }
  #blocks .block-contact_form .bg-lightgrey {
    padding: 60px 0;
  }
}
#blocks .block-video .image-col .image {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
}
#blocks .block-video .image-col .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #388060;
  color: transparent;
  overflow: hidden;
}
#blocks .block-video .image-col .image span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
  max-width: 35px;
}
#blocks .block-video .text-col .bg-lightgrey {
  padding: 20px 20px 1px;
}
@media (min-width: 768px) {
  #blocks .block-video .image-col {
    width: calc(100% - 100px);
    margin-left: 100px;
    position: relative;
    z-index: 1;
  }
  #blocks .block-video .image-col .image span {
    width: 100px;
    height: 100px;
  }
  #blocks .block-video .text-col {
    width: calc(100% - 100px);
    margin-top: -100px;
  }
  #blocks .block-video .text-col .bg-lightgrey {
    padding: 140px 40px 20px;
  }
}
@media (min-width: 992px) {
  #blocks .block-video .row {
    align-items: stretch;
  }
  #blocks .block-video .image-col {
    order: 1;
    width: 50%;
    margin-left: 0;
    margin-bottom: 120px;
  }
  #blocks .block-video .image-col .image {
    height: 100%;
    max-height: 450px;
  }
  #blocks .block-video .image-col .image span {
    width: 120px;
    height: 120px;
  }
  #blocks .block-video .text-col {
    width: calc(50% + 120px);
    margin-top: 120px;
    margin-right: -120px;
  }
  #blocks .block-video .text-col .bg-lightgrey {
    height: 100%;
    padding: 50px 170px 50px 50px;
  }
}
#blocks .block-single_testimonial .row {
  margin: 0;
}
#blocks .block-single_testimonial .quote-col {
  padding: 0;
}
#blocks .block-single_testimonial .quote-col .quote {
  background: #f6f5f5;
  padding: 20px;
  position: relative;
}
#blocks .block-single_testimonial .quote-col .quote .open-quote {
  position: absolute;
  top: -60px;
  left: 0;
  width: 60px;
  height: 60px;
  background: #af0208;
  color: #fff;
  padding: 17px 12px;
}
#blocks .block-single_testimonial .quote-col .quote .open-quote svg {
  width: 100%;
  height: auto;
  display: block;
}
#blocks .block-single_testimonial .quote-col .quote .close-quote {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 17px 12px;
}
#blocks .block-single_testimonial .quote-col .quote .close-quote svg {
  width: 100%;
  height: auto;
  display: block;
}
#blocks .block-single_testimonial .quote-col .quote p {
  font-family: "nocturne-serif";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 20px;
}
#blocks .block-single_testimonial .quote-col .quote small {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
#blocks .block-single_testimonial .quote-col .image {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
}
#blocks .block-single_testimonial .image-col {
  position: relative;
  padding: 0;
}
#blocks .block-single_testimonial .image-col .image {
  padding-bottom: 75%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  #blocks .block-single_testimonial .row {
    align-items: stretch;
  }
  #blocks .block-single_testimonial .quote-col .quote {
    padding: 30px;
  }
  #blocks .block-single_testimonial .quote-col .quote .open-quote {
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    padding: 30px 25px;
  }
  #blocks .block-single_testimonial .quote-col .quote .close-quote {
    width: 100px;
    height: 100px;
    padding: 30px 25px;
  }
  #blocks .block-single_testimonial .quote-col .quote p {
    font-family: "nocturne-serif";
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 30px;
  }
  #blocks .block-single_testimonial .quote-col .quote small {
    font-size: 16px;
  }
  #blocks .block-single_testimonial .quote-col .image {
    padding-bottom: 0;
    height: 200px;
  }
  #blocks .block-single_testimonial .image-col {
    padding-top: 200px;
  }
  #blocks .block-single_testimonial .image-col .image {
    height: 100%;
  }
}
@media (min-width: 992px) {
  #blocks .block-single_testimonial .quote-col .quote {
    padding: 40px;
    width: 75%;
  }
  #blocks .block-single_testimonial .quote-col .quote .open-quote {
    top: -120px;
    width: 120px;
    height: 120px;
    padding: 36px 30px;
    left: -120px;
  }
  #blocks .block-single_testimonial .quote-col .quote .close-quote {
    width: 120px;
    height: 120px;
    padding: 36px 30px;
  }
  #blocks .block-single_testimonial .quote-col .quote p {
    font-family: "nocturne-serif";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 40px;
  }
  #blocks .block-single_testimonial .quote-col .image {
    height: 420px;
    margin-bottom: -120px;
  }
  #blocks .block-single_testimonial .image-col {
    padding-top: 300px;
  }
  #blocks .block-single_testimonial .image-col .image {
    padding-bottom: 60%;
  }
}
#blocks .block-image_and_icon_carousel .slideshow {
  position: relative;
}
#blocks .block-image_and_icon_carousel .slideshow .image-col .image {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
}
#blocks .block-image_and_icon_carousel .slideshow .text-col .bg-lightgrey {
  padding: 20px 20px 1px;
}
#blocks .block-image_and_icon_carousel .slideshow .text-col .bg-lightgrey img {
  width: 55px;
  height: auto;
  display: inline-block;
  margin: 0 20px 15px 0;
  vertical-align: middle;
}
#blocks .block-image_and_icon_carousel .slideshow .text-col .bg-lightgrey h4 {
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: middle;
}
#blocks .block-image_and_icon_carousel .slideshow .navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
}
#blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-prev {
  width: 50%;
  height: 60px;
  background: #adcc51;
  color: #fff;
  position: static;
  margin: 0;
}
#blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-prev:hover {
  background: #7eae57;
}
#blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-prev::after {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
#blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-next {
  width: 50%;
  height: 60px;
  background: #388060;
  color: #fff;
  position: static;
  margin: 0;
}
#blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-next:hover {
  background: #307053;
}
#blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-next::after {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #blocks .block-image_and_icon_carousel .slideshow .image-col {
    width: calc(100% - 100px);
    margin-left: 100px;
    position: relative;
    z-index: 1;
  }
  #blocks .block-image_and_icon_carousel .slideshow .text-col {
    width: calc(100% - 100px);
    margin-bottom: -100px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .text-col .bg-lightgrey {
    padding: 40px 40px 120px;
    position: relative;
  }
  #blocks .block-image_and_icon_carousel .slideshow .text-col .bg-lightgrey img {
    width: 80px;
    position: absolute;
    top: 40px;
    left: 40px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .text-col .bg-lightgrey h4,
  #blocks .block-image_and_icon_carousel .slideshow .text-col .bg-lightgrey p {
    padding-left: 110px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation {
    right: auto;
    left: 100px;
    width: 200px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-prev {
    height: 100px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-prev::after {
    font-size: 34px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-next {
    height: 100px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-next::after {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  #blocks .block-image_and_icon_carousel .slideshow h3 {
    position: absolute;
    top: 0;
    left: 0;
  }
  #blocks .block-image_and_icon_carousel .slideshow .row {
    align-items: stretch;
  }
  #blocks .block-image_and_icon_carousel .slideshow .image-col {
    order: 1;
    width: 50%;
    margin-left: 0;
    margin-bottom: 120px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .image-col .image {
    height: 100%;
    max-height: 450px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .text-col {
    width: calc(50% + 120px);
    margin-top: 120px;
    margin-right: -120px;
    margin-bottom: 0;
  }
  #blocks .block-image_and_icon_carousel .slideshow .text-col .bg-lightgrey {
    height: 100%;
    padding: 40px 160px 40px 40px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation {
    bottom: auto;
    top: 0;
    width: 240px;
    left: 50%;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-prev {
    height: 120px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-prev::after {
    font-size: 34px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-next {
    height: 120px;
  }
  #blocks .block-image_and_icon_carousel .slideshow .navigation .swiper-button-next::after {
    font-size: 34px;
  }
}
#blocks .block-post_text,
#blocks .block-post_text_and_small_image,
#blocks .block-post_text_and_wide_image,
#blocks .block-post_testimonial,
#blocks .block-post_bullet_point_list,
#blocks .block-post_numbered_list {
  padding-top: 0;
}
#blocks .block-post_text img,
#blocks .block-post_text_and_small_image img,
#blocks .block-post_text_and_wide_image img,
#blocks .block-post_testimonial img,
#blocks .block-post_bullet_point_list img,
#blocks .block-post_numbered_list img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 20px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#blocks .block-post_text small,
#blocks .block-post_text_and_small_image small,
#blocks .block-post_text_and_wide_image small,
#blocks .block-post_testimonial small,
#blocks .block-post_bullet_point_list small,
#blocks .block-post_numbered_list small {
  font-style: italic;
  font-size: 16px;
  display: block;
  margin: -10px 0 20px;
}
#blocks .block-post_text .left-border,
#blocks .block-post_text_and_small_image .left-border,
#blocks .block-post_text_and_wide_image .left-border,
#blocks .block-post_testimonial .left-border,
#blocks .block-post_bullet_point_list .left-border,
#blocks .block-post_numbered_list .left-border {
  padding-left: 20px;
  border-left: 1px solid #c9c6c5;
}
#blocks .block-post_text p:last-child, #blocks .block-post_text ul:last-child, #blocks .block-post_text ol:last-child,
#blocks .block-post_text_and_small_image p:last-child,
#blocks .block-post_text_and_small_image ul:last-child,
#blocks .block-post_text_and_small_image ol:last-child,
#blocks .block-post_text_and_wide_image p:last-child,
#blocks .block-post_text_and_wide_image ul:last-child,
#blocks .block-post_text_and_wide_image ol:last-child,
#blocks .block-post_testimonial p:last-child,
#blocks .block-post_testimonial ul:last-child,
#blocks .block-post_testimonial ol:last-child,
#blocks .block-post_bullet_point_list p:last-child,
#blocks .block-post_bullet_point_list ul:last-child,
#blocks .block-post_bullet_point_list ol:last-child,
#blocks .block-post_numbered_list p:last-child,
#blocks .block-post_numbered_list ul:last-child,
#blocks .block-post_numbered_list ol:last-child {
  margin-bottom: 0;
}
#blocks .block-post_text p.quote, #blocks .block-post_text ul.quote, #blocks .block-post_text ol.quote,
#blocks .block-post_text_and_small_image p.quote,
#blocks .block-post_text_and_small_image ul.quote,
#blocks .block-post_text_and_small_image ol.quote,
#blocks .block-post_text_and_wide_image p.quote,
#blocks .block-post_text_and_wide_image ul.quote,
#blocks .block-post_text_and_wide_image ol.quote,
#blocks .block-post_testimonial p.quote,
#blocks .block-post_testimonial ul.quote,
#blocks .block-post_testimonial ol.quote,
#blocks .block-post_bullet_point_list p.quote,
#blocks .block-post_bullet_point_list ul.quote,
#blocks .block-post_bullet_point_list ol.quote,
#blocks .block-post_numbered_list p.quote,
#blocks .block-post_numbered_list ul.quote,
#blocks .block-post_numbered_list ol.quote {
  font-family: nocturne-serif, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  padding: 50px 0;
  text-align: center;
  margin: 0;
}
#blocks .block-post_text p.quote .open-quote, #blocks .block-post_text ul.quote .open-quote, #blocks .block-post_text ol.quote .open-quote,
#blocks .block-post_text_and_small_image p.quote .open-quote,
#blocks .block-post_text_and_small_image ul.quote .open-quote,
#blocks .block-post_text_and_small_image ol.quote .open-quote,
#blocks .block-post_text_and_wide_image p.quote .open-quote,
#blocks .block-post_text_and_wide_image ul.quote .open-quote,
#blocks .block-post_text_and_wide_image ol.quote .open-quote,
#blocks .block-post_testimonial p.quote .open-quote,
#blocks .block-post_testimonial ul.quote .open-quote,
#blocks .block-post_testimonial ol.quote .open-quote,
#blocks .block-post_bullet_point_list p.quote .open-quote,
#blocks .block-post_bullet_point_list ul.quote .open-quote,
#blocks .block-post_bullet_point_list ol.quote .open-quote,
#blocks .block-post_numbered_list p.quote .open-quote,
#blocks .block-post_numbered_list ul.quote .open-quote,
#blocks .block-post_numbered_list ol.quote .open-quote {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: auto;
  display: block;
}
#blocks .block-post_text p.quote .open-quote svg, #blocks .block-post_text ul.quote .open-quote svg, #blocks .block-post_text ol.quote .open-quote svg,
#blocks .block-post_text_and_small_image p.quote .open-quote svg,
#blocks .block-post_text_and_small_image ul.quote .open-quote svg,
#blocks .block-post_text_and_small_image ol.quote .open-quote svg,
#blocks .block-post_text_and_wide_image p.quote .open-quote svg,
#blocks .block-post_text_and_wide_image ul.quote .open-quote svg,
#blocks .block-post_text_and_wide_image ol.quote .open-quote svg,
#blocks .block-post_testimonial p.quote .open-quote svg,
#blocks .block-post_testimonial ul.quote .open-quote svg,
#blocks .block-post_testimonial ol.quote .open-quote svg,
#blocks .block-post_bullet_point_list p.quote .open-quote svg,
#blocks .block-post_bullet_point_list ul.quote .open-quote svg,
#blocks .block-post_bullet_point_list ol.quote .open-quote svg,
#blocks .block-post_numbered_list p.quote .open-quote svg,
#blocks .block-post_numbered_list ul.quote .open-quote svg,
#blocks .block-post_numbered_list ol.quote .open-quote svg {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#blocks .block-post_text p.quote .open-quote *, #blocks .block-post_text ul.quote .open-quote *, #blocks .block-post_text ol.quote .open-quote *,
#blocks .block-post_text_and_small_image p.quote .open-quote *,
#blocks .block-post_text_and_small_image ul.quote .open-quote *,
#blocks .block-post_text_and_small_image ol.quote .open-quote *,
#blocks .block-post_text_and_wide_image p.quote .open-quote *,
#blocks .block-post_text_and_wide_image ul.quote .open-quote *,
#blocks .block-post_text_and_wide_image ol.quote .open-quote *,
#blocks .block-post_testimonial p.quote .open-quote *,
#blocks .block-post_testimonial ul.quote .open-quote *,
#blocks .block-post_testimonial ol.quote .open-quote *,
#blocks .block-post_bullet_point_list p.quote .open-quote *,
#blocks .block-post_bullet_point_list ul.quote .open-quote *,
#blocks .block-post_bullet_point_list ol.quote .open-quote *,
#blocks .block-post_numbered_list p.quote .open-quote *,
#blocks .block-post_numbered_list ul.quote .open-quote *,
#blocks .block-post_numbered_list ol.quote .open-quote * {
  fill: var(--post-theme-colour);
}
#blocks .block-post_text p.quote .close-quote, #blocks .block-post_text ul.quote .close-quote, #blocks .block-post_text ol.quote .close-quote,
#blocks .block-post_text_and_small_image p.quote .close-quote,
#blocks .block-post_text_and_small_image ul.quote .close-quote,
#blocks .block-post_text_and_small_image ol.quote .close-quote,
#blocks .block-post_text_and_wide_image p.quote .close-quote,
#blocks .block-post_text_and_wide_image ul.quote .close-quote,
#blocks .block-post_text_and_wide_image ol.quote .close-quote,
#blocks .block-post_testimonial p.quote .close-quote,
#blocks .block-post_testimonial ul.quote .close-quote,
#blocks .block-post_testimonial ol.quote .close-quote,
#blocks .block-post_bullet_point_list p.quote .close-quote,
#blocks .block-post_bullet_point_list ul.quote .close-quote,
#blocks .block-post_bullet_point_list ol.quote .close-quote,
#blocks .block-post_numbered_list p.quote .close-quote,
#blocks .block-post_numbered_list ul.quote .close-quote,
#blocks .block-post_numbered_list ol.quote .close-quote {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  height: 30px;
  width: auto;
  display: block;
}
#blocks .block-post_text p.quote .close-quote svg, #blocks .block-post_text ul.quote .close-quote svg, #blocks .block-post_text ol.quote .close-quote svg,
#blocks .block-post_text_and_small_image p.quote .close-quote svg,
#blocks .block-post_text_and_small_image ul.quote .close-quote svg,
#blocks .block-post_text_and_small_image ol.quote .close-quote svg,
#blocks .block-post_text_and_wide_image p.quote .close-quote svg,
#blocks .block-post_text_and_wide_image ul.quote .close-quote svg,
#blocks .block-post_text_and_wide_image ol.quote .close-quote svg,
#blocks .block-post_testimonial p.quote .close-quote svg,
#blocks .block-post_testimonial ul.quote .close-quote svg,
#blocks .block-post_testimonial ol.quote .close-quote svg,
#blocks .block-post_bullet_point_list p.quote .close-quote svg,
#blocks .block-post_bullet_point_list ul.quote .close-quote svg,
#blocks .block-post_bullet_point_list ol.quote .close-quote svg,
#blocks .block-post_numbered_list p.quote .close-quote svg,
#blocks .block-post_numbered_list ul.quote .close-quote svg,
#blocks .block-post_numbered_list ol.quote .close-quote svg {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#blocks .block-post_text p.quote .close-quote *, #blocks .block-post_text ul.quote .close-quote *, #blocks .block-post_text ol.quote .close-quote *,
#blocks .block-post_text_and_small_image p.quote .close-quote *,
#blocks .block-post_text_and_small_image ul.quote .close-quote *,
#blocks .block-post_text_and_small_image ol.quote .close-quote *,
#blocks .block-post_text_and_wide_image p.quote .close-quote *,
#blocks .block-post_text_and_wide_image ul.quote .close-quote *,
#blocks .block-post_text_and_wide_image ol.quote .close-quote *,
#blocks .block-post_testimonial p.quote .close-quote *,
#blocks .block-post_testimonial ul.quote .close-quote *,
#blocks .block-post_testimonial ol.quote .close-quote *,
#blocks .block-post_bullet_point_list p.quote .close-quote *,
#blocks .block-post_bullet_point_list ul.quote .close-quote *,
#blocks .block-post_bullet_point_list ol.quote .close-quote *,
#blocks .block-post_numbered_list p.quote .close-quote *,
#blocks .block-post_numbered_list ul.quote .close-quote *,
#blocks .block-post_numbered_list ol.quote .close-quote * {
  fill: var(--post-theme-colour);
}
#blocks .block-post_text ul,
#blocks .block-post_text_and_small_image ul,
#blocks .block-post_text_and_wide_image ul,
#blocks .block-post_testimonial ul,
#blocks .block-post_bullet_point_list ul,
#blocks .block-post_numbered_list ul {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 20px;
}
#blocks .block-post_text ul li,
#blocks .block-post_text_and_small_image ul li,
#blocks .block-post_text_and_wide_image ul li,
#blocks .block-post_testimonial ul li,
#blocks .block-post_bullet_point_list ul li,
#blocks .block-post_numbered_list ul li {
  margin: 0 0 15px;
}
#blocks .block-post_text ul li::before,
#blocks .block-post_text_and_small_image ul li::before,
#blocks .block-post_text_and_wide_image ul li::before,
#blocks .block-post_testimonial ul li::before,
#blocks .block-post_bullet_point_list ul li::before,
#blocks .block-post_numbered_list ul li::before {
  content: "•";
  color: var(--post-theme-colour);
  font-weight: 700;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
  font-size: 1.5em;
  line-height: 0.8em;
  vertical-align: top;
}
#blocks .block-post_text ol,
#blocks .block-post_text_and_small_image ol,
#blocks .block-post_text_and_wide_image ol,
#blocks .block-post_testimonial ol,
#blocks .block-post_bullet_point_list ol,
#blocks .block-post_numbered_list ol {
  list-style: none;
  padding-left: 25px;
  margin: 0 0 20px;
  counter-reset: item;
}
#blocks .block-post_text ol li,
#blocks .block-post_text_and_small_image ol li,
#blocks .block-post_text_and_wide_image ol li,
#blocks .block-post_testimonial ol li,
#blocks .block-post_bullet_point_list ol li,
#blocks .block-post_numbered_list ol li {
  margin: 0 0 15px;
}
#blocks .block-post_text ol li::before,
#blocks .block-post_text_and_small_image ol li::before,
#blocks .block-post_text_and_wide_image ol li::before,
#blocks .block-post_testimonial ol li::before,
#blocks .block-post_bullet_point_list ol li::before,
#blocks .block-post_numbered_list ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  color: var(--post-theme-colour);
  font-weight: 700;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
#blocks .block-post_text .line,
#blocks .block-post_text_and_small_image .line,
#blocks .block-post_text_and_wide_image .line,
#blocks .block-post_testimonial .line,
#blocks .block-post_bullet_point_list .line,
#blocks .block-post_numbered_list .line {
  position: relative;
  height: 2px;
  background: var(--post-theme-colour);
  margin: 7px 0;
}
#blocks .block-post_text .line:first-child,
#blocks .block-post_text_and_small_image .line:first-child,
#blocks .block-post_text_and_wide_image .line:first-child,
#blocks .block-post_testimonial .line:first-child,
#blocks .block-post_bullet_point_list .line:first-child,
#blocks .block-post_numbered_list .line:first-child {
  margin-bottom: 37px;
}
#blocks .block-post_text .line:last-child,
#blocks .block-post_text_and_small_image .line:last-child,
#blocks .block-post_text_and_wide_image .line:last-child,
#blocks .block-post_testimonial .line:last-child,
#blocks .block-post_bullet_point_list .line:last-child,
#blocks .block-post_numbered_list .line:last-child {
  margin-top: 37px;
}
#blocks .block-post_text .line::before,
#blocks .block-post_text_and_small_image .line::before,
#blocks .block-post_text_and_wide_image .line::before,
#blocks .block-post_testimonial .line::before,
#blocks .block-post_bullet_point_list .line::before,
#blocks .block-post_numbered_list .line::before {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 8px);
  width: 12px;
  height: 12px;
  border: 2px solid var(--post-theme-colour);
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 768px) {
  #blocks .block-post_text_and_small_image img,
  #blocks .block-post_text_and_wide_image img,
  #blocks .block-post_testimonial img,
  #blocks .block-post_bullet_point_list img,
  #blocks .block-post_numbered_list img {
    max-height: 320px;
  }
  #blocks .block-post_text_and_small_image .left-border,
  #blocks .block-post_text_and_wide_image .left-border,
  #blocks .block-post_testimonial .left-border,
  #blocks .block-post_bullet_point_list .left-border,
  #blocks .block-post_numbered_list .left-border {
    padding-left: 30px;
  }
  #blocks .block-post_text_and_small_image p.quote,
  #blocks .block-post_text_and_wide_image p.quote,
  #blocks .block-post_testimonial p.quote,
  #blocks .block-post_bullet_point_list p.quote,
  #blocks .block-post_numbered_list p.quote {
    font-family: nocturne-serif, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 80px;
  }
  #blocks .block-post_text_and_small_image p.quote .open-quote,
  #blocks .block-post_text_and_wide_image p.quote .open-quote,
  #blocks .block-post_testimonial p.quote .open-quote,
  #blocks .block-post_bullet_point_list p.quote .open-quote,
  #blocks .block-post_numbered_list p.quote .open-quote {
    top: 0;
    left: 0;
    transform: translateX(0);
    height: auto;
    width: 45px;
  }
  #blocks .block-post_text_and_small_image p.quote .open-quote *,
  #blocks .block-post_text_and_wide_image p.quote .open-quote *,
  #blocks .block-post_testimonial p.quote .open-quote *,
  #blocks .block-post_bullet_point_list p.quote .open-quote *,
  #blocks .block-post_numbered_list p.quote .open-quote * {
    fill: var(--post-theme-colour);
  }
  #blocks .block-post_text_and_small_image p.quote .close-quote,
  #blocks .block-post_text_and_wide_image p.quote .close-quote,
  #blocks .block-post_testimonial p.quote .close-quote,
  #blocks .block-post_bullet_point_list p.quote .close-quote,
  #blocks .block-post_numbered_list p.quote .close-quote {
    bottom: 0;
    right: 0;
    transform: translateX(0);
    height: auto;
    width: 45px;
  }
  #blocks .block-post_text_and_small_image .line:first-child,
  #blocks .block-post_text_and_wide_image .line:first-child,
  #blocks .block-post_testimonial .line:first-child,
  #blocks .block-post_bullet_point_list .line:first-child,
  #blocks .block-post_numbered_list .line:first-child {
    margin-bottom: 47px;
  }
  #blocks .block-post_text_and_small_image .line:last-child,
  #blocks .block-post_text_and_wide_image .line:last-child,
  #blocks .block-post_testimonial .line:last-child,
  #blocks .block-post_bullet_point_list .line:last-child,
  #blocks .block-post_numbered_list .line:last-child {
    margin-top: 47px;
  }
}
@media (min-width: 992px) {
  #blocks .block-post_text_and_small_image p.quote,
  #blocks .block-post_text_and_wide_image p.quote,
  #blocks .block-post_testimonial p.quote,
  #blocks .block-post_bullet_point_list p.quote,
  #blocks .block-post_numbered_list p.quote {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 90px;
    font-family: nocturne-serif, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }
  #blocks .block-post_text_and_small_image p.quote .open-quote,
  #blocks .block-post_text_and_wide_image p.quote .open-quote,
  #blocks .block-post_testimonial p.quote .open-quote,
  #blocks .block-post_bullet_point_list p.quote .open-quote,
  #blocks .block-post_numbered_list p.quote .open-quote {
    width: 55px;
  }
  #blocks .block-post_text_and_small_image p.quote .close-quote,
  #blocks .block-post_text_and_wide_image p.quote .close-quote,
  #blocks .block-post_testimonial p.quote .close-quote,
  #blocks .block-post_bullet_point_list p.quote .close-quote,
  #blocks .block-post_numbered_list p.quote .close-quote {
    width: 55px;
  }
  #blocks .block-post_text_and_small_image .line:first-child,
  #blocks .block-post_text_and_wide_image .line:first-child,
  #blocks .block-post_testimonial .line:first-child,
  #blocks .block-post_bullet_point_list .line:first-child,
  #blocks .block-post_numbered_list .line:first-child {
    margin-bottom: 67px;
  }
  #blocks .block-post_text_and_small_image .line:last-child,
  #blocks .block-post_text_and_wide_image .line:last-child,
  #blocks .block-post_testimonial .line:last-child,
  #blocks .block-post_bullet_point_list .line:last-child,
  #blocks .block-post_numbered_list .line:last-child {
    margin-top: 67px;
  }
}
#blocks .block-reviews .reviews-container > div {
  gap: 23px;
}
#blocks .block-reviews .reviews-container .overview_container {
  padding: 40px 30px;
  background: #edecec;
  width: 100%;
  min-width: 440px;
  max-width: 440px;
  z-index: 11;
  position: relative;
}
@media (max-width: 991.98px) {
  #blocks .block-reviews .reviews-container .overview_container {
    max-width: 50%;
    width: 50%;
    min-width: 320px;
  }
}
@media (max-width: 767.98px) {
  #blocks .block-reviews .reviews-container .overview_container {
    width: 100%;
    min-width: unset;
    max-width: 100%;
  }
}
#blocks .block-reviews .reviews-container .overview_container a {
  font-size: 16px;
  text-decoration: underline;
}
#blocks .block-reviews .reviews-container .overview_container .navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
}
#blocks .block-reviews .reviews-container .overview_container .navigation .swiper-button-prev {
  width: 50%;
  height: 60px;
  background: #adcc51;
  color: #fff;
  position: static;
  margin: 0;
}
#blocks .block-reviews .reviews-container .overview_container .navigation .swiper-button-prev:hover {
  background: #7eae57;
}
#blocks .block-reviews .reviews-container .overview_container .navigation .swiper-button-prev::after {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
#blocks .block-reviews .reviews-container .overview_container .navigation .swiper-button-next {
  width: 50%;
  height: 60px;
  background: #388060;
  color: #fff;
  position: static;
  margin: 0;
}
#blocks .block-reviews .reviews-container .overview_container .navigation .swiper-button-next:hover {
  background: #307053;
}
#blocks .block-reviews .reviews-container .overview_container .navigation .swiper-button-next::after {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
#blocks .block-reviews .reviews-container .slideshow {
  z-index: 10;
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  #blocks .block-reviews .reviews-container .slideshow {
    max-width: calc(100% - 343px);
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  #blocks .block-reviews .reviews-container .slideshow {
    width: 100%;
    max-width: 100%;
  }
}
#blocks .block-reviews .reviews-container .slideshow .swiper-wrapper .swiper-slide {
  padding: 30px 30px 80px 30px;
  background: #f6f5f5;
  position: relative;
}
#blocks .block-reviews .reviews-container .slideshow .swiper-wrapper .swiper-slide .review-author {
  font-family: nocturne-serif, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
#blocks .block-reviews .reviews-container .slideshow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
#blocks .block-reviews .google-container {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='122' height='39.963' viewBox='0 0 122 39.963'><g clip-path='url(%23clip-path)'><path d='M30.005,14.112H15.761v4.221h10.09c-.494,5.935-5.44,8.441-10.09,8.441A11.089,11.089,0,0,1,4.616,15.53,11.106,11.106,0,0,1,15.761,4.221a10.982,10.982,0,0,1,7.617,3.066l2.968-3.066A15.029,15.029,0,0,0,15.629,0,15.78,15.78,0,0,0,0,15.464,15.735,15.735,0,0,0,15.86,31.028c8.309,0,14.376-5.7,14.376-14.112a14.037,14.037,0,0,0-.231-2.8' fill='%234285f4'/><path d='M142.729,46.357a9.974,9.974,0,1,0,9.991,10.024,9.726,9.726,0,0,0-9.991-10.024m.066,3.924a5.737,5.737,0,0,1,5.605,6.067,5.669,5.669,0,1,1-11.31,0,5.756,5.756,0,0,1,5.7-6.067' transform='translate(-101.084 -35.311)' fill='%23ea4335'/><path d='M234.335,46.357a9.974,9.974,0,1,0,9.991,10.024,9.763,9.763,0,0,0-9.991-10.024m.066,3.924a5.737,5.737,0,0,1,5.605,6.067,5.669,5.669,0,1,1-11.31,0,5.736,5.736,0,0,1,5.7-6.067' transform='translate(-170.862 -35.311)' fill='%23fbbc05'/><path d='M325.48,46.357a9.985,9.985,0,0,0-.066,19.949,6.555,6.555,0,0,0,5.473-2.44v1.978c0,3.429-2.077,5.506-5.243,5.506a5.556,5.556,0,0,1-5.111-3.561l-3.825,1.616a9.583,9.583,0,0,0,8.969,5.869c5.342,0,9.4-3.363,9.4-10.386V46.951h-4.188v1.682a7.221,7.221,0,0,0-5.408-2.275m.4,3.924c2.638,0,5.342,2.242,5.342,6.067,0,3.891-2.7,6.034-5.374,6.034a5.643,5.643,0,0,1-5.507-6,5.7,5.7,0,0,1,5.539-6.1' transform='translate(-240.641 -35.311)' fill='%234285f4'/><path d='M444.5,46.357c-5.045,0-9.3,4.023-9.3,9.958a9.659,9.659,0,0,0,9.793,10.024,10.032,10.032,0,0,0,8.342-4.385l-3.462-2.308a5.6,5.6,0,0,1-4.88,2.737,5.118,5.118,0,0,1-4.88-3.034L453.5,53.809l-.693-1.616a9.016,9.016,0,0,0-8.309-5.836m.2,3.825a3.958,3.958,0,0,1,3.693,2.143l-8.936,3.726a5.524,5.524,0,0,1,5.243-5.869' transform='translate(-331.5 -35.311)' fill='%23ea4335'/><rect width='4.385' height='29.412' transform='translate(97.336 1.022)' fill='%2334a853'/></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  margin-top: 80px;
  margin-bottom: 12px;
}
#blocks .block-reviews .star-rating {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
#blocks .block-reviews .star-rating svg {
  display: block;
}
#blocks .block-reviews .rating-value span {
  font-family: nocturne-serif, serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}
#blocks .block-reviews .star-rating-wrapper.inline {
  display: inline-block;
}
#blocks .block-reviews .star-rating-wrapper.inline .star-rating {
  margin-bottom: 50px;
}
#blocks .block-reviews .star-rating-wrapper.inline .star-rating svg {
  width: 120px;
  height: auto;
}
#blocks .block-reviews .star-rating-wrapper.inline .rating-value {
  font-size: 18px;
  margin-top: 5px;
}
#blocks .block-reviews .star-rating-wrapper.inline .rating-value span {
  font-size: 14px;
}
#blocks .block-featured_products .featured-products-container .overview_container {
  padding: 40px 30px;
  background: #edecec;
  width: 100%;
  min-height: 346px;
  min-width: 325px;
  max-width: 325px;
  z-index: 11;
  position: relative;
}
@media (max-width: 991.98px) {
  #blocks .block-featured_products .featured-products-container .overview_container {
    padding: 30px 20px;
    min-height: 262px;
    max-width: 50%;
    width: 50%;
    min-width: 320px;
  }
}
@media (max-width: 767.98px) {
  #blocks .block-featured_products .featured-products-container .overview_container {
    width: 100%;
    min-width: unset;
    max-width: 100%;
  }
}
#blocks .block-featured_products .featured-products-container .overview_container .heading {
  font-weight: 300;
  margin-bottom: 20px;
}
#blocks .block-featured_products .featured-products-container .overview_container a {
  font-size: 16px;
  text-decoration: underline;
}
#blocks .block-featured_products .featured-products-container .overview_container .navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
}
#blocks .block-featured_products .featured-products-container .overview_container .navigation .featured-products-swiper-button-prev.hidden-nav,
#blocks .block-featured_products .featured-products-container .overview_container .navigation .featured-products-swiper-button-next.hidden-nav {
  display: none;
}
#blocks .block-featured_products .featured-products-container .overview_container .navigation .swiper-button-prev {
  width: 50%;
  height: 60px;
  background: #adcc51;
  color: #fff;
  position: static;
  margin: 0;
}
#blocks .block-featured_products .featured-products-container .overview_container .navigation .swiper-button-prev:hover {
  background: #7eae57;
}
#blocks .block-featured_products .featured-products-container .overview_container .navigation .swiper-button-prev::after {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
#blocks .block-featured_products .featured-products-container .overview_container .navigation .swiper-button-next {
  width: 50%;
  height: 60px;
  background: #388060;
  color: #fff;
  position: static;
  margin: 0;
}
#blocks .block-featured_products .featured-products-container .overview_container .navigation .swiper-button-next:hover {
  background: #307053;
}
#blocks .block-featured_products .featured-products-container .overview_container .navigation .swiper-button-next::after {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
#blocks .block-featured_products .featured-products-container .slideshow {
  background-color: #f6f5f5;
  z-index: 10;
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  #blocks .block-featured_products .featured-products-container .slideshow {
    max-width: calc(100% - 343px);
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  #blocks .block-featured_products .featured-products-container .slideshow {
    width: 100%;
    max-width: 100%;
  }
}
#blocks .block-featured_products .featured-products-container .slideshow .swiper-wrapper .swiper-slide {
  padding: 30px 20px;
  padding-right: 0;
  background: #f6f5f5;
  position: relative;
}
#blocks .block-featured_products .featured-products-container .slideshow .swiper-wrapper .swiper-slide .featured-product {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#blocks .block-featured_products .featured-products-container .slideshow .swiper-wrapper .swiper-slide .featured-product:hover .info .price:before {
  transform: scaleX(1.5714);
}
#blocks .block-featured_products .featured-products-container .slideshow .swiper-wrapper .swiper-slide .featured-product .image {
  height: 173px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
#blocks .block-featured_products .featured-products-container .slideshow .swiper-wrapper .swiper-slide .featured-product .info {
  display: flex;
  flex-direction: column;
  font-family: soleil, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 14px 7px;
}
#blocks .block-featured_products .featured-products-container .slideshow .swiper-wrapper .swiper-slide .featured-product .info .title {
  text-align: center;
}
#blocks .block-featured_products .featured-products-container .slideshow .swiper-wrapper .swiper-slide .featured-product .info .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 7px;
  position: relative;
  text-align: center;
}
#blocks .block-featured_products .featured-products-container .slideshow .swiper-wrapper .swiper-slide .featured-product .info .price:before {
  background-color: #e26c92;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 6px;
  transition: transform 0.2s ease-in-out;
  width: 70px;
}
#blocks .block-featured_products .featured-products-container .slideshow .swiper-wrapper .swiper-slide .featured-product .info .price .outofstock {
  color: #af0208;
}
#blocks .block-featured_products .featured-products-container .slideshow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.post-type-archive-product #intro,
.tax-product_cat #intro,
.tax-product_tag #intro {
  padding: 30px 0;
}
.post-type-archive-product #intro + #shop,
.tax-product_cat #intro + #shop,
.tax-product_tag #intro + #shop {
  padding: 0 0 30px;
}
.post-type-archive-product #shop,
.tax-product_cat #shop,
.tax-product_tag #shop {
  padding: 30px 0;
}
.post-type-archive-product #shop #more-info h5,
.tax-product_cat #shop #more-info h5,
.tax-product_tag #shop #more-info h5 {
  display: none;
}
.post-type-archive-product #shop #more-info ul,
.tax-product_cat #shop #more-info ul,
.tax-product_tag #shop #more-info ul {
  margin: 0 0 30px;
}
.post-type-archive-product #shop #more-info ul li,
.tax-product_cat #shop #more-info ul li,
.tax-product_tag #shop #more-info ul li {
  margin: 0 0 20px;
}
.post-type-archive-product #shop #more-info ul li button,
.tax-product_cat #shop #more-info ul li button,
.tax-product_tag #shop #more-info ul li button {
  display: block;
  width: 100%;
  padding: 0 20px 10px 0;
  border-bottom: 1px solid #c9b06f;
  font-weight: 400;
  text-align: left;
  position: relative;
}
.post-type-archive-product #shop #more-info ul li button::after,
.tax-product_cat #shop #more-info ul li button::after,
.tax-product_tag #shop #more-info ul li button::after {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  right: 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23c9b06f' d='M11.5,7.5,3.5,15V0Z'/%3E%3C/svg%3E");
  transition: 0.2s transform linear;
}
.post-type-archive-product #shop #more-info ul li button.active::after,
.tax-product_cat #shop #more-info ul li button.active::after,
.tax-product_tag #shop #more-info ul li button.active::after {
  transform: rotate(90deg);
}
.post-type-archive-product #shop #more-info ul li div,
.tax-product_cat #shop #more-info ul li div,
.tax-product_tag #shop #more-info ul li div {
  display: none;
  padding: 10px 0 0;
}
.post-type-archive-product #shop #dropdown-filters > button,
.tax-product_cat #shop #dropdown-filters > button,
.tax-product_tag #shop #dropdown-filters > button {
  text-transform: uppercase;
  padding: 0 0 10px;
  border-bottom: 1px solid #403a37;
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
}
.post-type-archive-product #shop #dropdown-filters > button::after,
.tax-product_cat #shop #dropdown-filters > button::after,
.tax-product_tag #shop #dropdown-filters > button::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  width: 15px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.5 11.87'%3E%3Cpath fill='%232c2928' d='M15.5,1H0V0H15.5Zm0,4.44H0v1H15.5Zm0,5.43H0v1H15.5Z'/%3E%3C/svg%3E");
}
.post-type-archive-product #shop #dropdown-filters > button.active::after,
.tax-product_cat #shop #dropdown-filters > button.active::after,
.tax-product_tag #shop #dropdown-filters > button.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.5 11.87'%3E%3Cpolygon fill='%232c2928' points='13.58 0.81 12.88 0.1 7.75 5.23 2.62 0.1 1.92 0.81 7.04 5.94 1.92 11.06 2.62 11.77 7.75 6.64 12.88 11.77 13.58 11.06 8.46 5.94 13.58 0.81'/%3E%3C/svg%3E");
}
.post-type-archive-product #shop #dropdown-filters ul,
.tax-product_cat #shop #dropdown-filters ul,
.tax-product_tag #shop #dropdown-filters ul {
  display: none;
  margin: 0 0 20px;
}
.post-type-archive-product #shop #dropdown-filters ul li,
.tax-product_cat #shop #dropdown-filters ul li,
.tax-product_tag #shop #dropdown-filters ul li {
  margin: 0 0 15px;
}
.post-type-archive-product #shop #dropdown-filters ul li a,
.tax-product_cat #shop #dropdown-filters ul li a,
.tax-product_tag #shop #dropdown-filters ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.post-type-archive-product #shop #dropdown-filters ul li a span,
.tax-product_cat #shop #dropdown-filters ul li a span,
.tax-product_tag #shop #dropdown-filters ul li a span {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-size: cover;
}
.post-type-archive-product #shop #dropdown-filters ul li ul,
.tax-product_cat #shop #dropdown-filters ul li ul,
.tax-product_tag #shop #dropdown-filters ul li ul {
  margin: 10px 0;
  padding-left: 62px;
  list-style: circle;
  display: block;
}
.post-type-archive-product #shop #dropdown-filters ul li ul li,
.tax-product_cat #shop #dropdown-filters ul li ul li,
.tax-product_tag #shop #dropdown-filters ul li ul li {
  margin: 0 0 10px;
}
.post-type-archive-product #shop #dropdown-filters ul li ul li button,
.tax-product_cat #shop #dropdown-filters ul li ul li button,
.tax-product_tag #shop #dropdown-filters ul li ul li button {
  display: flex;
  text-align: left;
  align-items: center;
}
.post-type-archive-product #shop #dropdown-filters ul li ul li button.active::before,
.tax-product_cat #shop #dropdown-filters ul li ul li button.active::before,
.tax-product_tag #shop #dropdown-filters ul li ul li button.active::before {
  background: #403a37;
}
.post-type-archive-product #shop #dropdown-filters ul li ul li button::before,
.tax-product_cat #shop #dropdown-filters ul li ul li button::before,
.tax-product_tag #shop #dropdown-filters ul li ul li button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  margin-right: 10px;
}
.post-type-archive-product #shop #dropdown-filters ul li.active > a,
.tax-product_cat #shop #dropdown-filters ul li.active > a,
.tax-product_tag #shop #dropdown-filters ul li.active > a {
  font-weight: 500;
}
.post-type-archive-product #shop #AJAXproducts,
.tax-product_cat #shop #AJAXproducts,
.tax-product_tag #shop #AJAXproducts {
  margin-bottom: 10px;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.post-type-archive-product #shop #AJAXproducts.filterOut,
.tax-product_cat #shop #AJAXproducts.filterOut,
.tax-product_tag #shop #AJAXproducts.filterOut {
  opacity: 0;
}
.post-type-archive-product #shop #AJAXproducts li,
.tax-product_cat #shop #AJAXproducts li,
.tax-product_tag #shop #AJAXproducts li {
  margin: 0 0 20px;
}
.post-type-archive-product #shop #AJAXproducts li a,
.tax-product_cat #shop #AJAXproducts li a,
.tax-product_tag #shop #AJAXproducts li a {
  display: block;
  padding: 15px;
  text-align: center;
  background: #fff;
  height: 100%;
}
.post-type-archive-product #shop #AJAXproducts li a:hover .line,
.tax-product_cat #shop #AJAXproducts li a:hover .line,
.tax-product_tag #shop #AJAXproducts li a:hover .line {
  width: 110px;
}
.post-type-archive-product #shop #AJAXproducts li a img,
.tax-product_cat #shop #AJAXproducts li a img,
.tax-product_tag #shop #AJAXproducts li a img {
  width: 100%;
  height: auto;
  display: block;
}
.post-type-archive-product #shop #AJAXproducts li a h5,
.tax-product_cat #shop #AJAXproducts li a h5,
.tax-product_tag #shop #AJAXproducts li a h5 {
  font-weight: 300;
  margin: 0 0 10px;
  font-size: 16px;
}
.post-type-archive-product #shop #AJAXproducts li a .line,
.tax-product_cat #shop #AJAXproducts li a .line,
.tax-product_tag #shop #AJAXproducts li a .line {
  display: block;
  width: 70px;
  height: 2px;
  margin: 0 auto 10px;
  transition: width 0.2s ease-in-out;
}
.post-type-archive-product #shop #AJAXproducts li a .outofstock,
.tax-product_cat #shop #AJAXproducts li a .outofstock,
.tax-product_tag #shop #AJAXproducts li a .outofstock {
  color: #af0208;
}
.post-type-archive-product #shop .paginator,
.tax-product_cat #shop .paginator,
.tax-product_tag #shop .paginator {
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.post-type-archive-product #shop .paginator.filterOut,
.tax-product_cat #shop .paginator.filterOut,
.tax-product_tag #shop .paginator.filterOut {
  opacity: 0;
}
.post-type-archive-product #shop .paginator .previous,
.tax-product_cat #shop .paginator .previous,
.tax-product_tag #shop .paginator .previous {
  display: none;
}
.post-type-archive-product #shop .paginator::before,
.tax-product_cat #shop .paginator::before,
.tax-product_tag #shop .paginator::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #c9b06f;
}
.post-type-archive-product #shop .paginator li,
.tax-product_cat #shop .paginator li,
.tax-product_tag #shop .paginator li {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #c9b06f;
  border-radius: 50%;
  margin: 0 10px;
  text-align: center;
  background: #f6f5f5;
  position: relative;
  line-height: 36px;
  cursor: pointer;
}
.post-type-archive-product #shop .paginator li.active,
.tax-product_cat #shop .paginator li.active,
.tax-product_tag #shop .paginator li.active {
  background: #c9b06f;
  color: #fff;
  font-weight: 500;
}

@media (min-width: 768px) {
  .post-type-archive-product #intro,
  .tax-product_cat #intro,
  .tax-product_tag #intro {
    padding: 40px 0;
  }
  .post-type-archive-product #intro + #shop,
  .tax-product_cat #intro + #shop,
  .tax-product_tag #intro + #shop {
    padding: 0 0 40px;
  }
  .post-type-archive-product #shop,
  .tax-product_cat #shop,
  .tax-product_tag #shop {
    padding: 40px 0;
  }
  .post-type-archive-product #shop #more-info ul,
  .tax-product_cat #shop #more-info ul,
  .tax-product_tag #shop #more-info ul {
    margin: 0 0 40px;
  }
  .post-type-archive-product #shop #dropdown-filters > button::after,
  .tax-product_cat #shop #dropdown-filters > button::after,
  .tax-product_tag #shop #dropdown-filters > button::after {
    width: 17px;
    height: 13px;
  }
  .post-type-archive-product #shop #dropdown-filters ul,
  .tax-product_cat #shop #dropdown-filters ul,
  .tax-product_tag #shop #dropdown-filters ul {
    margin: 0 0 30px;
  }
  .post-type-archive-product #shop #AJAXproducts,
  .tax-product_cat #shop #AJAXproducts,
  .tax-product_tag #shop #AJAXproducts {
    margin-bottom: 20px;
  }
  .post-type-archive-product #shop #AJAXproducts li a,
  .tax-product_cat #shop #AJAXproducts li a,
  .tax-product_tag #shop #AJAXproducts li a {
    padding: 20px;
  }
  .post-type-archive-product #shop #AJAXproducts li a h5,
  .tax-product_cat #shop #AJAXproducts li a h5,
  .tax-product_tag #shop #AJAXproducts li a h5 {
    font-size: 18px;
  }
  .post-type-archive-product #shop .paginator li,
  .tax-product_cat #shop .paginator li,
  .tax-product_tag #shop .paginator li {
    width: 45px;
    height: 45px;
    margin: 0 15px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-product #intro,
  .tax-product_cat #intro,
  .tax-product_tag #intro {
    padding: 60px 0;
  }
  .post-type-archive-product #intro + #shop,
  .tax-product_cat #intro + #shop,
  .tax-product_tag #intro + #shop {
    padding: 0 0 60px;
  }
  .post-type-archive-product #shop,
  .tax-product_cat #shop,
  .tax-product_tag #shop {
    padding: 60px 0;
  }
  .post-type-archive-product #shop #more-info,
  .tax-product_cat #shop #more-info,
  .tax-product_tag #shop #more-info {
    order: 1;
  }
  .post-type-archive-product #shop #more-info h5,
  .tax-product_cat #shop #more-info h5,
  .tax-product_tag #shop #more-info h5 {
    display: block;
    text-transform: uppercase;
    padding: 0 0 15px 40px;
    margin: 0 0 10px;
    border-bottom: 1px solid #c9b06f;
    font-size: 18px;
    font-weight: 300;
    position: relative;
  }
  .post-type-archive-product #shop #more-info h5::before,
  .tax-product_cat #shop #more-info h5::before,
  .tax-product_tag #shop #more-info h5::before {
    content: "i";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    padding: 1px;
    background: #c9b06f;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    border-radius: 50%;
  }
  .post-type-archive-product #shop #more-info ul li div,
  .tax-product_cat #shop #more-info ul li div,
  .tax-product_tag #shop #more-info ul li div {
    padding: 10px 0 1px;
  }
  .post-type-archive-product #shop #dropdown-filters > button,
  .tax-product_cat #shop #dropdown-filters > button,
  .tax-product_tag #shop #dropdown-filters > button {
    cursor: default;
  }
  .post-type-archive-product #shop #dropdown-filters > button::after,
  .tax-product_cat #shop #dropdown-filters > button::after,
  .tax-product_tag #shop #dropdown-filters > button::after {
    display: none;
  }
  .post-type-archive-product #shop #dropdown-filters ul,
  .tax-product_cat #shop #dropdown-filters ul,
  .tax-product_tag #shop #dropdown-filters ul {
    display: block !important;
    margin: 0 0 40px;
  }
  .post-type-archive-product #shop #AJAXproducts,
  .tax-product_cat #shop #AJAXproducts,
  .tax-product_tag #shop #AJAXproducts {
    margin-bottom: 40px;
  }
}
.single-product #product {
  padding: 60px 0 30px;
  background: #f6f5f5;
}
.single-product #product .woocommerce-variation-price del,
.single-product #product .price del {
  font-size: 35px;
}
.single-product #product .woocommerce-variation-price ins,
.single-product #product .price ins {
  text-decoration: none;
}
.single-product #product img {
  display: block;
  width: 100%;
  height: auto;
}
.single-product #product .slideshow a {
  display: block;
}
.single-product #product .slideshow .swiper-pagination {
  position: static;
  display: flex;
  margin: 10px -5px 0;
  flex-wrap: wrap;
}
.single-product #product .slideshow .swiper-pagination span {
  display: block;
  padding: 5px;
  width: 25%;
  background: none;
  margin: 0;
  height: auto;
}
.single-product #product h1 {
  margin: 30px 0 20px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}
.single-product #product .icons {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.single-product #product .icons .icon {
  text-align: center;
}
.single-product #product .icons .icon span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
  background-size: contain;
}
.single-product #product .icons .icon strong {
  display: block;
}
.single-product #product .price .amount {
  font-size: 35px;
  margin: 0 0 30px;
}
.single-product #product .price .amount ins {
  font-weight: 700;
}
.single-product #product .variations {
  display: block;
  margin: 0 0 20px;
}
.single-product #product .variations tr,
.single-product #product .variations th,
.single-product #product .variations td {
  display: block;
}
.single-product #product .variations label {
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px;
  width: 100%;
  font-weight: 300;
  text-align: left;
}
.single-product #product .variations select {
  background-color: #fff;
  -webkit-appearance: none;
  height: 45px;
  margin: 0 10px 0 0;
  padding: 0 45px 0 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23656161' d='M7.5,11.5L0,3.5l15,0L7.5,11.5z'/%3E%3C/svg%3E");
  background-size: 15px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.single-product #product .single_variation {
  margin: 0 0 20px;
}
.single-product #product .single_variation .woocommerce-variation-price .wc-points-rewards-product-message {
  display: inline-block;
  margin-bottom: 15px;
}
.single-product #product .wc-pao-addon {
  margin: 0 0 20px;
  padding: 0;
}
.single-product #product .wc-pao-addon label {
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px;
  width: 100%;
  font-weight: 300;
  text-align: left;
}
.single-product #product .wc-pao-addon input {
  background: #fff;
  height: 45px;
  margin: 0 10px 0 0;
  padding: 0 15px;
  width: 100%;
}
.single-product #product .wc-pao-addon.wc-pao-addon {
  display: none;
}
.single-product #product .product-addon-totals {
  margin: 0 0 20px;
  display: none;
}
.single-product #product .product-addon-totals .wc-pao-subtotal-line {
  display: none;
}
.single-product #product .variations_form.cart {
  display: block;
}
.single-product #product .cart {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .single-product #product .cart .wc-points-rewards-product-message {
    margin-bottom: 15px;
  }
}
.single-product #product .cart .woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.single-product #product .cart .woocommerce-variation-add-to-cart p.points {
  width: 100%;
}
.single-product #product .cart .reset_variations {
  display: none;
}
.single-product #product .cart .quantity {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  padding: 0 10px 0 0;
}
.single-product #product .cart .quantity label {
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px;
  width: 100%;
}
.single-product #product .cart .quantity label.screen-reader-text {
  width: 1px;
}
.single-product #product .cart .quantity button {
  width: 45px;
  height: 45px;
  background: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 0 0 5px;
}
.single-product #product .cart .quantity input {
  background: #fff;
  height: 45px;
  margin: 0 5px;
  width: 55px;
  padding: 0 15px;
  font-size: 20px;
}
.single-product #product .cart .button {
  width: 50%;
}
.single-product #product .delivery {
  background: rgba(0, 0, 0, 0.025);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product #product .delivery span {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  background-size: contain;
}
.single-product #product .delivery strong {
  max-width: 50%;
}
.single-product #tabs {
  background: #403a37;
  color: #fff;
  padding: 30px 0 10px;
}
.single-product #tabs .sections .heading {
  text-align: left;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin: 0 0 20px;
  border-bottom: 1px solid #e26c92;
  position: relative;
  width: 100%;
}
.single-product #tabs .sections .heading::after {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  right: 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23E26C92' d='M11.5,7.5,3.5,15V0Z'/%3E%3C/svg%3E");
  transition: 0.2s transform linear;
}
.single-product #tabs .sections .heading.active {
  font-weight: 600;
}
.single-product #tabs .sections .heading.active::after {
  transform: rotate(90deg);
}
.single-product #tabs .sections .tab {
  display: none;
  padding: 0 0 30px;
  width: 100%;
}
.single-product #tabs .sections .tab[data-tab=product] .icon {
  display: flex;
  align-content: center;
  margin: 15px 0 0;
}
.single-product #tabs .sections .tab[data-tab=product] .icon span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-product #tabs .sections .tab[data-tab=product] .icon strong {
  display: block;
}
.single-product #tabs .sections .tab[data-tab=product] .icon div {
  width: calc(100% - 65px);
}
.single-product #tabs .sections .tab[data-tab=delivery] .icon {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  margin: 0 0 20px;
}
.single-product #tabs .sections .tab[data-tab=delivery] .icon span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-product #tabs .sections .tab[data-tab=delivery] .icon strong {
  display: block;
  max-width: calc(100% - 65px);
}
.single-product #tabs .sections .tab[data-tab=delivery] ul {
  margin: 0;
  padding: 0 0 0 25px;
}
.single-product #tabs .sections .tab[data-tab=delivery] ul li {
  margin: 15px 0 0;
}
.single-product #tabs .sections .tab[data-tab=delivery] ul li::before {
  content: "•";
  color: #e26c92;
  font-weight: 700;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
  font-size: 1.5em;
  line-height: 0.8em;
  vertical-align: top;
}
.single-product #tabs .sections .tab[data-tab=faqs] ul {
  margin: 0 0 15px;
}
.single-product #tabs .sections .tab[data-tab=faqs] ul li {
  margin: 0 0 15px;
}
.single-product #tabs .sections .tab[data-tab=faqs] ul li button {
  display: block;
  width: 100%;
  padding: 0 20px 10px 35px;
  border-bottom: 1px solid #656161;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.single-product #tabs .sections .tab[data-tab=faqs] ul li button::before {
  content: "Q";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #e26c92;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}
.single-product #tabs .sections .tab[data-tab=faqs] ul li button::after {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  right: 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23656161' d='M11.5,7.5,3.5,15V0Z'/%3E%3C/svg%3E");
}
.single-product #tabs .sections .tab[data-tab=faqs] ul li button.active::after {
  transform: rotate(90deg);
}
.single-product #tabs .sections .tab[data-tab=faqs] ul li div {
  padding: 15px 0 10px 35px;
  position: relative;
  display: none;
}
.single-product #tabs .sections .tab[data-tab=faqs] ul li div::before {
  content: "A";
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #2c2928;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}
.single-product #tabs .sections .tab[data-tab=faqs] .box {
  padding: 20px;
  margin: 20px 0 0;
  background: rgba(255, 255, 255, 0.05);
}
.single-product #tabs .sections .tab[data-tab=faqs] .box h4 {
  padding: 0 0 0 60px;
  line-height: 50px;
  margin: 0 0 15px;
}
.single-product #tabs .sections .tab[data-tab=faqs] .box a {
  font-family: nocturne-serif, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: block;
  margin: 0 0 10px;
}
.single-product #tabs .sections .tab[data-tab=faqs] .box .button {
  width: auto;
  display: inline-block;
  margin: 15px 0 0;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.single-product #related-products {
  padding: 30px 0;
}
.single-product #related-products ul {
  margin: 0;
}
.single-product #related-products li:nth-child(3), .single-product #related-products li:nth-child(4) {
  display: none;
}
.single-product #related-products li a {
  display: block;
  padding: 15px;
  text-align: center;
  background: #fff;
  height: 100%;
}
.single-product #related-products li a:hover .line {
  width: 110px;
}
.single-product #related-products li a img {
  width: 100%;
  height: auto;
  display: block;
}
.single-product #related-products li a h5 {
  font-weight: 300;
  margin: 0 0 10px;
  font-size: 16px;
}
.single-product #related-products li a .line {
  display: block;
  width: 70px;
  height: 2px;
  margin: 0 auto 10px;
  transition: width 0.2s ease-in-out;
}
.single-product #related-products li a .outofstock {
  color: #af0208;
}
.single-product #related-posts {
  padding: 30px 0;
}
.single-product #related-posts .col-md-6:nth-child(2), .single-product #related-posts .col-md-6:nth-child(3) {
  display: none;
}
.single-product #related-posts .col-md-6 img {
  width: 100%;
  height: 300px;
  display: block;
  margin: 0 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product #related-posts .col-md-6 small {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.single-product #related-posts .col-md-6 .line {
  width: 70px;
  height: 2px;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .single-product #product {
    padding: 60px 0 40px;
  }
  .single-product #product img {
    width: calc(100% - 120px);
  }
  .single-product #product .slideshow {
    display: flex;
  }
  .single-product #product .slideshow .swiper {
    width: calc(100% - 120px);
  }
  .single-product #product .slideshow img {
    width: 100%;
  }
  .single-product #product .slideshow .swiper-pagination {
    flex-direction: column;
    padding: 0 0 0 10px;
    margin: -5px 0;
    width: 120px;
  }
  .single-product #product .slideshow .swiper-pagination span {
    padding: 5px 0;
    width: 100%;
  }
  .single-product #product h1 {
    margin: 40px 0 20px;
    font-size: 41px;
    line-height: 50px;
  }
  .single-product #product .icons {
    margin: 40px 0;
  }
  .single-product #product .icons .icon {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .single-product #product .icons .icon span {
    margin: 0 10px 0 0;
  }
  .single-product #product .price {
    margin: 0 0 40px;
  }
  .single-product #product .cart {
    flex-wrap: wrap;
  }
  .single-product #product .cart .wc-points-rewards-product-message {
    margin-bottom: 25px;
    width: 100%;
  }
  .single-product #product .cart .quantity button {
    width: 47px;
    height: 47px;
  }
  .single-product #product .cart .quantity input {
    height: 47px;
  }
  .single-product #product .delivery strong {
    max-width: 75%;
  }
  .single-product #tabs {
    padding: 40px 0;
  }
  .single-product #tabs .sections {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .single-product #tabs .sections .heading {
    text-align: center;
    padding: 0 20px 15px;
    margin: 0;
    border-bottom: none;
    width: 33.3333%;
  }
  .single-product #tabs .sections .heading::after {
    top: calc(100% - 7.5px);
    right: calc(50% - 7.5px);
    border-radius: 50%;
    border: 2px solid #e26c92;
    background-color: #403a37;
    background-image: none;
    display: none;
  }
  .single-product #tabs .sections .heading.active, .single-product #tabs .sections .heading.first {
    font-weight: 600;
  }
  .single-product #tabs .sections .heading.active::after, .single-product #tabs .sections .heading.first::after {
    transform: none;
    display: block;
  }
  .single-product #tabs .sections .tab {
    padding: 40px 0 0;
    border-top: 1px solid #e26c92;
    order: 1;
  }
  .single-product #tabs .sections .tab.active, .single-product #tabs .sections .tab.first {
    display: block;
  }
  .single-product #tabs .sections .tab[data-tab=product] .icon {
    margin: 20px 0 0;
  }
  .single-product #tabs .sections .tab[data-tab=delivery] .icon {
    margin: 0 0 30px;
  }
  .single-product #tabs .sections .tab[data-tab=delivery] ul li {
    margin: 0 0 20px;
  }
  .single-product #tabs .sections .tab[data-tab=faqs] ul {
    margin: 0 0 30px;
  }
  .single-product #tabs .sections .tab[data-tab=faqs] ul li {
    margin: 0 0 25px;
  }
  .single-product #tabs .sections .tab[data-tab=faqs] .box {
    padding: 30px;
    margin: 0;
  }
  .single-product #tabs .sections .tab[data-tab=faqs] .box a {
    font-family: nocturne-serif, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  .single-product #tabs .sections .tab[data-tab=faqs] .box .button {
    font-family: soleil, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }
  .single-product #related-products {
    padding: 40px 0;
  }
  .single-product #related-products li:nth-child(3) {
    display: block;
  }
  .single-product #related-products li a {
    padding: 20px;
  }
  .single-product #related-products li a h5 {
    font-size: 18px;
  }
  .single-product #related-posts {
    padding: 40px 0;
  }
  .single-product #related-posts .col-md-6:nth-child(2) {
    display: block;
  }
  .single-product #related-posts .col-md-6 small {
    font-size: 18px;
  }
  .single-product #related-posts .col-md-6 img {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .single-product #product {
    padding: 60px 0;
  }
  .single-product #product img {
    width: 100%;
  }
  .single-product #product .slideshow {
    display: block;
  }
  .single-product #product .slideshow .swiper {
    width: 100%;
  }
  .single-product #product .slideshow .swiper-pagination {
    flex-direction: row;
    padding: 0;
    margin: 15px -5px 0;
    width: 100%;
  }
  .single-product #product .slideshow .swiper-pagination span {
    padding: 5px;
    width: 20%;
  }
  .single-product #product h1 {
    margin: 0 0 20px;
    font-size: 45px;
    line-height: 55px;
  }
  .single-product #product .icons {
    margin: 30px 0;
  }
  .single-product #product .price {
    margin: 0 0 30px;
  }
  .single-product #product .delivery strong {
    max-width: 75%;
  }
  .single-product #tabs {
    padding: 60px 0;
  }
  .single-product #tabs .sections .tab[data-tab=delivery] ul {
    margin: 0 -40px;
    display: flex;
    flex-wrap: wrap;
  }
  .single-product #tabs .sections .tab[data-tab=delivery] ul li {
    width: 50%;
    padding: 0 40px;
  }
  .single-product #related-products {
    padding: 60px 0;
  }
  .single-product #related-products li {
    max-width: 240px;
  }
  .single-product #related-products li:nth-child(4) {
    display: block;
  }
  .single-product #related-posts {
    padding: 60px 0;
  }
  .single-product #related-posts .col-md-6:nth-child(3) {
    display: block;
  }
  .single-product #related-posts .col-md-6 img {
    height: 320px;
  }
}
.blog #posts, .category #posts {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog #posts #filter-toggle, .category #posts #filter-toggle {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}
.blog #posts #filter-toggle::after, .category #posts #filter-toggle::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  width: 15px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.5 11.87'%3E%3Cpath fill='%232c2928' d='M15.5,1H0V0H15.5Zm0,4.44H0v1H15.5Zm0,5.43H0v1H15.5Z'/%3E%3C/svg%3E");
}
.blog #posts #filter-toggle.active::after, .category #posts #filter-toggle.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.5 11.87'%3E%3Cpolygon fill='%232c2928' points='13.58 0.81 12.88 0.1 7.75 5.23 2.62 0.1 1.92 0.81 7.04 5.94 1.92 11.06 2.62 11.77 7.75 6.64 12.88 11.77 13.58 11.06 8.46 5.94 13.58 0.81'/%3E%3C/svg%3E");
}
.blog #posts #filter-list, .category #posts #filter-list {
  display: none;
  padding: 35px 0 0;
  position: relative;
  margin: 0 0 20px;
}
.blog #posts #filter-list ul, .category #posts #filter-list ul {
  margin: 0;
}
.blog #posts #filter-list::before, .category #posts #filter-list::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c9c6c5;
}
.blog #posts #filter-list::after, .category #posts #filter-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 8px);
  width: 12px;
  height: 12px;
  border: 2px solid #c9c6c5;
  border-radius: 50%;
  background: #fff;
}
.blog #posts #filter-list li, .category #posts #filter-list li {
  display: block;
  margin: 0 0 15px;
  font-family: nocturne-serif-lights, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.blog #posts #filter-list li.active, .category #posts #filter-list li.active {
  font-family: nocturne-serif, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.blog #posts #filter-list li .line, .category #posts #filter-list li .line {
  width: 70px;
  height: 2px;
  display: block;
  margin: 10px 0 0;
}
.blog #posts .column, .category #posts .column {
  margin-bottom: 20px;
}
.blog #posts .column img, .category #posts .column img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog #posts .column small, .category #posts .column small {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.blog #posts .column .line, .category #posts .column .line {
  width: 70px;
  height: 2px;
  margin: 0 0 10px;
}
.blog #posts .pagination .nav-links, .category #posts .pagination .nav-links {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.blog #posts .pagination .nav-links::before, .category #posts .pagination .nav-links::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #c9b06f;
}
.blog #posts .pagination .nav-links a, .blog #posts .pagination .nav-links span, .category #posts .pagination .nav-links a, .category #posts .pagination .nav-links span {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #c9b06f;
  border-radius: 50%;
  margin: 0 10px;
  text-align: center;
  background: #fff;
  position: relative;
  line-height: 36px;
  cursor: pointer;
}
.blog #posts .pagination .nav-links a.current, .blog #posts .pagination .nav-links span.current, .category #posts .pagination .nav-links a.current, .category #posts .pagination .nav-links span.current {
  background: #c9b06f;
  color: #fff;
  font-weight: 500;
}

@media (min-width: 768px) {
  .blog #posts, .category #posts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog #posts #filter-toggle, .category #posts #filter-toggle {
    margin: 0 0 30px;
  }
  .blog #posts #filter-toggle::after, .category #posts #filter-toggle::after {
    width: 17px;
    height: 13px;
  }
  .blog #posts #filter-list, .category #posts #filter-list {
    padding: 45px 0 0;
    margin: 0 0 30px;
  }
  .blog #posts #filter-list li, .category #posts #filter-list li {
    font-size: 18px;
  }
  .blog #posts #filter-list li.active, .category #posts #filter-list li.active {
    font-family: nocturne-serif, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
  .blog #posts .column, .category #posts .column {
    margin-bottom: 30px;
    width: 50%;
  }
  .blog #posts .column small, .category #posts .column small {
    font-size: 18px;
  }
  .blog #posts .column img.mediumimage, .category #posts .column img.mediumimage {
    height: 320px;
  }
  .blog #posts .pagination .nav-links a, .blog #posts .pagination .nav-links span, .category #posts .pagination .nav-links a, .category #posts .pagination .nav-links span {
    width: 45px;
    height: 45px;
    margin: 0 15px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .blog #posts, .category #posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blog #posts h2, .category #posts h2 {
    margin: 0 0 40px;
  }
  .blog #posts #filter-toggle, .category #posts #filter-toggle {
    margin: 0 0 40px;
  }
  .blog #posts #filter-list, .category #posts #filter-list {
    padding: 55px 0 0;
    margin: 0 0 40px;
  }
  .blog #posts #filter-list ul, .category #posts #filter-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog #posts #filter-list ul li, .category #posts #filter-list ul li {
    max-width: 16.6666666667%;
    text-align: center;
  }
  .blog #posts #filter-list ul li .line, .category #posts #filter-list ul li .line {
    margin: 10px auto 0;
  }
  .blog #posts .column, .category #posts .column {
    width: 33.3334%;
  }
  .blog #posts .column img.mediumimage, .category #posts .column img.mediumimage {
    height: 320px;
  }
  .blog #posts .pagination .nav-links, .category #posts .pagination .nav-links {
    margin: 30px 0 0;
  }
}
.single-post #post > img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post #post > img + .bg-lightgrey {
  padding-top: 30px;
}
.single-post #post .bg-lightgrey {
  padding: 60px 0 10px;
}
.single-post #post .bg-lightgrey img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}
.single-post #post small {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.single-post #post h1 {
  font-size: 35px;
  margin: 0 0 15px;
  line-height: 45px;
}
.single-post #post .line {
  position: relative;
  height: 2px;
  background: var(--post-theme-colour);
  margin: 7px 0 27px;
}
.single-post #post .line::before {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 8px);
  width: 12px;
  height: 12px;
  border: 2px solid var(--post-theme-colour);
  border-radius: 50%;
  background: #f6f5f5;
}
.single-post #post .intro {
  font-family: nocturne-serif-lights, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}
.single-post #blocks {
  padding-top: 30px;
}
.single-post #line {
  padding: 0 0 30px;
}
.single-post #line a {
  display: inline-block;
  margin: 0 0 30px;
}
.single-post #line .line {
  position: relative;
  height: 2px;
  background: var(--post-theme-colour);
  margin: 7px 0;
}
.single-post #line .line::before {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 8px);
  width: 12px;
  height: 12px;
  border: 2px solid var(--post-theme-colour);
  border-radius: 50%;
  background: #fff;
}
.single-post #related-posts {
  padding: 0 0 30px;
}
.single-post #related-posts .col-md-6:nth-child(2), .single-post #related-posts .col-md-6:nth-child(3) {
  display: none;
}
.single-post #related-posts .col-md-6 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post #related-posts .col-md-6 small {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.single-post #related-posts .col-md-6 .line {
  width: 70px;
  height: 2px;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .single-post #post > img + .bg-lightgrey {
    padding-top: 30px;
  }
  .single-post #post .bg-lightgrey {
    padding: 60px 0 20px;
  }
  .single-post #post .bg-lightgrey img {
    margin: 0 0 30px;
  }
  .single-post #post small {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .single-post #post h1 {
    font-size: 41px;
    line-height: 51px;
  }
  .single-post #post .intro {
    font-family: nocturne-serif-lights, serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
  }
  .single-post #blocks {
    padding-top: 40px;
  }
  .single-post #line {
    padding: 0 0 40px;
  }
  .single-post #line a {
    margin: 0 0 40px;
  }
  .single-post #related-posts {
    padding: 0 0 40px;
  }
  .single-post #related-posts .col-md-6:nth-child(2) {
    display: block;
  }
  .single-post #related-posts .col-md-6 small {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .single-post #post > img + .bg-lightgrey {
    padding-top: 40px;
  }
  .single-post #post .bg-lightgrey {
    padding: 60px 0 40px;
  }
  .single-post #post .bg-lightgrey img {
    margin: 0;
  }
  .single-post #post small {
    margin: 0 0 10px;
  }
  .single-post #post small.text-center {
    margin: 0 0 30px;
  }
  .single-post #post .line {
    margin-bottom: 37px;
  }
  .single-post #post .line + small {
    margin-top: -10px;
  }
  .single-post #post h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 10px;
  }
  .single-post #post .intro {
    font-family: nocturne-serif-lights, serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    margin: 0 0 30px;
  }
  .single-post #blocks {
    padding-top: 60px;
  }
  .single-post #line {
    padding: 0 0 60px;
  }
  .single-post #related-posts {
    padding: 0 0 60px;
  }
  .single-post #related-posts .col-md-6:nth-child(3) {
    display: block;
  }
}
.post-type-archive-wholesaler #wholesalers #results {
  background: #fff;
  padding: 30px 20px;
}
.post-type-archive-wholesaler #wholesalers #results form label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
}
.post-type-archive-wholesaler #wholesalers #results form input {
  padding: 0 15px;
  border: 1px solid #c9c6c5;
  border-right: none;
  display: inline-block;
  width: calc(100% - 55px);
  max-width: 270px;
  line-height: 48px;
}
.post-type-archive-wholesaler #wholesalers #results form button {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #c9c6c5;
  border-left: none;
  position: relative;
  color: transparent;
  margin-left: -5px;
}
.post-type-archive-wholesaler #wholesalers #results form button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}
.post-type-archive-wholesaler #wholesalers #results ul {
  margin: 20px 0 0;
  border-bottom: 1px solid #c9c6c5;
}
.post-type-archive-wholesaler #wholesalers #results ul li {
  border-top: 1px solid #c9c6c5;
  position: relative;
  padding: 10px 0;
}
.post-type-archive-wholesaler #wholesalers #results ul li strong {
  display: block;
  width: calc(100% - 50px);
}
.post-type-archive-wholesaler #wholesalers #results ul li a {
  display: block;
  width: calc(100% - 50px);
}
.post-type-archive-wholesaler #wholesalers #results ul li small {
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 0;
}
.post-type-archive-wholesaler #wholesalers #map {
  background: #c9c6c5;
  height: 500px;
}
.post-type-archive-wholesaler #wholesalers #map .marker {
  display: none;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.post-type-archive-wholesaler #wholesalers #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: none;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style .gm-style-iw-t::after {
  display: none;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style .gm-style-iw {
  overflow: visible !important;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style-iw.gm-style-iw-c {
  padding: 0;
  color: #fff;
  overflow: visible !important;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: visible !important;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style-iw.gm-style-iw-c button[title=Close] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.5 11.87'%3E%3Cpolygon fill='%23ffffff' points='13.58 0.81 12.88 0.1 7.75 5.23 2.62 0.1 1.92 0.81 7.04 5.94 1.92 11.06 2.62 11.77 7.75 6.64 12.88 11.77 13.58 11.06 8.46 5.94 13.58 0.81'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
  background-color: red;
  top: 5px !important;
  right: 5px !important;
  opacity: 1;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style-iw.gm-style-iw-c button[title=Close] img {
  display: none !important;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style-iw.gm-style-iw-c .infobox {
  padding: 20px 55px 20px 25px;
  color: #fff;
  background: #403a37;
  border-radius: 0;
  font-family: "soleil", sans-serif;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style-iw.gm-style-iw-c .infobox a {
  font-size: 16px;
  display: block;
}
.post-type-archive-wholesaler #wholesalers #map .gm-style-iw.gm-style-iw-c .infobox::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
  border-left: 12px solid transparent !important;
  border-right: 12px solid transparent !important;
  border-top: 15px solid #403a37;
  z-index: 1;
}

@media (min-width: 768px) {
  .post-type-archive-wholesaler #wholesalers #results {
    padding: 40px;
  }
  .post-type-archive-wholesaler #wholesalers #results ul li small {
    font-size: 18px;
  }
  .post-type-archive-wholesaler #wholesalers #map {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-wholesaler #wholesalers {
    position: relative;
  }
  .post-type-archive-wholesaler #wholesalers #results {
    position: absolute;
    top: 50px;
    left: 50px;
    padding: 30px;
    width: 50%;
    max-width: 500px;
    z-index: 1;
  }
  .post-type-archive-wholesaler #wholesalers #map {
    height: 900px;
  }
}
.woocommerce-notice,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: #fff;
  padding: 20px;
  margin: 0 0 25px;
  min-height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 400;
}
.woocommerce-notice a,
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  font-weight: 600;
  margin: 0 0 0 5px;
}
.woocommerce-notice a.button,
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
  background: #388060;
  color: #fff;
  order: 1;
  display: block;
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
}
div.wc_points_rewards_earn_points .woocommerce-info {
  display: block;
  text-align: center;
}

.woocommerce .button {
  display: inline-block;
  background: #403a37;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
}
.woocommerce .button.alt {
  background: #388060;
  color: #fff;
}
.woocommerce .button.bg-white {
  background: #fff;
  color: #2c2928;
}
.woocommerce .woocommerce-cart-form {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-cart-form table {
  width: 100%;
  border-spacing: 0;
}
.woocommerce .woocommerce-cart-form table thead {
  display: none;
}
.woocommerce .woocommerce-cart-form table tr {
  display: block;
  border-top: 1px solid #c9c6c5;
  padding: 5px 0 10px;
}
.woocommerce .woocommerce-cart-form table th {
  display: none;
  font-family: nocturne-serif, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
.woocommerce .woocommerce-cart-form table td {
  display: block;
  text-align: right;
  padding: 0;
  clear: both;
}
.woocommerce .woocommerce-cart-form table td a {
  font-weight: 700;
  line-height: 40px;
}
.woocommerce .woocommerce-cart-form table td dl {
  margin: 0;
}
.woocommerce .woocommerce-cart-form table td dt {
  display: block;
  font-weight: 400;
  margin: 0 0 5px;
  float: left;
  clear: both;
}
.woocommerce .woocommerce-cart-form table td dd {
  display: block;
  margin: 0 0 5px;
  float: right;
}
.woocommerce .woocommerce-cart-form table td dd p {
  display: inline;
}
.woocommerce .woocommerce-cart-form table td span {
  line-height: 40px;
}
.woocommerce .woocommerce-cart-form table td[data-title]::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  display: inline-block;
  width: calc(50% - 0.3em);
  text-align: left;
  line-height: 40px;
  float: left;
}
.woocommerce .woocommerce-cart-form table td.product-thumbnail {
  text-align: left;
}
.woocommerce .woocommerce-cart-form table td.product-thumbnail img {
  display: block;
  width: 80px;
  height: auto;
}
.woocommerce .woocommerce-cart-form table td.product-remove {
  text-align: left;
}
.woocommerce .woocommerce-cart-form table td input[type=number] {
  background: #fff;
  padding: 0 15px;
  width: 100px;
  text-align: right;
  line-height: 40px;
}
.woocommerce .woocommerce-cart-form table td .quantity label {
  display: none;
}
.woocommerce .woocommerce-cart-form table td .quantity button {
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
}
.woocommerce .woocommerce-cart-form table td .quantity input {
  width: 60px;
}
.woocommerce .woocommerce-cart-form table .coupon {
  padding: 10px 0;
  width: 100%;
}
.woocommerce .woocommerce-cart-form table .coupon input[type=text] {
  width: 50%;
  background: #fff;
  padding: 0 15px;
  line-height: 40px;
}
.woocommerce .woocommerce-cart-form table .coupon .button {
  width: calc(50% - 0.3em);
  height: 40px;
  vertical-align: top;
  padding-top: 7px;
}
.woocommerce .woocommerce-cart-form table .coupon label {
  display: none;
}
.woocommerce .cart-collaterals {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.woocommerce .cart-collaterals .delivery {
  background: rgba(0, 0, 0, 0.025);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  width: 100%;
}
.woocommerce .cart-collaterals .delivery span {
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce .cart-collaterals .delivery strong {
  display: block;
  max-width: calc(100% - 65px);
}
.woocommerce .cross-sells {
  width: 100%;
}
.woocommerce .cart_totals {
  background: #fff;
  padding: 20px;
  width: 100%;
}
.woocommerce .cart_totals h2 {
  display: none;
}
.woocommerce .cart_totals table {
  margin: 0 0 20px;
  width: 100%;
}
.woocommerce .cart_totals table tr:last-child th,
.woocommerce .cart_totals table tr:last-child td {
  border: none;
}
.woocommerce .cart_totals table th {
  width: 30%;
  text-align: left;
}
.woocommerce .cart_totals table td {
  width: 70%;
  text-align: right;
}
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
  border-bottom: 1px solid #c9c6c5;
  padding: 10px 0;
  vertical-align: top;
}
.woocommerce .cart_totals table ul,
.woocommerce .cart_totals table p {
  margin: 0 0 10px;
}
.woocommerce .cart_totals table ul li,
.woocommerce .cart_totals table p li {
  margin: 0 0 5px;
}
.woocommerce .cart_totals table a.shipping-calculator-button {
  display: inline-block;
  padding: 1px 20px 2px;
  background: #403a37;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 300;
  margin: 5px 0 0;
  color: #fff;
}
.woocommerce .cart_totals table .shipping-calculator-form {
  padding: 15px 0 0;
}
.woocommerce .cart_totals table .shipping-calculator-form input[type=text],
.woocommerce .cart_totals table .shipping-calculator-form select {
  background: #fff;
  line-height: 40px;
  width: 100%;
  padding: 0 15px;
  border: solid 1px #ccc;
  border-radius: 5px;
}
.woocommerce .cart_totals table .shipping-calculator-form .select2-container--default .select2-selection--single {
  min-height: 40px;
}
.woocommerce .cart_totals table .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 25px 5px 15px;
}
.woocommerce .cart_totals table .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.woocommerce .cart_totals table .shipping-calculator-form .form-row#calc_shipping_state_field {
  display: none !important;
}
.woocommerce .cart_totals table .shipping-calculator-form .form-row#calc_shipping_city_field {
  display: none !important;
}
.woocommerce .cart_totals table .shipping-calculator-form .button {
  background: #73af5b;
}
.woocommerce .wc-proceed-to-checkout .button {
  width: 100%;
  text-align: center;
}
.woocommerce #customer_details,
.woocommerce .woocommerce-ResetPassword,
.woocommerce .woocommerce-columns--addresses,
.woocommerce .woocommerce-form-coupon,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-EditAccountForm,
.woocommerce .woocommerce-address-fields {
  margin: 0 0 20px;
}
.woocommerce #customer_details .col-1,
.woocommerce .woocommerce-ResetPassword .col-1,
.woocommerce .woocommerce-columns--addresses .col-1,
.woocommerce .woocommerce-form-coupon .col-1,
.woocommerce .woocommerce-form-login .col-1,
.woocommerce .woocommerce-EditAccountForm .col-1,
.woocommerce .woocommerce-address-fields .col-1 {
  margin: 0 0 30px;
}
.woocommerce #customer_details.woocommerce-EditAccountForm, .woocommerce #customer_details.woocommerce-address-fields,
.woocommerce .woocommerce-ResetPassword.woocommerce-EditAccountForm,
.woocommerce .woocommerce-ResetPassword.woocommerce-address-fields,
.woocommerce .woocommerce-columns--addresses.woocommerce-EditAccountForm,
.woocommerce .woocommerce-columns--addresses.woocommerce-address-fields,
.woocommerce .woocommerce-form-coupon.woocommerce-EditAccountForm,
.woocommerce .woocommerce-form-coupon.woocommerce-address-fields,
.woocommerce .woocommerce-form-login.woocommerce-EditAccountForm,
.woocommerce .woocommerce-form-login.woocommerce-address-fields,
.woocommerce .woocommerce-EditAccountForm.woocommerce-EditAccountForm,
.woocommerce .woocommerce-EditAccountForm.woocommerce-address-fields,
.woocommerce .woocommerce-address-fields.woocommerce-EditAccountForm,
.woocommerce .woocommerce-address-fields.woocommerce-address-fields {
  padding: 0;
  margin: 0;
}
.woocommerce #customer_details.woocommerce-ResetPassword,
.woocommerce .woocommerce-ResetPassword.woocommerce-ResetPassword,
.woocommerce .woocommerce-columns--addresses.woocommerce-ResetPassword,
.woocommerce .woocommerce-form-coupon.woocommerce-ResetPassword,
.woocommerce .woocommerce-form-login.woocommerce-ResetPassword,
.woocommerce .woocommerce-EditAccountForm.woocommerce-ResetPassword,
.woocommerce .woocommerce-address-fields.woocommerce-ResetPassword {
  margin: 0;
}
.woocommerce #customer_details h2,
.woocommerce #customer_details h3,
.woocommerce #customer_details legend,
.woocommerce .woocommerce-ResetPassword h2,
.woocommerce .woocommerce-ResetPassword h3,
.woocommerce .woocommerce-ResetPassword legend,
.woocommerce .woocommerce-columns--addresses h2,
.woocommerce .woocommerce-columns--addresses h3,
.woocommerce .woocommerce-columns--addresses legend,
.woocommerce .woocommerce-form-coupon h2,
.woocommerce .woocommerce-form-coupon h3,
.woocommerce .woocommerce-form-coupon legend,
.woocommerce .woocommerce-form-login h2,
.woocommerce .woocommerce-form-login h3,
.woocommerce .woocommerce-form-login legend,
.woocommerce .woocommerce-EditAccountForm h2,
.woocommerce .woocommerce-EditAccountForm h3,
.woocommerce .woocommerce-EditAccountForm legend,
.woocommerce .woocommerce-address-fields h2,
.woocommerce .woocommerce-address-fields h3,
.woocommerce .woocommerce-address-fields legend {
  margin: 0 0 20px;
  display: block;
  font-family: nocturne-serif, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce #customer_details h3 label,
.woocommerce .woocommerce-ResetPassword h3 label,
.woocommerce .woocommerce-columns--addresses h3 label,
.woocommerce .woocommerce-form-coupon h3 label,
.woocommerce .woocommerce-form-login h3 label,
.woocommerce .woocommerce-EditAccountForm h3 label,
.woocommerce .woocommerce-address-fields h3 label {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce #customer_details em,
.woocommerce .woocommerce-ResetPassword em,
.woocommerce .woocommerce-columns--addresses em,
.woocommerce .woocommerce-form-coupon em,
.woocommerce .woocommerce-form-login em,
.woocommerce .woocommerce-EditAccountForm em,
.woocommerce .woocommerce-address-fields em {
  display: block;
  margin: 5px 0 0;
}
.woocommerce #customer_details label,
.woocommerce .woocommerce-ResetPassword label,
.woocommerce .woocommerce-columns--addresses label,
.woocommerce .woocommerce-form-coupon label,
.woocommerce .woocommerce-form-login label,
.woocommerce .woocommerce-EditAccountForm label,
.woocommerce .woocommerce-address-fields label {
  display: block;
  margin: 0 0 5px;
  font-weight: 400;
}
.woocommerce #customer_details input[type=text],
.woocommerce #customer_details input[type=email],
.woocommerce #customer_details input[type=tel],
.woocommerce #customer_details input[type=password],
.woocommerce #customer_details select,
.woocommerce .woocommerce-ResetPassword input[type=text],
.woocommerce .woocommerce-ResetPassword input[type=email],
.woocommerce .woocommerce-ResetPassword input[type=tel],
.woocommerce .woocommerce-ResetPassword input[type=password],
.woocommerce .woocommerce-ResetPassword select,
.woocommerce .woocommerce-columns--addresses input[type=text],
.woocommerce .woocommerce-columns--addresses input[type=email],
.woocommerce .woocommerce-columns--addresses input[type=tel],
.woocommerce .woocommerce-columns--addresses input[type=password],
.woocommerce .woocommerce-columns--addresses select,
.woocommerce .woocommerce-form-coupon input[type=text],
.woocommerce .woocommerce-form-coupon input[type=email],
.woocommerce .woocommerce-form-coupon input[type=tel],
.woocommerce .woocommerce-form-coupon input[type=password],
.woocommerce .woocommerce-form-coupon select,
.woocommerce .woocommerce-form-login input[type=text],
.woocommerce .woocommerce-form-login input[type=email],
.woocommerce .woocommerce-form-login input[type=tel],
.woocommerce .woocommerce-form-login input[type=password],
.woocommerce .woocommerce-form-login select,
.woocommerce .woocommerce-EditAccountForm input[type=text],
.woocommerce .woocommerce-EditAccountForm input[type=email],
.woocommerce .woocommerce-EditAccountForm input[type=tel],
.woocommerce .woocommerce-EditAccountForm input[type=password],
.woocommerce .woocommerce-EditAccountForm select,
.woocommerce .woocommerce-address-fields input[type=text],
.woocommerce .woocommerce-address-fields input[type=email],
.woocommerce .woocommerce-address-fields input[type=tel],
.woocommerce .woocommerce-address-fields input[type=password],
.woocommerce .woocommerce-address-fields select {
  background: #fff;
  padding: 0 15px;
  line-height: 45px;
  width: 100%;
  border: 1px solid #c9c6c5;
}
.woocommerce #customer_details textarea,
.woocommerce .woocommerce-ResetPassword textarea,
.woocommerce .woocommerce-columns--addresses textarea,
.woocommerce .woocommerce-form-coupon textarea,
.woocommerce .woocommerce-form-login textarea,
.woocommerce .woocommerce-EditAccountForm textarea,
.woocommerce .woocommerce-address-fields textarea {
  background: #fff;
  padding: 10px 15px;
  width: 100%;
}
.woocommerce #customer_details p,
.woocommerce .woocommerce-ResetPassword p,
.woocommerce .woocommerce-columns--addresses p,
.woocommerce .woocommerce-form-coupon p,
.woocommerce .woocommerce-form-login p,
.woocommerce .woocommerce-EditAccountForm p,
.woocommerce .woocommerce-address-fields p {
  margin: 0 0 15px;
  width: 100%;
}
.woocommerce #order_review_heading {
  padding: 0 0 20px;
  margin: 0;
  font-family: nocturne-serif, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce #order_review {
  background: #fff;
  padding: 25px;
}
.woocommerce #order_review h3 {
  font-family: nocturne-serif, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce .woocommerce-checkout-review-order-table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 20px;
}
.woocommerce .woocommerce-checkout-review-order-table tr {
  display: table-row;
}
.woocommerce .woocommerce-checkout-review-order-table tr th,
.woocommerce .woocommerce-checkout-review-order-table tr td {
  width: 50%;
  display: table-cell;
  border-bottom: 1px solid #c9c6c5;
  padding: 10px 0;
  text-align: left;
}
.woocommerce .woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce .woocommerce-checkout-review-order-table tr td:last-child {
  text-align: right;
}
.woocommerce .woocommerce-checkout-review-order-table tr th:first-child,
.woocommerce .woocommerce-checkout-review-order-table tr td:first-child {
  text-align: left;
}
.woocommerce .woocommerce-checkout-review-order-table tr th::before,
.woocommerce .woocommerce-checkout-review-order-table tr td::before {
  display: none;
}
.woocommerce .woocommerce-checkout-review-order-table tr th ul,
.woocommerce .woocommerce-checkout-review-order-table tr td ul {
  margin: 0;
}
.woocommerce .woocommerce-checkout-review-order-table tr th ul li,
.woocommerce .woocommerce-checkout-review-order-table tr td ul li {
  margin: 5px 0;
}
.woocommerce .woocommerce-checkout-review-order-table tr th dl,
.woocommerce .woocommerce-checkout-review-order-table tr td dl {
  margin: 5px 0 0;
}
.woocommerce .woocommerce-checkout-review-order-table tr th dt,
.woocommerce .woocommerce-checkout-review-order-table tr td dt {
  display: block;
  font-weight: 400;
  margin: 0 5px 5px 0;
  float: left;
  clear: both;
}
.woocommerce .woocommerce-checkout-review-order-table tr th dd,
.woocommerce .woocommerce-checkout-review-order-table tr td dd {
  display: block;
  margin: 0 0 5px;
  float: left;
}
.woocommerce .woocommerce-checkout-review-order-table tr th dd p,
.woocommerce .woocommerce-checkout-review-order-table tr td dd p {
  display: inline;
}
.woocommerce #payment p,
.woocommerce #payment ul {
  margin: 0 0 15px;
}
.woocommerce #payment p li,
.woocommerce #payment ul li {
  margin: 0 0 5px;
}
.woocommerce #payment .payment_box {
  margin: 10px 0 0;
  padding: 20px;
  background: #f6f5f5;
}
.woocommerce #payment .payment_box p {
  margin: 0;
}
.woocommerce #payment button[type=submit] {
  width: 100%;
  margin: 10px 0 0;
}
.woocommerce .woocommerce-order-overview {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-order-overview + p {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-MyAccount-navigation {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  position: relative;
  margin: 0 0 20px;
  padding: 50px 0 10px;
  height: 40px;
  overflow: hidden;
}
.woocommerce .woocommerce-MyAccount-navigation ul.open {
  height: auto;
}
.woocommerce .woocommerce-MyAccount-navigation ul.open li.is-active::after {
  border-top-width: 0;
  border-bottom: 10px solid #388060;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  line-height: 40px;
  border-bottom: 1px solid #c9c6c5;
  font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #388060;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: calc(100% - 100px);
}
.woocommerce .woocommerce-MyAccount-content {
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-content p {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-MyAccount-content h2,
.woocommerce .woocommerce-MyAccount-content h3 {
  margin: 0 0 15px;
  font-family: nocturne-serif, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce .woocommerce-MyAccount-content mark {
  background: none;
  color: #2c2928;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses {
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-content address {
  font-style: normal;
}
.woocommerce .woocommerce-Addresses .col-1,
.woocommerce .woocommerce-Addresses .col-2 {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-Addresses a.edit {
  display: inline-block;
  padding: 0 20px;
  background: #388060;
  line-height: 40px;
  margin: 0 0 10px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.woocommerce .woocommerce-table--order-details {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 20px;
}
.woocommerce .woocommerce-table--order-details tr {
  display: table-row;
}
.woocommerce .woocommerce-table--order-details tr th,
.woocommerce .woocommerce-table--order-details tr td {
  width: 50%;
  display: table-cell;
  border-bottom: 1px solid #c9c6c5;
  padding: 10px 0;
  text-align: left;
}
.woocommerce .woocommerce-table--order-details tr th:first-child,
.woocommerce .woocommerce-table--order-details tr td:first-child {
  text-align: left;
}
.woocommerce .woocommerce-table--order-details tr th::before,
.woocommerce .woocommerce-table--order-details tr td::before {
  display: none;
}
.woocommerce .woocommerce-table--order-details tr th ul,
.woocommerce .woocommerce-table--order-details tr td ul {
  margin: 0;
}
.woocommerce .woocommerce-table--order-details tr th ul li,
.woocommerce .woocommerce-table--order-details tr td ul li {
  margin: 5px 0;
}
.woocommerce .woocommerce-MyAccount-orders {
  width: 100%;
  border-spacing: 0;
}
.woocommerce .woocommerce-MyAccount-orders thead {
  display: none;
}
.woocommerce .woocommerce-MyAccount-orders tr {
  display: block;
  border-top: 1px solid #c9c6c5;
  padding: 0 0 15px;
}
.woocommerce .woocommerce-MyAccount-orders th {
  display: none;
}
.woocommerce .woocommerce-MyAccount-orders td {
  display: block;
  text-align: right;
  padding: 0;
  line-height: 40px;
}
.woocommerce .woocommerce-MyAccount-orders td[data-title]::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  display: inline-block;
  width: calc(50% - 0.3em);
  text-align: left;
  line-height: 40px;
  float: left;
}
.woocommerce .woocommerce-MyAccount-orders td[data-title=Actions]::before {
  display: none;
}
.woocommerce .woocommerce-MyAccount-orders td[data-title=Actions] a {
  display: block;
  text-align: center;
}
.woocommerce #customer_login .col-1 {
  margin: 0 0 25px;
  width: 100%;
}
.woocommerce #customer_login .col-2 {
  margin: 70px 0 25px;
  width: 100%;
}
.woocommerce #customer_login h2,
.woocommerce #customer_login h3,
.woocommerce #customer_login legend {
  margin: 0 0 20px;
  display: block;
  font-family: nocturne-serif, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce #customer_login em {
  display: block;
  margin: 5px 0 0;
}
.woocommerce #customer_login label {
  display: block;
  margin: 0 0 5px;
  font-weight: 400;
}
.woocommerce #customer_login input[type=text],
.woocommerce #customer_login input[type=email],
.woocommerce #customer_login input[type=tel],
.woocommerce #customer_login input[type=password],
.woocommerce #customer_login select {
  background: #fff;
  padding: 0 15px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #c9c6c5;
}
.woocommerce #customer_login textarea {
  background: #fff;
  padding: 10px 15px;
  width: 100%;
}
.woocommerce #customer_login p {
  margin: 0 0 15px;
  width: 100%;
}
.woocommerce #customer_login .woocommerce-form-login__rememberme {
  margin: 0 0 15px;
}
.woocommerce #customer_login .button {
  background: #388060;
  color: #fff;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  color: #2c2928;
  padding: 0 0 0 35px;
  min-height: 0;
  background-color: transparent;
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/user.svg);
  background-position: top 4px left;
  background-repeat: no-repeat;
  justify-content: flex-start;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a {
  font-weight: 600;
}

@media (min-width: 768px) {
  .woocommerce-notice,
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    display: block;
    position: relative;
    min-height: 70px;
    margin: 0 0 30px;
    padding-right: 225px;
  }
  .woocommerce-notice a.button,
  .woocommerce-message a.button,
  .woocommerce-info a.button,
  .woocommerce-error a.button {
    display: block;
    width: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    max-width: 200px;
    transform: translateY(-50%);
  }
  div.wc_points_rewards_earn_points .woocommerce-info {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-cart-form {
    margin: 0 0 40px;
  }
  .woocommerce .woocommerce-cart-form table thead {
    display: table-header-group;
  }
  .woocommerce .woocommerce-cart-form table tr {
    display: table-row;
  }
  .woocommerce .woocommerce-cart-form table th {
    display: table-cell;
    text-align: left;
    border-bottom: 1px solid #c9c6c5;
    padding: 10px 0;
    font-size: 20px;
  }
  .woocommerce .woocommerce-cart-form table td {
    display: table-cell;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #c9c6c5;
  }
  .woocommerce .woocommerce-cart-form table td.actions {
    border: none;
  }
  .woocommerce .woocommerce-cart-form table td > span,
  .woocommerce .woocommerce-cart-form table td > a,
  .woocommerce .woocommerce-cart-form table td > div {
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form table td[data-title]::before {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table td input[type=number] {
    text-align: left;
  }
  .woocommerce .woocommerce-cart-form table td dt {
    margin-right: 5px;
  }
  .woocommerce .woocommerce-cart-form table td dd {
    float: left;
    margin: 0 0 5px;
  }
  .woocommerce .woocommerce-cart-form table .coupon {
    width: 50%;
    display: inline-block;
  }
  .woocommerce .woocommerce-cart-form table .coupon input[type=text] {
    width: auto;
    padding: 4px 15px;
  }
  .woocommerce .woocommerce-cart-form table .coupon .button {
    width: auto;
    padding-top: 9px;
    height: 48px;
  }
  .woocommerce .woocommerce-cart-form table .button[name=update_cart] {
    float: right;
    margin: 10px 0;
  }
  .woocommerce .cross-sells {
    width: 50%;
    padding-right: 40px;
  }
  .woocommerce .cart-collaterals .delivery {
    margin: 0 30px 0 0;
    width: calc(50% - 30px);
  }
  .woocommerce .cart_totals {
    text-align: right;
    font-size: 20px;
    width: 50%;
  }
  .woocommerce .cart_totals table {
    margin: 0 0 20px;
  }
  .woocommerce .cart_totals table th,
  .woocommerce .cart_totals table td {
    padding: 15px 0;
  }
  .woocommerce .cart_totals table ul,
  .woocommerce .cart_totals table p {
    margin: 0 0 15px;
  }
  .woocommerce .cart_totals table ul li,
  .woocommerce .cart_totals table p li {
    margin: 0 0 10px;
  }
  .woocommerce .cart_totals table a.shipping-calculator-button {
    line-height: 45px;
  }
  .woocommerce .cart_totals table .shipping-calculator-form {
    padding: 15px 0 0;
  }
  .woocommerce .wc-proceed-to-checkout {
    clear: both;
  }
  .woocommerce .wc-proceed-to-checkout .button {
    width: auto;
  }
  .woocommerce #customer_details,
  .woocommerce .woocommerce-ResetPassword,
  .woocommerce .woocommerce-columns--addresses,
  .woocommerce .woocommerce-form-coupon,
  .woocommerce .woocommerce-form-login,
  .woocommerce .woocommerce-EditAccountForm,
  .woocommerce .woocommerce-address-fields {
    margin: 0 0 40px;
  }
  .woocommerce #customer_details div,
  .woocommerce #customer_details fieldset,
  .woocommerce .woocommerce-ResetPassword div,
  .woocommerce .woocommerce-ResetPassword fieldset,
  .woocommerce .woocommerce-columns--addresses div,
  .woocommerce .woocommerce-columns--addresses fieldset,
  .woocommerce .woocommerce-form-coupon div,
  .woocommerce .woocommerce-form-coupon fieldset,
  .woocommerce .woocommerce-form-login div,
  .woocommerce .woocommerce-form-login fieldset,
  .woocommerce .woocommerce-EditAccountForm div,
  .woocommerce .woocommerce-EditAccountForm fieldset,
  .woocommerce .woocommerce-address-fields div,
  .woocommerce .woocommerce-address-fields fieldset {
    width: 100%;
  }
  .woocommerce #customer_details.woocommerce-ResetPassword,
  .woocommerce .woocommerce-ResetPassword.woocommerce-ResetPassword,
  .woocommerce .woocommerce-columns--addresses.woocommerce-ResetPassword,
  .woocommerce .woocommerce-form-coupon.woocommerce-ResetPassword,
  .woocommerce .woocommerce-form-login.woocommerce-ResetPassword,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-ResetPassword,
  .woocommerce .woocommerce-address-fields.woocommerce-ResetPassword {
    margin: 0;
  }
  .woocommerce #customer_details.woocommerce-EditAccountForm, .woocommerce #customer_details.woocommerce-address-fields,
  .woocommerce .woocommerce-ResetPassword.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-ResetPassword.woocommerce-address-fields,
  .woocommerce .woocommerce-columns--addresses.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-columns--addresses.woocommerce-address-fields,
  .woocommerce .woocommerce-form-coupon.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-form-coupon.woocommerce-address-fields,
  .woocommerce .woocommerce-form-login.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-form-login.woocommerce-address-fields,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-address-fields,
  .woocommerce .woocommerce-address-fields.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-address-fields.woocommerce-address-fields {
    padding: 0;
    margin: 0;
  }
  .woocommerce #customer_details h3,
  .woocommerce #customer_details h2,
  .woocommerce #customer_details legend,
  .woocommerce .woocommerce-ResetPassword h3,
  .woocommerce .woocommerce-ResetPassword h2,
  .woocommerce .woocommerce-ResetPassword legend,
  .woocommerce .woocommerce-columns--addresses h3,
  .woocommerce .woocommerce-columns--addresses h2,
  .woocommerce .woocommerce-columns--addresses legend,
  .woocommerce .woocommerce-form-coupon h3,
  .woocommerce .woocommerce-form-coupon h2,
  .woocommerce .woocommerce-form-coupon legend,
  .woocommerce .woocommerce-form-login h3,
  .woocommerce .woocommerce-form-login h2,
  .woocommerce .woocommerce-form-login legend,
  .woocommerce .woocommerce-EditAccountForm h3,
  .woocommerce .woocommerce-EditAccountForm h2,
  .woocommerce .woocommerce-EditAccountForm legend,
  .woocommerce .woocommerce-address-fields h3,
  .woocommerce .woocommerce-address-fields h2,
  .woocommerce .woocommerce-address-fields legend {
    margin: 0 0 20px;
    font-family: nocturne-serif, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .woocommerce #customer_details h3,
  .woocommerce .woocommerce-ResetPassword h3,
  .woocommerce .woocommerce-columns--addresses h3,
  .woocommerce .woocommerce-form-coupon h3,
  .woocommerce .woocommerce-form-login h3,
  .woocommerce .woocommerce-EditAccountForm h3,
  .woocommerce .woocommerce-address-fields h3 {
    font-family: nocturne-serif, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .woocommerce #customer_details h3 label,
  .woocommerce .woocommerce-ResetPassword h3 label,
  .woocommerce .woocommerce-columns--addresses h3 label,
  .woocommerce .woocommerce-form-coupon h3 label,
  .woocommerce .woocommerce-form-login h3 label,
  .woocommerce .woocommerce-EditAccountForm h3 label,
  .woocommerce .woocommerce-address-fields h3 label {
    font-size: 18px;
  }
  .woocommerce #customer_details label,
  .woocommerce .woocommerce-ResetPassword label,
  .woocommerce .woocommerce-columns--addresses label,
  .woocommerce .woocommerce-form-coupon label,
  .woocommerce .woocommerce-form-login label,
  .woocommerce .woocommerce-EditAccountForm label,
  .woocommerce .woocommerce-address-fields label {
    margin: 0 0 5px;
  }
  .woocommerce #customer_details p,
  .woocommerce .woocommerce-ResetPassword p,
  .woocommerce .woocommerce-columns--addresses p,
  .woocommerce .woocommerce-form-coupon p,
  .woocommerce .woocommerce-form-login p,
  .woocommerce .woocommerce-EditAccountForm p,
  .woocommerce .woocommerce-address-fields p {
    margin: 0 0 20px;
    width: 100%;
  }
  .woocommerce #order_review_heading {
    font-family: nocturne-serif, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .woocommerce #order_review h3 {
    font-family: nocturne-serif, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .woocommerce .woocommerce-checkout-review-order-table {
    margin: 0 0 40px;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr {
    display: table-row;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th,
  .woocommerce .woocommerce-checkout-review-order-table tr td {
    padding: 10px 0;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th ul li,
  .woocommerce .woocommerce-checkout-review-order-table tr td ul li {
    margin: 10px 0;
  }
  .woocommerce #payment {
    margin: 0;
  }
  .woocommerce #payment p,
  .woocommerce #payment ul {
    margin: 0 0 20px;
  }
  .woocommerce #payment p li,
  .woocommerce #payment ul li {
    margin: 0 0 10px;
  }
  .woocommerce .woocommerce-order-overview {
    margin: 0 0 40px;
    padding: 30px;
    background: #fff;
  }
  .woocommerce .woocommerce-order-overview + p {
    margin: 0 0 40px;
    padding: 30px;
    background: #fff;
  }
  .woocommerce .woocommerce-MyAccount-navigation {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    height: auto;
    padding: 0;
    background: none;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    border-top: none;
    border-bottom: 1px solid #c9c6c5;
    padding: 10px 0 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    position: relative;
    top: auto;
    left: auto;
    border-bottom: 1px solid #c9c6c5;
    width: 100%;
    padding: 10px 0 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: none;
    border-left: 10px solid #388060;
    top: 22px;
  }
  .woocommerce .woocommerce-MyAccount-content {
    display: inline-block;
    width: calc(75% - 50px - 0.3em);
    vertical-align: top;
    margin: 0 0 0 50px;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses {
    padding: 0;
    margin: 0 -15px;
  }
  .woocommerce .woocommerce-MyAccount-content h2,
  .woocommerce .woocommerce-MyAccount-content h3 {
    margin: 0 0 20px;
    font-family: nocturne-serif, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .woocommerce .woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .woocommerce .woocommerce-Addresses .col-1,
  .woocommerce .woocommerce-Addresses .col-2 {
    width: 50%;
    padding: 0 15px;
  }
  .woocommerce .woocommerce-table--order-details {
    margin: 0 0 40px;
  }
  .woocommerce .woocommerce-table--order-details tr {
    display: table-row;
  }
  .woocommerce .woocommerce-table--order-details tr th,
  .woocommerce .woocommerce-table--order-details tr td {
    padding: 15px 0;
  }
  .woocommerce .woocommerce-table--order-details tr th ul li,
  .woocommerce .woocommerce-table--order-details tr td ul li {
    margin: 10px 0;
  }
  .woocommerce .woocommerce-MyAccount-orders thead {
    display: table-header-group;
  }
  .woocommerce .woocommerce-MyAccount-orders tr {
    display: table-row;
  }
  .woocommerce .woocommerce-MyAccount-orders th {
    display: table-cell;
    text-align: left;
    border-bottom: 1px solid #c9c6c5;
    padding: 10px 0;
  }
  .woocommerce .woocommerce-MyAccount-orders td {
    display: table-cell;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #c9c6c5;
  }
  .woocommerce .woocommerce-MyAccount-orders td.actions {
    border: none;
  }
  .woocommerce .woocommerce-MyAccount-orders td[data-title]::before {
    display: none;
  }
  .woocommerce #customer_login {
    margin: 0 -15px 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce #customer_login div,
  .woocommerce #customer_login fieldset {
    width: 100%;
  }
  .woocommerce #customer_login .col-1,
  .woocommerce #customer_login .col-2 {
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 30px;
  }
  .woocommerce #customer_login h3,
  .woocommerce #customer_login h2,
  .woocommerce #customer_login legend {
    margin: 0 0 20px;
  }
  .woocommerce #customer_login label {
    margin: 0 0 5px;
  }
  .woocommerce #customer_login p {
    margin: 0 0 20px;
    width: 100%;
  }
}
html {
  font-size: 16px;
}

body {
  margin: 0;
  background: #f1eded;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

.cs-info-sticky-button {
  display: none !important;
}

#page {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.super-container {
  width: 100%;
  max-width: 1500px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  font-family: nocturne-serif, serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  margin: 0;
}

h2 {
  font-family: nocturne-serif, serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 20px;
}

h3 {
  font-family: nocturne-serif-lights, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 20px;
}

h4,
h5,
h6 {
  font-family: nocturne-serif, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 15px;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
}
.arrow-link:hover .arrow-link__line::after {
  transform: scaleX(1);
}
.arrow-link:hover .arrow-link__line .arrow-link__chevron {
  opacity: 1;
}
.arrow-link:hover .arrow-link__text {
  text-shadow: 0.5px 0 currentColor, -0.5px 0 currentColor, 0 0.5px currentColor, 0 -0.5px currentColor;
}
.arrow-link__line {
  position: relative;
  width: 25px;
  height: 1px;
}
.arrow-link__line::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 15px;
  background: #000;
}
.arrow-link__line::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 10px;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in-out;
}
.arrow-link__chevron {
  position: absolute;
  right: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}

.arrow-link-exl {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  text-transform: uppercase;
}
.arrow-link-exl:hover .arrow-link-exl__line {
  width: 25px;
}
.arrow-link-exl:hover .arrow-link-exl__chevron {
  opacity: 1;
}
.arrow-link-exl:hover .arrow-link-exl__text {
  text-shadow: 0.5px 0 currentColor, -0.5px 0 currentColor, 0 0.5px currentColor, 0 -0.5px currentColor;
}
.arrow-link-exl__line {
  background-color: #000;
  position: relative;
  width: 15px;
  height: 1px;
  transition: width 0.2s linear;
}
.arrow-link-exl__chevron {
  position: absolute;
  left: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}

.arrow-link-exr {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  position: relative;
  text-transform: uppercase;
}
.arrow-link-exr:hover .arrow-link-exr__line {
  width: 25px;
}
.arrow-link-exr:hover .arrow-link-exr__chevron {
  opacity: 1;
}
.arrow-link-exr:hover .arrow-link-exr__text {
  text-shadow: 0.5px 0 currentColor, -0.5px 0 currentColor, 0 0.5px currentColor, 0 -0.5px currentColor;
}
.arrow-link-exr__line {
  background-color: #000;
  position: relative;
  width: 15px;
  height: 1px;
  transition: width 0.2s linear;
}
.arrow-link-exr__chevron {
  position: absolute;
  right: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}

a.dash-link, a.button.alt,
button.dash-link,
button.button.alt {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  line-height: 1.2;
}
a.dash-link::after, a.button.alt::after,
button.dash-link::after,
button.button.alt::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 20px;
  background: #2c2928;
  top: 50%;
  right: 0;
}
a.dash-link.back, a.button.alt.back,
button.dash-link.back,
button.button.alt.back {
  padding-left: 30px;
  padding-right: 0;
}
a.dash-link.back::after, a.button.alt.back::after,
button.dash-link.back::after,
button.button.alt.back::after {
  right: auto;
  left: 0;
}
a.button,
button.button {
  padding: 12px 15px 14px;
  background: #388060;
  color: #fff;
}
a.button.dash-link, a.button.alt,
button.button.dash-link,
button.button.alt {
  padding-right: 45px;
}
a.button.dash-link::after, a.button.alt::after,
button.button.dash-link::after,
button.button.alt::after {
  right: 15px;
  background: #fff;
}
a.button.dash-link.back, a.button.alt.back,
button.button.dash-link.back,
button.button.alt.back {
  padding-right: 15px;
  padding-left: 0;
}
a.button.dash-link.back::after, a.button.alt.back::after,
button.button.dash-link.back::after,
button.button.alt.back::after {
  right: auto;
  left: 15px;
}

p {
  margin: 0 0 20px;
}

strong {
  font-weight: 600;
}

.wysiwyg ul {
  list-style: none;
  padding-left: 30px;
  margin: 0 0 20px;
}
.wysiwyg ul li {
  margin: 0 0 15px;
}
.wysiwyg ul li::before {
  content: "•";
  color: #c9b06f;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  font-size: 1.5em;
  line-height: 0.8em;
  vertical-align: top;
}
.wysiwyg ol {
  list-style: none;
  padding-left: 30px;
  margin: 0 0 20px;
  counter-reset: item;
}
.wysiwyg ol li {
  margin: 0 0 15px;
}
.wysiwyg ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  color: #c9b06f;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
}

.bg-brown {
  background: #403a37;
  color: #fff;
}

.bg-lightgrey {
  background: #f6f5f5;
}

.bg-white {
  background: #fff;
}

.icon-weight {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/weight.svg);
}

.icon-storage {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/storage.svg);
}

.icon-shelf-life {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/shelflife.svg);
}

.icon-delivery {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/delivery.svg);
}

.icon-delivery-pink {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/delivery-pink.svg);
}

.icon-delivery-blue {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/delivery-blue.svg);
}

.icon-taste {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/taste.svg);
}

.icon-colour {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/colour.svg);
}

.icon-country {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/country.svg);
}

.icon-allergens {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/allergens.svg);
}

.icon-season {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/season.svg);
}

.icon-count {
  background-image: url(/wp-content/themes/tessellate/assets/images/svg/count.svg);
}

@media (min-width: 768px) {
  body {
    font-family: soleil, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }
  .super-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  h1 {
    font-family: nocturne-serif, serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
  }
  h2 {
    font-family: nocturne-serif, serif;
    font-size: 41px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 30px;
  }
  h3 {
    font-family: nocturne-serif-lights, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin: 0 0 30px;
  }
  h4 {
    font-family: nocturne-serif, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .super-container {
    padding-left: 50px;
    padding-right: 50px;
  }
  h1 {
    font-family: nocturne-serif, serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
  }
  h2 {
    font-family: nocturne-serif, serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    margin: 0 0 30px;
  }
  h3 {
    font-family: nocturne-serif-lights, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 30px;
  }
  h4 {
    font-family: nocturne-serif, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}
