@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap";
@import url("https://use.typekit.net/rlq4mol.css");
/* Variables
======================================== */
/*!
   * Bootstrap  v5.2.2 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
  --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: #ffffff;
  --bs-gray: #8D8D8D;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f2f2f2;
  --bs-gray-200: #EDEDED;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #8D8D8D;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #222;
  --bs-primary: #2BB039;
  --bs-secondary: #00b7ff;
  --bs-success: #42D697;
  --bs-info: #0d6efd;
  --bs-warning: #FEA569;
  --bs-danger: #dc3545;
  --bs-light: #f6f9fc;
  --bs-dark: #373f50;
  --bs-white: #ffffff;
  --bs-gray-100: #f2f2f2;
  --bs-gray-200: #EDEDED;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #8D8D8D;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #222;
  --bs-primary-rgb: 43, 176, 57;
  --bs-secondary-rgb: 0, 183, 255;
  --bs-success-rgb: 66, 214, 151;
  --bs-info-rgb: 13, 110, 253;
  --bs-warning-rgb: 254, 165, 105;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 246, 249, 252;
  --bs-dark-rgb: 55, 63, 80;
  --bs-white-rgb: 255, 255, 255;
  --bs-gray-100-rgb: 242, 242, 242;
  --bs-gray-200-rgb: 237, 237, 237;
  --bs-gray-300-rgb: 222, 226, 230;
  --bs-gray-400-rgb: 206, 212, 218;
  --bs-gray-500-rgb: 173, 181, 189;
  --bs-gray-600-rgb: 141, 141, 141;
  --bs-gray-700-rgb: 73, 80, 87;
  --bs-gray-800-rgb: 52, 58, 64;
  --bs-gray-900-rgb: 34, 34, 34;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 55, 63, 80;
  --bs-body-bg-rgb: 255, 255, 255;
  --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: acumin-pro, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #373f50;
  --bs-body-bg: #ffffff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e3e9ef;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 1rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h1, .h1, h2, .h2, h3, .h3, .row-type-cards figure[data-content-type="image"] figcaption, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3, .row-type-cards figure[data-content-type="image"] figcaption {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3, .row-type-cards figure[data-content-type="image"] figcaption {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.857rem; }

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: underline; }
  a:hover {
    color: var(--bs-link-hover-color); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.857rem; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.857rem;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.857rem;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #7d879c;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.display-404 {
  font-size: calc(2.625rem + 16.5vw);
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-404 {
      font-size: 15rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.857rem;
  text-transform: uppercase; }

.blockquote, blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child, blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.857rem;
  color: #8D8D8D; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.857rem;
  color: #8D8D8D; }

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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: 1024px) {
  .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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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; } }

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #f6f9fc;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.table-group-divider {
  border-top: 2px solid currentcolor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d5efd7;
  --bs-table-border-color: #c0d7c2;
  --bs-table-striped-bg: #cae3cc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0d7c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5ddc7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #ccf1ff;
  --bs-table-border-color: #b8d9e6;
  --bs-table-striped-bg: #c2e5f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d9e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bddfec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d9f7ea;
  --bs-table-border-color: #c3ded3;
  --bs-table-striped-bg: #ceebde;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c3ded3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c9e4d8;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #ffede1;
  --bs-table-border-color: #e6d5cb;
  --bs-table-striped-bg: #f2e1d6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d5cb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdbd0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f6f9fc;
  --bs-table-border-color: #dde0e3;
  --bs-table-striped-bg: #eaedef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dde0e3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4e6e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #373f50;
  --bs-table-border-color: #4b5262;
  --bs-table-striped-bg: #414959;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #4b5262;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #464d5d;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.35rem; }

.col-form-label {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.857rem;
  color: #7d879c; }

.form-control, .cart__summary .cart-discount__content-field {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #373f50;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .cart__summary .cart-discount__content-field {
      transition: none; } }
  .form-control[type="file"], .cart__summary .cart-discount__content-field[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]), .cart__summary .cart-discount__content-field[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus, .cart__summary .cart-discount__content-field:focus {
    color: #373f50;
    background-color: #ffffff;
    border-color: #95d89c;
    outline: 0;
    box-shadow: 0 0 0 black; }
  .form-control::-webkit-date-and-time-value, .cart__summary .cart-discount__content-field::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder, .cart__summary .cart-discount__content-field::placeholder {
    color: #8D8D8D;
    opacity: 1; }
  .form-control:disabled, .cart__summary .cart-discount__content-field:disabled {
    background-color: #EDEDED;
    opacity: 1; }
  .form-control::file-selector-button, .cart__summary .cart-discount__content-field::file-selector-button {
    padding: 1rem 1rem;
    margin: -1rem -1rem;
    margin-inline-end: 1rem;
    color: #373f50;
    background-color: #EDEDED;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button, .cart__summary .cart-discount__content-field::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button, .cart__summary .cart-discount__content-field:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e1e1e1; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #373f50;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext:focus {
    outline: 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control, .cart__summary textarea.cart-discount__content-field {
  min-height: calc(1.5em + 2rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 0.25rem; }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

.form-select, .select-inner > select {
  display: block;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #373f50;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select, .select-inner > select {
      transition: none; } }
  .form-select:focus, .select-inner > select:focus {
    border-color: #95d89c;
    outline: 0;
    box-shadow: 0 0 0 black; }
  .form-select[multiple], .select-inner > select[multiple], .form-select[size]:not([size="1"]), .select-inner > select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none; }
  .form-select:disabled, .select-inner > select:disabled {
    background-color: #EDEDED; }
  .form-select:-moz-focusring, .select-inner > select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #373f50; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #95d89c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(43, 176, 57, 0.25); }
  .form-check-input:checked {
    background-color: #2BB039;
    border-color: #2BB039; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #2BB039;
    border-color: #2BB039;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2395d89c'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .success-page .success-page__registration .btn-check[disabled] + .action.primary, .btn-check:disabled + .btn, .success-page .success-page__registration .btn-check:disabled + .action.primary {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 black; }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 black; }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #2BB039;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #bfe7c4; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2BB039;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #bfe7c4; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control, .cart__summary .form-floating > .cart-discount__content-field,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select,
  .select-inner.form-floating > select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control, .cart__summary .form-floating > .cart-discount__content-field,
  .form-floating > .form-control-plaintext {
    padding: 1rem 1rem; }
    .form-floating > .form-control::placeholder, .cart__summary .form-floating > .cart-discount__content-field::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .cart__summary .form-floating > .cart-discount__content-field:focus, .form-floating > .form-control:not(:placeholder-shown), .cart__summary .form-floating > .cart-discount__content-field:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill, .cart__summary .form-floating > .cart-discount__content-field:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  
  .form-floating > .form-select,
  .select-inner.form-floating > select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label, .cart__summary .form-floating > .cart-discount__content-field:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .cart__summary .form-floating > .cart-discount__content-field:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label,
  .select-inner.form-floating > select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label, .cart__summary .form-floating > .cart-discount__content-field:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .cart__summary .input-group > .cart-discount__content-field,
  .input-group > .form-select,
  .select-inner.input-group > select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus, .cart__summary .input-group > .cart-discount__content-field:focus,
  .input-group > .form-select:focus,
  .select-inner.input-group > select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn, .input-group .success-page .success-page__registration .action.primary, .success-page .success-page__registration .input-group .action.primary {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus, .input-group .success-page .success-page__registration .action.primary:focus, .success-page .success-page__registration .input-group .action.primary:focus {
      z-index: 5; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #373f50;
  text-align: center;
  white-space: nowrap;
  background-color: #EDEDED;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-lg > .form-control, .cart__summary .input-group-lg > .cart-discount__content-field,
.input-group-lg > .form-select,
.select-inner.input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.success-page .success-page__registration .input-group-lg > .action.primary {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.input-group-sm > .form-control, .cart__summary .input-group-sm > .cart-discount__content-field,
.input-group-sm > .form-select,
.select-inner.input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.success-page .success-page__registration .input-group-sm > .action.primary {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }


.input-group-lg > .form-select,
.select-inner.input-group-lg > select,
.input-group-sm > .form-select,
.select-inner.input-group-sm > select {
  padding-right: 4rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.cart__summary .input-group:not(.has-validation) > .form-floating:not(:last-child) > .cart-discount__content-field,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > .select-inner.form-floating:not(:last-child) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.cart__summary .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .cart-discount__content-field,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
.input-group.has-validation > .select-inner.form-floating:nth-last-child(n + 3) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-floating:not(:first-child) > .form-control, .cart__summary .input-group > .form-floating:not(:first-child) > .cart-discount__content-field,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group > .select-inner.form-floating:not(:first-child) > select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.857rem;
  color: #42D697; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(66, 214, 151, 0.9);
  border-radius: 1rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated .cart__summary .cart-discount__content-field:valid, .cart__summary .was-validated .cart-discount__content-field:valid, .form-control.is-valid, .cart__summary .is-valid.cart-discount__content-field {
  border-color: #42D697;
  padding-right: calc(1.5em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2342D697' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-control:valid:focus, .was-validated .cart__summary .cart-discount__content-field:valid:focus, .cart__summary .was-validated .cart-discount__content-field:valid:focus, .form-control.is-valid:focus, .cart__summary .is-valid.cart-discount__content-field:focus {
    border-color: #42D697;
    box-shadow: 0 0 0 0.25rem rgba(66, 214, 151, 0.25); }

.was-validated textarea.form-control:valid, .was-validated .cart__summary textarea.cart-discount__content-field:valid, .cart__summary .was-validated textarea.cart-discount__content-field:valid, textarea.form-control.is-valid, .cart__summary textarea.is-valid.cart-discount__content-field {
  padding-right: calc(1.5em + 2rem);
  background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem); }

.was-validated .form-select:valid, .was-validated .select-inner > select:valid, .form-select.is-valid, .select-inner > select.is-valid {
  border-color: #42D697; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .select-inner > select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .select-inner > select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .select-inner > select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .select-inner > select.is-valid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2342D697' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-select:valid:focus, .was-validated .select-inner > select:valid:focus, .form-select.is-valid:focus, .select-inner > select.is-valid:focus {
    border-color: #42D697;
    box-shadow: 0 0 0 0.25rem rgba(66, 214, 151, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 2rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #42D697; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #42D697; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 214, 151, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #42D697; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .cart__summary .input-group > .cart-discount__content-field:not(:focus):valid, .cart__summary .was-validated .input-group > .cart-discount__content-field:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .cart__summary .input-group > .cart-discount__content-field:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .was-validated .select-inner.input-group > select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.select-inner.input-group > select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.857rem;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 1rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated .cart__summary .cart-discount__content-field:invalid, .cart__summary .was-validated .cart-discount__content-field:invalid, .form-control.is-invalid, .cart__summary .is-invalid.cart-discount__content-field {
  border-color: #dc3545;
  padding-right: calc(1.5em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-control:invalid:focus, .was-validated .cart__summary .cart-discount__content-field:invalid:focus, .cart__summary .was-validated .cart-discount__content-field:invalid:focus, .form-control.is-invalid:focus, .cart__summary .is-invalid.cart-discount__content-field:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, .was-validated .cart__summary textarea.cart-discount__content-field:invalid, .cart__summary .was-validated textarea.cart-discount__content-field:invalid, textarea.form-control.is-invalid, .cart__summary textarea.is-invalid.cart-discount__content-field {
  padding-right: calc(1.5em + 2rem);
  background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem); }

.was-validated .form-select:invalid, .was-validated .select-inner > select:invalid, .form-select.is-invalid, .select-inner > select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .select-inner > select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .select-inner > select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .select-inner > select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .select-inner > select.is-invalid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-select:invalid:focus, .was-validated .select-inner > select:invalid:focus, .form-select.is-invalid:focus, .select-inner > select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 2rem)); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .cart__summary .input-group > .cart-discount__content-field:not(:focus):invalid, .cart__summary .was-validated .input-group > .cart-discount__content-field:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .cart__summary .input-group > .cart-discount__content-field:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .was-validated .select-inner.input-group > select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.select-inner.input-group > select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.btn, .success-page .success-page__registration .action.primary {
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #373f50;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .success-page .success-page__registration .action.primary {
      transition: none; } }
  .btn:hover, .success-page .success-page__registration .action.primary:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check + .btn:hover, .success-page .success-page__registration .btn-check + .action.primary:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible, .success-page .success-page__registration .action.primary:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn, .success-page .success-page__registration .btn-check:focus-visible + .action.primary {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn, .success-page .success-page__registration .btn-check:checked + .action.primary,
  :not(.btn-check) + .btn:active,
  .success-page .success-page__registration :not(.btn-check) + .action.primary:active, .btn:first-child:active, .success-page .success-page__registration .action.primary:first-child:active, .btn.active, .success-page .success-page__registration .active.action.primary, .btn.show, .success-page .success-page__registration .show.action.primary {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible, .success-page .success-page__registration .btn-check:checked + .action.primary:focus-visible,
    :not(.btn-check) + .btn:active:focus-visible,
    .success-page .success-page__registration :not(.btn-check) + .action.primary:active:focus-visible, .btn:first-child:active:focus-visible, .success-page .success-page__registration .action.primary:first-child:active:focus-visible, .btn.active:focus-visible, .success-page .success-page__registration .active.action.primary:focus-visible, .btn.show:focus-visible, .success-page .success-page__registration .show.action.primary:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .success-page .success-page__registration .action.primary:disabled, .btn.disabled, .success-page .success-page__registration .disabled.action.primary,
  fieldset:disabled .btn,
  fieldset:disabled .success-page .success-page__registration .action.primary,
  .success-page .success-page__registration fieldset:disabled .action.primary {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary, .success-page .success-page__registration .action.primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #2BB039;
  --bs-btn-border-color: #2BB039;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #259630;
  --bs-btn-hover-border-color: #228d2e;
  --bs-btn-focus-shadow-rgb: 75, 188, 87;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #228d2e;
  --bs-btn-active-border-color: #20842b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #2BB039;
  --bs-btn-disabled-border-color: #2BB039; }

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #00b7ff;
  --bs-btn-border-color: #00b7ff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #009cd9;
  --bs-btn-hover-border-color: #0092cc;
  --bs-btn-focus-shadow-rgb: 38, 194, 255;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #0092cc;
  --bs-btn-active-border-color: #0089bf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #00b7ff;
  --bs-btn-disabled-border-color: #00b7ff; }

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #42D697;
  --bs-btn-border-color: #42D697;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #5edca7;
  --bs-btn-hover-border-color: #55daa1;
  --bs-btn-focus-shadow-rgb: 56, 182, 128;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #68deac;
  --bs-btn-active-border-color: #55daa1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #42D697;
  --bs-btn-disabled-border-color: #42D697; }

.btn-info {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd; }

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FEA569;
  --bs-btn-border-color: #FEA569;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #feb380;
  --bs-btn-hover-border-color: #feae78;
  --bs-btn-focus-shadow-rgb: 216, 140, 89;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #feb787;
  --bs-btn-active-border-color: #feae78;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FEA569;
  --bs-btn-disabled-border-color: #FEA569; }

.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545; }

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f6f9fc;
  --bs-btn-border-color: #f6f9fc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d1d4d6;
  --bs-btn-hover-border-color: #c5c7ca;
  --bs-btn-focus-shadow-rgb: 209, 212, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c5c7ca;
  --bs-btn-active-border-color: #b9bbbd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f6f9fc;
  --bs-btn-disabled-border-color: #f6f9fc; }

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #373f50;
  --bs-btn-border-color: #373f50;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #555c6a;
  --bs-btn-hover-border-color: #4b5262;
  --bs-btn-focus-shadow-rgb: 85, 92, 106;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5f6573;
  --bs-btn-active-border-color: #4b5262;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #373f50;
  --bs-btn-disabled-border-color: #373f50; }

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff; }

.btn-gray-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: #f2f2f2;
  --bs-btn-border-color: #f2f2f2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4f4f4;
  --bs-btn-hover-border-color: #f3f3f3;
  --bs-btn-focus-shadow-rgb: 206, 206, 206;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: whitesmoke;
  --bs-btn-active-border-color: #f3f3f3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f2f2f2;
  --bs-btn-disabled-border-color: #f2f2f2; }

.btn-gray-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #EDEDED;
  --bs-btn-border-color: #EDEDED;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f0f0f0;
  --bs-btn-hover-border-color: #efefef;
  --bs-btn-focus-shadow-rgb: 201, 201, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1f1f1;
  --bs-btn-active-border-color: #efefef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EDEDED;
  --bs-btn-disabled-border-color: #EDEDED; }

.btn-gray-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e3e6ea;
  --bs-btn-hover-border-color: #e1e5e9;
  --bs-btn-focus-shadow-rgb: 189, 192, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e5e8eb;
  --bs-btn-active-border-color: #e1e5e9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #dee2e6;
  --bs-btn-disabled-border-color: #dee2e6; }

.btn-gray-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d5dae0;
  --bs-btn-hover-border-color: #d3d8de;
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d8dde1;
  --bs-btn-active-border-color: #d3d8de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da; }

.btn-gray-500 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #939aa1;
  --bs-btn-hover-border-color: #8a9197;
  --bs-btn-focus-shadow-rgb: 185, 192, 199;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #8a9197;
  --bs-btn-active-border-color: #82888e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #adb5bd;
  --bs-btn-disabled-border-color: #adb5bd; }

.btn-gray-600 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #8D8D8D;
  --bs-btn-border-color: #8D8D8D;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #787878;
  --bs-btn-hover-border-color: #717171;
  --bs-btn-focus-shadow-rgb: 158, 158, 158;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #717171;
  --bs-btn-active-border-color: #6a6a6a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #8D8D8D;
  --bs-btn-disabled-border-color: #8D8D8D; }

.btn-gray-700 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #3e444a;
  --bs-btn-hover-border-color: #3a4046;
  --bs-btn-focus-shadow-rgb: 100, 106, 112;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #3a4046;
  --bs-btn-active-border-color: #373c41;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #495057;
  --bs-btn-disabled-border-color: #495057; }

.btn-gray-800 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2c3136;
  --bs-btn-hover-border-color: #2a2e33;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2a2e33;
  --bs-btn-active-border-color: #272c30;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40; }

.btn-gray-900 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #222;
  --bs-btn-border-color: #222;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #1d1d1d;
  --bs-btn-hover-border-color: #1b1b1b;
  --bs-btn-focus-shadow-rgb: 67, 67, 67;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #1b1b1b;
  --bs-btn-active-border-color: #1a1a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #222;
  --bs-btn-disabled-border-color: #222; }

.btn-outline-primary {
  --bs-btn-color: #2BB039;
  --bs-btn-border-color: #2BB039;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2BB039;
  --bs-btn-hover-border-color: #2BB039;
  --bs-btn-focus-shadow-rgb: 43, 176, 57;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2BB039;
  --bs-btn-active-border-color: #2BB039;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2BB039;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2BB039;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #00b7ff;
  --bs-btn-border-color: #00b7ff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #00b7ff;
  --bs-btn-hover-border-color: #00b7ff;
  --bs-btn-focus-shadow-rgb: 0, 183, 255;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #00b7ff;
  --bs-btn-active-border-color: #00b7ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00b7ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00b7ff;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #42D697;
  --bs-btn-border-color: #42D697;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #42D697;
  --bs-btn-hover-border-color: #42D697;
  --bs-btn-focus-shadow-rgb: 66, 214, 151;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #42D697;
  --bs-btn-active-border-color: #42D697;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #42D697;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #42D697;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #FEA569;
  --bs-btn-border-color: #FEA569;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FEA569;
  --bs-btn-hover-border-color: #FEA569;
  --bs-btn-focus-shadow-rgb: 254, 165, 105;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FEA569;
  --bs-btn-active-border-color: #FEA569;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FEA569;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FEA569;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #f6f9fc;
  --bs-btn-border-color: #f6f9fc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f6f9fc;
  --bs-btn-hover-border-color: #f6f9fc;
  --bs-btn-focus-shadow-rgb: 246, 249, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6f9fc;
  --bs-btn-active-border-color: #f6f9fc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f6f9fc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f6f9fc;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #373f50;
  --bs-btn-border-color: #373f50;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #373f50;
  --bs-btn-hover-border-color: #373f50;
  --bs-btn-focus-shadow-rgb: 55, 63, 80;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #373f50;
  --bs-btn-active-border-color: #373f50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #373f50;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #373f50;
  --bs-gradient: none; }

.btn-outline-white {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none; }

.btn-outline-gray-100 {
  --bs-btn-color: #f2f2f2;
  --bs-btn-border-color: #f2f2f2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f2f2f2;
  --bs-btn-hover-border-color: #f2f2f2;
  --bs-btn-focus-shadow-rgb: 242, 242, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2f2f2;
  --bs-btn-active-border-color: #f2f2f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f2f2f2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f2f2f2;
  --bs-gradient: none; }

.btn-outline-gray-200 {
  --bs-btn-color: #EDEDED;
  --bs-btn-border-color: #EDEDED;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EDEDED;
  --bs-btn-hover-border-color: #EDEDED;
  --bs-btn-focus-shadow-rgb: 237, 237, 237;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EDEDED;
  --bs-btn-active-border-color: #EDEDED;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EDEDED;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EDEDED;
  --bs-gradient: none; }

.btn-outline-gray-300 {
  --bs-btn-color: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dee2e6;
  --bs-btn-hover-border-color: #dee2e6;
  --bs-btn-focus-shadow-rgb: 222, 226, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dee2e6;
  --bs-btn-active-border-color: #dee2e6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dee2e6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none; }

.btn-outline-gray-400 {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none; }

.btn-outline-gray-500 {
  --bs-btn-color: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #adb5bd;
  --bs-btn-hover-border-color: #adb5bd;
  --bs-btn-focus-shadow-rgb: 173, 181, 189;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #adb5bd;
  --bs-btn-active-border-color: #adb5bd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #adb5bd;
  --bs-gradient: none; }

.btn-outline-gray-600 {
  --bs-btn-color: #8D8D8D;
  --bs-btn-border-color: #8D8D8D;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #8D8D8D;
  --bs-btn-hover-border-color: #8D8D8D;
  --bs-btn-focus-shadow-rgb: 141, 141, 141;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #8D8D8D;
  --bs-btn-active-border-color: #8D8D8D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8D8D8D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8D8D8D;
  --bs-gradient: none; }

.btn-outline-gray-700 {
  --bs-btn-color: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #495057;
  --bs-btn-hover-border-color: #495057;
  --bs-btn-focus-shadow-rgb: 73, 80, 87;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #495057;
  --bs-btn-active-border-color: #495057;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #495057;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #495057;
  --bs-gradient: none; }

.btn-outline-gray-800 {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none; }

.btn-outline-gray-900 {
  --bs-btn-color: #222;
  --bs-btn-border-color: #222;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #222;
  --bs-btn-hover-border-color: #222;
  --bs-btn-focus-shadow-rgb: 34, 34, 34;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #222;
  --bs-btn-active-border-color: #222;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #222;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #8D8D8D;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 75, 188, 87;
  text-decoration: underline; }
  .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg, .btn-group-lg > .btn, .success-page .success-page__registration .btn-group-lg > .action.primary {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem; }

.btn-sm, .btn-group-sm > .btn, .success-page .success-page__registration .btn-group-sm > .action.primary {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem; }

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #373f50;
  --bs-dropdown-bg: #ffffff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 1rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(1rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #222;
  --bs-dropdown-link-hover-color: #1f1f1f;
  --bs-dropdown-link-hover-bg: #EDEDED;
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #2BB039;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #8D8D8D;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #2BB039;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .success-page .success-page__registration .btn-group > .action.primary,
  .btn-group-vertical > .btn,
  .success-page .success-page__registration .btn-group-vertical > .action.primary {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn, .success-page .success-page__registration .btn-group > .btn-check:checked + .action.primary,
  .btn-group > .btn-check:focus + .btn,
  .success-page .success-page__registration .btn-group > .btn-check:focus + .action.primary,
  .btn-group > .btn:hover,
  .success-page .success-page__registration .btn-group > .action.primary:hover,
  .btn-group > .btn:focus,
  .success-page .success-page__registration .btn-group > .action.primary:focus,
  .btn-group > .btn:active,
  .success-page .success-page__registration .btn-group > .action.primary:active,
  .btn-group > .btn.active,
  .success-page .success-page__registration .btn-group > .active.action.primary,
  .btn-group-vertical > .btn-check:checked + .btn,
  .success-page .success-page__registration .btn-group-vertical > .btn-check:checked + .action.primary,
  .btn-group-vertical > .btn-check:focus + .btn,
  .success-page .success-page__registration .btn-group-vertical > .btn-check:focus + .action.primary,
  .btn-group-vertical > .btn:hover,
  .success-page .success-page__registration .btn-group-vertical > .action.primary:hover,
  .btn-group-vertical > .btn:focus,
  .success-page .success-page__registration .btn-group-vertical > .action.primary:focus,
  .btn-group-vertical > .btn:active,
  .success-page .success-page__registration .btn-group-vertical > .action.primary:active,
  .btn-group-vertical > .btn.active,
  .success-page .success-page__registration .btn-group-vertical > .active.action.primary {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group {
  border-radius: 0.25rem; }
  .btn-group > :not(.btn-check:first-child) + .btn, .success-page .success-page__registration .btn-group > :not(.btn-check:first-child) + .action.primary,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .success-page .success-page__registration .btn-group > .action.primary:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .success-page .success-page__registration .btn-group > .dropdown-toggle-split.action.primary:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn,
  .success-page .success-page__registration .btn-group > .btn-group:not(:last-child) > .action.primary {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3), .success-page .success-page__registration .btn-group > .action.primary:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .success-page .success-page__registration .btn-group > :not(.btn-check) + .action.primary,
  .btn-group > .btn-group:not(:first-child) > .btn,
  .success-page .success-page__registration .btn-group > .btn-group:not(:first-child) > .action.primary {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .success-page .success-page__registration .btn-group-sm > .action.primary + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .success-page .success-page__registration .btn-group-lg > .action.primary + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .success-page .success-page__registration .btn-group-vertical > .action.primary,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .success-page .success-page__registration .btn-group-vertical > .action.primary:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .success-page .success-page__registration .btn-group-vertical > .action.primary:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .success-page .success-page__registration .btn-group-vertical > .btn-group:not(:last-child) > .action.primary {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn, .success-page .success-page__registration .btn-group-vertical > .action.primary ~ .btn, .success-page .success-page__registration .btn-group-vertical > .btn ~ .action.primary, .success-page .success-page__registration .btn-group-vertical > .action.primary ~ .action.primary,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .success-page .success-page__registration .btn-group-vertical > .btn-group:not(:first-child) > .action.primary {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #373f50;
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #8D8D8D;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 1rem;
  --bs-nav-tabs-link-hover-border-color: #EDEDED #EDEDED #dee2e6;
  --bs-nav-tabs-link-active-color: #2BB039;
  --bs-nav-tabs-link-active-bg: #ffffff;
  --bs-nav-tabs-link-active-border-color: #2BB039;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 1rem;
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #2BB039; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.25rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .show > .nav-link,
  .navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: #e3e9ef;
  --bs-card-border-radius: 1rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(1rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #ffffff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y); }

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin); }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion {
  --bs-accordion-color: #373f50;
  --bs-accordion-bg: #ffffff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 1rem;
  --bs-accordion-inner-border-radius: calc(1rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #373f50;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23279e33'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #95d89c;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(43, 176, 57, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #279e33;
  --bs-accordion-active-bg: #eaf7eb; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0; }

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #8D8D8D;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #8D8D8D;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x); }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color); }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #ffffff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 1rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #EDEDED;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #EDEDED;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(43, 176, 57, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #2BB039;
  --bs-pagination-active-border-color: #2BB039;
  --bs-pagination-disabled-color: #8D8D8D;
  --bs-pagination-disabled-bg: #ffffff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active,
  .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled,
  .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem; }

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem; }

.badge {
  --bs-badge-padding-x: 0.45rem;
  --bs-badge-padding-y: 0.15rem;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: 2rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius); }
  .badge:empty {
    display: none; }

.btn .badge, .success-page .success-page__registration .action.primary .badge {
  position: relative;
  top: -1px; }

.alert, .message {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.25rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  --bs-alert-color: black;
  --bs-alert-bg: #2bb039;
  --bs-alert-border-color: #2bb039; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  --bs-alert-color: black;
  --bs-alert-bg: #00b7ff;
  --bs-alert-border-color: #00b7ff; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success, .message--success, .message-success {
  --bs-alert-color: black;
  --bs-alert-bg: #42d697;
  --bs-alert-border-color: #42d697; }
  .alert-success .alert-link, .message--success .alert-link, .message-success .alert-link {
    color: black; }

.alert-info, .message:not(.message--notice):not(.message--success):not(.message-success):not(.message--error):not(.message-error), .message--notice {
  --bs-alert-color: black;
  --bs-alert-bg: #0d6efd;
  --bs-alert-border-color: #0d6efd; }
  .alert-info .alert-link, .message:not(.message--notice):not(.message--success):not(.message-success):not(.message--error):not(.message-error) .alert-link, .message--notice .alert-link {
    color: black; }

.alert-warning {
  --bs-alert-color: black;
  --bs-alert-bg: #fea569;
  --bs-alert-border-color: #fea569; }
  .alert-warning .alert-link {
    color: black; }

.alert-danger, .message--error, .message-error {
  --bs-alert-color: black;
  --bs-alert-bg: #dc3545;
  --bs-alert-border-color: #dc3545; }
  .alert-danger .alert-link, .message--error .alert-link, .message-error .alert-link {
    color: black; }

.alert-light {
  --bs-alert-color: black;
  --bs-alert-bg: #f6f9fc;
  --bs-alert-border-color: #f6f9fc; }
  .alert-light .alert-link {
    color: black; }

.alert-dark {
  --bs-alert-color: #373f50;
  --bs-alert-bg: #373f50;
  --bs-alert-border-color: #373f50; }
  .alert-dark .alert-link {
    color: #2c3240; }

.alert-white {
  --bs-alert-color: black;
  --bs-alert-bg: white;
  --bs-alert-border-color: white; }
  .alert-white .alert-link {
    color: black; }

.alert-gray-100 {
  --bs-alert-color: black;
  --bs-alert-bg: #f2f2f2;
  --bs-alert-border-color: #f2f2f2; }
  .alert-gray-100 .alert-link {
    color: black; }

.alert-gray-200 {
  --bs-alert-color: black;
  --bs-alert-bg: #ededed;
  --bs-alert-border-color: #ededed; }
  .alert-gray-200 .alert-link {
    color: black; }

.alert-gray-300 {
  --bs-alert-color: black;
  --bs-alert-bg: #dee2e6;
  --bs-alert-border-color: #dee2e6; }
  .alert-gray-300 .alert-link {
    color: black; }

.alert-gray-400 {
  --bs-alert-color: black;
  --bs-alert-bg: #ced4da;
  --bs-alert-border-color: #ced4da; }
  .alert-gray-400 .alert-link {
    color: black; }

.alert-gray-500 {
  --bs-alert-color: black;
  --bs-alert-bg: #adb5bd;
  --bs-alert-border-color: #adb5bd; }
  .alert-gray-500 .alert-link {
    color: black; }

.alert-gray-600 {
  --bs-alert-color: black;
  --bs-alert-bg: #8d8d8d;
  --bs-alert-border-color: #8d8d8d; }
  .alert-gray-600 .alert-link {
    color: black; }

.alert-gray-700 {
  --bs-alert-color: black;
  --bs-alert-bg: #495057;
  --bs-alert-border-color: #495057; }
  .alert-gray-700 .alert-link {
    color: black; }

.alert-gray-800 {
  --bs-alert-color: #343a40;
  --bs-alert-bg: #343a40;
  --bs-alert-border-color: #343a40; }
  .alert-gray-800 .alert-link {
    color: #2a2e33; }

.alert-gray-900 {
  --bs-alert-color: #222222;
  --bs-alert-bg: #222222;
  --bs-alert-border-color: #222222; }
  .alert-gray-900 .alert-link {
    color: #1b1b1b; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #EDEDED;
  --bs-progress-border-radius: 1rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: #2BB039;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition); }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height); }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.list-group {
  --bs-list-group-color: #222;
  --bs-list-group-bg: #ffffff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.25rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 1rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f2f2f2;
  --bs-list-group-action-active-color: #373f50;
  --bs-list-group-action-active-bg: #EDEDED;
  --bs-list-group-disabled-color: #8D8D8D;
  --bs-list-group-disabled-bg: #ffffff;
  --bs-list-group-active-color: #ffffff;
  --bs-list-group-active-bg: #2BB039;
  --bs-list-group-active-border-color: #2BB039;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: calc(-1 * var(--bs-list-group-border-width));
      border-top-width: var(--bs-list-group-border-width); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width); }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #1a6a22;
  background-color: #d5efd7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1a6a22;
    background-color: #c0d7c2; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #1a6a22;
    border-color: #1a6a22; }

.list-group-item-secondary {
  color: #006e99;
  background-color: #ccf1ff; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #006e99;
    background-color: #b8d9e6; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #006e99;
    border-color: #006e99; }

.list-group-item-success {
  color: #28805b;
  background-color: #d9f7ea; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #28805b;
    background-color: #c3ded3; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #28805b;
    border-color: #28805b; }

.list-group-item-info {
  color: #084298;
  background-color: #cfe2ff; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #084298;
    border-color: #084298; }

.list-group-item-warning {
  color: #98633f;
  background-color: #ffede1; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #98633f;
    background-color: #e6d5cb; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #98633f;
    border-color: #98633f; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #949597;
  background-color: #fdfefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #949597;
    background-color: #e4e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #949597;
    border-color: #949597; }

.list-group-item-dark {
  color: #212630;
  background-color: #d7d9dc; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #212630;
    background-color: #c2c3c6; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #212630;
    border-color: #212630; }

.list-group-item-white {
  color: #999999;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #999999;
    background-color: #e6e6e6; }
  .list-group-item-white.list-group-item-action.active {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999; }

.list-group-item-gray-100 {
  color: #919191;
  background-color: #fcfcfc; }
  .list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
    color: #919191;
    background-color: #e3e3e3; }
  .list-group-item-gray-100.list-group-item-action.active {
    color: #ffffff;
    background-color: #919191;
    border-color: #919191; }

.list-group-item-gray-200 {
  color: #8e8e8e;
  background-color: #fbfbfb; }
  .list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
    color: #8e8e8e;
    background-color: #e2e2e2; }
  .list-group-item-gray-200.list-group-item-action.active {
    color: #ffffff;
    background-color: #8e8e8e;
    border-color: #8e8e8e; }

.list-group-item-gray-300 {
  color: #85888a;
  background-color: #f8f9fa; }
  .list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
    color: #85888a;
    background-color: #dfe0e1; }
  .list-group-item-gray-300.list-group-item-action.active {
    color: #ffffff;
    background-color: #85888a;
    border-color: #85888a; }

.list-group-item-gray-400 {
  color: #7c7f83;
  background-color: #f5f6f8; }
  .list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
    color: #7c7f83;
    background-color: #dddddf; }
  .list-group-item-gray-400.list-group-item-action.active {
    color: #ffffff;
    background-color: #7c7f83;
    border-color: #7c7f83; }

.list-group-item-gray-500 {
  color: #686d71;
  background-color: #eff0f2; }
  .list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
    color: #686d71;
    background-color: #d7d8da; }
  .list-group-item-gray-500.list-group-item-action.active {
    color: #ffffff;
    background-color: #686d71;
    border-color: #686d71; }

.list-group-item-gray-600 {
  color: #555555;
  background-color: #e8e8e8; }
  .list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
    color: #555555;
    background-color: #d1d1d1; }
  .list-group-item-gray-600.list-group-item-action.active {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555; }

.list-group-item-gray-700 {
  color: #2c3034;
  background-color: #dbdcdd; }
  .list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
    color: #2c3034;
    background-color: #c5c6c7; }
  .list-group-item-gray-700.list-group-item-action.active {
    color: #ffffff;
    background-color: #2c3034;
    border-color: #2c3034; }

.list-group-item-gray-800 {
  color: #1f2326;
  background-color: #d6d8d9; }
  .list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
    color: #1f2326;
    background-color: #c1c2c3; }
  .list-group-item-gray-800.list-group-item-action.active {
    color: #ffffff;
    background-color: #1f2326;
    border-color: #1f2326; }

.list-group-item-gray-900 {
  color: #141414;
  background-color: lightgray; }
  .list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
    color: #141414;
    background-color: #bebebe; }
  .list-group-item-gray-900.list-group-item-action.active {
    color: #ffffff;
    background-color: #141414;
    border-color: #141414; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 1rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(43, 176, 57, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
    opacity: 0.25; }

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

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 1rem;
  --bs-toast-padding-y: 1rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 400px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: #fff;
  --bs-toast-bg: #202124;
  --bs-toast-border-width: 0;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 4px;
  --bs-toast-box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149);
  --bs-toast-header-color: #8D8D8D;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing); }

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
  .toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x); }

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word; }

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #ffffff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 1rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0; }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0; }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius); }

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #ffffff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #373f50;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 0; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg); }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color); }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s; } }

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #ffffff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1023.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }

@media (max-width: 1023.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }

@media (min-width: 1024px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .offcanvas-backdrop.fade {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5; }
  .placeholder.btn::before, .success-page .success-page__registration .placeholder.action.primary::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.text-bg-primary {
  color: #ffffff !important;
  background-color: RGBA(43, 176, 57, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #ffffff !important;
  background-color: RGBA(0, 183, 255, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(66, 214, 151, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #ffffff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(254, 165, 105, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(246, 249, 252, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(55, 63, 80, var(--bs-bg-opacity, 1)) !important; }

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important; }

.text-bg-gray-100 {
  color: #000 !important;
  background-color: RGBA(242, 242, 242, var(--bs-bg-opacity, 1)) !important; }

.text-bg-gray-200 {
  color: #000 !important;
  background-color: RGBA(237, 237, 237, var(--bs-bg-opacity, 1)) !important; }

.text-bg-gray-300 {
  color: #000 !important;
  background-color: RGBA(222, 226, 230, var(--bs-bg-opacity, 1)) !important; }

.text-bg-gray-400 {
  color: #000 !important;
  background-color: RGBA(206, 212, 218, var(--bs-bg-opacity, 1)) !important; }

.text-bg-gray-500 {
  color: #ffffff !important;
  background-color: RGBA(173, 181, 189, var(--bs-bg-opacity, 1)) !important; }

.text-bg-gray-600 {
  color: #ffffff !important;
  background-color: RGBA(141, 141, 141, var(--bs-bg-opacity, 1)) !important; }

.text-bg-gray-700 {
  color: #ffffff !important;
  background-color: RGBA(73, 80, 87, var(--bs-bg-opacity, 1)) !important; }

.text-bg-gray-800 {
  color: #ffffff !important;
  background-color: RGBA(52, 58, 64, var(--bs-bg-opacity, 1)) !important; }

.text-bg-gray-900 {
  color: #ffffff !important;
  background-color: RGBA(34, 34, 34, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #2BB039 !important; }
  .link-primary:hover, .link-primary:focus {
    color: #228d2e !important; }

.link-secondary {
  color: #00b7ff !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #0092cc !important; }

.link-success {
  color: #42D697 !important; }
  .link-success:hover, .link-success:focus {
    color: #68deac !important; }

.link-info {
  color: #0d6efd !important; }
  .link-info:hover, .link-info:focus {
    color: #0a58ca !important; }

.link-warning {
  color: #FEA569 !important; }
  .link-warning:hover, .link-warning:focus {
    color: #feb787 !important; }

.link-danger {
  color: #dc3545 !important; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37 !important; }

.link-light {
  color: #f6f9fc !important; }
  .link-light:hover, .link-light:focus {
    color: #f8fafd !important; }

.link-dark {
  color: #373f50 !important; }
  .link-dark:hover, .link-dark:focus {
    color: #2c3240 !important; }

.link-white {
  color: #ffffff !important; }
  .link-white:hover, .link-white:focus {
    color: white !important; }

.link-gray-100 {
  color: #f2f2f2 !important; }
  .link-gray-100:hover, .link-gray-100:focus {
    color: whitesmoke !important; }

.link-gray-200 {
  color: #EDEDED !important; }
  .link-gray-200:hover, .link-gray-200:focus {
    color: #f1f1f1 !important; }

.link-gray-300 {
  color: #dee2e6 !important; }
  .link-gray-300:hover, .link-gray-300:focus {
    color: #e5e8eb !important; }

.link-gray-400 {
  color: #ced4da !important; }
  .link-gray-400:hover, .link-gray-400:focus {
    color: #d8dde1 !important; }

.link-gray-500 {
  color: #adb5bd !important; }
  .link-gray-500:hover, .link-gray-500:focus {
    color: #8a9197 !important; }

.link-gray-600 {
  color: #8D8D8D !important; }
  .link-gray-600:hover, .link-gray-600:focus {
    color: #717171 !important; }

.link-gray-700 {
  color: #495057 !important; }
  .link-gray-700:hover, .link-gray-700:focus {
    color: #3a4046 !important; }

.link-gray-800 {
  color: #343a40 !important; }
  .link-gray-800:hover, .link-gray-800:focus {
    color: #2a2e33 !important; }

.link-gray-900 {
  color: #222 !important; }
  .link-gray-900:hover, .link-gray-900:focus {
    color: #1b1b1b !important; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.ratio-6x2 {
  --bs-aspect-ratio: calc(2 / 6 * 100%); }

.ratio-9x2 {
  --bs-aspect-ratio: calc(2 / 9 * 100%); }

.ratio-12x2 {
  --bs-aspect-ratio: calc(2 / 12 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after, .am-attachments .am-fileline .am-filelink::after, .row-type-cards figure[data-content-type="image"] a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

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

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

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

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

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

.d-grid {
  display: 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, div[data-content-type="slider"] .slick-dots li button {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

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

.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, .footer {
  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-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-0 {
  --bs-border-opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n5 {
  margin-left: -3rem !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; }

.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, .product-view__price .price__value,
.product-view__price .price__value--special {
  font-size: calc(1.3rem + 0.6vw) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.fw-black {
  font-weight: 900 !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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

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

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

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

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

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

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-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: #7d879c !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-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; }

.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-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

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

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

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

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

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

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

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

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

.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-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-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-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-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

.user-select-none {
  -webkit-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-2xl) !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-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: 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-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; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !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; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
    margin-top: -1.5rem !important; }
  .mt-sm-n5 {
    margin-top: -3rem !important; }
  .me-sm-n1 {
    margin-right: -0.25rem !important; }
  .me-sm-n2 {
    margin-right: -0.5rem !important; }
  .me-sm-n3 {
    margin-right: -1rem !important; }
  .me-sm-n4 {
    margin-right: -1.5rem !important; }
  .me-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -3rem !important; }
  .ms-sm-n1 {
    margin-left: -0.25rem !important; }
  .ms-sm-n2 {
    margin-left: -0.5rem !important; }
  .ms-sm-n3 {
    margin-left: -1rem !important; }
  .ms-sm-n4 {
    margin-left: -1.5rem !important; }
  .ms-sm-n5 {
    margin-left: -3rem !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; }
  .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; }
  .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-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; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !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; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
    margin-top: -1.5rem !important; }
  .mt-md-n5 {
    margin-top: -3rem !important; }
  .me-md-n1 {
    margin-right: -0.25rem !important; }
  .me-md-n2 {
    margin-right: -0.5rem !important; }
  .me-md-n3 {
    margin-right: -1rem !important; }
  .me-md-n4 {
    margin-right: -1.5rem !important; }
  .me-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -3rem !important; }
  .ms-md-n1 {
    margin-left: -0.25rem !important; }
  .ms-md-n2 {
    margin-left: -0.5rem !important; }
  .ms-md-n3 {
    margin-left: -1rem !important; }
  .ms-md-n4 {
    margin-left: -1.5rem !important; }
  .ms-md-n5 {
    margin-left: -3rem !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; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: 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-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; }
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !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; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
    margin-top: -1.5rem !important; }
  .mt-lg-n5 {
    margin-top: -3rem !important; }
  .me-lg-n1 {
    margin-right: -0.25rem !important; }
  .me-lg-n2 {
    margin-right: -0.5rem !important; }
  .me-lg-n3 {
    margin-right: -1rem !important; }
  .me-lg-n4 {
    margin-right: -1.5rem !important; }
  .me-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -3rem !important; }
  .ms-lg-n1 {
    margin-left: -0.25rem !important; }
  .ms-lg-n2 {
    margin-left: -0.5rem !important; }
  .ms-lg-n3 {
    margin-left: -1rem !important; }
  .ms-lg-n4 {
    margin-left: -1.5rem !important; }
  .ms-lg-n5 {
    margin-left: -3rem !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; }
  .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; }
  .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-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; }
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !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; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xl-n5 {
    margin-top: -3rem !important; }
  .me-xl-n1 {
    margin-right: -0.25rem !important; }
  .me-xl-n2 {
    margin-right: -0.5rem !important; }
  .me-xl-n3 {
    margin-right: -1rem !important; }
  .me-xl-n4 {
    margin-right: -1.5rem !important; }
  .me-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -3rem !important; }
  .ms-xl-n1 {
    margin-left: -0.25rem !important; }
  .ms-xl-n2 {
    margin-left: -0.5rem !important; }
  .ms-xl-n3 {
    margin-left: -1rem !important; }
  .ms-xl-n4 {
    margin-left: -1.5rem !important; }
  .ms-xl-n5 {
    margin-left: -3rem !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; }
  .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; }
  .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-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; }
  .w-xxl-25 {
    width: 25% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-75 {
    width: 75% !important; }
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-25 {
    height: 25% !important; }
  .h-xxl-50 {
    height: 50% !important; }
  .h-xxl-75 {
    height: 75% !important; }
  .h-xxl-100 {
    height: 100% !important; }
  .h-xxl-auto {
    height: auto !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; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xxl-n3 {
    margin-top: -1rem !important; }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xxl-n5 {
    margin-top: -3rem !important; }
  .me-xxl-n1 {
    margin-right: -0.25rem !important; }
  .me-xxl-n2 {
    margin-right: -0.5rem !important; }
  .me-xxl-n3 {
    margin-right: -1rem !important; }
  .me-xxl-n4 {
    margin-right: -1.5rem !important; }
  .me-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important; }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important; }
  .ms-xxl-n3 {
    margin-left: -1rem !important; }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important; }
  .ms-xxl-n5 {
    margin-left: -3rem !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; }
  .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, .product-view__price .price__value,
  .product-view__price .price__value--special {
    font-size: 1.75rem !important; }
  .fs-4, .product-view__price .price__value--old {
    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-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; } }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0s; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0s; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0s; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0s; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0s; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0s; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0s; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0s; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0s; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0s; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0s; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0s; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0s; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0s; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0s; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0s; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0s; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0s; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0s; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0s; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0s; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0s; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0s; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0s; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0s; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0s; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0s; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0s; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0s; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0s; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0s; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0s; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0s; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0s; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0s; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0s; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0s; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0s; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0s; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0s; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0s; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0s; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0s; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0s; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0s; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0s; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0s; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0s; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0s; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0s; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0s; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0s; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0s; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0s; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0s; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0s; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0s; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0s; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0s; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0s; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

[data-aos] {
  pointer-events: none; }
  [data-aos].aos-animate {
    pointer-events: auto; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */ }
    html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
      opacity: 0;
      transition-property: opacity, transform; }
      html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
        opacity: 1;
        transform: none; }
    html:not(.no-js) [data-aos='fade-up'] {
      transform: translate3d(0, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down'] {
      transform: translate3d(0, -100px, 0); }
    html:not(.no-js) [data-aos='fade-right'] {
      transform: translate3d(-100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-left'] {
      transform: translate3d(100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-up-right'] {
      transform: translate3d(-100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-up-left'] {
      transform: translate3d(100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down-right'] {
      transform: translate3d(-100px, -100px, 0); }
    html:not(.no-js) [data-aos='fade-down-left'] {
      transform: translate3d(100px, -100px, 0); }
    html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
      opacity: 0;
      transition-property: opacity, transform; }
      html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1); }
    html:not(.no-js) [data-aos='zoom-in'] {
      transform: scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-up'] {
      transform: translate3d(0, 100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-down'] {
      transform: translate3d(0, -100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-right'] {
      transform: translate3d(-100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-left'] {
      transform: translate3d(100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-out'] {
      transform: scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-up'] {
      transform: translate3d(0, 100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-down'] {
      transform: translate3d(0, -100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-right'] {
      transform: translate3d(-100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-left'] {
      transform: translate3d(100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
      transition-property: transform;
      visibility: hidden; }
      html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
        visibility: visible;
        transform: translate3d(0, 0, 0); }
    html:not(.no-js) [data-aos='slide-up'] {
      transform: translate3d(0, 100%, 0); }
    html:not(.no-js) [data-aos='slide-down'] {
      transform: translate3d(0, -100%, 0); }
    html:not(.no-js) [data-aos='slide-right'] {
      transform: translate3d(-100%, 0, 0); }
    html:not(.no-js) [data-aos='slide-left'] {
      transform: translate3d(100%, 0, 0); }
    html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition-property: transform; }
    html:not(.no-js) [data-aos='flip-left'] {
      transform: perspective(2500px) rotateY(-100deg); }
      html:not(.no-js) [data-aos='flip-left'].aos-animate {
        transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-right'] {
      transform: perspective(2500px) rotateY(100deg); }
      html:not(.no-js) [data-aos='flip-right'].aos-animate {
        transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-up'] {
      transform: perspective(2500px) rotateX(-100deg); }
      html:not(.no-js) [data-aos='flip-up'].aos-animate {
        transform: perspective(2500px) rotateX(0); }
    html:not(.no-js) [data-aos='flip-down'] {
      transform: perspective(2500px) rotateX(100deg); }
      html:not(.no-js) [data-aos='flip-down'].aos-animate {
        transform: perspective(2500px) rotateX(0); } }

/* stylelint-disable */
/*! nouislider - 14.5.0 - 5/11/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3fb8af; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb; }

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-sub {
  background: #aaa; }

.noUi-marker-large {
  background: #aaa; }

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  transform: translate(-50%, 50%); }
  .noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px; }
  .noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

/* stylelint-enable */
/* stylelint-disable */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* stylelint-enable */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.js-focus-visible .focus-visible {
  outline-offset: -1px;
  outline: 2px solid #00CEAA; }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: inherit;
    opacity: 1; } }

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0; }
  to {
    right: 0;
    opacity: 1; } }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

@keyframes gradientBg {
  0% {
    background-position: 100% 0%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 100% 0%; } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.blockquote, blockquote {
  margin: 10px 0;
  padding: 10px 10px 10px 20px;
  border-left: 5px solid #f3f5f9; }

div.mage-error {
  margin: 8px 0 0;
  color: #dc3545;
  font-size: 0.75rem; }

div.validation-advice {
  margin: 1rem 0 0;
  color: #dc3545;
  font-size: 0.75rem; }

div.required > label:not(.checkbox__label):after {
  content: '*';
  color: #dc3545;
  white-space: nowrap; }

div.required > .checkbox__label > span:first-of-type:after,
div.required > .checkbox__label .checkbox__text:first-of-type:after {
  content: ' *';
  color: #dc3545;
  white-space: nowrap; }

input.mage-error,
textarea.mage-error,
select.mage-error {
  border-color: #dc3545; }

input.validation-failed,
textarea.validation-failed,
select.validation-failed {
  border-color: #dc3545; }

.heading, h1, .h1, h2, .h2, h3, .h3, .row-type-cards figure[data-content-type="image"] figcaption, h4, .h4, h5, .h5, h6, .h6, .swal2-container .swal2-popup .swal2-title, .page-main .product-view .yotpo-review .yotpo-main .content-title,
.page-main .product-view .yotpo-comment .yotpo-main .content-title,
.page-main .product-view .yotpo-question .yotpo-main .content-title,
.page-main .product-view .yotpo-onsite-upload .yotpo-main .content-title, .page-main .product-view .write-review .yotpo-header .yotpo-header-title, .page-main .y-label.yotpo-header-title {
  display: block;
  margin: 0 0 0.5em 0;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  color: #1a1b1d;
  text-transform: normal; }
  .heading--first-level, h1, .h1 {
    font-size: 2.5rem; }
    @media all and (min-width: 768px) {
      .heading--first-level, h1, .h1 {
        font-size: 2.5rem; } }
  .heading--second-level, h2, .h2, .page-main .product-view .yotpo-review .yotpo-main .content-title,
  .page-main .product-view .yotpo-comment .yotpo-main .content-title,
  .page-main .product-view .yotpo-question .yotpo-main .content-title,
  .page-main .product-view .yotpo-onsite-upload .yotpo-main .content-title, .page-main .product-view .write-review .yotpo-header .yotpo-header-title, .page-main .y-label.yotpo-header-title {
    font-size: 1.3rem; }
    @media all and (min-width: 768px) {
      .heading--second-level, h2, .h2, .page-main .product-view .yotpo-review .yotpo-main .content-title,
      .page-main .product-view .yotpo-comment .yotpo-main .content-title,
      .page-main .product-view .yotpo-question .yotpo-main .content-title,
      .page-main .product-view .yotpo-onsite-upload .yotpo-main .content-title, .page-main .product-view .write-review .yotpo-header .yotpo-header-title, .page-main .y-label.yotpo-header-title {
        font-size: 2rem; } }
  .heading--third-level, h3, .h3, .row-type-cards figure[data-content-type="image"] figcaption, .swal2-container .swal2-popup .swal2-title {
    font-size: 1.1375rem; }
    @media all and (min-width: 768px) {
      .heading--third-level, h3, .h3, .row-type-cards figure[data-content-type="image"] figcaption, .swal2-container .swal2-popup .swal2-title {
        font-size: 1.75rem; } }
  .heading--fourth-level, h4, .h4 {
    font-size: 1.5rem; }
  .heading--fifth-level, h5, .h5 {
    font-size: 1.25rem; }
  .heading--sixth-level, h6, .h6 {
    font-size: 1rem; }
  .heading--font-secondary {
    font-family: "acumin-pro", sans-serif; }
  .heading--page {
    margin: 16px 0;
    font-size: 1.5rem;
    text-transform: normal; }
    @media all and (min-width: 768px) {
      .heading--page {
        font-size: 2rem; } }
    .heading--page.heading--page-full-width {
      margin: 0 0 48px;
      text-align: center; }
    .heading--page.container {
      margin: 0 auto 1rem; }

.paragraph, p, .information__text {
  color: #4b566b;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
  margin: 0 0 16px 0;
  padding: 0;
  transition: none; }

.preformatted, pre {
  padding: 20px;
  background: #f7f7f9;
  overflow: scroll;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.badge {
  display: inline-flex;
  padding: 0.15rem 0.45rem;
  margin: 0 0 1rem;
  border-radius: 2rem;
  color: #ffffff;
  background: #1a1b1d;
  font-family: "acumin-pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  justify-content: center; }
  .badge--new {
    color: #373f50;
    background: #ffffff; }

.breadcrumbs {
  display: block;
  min-height: auto;
  padding: 4px 0; }
  @media all and (min-width: 1024px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs__list {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0; }
  .breadcrumbs__item {
    display: flex;
    padding: 0;
    align-items: stretch;
    color: #4b566b;
    font-size: 0.875rem;
    text-decoration: none; }
    .breadcrumbs__item:after {
      content: '/';
      display: flex;
      align-items: center;
      margin: 0 8px;
      color: #4b566b; }
    .breadcrumbs__item:first-of-type .breadcrumbs__link {
      padding-left: 0; }
    .breadcrumbs__item:last-child:not(:first-child) {
      align-items: center;
      font-family: "acumin-pro", sans-serif;
      color: #7d879c;
      text-decoration: none; }
    .breadcrumbs__item:last-child:after {
      display: none; }
  .breadcrumbs__link {
    display: flex;
    align-items: center;
    padding: 0;
    font-family: "acumin-pro", sans-serif;
    line-height: 24px;
    color: #4b566b;
    text-decoration: none;
    background-clip: content-box; }

.breadcrumbs {
  display: block;
  padding: 8px 0; }
  .breadcrumbs__item {
    align-items: center; }
    .breadcrumbs__item:after {
      content: '';
      -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='276.5px' height='512px' viewBox='0 0 276.5 512' style='enable-background:new 0 0 276.5 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M270.7,242L33.9,5.8c-7.8-7.7-20.3-7.7-28.1,0c-7.7,7.8-7.7,20.3,0,28.1L228.6,256L5.8,478.1c-7.8,7.7-7.8,20.3,0,28.1 c3.9,3.9,9,5.8,14.1,5.8c5.1,0,10.1-1.9,14-5.8l236.8-236.2c3.7-3.7,5.8-8.8,5.8-14S274.4,245.7,270.7,242z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
              mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='276.5px' height='512px' viewBox='0 0 276.5 512' style='enable-background:new 0 0 276.5 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M270.7,242L33.9,5.8c-7.8-7.7-20.3-7.7-28.1,0c-7.7,7.8-7.7,20.3,0,28.1L228.6,256L5.8,478.1c-7.8,7.7-7.8,20.3,0,28.1 c3.9,3.9,9,5.8,14.1,5.8c5.1,0,10.1-1.9,14-5.8l236.8-236.2c3.7-3.7,5.8-8.8,5.8-14S274.4,245.7,270.7,242z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      width: 8px;
      height: 10px;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      display: flex;
      align-items: center;
      margin: 0 8px;
      background-color: #4b566b; }

.checkbox {
  position: relative; }
  .checkbox--link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #373f50; }
    .checkbox--link:hover {
      text-decoration: none; }
    .checkbox--link.focus-visible {
      outline-offset: -1px;
      outline: 2px solid #00CEAA;
      background-color: transparent;
      text-decoration: none; }
  .checkbox--link-checked .checkbox__label {
    color: #2BB039; }
    .checkbox--link-checked .checkbox__label:after {
      transform: scaleX(1) translateY(-50%); }
  .checkbox--link-checked .checkbox__icon--checked {
    opacity: 1; }
  .checkbox__icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    fill: #ffffff;
    cursor: pointer; }
    .checkbox__icon--checked {
      opacity: 0;
      z-index: 1; }
  .checkbox__field {
    width: 1.143rem;
    height: 1.143rem;
    -webkit-appearance: none;
            appearance: none;
    border: 1px solid #c1cdd7;
    z-index: 10;
    cursor: pointer;
    border-radius: .3125em; }
    .checkbox__field:checked {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
      background-color: #2BB039;
      border-color: #2BB039; }
      .checkbox__field:checked.checkbox__field--disabled ~ .checkbox__label:after {
        background-color: #dae1e7; }
    .checkbox__field:checked ~ .checkbox__label {
      color: #2BB039; }
      .checkbox__field:checked ~ .checkbox__label:after {
        transform: scaleX(1) translateY(-50%); }
    .checkbox__field.focus-visible ~ .checkbox__label {
      outline-offset: -1px;
      outline: 2px solid #00CEAA; }
  .checkbox__text {
    width: calc(100% - 32px); }
  .checkbox .mage-error {
    position: absolute;
    bottom: -1rem; }
  .checkbox.amgdpr-checkbox {
    margin-bottom: 1rem; }

.ui-datepicker {
  display: none;
  z-index: 999999 !important; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-next-hover span,
.ui-datepicker .ui-datepicker-prev-hover span {
  border-color: transparent #ff8400 transparent transparent; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -5px;
  font-size: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent; }

.ui-datepicker .ui-datepicker-next span {
  margin-left: 0;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff9635; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 4px;
  text-align: right;
  text-decoration: none;
  color: #000000; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -22px; }

.ui-timepicker-div dl .ui_tpicker_time_label {
  margin-bottom: -25px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-datepicker {
  padding: 15px;
  border: #ffffff 4px solid;
  box-sizing: border-box;
  background: #efefef;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.35); }

.ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: none;
  padding-bottom: 10px; }

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  width: 47%;
  margin-right: 6%; }

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 47%; }

.ui-datepicker .ui-datepicker-calendar td {
  border: #cfcfcf 1px solid; }

.ui-datepicker .ui-datepicker-calendar td a {
  padding: 4px;
  display: block; }

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #f9eae7; }

.ui-datepicker .ui-datepicker-calendar {
  background: #ffffff;
  border: #cfcfcf 1px solid;
  border-collapse: collapse; }

.ui-datepicker .ui-datepicker-calendar th {
  background: #efefef;
  border: #cfcfcf 1px solid;
  padding: 4px;
  text-transform: uppercase; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
  text-align: center;
  border: #cfcfcf 1px solid; }

.ui-datepicker {
  width: auto; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: #f3d7d2; }

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #ffdf66; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dd {
  margin: 0 0 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -5px; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default; }

.ui-slider-horizontal {
  height: 10px;
  border-radius: 10px;
  border: none;
  background: #dadada; }

.ui-slider-handle {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #f98b25;
  display: block;
  position: absolute; }

.ui-timepicker-div {
  padding: 10px 0 5px 0; }

.ui-datepicker .ui-datepicker-buttonpane {
  overflow: hidden;
  padding-top: 10px;
  border-top: #cfcfcf 1px solid; }

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #f9f9f9; }

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
  color: #959595; }

.ui-datepicker {
  border: 2px solid #000;
  background-color: #ffffff; }
  .ui-datepicker .ui-datepicker-prev {
    top: 9px; }
    .ui-datepicker .ui-datepicker-prev .ui-icon {
      border-color: transparent #000 transparent transparent; }
  .ui-datepicker .ui-datepicker-next {
    top: 9px; }
    .ui-datepicker .ui-datepicker-next .ui-icon {
      border-color: transparent transparent transparent #000; }
  .ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse; }
    .ui-datepicker .ui-datepicker-title .ui-datepicker-month,
    .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
      background-color: transparent;
      height: 35px;
      margin-right: 1rem; }
  .ui-datepicker .ui-datepicker-calendar {
    border-collapse: separate;
    border: 0; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
      background-color: #000; }
      .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
        color: #ffffff; }
        .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default.ui-state-hover {
          background-color: #ffffff;
          color: #000; }
        .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default.ui-state-active.ui-state-hover {
          background-color: #ffffff;
          color: #000; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
      border: 1px solid #000;
      background-color: #ffffff; }
      .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
        background-color: #000;
        color: #ffffff; }
    .ui-datepicker .ui-datepicker-calendar .ui-state-default {
      text-align: center; }
      .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-hover {
        background-color: #000;
        color: #fff; }
  .ui-datepicker .ui-datepicker-buttonpane {
    border: 0; }

.fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .fieldset__legend {
    padding: 0;
    margin: 0 0 16px;
    font-size: 1.143rem;
    line-height: 1.6; }
    .fieldset__legend--hidden {
      position: absolute;
      clip: rect(0 0 0 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      border: 0; }

.file-upload {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .file-upload--native input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .file-upload__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative; }
  .file-upload__input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .file-upload__label {
    display: flex;
    flex-basis: 100%;
    margin-bottom: 1rem;
    font-size: 0.875rem; }
  .file-upload__name {
    font-size: 0.875rem;
    margin-top: 16px; }
    @media all and (min-width: 480px) {
      .file-upload__name {
        margin-left: 16px;
        margin-top: 0; } }
  .file-upload__button {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0 32px;
    width: 100%; }
    @media all and (min-width: 480px) {
      .file-upload__button {
        width: auto; } }
  .file-upload__attachments [data-role="attached-item"] {
    display: flex;
    align-items: center; }
    .file-upload__attachments [data-role="attached-item"] > span {
      margin: 0 1rem 0 0; }
  .file-upload__attachments [data-role="delete-button"] {
    padding: 0;
    background: none; }
    .file-upload__attachments [data-role="delete-button"]:after {
      content: url("../images/icons/delete.svg");
      left: calc(50% - 12px);
      top: calc(50% - 12px);
      width: 24px;
      height: 24px;
      padding: 0;
      opacity: 1;
      transform: translateY(0); }
    .file-upload__attachments [data-role="delete-button"]:hover:before {
      display: none; }
    .file-upload__attachments [data-role="delete-button"]:hover:after {
      transform: rotate(180deg); }
    .file-upload__attachments [data-role="delete-button"] span {
      display: none; }

.radio {
  position: relative;
  margin: 0; }
  .radio__legend {
    margin: 0; }
    .radio__legend--hidden {
      position: absolute;
      clip: rect(0 0 0 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      border: 0; }
  .radio__handler {
    position: relative; }
  .radio__field {
    position: absolute;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    opacity: 0;
    z-index: -1; }
    .radio__field:checked + .radio__label {
      color: #2BB039;
      font-weight: 400; }
      .radio__field:checked + .radio__label:before {
        border-color: #2BB039; }
      .radio__field:checked + .radio__label:after {
        opacity: 1;
        transform: scale(1); }
    .radio__field.focus-visible + .radio__label {
      outline-offset: -1px;
      outline: 2px solid #00CEAA; }
  .radio__label {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    width: 100%;
    margin: 0;
    line-height: 1.6;
    font-size: 0.875rem;
    color: #373f50;
    cursor: pointer; }
    .radio__label:before {
      content: '';
      position: relative;
      display: inline-block;
      border: 1px solid #dee2e6;
      border-radius: 1.5rem;
      width: 1.5rem;
      min-width: 1.5rem;
      height: 1.5rem;
      margin-right: 1rem; }
    .radio__label:after {
      position: absolute;
      top: 6px;
      left: 6px;
      content: '';
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 0.5rem;
      margin: auto;
      opacity: 0;
      transform: scale(0);
      background-color: #2BB039;
      transition: all 0.2s ease-in-out; }
  .radio__text {
    width: 100%; }

.radio__label:before {
  margin-right: 1rem;
  transition: all 0.2s ease-in-out; }

.radio__label:after {
  top: 0.5rem;
  left: 0.5rem; }

.radio__field:checked + .radio__label:before {
  background-color: #2BB039; }

.radio__field:checked + .radio__label:after {
  background-color: #ffffff; }

.select {
  margin-bottom: 16px; }
  .select:focus-within .label {
    color: #2BB039; }
  .select--native select, .webforms .type-select select, .webforms .type-country select {
    position: relative;
    width: 100%;
    min-width: 72px;
    height: 48px;
    padding: 0 48px 0 16px;
    border: 1px solid #373f50;
    border-radius: 1rem;
    -webkit-appearance: none;
            appearance: none;
    transition: all 0.2s ease-in-out;
    font-family: "acumin-pro", sans-serif;
    line-height: 48px;
    font-size: 0.875rem;
    background: #ffffff;
    background-image: url("../images/icons/expand-down.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    cursor: pointer; }
    .select--native select:disabled, .webforms .type-select select:disabled, .webforms .type-country select:disabled {
      background-color: #f3f5f9;
      cursor: not-allowed; }
    .select--native select.focus-visible, .webforms .type-select select.focus-visible, .webforms .type-country select.focus-visible {
      outline: 2px solid #00CEAA;
      outline-offset: -1px;
      box-shadow: none;
      transition: all 0.2s ease-in-out; }
    .select--native select.mage-error, .webforms .type-select select.mage-error, .webforms .type-country select.mage-error {
      border-color: #dc3545; }
  .select--multi .select__field, .select--multi .my-orders__select select, .my-orders__select .select--multi select {
    width: 100%;
    height: auto; }
  .select--multi option {
    display: flex;
    align-items: center;
    height: 48px;
    line-height: 48px;
    font-size: 0.875rem; }
    .select--multi option:hover, .select--multi option:focus {
      background-color: #f3f5f9;
      color: #2BB039; }
  .select--inline {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
  @media all and (min-width: 768px) {
    .select--with-button {
      display: flex;
      align-items: center; } }
  .select--inline .label, .select--with-button .label {
    margin: 0 16px 0 0;
    white-space: nowrap; }
  .select--grid {
    display: grid; }
  .select__button {
    flex-shrink: 0;
    margin: 16px 0 0; }
    @media all and (min-width: 768px) {
      .select__button {
        margin: 0 0 0 16px; } }
  .select__field, .my-orders__select select {
    position: relative;
    height: 48px;
    padding: 0 48px 0 16px;
    line-height: 48px;
    font-size: 0.875rem;
    cursor: pointer;
    border: 1px solid #373f50;
    border-radius: 1rem;
    background: #ffffff;
    -webkit-appearance: none;
            appearance: none; }
    .select__field:disabled, .my-orders__select select:disabled {
      background-color: #f3f5f9;
      cursor: not-allowed; }
    .select__field.focus-visible, .my-orders__select select.focus-visible {
      outline: 2px solid #00CEAA;
      outline-offset: -1px;
      box-shadow: none;
      transition: all 0.2s ease-in-out; }
  .select__field-list--single {
    height: 48px;
    padding: 0;
    border: 1px solid #373f50;
    border-radius: 1rem;
    line-height: 48px; }
  .select__field-input {
    transition: all 0.2s ease-in-out; }
    .select__field-input:focus {
      outline: none; }

.select2-hidden-accessible + .mage-error {
  order: 1; }

.select2 {
  width: 100%; }

.select2-container .select2-selection--single {
  height: 48px;
  width: 100%;
  border: 1px solid #373f50;
  border-radius: 1rem; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: 0 48px 0 16px;
    line-height: 48px;
    color: #373f50; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px;
    top: 0;
    right: 12px; }
    .select2-container .select2-selection--single .select2-selection__arrow b {
      padding: 4px;
      border-color: #7d879c;
      border-width: 0 2px 2px 0;
      margin-top: -7px;
      pointer-events: none;
      transform: rotate(45deg);
      transition: all 0.2s ease-in-out; }

.select2-container.select2-container--open .select2-selection--single {
  outline: 2px solid #00CEAA;
  outline-offset: -1px;
  box-shadow: none;
  transition: all 0.2s ease-in-out; }
  .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #7d879c;
    border-width: 0 2px 2px 0;
    transform: rotate(225deg);
    margin-top: 0; }

.select2-container .select2-results__options {
  max-height: 300px; }

.select2-container .select2-results__option {
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .select2-container .select2-results__option[aria-selected=true] {
    background-color: #ffffff; }
  .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #f3f5f9;
    color: #2BB039; }

.select2-container .select2-dropdown {
  border: 1px solid #373f50;
  border-radius: 1rem;
  border-width: 0 1px 1px 1px;
  box-shadow: none; }

.select:focus-within .label {
  color: inherit; }

.ratio-container {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden; }
  .ratio-container .ratio-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto; }

.image, img,
picture {
  display: block;
  width: auto;
  max-width: 100%;
  transition: opacity 0.15s linear; }
  .image.lazyload, img.lazyload,
  picture.lazyload, .image.lazyloading, img.lazyloading,
  picture.lazyloading {
    opacity: 0; }
  .image.lazyloaded, img.lazyloaded,
  picture.lazyloaded {
    opacity: 1; }

img.object-fit-cover,
picture.object-fit-cover {
  object-fit: cover; }

.lazyload-wrapper {
  position: relative;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out; }

picture.lazyloaded {
  width: 100%; }

picture > img.lazyload,
picture > img.lazyloaded,
picture > img.lazyloading {
  min-height: 56px;
  opacity: 1;
  background-size: 56px;
  background-repeat: no-repeat;
  background-position: center; }

picture > img.lazyloading {
  background-image: url("../images/loader-svg.svg"); }

.information {
  margin-bottom: 2rem; }
  .information__title {
    margin-bottom: 1rem; }
  .information__text {
    margin-bottom: 0;
    font-style: normal; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 50; }
  .loader--visible {
    display: block; }
  .loader__icon {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    margin: auto;
    background: transparent;
    border: 8px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite; }

.message {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1320px;
  margin: 1rem auto;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out; }
  .message[style="display: block;"] {
    display: flex !important; }
  .message p {
    color: #373f50;
    font-size: 0.875rem;
    line-height: inherit;
    margin: 0; }
  @media all and (min-width: 768px) {
    .message {
      padding: 1rem; } }
  .message--success:after, .message-success:after {
    content: "";
    position: relative;
    order: -1;
    height: 24px;
    width: 36px;
    min-width: 36px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233c620f' class='bi bi-check2' viewBox='0 0 16 16'%3E %3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E %3C/svg%3E"); }
  .message .link, .message .dashboard-nav .nav.item > a, .dashboard-nav .message .nav.item > a, .message .page-main .product-view .yotpo .yotpo-pager .goTo, .page-main .product-view .yotpo .yotpo-pager .message .goTo, .message .page-main .product-view .yotpo .yotpo-pager .yotpo-icon, .page-main .product-view .yotpo .yotpo-pager .message .yotpo-icon, .message .page-main .product-view .yotpo .yotpo-review .yotpo-read-more, .page-main .product-view .yotpo .yotpo-review .message .yotpo-read-more {
    text-decoration: underline; }

.alert:not(.alert-light), .message:not(.alert-light) {
  color: #ffffff; }

.pager {
  width: 100%;
  text-align: center; }
  .pager__list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0 1rem;
    margin: 0; }
  .pager__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: auto;
    height: auto;
    margin: 4px;
    font-size: 1rem;
    padding: 0; }
    .pager__item:first-child {
      margin: 0; }
    .pager__item:last-child {
      margin: 0 0 0 24px; }
    .pager__item--current {
      position: relative;
      color: #ffffff;
      text-decoration: none; }
      .pager__item--current:after, .page-main .product-view .yotpo .yotpo-pager .goTo.yotpo-active:after, .page-main .product-view .yotpo-pager .goTo.yotpo-active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: none;
        width: 100%;
        height: 2px;
        background-color: #2BB039;
        transition: all 0.2s ease-in-out;
        transform-origin: left; }
  .pager__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    color: #373f50;
    text-decoration: none; }
    .pager__link[disabled] {
      background-color: #ffffff;
      pointer-events: none;
      cursor: not-allowed; }
      .pager__link[disabled] .icon {
        fill: #dae1e7; }
    .pager__link--prev .icon, .pager__link--next .icon {
      fill: #373f50; }
  .pager__icon {
    width: 20px !important;
    height: 20px !important; }

.pager__item--current {
  background: #2BB039;
  box-shadow: 0 0.5rem 1.125rem -0.425rem rgba(43, 176, 57, 0.9);
  padding: 8px 12px;
  border-radius: 0.25rem; }

.pager__link {
  padding: 8px 12px;
  border-radius: 0.25rem; }
  .pager__link:hover {
    background: #f6f9fc;
    text-decoration: none;
    color: #373f50; }

.password-strength {
  color: #373f50;
  font-size: 0.875rem;
  font-weight: 400; }
  .password-strength__handle {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
  .password-strength__indicator {
    position: relative;
    display: inline-block;
    min-width: 128px;
    margin: 0 0 0 1rem;
    padding: 3px 0;
    border: 1px solid #f3f5f9;
    border-radius: 32px;
    background-color: transparent;
    color: #2BB039;
    text-align: center;
    overflow: hidden; }
    .password-strength__indicator:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      z-index: -1;
      height: 100%;
      border-top-left-radius: 32px;
      border-bottom-left-radius: 32px;
      transition: all 0.2s ease-in-out; }
    .password-none .password-strength__indicator {
      color: #2BB039; }
      .password-none .password-strength__indicator:before {
        width: 100%;
        background-color: #f3f5f9; }
    .password-weak .password-strength__indicator {
      color: #ffffff; }
      .password-weak .password-strength__indicator:before {
        width: 100%;
        background-color: #dc3545; }
    .password-medium .password-strength__indicator {
      color: #ffffff; }
      .password-medium .password-strength__indicator:before {
        width: 100%;
        background-color: #373f50; }
    .password-strong .password-strength__indicator {
      color: #ffffff; }
      .password-strong .password-strength__indicator:before {
        width: 100%;
        background-color: #0d6efd; }
    .password-very-strong .password-strength__indicator {
      color: #2BB039; }
      .password-very-strong .password-strength__indicator:before {
        width: 100%;
        background-color: #198754; }

.price__value {
  font-size: 1.143rem;
  font-weight: 500; }
  @media all and (min-width: 768px) {
    .price__value {
      font-size: 1.143rem; } }
  .price__value--old {
    margin-right: 12px;
    color: #7d879c;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: line-through; }
    @media all and (min-width: 768px) {
      .price__value--old {
        font-size: 0.875rem; } }
  .price__value--special {
    color: #4b566b;
    font-weight: 500; }
    .price__value--special > ins {
      text-decoration: none; }

.price__text {
  color: #373f50;
  font-size: 0.875rem;
  font-weight: 400; }
  @media all and (min-width: 768px) {
    .price__text {
      font-size: 1rem; } }

.price__wrapper {
  display: flex; }

.price__value--old {
  order: 2;
  margin-left: 8px;
  margin-right: 0; }

.price__value--special {
  order: 1; }

.rating {
  width: 80px; }
  .rating:hover .rating__rate-item span:before, .rating.focus-visible .rating__rate-item span:before {
    display: block; }
  .rating__rate-item {
    position: relative;
    flex: 1 0 16px;
    overflow: hidden; }
    .rating__rate-item:hover ~ .rating__rate-item span:before, .rating__rate-item.focus-visible ~ .rating__rate-item span:before {
      display: none; }
  .rating__star {
    position: relative;
    height: 16px;
    width: 80px;
    margin: 0; }
    .rating__star:before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      width: 80px;
      height: 16px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath transform='translate(2 2)' d='M10 15.27L16.18 19l-1.64-7.03L20 7.24l-7.19-.61L10 0 7.19 6.63 0 7.24l5.46 4.73L3.82 19z' fill='%23dae1e7'/%3E%3C/svg%3E");
      background-repeat: repeat-x;
      background-position: left center;
      background-size: 16px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .rating__star:before {
          height: 100%;
          background-size: 16px 100%; } }
    .rating__star--single {
      width: 16px; }
  .rating__indicator {
    left: 0;
    top: 0;
    display: block;
    height: 16px;
    width: 80px;
    overflow: hidden;
    text-indent: -10000px; }
    .rating__indicator:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: auto;
      height: 16px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath transform='translate(2 2)' d='M10 15.27L16.18 19l-1.64-7.03L20 7.24l-7.19-.61L10 0 7.19 6.63 0 7.24l5.46 4.73L3.82 19z' fill='%23fea569'/%3E%3C/svg%3E");
      background-repeat: repeat-x;
      background-position: left center;
      background-size: 16px;
      text-indent: 10000px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .rating__indicator:before {
          width: 100%;
          height: 100%;
          background-size: 16px 100%; } }
      .rating__star--rate .rating__indicator:before {
        display: none; }
      .rating__star--rate:hover .rating__indicator:before,
      .rating__star--rate.focus-visible .rating__indicator:before,
      .rating__rate-item--active .rating__indicator:before {
        display: block; }
  .rating__error {
    display: none;
    color: #dc3545;
    margin-bottom: 1rem; }
    .rating__error--visible {
      display: block; }
  .rating .mage-error {
    display: none !important; }
  .rating--rate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin: 0 0 24px;
    padding: 1rem 0; }
    .rating--rate .rating__rate-item {
      flex: 1 0 24px; }
    .rating--rate .rating__star {
      height: 24px;
      width: 24px;
      border: 0;
      background-color: transparent;
      cursor: pointer; }
      .rating--rate .rating__star:before {
        width: 24px;
        height: 24px;
        background-size: 24px;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .rating--rate .rating__star:before {
            background-size: 24px 100%; } }
      .rating--rate .rating__star--single {
        width: 24px; }
    .rating--rate .radio__field {
      width: 1px;
      height: 1px;
      bottom: 0; }
      .rating--rate .radio__field.focus-visible {
        opacity: 1;
        height: 0;
        outline: none;
        -webkit-appearance: none;
                appearance: none; }
        .rating--rate .radio__field.focus-visible:before {
          content: '';
          display: block;
          position: absolute;
          top: -24px;
          width: 24px;
          height: 24px;
          border: 2px solid #00CEAA; }
    .rating--rate .rating__indicator {
      height: 24px;
      width: 24px; }
      .rating--rate .rating__indicator:before {
        height: 24px;
        background-size: 24px;
        background-position: center;
        background-repeat: no-repeat; }
  .rating--secondary {
    width: 80px; }
    .rating--secondary .rating__indicator {
      height: 16px;
      width: 80px; }
      .rating--secondary .rating__indicator:before {
        height: 16px;
        background-size: 16px; }
    .rating--secondary .rating__star {
      height: 16px;
      width: 80px; }
      .rating--secondary .rating__star:before {
        height: 16px;
        background-size: 16px;
        width: 80px; }

.rating__error {
  font-size: 0.75rem; }

.swatch {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .swatch[class*="size"] .swatch__option {
    border: 1px solid #e3e9ef; }
  .swatch__container {
    position: relative;
    min-height: 100px; }
    .swatch__container--catalog {
      width: 100%;
      min-height: 56px; }
      .swatch__container--catalog .swatch {
        margin: 0 0 1rem 0; }
        .swatch__container--catalog .swatch__option-container {
          padding: 0;
          margin: 0 8px 0 0; }
          .swatch__container--catalog .swatch__option-container:hover .swatch__option--white, .swatch__container--catalog .swatch__option-container:focus .swatch__option--white, .swatch__container--catalog .swatch__option-container.selected .swatch__option--white {
            border: 1px solid #f3f5f9; }
        .swatch__container--catalog .swatch__option {
          min-width: 30px;
          min-height: 30px; }
          .swatch__container--catalog .swatch__option--white {
            border: 1px solid #f3f5f9; }
  .swatch__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; }
  .swatch__option-container {
    box-sizing: border-box;
    border: 0;
    border-width: 0 0 2px 0;
    margin: 0 8px 0 0;
    padding: 0 0 1px 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .swatch__option-container:hover, .swatch__option-container:focus, .swatch__option-container.selected {
      outline: none;
      border-color: #2BB039; }
      .swatch__option-container:hover .swatch__option--white, .swatch__option-container:focus .swatch__option--white, .swatch__option-container.selected .swatch__option--white {
        border: 0; }
    .swatch__option-container.disabled {
      opacity: 0.5;
      cursor: not-allowed; }
    .swatch__option-container:last-child {
      margin-right: 0; }
  .swatch__selected-option {
    display: none; }
  .swatch__title {
    flex: 0 0 100%;
    margin: 0 0 8px;
    font-size: 0.875rem;
    color: #373f50; }
  .swatch__option {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    min-height: 30px;
    background-color: #ffffff;
    color: #7d879c; }
    .swatch__option--image {
      min-height: 40px;
      min-width: 40px;
      background-size: cover;
      background-position: top center; }
    .swatch__option--white {
      border: 2px solid #fbfbfb; }
  .swatch__input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }

.swatch[class*="size"] .swatch__option {
  border-radius: 0.3rem;
  font-size: 0.786rem; }
  .swatch[class*="size"] .swatch__option:hover {
    border: 1px solid #2BB039;
    color: #2BB039; }

.swatch[class*="size"] .selected .swatch__option {
  border: 1px solid #2BB039;
  color: #2BB039; }

@media all and (min-width: 320px) and (max-width: 768px) {
  .swatch__container--catalog .swatch {
    margin: 0.5rem 0 0 0; } }

@media all and (min-width: 320px) and (max-width: 768px) {
  .swatch__wrapper {
    justify-content: flex-start; } }

.swatch.color .swatch-option {
  padding: 3px;
  border-radius: 100%;
  border: 1px solid #dae1e7;
  transition: unset; }
  .swatch.color .swatch-option:hover, .swatch.color .swatch-option.selected {
    border: 1px solid #2BB039; }
  .swatch.color .swatch-option .swatch__option {
    min-width: 21px;
    min-height: 21px; }
    .swatch.color .swatch-option .swatch__option:hover, .swatch.color .swatch-option .swatch__option.selected {
      border: 0; }

.swatch__option-container:hover, .swatch__option-container:focus {
  border: 0; }

.swatch__option {
  border-radius: 100%; }
  .swatch__option:hover, .swatch__option.selected {
    border: 1px solid #2BB039; }

.tab {
  padding: 0 0 1rem; }
  @media all and (min-width: 1024px) {
    .tab {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; } }
  .tab__title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px;
    border: 1px solid #e3e9ef;
    border-width: 0px;
    background: #f6f9fc;
    color: #373f50;
    font-family: "acumin-pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    text-transform: unset;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    @media all and (min-width: 1024px) {
      .tab__title {
        max-width: 440px; } }
    @media all and (min-width: 1024px) {
      .tab__title {
        flex: 1;
        order: -1; } }
    .tab__title .tab__icon {
      fill: #373f50;
      pointer-events: none; }
    .tab__title:hover, .tab__title.focus-visible, .tab__title--active {
      background: #2BB039;
      color: #ffffff;
      font-weight: 500;
      z-index: auto; }
      @media all and (min-width: 1024px) {
        .tab__title:hover, .tab__title.focus-visible, .tab__title--active {
          z-index: 1; } }
      .tab__title:hover .tab__icon, .tab__title.focus-visible .tab__icon, .tab__title--active .tab__icon {
        fill: #2BB039; }
    .tab__title--active .tab__icon {
      transform: rotate(180deg); }
    .tab__title .counter:before {
      content: "("; }
    .tab__title .counter:after {
      content: ")"; }
  .tab__icon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto; }
    @media all and (min-width: 1024px) {
      .tab__icon {
        display: none; } }
  .tab__content {
    position: relative;
    display: none;
    z-index: -1;
    width: 100%;
    padding: 64px 0;
    line-height: 32px;
    opacity: 0;
    overflow: hidden; }
    @media all and (min-width: 768px) {
      .tab__content {
        padding: 72px 104px;
        flex-basis: 100%;
        z-index: 1; } }
    @media all and (min-width: 1024px) {
      .tab__content {
        padding: 72px 80px; } }
    @media all and (min-width: 1200px) {
      .tab__content {
        padding: 72px 112px; } }
    .tab__content--active {
      display: block;
      opacity: 1;
      z-index: 1; }
      .tab__content--active:not(:nth-last-child(1)) {
        border: 1px solid #e3e9ef;
        border-width: 0 0 1px 0; }
        @media all and (min-width: 1024px) {
          .tab__content--active:not(:nth-last-child(1)) {
            border: none;
            border-width: 0 0 1px 0; } }
    .tab__content--secondary {
      padding: 64px 0; }
    .tab__content.additional {
      overflow: initial; }

.tab__title:first-child {
  border-radius: 0.25rem 0 0 0.25rem; }

.tab__title:last-child {
  border-radius: 0 0.25rem 0.25rem 0; }

.tab__title:not(.tab__title--active):hover {
  background-color: #ffffff;
  color: #373f50;
  box-shadow: inset 0em 0em 0em 0.2em #2BB039; }

.table {
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #f3f5f9;
  border-radius: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: #373f50;
  font-size: 0.875rem;
  line-height: 1.6; }
  @media all and (min-width: 768px) {
    .table {
      font-size: 1rem; } }
  .table--odd-even tbody tr:nth-child(odd) {
    background: #ffffff; }
  .table--odd-even tbody tr:nth-child(even) {
    background: #fbfbfb; }
  .table--odd-even tbody tr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    @media all and (min-width: 768px) {
      .table--odd-even tbody tr:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
  .table--odd-even tbody td {
    background-color: transparent; }
  .table--clean {
    margin: 0;
    border: 0;
    border-radius: 0; }
    .table--clean thead tr {
      padding: 0;
      border-bottom: 0; }
    .table--clean th {
      border-bottom: 0;
      border-right: 0;
      background: transparent;
      text-align: left;
      font-weight: 700; }
    .table--clean td {
      border-bottom: 0;
      border-right: 0;
      background: transparent; }
    .table--clean tbody tr:nth-child(odd) {
      background: #fbfbfb; }
    .table--clean tbody tr:nth-child(even) {
      background: #ffffff; }
  .table--tfoot-scope-row tfoot tr th {
    border-top: 1px solid #f3f5f9;
    border-bottom: 0; }
    .table--tfoot-scope-row tfoot tr th[scope="row"] {
      border-right-width: 1px; }
  .table--scope-row {
    border-width: 1px 0 0 0; }
    .table--scope-row tbody tr {
      padding: 0; }
      .table--scope-row tbody tr:nth-child(odd) th[scope="row"],
      .table--scope-row tbody tr:nth-child(odd) td {
        background-color: #fbfbfb; }
      .table--scope-row tbody tr:last-child {
        border-bottom: 0; }
        @media all and (min-width: 768px) {
          .table--scope-row tbody tr:last-child td {
            border-bottom: 1px solid #f3f5f9; } }
      @media all and (min-width: 480px) {
        .table--scope-row tbody tr th[scope="row"] + td:before {
          margin-bottom: 0; } }
    .table--scope-row tbody th {
      font-weight: 400; }
  .table__caption, .table__visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .table__heading-wrapper {
    display: flex;
    align-items: center; }
  .table tr {
    display: block;
    padding: 0;
    border-bottom: 0; }
    .table tr:last-child {
      border-bottom: 0; }
      @media all and (min-width: 768px) {
        .table tr:last-child td {
          border-bottom: 0; } }
    @media all and (min-width: 768px) {
      .table tr {
        display: table-row;
        padding: 0;
        border-bottom: 0; } }
  .table th {
    display: none;
    padding: 0;
    background: #f7f7f9;
    text-align: left; }
    @media all and (min-width: 768px) {
      .table th {
        display: table-cell;
        padding: 16px;
        border-bottom: 1px solid #f3f5f9;
        border-right: 1px solid #f3f5f9; } }
    .table th:last-child {
      border-right: 0; }
    .table th[scope="row"] {
      padding: 16px;
      border-width: 1px 0;
      background: #ffffff;
      text-align: left;
      width: 50%; }
      .table th[scope="row"] + td {
        flex-flow: column nowrap;
        padding: 16px; }
        @media all and (min-width: 480px) {
          .table th[scope="row"] + td {
            flex-flow: row nowrap; } }
        .table th[scope="row"] + td:before {
          max-width: 100%;
          width: 100%;
          margin-bottom: 1rem; }
          @media all and (min-width: 480px) {
            .table th[scope="row"] + td:before {
              max-width: 50%;
              width: 50%; } }
  .table td {
    display: flex;
    padding: 1rem 16px;
    background: #ffffff; }
    .table td:before {
      display: block;
      content: attr(data-th);
      font-weight: 500;
      margin-right: 1rem;
      max-width: 35%;
      width: 35%;
      min-width: 35%; }
      @media all and (min-width: 768px) {
        .table td:before {
          display: none; } }
    @media all and (min-width: 768px) {
      .table td:last-child {
        border-right: 0; } }
    @media all and (min-width: 768px) {
      .table td {
        display: table-cell;
        padding: 16px;
        border-bottom: 1px solid #f3f5f9;
        border-right: 1px solid #f3f5f9; } }
  .table thead tr {
    padding: 0;
    border-bottom: 0; }
    @media all and (min-width: 768px) {
      .table thead tr {
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
  @media all and (min-width: 768px) {
    .table thead th:first-child {
      border-top-left-radius: 0; } }
  @media all and (min-width: 768px) {
    .table thead th:last-child {
      border-top-right-radius: 0; } }
  @media all and (min-width: 768px) {
    .table tbody tr:last-child td:first-child {
      border-bottom-left-radius: 0; } }
  @media all and (min-width: 768px) {
    .table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 0; } }
  .table tfoot tr:first-child {
    border-top: 1px solid #f3f5f9; }
    @media all and (min-width: 768px) {
      .table tfoot tr:first-child {
        border-top: 0; } }
  .table tfoot tr:last-child {
    border-bottom: 0; }
    @media all and (min-width: 768px) {
      .table tfoot tr:last-child td:first-child {
        border-bottom-left-radius: 0; } }
    @media all and (min-width: 768px) {
      .table tfoot tr:last-child td:last-child {
        border-bottom-right-radius: 0; } }
  .table tfoot td {
    display: block;
    padding: 1rem 16px;
    background: #ffffff; }
    @media all and (min-width: 768px) {
      .table tfoot td {
        display: table-cell;
        padding: 16px;
        background: #ffffff;
        border-top: 1px solid #f3f5f9;
        border-right: 1px solid #f3f5f9;
        border-bottom: 0; } }

.table {
  border: 0; }
  .table thead th {
    font-weight: 500;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    border-top: 0; }
  .table td {
    margin: 0;
    border-right: 0; }
    .table td:before {
      color: #373f50; }
    .table td.label {
      font-weight: 500; }

.table td:before {
  word-break: break-all; }

.account-form {
  padding: 1rem 0 0; }
  .account-form__info {
    max-width: 656px;
    margin: 48px auto;
    font-size: 1rem;
    text-align: center; }
  .account-form__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0; }
  .account-form__fieldset {
    width: 100%;
    margin: 0 0 40px; }
    @media all and (min-width: 768px) {
      .account-form__fieldset {
        max-width: 432px; } }
  .account-form__legend {
    margin: 0;
    padding: 0 0 16px 0;
    width: 100%;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
    .account-form__legend--hidden {
      position: absolute;
      clip: rect(0 0 0 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      border: 0; }
  .account-form__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 16px 0; }
    @media all and (min-width: 768px) {
      .account-form__actions {
        width: auto; } }
  .account-form__button {
    width: 100%;
    min-width: 208px; }
  .account-form__forgot-password, .account-form__link {
    margin: 16px 0 0 0;
    color: #4b566b;
    font-weight: 700;
    text-decoration: none;
    line-height: 48px; }
    .account-form__forgot-password.focus-visible, .account-form__forgot-password:hover, .account-form__link.focus-visible, .account-form__link:hover {
      text-decoration: underline; }
  .account-form__validation-tips {
    margin: 0 0 24px;
    font-size: 1rem; }

.actions-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .actions-group__handler {
    flex-basis: 100%;
    margin: 0 0 16px; }
    @media all and (min-width: 768px) {
      .actions-group__handler {
        flex-basis: auto;
        margin: 0; } }
  .actions-group__button {
    margin: 0 0 16px;
    width: 100%; }
    @media all and (min-width: 768px) {
      .actions-group__button {
        width: auto;
        margin: 0 16px auto 0; } }
    .actions-group__button:last-child {
      margin-right: 0; }
  .actions-group__link {
    padding: 16px 0;
    margin: 0 16px 0 0;
    text-decoration: underline;
    background-clip: content-box;
    font-size: 1rem;
    font-weight: 500; }
    .actions-group__link:last-child {
      margin-right: 0; }

.active-filters {
  border: 1px solid #e3e9ef;
  border-width: 0 0 1px 0;
  padding: 0 0 1rem 0; }
  @media all and (min-width: 1024px) {
    .active-filters {
      padding: 0 0 1rem 0;
      border-width: 0 0 1px 0; } }
  .active-filters__heading {
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    margin: 1rem 0 12px; }
  .active-filters__item {
    display: flex;
    align-items: center;
    padding: 0 0 1rem 0; }
  .active-filters__description {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 48px); }
  .active-filters__remove {
    margin: 0 1rem 0 0;
    background-color: transparent; }
    .active-filters__remove:hover .icon {
      fill: #ff9192; }
    .active-filters__remove .icon {
      fill: #dc3545; }
  .active-filters__label {
    color: #4b566b;
    font-weight: 500;
    text-transform: normal;
    margin: 0 4px 0 0; }
  .active-filters__value {
    color: #4b566b;
    font-weight: 400;
    text-transform: none; }
  @media all and (min-width: 768px) {
    .active-filters__clear-all {
      max-width: 300px; } }

.active-filters {
  margin-bottom: 1rem; }
  .active-filters__heading {
    font-size: 1.143rem; }
  .active-filters__item {
    font-size: 1rem; }
  .active-filters__remove .icon {
    height: 18px;
    width: 18px; }

.add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: auto;
  border: 1px solid #e3e9ef;
  border-width: 1px 0 0 0;
  background: #ffffff;
  z-index: 50;
  box-shadow: 0 0.3rem 1.525rem 0.275rem rgba(0, 0, 0, 0.1); }
  html:not(.no-js) .add-to-cart[data-aos^='fade'][data-aos^='fade'] {
    pointer-events: all; }
    @media all and (max-width: calc(320px - 1px)) {
      html:not(.no-js) .add-to-cart[data-aos^='fade'][data-aos^='fade'] {
        opacity: 1;
        transform: none; } }
  .add-to-cart__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: auto;
    margin: 0 auto;
    padding: 8px 0; }
    @media all and (min-width: 768px) {
      .add-to-cart__wrapper {
        padding: 8px 0; } }
    @media all and (min-width: 1024px) {
      .add-to-cart__wrapper {
        padding: 8px 0; } }
    @media all and (min-width: 1600px) {
      .add-to-cart__wrapper {
        padding: 8px 0; } }
  .add-to-cart__title {
    width: calc(100% - 70px); }
    @media all and (min-width: 768px) {
      .add-to-cart__title {
        width: calc(100% - 420px); } }
    @media all and (min-width: 1024px) {
      .add-to-cart__title {
        width: calc(100% - 490px); } }
    .add-to-cart__title > .heading, .add-to-cart__title > h1, .add-to-cart__title > .h1, .add-to-cart__title > h2, .add-to-cart__title > .h2, .add-to-cart__title > h3, .add-to-cart__title > .h3, .row-type-cards figure[data-content-type="image"] .add-to-cart__title > figcaption, .add-to-cart__title > h4, .add-to-cart__title > .h4, .add-to-cart__title > h5, .add-to-cart__title > .h5, .add-to-cart__title > h6, .add-to-cart__title > .h6, .swal2-container .swal2-popup .add-to-cart__title > .swal2-title, .page-main .product-view .yotpo-review .yotpo-main .add-to-cart__title > .content-title,
    .page-main .product-view .yotpo-comment .yotpo-main .add-to-cart__title > .content-title,
    .page-main .product-view .yotpo-question .yotpo-main .add-to-cart__title > .content-title,
    .page-main .product-view .yotpo-onsite-upload .yotpo-main .add-to-cart__title > .content-title, .page-main .product-view .write-review .yotpo-header .add-to-cart__title > .yotpo-header-title, .page-main .add-to-cart__title > .y-label.yotpo-header-title {
      margin: 0;
      font-family: "quentin_proregular";
      font-size: 1.143rem;
      text-transform: initial;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      @media all and (min-width: 1024px) {
        .add-to-cart__title > .heading, .add-to-cart__title > h1, .add-to-cart__title > .h1, .add-to-cart__title > h2, .add-to-cart__title > .h2, .add-to-cart__title > h3, .add-to-cart__title > .h3, .row-type-cards figure[data-content-type="image"] .add-to-cart__title > figcaption, .add-to-cart__title > h4, .add-to-cart__title > .h4, .add-to-cart__title > h5, .add-to-cart__title > .h5, .add-to-cart__title > h6, .add-to-cart__title > .h6, .swal2-container .swal2-popup .add-to-cart__title > .swal2-title, .page-main .product-view .yotpo-review .yotpo-main .add-to-cart__title > .content-title,
        .page-main .product-view .yotpo-comment .yotpo-main .add-to-cart__title > .content-title,
        .page-main .product-view .yotpo-question .yotpo-main .add-to-cart__title > .content-title,
        .page-main .product-view .yotpo-onsite-upload .yotpo-main .add-to-cart__title > .content-title, .page-main .product-view .write-review .yotpo-header .add-to-cart__title > .yotpo-header-title, .page-main .add-to-cart__title > .y-label.yotpo-header-title {
          font-size: 1.143rem; } }
  @media all and (min-width: 320px) {
    .add-to-cart__button-more {
      display: none; } }
  .add-to-cart__button-more .button__icon-close {
    width: 0; }
  .add-to-cart__button-more[aria-expanded="false"] + .add-to-cart__action-secondary {
    display: flex;
    height: 0;
    opacity: 0; }
    @media all and (min-width: 320px) {
      .add-to-cart__button-more[aria-expanded="false"] + .add-to-cart__action-secondary {
        height: auto;
        opacity: 1; } }
  .add-to-cart__button-more[aria-expanded="true"] .button__icon-close {
    width: 24px; }
  .add-to-cart__button-more[aria-expanded="true"] .button__icon {
    width: 0; }
  .add-to-cart__button-more[aria-expanded="true"] + .add-to-cart__action-secondary {
    height: auto;
    opacity: 1; }
  .add-to-cart__action {
    position: relative;
    display: flex;
    flex-flow: column-reverse nowrap;
    align-items: center; }
    @media all and (min-width: 768px) {
      .add-to-cart__action {
        flex-flow: row nowrap; } }
  .add-to-cart__action-secondary {
    position: absolute;
    bottom: auto;
    right: -16px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    width: calc(100vw + 16px);
    background-color: #ffffff;
    box-shadow: 0 0.3rem 1.525rem 0.275rem rgba(0, 0, 0, 0.1), inset 0 0.3rem 1.525rem 0.275rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.2s ease-in-out; }
    @media all and (min-width: 768px) {
      .add-to-cart__action-secondary {
        position: relative;
        bottom: initial;
        right: initial;
        flex-flow: row nowrap;
        width: auto;
        margin: 0 0 0 1rem;
        box-shadow: none; } }
    .add-to-cart__action-secondary .button, .add-to-cart__action-secondary .slider__link--button, .add-to-cart__action-secondary .slider__link--button-secondary {
      flex: 1 0 50%; }
      @media all and (min-width: 768px) {
        .add-to-cart__action-secondary .button, .add-to-cart__action-secondary .slider__link--button, .add-to-cart__action-secondary .slider__link--button-secondary {
          flex: auto; } }
  .add-to-cart__button .button__text {
    display: none; }
  @media all and (min-width: 768px) {
    .add-to-cart__button {
      padding: 16px 24px;
      height: 56px; }
      .add-to-cart__button .button__text {
        display: block; }
      .add-to-cart__button .button__icon {
        display: none; } }
  .add-to-cart__button-additional {
    margin: 1rem 0;
    background-color: inherit; }
    @media all and (min-width: 768px) {
      .add-to-cart__button-additional {
        margin: 0;
        height: auto;
        width: 48px;
        background-color: #fbfbfb; }
        .add-to-cart__button-additional .button__text {
          display: none; } }
    @media all and (min-width: 768px) {
      .add-to-cart__button-additional:last-child {
        margin: 0; } }
    .add-to-cart__button-additional.button--icon-filled:after {
      left: calc(50% - 48px); }
      @media all and (min-width: 768px) {
        .add-to-cart__button-additional.button--icon-filled:after {
          left: auto; } }
  @media all and (min-width: 768px) {
    .add-to-cart .button--add-to {
      height: auto; } }
  @media all and (min-width: 1024px) {
    .add-to-cart .button--add-to {
      min-width: 300px; } }

.add-to-cart__title img {
  max-height: 45px; }
  @media all and (min-width: 768px) {
    .add-to-cart__title img {
      max-height: 60px; } }

.add-to-cart__title .heading, .add-to-cart__title h1, .add-to-cart__title .h1, .add-to-cart__title h2, .add-to-cart__title .h2, .add-to-cart__title h3, .add-to-cart__title .h3, .add-to-cart__title .row-type-cards figure[data-content-type="image"] figcaption, .row-type-cards figure[data-content-type="image"] .add-to-cart__title figcaption, .add-to-cart__title h4, .add-to-cart__title .h4, .add-to-cart__title h5, .add-to-cart__title .h5, .add-to-cart__title h6, .add-to-cart__title .h6, .add-to-cart__title .swal2-container .swal2-popup .swal2-title, .swal2-container .swal2-popup .add-to-cart__title .swal2-title, .add-to-cart__title .page-main .product-view .yotpo-review .yotpo-main .content-title, .page-main .product-view .yotpo-review .yotpo-main .add-to-cart__title .content-title,
.add-to-cart__title .page-main .product-view .yotpo-comment .yotpo-main .content-title, .page-main .product-view .yotpo-comment .yotpo-main .add-to-cart__title .content-title,
.add-to-cart__title .page-main .product-view .yotpo-question .yotpo-main .content-title, .page-main .product-view .yotpo-question .yotpo-main .add-to-cart__title .content-title,
.add-to-cart__title .page-main .product-view .yotpo-onsite-upload .yotpo-main .content-title, .page-main .product-view .yotpo-onsite-upload .yotpo-main .add-to-cart__title .content-title, .add-to-cart__title .page-main .product-view .write-review .yotpo-header .yotpo-header-title, .page-main .product-view .write-review .yotpo-header .add-to-cart__title .yotpo-header-title, .add-to-cart__title .page-main .y-label.yotpo-header-title, .page-main .add-to-cart__title .y-label.yotpo-header-title {
  margin: 0;
  font-family: "quentin_proregular";
  font-size: 1.143rem;
  text-transform: initial;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  @media all and (min-width: 1024px) {
    .add-to-cart__title .heading, .add-to-cart__title h1, .add-to-cart__title .h1, .add-to-cart__title h2, .add-to-cart__title .h2, .add-to-cart__title h3, .add-to-cart__title .h3, .add-to-cart__title .row-type-cards figure[data-content-type="image"] figcaption, .row-type-cards figure[data-content-type="image"] .add-to-cart__title figcaption, .add-to-cart__title h4, .add-to-cart__title .h4, .add-to-cart__title h5, .add-to-cart__title .h5, .add-to-cart__title h6, .add-to-cart__title .h6, .add-to-cart__title .swal2-container .swal2-popup .swal2-title, .swal2-container .swal2-popup .add-to-cart__title .swal2-title, .add-to-cart__title .page-main .product-view .yotpo-review .yotpo-main .content-title, .page-main .product-view .yotpo-review .yotpo-main .add-to-cart__title .content-title,
    .add-to-cart__title .page-main .product-view .yotpo-comment .yotpo-main .content-title, .page-main .product-view .yotpo-comment .yotpo-main .add-to-cart__title .content-title,
    .add-to-cart__title .page-main .product-view .yotpo-question .yotpo-main .content-title, .page-main .product-view .yotpo-question .yotpo-main .add-to-cart__title .content-title,
    .add-to-cart__title .page-main .product-view .yotpo-onsite-upload .yotpo-main .content-title, .page-main .product-view .yotpo-onsite-upload .yotpo-main .add-to-cart__title .content-title, .add-to-cart__title .page-main .product-view .write-review .yotpo-header .yotpo-header-title, .page-main .product-view .write-review .yotpo-header .add-to-cart__title .yotpo-header-title, .add-to-cart__title .page-main .y-label.yotpo-header-title, .page-main .add-to-cart__title .y-label.yotpo-header-title {
      font-size: 1.143rem; } }

.add-to-cart__title .price__value {
  color: #7d879c;
  font-weight: 400;
  font-size: 1rem; }

.add-to-cart__action .tocart .svg-icon__shopping-cart:before {
  width: 20px;
  height: 20px; }

.add-to-cart__details .heading, .add-to-cart__details h1, .add-to-cart__details .h1, .add-to-cart__details h2, .add-to-cart__details .h2, .add-to-cart__details h3, .add-to-cart__details .h3, .add-to-cart__details .row-type-cards figure[data-content-type="image"] figcaption, .row-type-cards figure[data-content-type="image"] .add-to-cart__details figcaption, .add-to-cart__details h4, .add-to-cart__details .h4, .add-to-cart__details h5, .add-to-cart__details .h5, .add-to-cart__details h6, .add-to-cart__details .h6, .add-to-cart__details .swal2-container .swal2-popup .swal2-title, .swal2-container .swal2-popup .add-to-cart__details .swal2-title, .add-to-cart__details .page-main .product-view .yotpo-review .yotpo-main .content-title, .page-main .product-view .yotpo-review .yotpo-main .add-to-cart__details .content-title,
.add-to-cart__details .page-main .product-view .yotpo-comment .yotpo-main .content-title, .page-main .product-view .yotpo-comment .yotpo-main .add-to-cart__details .content-title,
.add-to-cart__details .page-main .product-view .yotpo-question .yotpo-main .content-title, .page-main .product-view .yotpo-question .yotpo-main .add-to-cart__details .content-title,
.add-to-cart__details .page-main .product-view .yotpo-onsite-upload .yotpo-main .content-title, .page-main .product-view .yotpo-onsite-upload .yotpo-main .add-to-cart__details .content-title, .add-to-cart__details .page-main .product-view .write-review .yotpo-header .yotpo-header-title, .page-main .product-view .write-review .yotpo-header .add-to-cart__details .yotpo-header-title, .add-to-cart__details .page-main .y-label.yotpo-header-title, .page-main .add-to-cart__details .y-label.yotpo-header-title {
  font-weight: 500;
  letter-spacing: 0.5px; }

.add-to-cart__details .price {
  display: flex;
  align-items: flex-end; }
  .add-to-cart__details .price .price-final_price {
    color: #2BB039; }
  .add-to-cart__details .price__value--old {
    font-size: 0.75rem;
    margin-left: calc($spacer--default / 2);
    color: #7d879c; }
    .add-to-cart__details .price__value--old span {
      color: #7d879c; }
  .add-to-cart__details .price .price-label {
    display: none; }

.add-to-cart__action .tocart {
  padding: 1rem 1.5rem; }

.add-to-cart__action-secondary {
  height: auto; }

.article-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px; }
  .article-item--single {
    margin: 0 0 72px; }
    @media all and (min-width: 1024px) {
      .article-item--single {
        margin: 0; } }
    @media all and (min-width: 1024px) {
      .article-item--single .article-item__header {
        margin: 0 16px 16px 0; } }
    .article-item--single .article-item__container {
      flex-direction: column; }
      @media all and (min-width: 1024px) {
        .article-item--single .article-item__container {
          margin: 0 16px 0 0; } }
    @media all and (min-width: 1200px) {
      .article-item--single .article-item__body {
        padding: 54px 96px 0 112px; } }
    .article-item--single .article-item__title {
      font-size: 1.5rem;
      font-weight: 400;
      margin: 0 0 1rem;
      text-transform: uppercase;
      padding: 13px 0; }
      @media all and (min-width: 768px) {
        .article-item--single .article-item__title {
          font-size: 2rem;
          letter-spacing: 1px;
          padding: 13px 0; } }
    .article-item--single .article-item__media {
      margin: 0 0 48px; }
      @media all and (min-width: 1024px) {
        .article-item--single .article-item__media {
          margin: 0; } }
    .article-item--single .article-item__content {
      margin: 0 0 48px; }
    .article-item--single .article-item__content p {
      margin: 0 0 32px; }
    .article-item--single .article-item__content *:last-child {
      margin-bottom: 0; }
  .article-item__header {
    margin: 0 0 16px; }
  .article-item__title {
    font-size: 1.143rem;
    font-weight: 700;
    margin: 0 0 1rem;
    text-transform: none;
    padding: 13px 0; }
  .article-item__sub-title {
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: none; }
  .article-item__container {
    display: flex;
    flex-flow: column nowrap; }
    @media all and (min-width: 1024px) {
      .article-item__container {
        flex-direction: row; } }
  .article-item__media {
    margin: 0 0 24px; }
    @media all and (min-width: 1024px) {
      .article-item__media {
        margin: 0; } }
  .article-item__body {
    margin: 0; }
    @media all and (min-width: 1024px) {
      .article-item__body {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between; } }
  .article-item__content,
  .article-item__content p {
    margin: 0;
    font-size: 1rem;
    line-height: 2; }
  .article-item__content {
    margin: 0 0 16px; }
  .article-item__footer-link {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 13px 0; }
  .article-item__links-list {
    flex-wrap: wrap; }
    .article-item__links-list .list__item, .article-item__links-list .dashboard-nav .nav.item, .dashboard-nav .article-item__links-list .nav.item,
    .article-item__links-list .list__item:first-child,
    .article-item__links-list .dashboard-nav .nav.item:first-child,
    .dashboard-nav .article-item__links-list .nav.item:first-child,
    .article-item__links-list .list__item:last-child,
    .article-item__links-list .dashboard-nav .nav.item:last-child,
    .dashboard-nav .article-item__links-list .nav.item:last-child {
      font-size: 1rem;
      padding: 13px 1rem 13px 0; }

.quote-comments__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px 0;
  padding: 0 0 32px 0;
  border: 1px solid #e3e9ef;
  border-width: 0 0 1px 0; }

.quote-comments__date {
  font-size: 1rem;
  line-height: 32px;
  margin: 0;
  padding: 0; }

.quote-comments__author {
  font-size: 1rem;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 1rem;
  padding: 0; }

.quote-comments__content {
  font-size: 1rem;
  line-height: 32px;
  margin: 0;
  padding: 0; }
  .quote-comments__content p {
    margin: 0; }

.quote-items .quote-title {
  display: none; }

.quote-items .quote-table-items .input-text {
  max-width: 80px;
  min-width: 56px;
  text-align: center; }

.quote-items .quote-table-items .table-caption {
  display: none; }

.quote-items .quote-table-items .actions-toolbar._disabled:after {
  content: '-';
  display: block; }

.quote-items .quote-table-items .actions-toolbar._disabled a {
  display: none; }

.quote-table-totals-wrap {
  padding: 24px 16px;
  background: #fbfbfb; }
  @media all and (min-width: 768px) {
    .quote-table-totals-wrap {
      padding: 56px 80px; } }
  @media all and (min-width: 1024px) {
    .quote-table-totals-wrap {
      padding: 56px 32px; } }
  @media all and (min-width: 1200px) {
    .quote-table-totals-wrap {
      padding: 56px 112px; } }
  .quote-table-totals-wrap table {
    width: 100%;
    background: transparent;
    border: 0; }
    .quote-table-totals-wrap table tr {
      padding: 0;
      border: 0; }
    .quote-table-totals-wrap table td,
    .quote-table-totals-wrap table th,
    .quote-table-totals-wrap table th[scope="row"] {
      background: transparent;
      border: 0; }
    @media all and (min-width: 768px) {
      .quote-table-totals-wrap table th,
      .quote-table-totals-wrap table th[scope="row"] {
        width: 65%; } }
    .quote-table-totals-wrap table th[scope="row"] + td {
      flex-flow: row nowrap; }
    .quote-table-totals-wrap table tfoot td {
      display: flex; }
      @media all and (min-width: 768px) {
        .quote-table-totals-wrap table tfoot td {
          display: table-cell; } }
  .quote-table-totals-wrap .catalog_price_table > td {
    padding: 0;
    border-bottom: 1px solid #f3f5f9;
    flex-direction: column; }
    .quote-table-totals-wrap .catalog_price_table > td:before {
      display: none; }

.badges {
  position: absolute;
  display: flex;
  flex-direction: column; }

.banner {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none; }
  .banner:hover .ratio-container:after, .banner:focus-within .ratio-container:after {
    background-color: rgba(0, 0, 0, 0.2); }
  .banner .ratio-container {
    position: relative; }
    .banner .ratio-container:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
  .banner:hover, .banner.focus-visible {
    text-decoration: none; }
    .banner:hover .banner__content:after, .banner.focus-visible .banner__content:after {
      width: calc(100% - 2rem); }
  .banner__image {
    width: 100%; }
  .banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 4px 12px;
    border-bottom: 4px solid #f3f5f9;
    background: #ffffff; }
    @media all and (min-width: 768px) {
      .banner__content {
        padding: 16px 0 12px 24px; } }
    .banner__content--category {
      display: none;
      padding: 16px; }
      @media all and (min-width: 768px) {
        .banner__content--category {
          padding: 40px 24px; } }
      @media all and (min-width: 1024px) {
        .banner__content--category {
          padding: 40px 80px; } }
    .banner__content:after {
      content: '';
      position: absolute;
      left: 1rem;
      bottom: 0;
      width: 0;
      min-width: 0;
      height: 4px;
      background: #2BB039;
      transition: all 0.2s ease-in-out; }
  .banner__text {
    margin: 0;
    color: #2BB039;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase; }
    @media all and (min-width: 768px) {
      .banner__text {
        font-size: 1.143rem; } }
  .banner__icon {
    display: none;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px; }
    @media all and (min-width: 768px) {
      .banner__icon {
        display: flex; } }
  .banner__image-wrapper {
    position: relative; }
  .banner__actions-wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px 0 0 0; }
    @media all and (min-width: 1024px) {
      .banner__actions-wrapper {
        flex-direction: row-reverse;
        justify-content: space-between; } }
  .banner--category {
    position: static; }
    .banner--category .banner__image-wrapper {
      display: flex;
      flex-direction: column; }
    .banner--category .banner__button {
      padding: 0; }
      .banner--category .banner__button:hover:before, .banner--category .banner__button:hover:after {
        display: none; }
      .banner--category .banner__button:hover .banner__button-text {
        color: #2BB039; }
      .banner--category .banner__button:hover .banner__button-icon {
        fill: #2BB039; }
    .banner--category .banner__button-text {
      text-decoration: underline; }
    @media all and (min-width: 1024px) {
      .banner--category .banner__button-collapse {
        position: absolute;
        right: 0; } }
    .banner--category .banner__button-close:hover:before, .banner--category .banner__button-close:hover:after {
      display: none; }
    @media all and (min-width: 1024px) {
      .banner--category .banner__button-close {
        justify-content: flex-end; } }
    .banner--category .banner__wrapper {
      position: relative; }
    .banner--category .banner__heading-wrapper {
      display: flex;
      flex-direction: column; }
    .banner--category .banner__heading .heading, .banner--category .banner__heading h1, .banner--category .banner__heading .h1, .banner--category .banner__heading h2, .banner--category .banner__heading .h2, .banner--category .banner__heading h3, .banner--category .banner__heading .h3, .banner--category .banner__heading .row-type-cards figure[data-content-type="image"] figcaption, .row-type-cards figure[data-content-type="image"] .banner--category .banner__heading figcaption, .banner--category .banner__heading h4, .banner--category .banner__heading .h4, .banner--category .banner__heading h5, .banner--category .banner__heading .h5, .banner--category .banner__heading h6, .banner--category .banner__heading .h6, .banner--category .banner__heading .swal2-container .swal2-popup .swal2-title, .swal2-container .swal2-popup .banner--category .banner__heading .swal2-title, .banner--category .banner__heading .page-main .product-view .yotpo-review .yotpo-main .content-title, .page-main .product-view .yotpo-review .yotpo-main .banner--category .banner__heading .content-title,
    .banner--category .banner__heading .page-main .product-view .yotpo-comment .yotpo-main .content-title, .page-main .product-view .yotpo-comment .yotpo-main .banner--category .banner__heading .content-title,
    .banner--category .banner__heading .page-main .product-view .yotpo-question .yotpo-main .content-title, .page-main .product-view .yotpo-question .yotpo-main .banner--category .banner__heading .content-title,
    .banner--category .banner__heading .page-main .product-view .yotpo-onsite-upload .yotpo-main .content-title, .page-main .product-view .yotpo-onsite-upload .yotpo-main .banner--category .banner__heading .content-title, .banner--category .banner__heading .page-main .product-view .write-review .yotpo-header .yotpo-header-title, .page-main .product-view .write-review .yotpo-header .banner--category .banner__heading .yotpo-header-title, .banner--category .banner__heading .page-main .y-label.yotpo-header-title, .page-main .banner--category .banner__heading .y-label.yotpo-header-title {
      margin: 0; }
  .banner--category-image .banner__heading-wrapper {
    padding: 0 0 0 16px; }
    @media all and (min-width: 768px) {
      .banner--category-image .banner__heading-wrapper {
        position: absolute;
        bottom: 32px;
        left: 32px;
        background-color: #ffffff;
        width: 100%;
        max-width: 375px;
        padding: 24px 32px 16px; } }
    @media all and (min-width: 1024px) {
      .banner--category-image .banner__heading-wrapper {
        bottom: 40px;
        left: 48px; } }
    @media all and (min-width: 1200px) {
      .banner--category-image .banner__heading-wrapper {
        bottom: 48px;
        left: 56px; } }
  .banner--category-image .banner__heading {
    margin: 24px 0 0; }
    @media all and (min-width: 768px) {
      .banner--category-image .banner__heading {
        margin: 0; } }
    .banner--category-image .banner__heading .heading, .banner--category-image .banner__heading h1, .banner--category-image .banner__heading .h1, .banner--category-image .banner__heading h2, .banner--category-image .banner__heading .h2, .banner--category-image .banner__heading h3, .banner--category-image .banner__heading .h3, .banner--category-image .banner__heading .row-type-cards figure[data-content-type="image"] figcaption, .row-type-cards figure[data-content-type="image"] .banner--category-image .banner__heading figcaption, .banner--category-image .banner__heading h4, .banner--category-image .banner__heading .h4, .banner--category-image .banner__heading h5, .banner--category-image .banner__heading .h5, .banner--category-image .banner__heading h6, .banner--category-image .banner__heading .h6, .banner--category-image .banner__heading .swal2-container .swal2-popup .swal2-title, .swal2-container .swal2-popup .banner--category-image .banner__heading .swal2-title, .banner--category-image .banner__heading .page-main .product-view .yotpo-review .yotpo-main .content-title, .page-main .product-view .yotpo-review .yotpo-main .banner--category-image .banner__heading .content-title,
    .banner--category-image .banner__heading .page-main .product-view .yotpo-comment .yotpo-main .content-title, .page-main .product-view .yotpo-comment .yotpo-main .banner--category-image .banner__heading .content-title,
    .banner--category-image .banner__heading .page-main .product-view .yotpo-question .yotpo-main .content-title, .page-main .product-view .yotpo-question .yotpo-main .banner--category-image .banner__heading .content-title,
    .banner--category-image .banner__heading .page-main .product-view .yotpo-onsite-upload .yotpo-main .content-title, .page-main .product-view .yotpo-onsite-upload .yotpo-main .banner--category-image .banner__heading .content-title, .banner--category-image .banner__heading .page-main .product-view .write-review .yotpo-header .yotpo-header-title, .page-main .product-view .write-review .yotpo-header .banner--category-image .banner__heading .yotpo-header-title, .banner--category-image .banner__heading .page-main .y-label.yotpo-header-title, .page-main .banner--category-image .banner__heading .y-label.yotpo-header-title {
      text-align: left !important; }
  @media all and (min-width: 1024px) {
    .banner--category-image .banner__actions-wrapper {
      flex-direction: row; } }
  .banner--category-image .banner__button {
    justify-content: flex-start; }
  @media all and (min-width: 1024px) {
    .banner--category-image .banner__button-collapse {
      position: relative; } }
  .banner--category-image .banner__button-text {
    margin: 0 1rem 0 0; }
  .banner--is-open .banner__content--category {
    display: block; }
  .banner--is-open .banner__button-collapse .icon {
    transform: rotate(180deg); }

.bundle-option__title {
  margin: 16px 0 1rem;
  color: #373f50;
  font-family: "acumin-pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize; }
  .bundle-option__title--required:after {
    content: '*';
    color: #dc3545;
    font-weight: 400; }

.bundle-option__select {
  max-width: 350px; }

.bundle-option__qty {
  display: flex;
  align-items: center; }

.bundle-option__qty-input {
  max-width: 100px; }
  .bundle-option__qty-input:disabled {
    color: #dae1e7; }
    .bundle-option__qty-input:disabled:hover {
      cursor: default; }

.cart-list-item {
  padding: 16px 0;
  border-bottom: 1px solid #e3e9ef; }
  @media all and (min-width: 768px) {
    .cart-list-item {
      display: flex;
      flex-flow: row wrap; } }
  .cart-list-item__left {
    display: flex; }
    @media all and (min-width: 768px) {
      .cart-list-item__left {
        flex-basis: 50%; } }
    @media all and (min-width: 1200px) {
      .cart-list-item__left {
        flex-basis: 60%; } }
  .cart-list-item__right {
    margin: 0 0 0 64px;
    padding: 0 0 0 16px; }
    @media all and (min-width: 768px) {
      .cart-list-item__right {
        display: flex;
        flex-basis: 50%;
        flex-wrap: wrap;
        align-content: space-between;
        margin: 0;
        padding: 0; } }
    @media all and (min-width: 1200px) {
      .cart-list-item__right {
        flex-basis: 40%; } }
  .cart-list-item__image {
    width: 64px; }
    @media all and (min-width: 768px) {
      .cart-list-item__image {
        width: 80px; } }
    @media all and (min-width: 1200px) {
      .cart-list-item__image {
        width: 80px; } }
  .cart-list-item__content {
    flex-basis: calc(100% - 64px);
    padding: 0 0 0 16px; }
    @media all and (min-width: 768px) {
      .cart-list-item__content {
        flex-basis: calc(100% - 80px); } }
    @media all and (min-width: 1200px) {
      .cart-list-item__content {
        flex-basis: calc(100% - 80px);
        padding: 0 0 0 32px; } }
  .cart-list-item__name {
    display: block;
    font-family: "acumin-pro", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    text-transform: none; }
  .cart-list-item__attribute {
    display: block;
    width: 100%;
    color: #373f50; }
  .cart-list-item__label, .cart-list-item__price {
    color: #373f50;
    line-height: 48px; }
  @media all and (min-width: 768px) {
    .cart-list-item__price {
      font-size: 1rem; } }
  @media all and (min-width: 768px) {
    .cart-list-item__label {
      position: absolute;
      clip: rect(0 0 0 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      border: 0; } }
  @media all and (min-width: 768px) {
    .cart-list-item__details {
      display: flex;
      flex-basis: 100%;
      align-items: flex-start; } }
  @media all and (min-width: 768px) {
    .cart-list-item__wrapper {
      flex-basis: 40%; } }
  @media all and (min-width: 1200px) {
    .cart-list-item__wrapper {
      flex-basis: 35%; } }
  .cart-list-item__qty {
    margin: 0; }
    @media all and (min-width: 768px) {
      .cart-list-item__qty {
        flex-direction: column;
        flex-basis: 20%; } }
    @media all and (min-width: 1200px) {
      .cart-list-item__qty {
        flex-basis: 30%;
        padding: 0 32px 0 0; } }
  .cart-list-item__input {
    width: 90px;
    height: 48px;
    margin: 0;
    -webkit-appearance: textfield;
            appearance: textfield; }
    @media all and (min-width: 1200px) {
      .cart-list-item__input {
        width: 100%; } }
    .cart-list-item__input::-webkit-inner-spin-button, .cart-list-item__input::-webkit-outer-spin-button {
      -webkit-appearance: none;
              appearance: none;
      margin: 0; }
  .cart-list-item__total {
    font-size: 1rem;
    line-height: 48px;
    font-weight: 500; }
  .cart-list-item__actions {
    display: flex;
    flex-flow: row wrap; }
    @media all and (min-width: 768px) {
      .cart-list-item__actions {
        display: flex;
        flex-basis: 100%;
        justify-content: flex-end; } }
  .cart-list-item__action {
    margin-right: 0; }
    .cart-list-item__action:last-child {
      margin-right: 0; }
  .cart-list-item__gift-dropdown {
    width: 100%; }
    @media all and (min-width: 768px) {
      .cart-list-item__gift-dropdown {
        text-align: right; } }
    .cart-list-item__gift-dropdown .dropdown-list__content {
      display: none; }
      .cart-list-item__gift-dropdown .dropdown-list__content._active {
        display: block; }
    @media all and (min-width: 768px) {
      .cart-list-item__gift-dropdown .dropdown-list__label {
        margin: 0 0 0 auto; } }
    .cart-list-item__gift-dropdown .dropdown-list__label._active .dropdown-list__icon {
      transform: rotate(180deg); }
  .cart-list-item__alert {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }

.cart-list-item {
  align-items: center; }
  .cart-list-item__left {
    align-items: center; }
  @media (max-width: 767.98px) {
    .cart-list-item__details {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media all and (min-width: 768px) {
    .cart-list-item__actions {
      flex-basis: unset;
      margin-left: auto; } }
  .cart-list-item__actions .button:hover, .cart-list-item__actions .slider__link--button:hover, .cart-list-item__actions .slider__link--button-secondary:hover {
    background-color: transparent; }
  @media all and (min-width: 768px) {
    .cart-list-item__wrapper {
      text-align: right; } }
  @media all and (min-width: 1200px) {
    .cart-list-item__qty {
      flex-basis: 35%; } }
  .cart-list-item__qty .control:hover {
    border-color: #2BB039 !important; }
  .cart-list-item__qty .label {
    display: none; }

.catalog-event {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 72px;
  background-color: #f7f7f9;
  padding: 16px 0; }
  .catalog-event:hover .lazyload-wrapper:after, .catalog-event:focus-within .lazyload-wrapper:after {
    background-color: rgba(0, 0, 0, 0.2); }
  .catalog-event .lazyload-wrapper {
    position: relative; }
    .catalog-event .lazyload-wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
  @media all and (min-width: 768px) {
    .catalog-event {
      padding: 32px 0; } }
  .catalog-event--slider-item {
    margin: 0 auto; }
  .catalog-event__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .catalog-event__date {
    display: flex;
    justify-content: center; }
  .catalog-event__date-item {
    min-width: 80px;
    text-align: center; }
    @media all and (min-width: 768px) {
      .catalog-event__date-item {
        min-width: 120px; } }
  .catalog-event__date-value {
    font-family: "acumin-pro", sans-serif;
    font-size: 2rem; }
    @media all and (min-width: 768px) {
      .catalog-event__date-value {
        font-size: 48px; } }
  .catalog-event__date-label {
    color: #2BB039;
    font-size: 0.875rem;
    text-transform: none; }
  .catalog-event__button {
    min-width: 208px; }

.categories-list {
  padding-bottom: 16px; }
  @media all and (min-width: 1024px) {
    .categories-list {
      max-height: 480px;
      overflow-x: hidden; } }
  .categories-list__item {
    padding: 0; }
    .categories-list__item:not(:last-child) {
      margin-bottom: 8px; }
  .categories-list__link {
    display: block;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #373f50;
    text-transform: normal;
    text-decoration: none; }
    .categories-list__link:hover, .categories-list__link[aria-current="true"] {
      color: #2BB039;
      text-decoration: none; }

.chat {
  padding: 24px;
  background: #fbfbfb; }
  .chat__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 16px;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
    list-style: none; }
  .chat__message {
    padding: 1rem 16px; }
    .chat__message--sent {
      text-align: right; }
    .chat__message--incoming {
      align-self: flex-start; }
  .chat__message-content {
    padding: 16px;
    background: #dae1e7;
    border-radius: 10px; }
    .chat__message-content--sent {
      background: #f3f5f9; }
  .chat__message-text {
    font-size: 0.875rem; }
  .chat__message-date {
    text-align: right;
    color: #373f50;
    font-size: 0.75rem; }
  .chat__message-send {
    margin: 0 0 16px; }
  .chat__message-field {
    width: 100%;
    margin: 0 1rem 0 0; }
  .chat__control {
    display: flex;
    align-items: center; }
  .chat__textarea {
    min-height: 48px; }
  .chat__username {
    color: #373f50; }

.discount-code {
  margin: 0 -1rem; }
  @media all and (min-width: 768px) {
    .discount-code {
      margin: 0; } }
  .discount-code__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    border: 1px solid #e3e9ef;
    border-width: 0 0 1px 0;
    background: none;
    cursor: pointer; }
    .discount-code__button:hover {
      background: none; }
      .discount-code__button:hover:before, .discount-code__button:hover:after {
        display: none; }
  .discount-code__content {
    display: none;
    padding: 32px 0; }
  .discount-code__button-icon {
    transition: all 0.2s ease-in-out; }
  .discount-code__button-text {
    margin: 0 1rem 0 0;
    font-size: 1.143rem;
    font-weight: 400;
    color: #2BB039;
    text-transform: uppercase; }
  .discount-code._active .discount-code__button-icon {
    transform: rotate(180deg); }
  .discount-code._active .discount-code__content {
    display: block; }
  .discount-code__input {
    margin: 0 0 32px 0; }
  .discount-code__codes-list {
    display: flex;
    flex-flow: column nowrap; }
  .discount-code__codes-list-item {
    margin: 0 0 16px 0;
    padding: 0 0 1rem 0;
    border: 1px solid #e3e9ef;
    border-width: 0 0 1px 0; }
  .discount-code__messages {
    display: none; }
    .discount-code__messages._active {
      display: block; }

.content-block {
  padding: 0 16px; }
  @media all and (min-width: 768px) {
    .content-block {
      padding: 0 32px; } }
  @media all and (min-width: 1024px) {
    .content-block {
      padding: 0 40px; } }
  @media all and (min-width: 1200px) {
    .content-block {
      padding: 0 56px; } }
  .content-block--secondary {
    padding: 0 24px; }
    @media all and (min-width: 768px) {
      .content-block--secondary {
        padding: 0 128px; } }
    @media all and (min-width: 1024px) {
      .content-block--secondary {
        padding: 0; } }
    .content-block--secondary .content-block__heading {
      max-width: 70%;
      border: 4px solid #2BB039;
      border-width: 4px 0; }
      @media all and (min-width: 768px) {
        .content-block--secondary .content-block__heading {
          max-width: 60%; } }
      @media all and (min-width: 1024px) {
        .content-block--secondary .content-block__heading {
          max-width: 100%; } }
  .content-block__heading {
    padding: 16px 0;
    line-height: 48px; }
  .content-block__introduction {
    margin: 32px 0;
    font-size: 1rem;
    font-weight: 700; }
    @media all and (min-width: 768px) {
      .content-block__introduction {
        font-size: 1.143rem; } }
    @media all and (min-width: 1024px) {
      .content-block__introduction {
        margin: 0 0 32px; } }
  .content-block__description {
    font-size: 0.875rem; }
    @media all and (min-width: 768px) {
      .content-block__description {
        font-size: 1rem; } }
  .content-block__link {
    margin: 0 0 16px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none; }
    .content-block__link:hover, .content-block__link.focus-visible {
      text-decoration: underline; }

.cookie-message {
  display: none;
  align-items: stretch;
  width: 100%;
  padding: 16px 1rem 16px 32px;
  background-color: #fbfbfb;
  font-size: 0.75rem;
  font-family: "acumin-pro", sans-serif;
  line-height: 16px; }
  .cookie-message--open {
    display: flex; }
  .cookie-message--actions {
    padding: 16px 32px; }
    .cookie-message--actions .cookie-message__container {
      flex-direction: column; }
      @media all and (min-width: 768px) {
        .cookie-message--actions .cookie-message__container {
          flex-direction: row; } }
    .cookie-message--actions .cookie-message__button {
      padding: 0 32px; }
  .cookie-message__container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto; }
    @media all and (min-width: 768px) {
      .cookie-message__container {
        justify-content: space-between; } }
  .cookie-message__text {
    flex-basis: 100%;
    padding: 0;
    margin: 0 16px 0 0;
    color: #373f50;
    text-align: justify;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: 1px; }
    @media all and (min-width: 768px) {
      .cookie-message__text {
        text-align: left; } }
  .cookie-message__link.focus-visible, .cookie-message__text > a.focus-visible {
    outline: 0;
    text-decoration: underline;
    color: #00CEAA;
    background-color: #00CEAA; }
  .cookie-message__button {
    padding: 0;
    margin: 0;
    height: 48px;
    min-height: 0;
    color: #373f50;
    border: 0;
    background: none;
    font-weight: 400;
    text-transform: none; }
    .cookie-message__button .button__text {
      color: #373f50; }
    .cookie-message__button:hover .button__text {
      color: #373f50; }
  .button--icon .cookie-message__button-icon {
    width: 24px;
    height: 24px;
    fill: #373f50; }
  .cookie-message__actions {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    align-items: center; }
    @media all and (min-width: 768px) {
      .cookie-message__actions {
        flex-basis: auto; } }
    .cookie-message__actions .button, .cookie-message__actions .slider__link--button, .cookie-message__actions .slider__link--button-secondary {
      white-space: nowrap;
      width: 100%; }
  .cookie-message__action {
    width: 100%; }

.dashboard-actions-toolbar, .webforms .form .actions-toolbar {
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 768px) {
    .dashboard-actions-toolbar, .webforms .form .actions-toolbar {
      flex-direction: row; } }
  @media all and (min-width: 768px) {
    .dashboard-actions-toolbar--last-to-right .dashboard-actions-toolbar__item:last-child, .dashboard-actions-toolbar--last-to-right .dashboard-actions-toolbar .block-requisition-list:last-child, .dashboard-actions-toolbar .dashboard-actions-toolbar--last-to-right .block-requisition-list:last-child, .dashboard-actions-toolbar--last-to-right .webforms .form .actions-toolbar .block-requisition-list:last-child, .webforms .form .actions-toolbar .dashboard-actions-toolbar--last-to-right .block-requisition-list:last-child {
      margin-left: auto;
      margin-right: 0; } }
  .dashboard-actions-toolbar__item, .dashboard-actions-toolbar .block-requisition-list, .webforms .form .actions-toolbar .block-requisition-list {
    margin: 1rem 0 0; }
    @media all and (min-width: 768px) {
      .dashboard-actions-toolbar__item, .dashboard-actions-toolbar .block-requisition-list, .webforms .form .actions-toolbar .block-requisition-list {
        margin: 0 1rem 0 0; } }

.block-info {
  display: flex;
  flex-direction: column; }
  .block-info__title {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700; }
    @media all and (min-width: 768px) {
      .block-info__title {
        flex-direction: row; } }
  .block-info__actions {
    width: auto; }
    @media all and (min-width: 768px) {
      .block-info__actions {
        margin: 0 16px; } }
    .block-info__actions .link, .block-info__actions .dashboard-nav .nav.item > a, .dashboard-nav .block-info__actions .nav.item > a, .block-info__actions .page-main .product-view .yotpo .yotpo-pager .goTo, .page-main .product-view .yotpo .yotpo-pager .block-info__actions .goTo, .block-info__actions .page-main .product-view .yotpo .yotpo-pager .yotpo-icon, .page-main .product-view .yotpo .yotpo-pager .block-info__actions .yotpo-icon, .block-info__actions .page-main .product-view .yotpo .yotpo-review .yotpo-read-more, .page-main .product-view .yotpo .yotpo-review .block-info__actions .yotpo-read-more {
      text-decoration: underline;
      text-transform: none; }
      @media all and (min-width: 768px) {
        .block-info__actions .link, .block-info__actions .dashboard-nav .nav.item > a, .dashboard-nav .block-info__actions .nav.item > a, .block-info__actions .page-main .product-view .yotpo .yotpo-pager .goTo, .page-main .product-view .yotpo .yotpo-pager .block-info__actions .goTo, .block-info__actions .page-main .product-view .yotpo .yotpo-pager .yotpo-icon, .page-main .product-view .yotpo .yotpo-pager .block-info__actions .yotpo-icon, .block-info__actions .page-main .product-view .yotpo .yotpo-review .yotpo-read-more, .page-main .product-view .yotpo .yotpo-review .block-info__actions .yotpo-read-more {
          padding: 0; } }
  .block-info__content-text {
    font-size: 0.875rem; }

.dashboard-form__title {
  padding: 16px;
  background: #fbfbfb;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.143rem;
  font-weight: 700;
  border: 1px solid #373f50;
  border-width: 0 0 1px; }

.dashboard-form--hidden {
  display: none; }

.dashboard-form .label,
.dashboard-form .input__label,
.dashboard-form .input__field,
.dashboard-form .quote-items .quote-table-items .input-text,
.quote-items .quote-table-items .dashboard-form .input-text,
.dashboard-form .my-orders__field-wrapper input,
.my-orders__field-wrapper .dashboard-form input,
.dashboard-form .page-main .product-view .yotpo input,
.page-main .product-view .yotpo .dashboard-form input,
.dashboard-form .page-main .product-view .yotpo textarea,
.page-main .product-view .yotpo .dashboard-form textarea,
.dashboard-form select {
  font-size: 1rem; }

.dashboard-items__item {
  padding: 16px;
  font-size: 1rem; }

.dashboard-items__title, .dashboard-items__subtitle {
  font-family: "acumin-pro", sans-serif; }

.dashboard-items__title {
  padding: 16px;
  background: #fbfbfb;
  font-size: 1.143rem;
  font-weight: 700;
  border: 1px solid #373f50;
  border-width: 0 0 1px;
  text-transform: uppercase; }

.dashboard-items__collapsible--active .icon {
  transform: rotate(180deg); }

.dashboard-items__title-collapsible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }

.dashboard-items__subtitle {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.dashboard-nav__mobile:after, .dashboard-nav__item > a:after, .dashboard-nav .nav.item > a:after, .dashboard-nav__link:after, .dashboard-nav .nav.item.current:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 20px;
  height: 10px;
  width: 10px;
  margin-top: 0;
  border-style: solid;
  border-color: transparent #373f50 #373f50 transparent;
  border-width: 2px;
  border-radius: 2px;
  pointer-events: none;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out; }

.dashboard-nav__mobile--active:after {
  top: 50%;
  border-color: transparent #373f50 #373f50 transparent;
  margin-top: 0;
  transform: rotate(225deg); }

.dashboard-nav__mobile {
  display: block;
  position: relative;
  border: 1px solid #e3e9ef;
  border-width: 0;
  padding: 24px 0;
  font-weight: 500;
  cursor: pointer; }
  @media all and (min-width: 1024px) {
    .dashboard-nav__mobile {
      display: none; } }

.dashboard-nav__content {
  display: none; }
  .dashboard-nav__content--visible {
    display: block; }
  @media all and (min-width: 1024px) {
    .dashboard-nav__content {
      display: block; } }

.dashboard-nav__item, .dashboard-nav .nav.item {
  position: relative;
  padding: 0;
  transition: all 0.2s ease-in-out; }

.dashboard-nav__item > a, .dashboard-nav .nav.item > a, .dashboard-nav__link, .dashboard-nav .nav.item.current, .dashboard-nav .nav.item > a {
  display: block;
  padding: 12px;
  text-decoration: none;
  font-size: 1rem; }
  .dashboard-nav__item > a:after, .dashboard-nav .nav.item > a:after, .dashboard-nav__link:after, .dashboard-nav .nav.item.current:after, .dashboard-nav .nav.item > a:after {
    transform: rotate(-45deg); }
    @media all and (max-width: 1023px) {
      .dashboard-nav__item > a:after, .dashboard-nav .nav.item > a:after, .dashboard-nav__link:after, .dashboard-nav .nav.item.current:after, .dashboard-nav .nav.item > a:after {
        display: none; } }
  .dashboard-nav__item > a:hover, .dashboard-nav .nav.item > a:hover, .dashboard-nav__link:hover, .dashboard-nav .nav.item.current:hover, .dashboard-nav .nav.item > a:hover {
    background-color: #373f50;
    color: #373f50;
    font-weight: 400;
    text-decoration: none; }

.dashboard-nav__actions {
  display: flex;
  justify-content: center;
  margin: 32px 0 0; }
  @media all and (min-width: 1024px) {
    .dashboard-nav__actions {
      margin: 16px 0 0; } }

.dashboard-nav__button {
  width: 100%; }
  @media all and (min-width: 768px) {
    .dashboard-nav__button {
      width: auto;
      min-width: 320px; } }
  @media all and (min-width: 1024px) {
    .dashboard-nav__button {
      width: 100%;
      min-width: auto; } }

.dashboard-nav__logout-button {
  display: none; }
  @media all and (min-width: 1024px) {
    .dashboard-nav__logout-button {
      display: flex; } }
  .dashboard-nav__logout-button--mobile {
    display: flex; }
    @media all and (min-width: 1024px) {
      .dashboard-nav__logout-button--mobile {
        display: none; } }

.dashboard-nav__section {
  display: none; }
  @media all and (min-width: 1024px) {
    .dashboard-nav__section {
      display: flex;
      flex-direction: column; } }

.dashboard-nav__section-title {
  margin: 0;
  font-family: "acumin-pro", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px; }

.dashboard-nav__section-info {
  margin: 24px 0 0; }

.dashboard-nav .current, .dashboard-nav .nav.item.current {
  position: relative;
  background: #373f50; }
  .dashboard-nav .current .dashboard-nav__link, .dashboard-nav .nav.item.current .dashboard-nav__link, .dashboard-nav .current .nav.item.current, .dashboard-nav .current .nav.item > a {
    font-weight: 400; }
    .dashboard-nav .current .dashboard-nav__link:hover, .dashboard-nav .current .nav.item.current:hover, .dashboard-nav .current .nav.item > a:hover {
      color: initial;
      text-decoration: none; }

@media all and (min-width: 1024px) {
  .dashboard-nav .nav.item {
    font-size: 1rem; } }

.dashboard-nav .nav.item:not(.current) > a {
  padding: 12px; }
  .dashboard-nav .nav.item:not(.current) > a:after {
    transform: rotate(-45deg) translateY(-50%);
    top: 50%; }

.dashboard-nav .nav.item.current {
  padding: 16px calc(24px + 4px) 16px 16px; }
  .dashboard-nav .nav.item.current > a {
    padding: 0; }
    .dashboard-nav .nav.item.current > a:after {
      display: none; }

.dashboard-nav__logout-button {
  display: none; }
  @media all and (min-width: 1024px) {
    .dashboard-nav__logout-button {
      display: block; } }
  .dashboard-nav__logout-button--mobile {
    display: flex; }
    @media all and (min-width: 1024px) {
      .dashboard-nav__logout-button--mobile {
        display: none; } }

.dashboard-nav__item, .dashboard-nav .nav.item {
  display: block; }
  .dashboard-nav__item:not(:last-child), .dashboard-nav .nav.item:not(:last-child) {
    margin-bottom: 0.25rem; }

.dashboard-nav__item > a, .dashboard-nav .nav.item > a, .dashboard-nav__link, .dashboard-nav .nav.item.current, .dashboard-nav .nav.item > a {
  color: #373f50;
  padding: 12px; }
  .dashboard-nav__item > a:after, .dashboard-nav .nav.item > a:after, .dashboard-nav__link:after, .dashboard-nav .nav.item.current:after, .dashboard-nav .nav.item > a:after {
    display: none; }
  .dashboard-nav__item > a:hover, .dashboard-nav .nav.item > a:hover, .dashboard-nav__link:hover, .dashboard-nav .nav.item.current:hover, .dashboard-nav .nav.item > a:hover {
    border-radius: 0.25rem;
    color: #ffffff; }

.dashboard-nav .current, .dashboard-nav .nav.item.current {
  border-radius: 0.25rem;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); }
  .dashboard-nav .current a, .dashboard-nav .nav.item.current a {
    color: #ffffff; }
  .dashboard-nav .current strong, .dashboard-nav .nav.item.current strong {
    font-weight: 400; }

.dashboard-nav .nav.item {
  font-weight: 400; }

.dashboard-table {
  overflow: hidden; }
  .dashboard-table__header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 24px;
    padding: 16px;
    background: #fbfbfb;
    border: 1px solid #373f50;
    border-width: 0 0 1px; }
    @media all and (min-width: 768px) {
      .dashboard-table__header {
        flex-direction: row;
        align-items: center; } }
  .dashboard-table__content {
    margin: 0 0 24px;
    overflow-x: auto; }
  .dashboard-table__title {
    margin: 0 16px 0 0;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    text-transform: uppercase; }
  .dashboard-table__link {
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: underline; }
    @media all and (min-width: 768px) {
      .dashboard-table__link {
        font-size: 1rem; } }
  .dashboard-table__divider {
    padding: 0 1rem; }
    @media all and (min-width: 768px) {
      .dashboard-table__divider {
        padding: 0; } }

.dropdown-list {
  position: relative;
  width: 100%;
  background-color: #ffffff; }
  .dropdown-list--secondary {
    background-color: #ffffff; }
    .dropdown-list--secondary .dropdown-list__label {
      font-size: 1.143rem;
      text-transform: uppercase;
      padding: 13px 48px 13px 0; }
    .dropdown-list--secondary .dropdown-list__icon {
      width: 24px;
      height: 24px;
      right: 0; }
  .dropdown-list--with-nested .dropdown-list__label {
    font-size: 0.875rem;
    color: #2BB039;
    font-weight: 500;
    padding: 17px 56px 17px 0; }
  .dropdown-list--with-nested .dropdown-list__icon {
    fill: #373f50;
    width: 24px;
    height: 24px;
    right: 16px; }
  .dropdown-list--inner {
    padding: 0 0 16px 16px; }
    .dropdown-list--inner .dropdown-list__label {
      font-size: 0.875rem;
      font-weight: 400;
      color: #373f50;
      text-transform: capitalize;
      padding: 13px 48px 13px 0; }
    .dropdown-list--inner .dropdown-list__item {
      border-bottom: 0; }
  @media all and (min-width: 768px) {
    .dropdown-list--with-breakpoint .dropdown-list__list {
      display: flex;
      flex-flow: row nowrap; }
    .dropdown-list--with-breakpoint .dropdown-list__item {
      width: 25%;
      cursor: default; }
    .dropdown-list--with-breakpoint .dropdown-list__label {
      cursor: default; }
      .dropdown-list--with-breakpoint .dropdown-list__label:hover, .dropdown-list--with-breakpoint .dropdown-list__label.focus-visible {
        color: #373f50;
        background-color: transparent; }
    .dropdown-list--with-breakpoint .dropdown-list__icon {
      display: none; }
    .dropdown-list--with-breakpoint .dropdown-list__content {
      margin: 1rem 16px;
      height: auto; } }
  .dropdown-list--detailed-content .dropdown-list__list {
    display: inline-block;
    width: auto; }
  .dropdown-list--detailed-content .dropdown-list__label {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: underline;
    color: #2BB039;
    width: auto;
    padding: 13px 36px 13px 0; }
  .dropdown-list--detailed-content .dropdown-list__item {
    border-bottom: 0; }
  .dropdown-list--detailed-content .dropdown-list__icon {
    right: 12px; }
  .dropdown-list--buttons {
    position: relative; }
    .dropdown-list--buttons .dropdown-list__item {
      border: 0; }
    .dropdown-list--buttons .dropdown-list__label {
      display: flex;
      height: 56px;
      padding: 4px 1rem;
      background-color: #fbfbfb; }
      .dropdown-list--buttons .dropdown-list__label:hover .icon {
        fill: #ffffff; }
      .dropdown-list--buttons .dropdown-list__label[aria-expanded="true"] {
        background-color: #1a1b1d; }
        .dropdown-list--buttons .dropdown-list__label[aria-expanded="true"]:before {
          background-color: #1a1b1d; }
        .dropdown-list--buttons .dropdown-list__label[aria-expanded="true"] .button__text {
          color: #ffffff; }
        .dropdown-list--buttons .dropdown-list__label[aria-expanded="true"] .icon {
          fill: #ffffff; }
    .dropdown-list--buttons .dropdown-list__icon {
      position: static;
      fill: #1a1b1d; }
    .dropdown-list--buttons .dropdown-list__text {
      font-size: 0.875rem;
      color: #1a1b1d; }
      .dropdown-list--buttons .dropdown-list__text:hover, .dropdown-list--buttons .dropdown-list__text:focus {
        color: #ffffff; }
    .dropdown-list--buttons .dropdown-list__content {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 1rem 0 0;
      background-color: #ffffff;
      border: 1px solid #373f50;
      z-index: 10; }
      .dropdown-list--buttons .dropdown-list__content--right {
        left: auto;
        right: 0; }
      .dropdown-list--buttons .dropdown-list__content .button, .dropdown-list--buttons .dropdown-list__content .slider__link--button, .dropdown-list--buttons .dropdown-list__content .slider__link--button-secondary {
        width: 100%; }
    .dropdown-list--buttons .list__item span, .dropdown-list--buttons .dashboard-nav .nav.item span, .dashboard-nav .dropdown-list--buttons .nav.item span {
      display: block;
      padding: 12px 24px;
      font-size: 1rem;
      line-height: 1.3;
      cursor: pointer; }
      .dropdown-list--buttons .list__item span:hover, .dropdown-list--buttons .dashboard-nav .nav.item span:hover, .dashboard-nav .dropdown-list--buttons .nav.item span:hover {
        background-color: #f3f5f9; }
  .dropdown-list__list {
    display: block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dropdown-list__icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    fill: #373f50;
    transition: all 0.2s ease-in-out; }
  .dropdown-list__item {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e3e9ef;
    font-size: 0.875rem; }
  .dropdown-list__label {
    display: block;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: normal;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #2BB039;
    font-weight: 700;
    font-size: 1.143rem;
    font-family: "acumin-pro", sans-serif;
    line-height: 1.6;
    padding: 21px 48px 21px 0; }
    .dropdown-list__label:hover, .dropdown-list__label.focus-visible {
      color: #4b566b;
      background-color: #ffffff;
      text-decoration: none; }
      .dropdown-list__label:hover > .dropdown-list__icon, .dropdown-list__label.focus-visible > .dropdown-list__icon {
        fill: #373f50; }
    .dropdown-list__label[aria-expanded="true"] {
      color: #2BB039;
      background-color: #ffffff; }
      .dropdown-list__label[aria-expanded="true"] > .dropdown-list__icon {
        fill: #373f50;
        transform: rotate(180deg); }
      .dropdown-list__label[aria-expanded="true"].button--icon-filled:after {
        background: #ffffff; }
  .dropdown-list__content {
    overflow: hidden;
    transition: height 0.3s; }
    .dropdown-list__content[aria-hidden="true"] {
      display: none; }

.dropdown-list__content[aria-hidden="true"] {
  display: block; }

.dropdown-list__icon {
  display: none; }

.side-menu__content-middle .dropdown__label {
  padding: 1rem 0 !important;
  display: flex;
  align-items: center;
  color: #373f50 !important;
  font-size: 1rem !important; }

.dropdown-list--with-nested .dropdown__label {
  font-size: 0.875rem;
  color: #2BB039;
  font-weight: 500;
  padding: 17px 56px 17px 0; }

.dropdown__label:hover, .dropdown__label.focus-visible {
  color: #4b566b;
  background-color: #ffffff;
  text-decoration: none; }

.dropdown__label {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-transform: normal;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #2BB039;
  font-weight: 700;
  font-size: 1.143rem;
  font-family: "acumin-pro", sans-serif;
  line-height: 1.6;
  padding: 21px 48px 21px 0; }

.dropdown-list__label {
  padding-top: 0;
  padding-bottom: 1rem; }

.dropdown-list__item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px; }

.dropdown-list__item:last-child {
  border-bottom: 0; }

.dropdown-list__icon {
  top: unset;
  bottom: unset; }

@media all and (min-width: 1024px) {
  .filter--checkbox .filter__content {
    max-height: 211px; } }

.filter--checkbox .checkbox__label {
  color: #4b566b;
  font-size: 1rem;
  text-transform: normal;
  padding-left: 1rem;
  margin-bottom: 0;
  cursor: pointer; }

.filter--checkbox .checkbox--link {
  margin: 0 0 0 4px; }
  @media all and (min-width: 768px) {
    .filter--checkbox .checkbox--link {
      margin: 0 0 4px 0; } }
  .filter--checkbox .checkbox--link:hover .checkbox__field {
    border-color: #2BB039; }
  .filter--checkbox .checkbox--link:hover .checkbox__label {
    color: #2BB039; }

.filter--category {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e3e9ef;
  border-width: 0 0 1px 0; }
  @media all and (min-width: 1024px) {
    .filter--category {
      padding: 0; } }

.filter__heading {
  margin: 0;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.143rem;
  text-transform: none; }

.filter__content {
  position: relative;
  overflow-y: auto; }

.filter__label-wrapper {
  display: flex; }
  @media all and (min-width: 768px) {
    .filter__label-wrapper {
      padding: 0 0 0 16px; } }
  @media all and (min-width: 1024px) {
    .filter__label-wrapper {
      padding: 0; } }

.filter__list {
  display: flex;
  flex-wrap: wrap; }

.filter__swatch-item {
  margin: 0 1rem 1rem 0; }
  .filter__swatch-item.selected .filter__swatch-option {
    border-color: #2BB039; }

.filter__swatch-option {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #e3e9ef;
  background-color: #ffffff;
  color: #7d879c;
  transition: all 0.2s ease-in-out;
  padding: 4px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0.3rem; }
  .filter__swatch-option:hover, .filter__swatch-option.focus-visible {
    text-decoration: none;
    border-color: #2BB039;
    color: #2BB039; }
  .filter__swatch-option--active {
    font-weight: 700;
    border-color: #2BB039; }

.filter.swatch-layered .list {
  justify-content: center; }

.filter__color-item {
  padding: 0; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .filter__color-item {
      padding: 0 1rem; } }
  @media all and (min-width: 1024px) {
    .filter__color-item {
      display: flex;
      justify-content: center;
      flex-basis: auto;
      width: 25%; } }
  .filter__color-item.selected .filter__color-option:after {
    border-color: #2BB039; }

.filter__color-option {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: auto;
  width: auto;
  height: auto;
  max-height: auto;
  text-decoration: none;
  margin: 0.286rem 0; }
  .filter__color-option:after {
    content: '';
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #e3e9ef;
    border-radius: 100%;
    transition: all 0.2s ease-in-out; }
  .filter__color-option--active, .filter__color-option:hover, .filter__color-option.focus-visible {
    text-decoration: none; }
    .filter__color-option--active:after, .filter__color-option:hover:after, .filter__color-option.focus-visible:after {
      border-color: #2BB039; }

.filter__color-sample {
  width: 24px;
  height: 24px;
  margin: 4px;
  border-radius: 100%; }

.filter__color-label {
  max-width: 100%;
  font-size: 0.857rem;
  color: #7d879c;
  word-break: break-all;
  text-align: center; }

.filters__item {
  margin: 0; }
  @media all and (min-width: 1024px) {
    .filters__item {
      margin: 0; } }

@media all and (min-width: 1024px) {
  .modal .filters__container {
    height: auto;
    animation: none;
    padding: 0;
    max-height: 100%; } }

@media all and (min-width: 1024px) {
  .filters__modal {
    display: block;
    position: static;
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 0;
    background-color: #ffffff; } }

.filters__content {
  position: relative; }
  @media all and (min-width: 768px) {
    .filters__content {
      width: 67%;
      margin: 16px auto; } }
  @media all and (min-width: 1024px) {
    .filters__content {
      width: 100%;
      margin: 0; } }

.filters__trigger {
  width: 100%;
  justify-content: space-between;
  padding: 12px 16px 12px 0;
  border: 1px solid #e3e9ef;
  border-width: 0 0 1px 0;
  background-color: transparent; }
  @media all and (min-width: 768px) {
    .filters__trigger {
      padding: 12px 16px; } }
  @media all and (min-width: 1024px) {
    .filters__trigger {
      display: none; } }
  .filters__trigger > * {
    pointer-events: none; }
  .filters__trigger .icon {
    width: 24px;
    height: 24px;
    fill: #373f50; }
  .filters__trigger .button__text {
    color: #2BB039;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700; }

.filters__heading, .filters__trigger {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.143rem;
  font-weight: 700;
  margin: 0; }
  @media all and (min-width: 768px) {
    .filters__heading, .filters__trigger {
      font-size: 1.143rem; } }
  @media all and (min-width: 1024px) {
    .filters__heading, .filters__trigger {
      padding: 0; } }

.filters__content-top {
  padding: 0 0 1rem 0; }
  @media all and (min-width: 1024px) {
    .filters__content-top {
      padding: 0 0 1rem 0;
      border-width: 0; } }

.filters__content-middle {
  padding: 0; }
  @media all and (min-width: 1024px) {
    .filters__content-middle {
      padding: 0;
      overflow: initial; } }

@media all and (min-width: 1024px) {
  .filters__close-button {
    display: none; } }

#priceFilter {
  overflow: visible; }

.filters {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important; }
  .filters__content-middle::-webkit-scrollbar {
    display: none; }

.footer {
  flex-shrink: 0;
  border: 0;
  border-width: 1px 0 0 0;
  background-color: transparent; }
  .footer--checkout {
    border: 1px solid #373f50;
    border-width: 0;
    background-color: #ffffff; }
    .footer--checkout .footer__bottom-bar-handler {
      padding: 24px 0 0 0; }
      @media all and (min-width: 768px) {
        .footer--checkout .footer__bottom-bar-handler {
          padding: 0; } }
      @media all and (min-width: 1024px) {
        .footer--checkout .footer__bottom-bar-handler {
          padding: 0; } }
      @media all and (min-width: 1200px) {
        .footer--checkout .footer__bottom-bar-handler {
          padding: 0; } }
  .footer--email {
    background-color: #ffffff; }
  .footer__handler {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0; }
    @media all and (min-width: 768px) {
      .footer__handler {
        padding: 0; } }
    @media all and (min-width: 1024px) {
      .footer__handler {
        flex-flow: row wrap;
        padding: 0; } }
  .footer__newsletter {
    border: 4px solid #f3f5f9;
    border-width: 0; }
    @media all and (min-width: 1024px) {
      .footer__newsletter {
        width: 100%;
        padding: 0;
        margin: 0; } }
  .footer__links {
    width: 100%;
    padding: 0; }
    @media all and (min-width: 1024px) {
      .footer__links {
        padding: 0; } }
    .footer__links .dropdown-list {
      background-color: #373f50; }
      @media all and (min-width: 768px) {
        .footer__links .dropdown-list {
          padding: 0; } }
      .footer__links .dropdown-list__label {
        background-color: #373f50;
        color: #373f50; }
        .footer__links .dropdown-list__label:hover > .dropdown-list__icon, .footer__links .dropdown-list__label.focus-visible > .dropdown-list__icon {
          fill: #7d879c; }
        .footer__links .dropdown-list__label[aria-expanded="true"] > .dropdown-list__icon {
          fill: #7d879c; }
      .footer__links .dropdown-list__content {
        margin: 0; }
      .footer__links .dropdown-list__list {
        margin: 0;
        border: 4px solid #f3f5f9;
        border-width: 0; }
        @media all and (min-width: 768px) {
          .footer__links .dropdown-list__list {
            padding: 0; } }
        @media all and (min-width: 1024px) {
          .footer__links .dropdown-list__list {
            padding: 0;
            border-width: 0; } }
        @media all and (min-width: 1200px) {
          .footer__links .dropdown-list__list {
            padding: 0; } }
      .footer__links .dropdown-list__item {
        width: 100%;
        border-bottom: none; }
        @media all and (min-width: 768px) {
          .footer__links .dropdown-list__item {
            border: none; } }
        @media all and (min-width: 768px) {
          .footer__links .dropdown-list__item:first-child {
            width: 50%; } }
        .footer__links .dropdown-list__item:last-child {
          border: none; }
      .footer__links .dropdown-list__icon {
        fill: #7d879c; }
    @media all and (min-width: 768px) {
      .footer__links .list__item, .footer__links .dashboard-nav .nav.item, .dashboard-nav .footer__links .nav.item {
        min-width: 204px; } }
  .footer__links-list {
    padding: 0 0 16px 0; }
  .footer__link {
    display: inline-block;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #373f50;
    text-decoration: none; }
    @media all and (min-width: 768px) {
      .footer__link {
        margin: 0; } }
    .footer__link:hover {
      color: #2BB039; }
  .footer__social {
    order: 1; }
    @media all and (min-width: 1024px) {
      .footer__social {
        order: 0; } }
  .footer__social-handler {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 0; }
    @media all and (min-width: 768px) {
      .footer__social-handler {
        align-items: center;
        flex-direction: row; } }
    @media all and (min-width: 1024px) {
      .footer__social-handler {
        flex-direction: column;
        flex: 1;
        margin: 0;
        padding: 56px 32px;
        border-bottom: 4px solid #f3f5f9;
        position: relative; }
        .footer__social-handler:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 1px;
          height: 90%;
          background: #dae1e7; } }
  @media all and (min-width: 1024px) {
    .footer__social-list {
      align-self: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  .footer__social-list .list__item, .footer__social-list .dashboard-nav .nav.item, .dashboard-nav .footer__social-list .nav.item {
    padding: 0;
    margin: 0 1rem 0 0; }
    .footer__social-list .list__item:last-child, .footer__social-list .dashboard-nav .nav.item:last-child, .dashboard-nav .footer__social-list .nav.item:last-child {
      margin: 0; }
  .footer__social-list .list__icon-link {
    width: 48px;
    height: 48px;
    padding: 0; }
    @media all and (min-width: 1024px) {
      .footer__social-list .list__icon-link {
        margin: 0 0 1rem; } }
  .footer__social-list-title {
    display: flex;
    align-items: center;
    color: #2BB039;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    margin: 0 0 16px 0; }
    @media all and (min-width: 768px) {
      .footer__social-list-title {
        margin: 0 32px 0 0; } }
    @media all and (min-width: 1024px) {
      .footer__social-list-title {
        align-self: flex-start;
        margin: 0 0 32px 0; } }
  .footer__bottom-bar {
    color: #373f50;
    background-color: transparent; }
  .footer__bottom-bar-handler {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 80px; }
    @media all and (min-width: 768px) {
      .footer__bottom-bar-handler {
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap; } }
    @media all and (min-width: 1024px) {
      .footer__bottom-bar-handler {
        padding: 0 40px; } }
    @media all and (min-width: 1200px) {
      .footer__bottom-bar-handler {
        padding: 0; } }
  .footer__copyright {
    display: block;
    order: 2;
    padding: 1rem 0;
    text-align: center;
    color: #fbfbfb; }
    @media all and (min-width: 768px) {
      .footer__copyright {
        order: 1;
        padding: 16px 0; } }
    .footer__copyright small, .footer__copyright .small {
      font-size: 1rem; }
  .footer__payments-list {
    justify-content: space-around;
    margin: 0 24px; }
    @media all and (min-width: 768px) {
      .footer__payments-list {
        flex-flow: row wrap;
        margin: 0 0 0 24px;
        order: 2; } }
  .footer__payments-list-icon {
    width: 64px;
    height: 48px;
    fill: #fbfbfb; }
    .footer__payments-list-icon--visa {
      width: 68px; }
    .footer__payments-list-icon--paypal {
      width: 96px; }
  .footer__scroll-top {
    position: absolute;
    right: 0;
    top: -49px;
    background-color: #2BB039; }
    .footer__scroll-top:before {
      transform: scaleX(1);
      background: none; }
    .footer__scroll-top:hover, .footer__scroll-top:focus, .footer__scroll-top.focus-visible {
      background-color: #2BB039; }
    .footer__scroll-top .icon {
      fill: #ffffff; }
  .footer__switchers {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
    order: 3; }
    @media all and (min-width: 480px) {
      .footer__switchers {
        flex-direction: row;
        justify-content: center;
        width: 100%; } }
    @media all and (min-width: 1200px) {
      .footer__switchers {
        width: auto; } }
  .footer__dropdown-switcher {
    width: auto;
    background-color: transparent; }
    .footer__dropdown-switcher .dropdown-list__label {
      background-color: #1a1b1d;
      padding: 12px 40px 12px 12px;
      color: #ffffff;
      white-space: nowrap; }
      .footer__dropdown-switcher .dropdown-list__label[aria-expanded=true] {
        background-color: #ffffff;
        color: #1a1b1d; }
        .footer__dropdown-switcher .dropdown-list__label[aria-expanded=true]:hover .dropdown-list__icon {
          fill: #1a1b1d; }
      .footer__dropdown-switcher .dropdown-list__label:hover .dropdown-list__icon {
        fill: #ffffff; }
    .footer__dropdown-switcher .dropdown-list__content {
      position: absolute;
      bottom: 100%;
      width: 100%;
      padding: 12px 12px 0;
      background-color: #ffffff; }
      .footer__dropdown-switcher .dropdown-list__content .button, .footer__dropdown-switcher .dropdown-list__content .slider__link--button, .footer__dropdown-switcher .dropdown-list__content .slider__link--button-secondary {
        font-weight: 400;
        min-height: 0;
        text-decoration: none; }
        .footer__dropdown-switcher .dropdown-list__content .button:hover, .footer__dropdown-switcher .dropdown-list__content .slider__link--button:hover, .footer__dropdown-switcher .dropdown-list__content .slider__link--button-secondary:hover, .footer__dropdown-switcher .dropdown-list__content .button:focus, .footer__dropdown-switcher .dropdown-list__content .slider__link--button:focus, .footer__dropdown-switcher .dropdown-list__content .slider__link--button-secondary:focus, .footer__dropdown-switcher .dropdown-list__content .button.focus-visible, .footer__dropdown-switcher .dropdown-list__content .focus-visible.slider__link--button, .footer__dropdown-switcher .dropdown-list__content .focus-visible.slider__link--button-secondary {
          text-decoration: underline; }
    .footer__dropdown-switcher .dropdown-list__icon {
      fill: #ffffff; }

.footer__link:hover {
  color: #ffffff;
  text-decoration: none; }

.footer .dropdown-list__list {
  display: block; }
  @media all and (min-width: 768px) {
    .footer .dropdown-list__list {
      column-count: 2; } }

.footer .dropdown-list__item {
  margin: 0;
  padding: 0; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .footer .dropdown-list__item {
      width: 100%; } }

.footer__bottom-bar .footer__links .links__mobile {
  display: none; }

.footer__links .links__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .footer__links .links__list {
      justify-content: center; } }

.footer__links .links__item {
  margin-right: 1rem; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .footer__links .links__item {
      margin-bottom: 0.5rem; } }
  @media all and (min-width: 768px) {
    .footer__links .links__item {
      margin-right: 1.5rem; } }

.footer__links .links__link {
  color: #adb5bd;
  text-decoration: none; }
  .footer__links .links__link:hover {
    color: #ffffff; }

.footer__contact address {
  color: #adb5bd; }

.footer__contact a {
  color: #adb5bd;
  text-decoration: none; }
  .footer__contact a:hover {
    color: #ffffff; }

.footer .btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.08); }
  .footer .btn-social:hover {
    background-color: rgba(255, 255, 255, 0.18); }

.footer {
  background-image: url("../images/footer/bg.svg");
  background-size: cover;
  background-position: top center; }
  .footer__links .dropdown-list {
    background-color: transparent; }
    .footer__links .dropdown-list__label {
      background-color: transparent; }
  .footer__links .links__link {
    color: #8D8D8D; }
    .footer__links .links__link:hover {
      color: #2BB039; }
  .footer__link:hover {
    color: #2BB039; }
  .footer__newsletter h2, .footer__newsletter .h2 {
    color: #373f50 !important; }
  .footer__contact {
    font-size: 1.071rem; }
    .footer__contact h2, .footer__contact .h2 {
      color: #373f50 !important; }
    .footer__contact address {
      color: #373f50; }
      .footer__contact address .fw-medium {
        font-weight: 700 !important; }
    .footer__contact a {
      color: #373f50; }
      .footer__contact a:hover {
        color: #2BB039; }

.g-recaptcha {
  display: none !important; }

.gallery {
  display: flex;
  flex-flow: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .gallery__frame {
    position: relative; }
  .gallery__stage {
    order: 1;
    margin: 0 0 16px 0; }
  .gallery__nav {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center; }
  .gallery__thumb, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb {
    overflow: hidden;
    margin: 0 1rem 0 0;
    border: 1px solid #e3e9ef;
    width: 64px; }
    @media all and (min-width: 768px) {
      .gallery__thumb, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb {
        width: 70px; } }
    .gallery__thumb:hover, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb:hover, .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb:hover, .gallery__thumb.focus-visible, .fotorama .fotorama__nav-wrap--vertical .focus-visible.fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .focus-visible.fotorama__nav__frame--thumb {
      cursor: pointer; }
    .gallery__thumb:last-of-type, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb:last-of-type, .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb:last-of-type {
      margin: 0; }
    .gallery__thumb--active, .fotorama .fotorama__nav-wrap--vertical .fotorama__active.fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .fotorama__active.fotorama__nav__frame--thumb {
      border: 1px solid #2BB039; }
    .gallery__thumb--vertical, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb {
      margin: 0 0 1rem 0; }
    .gallery__thumb--horizontal {
      margin: 0 1rem 0 0; }
  .gallery__thumb-arr, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
    background: #ffffff; }
    .gallery__thumb-arr:hover:after, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr:hover:after, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr:hover:after, .gallery__thumb-arr:hover:before, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr:hover:before, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr:hover:before {
      display: none; }
    .gallery__thumb-arr:hover .gallery__icon-arrow, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr:hover .gallery__icon-arrow, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr:hover .gallery__icon-arrow, .gallery__thumb-arr:hover .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .gallery__thumb-arr:hover .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr:hover .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:hover .fotorama__thumb--icon, .gallery__thumb-arr:hover .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .gallery__thumb-arr:hover .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr:hover .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:hover .fotorama__thumb--icon, .gallery__thumb-arr:hover .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .gallery__thumb-arr:hover .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr:hover .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb__arr:hover .fotorama__thumb--icon, .gallery__thumb-arr:hover .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .gallery__thumb-arr:hover .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr:hover .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb__arr:hover .fotorama__thumb--icon {
      fill: #373f50; }
  .gallery__icon-arrow, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
    transform: translate3d(-50%, -50%, 0) rotate(-90deg); }
    .gallery__icon-arrow--vertical, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
      transform: none; }
  .gallery__thumb-dot {
    position: relative;
    margin: 0 5px; }
    .gallery__thumb-dot--active, .fotorama .fotorama__nav-wrap--vertical .fotorama__active.fotorama__nav__frame--dot, .fotorama .fotorama__nav-wrap--horizontal .fotorama__active.fotorama__nav__frame--dot {
      border: 0; }
  .gallery__dot, .fotorama__dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #dae1e7; }
    .gallery__dot--active, .fotorama__active .fotorama__dot {
      background-color: #2BB039; }
  .gallery-placeholder {
    position: relative; }
    .gallery-placeholder .loader {
      z-index: 0; }
  .gallery__placeholder-image {
    max-height: 100%;
    width: auto;
    padding-bottom: 16px; }
    @media all and (min-width: 768px) {
      .gallery__placeholder-image {
        padding-bottom: 0; } }
    @media all and (min-width: 1024px) {
      .gallery__placeholder-image {
        max-height: none; } }
    .gallery__placeholder-image:is(picture).ratio-image {
      width: 100%;
      height: 100%; }
    @media all and (min-width: 1024px) {
      .gallery__placeholder-image.ratio-image {
        top: 50%;
        padding-right: calc(72px);
        transform: translate(calc(-50% + 1rem), -50%);
        max-height: 100%;
        width: auto; } }
    .gallery__placeholder-image.lazyload, .gallery__placeholder-image.lazyloaded, .gallery__placeholder-image.lazyloading {
      background: none; }

.gallery__thumb, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb {
  border-radius: 0.5rem;
  width: 70px !important; }
  .gallery__thumb--active, .fotorama .fotorama__nav-wrap--vertical .fotorama__active.fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .fotorama__active.fotorama__nav__frame--thumb {
    border-width: 1px !important;
    box-shadow: 0 2px 5px 0 RGB(0 0 0/10%); }
    .gallery__thumb--active .fotorama__img, .fotorama .fotorama__nav-wrap--vertical .fotorama__active.fotorama__nav__frame--thumb .fotorama__img, .fotorama .fotorama__nav-wrap--horizontal .fotorama__active.fotorama__nav__frame--thumb .fotorama__img {
      opacity: 1; }

.gallery .fotorama__nav {
  width: 70px !important; }
  @media all and (min-width: 768px) {
    .gallery .fotorama__nav__frame {
      height: 70px !important; } }

.gallery .fotorama__thumb .fotorama__img {
  opacity: 0.6; }

.fotorama__fullscreen-icon .fullscreen-icon__close,
.fotorama__fullscreen-icon {
  width: 60px;
  height: 60px; }

.gift-options__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 480px;
  list-style: none; }

.gift-options__item {
  max-width: 150px;
  width: 50%; }
  .gift-options__item.active {
    transform: scale(1.03); }

.gift-options__preview {
  max-width: 300px; }

.gift-options__details {
  border-bottom: 1px solid #dae1e7; }

.gift-options__item-name {
  display: block;
  font-size: 1rem;
  margin: 16px 0 1rem; }

.gift-options .gift-wrapping img {
  max-width: 150px; }

.messages--hidden-icons .message:after {
  display: none; }

.messages__wrap {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  background-color: #ffffff; }
  html:not(.no-js) .messages__wrap[data-aos^='fade'][data-aos^='fade'] {
    pointer-events: all;
    opacity: 1;
    transform: none; }
  .messages__wrap.aos-animate {
    position: fixed;
    left: 0;
    z-index: 51; }

.minicart-content {
  height: auto;
  font-size: 0.875rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .minicart-content__top {
    padding: 0 0 16px 0;
    margin: 0;
    border: 1px solid #e3e9ef;
    border-width: 0 0 1px 0; }
  .minicart-content__middle {
    padding: 0;
    margin: 0 0 140px;
    border: 0;
    border-width: 0;
    overflow-y: auto;
    height: auto !important;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */ }
    .minicart-content__middle::-webkit-scrollbar {
      display: none;
      /* Safari and Chrome */ }
    @media all and (min-width: 768px) {
      .minicart-content__middle {
        margin: 0;
        -ms-overflow-style: auto;
        scrollbar-width: auto; }
        .minicart-content__middle::-webkit-scrollbar {
          display: block; } }
  .minicart-content__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #e3e9ef;
    border-width: 1px 0 0 0;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.1); }
    @media all and (min-width: 768px) {
      .minicart-content__bottom {
        position: relative;
        padding: 16px 0 0;
        box-shadow: none; } }
  .minicart-content__heading {
    font-size: 1.143rem;
    font-weight: 700;
    margin: 0;
    padding: 13px 70px 13px 0; }
    @media all and (min-width: 768px) {
      .minicart-content__heading {
        font-size: 1.5rem;
        padding: 13px 70px 13px 0; } }
  .minicart-content__counter {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 1px 0; }
  .minicart-content__summary {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
    font-size: 1.143rem; }
    @media all and (min-width: 768px) {
      .minicart-content__summary {
        padding: 0; } }
  .minicart-content__summary-label {
    color: #373f50;
    font-weight: 400;
    text-transform: normal; }
  .minicart-content__summary-value {
    color: #4b566b;
    font-weight: 500; }
  .minicart-content__actions {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0; }
  .minicart-content__extra-actions {
    flex: 0 0 100%; }
    .minicart-content__extra-actions > div {
      display: flex;
      padding: 16px 0 0 0; }
  .minicart-content__action-button {
    width: 100%;
    padding: 1rem 1.5rem; }
  .minicart-content__products-list {
    margin: 0;
    padding: 0; }

.minicart-content__heading {
  padding-top: 0;
  padding-bottom: 0; }

.minicart-content__counter {
  color: #7d879c; }

.minicart-content__summary {
  justify-content: flex-end;
  align-items: flex-end; }

.minicart-content__summary-label {
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #7d879c; }

.minicart-content__actions #top-cart-btn-checkout {
  margin-bottom: 0.5rem; }

@media all and (min-width: 320px) and (max-width: 768px) {
  #modal-minicart .modal__container {
    padding-top: 20px;
    padding-bottom: 20px; } }

.minicart-product {
  display: flex;
  width: 100%;
  flex-flow: column wrap;
  padding: 16px 0;
  border-bottom: 1px solid #e3e9ef; }
  .minicart-product:last-child {
    border-bottom: none; }
  .minicart-product__item {
    display: flex;
    flex-flow: row nowrap; }
  .minicart-product__image {
    flex-basis: 78px;
    flex-shrink: 0; }
    .minicart-product__image img {
      width: auto;
      max-width: 100%;
      height: auto; }
  .minicart-product__image-link {
    display: flex;
    align-items: center; }
  .minicart-product__data {
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    padding: 0 0 0 16px; }
  .minicart-product__info {
    margin: 0; }
    @media all and (min-width: 768px) {
      .minicart-product__info {
        flex-grow: 1; } }
  .minicart-product__name {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 24px;
    text-transform: none; }
  .minicart-product__link {
    text-decoration: none;
    font-weight: 400;
    color: #373f50; }
  .minicart-product__attributes {
    margin-bottom: 0;
    display: none; }
  .minicart-product__attributes-button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 0.75rem; }
    .minicart-product__attributes-button .dropdown-list__icon {
      position: static;
      margin: 0 0 0 1rem;
      fill: #0d6efd; }
    .minicart-product__attributes-button.dropdown-list__label {
      color: #0d6efd;
      background-color: #ffffff; }
      .minicart-product__attributes-button.dropdown-list__label.focus-visible, .minicart-product__attributes-button.dropdown-list__label:hover {
        background-color: #ffffff; }
  .minicart-product__attributes-list, .cart-list-item__attributes-list {
    padding: 0; }
    .minicart-product__attributes-list .list__label, .cart-list-item__attributes-list .list__label,
    .minicart-product__attributes-list .list__value,
    .cart-list-item__attributes-list .list__value {
      color: #373f50;
      font-size: 0.9rem;
      line-height: 1.25; }
    .minicart-product__attributes-list .list__label, .cart-list-item__attributes-list .list__label {
      padding: 0 1rem 0 0;
      font-weight: 500; }
    
    .minicart-product__attributes-list .list__value,
    .cart-list-item__attributes-list .list__value {
      padding: 0; }
  .minicart-product__price {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500; }
    @media all and (min-width: 768px) {
      .minicart-product__price {
        justify-content: flex-end; } }
    .minicart-product__price .price__value {
      display: block;
      font-size: 1rem; }
      @media all and (min-width: 768px) {
        .minicart-product__price .price__value {
          text-align: right; } }
      .minicart-product__price .price__value--old {
        font-size: 0.75rem; }
        @media all and (min-width: 768px) {
          .minicart-product__price .price__value--old {
            margin: 0; } }
  .minicart-product__bottom {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media all and (min-width: 768px) {
      .minicart-product__bottom {
        flex-direction: row;
        justify-content: space-between; } }
  .minicart-product__actions {
    display: flex; }
  .minicart-product__field {
    max-width: 56px; }
  .minicart-product__qty {
    display: flex;
    margin: 0; }
    @media all and (min-width: 768px) {
      .minicart-product__qty {
        margin: 0; } }
  .minicart-product__name-wrapper {
    display: flex;
    flex-direction: column; }
    @media all and (min-width: 768px) {
      .minicart-product__name-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
  .minicart-product__update {
    max-height: 48px;
    padding: 0 1rem; }
    @media all and (min-width: 768px) {
      .minicart-product__update {
        padding: 0 32px; } }

.minicart-product {
  display: block; }
  .minicart-product__price {
    color: #4b566b; }
  .minicart-product__actions {
    margin-left: auto; }
  .minicart-product__bottom {
    align-items: center;
    flex-direction: row; }
  .minicart-product__qty .cart-item-qty {
    font-size: 0.75rem;
    width: 35px;
    padding: 0.375rem;
    text-align: center; }
  .minicart-product__info dl.list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem; }
    .minicart-product__info dl.list .list__label {
      padding: 0 0.5rem 0 0; }
    .minicart-product__info dl.list .list__value {
      margin-right: 0.75rem; }

.minicart-product__link {
  font-family: "quentin_proregular"; }

.minicart-product__name {
  font-size: 1.143rem; }

.more-info {
  pointer-events: all;
  margin: 0 0 1rem; }
  .more-info[aria-hidden="true"] {
    display: none;
    opacity: 0; }
  .more-info__trigger {
    background: transparent;
    justify-content: flex-start;
    padding: 0; }
    .more-info__trigger .button__text {
      margin: 0;
      color: #2BB039;
      font-size: 1rem;
      font-weight: 400;
      text-decoration: underline;
      text-transform: none; }
    .more-info__trigger .button__icon {
      fill: #373f50;
      margin: 0 12px; }
  .more-info__content-wrapper {
    position: absolute;
    width: 100%;
    padding: 16px;
    background: #2BB039;
    z-index: 10; }
    .more-info__trigger[aria-expanded="true"] + .more-info__content-wrapper {
      display: block;
      opacity: 1; }
    .more-info__trigger[aria-expanded="false"] + .more-info__content-wrapper {
      display: none;
      opacity: 0; }
  .more-info__content {
    position: relative; }
  .more-info__close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    background-color: transparent; }
    .more-info__close .icon {
      fill: #ffffff; }
  .more-info__heading {
    color: #ffffff;
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    text-transform: none; }
  .more-info__data {
    color: #ffffff; }
    .more-info__data p {
      color: #ffffff; }

.newsletter {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0; }
  @media all and (min-width: 768px) {
    .newsletter {
      flex-direction: row; } }
  .newsletter__heading {
    display: flex;
    flex-flow: column nowrap; }
    @media all and (min-width: 768px) {
      .newsletter__heading {
        margin: 0; } }
    @media all and (min-width: 1200px) {
      .newsletter__heading {
        margin: 0; } }
  .newsletter__title {
    margin: 0 0 16px 0;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff; }
  .newsletter__subtitle {
    color: #adb5bd;
    font-family: "acumin-pro", sans-serif; }
  .newsletter__controls {
    display: flex;
    margin: 0 0 8px 0; }
    @media all and (min-width: 768px) {
      .newsletter__controls {
        margin: 0 0 8px 0; } }
    @media all and (min-width: 1200px) {
      .newsletter__controls {
        max-width: 460px; } }
  .newsletter__button {
    min-width: unset;
    padding: 0 16px;
    align-self: flex-start; }
  .newsletter__input {
    flex-grow: 1;
    margin: 0; }
  .newsletter__field {
    border-right: none; }
  .newsletter__agreements {
    max-width: 450px;
    margin: 0; }
  .newsletter__form {
    flex-grow: 1; }
  .newsletter .checkbox__label {
    padding: 0;
    color: #adb5bd;
    font-family: "acumin-pro", sans-serif;
    font-size: 0.75rem;
    line-height: 1.33; }
    .newsletter .checkbox__label:after {
      background-color: #2BB039; }
    .newsletter .checkbox__label a {
      color: #2BB039;
      font-family: "acumin-pro", sans-serif;
      line-height: 1.33; }
      .newsletter .checkbox__label a:hover, .newsletter .checkbox__label a.focus-visible {
        color: #00CEAA; }
  .newsletter .checkbox__icon {
    fill: #ffffff; }
  .newsletter .checkbox__text {
    color: #373f50; }
  .newsletter .gdpr {
    margin: 0; }

.newsletter {
  flex-direction: column; }
  .newsletter__button {
    align-self: auto;
    border: 0;
    background-color: #2BB039;
    border-radius: 0 0.25rem 0.25rem 0;
    color: #ffffff; }
  .newsletter__field {
    border-radius: 0.25rem 0 0 0.25rem;
    border-color: #ffffff; }
  .newsletter__input .newsletter__field.focus-visible {
    outline: 0 !important; }
    .newsletter__input .newsletter__field.focus-visible::placeholder {
      color: inherit; }
  .newsletter__input #newsletter-error {
    display: none !important; }
  .newsletter__agreements .checkbox__field.mage-error {
    position: relative;
    bottom: 0; }
  .newsletter__agreements #newsletterAgreement-error {
    display: none !important; }

.newsletter__field {
  border-color: #ced4da; }

.order-summary {
  padding: 24px;
  background-color: #fbfbfb;
  margin: 0 0 48px; }
  .order-summary__title {
    margin: 0 0 16px;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    text-transform: none; }
  .order-summary__title-total {
    margin: 0;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    text-transform: none; }
  .order-summary__amount {
    margin: 0;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    text-transform: none; }
  .order-summary__subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 400;
    text-transform: none;
    cursor: pointer; }
  .order-summary__list {
    margin: 0;
    padding: 16px 0;
    border: 1px solid #e3e9ef;
    border-width: 1px 0 0 0;
    list-style: none; }
  .order-summary__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px; }
    .order-summary__list-item--secondary {
      justify-content: flex-start; }
  .order-summary__label, .order-summary__value {
    font-size: 1rem; }
  .order-summary__link {
    padding: 0;
    font-weight: 400; }
  .order-summary__divider {
    margin: 16px 0;
    border: 1px solid #e3e9ef;
    border-width: 1px 0 0; }
  .order-summary__list-column {
    display: flex;
    flex-direction: column; }
  .order-summary .active .shipping-estimation__title-icon {
    transform: rotate(180deg); }
  .order-summary__tab.active .order-summary__tab-icon {
    transform: rotate(180deg); }
  .order-summary__tab-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #e3e9ef;
    border-bottom: 1px solid #e3e9ef;
    cursor: pointer; }
  .order-summary__tab-text {
    font-weight: 500; }
  .order-summary__tab-icon {
    width: 14px;
    height: 14px;
    transition: all 0.2s ease-in-out; }
  .order-summary__products {
    display: block; }
  .order-summary__product-item {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #e3e9ef; }
  .order-summary__product-image {
    height: auto;
    width: 64px;
    max-width: 64px;
    margin-right: 1rem; }
  .order-summary__product-info {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .order-summary__product-wrapper {
    width: 100%; }
  .order-summary__product-details {
    padding-right: 1rem; }
  .order-summary__product-name {
    font-size: 0.875rem;
    font-weight: 400; }
  .order-summary__product-qty {
    color: #373f50; }
  .order-summary__product-price {
    font-size: 0.875rem; }
  .order-summary__dropdown-list {
    background-color: #fbfbfb; }
    .order-summary__dropdown-list .dropdown-list__label {
      background-color: #fbfbfb; }

.product-grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 0;
  border-width: 0 0 1px 0;
  padding: 0; }
  .product-grid-item:hover .product-grid-item__image-wrapper:after, .product-grid-item:focus-within .product-grid-item__image-wrapper:after {
    background-color: rgba(0, 0, 0, 0.2); }
  .product-grid-item .product-grid-item__image-wrapper {
    position: relative; }
    .product-grid-item .product-grid-item__image-wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-grid-item {
      margin: 0 1rem 16px 1rem;
      width: calc(50% - 16px - 1px); } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px) {
    .product-grid-item {
      width: calc(100% / 3 - 16px - 1px); } }
  .product-grid-item:not(:root:root) {
    display: block; }
  .product-grid-item--wishlist .quantity-update__input {
    width: 72px;
    height: 48px;
    border-width: 1px; }
    @media all and (min-width: 1200px) {
      .product-grid-item--wishlist .quantity-update__input {
        border-width: 1px 0;
        width: 60px; } }
  .product-grid-item--wishlist .quantity-update__button {
    width: 48px;
    height: 48px;
    display: none; }
    @media all and (min-width: 1200px) {
      .product-grid-item--wishlist .quantity-update__button {
        display: flex; } }
  .product-grid-item--wishlist .product-grid-item__primary-action {
    width: 100%;
    margin: 1rem 0 0 0; }
    @media all and (min-width: 768px) {
      .product-grid-item--wishlist .product-grid-item__primary-action {
        margin: 16px 0 0 0; } }
    .product-grid-item--wishlist .product-grid-item__primary-action .button, .product-grid-item--wishlist .product-grid-item__primary-action .slider__link--button, .product-grid-item--wishlist .product-grid-item__primary-action .slider__link--button-secondary {
      width: 100%;
      padding: 0 24px; }
  .product-grid-item--wishlist .product-grid-item__secondary-action {
    display: flex;
    justify-content: space-around;
    width: 100%; }
    @media all and (min-width: 768px) {
      .product-grid-item--wishlist .product-grid-item__secondary-action {
        width: calc(100% - 80px);
        align-items: flex-end; } }
    @media all and (min-width: 1200px) {
      .product-grid-item--wishlist .product-grid-item__secondary-action {
        width: calc(100% - 156px); } }
  .product-grid-item--slider-item .product-grid-item__link {
    flex: 0; }
  .product-grid-item--slider-item .product-grid-item__details {
    flex: 1; }
  .product-grid-item--slider-item .product-grid-item__details-bottom {
    margin-top: auto; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-grid-item--slider-item {
      display: block;
      width: 100%; } }
  .product-grid-item--slider-item .product-grid-item__image-wrapper .image, .product-grid-item--slider-item .product-grid-item__image-wrapper img,
  .product-grid-item--slider-item .product-grid-item__image-wrapper picture {
    width: 100%; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .product-grid-item--slider-item .product-grid-item__image-wrapper .image, .product-grid-item--slider-item .product-grid-item__image-wrapper img,
      .product-grid-item--slider-item .product-grid-item__image-wrapper picture {
        width: auto; } }
  .product-grid-item--slider-item .product-grid-item__image-wrapper .lazyload,
  .product-grid-item--slider-item .product-grid-item__image-wrapper .lazyloading {
    width: 100%; }
  @media all and (min-width: 768px) {
    .product-grid-item--slider-item .product-grid-item__price--full-width {
      width: 100%; } }
  @media all and (min-width: 768px) {
    .product-grid-item--slider-item .product-grid-item__actions--zero-width {
      width: 0; } }
  .product-grid-item__badges {
    top: 16px;
    left: 0;
    z-index: 1; }
  .product-grid-item__link {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    flex: 1 1 auto;
    align-items: center;
    align-self: stretch; }
    .product-grid-item__link:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
  .product-grid-item__image-wrapper {
    position: relative;
    transition: all 0.2s ease-in-out;
    width: 100%; }
    .product-grid-item__image-wrapper .image, .product-grid-item__image-wrapper img,
    .product-grid-item__image-wrapper picture {
      margin: 0 auto;
      width: auto;
      height: auto;
      transition: all 0.2s ease-in-out; }
    .product-grid-item__image-wrapper .lazyload,
    .product-grid-item__image-wrapper .lazyloaded,
    .product-grid-item__image-wrapper .lazyloading {
      width: 100%;
      height: auto; }
  .product-grid-item__name {
    min-height: auto;
    margin: 0 0 1rem;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: none; }
    @media all and (min-width: 480px) {
      .product-grid-item__name {
        min-height: auto; } }
    @media all and (min-width: 768px) {
      .product-grid-item__name {
        font-size: 2rem; } }
    @media all and (min-width: 1024px) {
      .product-grid-item__name {
        width: 100%; } }
  .product-grid-item__name-link {
    display: block;
    color: #373f50;
    text-decoration: none;
    line-height: 1.5; }
    .product-grid-item__name-link:hover {
      text-decoration: none;
      color: #373f50; }
  .product-grid-item__rating {
    margin-bottom: 0;
    height: 16px; }
    .product-grid-item__rating .review__amount,
    .product-grid-item__rating .review__summary-add {
      display: none; }
  .product-grid-item__price {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    min-height: auto; }
    @media all and (min-width: 768px) {
      .product-grid-item__price {
        width: 50%; } }
    .product-grid-item__price .price-label {
      font-weight: 400; }
    .product-grid-item__price .price__value:not(.price__value--between) {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      white-space: nowrap; }
  .product-grid-item__details {
    padding: 0 1rem;
    margin: 8px 0 0;
    flex-grow: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    border: 0;
    border-width: 0; }
    @media all and (min-width: 1200px) {
      .product-grid-item__details {
        padding: 0 16px; } }
  .product-grid-item__details-bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .product-grid-item__actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%; }
    @media all and (min-width: 768px) {
      .product-grid-item__actions {
        width: 50%; } }
    .product-grid-item__actions .tocompare {
      display: none; }
    .product-grid-item__actions--ee {
      justify-content: space-between;
      width: 100%; }
      .product-grid-item__actions--ee.product-grid-item__actions--slider .dropdown-list__content {
        bottom: 100%;
        top: auto; }
      .product-grid-item__actions--ee .tocart {
        width: 48px;
        height: 48px; }
      .product-grid-item__actions--ee .product-grid-item__secondary-action {
        display: flex;
        align-items: center; }
        .product-grid-item__actions--ee .product-grid-item__secondary-action .button, .product-grid-item__actions--ee .product-grid-item__secondary-action .slider__link--button, .product-grid-item__actions--ee .product-grid-item__secondary-action .slider__link--button-secondary {
          justify-content: center;
          order: 1; }
          .product-grid-item__actions--ee .product-grid-item__secondary-action .button__text {
            display: none; }
        .product-grid-item__actions--ee .product-grid-item__secondary-action .block-requisition-list {
          margin: 0 1rem 0 0;
          order: 3; }
      .product-grid-item__actions--ee .button--wishlist {
        display: none; }
      .product-grid-item__actions--ee .product-view__update-wishlist {
        display: none; }
      .product-grid-item__actions--ee .product-view__multiwishlist {
        width: 48px;
        margin: 0 1rem;
        order: 2; }
      .product-grid-item__actions--ee .dropdown-list__content {
        width: 180px; }
        @media all and (min-width: 768px) {
          .product-grid-item__actions--ee .dropdown-list__content {
            width: 210px; } }
      .product-grid-item__actions--ee .dropdown-list__icon {
        display: none; }
      .product-grid-item__actions--ee .dropdown-list__label {
        width: 48px;
        height: 48px; }
      .product-grid-item__actions--ee .dropdown-list__item {
        position: relative; }
  .product-grid-item__primary-action {
    margin: 0 0 0 1rem; }
    @media all and (min-width: 768px) {
      .product-grid-item__primary-action .button--add-to {
        padding: 0 1rem; }
        .product-grid-item__primary-action .button--add-to:after {
          content: url("../images/icons/plus-light.svg"); }
        .product-grid-item__primary-action .button--add-to .button__icon {
          display: block; }
        .product-grid-item__primary-action .button--add-to .button__text {
          display: none; } }
  .product-grid-item__wishlist-action {
    margin: 1rem 0 0 0; }
    @media all and (min-width: 768px) {
      .product-grid-item__wishlist-action {
        display: flex;
        flex-flow: row wrap; } }
  .product-grid-item__wishlist-comment {
    width: 100%;
    margin: 0 0 1rem 0; }
    @media all and (min-width: 768px) {
      .product-grid-item__wishlist-comment {
        margin: 0 0 16px 0; } }
  .product-grid-item__wishlist-qty {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media all and (min-width: 768px) {
      .product-grid-item__wishlist-qty {
        flex-direction: column;
        align-items: flex-start;
        width: 80px; } }
    @media all and (min-width: 1200px) {
      .product-grid-item__wishlist-qty {
        width: 156px; } }
  .product-grid-item .add-to-wishlist {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent; }
    .product-grid-item .add-to-wishlist:before {
      display: none; }
    .product-grid-item .add-to-wishlist.button--icon-filled .icon {
      fill: #2BB039; }
    .product-grid-item .add-to-wishlist.button--icon-filled:after {
      display: block;
      background-position: 0 100%; }
  .product-grid-item .button--tocompare {
    background-color: #fbfbfb; }

.product-grid-item {
  transition: all .15s ease-in-out;
  z-index: 2; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .product-grid-item {
      display: flex !important;
      flex-direction: row;
      padding: 1rem 0;
      border-bottom: 1px solid #dae1e7; } }
  @media all and (min-width: 1024px) {
    .product-grid-item:hover {
      border-color: #fff !important;
      box-shadow: 0 0.343rem 1.743rem -0.429rem rgba(0, 0, 0, 0.1);
      z-index: 10; }
      .product-grid-item:hover .product-grid-item__details-bottom {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0.343rem 1.743rem -0.429rem rgba(0, 0, 0, 0.1); } }
  @media all and (min-width: 320px) {
    .product-grid-item__actions {
      width: auto; } }
  @media all and (min-width: 768px) {
    .product-grid-item__actions {
      width: 100%;
      align-items: center;
      justify-content: center; } }
  .product-grid-item__actions .button, .product-grid-item__actions .slider__link--button, .product-grid-item__actions .slider__link--button-secondary {
    min-height: auto;
    padding: 16px; }
    .product-grid-item__actions .button__text {
      font-weight: 400; }
      @media all and (min-width: 320px) {
        .product-grid-item__actions .button__text {
          display: none !important; } }
      @media all and (min-width: 768px) {
        .product-grid-item__actions .button__text {
          display: block !important; } }
    .product-grid-item__actions .button .svg-icon__shopping-cart:before, .product-grid-item__actions .slider__link--button .svg-icon__shopping-cart:before, .product-grid-item__actions .slider__link--button-secondary .svg-icon__shopping-cart:before {
      width: 18px;
      height: 18px; }
  .product-grid-item__details {
    position: relative;
    z-index: 2; }
    @media all and (min-width: 320px) and (max-width: 768px) {
      .product-grid-item__details {
        width: 70%;
        padding: 0 calc(var(--bs-gutter-x) * .5) 0 0; } }
  .product-grid-item .product-grid-item__image-wrapper:after {
    display: none; }
  .product-grid-item .product-grid-item__image-wrapper .image, .product-grid-item .product-grid-item__image-wrapper img,
  .product-grid-item .product-grid-item__image-wrapper picture {
    max-height: 250px;
    object-fit: contain; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .product-grid-item__details-bottom {
      flex-flow: nowrap; } }
  @media all and (min-width: 768px) {
    .product-grid-item__details-bottom {
      padding: 16px; } }
  @media all and (min-width: 1024px) {
    .product-grid-item__details-bottom {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      transition: all .15s ease-in-out;
      border-radius: 0 0 0.5rem 0.5rem;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      z-index: -1; } }
  .product-grid-item .add-to-wishlist {
    z-index: 2;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: #f3f5f9;
    border-radius: 100%; }
    @media all and (min-width: 320px) and (max-width: 768px) {
      .product-grid-item .add-to-wishlist {
        top: unset;
        bottom: 8px;
        left: 8px;
        z-index: 99; } }
    .product-grid-item .add-to-wishlist:after {
      display: none !important; }
    .product-grid-item .add-to-wishlist:hover {
      background: #f3f5f9; }
      .product-grid-item .add-to-wishlist:hover .icon {
        fill: #2BB039; }
    .product-grid-item .add-to-wishlist .icon {
      width: 21px;
      height: 21px; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .product-grid-item__link {
      width: 30%; } }
  .product-grid-item--slider-item .product-grid-item__link {
    flex: unset; }
  .product-grid-item--slider-item .product-grid-item__details {
    flex: unset; }

.product-grid-item {
  margin-bottom: 32px; }
  .product-grid-item:hover span.image {
    display: block; }
  .product-grid-item:hover div.image {
    display: none; }
  .product-grid-item__name-link {
    font-family: "quentin_proregular";
    letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    .product-grid-item__image-wrapper .image, .product-grid-item__image-wrapper img,
    .product-grid-item__image-wrapper picture {
      height: 250px; } }
  .product-grid-item__image-wrapper span.image {
    display: none; }
    @media (min-width: 768px) {
      .product-grid-item__image-wrapper span.image {
        height: 250px; } }
  .product-grid-item__price .price {
    display: flex;
    align-items: flex-end; }
    .product-grid-item__price .price .price-final_price {
      color: #2BB039; }
    .product-grid-item__price .price__value--old {
      color: #7d879c;
      margin-left: 0.25rem;
      font-size: 1rem; }
      .product-grid-item__price .price__value--old span {
        color: #7d879c; }
  .product-grid-item__price .price-label {
    display: none; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .product-grid-item__actions {
      margin-left: auto; } }
  .product-grid-item .add-to-wishlist {
    background: #EDEDED; }

.product-list-item {
  position: relative;
  display: flex;
  align-items: stretch;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e3e9ef;
  padding: 24px 0 16px; }
  .product-list-item:hover .product-list-item__image-link .lazyload-wrapper:after, .product-list-item:focus-within .product-list-item__image-link .lazyload-wrapper:after {
    background-color: rgba(0, 0, 0, 0.2); }
  .product-list-item .product-list-item__image-link .lazyload-wrapper {
    position: relative; }
    .product-list-item .product-list-item__image-link .lazyload-wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
  @media all and (min-width: 768px) {
    .product-list-item {
      padding: 24px 0; } }
  .product-list-item__image {
    transition: all 0.2s ease-in-out; }
    .product-list-item__image .image, .product-list-item__image img,
    .product-list-item__image picture {
      transition: all 0.2s ease-in-out; }
  .product-list-item__image-link {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 80px;
    margin: 0 1rem 0 0;
    text-decoration: none; }
    @media all and (min-width: 768px) {
      .product-list-item__image-link {
        margin: 0 16px 0 0;
        flex-basis: 160px;
        min-width: 160px; } }
    @media all and (min-width: 1200px) {
      .product-list-item__image-link {
        margin: 0 64px 0 0; } }
    .product-list-item__image-link:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
  .product-list-item__badges {
    z-index: 1;
    left: 0;
    bottom: -1rem; }
    @media all and (min-width: 768px) {
      .product-list-item__badges {
        top: 16px;
        bottom: 32px; } }
  .product-list-item__main {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 80px - 1rem);
    max-width: calc(100% - 80px - 1rem); }
    @media all and (min-width: 768px) {
      .product-list-item__main {
        display: flex;
        flex-basis: calc(100% - 160px - 16px);
        max-width: calc(100% - 160px - 16px); } }
  .product-list-item__details {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    @media all and (min-width: 768px) {
      .product-list-item__details {
        flex-grow: 1;
        flex-shrink: 1; } }
  .product-list-item__name {
    margin: 0.5rem 0;
    font-size: 0.875rem; }
    @media all and (min-width: 768px) {
      .product-list-item__name {
        margin: 1rem 0 0.5rem;
        font-size: 1.143rem; } }
  .product-list-item__name-link {
    display: block;
    text-decoration: none;
    text-transform: none; }
    .product-list-item__name-link:hover {
      color: #2BB039;
      text-decoration: none; }
  .product-list-item__sku {
    font-size: 0.625rem;
    color: #373f50;
    margin: 0 0 16px; }
    @media all and (min-width: 768px) {
      .product-list-item__sku {
        font-size: 0.875rem; } }
  .product-list-item__description {
    color: #373f50;
    font-size: 0.625rem;
    margin: 0 0 1rem; }
    @media all and (min-width: 768px) {
      .product-list-item__description {
        font-size: 0.875rem; } }
  .product-list-item__list {
    display: block;
    margin: 0;
    color: #373f50;
    font-size: 0.625rem; }
    @media all and (min-width: 768px) {
      .product-list-item__list {
        display: block;
        margin: 0;
        font-size: 0.875rem; } }
    .product-list-item__list dl {
      color: #373f50; }
    .product-list-item__list dt {
      position: relative;
      padding: 0 1rem 1rem 16px; }
  .product-list-item__actions {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center; }
    @media all and (min-width: 768px) {
      .product-list-item__actions {
        flex-grow: 1;
        justify-content: flex-end;
        align-items: flex-start; } }
  .product-list-item__actions-inner {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end; }
    .product-list-item__actions-inner .button--icon:not(.button--add-to) {
      margin: 0 4px 0 0; }
      @media all and (min-width: 768px) {
        .product-list-item__actions-inner .button--icon:not(.button--add-to) {
          margin: 0 1rem 0 0; } }
    .product-list-item__actions-inner--ee {
      display: flex;
      align-items: center; }
      .product-list-item__actions-inner--ee .button--tocompare {
        background-color: #fbfbfb; }
      .product-list-item__actions-inner--ee .button--wishlist {
        background-color: #fbfbfb; }
      .product-list-item__actions-inner--ee .button, .product-list-item__actions-inner--ee .slider__link--button, .product-list-item__actions-inner--ee .slider__link--button-secondary {
        justify-content: center;
        order: 1; }
        .product-list-item__actions-inner--ee .button__text {
          display: none; }
      .product-list-item__actions-inner--ee .product-list-item__add-to-action {
        flex-grow: 0;
        width: auto;
        order: 4; }
        .product-list-item__actions-inner--ee .product-list-item__add-to-action .button .button__text, .product-list-item__actions-inner--ee .product-list-item__add-to-action .slider__link--button .button__text, .product-list-item__actions-inner--ee .product-list-item__add-to-action .slider__link--button-secondary .button__text {
          display: none; }
          @media all and (min-width: 1200px) {
            .product-list-item__actions-inner--ee .product-list-item__add-to-action .button .button__text, .product-list-item__actions-inner--ee .product-list-item__add-to-action .slider__link--button .button__text, .product-list-item__actions-inner--ee .product-list-item__add-to-action .slider__link--button-secondary .button__text {
              display: block; } }
        .product-list-item__actions-inner--ee .product-list-item__add-to-action .button .button__icon, .product-list-item__actions-inner--ee .product-list-item__add-to-action .slider__link--button .button__icon, .product-list-item__actions-inner--ee .product-list-item__add-to-action .slider__link--button-secondary .button__icon {
          display: block; }
          @media all and (min-width: 1200px) {
            .product-list-item__actions-inner--ee .product-list-item__add-to-action .button .button__icon, .product-list-item__actions-inner--ee .product-list-item__add-to-action .slider__link--button .button__icon, .product-list-item__actions-inner--ee .product-list-item__add-to-action .slider__link--button-secondary .button__icon {
              display: none; } }
      .product-list-item__actions-inner--ee .block-requisition-list {
        order: 3; }
      .product-list-item__actions-inner--ee .product-view__update-wishlist {
        display: none; }
      .product-list-item__actions-inner--ee .product-view__multiwishlist {
        width: 48px;
        margin: 0 1rem 0 0;
        order: 2; }
        .product-list-item__actions-inner--ee .product-view__multiwishlist .dropdown-list__label {
          justify-content: center; }
      .product-list-item__actions-inner--ee .dropdown-list__content {
        top: auto;
        bottom: 100%;
        width: 180px; }
        @media all and (min-width: 768px) {
          .product-list-item__actions-inner--ee .dropdown-list__content {
            width: 210px; } }
      .product-list-item__actions-inner--ee .dropdown-list__icon {
        display: none; }
      .product-list-item__actions-inner--ee .dropdown-list__label {
        width: 48px;
        height: 48px; }
      .product-list-item__actions-inner--ee .dropdown-list__item {
        position: relative; }
  .product-list-item__price {
    width: 100%; }
    .product-list-item__price .price {
      display: flex;
      flex-flow: column nowrap; }
    @media all and (min-width: 768px) {
      .product-list-item__price {
        margin: 0 0 8px 0;
        text-align: right; }
        .product-list-item__price .price {
          align-items: flex-end; }
        .product-list-item__price .price__value {
          font-size: 1.5rem; }
          .product-list-item__price .price__value--old {
            margin: 0 0 0 8px;
            font-size: 1.143rem; } }
  .product-list-item__add-to-action {
    flex-grow: 0;
    max-width: 250px; }
    @media all and (min-width: 1024px) {
      .product-list-item__add-to-action {
        min-width: 160px; } }
    .product-list-item__add-to-action .button--add-to {
      padding: 0 1rem;
      padding: 1rem; }
      .product-list-item__add-to-action .button--add-to:after {
        content: url("../images/icons/plus-light.svg"); }
      .product-list-item__add-to-action .button--add-to .button__icon {
        display: block; }
      .product-list-item__add-to-action .button--add-to .button__text {
        display: none; }
      @media all and (min-width: 768px) {
        .product-list-item__add-to-action .button--add-to {
          padding: 0 1rem; }
          .product-list-item__add-to-action .button--add-to:after {
            content: url("../images/icons/plus-light.svg"); }
          .product-list-item__add-to-action .button--add-to .button__icon {
            display: block; }
          .product-list-item__add-to-action .button--add-to .button__text {
            display: none; } }
      @media all and (min-width: 1200px) {
        .product-list-item__add-to-action .button--add-to {
          padding: 0 32px; }
          .product-list-item__add-to-action .button--add-to:after {
            content: url("../images/icons/shopping-cart-light.svg"); }
          .product-list-item__add-to-action .button--add-to .button__icon {
            display: none; }
          .product-list-item__add-to-action .button--add-to .button__text {
            display: block; } }
  .product-list-item__stock {
    display: none;
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none; }
    @media all and (min-width: 768px) {
      .product-list-item__stock {
        display: inline-flex;
        justify-content: flex-end; } }
    .product-list-item__stock:hover {
      text-decoration: underline; }
  .product-list-item .button--wishlist.button--icon-filled .icon {
    fill: #2BB039; }
  .product-list-item .button--wishlist.button--icon-filled:after {
    display: block;
    background-position: 0 100%; }
  .product-list-item .button--wishlist.button--icon-filled:hover:before, .product-list-item .button--wishlist.button--icon-filled:active:before {
    background-color: #2BB039; }
  .product-list-item .button--wishlist.button--icon-filled:hover:after, .product-list-item .button--wishlist.button--icon-filled:active:after {
    display: block;
    background-image: linear-gradient(to right, #ffffff 50%, transparent 50%); }
  .product-list-item .button--wishlist.button--icon-filled:hover .icon, .product-list-item .button--wishlist.button--icon-filled:active .icon {
    fill: #ffffff; }
  .product-list-item__rating .review__amount,
  .product-list-item__rating .review__summary-add {
    display: none; }
  .product-list-item .swatch__container--catalog .loader__icon {
    margin: 0 40px 0 0; }
  .product-list-item .swatch__wrapper {
    justify-content: flex-start;
    margin-left: 0; }
    @media all and (min-width: 768px) {
      .product-list-item .swatch__wrapper {
        justify-content: flex-end;
        margin-left: 0; } }

.product-list-item__details .review--summary {
  margin-bottom: 0; }

.product-list-item .product-list-item__add-to-action .button, .product-list-item .product-list-item__add-to-action .slider__link--button, .product-list-item .product-list-item__add-to-action .slider__link--button-secondary {
  padding: 16px; }

.product-list-item__name-link {
  color: #373f50; }

.product-list-item__price .price__wrapper {
  align-items: center; }
  .product-list-item__price .price__wrapper--old {
    margin-left: 0.5rem; }

.product-list-item__name-link {
  font-family: "quentin_proregular"; }

.product-review__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e9ef;
  padding: 0 0 48px 0; }
  .product-review__action .review__summary-handle {
    flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .product-review__action .review__summary-handle {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        max-width: none; } }
    .product-review__action .review__summary-handle .review__rating {
      margin-bottom: 0; }
  .product-review__action .review__summary-add {
    text-align: left;
    flex-grow: 0; }
    @media all and (min-width: 768px) {
      .product-review__action .review__summary-add {
        flex-basis: auto; } }
    .product-review__action .review__summary-add:focus {
      outline: 0;
      text-decoration: underline;
      color: #00CEAA;
      background-color: #00CEAA; }

.product-review__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) * -1);
  margin-left: calc(var(--bs-gutter-x) * -1); }

.product-review__write-btn {
  white-space: nowrap; }

.product-review__reviews .review {
  margin: 0; }

.product-review .list__item:last-child, .product-review .dashboard-nav .nav.item:last-child, .dashboard-nav .product-review .nav.item:last-child {
  padding-bottom: 0; }

.product-review .list__item:not(:last-child), .product-review .dashboard-nav .nav.item:not(:last-child), .dashboard-nav .product-review .nav.item:not(:last-child) {
  padding-bottom: 16px; }

.product-review .list__item .review__author, .product-review .dashboard-nav .nav.item .review__author, .dashboard-nav .product-review .nav.item .review__author {
  margin-bottom: 0;
  font-size: 1.5rem; }

.product-review .list__item .review__date, .product-review .dashboard-nav .nav.item .review__date, .dashboard-nav .product-review .nav.item .review__date {
  font-size: 0.875rem; }

.product-review .list__item .review__title, .product-review .dashboard-nav .nav.item .review__title, .dashboard-nav .product-review .nav.item .review__title {
  font-size: 1.2rem; }

.product-review .list__item:last-child .review, .product-review .dashboard-nav .nav.item:last-child .review, .dashboard-nav .product-review .nav.item:last-child .review {
  margin-bottom: 0; }

.product-review .list__item:not(:last-child) .review, .product-review .dashboard-nav .nav.item:not(:last-child) .review, .dashboard-nav .product-review .nav.item:not(:last-child) .review {
  border-bottom: 1px solid #e3e9ef; }

.quantity-update {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media all and (min-width: 768px) {
    .quantity-update {
      max-width: 100%; } }
  .quantity-update--active .quantity-update__input {
    border: 1px solid #2BB039; }
  @media all and (min-width: 768px) {
    .quantity-update--no-buttons-m .quantity-update__button {
      display: none; }
    .quantity-update--no-buttons-m .quantity-update__input {
      border-width: 1px; } }
  @media all and (min-width: 1600px) {
    .quantity-update--no-buttons-m .quantity-update__button {
      display: flex; }
    .quantity-update--no-buttons-m .quantity-update__input {
      border-width: 1px 0; } }
  .quantity-update__input {
    flex-grow: 1;
    order: 2;
    border-style: solid;
    border-color: #e3e9ef;
    border-width: 1px 0;
    border-radius: 0;
    width: 50px;
    height: auto;
    color: #373f50;
    font-size: 1rem;
    text-align: center;
    -webkit-appearance: none;
            appearance: none; }
    @media all and (min-width: 768px) {
      .quantity-update__input {
        flex-grow: initial; } }
    .quantity-update__input.focus-visible {
      outline: none; }
    .quantity-update__input.mage-error {
      border-width: 1px; }
  .quantity-update .quantity-update__button {
    width: auto;
    height: auto;
    margin: 0;
    border-style: solid;
    border-color: #e3e9ef;
    border-width: 1px; }
    .quantity-update .quantity-update__button:focus {
      border-color: #e3e9ef; }
    .quantity-update .quantity-update__button--plus {
      border-left: 0;
      order: 3; }
    .quantity-update .quantity-update__button--minus {
      border-right: 0;
      order: 1; }
  .quantity-update__alert {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .quantity-update input[type="number"]::-webkit-outer-spin-button,
  .quantity-update input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantity-update input[type="number"] {
    -moz-appearance: textfield; }
  .quantity-update div.mage-error {
    position: absolute;
    bottom: -20px;
    width: auto;
    order: 4; }

.quantity-update {
  height: 100%; }
  .quantity-update .quantity-update__button {
    padding: 0 1rem; }
    .quantity-update .quantity-update__button:before {
      display: none; }
    .quantity-update .quantity-update__button:hover {
      background-color: #f6f9fc; }
    .quantity-update .quantity-update__button .button__icon {
      width: 11px;
      height: 11px;
      fill: #7d879c;
      transition: unset; }
    .quantity-update .quantity-update__button--minus {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .quantity-update .quantity-update__button--plus {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .quantity-update div.mage-error {
    order: 0;
    position: absolute;
    white-space: nowrap;
    left: 0; }

.range-filter {
  padding: 16px 4px 0 0; }
  @media all and (min-width: 1024px) {
    .range-filter {
      padding: 8px 0 0 0; } }
  .range-filter__slider {
    margin: 0 0 16px 0; }
  .range-filter__inputs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .range-filter__dash {
    text-align: center;
    padding: 0 1rem; }
  .range-filter__suffix {
    padding: 0 4px; }
  .range-filter__label {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .range-filter__input {
    width: auto;
    flex-grow: 1;
    margin: 0; }
  .range-filter__button {
    width: calc(100% - 4px); }
    @media all and (min-width: 1024px) {
      .range-filter__button {
        width: 100%; } }

.noUi-connect {
  background-color: #2BB039;
  border-radius: 0; }

.noUi-tooltip {
  display: none; }

.noUi-target {
  background-color: #dae1e7;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  height: 4px; }

.noUi-handle:hover {
  cursor: pointer; }

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border: 1px solid #dae1e7;
  box-shadow: 0 0.125rem 0.5625rem -0.125rem rgba(0, 0, 0, 0.25);
  top: -8px; }
  .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
    display: none; }
  .noUi-horizontal .noUi-handle.focus-visible .noUi-tooltip {
    display: block; }

.noUi-extended {
  padding-right: 20px; }

.noUi-extended .noUi-handle {
  right: -20px; }

.recently-viewed {
  position: relative;
  max-width: 1320px;
  margin: 0 auto; }
  .recently-viewed--sidebar .slider__slides {
    flex-wrap: wrap; }

.review {
  width: 100%; }
  @media all and (min-width: 768px) {
    .review {
      display: flex;
      flex-flow: row nowrap; } }
  .review--add {
    padding: 0;
    margin: 0;
    border: 1px solid #e3e9ef;
    border-width: 0; }
    @media all and (min-width: 768px) {
      .review--add {
        display: block; } }
  .review--summary {
    width: 100%; }
    .review--summary .rating {
      margin: 0 8px 0 0;
      padding: 0; }
  .review__details {
    max-width: auto;
    flex-basis: calc(100% - 48px);
    padding: 0; }
  .review__image {
    max-width: 48px;
    flex-basis: 48px; }
    .review__image .image, .review__image img,
    .review__image picture {
      max-width: 48px;
      width: 48px;
      height: auto;
      border-radius: 50%; }
  .review__rating-legend {
    color: #373f50; }
  .review__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 48px;
    margin: 16px 0; }
  .review__title {
    font-weight: 700;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif; }
  .review__title-product {
    display: block;
    margin: 1rem 0;
    text-transform: capitalize; }
  .review__author-name {
    font-weight: 700;
    text-transform: capitalize;
    font-family: "acumin-pro", sans-serif;
    margin: 0; }
  .review__author-description {
    color: #373f50;
    font-size: 0.75rem; }
  .review__date {
    display: block;
    color: #373f50;
    font-size: 0.75rem; }
  .review__fieldset {
    max-width: auto;
    margin: 0;
    padding: 0; }
  .review__field {
    margin: 24px 0; }
  .review__submit-btn {
    width: 100%; }
    @media all and (min-width: 768px) {
      .review__submit-btn {
        width: auto; } }
  .review__required-info {
    margin: 32px 0 0;
    font-size: 0.75rem; }
  .review__summary-handle {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    width: auto; }
  .review__amount {
    margin: 0 1rem 0 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #7d879c;
    white-space: nowrap; }
    @media all and (min-width: 768px) {
      .review__amount {
        margin: 0 1rem 0 0; } }
    .review__amount.focus-visible {
      outline: 0;
      text-decoration: underline;
      color: #00CEAA;
      background-color: #00CEAA; }
  .review__summary-add {
    width: 100%;
    padding: 0;
    text-decoration: underline;
    text-align: left;
    color: #373f50; }
    .review__summary-add.focus-visible {
      outline: 0;
      text-decoration: underline;
      color: #00CEAA;
      background-color: #00CEAA; }
    .review-customer-view .review__summary-add {
      display: none; }
  .review__rating {
    margin: 0 0 16px; }
  .review__description {
    margin: 0 0 16px; }
    .review__description p {
      font-size: 0.875rem;
      color: #373f50; }
  .review__links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 32px; }
    .review__links .button, .review__links .slider__link--button, .review__links .slider__link--button-secondary {
      padding: 0; }
  .review__links-column {
    display: flex;
    align-items: center; }
    .review__links-column:first-child {
      margin: 32px 0; }
  .review__links-btn {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 0;
    color: #373f50;
    text-decoration: none;
    padding: 0 16px 0 0; }
    .review__links-btn:last-child {
      padding-right: 0; }
    .review__links-btn .icon {
      fill: #373f50;
      margin: 0 1rem 0 0; }
  .review__links-legend {
    color: #373f50;
    margin: 0 16px 0 0; }

.review--add {
  order: 3; }
  @media all and (min-width: 768px) {
    .review--add {
      padding-right: var(--bs-gutter-x);
      padding-left: var(--bs-gutter-x);
      width: 40%; } }
  .review--add > .fieldset {
    background-color: #f6f9fc;
    padding: var(--bs-gutter-x);
    border-radius: 1rem; }
    @media all and (min-width: 768px) {
      .review--add > .fieldset {
        padding: 2rem; } }

.review--summary {
  order: 1; }

.review--list {
  order: 2;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x); }
  @media all and (min-width: 768px) {
    .review--list {
      width: 60%; } }
  .review--list .list {
    width: 100%; }

.review__amount {
  font-size: 0.875rem; }
  @media all and (min-width: 768px) {
    .review__amount {
      font-size: 1rem; } }

.section {
  margin: 0 0 72px 0; }
  @media all and (min-width: 768px) {
    .section--secondary {
      margin: 0; } }
  .section--fix-spacer {
    margin: 0 0 72px 0; }
  .section--fix-spacer-small {
    margin: 0 0 60px 0; }
  .section--fix-spacer-medium {
    margin: 0 0 56px 0; }
    @media all and (min-width: 768px) {
      .section--fix-spacer-medium {
        margin: 0 48px 56px; } }
    @media all and (min-width: 1024px) {
      .section--fix-spacer-medium {
        margin: 0 0 56px; } }
  .section--fix-spacer-semi-medium {
    margin: 0 0 48px 0; }
  .section--fix-spacer-large {
    margin: 0 0 40px 0; }
    @media all and (min-width: 768px) {
      .section--fix-spacer-large {
        margin: 0 48px 40px; } }
    @media all and (min-width: 1024px) {
      .section--fix-spacer-large {
        margin: 0 0 40px; } }
  .section--fix-spacer-semi-large {
    margin: 0 0 32px 0; }
  .section--fix-spacer-extra-large {
    margin: 0 0 24px 0; }
  .section__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    margin: 0 0 48px 0; }
  .section__content--products {
    margin: -1rem -1rem 0; }

.sidebar-block {
  position: relative;
  padding: 0 0 32px;
  min-height: 150px; }
  .sidebar-block--hidden {
    display: none; }
  .sidebar-block--loaded {
    min-height: auto; }
  .sidebar-block__heading {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .sidebar-block__heading--with-border {
      border: 1px solid #e3e9ef;
      border-width: 0 0 1px;
      margin: 0 0 16px;
      padding: 0 0 1rem; }
  .sidebar-block__title {
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-size: 1rem; }
  .sidebar-block__list {
    margin: 0 0 1rem 0;
    counter-reset: sidebarIndex; }
    .sidebar-block__list--hidden {
      display: none; }
  .sidebar-block__item {
    display: flex;
    align-items: center;
    padding: 0 0 1rem; }
    .sidebar-block__item:before {
      content: counter(sidebarIndex) ".";
      counter-increment: sidebarIndex;
      margin: 0 1rem;
      min-width: 16px;
      font-weight: 700; }
      @media all and (min-width: 1024px) {
        .sidebar-block__item:before {
          margin: 0 1rem 0 4px; } }
  .sidebar-block__remove:hover .icon, .sidebar-block__remove.focus-visible .icon {
    fill: #ffffff; }
  .sidebar-block__remove .icon {
    fill: #dc3545; }
  .sidebar-block__product-image {
    width: 72px;
    margin: 0 16px 0 0; }
  .sidebar-block__counter {
    white-space: nowrap; }
  .sidebar-block__hidden {
    display: none; }
  .sidebar-block__actions {
    display: flex;
    flex-flow: row wrap; }
  .sidebar-block__action {
    padding: 13px 0;
    display: inline-block;
    min-height: initial;
    margin: 0 12px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: underline;
    text-align: left; }
    @media all and (min-width: 1024px) {
      .sidebar-block__action {
        margin: 0 12px 0 0; } }
    .sidebar-block__action:hover {
      text-decoration: underline; }
  .sidebar-block .price-as-configured {
    margin: 0;
    font-weight: 700; }

.slider {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 56px;
  margin: 0; }
  .slider__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    margin: 0 0 24px; }
  .slider--loading .slider__navigation,
  .slider--loading .slider__dots {
    display: none; }
  .slider--products .slider__slides, .slider--brands .slider__slides {
    display: flex; }
    .slider--products .slider__slides.slick-initialized, .slider--brands .slider__slides.slick-initialized {
      display: block; }
  .slider--products .slider__item, .slider--brands .slider__item {
    flex-grow: 1;
    flex-basis: 0; }
  .slider--products .slider__heading {
    margin: 0 0 48px; }
  .slider--products .slider__item {
    padding: 1rem; }
    .slider--products .slider__item:nth-child(n + 2) {
      display: flex; }
    .slider--products .slider__item:nth-child(n + 3) {
      display: none; }
      @media all and (min-width: 768px) {
        .slider--products .slider__item:nth-child(n + 3) {
          display: flex; } }
    @media all and (min-width: 768px) {
      .slider--products .slider__item:nth-child(n + 4) {
        display: none; } }
    @media all and (min-width: 1024px) {
      .slider--products .slider__item:nth-child(n + 4) {
        display: flex; } }
    @media all and (min-width: 1024px) {
      .slider--products .slider__item:nth-child(n + 5) {
        display: none; } }
  .slider--brands .slider__container {
    width: 288px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media all and (min-width: 768px) {
      .slider--brands .slider__container {
        width: 576px; } }
    @media all and (min-width: 1024px) {
      .slider--brands .slider__container {
        width: 864px; } }
    @media all and (min-width: 1320px) {
      .slider--brands .slider__container {
        width: 1248px; } }
    .slider--brands .slider__container:before, .slider--brands .slider__container:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      z-index: 1; }
      @media all and (min-width: 768px) {
        .slider--brands .slider__container:before, .slider--brands .slider__container:after {
          display: none; } }
    .slider--brands .slider__container:before {
      background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 50%);
      right: 100%; }
    .slider--brands .slider__container:after {
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
      left: 100%; }
  .slider--brands .slider__handler {
    overflow: hidden; }
    @media all and (min-width: 768px) {
      .slider--brands .slider__handler {
        overflow: visible; } }
  .slider--brands .slick-list {
    overflow: visible; }
    @media all and (min-width: 768px) {
      .slider--brands .slick-list {
        overflow: hidden; } }
  .slider--brands .slider__slides {
    justify-content: center; }
  .slider--brands .slider__item {
    max-width: 96px; }
    .slider--brands .slider__item:nth-child(n + 2) {
      display: block; }
      .slick-initialized .slider--brands .slider__item:nth-child(n + 2) {
        display: flex; }
    @media all and (min-width: 768px) {
      .slider--brands .slider__item {
        max-width: 144px; } }
    @media all and (min-width: 1024px) {
      .slider--brands .slider__item {
        max-width: 144px; } }
    @media all and (min-width: 1320px) {
      .slider--brands .slider__item {
        max-width: 208px; } }
  .slider--nested .slider__slides {
    display: block; }
  .slider--full-width {
    width: calc(100vw - 1rem / 2);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .slider--catalog-events {
    max-width: 1320px;
    margin: 0 auto; }
  .slider__handler {
    position: relative; }
  .slider__slides {
    height: auto; }
    .slider__slides .slick-list {
      min-height: 3rem; }
  .slider__item {
    height: auto;
    display: flex; }
    .slider__item:nth-child(n + 2) {
      display: none; }
      .slick-initialized .slider__item:nth-child(n + 2) {
        display: flex; }
  .slider__navigation {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -1.5rem;
    padding: 0;
    z-index: 1; }
    @media all and (min-width: 768px) {
      .slider__navigation {
        display: block; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none) {
    .slider__navigation {
      top: calc(50% - 50%); } }
  .slider__nav-button {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    border-radius: 0;
    padding: 0;
    position: absolute; }
  .slider__nav-icon {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.6rem;
    margin-left: -0.6rem;
    transition: all 0.2s ease-in-out; }
  .slider__prev {
    left: 0; }
    .slider__prev:before {
      transform-origin: 100% 0; }
  .slider__next {
    left: auto;
    right: 0; }
  .slider__dots {
    display: block;
    position: relative;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0; }
    .slider__dots li {
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 0; }
      .slider__dots li.slick-active:before {
        display: block;
        position: absolute;
        z-index: 1;
        content: '';
        width: 6px;
        height: 6px;
        padding: 0;
        background: #2BB039;
        border-radius: 50%;
        top: 50%;
        margin-top: -3px; }
      .slider__dots li:only-child {
        display: none; }
    .slider__dots button {
      display: block;
      position: relative;
      width: 6px;
      height: 6px;
      padding: 0;
      background-color: #dae1e7;
      border: 0;
      border-radius: 50%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      margin: 0 10px 0 0; }
  .slider__link {
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    min-height: 48px;
    text-align: center; }
  .slider__after {
    padding: 16px 0;
    text-align: center; }

.slider__slides {
  z-index: 1; }

.slider__navigation {
  z-index: 3; }

.slider__nav-button {
  background-color: #2BB039;
  box-shadow: 0 0.5rem 1.125rem -0.425rem rgba(43, 176, 57, 0.9); }
  .slider__nav-button.slick-disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.slider__nav-icon {
  fill: #ffffff; }

@media all and (max-width: 767px) {
  .slider--products .slider__item {
    padding: 0; } }

.steps__item--completed .steps__icon {
  top: -1px;
  transform: rotate(45deg);
  height: 10px;
  width: 7px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff; }

.steps {
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px 40px 48px; }
  .steps__line {
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #e3e9ef; }
  .steps__status {
    position: absolute;
    border-bottom: 2px solid #0d6efd; }
    .steps__status--1 {
      width: 33%; }
    .steps__status--2 {
      width: 66%; }
    .steps__status--3, .steps__status--4 {
      width: 100%; }
  .steps__circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #dae1e7; }
  .steps__icon {
    position: relative; }
  .steps__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    list-style: none; }
  .steps__item {
    display: flex;
    justify-content: center;
    align-items: center; }
    .steps__item:after {
      position: absolute;
      content: attr(data-label);
      top: 32px;
      white-space: nowrap; }
    .steps__item--failed .steps__circle {
      background: #dc3545; }
    .steps__item--failed .steps__icon {
      width: 12px;
      height: 12px; }
      .steps__item--failed .steps__icon:before, .steps__item--failed .steps__icon:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 12px;
        width: 2px;
        background: #ffffff; }
      .steps__item--failed .steps__icon:before {
        transform: rotate(45deg); }
      .steps__item--failed .steps__icon:after {
        transform: rotate(-45deg); }
    .steps__item--checked:before {
      position: absolute;
      content: attr(data-number);
      z-index: 1;
      color: #ffffff; }
    .steps__item--checked .steps__circle {
      width: 30px;
      height: 30px; }
    .steps__item--checked .steps__circle, .steps__item--completed .steps__circle {
      background: #0d6efd; }

.teaser {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  background-color: #20c997; }
  .teaser--secondary {
    flex-direction: row-reverse; }
  @media all and (min-width: 768px) {
    .teaser {
      flex-wrap: nowrap;
      margin: 0; } }
  .teaser__image {
    width: 100%; }
    @media all and (min-width: 768px) {
      .teaser__image {
        width: 50%; } }
  .teaser__content {
    display: flex;
    width: 100%;
    padding: 24px; }
    @media all and (min-width: 768px) {
      .teaser__content {
        width: 50%;
        padding: 40px; } }
    @media all and (min-width: 1200px) {
      .teaser__content {
        padding: 72px 56px; } }
  .teaser__content-block {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #ffffff; }

.toolbar {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 1rem 0;
  border-style: solid;
  border-color: #dae1e7;
  border-width: 0 0 1px 0; }
  @media all and (min-width: 768px) {
    .toolbar {
      align-items: center;
      justify-content: flex-start;
      padding: 24px 0; } }
  @media all and (min-width: 1024px) {
    .toolbar {
      padding: 0 0 12px; } }
  .toolbar .pager {
    display: none; }
  .toolbar--secondary {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 0; }
    .toolbar--secondary .pager {
      display: block; }
    .toolbar--secondary .toolbar__amount {
      display: flex;
      order: 1;
      flex-grow: 0; }
    .toolbar--secondary .toolbar__pager {
      order: 1;
      flex-grow: 2;
      flex-basis: 100%;
      margin: 0 0 16px; }
    .toolbar--secondary .toolbar__limiter {
      order: 3;
      flex-grow: 0; }
  .toolbar__mode, .toolbar__limiter, .toolbar__amount, .toolbar__sorter {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
  .toolbar__mode {
    display: flex;
    flex: 0 0 auto;
    margin: 0; }
  .toolbar__mode-button .icon {
    width: 18px;
    height: 18px;
    fill: #373f50; }
  .toolbar__mode-button--active .icon {
    fill: #2BB039; }
  .toolbar__amount {
    display: none;
    color: #373f50;
    flex-grow: 1;
    justify-content: center; }
    @media all and (min-width: 768px) {
      .toolbar__amount {
        display: flex; } }
    .toolbar__amount--visible {
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: flex-start;
      padding: 1rem 0; }
      @media all and (min-width: 768px) {
        .toolbar__amount--visible {
          flex: 1 0 0; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .toolbar__amount--visible {
          flex-grow: 0; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px) {
    .toolbar__amount--visible {
      flex-grow: 1; } }
  .toolbar__amount-content {
    white-space: nowrap; }
  .toolbar__sorter {
    order: 2;
    width: auto;
    padding: 0;
    margin: 0;
    border-style: solid;
    border-color: #dae1e7;
    border-width: 0; }
    @media all and (min-width: 768px) {
      .toolbar__sorter {
        order: 0;
        width: auto;
        padding: 0;
        margin: 0;
        border-width: 0; } }
    .toolbar__sorter .select2 {
      flex-grow: 1;
      min-width: 160px; }
  .toolbar__sorter-label, .toolbar__limiter-label {
    white-space: nowrap;
    margin: 0 12px 0 0; }
  .toolbar__sorter-link {
    padding: 0 1rem;
    font-weight: 400; }
    .toolbar__sorter-link:hover, .toolbar__sorter-link.focus-visible {
      background-color: #2BB039; }
  .toolbar ~ .toolbar {
    border-bottom: 0; }
    .toolbar ~ .toolbar .pager {
      display: block; }
    .toolbar ~ .toolbar .toolbar__mode, .toolbar ~ .toolbar .toolbar__sorter, .toolbar ~ .toolbar .toolbar__amount, .toolbar ~ .toolbar .toolbar__limiter {
      display: none; }

@media all and (min-width: 320px) and (max-width: 768px) {
  .toolbar {
    align-items: center;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); } }

.toolbar__amount {
  justify-content: start;
  display: block; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .toolbar__amount {
      order: 3;
      text-align: center;
      margin-top: 1rem;
      font-size: 0.875rem;
      width: 100%; } }

.toolbar__sorter .sorter-action {
  margin-left: 0.5rem; }
  .toolbar__sorter .sorter-action .icon {
    width: 18px;
    height: 18px;
    fill: #4b566b; }

@media all and (min-width: 320px) and (max-width: 768px) {
  .toolbar__sorter .label {
    font-size: 0.875rem;
    margin-right: 8px; } }

@media all and (min-width: 320px) and (max-width: 768px) {
  .toolbar__sorter .form-select, .toolbar__sorter .select-inner > select {
    font-size: 0.875rem; } }

@media all and (min-width: 320px) and (max-width: 768px) {
  .toolbar__mode {
    display: none; } }

.toolbar .filter-button--sticky {
  z-index: 1010; }
  .toolbar .filter-button--sticky .btn, .toolbar .filter-button--sticky .success-page .success-page__registration .action.primary, .success-page .success-page__registration .toolbar .filter-button--sticky .action.primary {
    box-shadow: 0 0.5rem 1.125rem -0.425rem rgba(43, 176, 57, 0.9); }

.toolbar ~ .toolbar #filter-button-trigger,
.toolbar ~ .toolbar .filter-button--sticky {
  display: none !important; }

.tooltip {
  display: flex;
  justify-content: center; }
  .tooltip:after {
    content: '';
    display: none; }
  .tooltip--text .tooltip__trigger-button {
    color: #2BB039; }
    .tooltip--text .tooltip__trigger-button:hover, .tooltip--text .tooltip__trigger-button.focus-visible {
      text-decoration: underline; }
    .tooltip--text .tooltip__trigger-button .button__text {
      margin: 0; }
  .tooltip__content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 16px 32px 32px;
    background: #2BB039;
    color: #fbfbfb;
    font-size: 1rem;
    text-transform: initial;
    transform: translate(0%, -100%);
    overflow: hidden;
    text-align: left; }
    .tooltip__content-wrapper p {
      color: #fbfbfb; }
    @media all and (min-width: 768px) {
      .tooltip__content-wrapper {
        min-width: 288px; } }
    @media all and (min-width: 1024px) {
      .tooltip__content-wrapper {
        left: 50%;
        min-width: 320px;
        transform: translate(-50%, -100%); } }
  .tooltip__content {
    font-weight: 400; }
  .tooltip__heading {
    margin: 1rem 0;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    color: #fbfbfb;
    text-transform: initial; }
  .tooltip__trigger-button {
    z-index: 1;
    background-color: transparent; }
    .tooltip__trigger-button .icon {
      fill: #2BB039; }
  .tooltip__close-button {
    position: absolute;
    right: 12px;
    top: 12px;
    margin: 0;
    background-color: transparent; }
    .tooltip__close-button:before {
      display: none; }
    .tooltip__close-button:hover:before, .tooltip__close-button.focus-visible:before {
      display: none; }
    .tooltip__close-button:hover .icon, .tooltip__close-button.focus-visible .icon {
      fill: #fbfbfb; }
    .tooltip__close-button .icon {
      fill: #fbfbfb; }
  .tooltip--is-open:after {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: #2BB039;
    transform: rotate(45deg);
    bottom: calc(100% - 1rem); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .tooltip--is-open:after {
        left: 12px; } }
  .tooltip--is-open .tooltip__content-wrapper {
    display: block; }

.not-found {
  padding: 100px 0 0;
  max-width: 496px;
  margin: 0 auto; }
  @media all and (min-width: 1024px) {
    .not-found {
      max-width: 784px; } }
  .not-found__heading {
    font-weight: 400;
    margin: 0 0 72px; }
  .not-found__heading-number {
    display: block;
    letter-spacing: 3px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    font-size: 100px;
    line-height: 104px;
    margin: 0 0 40px; }
    @media all and (min-width: 768px) {
      .not-found__heading-number {
        font-size: 200px;
        line-height: 200px;
        letter-spacing: 6px; } }
  .not-found__actions {
    margin: 0 0 150px; }
    @media all and (min-width: 1024px) {
      .not-found__actions {
        margin: 0 0 100px; } }
  .not-found__link {
    width: 100%;
    margin: 0 0 16px;
    max-width: 320px; }
  .not-found__text, .not-found__text p {
    color: #373f50;
    font-size: 1rem;
    line-height: 2; }

.display-404 {
  -webkit-text-stroke: 2px #2BB039; }

.auth__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media all and (min-width: 768px) {
    .auth__links {
      flex-direction: row; } }
  .auth__links:first-of-type .auth__link {
    border-width: 0 0 1px; }

.auth__link {
  position: relative;
  justify-content: flex-start;
  width: 100%;
  height: 72px;
  border: 1px solid #e3e9ef;
  border-width: 1px 0;
  color: #373f50;
  font-size: 1.143rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }
  @media all and (min-width: 768px) {
    .auth__link {
      justify-content: center;
      width: 440px; } }
  .auth__link:hover, .auth__link.focus-visible, .auth__link--active {
    color: #2BB039; }
  .auth__link--active {
    background: #f3f5f9;
    font-weight: 700; }
    .auth__link--active:hover, .auth__link--active.focus-visible {
      background: #f3f5f9; }
    .auth__link--active .auth__icon {
      transform: rotate(180deg); }
  .auth__link--registration {
    display: none; }
    @media all and (min-width: 768px) {
      .auth__link--registration {
        display: flex; } }
    @media all and (min-width: 768px) {
      .auth__link--registration-mobile {
        display: none; } }

.auth__icon {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #373f50; }
  @media all and (min-width: 768px) {
    .auth__icon {
      display: none; } }

.auth__heading {
  margin: 48px 0 40px; }
  @media all and (min-width: 768px) {
    .auth__heading {
      margin: 120px 0 72px; } }

.auth__container {
  max-width: 880px;
  margin: 0 auto; }

.auth--registration .auth__link--registration-mobile {
  display: none; }

.company__tree {
  position: relative; }
  .company__tree .loader__icon {
    position: relative; }

.company .jstree-node .jstree-anchor {
  display: inline-block;
  padding: 1rem;
  transition: all 0.2s ease-in-out; }
  .company .jstree-node .jstree-anchor.jstree-clicked {
    background-color: #2BB039;
    color: #ffffff; }

.company-profile__edit-button {
  width: 100%; }
  @media all and (min-width: 480px) {
    .company-profile__edit-button {
      width: auto;
      float: right;
      top: -92px; } }

.company-profile .dashboard__content-heading {
  margin: 0 0 16px; }
  @media all and (min-width: 480px) {
    .company-profile .dashboard__content-heading {
      margin: 0 0 48px; } }

.company-structure__actions .button, .company-structure__actions .slider__link--button, .company-structure__actions .slider__link--button-secondary {
  padding: 0 16px; }
  .company-structure__actions .button._hidden, .company-structure__actions ._hidden.slider__link--button, .company-structure__actions ._hidden.slider__link--button-secondary {
    display: none; }

.blog__articles {
  margin: 0 0 112px; }
  @media all and (min-width: 768px) {
    .blog__articles {
      margin: 0; } }

.blog__articles-list {
  margin: 0 0 72px; }

.blog__article-item {
  padding: 0;
  margin: 0 0 24px;
  border: 1px solid #e3e9ef;
  border-width: 0 0 1px 0; }
  .blog__article-item:last-child {
    margin-bottom: 0; }

.blog__nav-heading {
  font-size: 1.143rem;
  font-weight: 700;
  margin: 0 0 24px;
  text-transform: none;
  padding: 13px 0; }

.blog__nav-list .list__item, .blog__nav-list .dashboard-nav .nav.item, .dashboard-nav .blog__nav-list .nav.item {
  padding: 0;
  margin: 0; }

.blog__nav-list .link, .blog__nav-list .dashboard-nav .nav.item > a, .dashboard-nav .blog__nav-list .nav.item > a, .blog__nav-list .page-main .product-view .yotpo .yotpo-pager .goTo, .page-main .product-view .yotpo .yotpo-pager .blog__nav-list .goTo, .blog__nav-list .page-main .product-view .yotpo .yotpo-pager .yotpo-icon, .page-main .product-view .yotpo .yotpo-pager .blog__nav-list .yotpo-icon, .blog__nav-list .page-main .product-view .yotpo .yotpo-review .yotpo-read-more, .page-main .product-view .yotpo .yotpo-review .blog__nav-list .yotpo-read-more {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 13px 0; }

.blog__recommended {
  margin: 0 0 72px; }
  @media all and (min-width: 768px) {
    .blog__recommended {
      margin: 0 0 72px 16px; } }
  @media all and (min-width: 1024px) {
    .blog__recommended {
      margin: 0 0 72px; } }

.blog__categories {
  margin: 0; }
  @media all and (min-width: 768px) {
    .blog__categories {
      margin: 0 0 0 16px; } }
  @media all and (min-width: 1024px) {
    .blog__categories {
      margin: 0; } }

.cart-discount {
  flex-basis: 100%;
  margin: 16px 0;
  padding: 0; }
  .cart-discount.active .cart-discount__button-icon {
    transform: rotate(180deg); }
  .cart-discount.active .cart-discount__content {
    display: block; }
  .cart-discount__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    border: 1px solid #e3e9ef;
    border-width: 0 0 1px 0;
    background: none;
    font-family: "acumin-pro", sans-serif;
    text-transform: uppercase;
    cursor: pointer; }
    .cart-discount__button:hover {
      background: none; }
      .cart-discount__button:hover:before, .cart-discount__button:hover:after {
        display: none; }
  .cart-discount__button-text {
    margin: 0 16px 0 0;
    font-size: 1.143rem;
    color: #2BB039;
    font-weight: 400; }
  .cart-discount__button-icon {
    transition: all 0.2s ease-in-out; }
  .cart-discount__content {
    display: none;
    padding: 24px 0; }
  .cart-discount__form {
    display: block; }
  .cart-discount__controls {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 24px 0; }
  .cart-discount__content-input {
    width: 70%;
    margin: 0; }
  .cart-discount__content-button {
    width: 30%;
    min-width: 150px; }

.cart-grid__header {
  display: none; }
  @media all and (min-width: 768px) {
    .cart-grid__header {
      display: flex;
      border-bottom: 1px solid #e3e9ef; } }

.cart-grid__header-label {
  display: block;
  padding: 16px 0; }

.cart-grid__header-items {
  flex-basis: 50%; }
  @media all and (min-width: 1200px) {
    .cart-grid__header-items {
      flex-basis: 60%; } }

.cart-grid__header-price, .cart-grid__header-subtotal {
  flex-basis: 20%; }
  @media all and (min-width: 1200px) {
    .cart-grid__header-price, .cart-grid__header-subtotal {
      flex-basis: 14%; } }

.cart-grid__header-qty {
  flex-basis: 10%; }
  @media all and (min-width: 1200px) {
    .cart-grid__header-qty {
      flex-basis: 12%; } }

.cart-grid__button {
  width: 100%; }
  @media all and (min-width: 768px) {
    .cart-grid__button {
      width: auto; } }

@media all and (min-width: 768px) {
  .cart-grid__footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; } }

.checkout-cart-index .heading.heading--page-full-width, .checkout-cart-index h1.heading--page-full-width, .checkout-cart-index .heading--page-full-width.h1,
.checkout-cart-index h2.heading--page-full-width, .checkout-cart-index .heading--page-full-width.h2,
.checkout-cart-index h3.heading--page-full-width, .checkout-cart-index .heading--page-full-width.h3, .checkout-cart-index .row-type-cards figure[data-content-type="image"] figcaption.heading--page-full-width, .row-type-cards figure[data-content-type="image"] .checkout-cart-index figcaption.heading--page-full-width,
.checkout-cart-index h4.heading--page-full-width, .checkout-cart-index .heading--page-full-width.h4,
.checkout-cart-index h5.heading--page-full-width, .checkout-cart-index .heading--page-full-width.h5,
.checkout-cart-index h6.heading--page-full-width, .checkout-cart-index .heading--page-full-width.h6, .checkout-cart-index .swal2-container .swal2-popup .heading--page-full-width.swal2-title, .swal2-container .swal2-popup .checkout-cart-index .heading--page-full-width.swal2-title, .checkout-cart-index .page-main .product-view .yotpo-review .yotpo-main .heading--page-full-width.content-title, .page-main .product-view .yotpo-review .yotpo-main .checkout-cart-index .heading--page-full-width.content-title,
.checkout-cart-index .page-main .product-view .yotpo-comment .yotpo-main .heading--page-full-width.content-title, .page-main .product-view .yotpo-comment .yotpo-main .checkout-cart-index .heading--page-full-width.content-title,
.checkout-cart-index .page-main .product-view .yotpo-question .yotpo-main .heading--page-full-width.content-title, .page-main .product-view .yotpo-question .yotpo-main .checkout-cart-index .heading--page-full-width.content-title,
.checkout-cart-index .page-main .product-view .yotpo-onsite-upload .yotpo-main .heading--page-full-width.content-title, .page-main .product-view .yotpo-onsite-upload .yotpo-main .checkout-cart-index .heading--page-full-width.content-title, .checkout-cart-index .page-main .product-view .write-review .yotpo-header .heading--page-full-width.yotpo-header-title, .page-main .product-view .write-review .yotpo-header .checkout-cart-index .heading--page-full-width.yotpo-header-title, .checkout-cart-index .page-main .heading--page-full-width.y-label.yotpo-header-title, .page-main .checkout-cart-index .heading--page-full-width.y-label.yotpo-header-title {
  margin-bottom: 2rem; }

.checkout-cart-index .crosssell {
  margin-top: 2.5rem; }

@media all and (min-width: 1024px) {
  .cart__summary {
    order: 1; } }

.cart__summary .order-summary {
  background-color: #f6f9fc;
  margin-bottom: 2rem; }
  .cart__summary .order-summary__list {
    padding: 0;
    border: 0;
    margin-bottom: 2rem; }
  .cart__summary .order-summary__divider {
    opacity: 1; }
  .cart__summary .order-summary__list-item {
    min-height: 2rem; }
  .cart__summary .order-summary__value {
    font-weight: 500; }

.cart__summary .cart-discount__button {
  padding: 0;
  border: 0;
  text-transform: none; }

.cart__summary .cart-discount__button-text {
  color: #373f50;
  font-size: 1rem;
  font-weight: 500; }

.cart__summary .cart-discount__content {
  padding: 1rem 0; }

.cart__summary .cart-discount__controls {
  padding: 0;
  flex-direction: column; }

.cart__summary .cart-discount__content-input {
  width: 100%;
  margin-bottom: 0.5rem; }

.cart__summary .cart-discount__content-button {
  width: 100%; }

.cart__summary .payment-methods ul {
  margin-bottom: 0 !important;
  justify-content: center !important; }

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
  margin: 0;
  padding: 16px 0 32px 0;
  list-style: none; }
  @media all and (min-width: 480px) {
    .catalog-grid {
      grid-template-columns: repeat(1, 1fr); } }
  @media all and (min-width: 768px) {
    .catalog-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .catalog-grid {
      display: flex;
      flex-wrap: wrap; } }

@media all and (min-width: 320px) and (max-width: 768px) {
  .catalog-grid {
    grid-gap: 0;
    padding-top: 0; } }

.catalog-list {
  display: flex;
  flex-flow: column nowrap; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .catalog-list {
      padding: 0; } }
  @media all and (min-width: 1024px) {
    .catalog-list {
      display: grid;
      grid-template-columns: 250px 1fr 1fr;
      grid-template-rows: auto 1fr;
      grid-template-areas: 'sidebar products products' 'sidebar2 products products'; } }
  @media all and (min-width: 1200px) {
    .catalog-list {
      grid-template-columns: 350px 1fr 1fr; } }
  .catalog-list__title {
    width: 100%; }
  .catalog-list__banner {
    padding: 32px 0;
    border: 1px solid #e3e9ef;
    border-width: 0 0 1px 0; }
    @media all and (min-width: 768px) {
      .catalog-list__banner {
        padding: 16px 0; } }
    @media all and (min-width: 1024px) {
      .catalog-list__banner {
        padding: 0;
        margin: 0 0 16px 0;
        border-width: 0; } }
  .catalog-list__products {
    position: relative;
    order: 2; }
    @media all and (min-width: 1024px) {
      .catalog-list__products {
        grid-area: products; } }
  .catalog-list__sidebar {
    position: relative;
    order: 1; }
    @media all and (min-width: 1024px) {
      .catalog-list__sidebar {
        grid-area: sidebar;
        margin: 0 32px 0 0;
        z-index: 10; } }
  .catalog-list__category-description {
    padding: 32px 0 16px 0; }
    @media all and (min-width: 320px) and (max-width: 768px) {
      .catalog-list__category-description {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5); } }
    @media all and (min-width: 768px) {
      .catalog-list__category-description {
        padding: 48px 0 16px 0; } }
    .catalog-list__category-description p {
      line-height: 2; }
  .catalog-list__sidebar-additional {
    order: 3; }
    @media all and (min-width: 320px) and (max-width: 768px) {
      .catalog-list__sidebar-additional {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5); } }
    @media all and (min-width: 1024px) {
      .catalog-list__sidebar-additional {
        grid-area: sidebar2;
        align-self: start;
        margin: 16px 16px 0 0; } }

@media all and (min-width: 320px) and (max-width: 768px) {
  .catalog-top .category-description {
    max-height: auto; } }

.cms-page__content {
  max-width: 88%;
  margin: 0 auto; }
  @media all and (min-width: 768px) {
    .cms-page__content {
      max-width: 85%; } }
  @media all and (min-width: 1024px) {
    .cms-page__content {
      max-width: 78%; } }
  @media all and (min-width: 1200px) {
    .cms-page__content {
      max-width: 68%; } }
  .cms-contact .cms-page__content,
  .cms-contact-us .cms-page__content {
    max-width: 100%; }

.compare {
  position: relative;
  margin: 0 0 16px;
  border: 1px solid #e3e9ef;
  overflow-y: hidden; }
  .compare__inner {
    overflow-x: auto;
    width: calc(100% - 100px);
    margin: 0 0 0 100px; }
    @media all and (min-width: 768px) {
      .compare__inner {
        width: calc(100% - 160px);
        margin: 0 0 0 160px; } }
  .compare__table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    height: 100%; }
  .compare__label {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100%;
    padding: 1rem;
    background-color: #f7f7f9;
    border: 1px solid #e3e9ef;
    border-width: 1px 1px 1px 0; }
    @media all and (min-width: 768px) {
      .compare__label {
        width: 160px;
        padding: 16px; } }
  .compare__row {
    height: 100%; }
    .compare__row:first-child .compare__label {
      border-width: 0 1px 1px 0; }
    .compare__row:last-child .compare__cell {
      border-bottom: none; }
  .compare__cell {
    position: relative;
    padding: 16px;
    border-left: 1px solid #e3e9ef;
    border-bottom: 1px solid #e3e9ef;
    min-width: 160px;
    vertical-align: top;
    height: 100%; }
    @media all and (min-width: 768px) {
      .compare__cell {
        min-width: 320px; } }
    .compare__cell:first-of-type {
      border-left: none; }
    .compare__cell ul {
      padding-left: 16px; }
    .compare__cell li {
      line-height: 1.6; }
  .compare__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .compare__caption {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .compare__rating {
    min-height: 16px; }
  .compare__link {
    min-height: 44px; }
  .compare .image, .compare img,
  .compare picture {
    max-width: 100%; }
  .compare .price {
    font-weight: 700; }
  .compare__link, .compare__rating,
  .compare .price {
    display: block;
    margin-bottom: 1rem; }
  .compare__link--image {
    display: flex;
    justify-content: center;
    max-width: 150px; }
  .compare__buttons-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%; }
    @media all and (min-width: 768px) {
      .compare__buttons-container {
        flex-direction: row; } }
  .compare__secondary-buttons {
    display: flex;
    margin: 0 0 1rem; }
    @media all and (min-width: 768px) {
      .compare__secondary-buttons {
        margin: 0; } }
  .compare__wishlist:after {
    content: url("../images/icons/plus-light.svg"); }
  .compare__remove:after {
    content: url("../images/icons/minus-dark.svg");
    fill: #ffffff; }

.contact-us {
  max-width: 500px;
  margin: 0 auto; }
  @media all and (min-width: 1024px) {
    .contact-us {
      max-width: 100%; } }
  .contact-us__heading {
    margin: 0 0 16px;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.143rem;
    font-weight: 700; }
  .contact-us__legend {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .contact-us__description {
    margin: 0 0 48px;
    color: #373f50; }
  .contact-us__description p {
    color: #373f50; }
  .contact-us__button {
    margin: 16px 0 0; }
  .contact-us__tips {
    margin-top: 24px;
    color: #373f50; }
  .contact-us__details {
    margin-top: 48px; }
    @media all and (min-width: 1024px) {
      .contact-us__details {
        padding: 0 0 0 72px;
        margin-top: 0; } }
    @media all and (min-width: 1200px) {
      .contact-us__details {
        padding: 0 0 0 72px; } }
  .contact-us__list {
    padding: 0; }
    @media all and (min-width: 1024px) {
      .contact-us__list {
        max-width: 320px; } }
  .contact-us__list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px; }
  .contact-us__day {
    font-weight: 700; }
    @media all and (min-width: 768px) {
      .contact-us__day {
        font-size: 1.143rem; } }
    .contact-us__day--special {
      color: #dc3545; }
  .contact-us__hour {
    color: #373f50; }
    @media all and (min-width: 768px) {
      .contact-us__hour {
        font-size: 1rem; } }
    .contact-us__hour--special {
      color: #dc3545;
      font-weight: 700; }
  .contact-us__phone, .contact-us__address {
    margin-bottom: 48px; }
  .contact-us__phone-number {
    display: flex;
    font-size: 1.143rem;
    font-weight: 500; }
  .contact-us__address-item {
    margin-bottom: 0;
    color: #373f50; }
  .contact-us .webforms .fieldset {
    padding: 0; }

@media (max-width: 575.98px) {
  .contact-index-index .row-type-hero > .container {
    padding: 0; } }

.contact-index-index .row-type-hero__inner {
  background-image: url("../images/contact/pand.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .contact-index-index .row-type-hero__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(55, 63, 80, 0.8), rgba(0, 0, 0, 0));
    z-index: 1; }
  .contact-index-index .row-type-hero__inner > * {
    position: relative;
    z-index: 1; }

.contact-index-index .row-type-hero .breadcrumbs__link {
  color: #ffffff; }

.contact-index-index .row-type-hero .breadcrumbs__item {
  color: #ffffff; }
  @media (min-width: 768px) {
    .contact-index-index .row-type-hero .breadcrumbs__item {
      font-size: 1rem; } }
  .contact-index-index .row-type-hero .breadcrumbs__item:after {
    background-color: #ffffff; }

.contact-index-index .row-type-hero h1, .contact-index-index .row-type-hero .h1 {
  color: #ffffff;
  width: 65%; }
  @media (min-width: 768px) {
    .contact-index-index .row-type-hero h1, .contact-index-index .row-type-hero .h1 {
      width: 50%; } }
  @media (min-width: 1024px) {
    .contact-index-index .row-type-hero h1, .contact-index-index .row-type-hero .h1 {
      width: 25%; } }

.contact-index-index .opening_hours .today {
  position: relative; }
  .contact-index-index .opening_hours .today:before {
    --dot-size: 8px;
    content: "";
    width: var(--dot-size);
    height: var(--dot-size);
    display: inline-block;
    background-color: #0d6efd;
    position: absolute;
    left: 0;
    top: calc(50% - var(--dot-size) / 2);
    border-radius: 100%; }

.contact-index-index .row-type-hero__inner {
  background-image: url("../images/contact/pand-brands.jpg"); }

.dashboard__actions {
  justify-content: space-between; }

.dashboard__handler {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 32px; }

.dashboard__status {
  display: inline-block;
  padding: 1rem 16px;
  border: 1px solid #e3e9ef;
  border-radius: 1rem;
  font-size: 0.75rem;
  vertical-align: middle; }

.dashboard__order-date span {
  font-weight: 700; }

.dashboard__form {
  padding: 0 16px; }
  .dashboard__form:first-child {
    padding-left: 1rem; }
  .dashboard__form:last-child {
    padding-right: 1rem; }

.dashboard__product {
  padding: 0;
  border: none; }

.dashboard__form--hidden {
  display: none; }

@media all and (min-width: 1024px) {
  .dashboard__sidebar {
    border: 1px solid #373f50;
    border-width: 0 1px 0 0;
    padding: 0 16px 0 1rem; } }

@media all and (min-width: 1200px) {
  .dashboard__sidebar {
    padding: 0 64px 0 1rem; } }

@media all and (min-width: 1024px) {
  .dashboard__content {
    padding: 0 1rem 0 48px; } }

@media all and (min-width: 1200px) {
  .dashboard__content {
    padding: 0 1rem 0 64px; } }

.dashboard__content-heading {
  margin: 0 0 32px; }
  .dashboard__content-heading--with-status {
    display: inline-block;
    margin: 0 32px 0 0;
    vertical-align: middle; }

.dashboard__title, .dashboard__title--wrapped, .dashboard__subtitle {
  font-family: "acumin-pro", sans-serif; }

.dashboard__title, .dashboard__title--wrapped {
  font-size: 1.143rem;
  font-weight: 700; }

.dashboard__title {
  margin: 0 0 24px;
  padding: 16px;
  background: #fbfbfb;
  border: 1px solid #373f50;
  border-width: 0 0 1px; }

.dashboard__subtitle {
  font-size: 1rem; }

.dashboard__link {
  display: inline-flex; }

.giftregistry__item {
  display: flex;
  flex-flow: column nowrap; }

.giftregistry__image {
  width: 64px; }

.giftregistry__qty-field {
  min-width: 64px; }

.my-orders__fieldset {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 1rem; }
  @media all and (min-width: 768px) {
    .my-orders__fieldset {
      flex-direction: row;
      align-items: center; } }

.my-orders__search {
  min-width: 50%; }
  @media all and (min-width: 768px) {
    .my-orders__search {
      margin: 16px 0 0;
      padding: 0 1rem 0 0; } }

.my-orders__date input {
  padding: 0 1rem; }
  @media all and (min-width: 768px) {
    .my-orders__date input {
      padding: 0 16px; } }

@media all and (min-width: 768px) {
  .my-orders__date--from {
    margin: 0 16px 0 0; } }

@media all and (min-width: 768px) {
  .my-orders__total--min {
    margin: 0 16px 0 0; } }

@media all and (min-width: 768px) {
  .my-orders__field-wrapper {
    display: flex;
    align-items: center; } }

.my-orders__field-label {
  margin: 0 1rem 0 0; }

.my-orders__actions {
  justify-content: flex-end; }

.my-orders__filter-summary > ul {
  padding: 0 1rem; }
  .my-orders__filter-summary > ul > li {
    display: flex;
    flex-wrap: wrap; }

.my-orders__filter-summary .label,
.my-orders__filter-summary .sub-label,
.my-orders__filter-summary span[data-name='order-date-from'],
.my-orders__filter-summary span[data-name='order-total-min'] {
  margin: 0 4px 0 0; }

.my-orders__filter-summary .action-remove {
  margin: 0 4px 0 0; }
  .my-orders__filter-summary .action-remove:not(.action-clear-all):before {
    content: '';
    position: relative;
    display: flex;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' fill-rule='nonzero' d='M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px; }

.product-reviews__image {
  display: block;
  margin: 1rem auto;
  max-width: 300px; }

.wishlist__grid {
  justify-content: flex-start;
  padding: 16px 0 32px 0; }

.wishlist__item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start; }
  .wishlist__item .price-box {
    padding: 0;
    font-weight: 700; }
    @media all and (min-width: 768px) {
      .wishlist__item .price-box {
        padding: 0; } }

.wishlist__item-content {
  position: relative; }

.wishlist__item-name {
  display: block;
  margin: 16px 0;
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none; }
  @media all and (min-width: 1024px) {
    .wishlist__item-name {
      margin: 1rem 0; } }

.wishlist__item-name-link {
  display: block;
  color: #1a1b1d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7; }
  @media all and (min-width: 768px) {
    .wishlist__item-name-link {
      font-size: 1rem;
      line-height: 1.5; } }

.wishlist__item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem 0;
  border: 1px solid #e3e9ef;
  border-width: 0; }
  @media all and (min-width: 768px) {
    .wishlist__item-inner {
      padding: 0; } }

.wishlist__comment {
  width: 100%; }

.wishlist__item-actions {
  display: flex;
  justify-content: space-evenly;
  order: 2;
  margin: 1rem 0; }
  @media all and (min-width: 768px) {
    .wishlist__item-actions {
      margin: 1rem 0 16px; } }
  .wishlist__item-actions--to-cart {
    width: 100%;
    order: 3;
    margin: 0; }
    @media all and (min-width: 768px) {
      .wishlist__item-actions--to-cart {
        margin: 1rem 0; } }
  .wishlist__item-actions .button:hover .icon, .wishlist__item-actions .slider__link--button:hover .icon, .wishlist__item-actions .slider__link--button-secondary:hover .icon, .wishlist__item-actions .button:active .icon, .wishlist__item-actions .slider__link--button:active .icon, .wishlist__item-actions .slider__link--button-secondary:active .icon {
    fill: #ffffff; }
  .wishlist__item-actions .button .icon, .wishlist__item-actions .slider__link--button .icon, .wishlist__item-actions .slider__link--button-secondary .icon {
    fill: #373f50; }

.wishlist__item-stock-info {
  width: 100%;
  order: 3; }

.wishlist__link {
  display: block; }

.wishlist__label {
  margin: 0 0 1rem;
  padding: 0 1rem 0 0; }

.wishlist__qty {
  display: flex;
  margin: 1rem 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%; }
  @media all and (min-width: 768px) {
    .wishlist__qty {
      margin: 16px 0; } }
  @media all and (min-width: 1200px) {
    .wishlist__qty {
      max-width: 166px; } }
  .wishlist__qty .quantity-update {
    border: 0; }
    .wishlist__qty .quantity-update__button {
      width: 48px;
      height: 48px;
      display: none; }
      @media all and (min-width: 1320px) {
        .wishlist__qty .quantity-update__button {
          display: flex; } }
      .wishlist__qty .quantity-update__button:hover .icon {
        fill: #ffffff; }
      .wishlist__qty .quantity-update__button .icon {
        fill: #373f50; }
    .wishlist__qty .quantity-update__input {
      height: 48px;
      border-width: 1px;
      color: #373f50; }

.wishlist__field-qty {
  text-align: center;
  min-width: 0; }

.wishlist__button {
  width: 100%; }

.wishlist__actions {
  padding: 24px 0 0; }
  @media all and (min-width: 768px) {
    .wishlist__actions {
      align-items: flex-start; } }
  .wishlist__actions .button, .wishlist__actions .slider__link--button, .wishlist__actions .slider__link--button-secondary {
    padding: 0 16px; }
    @media all and (min-width: 768px) {
      .wishlist__actions .button, .wishlist__actions .slider__link--button, .wishlist__actions .slider__link--button-secondary {
        padding: 0 32px; } }
  .wishlist__actions .link, .wishlist__actions .dashboard-nav .nav.item > a, .dashboard-nav .wishlist__actions .nav.item > a, .wishlist__actions .page-main .product-view .yotpo .yotpo-pager .goTo, .page-main .product-view .yotpo .yotpo-pager .wishlist__actions .goTo, .wishlist__actions .page-main .product-view .yotpo .yotpo-pager .yotpo-icon, .page-main .product-view .yotpo .yotpo-pager .wishlist__actions .yotpo-icon, .wishlist__actions .page-main .product-view .yotpo .yotpo-review .yotpo-read-more, .page-main .product-view .yotpo .yotpo-review .wishlist__actions .yotpo-read-more {
    text-decoration: underline;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1px; }

.wishlist__rating-wrapper {
  min-height: 16px; }

@media all and (min-width: 768px) {
  .wishlist .wishlist-management__group {
    display: flex;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .wishlist .wishlist-management__list {
    flex: 1 0 50%; } }

.wishlist .wishlist-management__item {
  font-size: 0.875rem;
  cursor: pointer; }
  .wishlist .wishlist-management__item--active a {
    font-weight: 700;
    text-decoration: underline; }

.wishlist input[type="number"]::-webkit-outer-spin-button,
.wishlist input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

.wishlist__item-actions:not(.wishlist__item-actions--to-cart) {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem; }

@media all and (min-width: 480px) {
  .email-to-friend {
    max-width: 500px;
    margin: 0 auto; } }

.email-to-friend__form {
  width: 100%; }

.email-to-friend__legend {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700; }

.email-to-friend__sender-wrapper {
  margin: 0 0 16px; }

.email-to-friend__fieldset {
  margin: 0 0 32px; }

.email-to-friend__inner-fieldset {
  margin: 32px 0 0; }

.email-to-friend__options .fields:not(.additional) .email-to-friend__inner-fieldset {
  margin-top: 0; }

.email-to-friend__message {
  resize: vertical; }

.email-to-friend__remove {
  margin: 0 0 16px; }

.email-to-friend__back {
  margin: 0 0 0 16px;
  cursor: pointer; }

.email-to-friend__submit {
  margin: 0 0 32px; }

.forgot-password {
  max-width: 432px;
  margin: 0 auto 80px; }
  .forgot-password__email, .forgot-password__captcha-field {
    margin-bottom: 32px; }
  .forgot-password__captcha-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 16px; }
  .forgot-password__image {
    padding-right: 1rem;
    width: auto;
    max-width: 250px; }
  .forgot-password__info {
    margin-bottom: 32px;
    color: #373f50;
    font-size: 1rem; }
    @media all and (min-width: 768px) {
      .forgot-password__info {
        text-align: center; } }
  .forgot-password__actions {
    padding: 16px 0;
    text-align: center; }
  .forgot-password__heading {
    margin: 24px 0 64px; }
  .forgot-password__captcha {
    padding: 0 16px; }

.home:not(.breadcrumbs__item) {
  display: flex;
  flex-direction: column; }

.home__banner {
  margin: 0 0 16px; }
  @media all and (min-width: 768px) {
    .home__banner {
      margin: 0 0 32px; } }
  @media all and (min-width: 1024px) {
    .home__banner {
      margin: 0 0 16px; } }

.paypal-review__product-image {
  width: 80px; }

.product-view {
  padding: 1rem calc(var(--bs-gutter-x) * .5) 0; }
  @media all and (min-width: 768px) {
    .product-view {
      padding: 1rem calc(var(--bs-gutter-x) * .5) 0; } }
  @media all and (min-width: 1200px) {
    .product-view {
      padding: 32px calc(var(--bs-gutter-x) * .5) 0; } }
  .product-view__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%; }
    @media all and (min-width: 768px) {
      .product-view__wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto auto;
        column-gap: 16px; } }
    @media all and (min-width: 1024px) {
      .product-view__wrapper {
        column-gap: 48px; } }
    @media all and (min-width: 1200px) {
      .product-view__wrapper {
        column-gap: 144px; } }
  .product-view__description, .product-view__details {
    position: relative; }
    @media all and (min-width: 768px) {
      .product-view__description, .product-view__details {
        grid-column-start: 2;
        width: 100%; } }
    @media all and (min-width: 1024px) {
      .product-view__description, .product-view__details {
        width: 100%; } }
    @media all and (min-width: 1200px) {
      .product-view__description, .product-view__details {
        width: 100%; } }
  .product-view__description {
    order: 2; }
  .product-view__details {
    order: 3; }
    @media all and (min-width: 768px) {
      .product-view__details {
        grid-row-start: 1; } }
  .product-view__gallery {
    position: relative;
    margin: 0;
    order: 1; }
    @media all and (min-width: 768px) {
      .product-view__gallery {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 3; } }
  .product-view__badges {
    z-index: 1;
    top: 16px;
    left: 0; }
    @media all and (min-width: 768px) {
      .product-view__badges {
        top: 24px;
        left: 0; } }
    @media all and (min-width: 1024px) {
      .product-view__badges {
        top: 24px;
        left: 82px; } }
    @media all and (min-width: 1200px) {
      .product-view__badges {
        left: 114px; } }
  .product-view__title.heading--page {
    margin: 0;
    text-transform: initial;
    font-size: 2rem; }
    @media all and (min-width: 768px) {
      .product-view__title.heading--page {
        font-size: 2.5rem; } }
    @media all and (min-width: 1024px) {
      .product-view__title.heading--page {
        font-size: 3rem; } }
  .product-view__sku {
    display: block;
    font-weight: 400;
    color: #7d879c; }
    @media all and (min-width: 768px) {
      .product-view__sku {
        display: block; } }
  .product-view__stock {
    min-width: 60px;
    min-height: 22px;
    padding: 0;
    font-weight: 500;
    white-space: nowrap;
    font-size: 0.75rem;
    color: #ffffff;
    text-transform: normal;
    text-decoration: none; }
    .product-view__stock:before, .product-view__stock:after {
      display: none; }
    .product-view__stock:hover {
      color: #2BB039;
      text-decoration: underline; }
    @media all and (min-width: 768px) {
      .product-view__stock {
        font-size: 0.875rem; } }
  .product-view__rating {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 1rem;
    border: 1px solid #e3e9ef;
    border-width: 0; }
  .product-view__price {
    display: block;
    padding: 0; }
    @media all and (min-width: 768px) {
      .product-view__price {
        display: block; }
        .product-view__price .price__value,
        .product-view__price .price__value--special {
          font-size: 1.5rem; }
        .product-view__price .price__value--old {
          font-size: 1.143rem; } }
  .product-view .price--between {
    display: flex;
    flex-direction: column;
    line-height: 1.2; }
    .product-view .price--between .price__text {
      display: inline-flex;
      min-width: 50px; }
  .product-view__short-description-heading {
    font-family: "acumin-pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #373f50;
    text-transform: none; }
  .product-view__buttons-wrapper--ee .product-view__extra-actions {
    display: flex; }
  .product-view__buttons-wrapper--ee .product-view__update-wishlist {
    order: 4; }
  .product-view__buttons-wrapper--ee .towishlist {
    display: none; }
  .product-view__buttons {
    display: flex;
    width: 100%;
    align-items: flex-end;
    flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .product-view__buttons .dropdown-list__label.button--icon-filled:after {
        left: calc(50% - 63px); } }
    .product-view__buttons .paypal {
      margin: 0 16px 0 0; }
  .product-view__extra-actions {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media all and (min-width: 768px) {
      .product-view__extra-actions {
        display: flex;
        width: auto; } }
  .product-view__button {
    width: 48%;
    background-color: #fbfbfb;
    order: 2; }
    @media all and (min-width: 768px) {
      .product-view__button {
        margin: 0 0 0 1rem;
        width: auto;
        min-width: 56px;
        min-height: 56px; } }
    @media all and (min-width: 768px) {
      .product-view__button .button__text {
        display: none; } }
    .product-view__button--wishlist.button--icon-filled {
      background-color: #fbfbfb; }
      .product-view__button--wishlist.button--icon-filled .icon {
        fill: #2BB039; }
      .product-view__button--wishlist.button--icon-filled:after {
        display: block;
        background-position: 0 100%; }
      .product-view__button--wishlist.button--icon-filled:hover:before {
        background-color: #2BB039; }
      .product-view__button--wishlist.button--icon-filled:hover:after {
        display: block;
        background-image: linear-gradient(to right, #ffffff 50%, transparent 50%); }
      .product-view__button--wishlist.button--icon-filled:hover .icon {
        fill: #ffffff; }
  .product-view__extra-actions {
    order: 3; }
  .product-view__addtowishlist {
    display: none;
    width: 2rem;
    min-height: 2.75rem;
    min-width: 2.75rem;
    background-color: #fbfbfb;
    order: 2; }
    @media all and (min-width: 768px) {
      .product-view__addtowishlist {
        display: flex;
        width: auto;
        margin: 0; } }
    .product-view__addtowishlist .button__text {
      display: none; }
    .product-view__addtowishlist--update {
      display: flex; }
      .product-view__addtowishlist--update .button__text {
        display: inline-block; }
  .product-view__update-wishlist {
    width: 100%;
    height: 56px;
    margin: 1rem 0 0;
    order: 2; }
    @media all and (min-width: 768px) {
      .product-view__update-wishlist {
        margin: 16px 0 0; } }
  .product-view__requisition, .product-view__multiwishlist {
    width: 100%;
    margin: 1rem 0 0; }
    @media all and (min-width: 768px) {
      .product-view__requisition, .product-view__multiwishlist {
        margin: 16px 0 0; } }
    .product-view__requisition .button, .product-view__requisition .slider__link--button, .product-view__requisition .slider__link--button-secondary, .product-view__multiwishlist .button, .product-view__multiwishlist .slider__link--button, .product-view__multiwishlist .slider__link--button-secondary {
      width: 100%; }
    .product-view__requisition .dropdown-list__label, .product-view__multiwishlist .dropdown-list__label {
      justify-content: flex-start; }
      @media all and (min-width: 768px) {
        .product-view__requisition .dropdown-list__label, .product-view__multiwishlist .dropdown-list__label {
          justify-content: center; } }
    @media all and (min-width: 768px) {
      .product-view__requisition .dropdown-list__content, .product-view__multiwishlist .dropdown-list__content {
        min-width: 360px; } }
    @media all and (min-width: 1024px) {
      .product-view__requisition .dropdown-list__content, .product-view__multiwishlist .dropdown-list__content {
        min-width: 200%; } }
  .product-view__requisition {
    order: 5; }
    @media all and (min-width: 768px) {
      .product-view__requisition {
        width: 55%; } }
    @media all and (min-width: 1024px) {
      .product-view__requisition {
        width: 50%; } }
    .product-view__requisition .dropdown-list__content {
      right: 0;
      left: auto; }
  .product-view__update-requisition-list {
    display: flex;
    height: 56px;
    width: 100%;
    margin: 0 0 16px; }
    .product-view__update-requisition-list .button, .product-view__update-requisition-list .slider__link--button, .product-view__update-requisition-list .slider__link--button-secondary {
      width: 100%; }
  .product-view__multiwishlist {
    order: 4; }
    @media all and (min-width: 768px) {
      .product-view__multiwishlist {
        width: 44%; } }
    @media all and (min-width: 1024px) {
      .product-view__multiwishlist {
        width: 50%; } }
    @media all and (min-width: 1024px) {
      .product-view__multiwishlist .dropdown-list__item {
        padding: 0 1rem 0 0; } }
  .product-view__add-to-cart, .product-view__update-cart {
    display: block;
    order: 1;
    flex-grow: 1;
    height: auto;
    padding: 16px; }
    @media all and (min-width: 768px) {
      .product-view__add-to-cart, .product-view__update-cart {
        display: inline-flex; } }
  .product-view__select-option .select__field-list--single,
  .product-view__select-option .select__field-item {
    height: 56px;
    line-height: 56px; }
  .product-view__options {
    margin: 0 0 24px; }
  .product-view__qty {
    margin: 0; }
  .product-view__stock-status {
    margin: 16px 0 0 0; }
    @media all and (min-width: 768px) {
      .product-view__stock-status {
        margin: 0; } }
  .product-view__brief {
    margin: 32px 0; }
    @media all and (min-width: 768px) {
      .product-view__brief {
        margin: 16px 0 24px; } }
    .product-view__brief .brief-info {
      display: block; }
      .product-view__brief .brief-info__title {
        text-transform: capitalize;
        font-weight: 700;
        font-size: 0.875rem; }
      .product-view__brief .brief-info__subtitle {
        font-size: 0.75rem;
        text-transform: none; }
      .product-view__brief .brief-info__item {
        margin: 0 0 1rem; }
  .product-view__form {
    padding: 24px 0;
    border: 1px solid #e3e9ef;
    border-width: 0; }
  .product-view__summary {
    width: 100%;
    padding: 16px 0 0;
    margin: 0 0 32px;
    font-size: 1rem; }
    @media all and (min-width: 768px) {
      .product-view__summary {
        margin: 0; } }
  .product-view__summary-price {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    font-weight: 700; }
    .product-view__summary-price .price__value {
      font-size: 1.5rem; }
  .product-view__summary-unit {
    padding: 0 0 0 4px;
    font-size: 1.5rem; }
  .product-view__summary-list {
    font-size: 1rem; }
  .product-view__summary-title {
    margin: 0 0 16px;
    font-family: "acumin-pro", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }
  .product-view__summary-item-title {
    display: block;
    font-weight: 500;
    text-transform: uppercase; }
  .product-view__summary-item-value {
    color: #373f50; }
  .product-view__customization {
    border: 1px solid #e3e9ef;
    border-width: 0 0 1px;
    padding: 0 0 16px;
    margin: 0 0 1rem; }
  .product-view__grouped-table {
    margin: 0 0 16px;
    border-width: 0; }
    .product-view__grouped-table th,
    .product-view__grouped-table td {
      border-right: 0;
      justify-content: flex-end; }
      .product-view__grouped-table th.product-view__grouped-product-name-cell,
      .product-view__grouped-table td.product-view__grouped-product-name-cell {
        justify-content: space-between; }
        @media all and (min-width: 768px) {
          .product-view__grouped-table th.product-view__grouped-product-name-cell,
          .product-view__grouped-table td.product-view__grouped-product-name-cell {
            display: table-cell; } }
        .product-view__grouped-table th.product-view__grouped-product-name-cell:before,
        .product-view__grouped-table td.product-view__grouped-product-name-cell:before {
          display: none; }
    .product-view__grouped-table th,
    .product-view__grouped-table td:before {
      padding: 1rem 0;
      font-size: 0.875rem;
      font-weight: 400;
      background-color: #ffffff;
      text-align: right; }
      @media all and (min-width: 768px) {
        .product-view__grouped-table th,
        .product-view__grouped-table td:before {
          text-align: left; } }
    .product-view__grouped-table td {
      padding: 16px 0;
      vertical-align: top; }
  .product-view__grouped-product-qty-td {
    padding-left: 0 0 0 16px; }
  .product-view__grouped-product-name {
    display: block;
    font-weight: 500; }
    @media all and (min-width: 768px) {
      .product-view__grouped-product-name {
        margin: 0 0 1rem 0; } }
  .product-view__grouped-qty {
    max-width: 112px; }
    .product-view__grouped-qty .input__field, .product-view__grouped-qty .quote-items .quote-table-items .input-text, .quote-items .quote-table-items .product-view__grouped-qty .input-text, .product-view__grouped-qty .my-orders__field-wrapper input, .my-orders__field-wrapper .product-view__grouped-qty input, .product-view__grouped-qty .page-main .product-view .yotpo input, .page-main .product-view .yotpo .product-view__grouped-qty input,
    .product-view__grouped-qty .page-main .product-view .yotpo textarea, .page-main .product-view .yotpo .product-view__grouped-qty textarea {
      text-align: center;
      border-color: #dae1e7; }
  .product-view__tabs {
    max-width: 100%;
    margin: 0 auto; }
    @media all and (min-width: 768px) {
      .product-view__tabs {
        margin: 64px auto 0;
        padding: 0; } }
    @media all and (min-width: 1024px) {
      .product-view__tabs {
        padding: 0; } }
    .product-view__tabs .tab__title {
      height: 56px;
      padding: 0 0 0 1rem;
      text-align: left; }
      @media all and (min-width: 768px) {
        .product-view__tabs .tab__title {
          padding: 0 0 0 24px; } }
      @media all and (min-width: 1024px) {
        .product-view__tabs .tab__title {
          text-align: center;
          padding: 0; } }
  .product-view__tabs-sticky-wrap {
    display: none; }
    @media all and (min-width: 768px) {
      .product-view__tabs-sticky-wrap {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        width: 100vw;
        left: 50vw;
        right: auto;
        margin-left: -50vw;
        margin-right: auto;
        background-color: #ffffff;
        border: 1px solid #e3e9ef;
        border-width: 0 0 1px 0;
        box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
        z-index: 50; }
        .product-view__tabs-sticky-wrap.aos-animate {
          visibility: visible; } }
  .product-view__tabs-sticky {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto; }
    .product-view__tabs-sticky .tab__title--sticky {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 48px;
      border-width: 0;
      text-decoration: none; }
  @media all and (min-width: 768px) {
    .product-view__table .table td {
      text-align: right; } }
  .product-view .slider--products {
    margin: 48px 0; }
  .product-view .add-to-cart--ee .add-to-cart__wrapper {
    padding: 12px 1rem 1rem; }
    @media all and (min-width: 768px) {
      .product-view .add-to-cart--ee .add-to-cart__wrapper {
        padding: 24px 1rem; } }
    @media all and (min-width: 1024px) {
      .product-view .add-to-cart--ee .add-to-cart__wrapper {
        padding: 24px 40px; } }
  .product-view .add-to-cart--ee .add-to-cart__action {
    position: absolute;
    bottom: 1rem;
    right: 1rem; }
    @media all and (min-width: 768px) {
      .product-view .add-to-cart--ee .add-to-cart__action {
        position: static; } }
  .product-view .add-to-cart--ee .price-box {
    display: flex;
    flex-direction: column;
    padding: 12px 0 0; }
    @media all and (min-width: 768px) {
      .product-view .add-to-cart--ee .price-box {
        flex-direction: row;
        align-items: center; } }
    @media all and (min-width: 1024px) {
      .product-view .add-to-cart--ee .price-box {
        padding: 4px 0 0; } }

.catalog-product-view .product-view__buttons-wrapper--ee .product-view__update-wishlist {
  display: none; }

.catalog-product-view .product-view__buttons-wrapper--ee .dropdown-list__icon {
  margin: 0; }

.catalog-product-view.wishlist-index-configure .product-view__buttons-wrapper--ee .product-view__update-wishlist {
  display: flex; }

.catalog-product-view .grecaptcha-badge {
  bottom: 112px !important; }
  @media all and (min-width: 768px) {
    .catalog-product-view .grecaptcha-badge {
      bottom: 0 !important; } }

.product-view {
  overflow-x: hidden; }
  .product-view__sku {
    font-size: 1rem; }
  .product-view__description {
    margin-bottom: 16px; }
  @media all and (min-width: 768px) {
    .product-view__wrapper {
      padding-right: 16px; } }
  @media all and (min-width: 1024px) {
    .product-view__wrapper {
      padding-right: 48px; } }
  @media all and (min-width: 1200px) {
    .product-view__wrapper {
      padding-right: 144px; } }
  .product-view__details {
    padding: 1.25rem;
    border-radius: 1rem;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1); }
    @media all and (min-width: 768px) {
      .product-view__details {
        padding: 32px; } }
    .product-view__details .swatch {
      margin-bottom: 0.5rem; }
      .product-view__details .swatch__title {
        font-weight: 500; }
      .product-view__details .swatch__wrapper {
        justify-content: flex-start; }
    @media all and (min-width: 320px) and (max-width: 768px) {
      .product-view__details .timer p {
        font-size: 0.875rem; } }
  .product-view__rating {
    align-items: center; }
  .product-view__addtowishlist {
    display: block; }
  .product-view__stock {
    position: absolute;
    right: -0.8rem;
    top: 7rem;
    padding-top: 0.525rem;
    padding-left: 0.725rem;
    padding-right: 1rem;
    padding-bottom: 0.525rem;
    border-radius: 0.25rem 0 0 0.25rem; }
    .product-view__stock:hover {
      text-decoration: none;
      color: #fff; }
    .product-view__stock.btn-success:after {
      border-color: rgba(66, 214, 151, 0);
      border-bottom-color: #29bc7d; }
    .product-view__stock.btn-danger:after {
      border-color: rgba(220, 53, 69, 0);
      border-bottom-color: #bd2130; }
    .product-view__stock:after {
      content: "";
      display: block !important;
      position: absolute;
      bottom: -0.475rem;
      right: 0.2rem;
      left: unset;
      top: unset;
      height: 0;
      width: 0;
      transform: rotate(-45deg);
      border: solid transparent;
      pointer-events: none;
      border-width: .525rem;
      color: #ffffff;
      opacity: 1; }
  .product-view__price .price__value,
  .product-view__price .price__value--special {
    font-size: 1.5rem; }
  @media all and (min-width: 768px) {
    .product-view__price .price__value,
    .product-view__price .price__value--special {
      font-size: 2rem; } }
  .product-view__main-actions {
    display: flex; }
  .product-view__qty {
    margin-right: 1rem; }
  .product-view__buttons-wrapper {
    flex: 1; }
  .product-view__add-to-cart .button__text {
    display: block; }
  .product-view__usps {
    font-size: 0.875rem; }
    @media all and (min-width: 768px) {
      .product-view__usps {
        font-size: 1rem; } }
  .product-view__nav {
    z-index: 1010; }
    @media all and (min-width: 768px) {
      .product-view__nav .btn:hover, .product-view__nav .success-page .success-page__registration .action.primary:hover, .success-page .success-page__registration .product-view__nav .action.primary:hover, .product-view__nav .btn.active, .product-view__nav .success-page .success-page__registration .active.action.primary, .success-page .success-page__registration .product-view__nav .active.action.primary {
        background-color: transparent !important;
        text-decoration: none; } }
    @media all and (min-width: 320px) and (max-width: 768px) {
      .product-view__nav .btn, .product-view__nav .success-page .success-page__registration .action.primary, .success-page .success-page__registration .product-view__nav .action.primary {
        padding: 0.4rem 1rem;
        font-size: 0.875rem; } }
    .product-view__nav .btn .counter, .product-view__nav .success-page .success-page__registration .action.primary .counter, .success-page .success-page__registration .product-view__nav .action.primary .counter {
      background: #0d6efd;
      display: inline-block;
      line-height: 1;
      border-radius: 0.2rem;
      padding: 3px;
      color: #fff;
      font-weight: 500;
      font-size: 10px; }
  .product-view__section {
    padding: 2rem 0;
    overflow-x: hidden; }
    .product-view__section:first-child {
      padding: 1rem 0 2rem 0; }
    @media all and (min-width: 768px) {
      .product-view__section {
        padding: 3rem 0; } }
  .product-view__tabs .scrollspy-sections .product-view__section:not(:first-child) {
    border-top: 1px solid #e3e9ef; }

@media all and (max-width: 767px) {
  .additional-attributes-wrapper {
    margin: 0 calc(var(--bs-gutter-x) * -0.5); } }

.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto; }
  .additional-attributes-wrapper .additional-attributes > tbody > tr > th {
    border: none;
    padding: 8px 32px 16px 0; }
  .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
    border: none;
    padding: 8px calc(var(--bs-gutter-x) * 0.5); }
    @media all and (min-width: 768px) {
      .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
        padding: 12px 12px 12px; } }

.am-attachments .am-fileline {
  margin: 0 0.5rem 0.5rem 0;
  display: flex;
  align-items: center;
  border: 1px solid #dae1e7;
  padding: 1rem 1.2rem;
  position: relative;
  border-radius: 1rem;
  white-space: nowrap;
  overflow: hidden; }
  .am-attachments .am-fileline:hover {
    background-color: #f6f9fc; }
  .am-attachments .am-fileline .am-fileicon {
    width: 20px;
    margin-right: 1rem;
    filter: brightness(0) invert(0.3);
    flex-shrink: 0; }
  .am-attachments .am-fileline .am-filelink {
    color: #373f50;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%; }
  .am-attachments .am-fileline .am-filesize {
    margin-left: 1rem;
    color: #adb5bd;
    font-size: 0.875rem; }

.section.related,
.section.upsell {
  border-top: 1px solid #e3e9ef;
  padding: 1.5rem 0;
  margin: 0;
  overflow: hidden; }
  @media all and (min-width: 768px) {
    .section.related,
    .section.upsell {
      padding: 3rem 0; } }
  .section.related .product-grid-item,
  .section.upsell .product-grid-item {
    border-bottom: 0; }
  .section.related .section__content,
  .section.upsell .section__content {
    position: relative; }
    .section.related .section__content .slider__slides:before, .section.related .section__content .slider__slides:after,
    .section.upsell .section__content .slider__slides:before,
    .section.upsell .section__content .slider__slides:after {
      content: '';
      height: 100%;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      z-index: 2;
      width: calc(((100vw - 1320px) / 2 ) + 1rem);
      width: calc(((100vw - ) / 2 ) + 1rem); }
      @media (max-width: 1399.98px) {
        .section.related .section__content .slider__slides:before, .section.related .section__content .slider__slides:after,
        .section.upsell .section__content .slider__slides:before,
        .section.upsell .section__content .slider__slides:after {
          width: calc(((100vw - 1320px) / 2 ) + 1rem); } }
      @media (max-width: 1199.98px) {
        .section.related .section__content .slider__slides:before, .section.related .section__content .slider__slides:after,
        .section.upsell .section__content .slider__slides:before,
        .section.upsell .section__content .slider__slides:after {
          width: calc(((100vw - 1140px) / 2 ) + 1rem); } }
      @media (max-width: 1023.98px) {
        .section.related .section__content .slider__slides:before, .section.related .section__content .slider__slides:after,
        .section.upsell .section__content .slider__slides:before,
        .section.upsell .section__content .slider__slides:after {
          width: calc(((100vw - ) / 2 ) + 1rem); } }
      @media (max-width: 767.98px) {
        .section.related .section__content .slider__slides:before, .section.related .section__content .slider__slides:after,
        .section.upsell .section__content .slider__slides:before,
        .section.upsell .section__content .slider__slides:after {
          width: calc(((100vw - ) / 2 ) + 1rem); } }
      @media (max-width: 575.98px) {
        .section.related .section__content .slider__slides:before, .section.related .section__content .slider__slides:after,
        .section.upsell .section__content .slider__slides:before,
        .section.upsell .section__content .slider__slides:after {
          width: calc(((100vw - ) / 2 ) + 1rem); } }
    .section.related .section__content .slider__slides:before,
    .section.upsell .section__content .slider__slides:before {
      right: calc(100% - 1rem);
      margin-right: 12px; }
    .section.related .section__content .slider__slides:after,
    .section.upsell .section__content .slider__slides:after {
      left: calc(100% - 1rem);
      margin-left: 12px; }
    .section.related .section__content .slider__slides .slick-list,
    .section.upsell .section__content .slider__slides .slick-list {
      overflow: unset; }

.section.related .section__content:before, .section.related .section__content:after {
  z-index: 3; }

.section.related .slider__slides {
  z-index: 2; }

@media all and (min-width: 320px) and (max-width: 768px) {
  .catalog-product-view .whatsapp-icon {
    display: none; } }

.product-view {
  overflow-x: clip; }
  .product-view__title.heading--page {
    font-family: "quentin_proregular";
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500; }
  .product-view__description {
    margin-bottom: 0; }
  .product-view__button--wishlist {
    margin-left: auto;
    display: flex !important; }
  .product-view__price {
    margin: 16px 0; }
    .product-view__price .price {
      display: flex;
      align-items: flex-end; }
    .product-view__price .price__value,
    .product-view__price .price__value--special {
      line-height: 1;
      color: #2BB039;
      font-weight: 700; }
    .product-view__price .price__value--special {
      color: #2BB039;
      font-weight: 700; }
    .product-view__price .price__value--old {
      font-weight: 500;
      color: #8D8D8D; }
    .product-view__price .price-label {
      display: none; }
  .product-view__sku {
    font-size: 1.143rem; }
  .product-view__section:first-child {
    padding-top: 0; }
  .product-view__stock {
    pointer-events: none; }
  .product-view__details .stock {
    padding: 0; }
    .product-view__details .stock .alert, .product-view__details .stock .message {
      color: #000;
      padding: 0; }
  .product-view__tabs .scrollspy-sections .product-view__section {
    overflow: initial; }

.section.related,
.section.upsell {
  overflow: inherit; }

@media all and (min-width: 768px) {
  .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
    padding: 8px 8px 8px; } }

.fotorama__stage .fotorama__img {
  border-radius: 1rem; }

.search-no-results__icon {
  width: 120px;
  height: 120px;
  fill: #373f50;
  margin: 48px auto; }

.search-no-results__description {
  margin-bottom: 48px;
  font-size: 1rem;
  line-height: 32px;
  text-align: center; }
  .search-no-results__description strong {
    font-size: 1.143rem; }

.search-no-results__link {
  width: 100%; }
  @media all and (min-width: 768px) {
    .search-no-results__link {
      width: 320px; } }

.search-no-result.page-layout-2columns-left .catalog-list {
  display: flex; }
  .search-no-result.page-layout-2columns-left .catalog-list__products {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .search-no-result.page-layout-2columns-left .catalog-list__sidebar-additional {
    display: none; }

.search-no-result {
  background-color: #f6f9fc; }
  .search-no-result .category-list-view {
    width: 100%; }

.success-page {
  padding: 60px 0 48px; }
  .success-page__order-confirmation {
    padding: 32px 0; }
  .success-page__button {
    width: 100%;
    margin: 32px auto; }
    @media all and (min-width: 480px) {
      .success-page__button {
        width: auto; } }
  @media all and (min-width: 480px) {
    .success-page h1, .success-page .h1 {
      font-size: 1.5rem; } }
  .success-page .thankyou-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .success-page .thankyou-steps:before {
      content: "";
      background-color: #f6f9fc;
      height: 2px;
      width: 100%;
      position: absolute;
      z-index: 1;
      border: 1px solid #e3ecf6; }
    .success-page .thankyou-steps > span {
      display: inline-block;
      background-color: #f6f9fc;
      padding: 0.3rem 1rem;
      border-radius: 10rem;
      font-size: 0.875rem;
      font-weight: 500;
      border: 1px solid #e3ecf6;
      position: relative;
      z-index: 2;
      min-width: 18%;
      text-align: center; }
      .success-page .thankyou-steps > span:first-child {
        background-color: #42D697;
        border-color: #2dd18b;
        color: #ffffff; }

@media (min-width: 768px) {
  .row-type-service-blocks .row-type-service-blocks__inner {
    margin-top: -7rem; } }

@media (min-width: 1024px) {
  .row-type-service-blocks .row-type-service-blocks__inner {
    margin-top: -12rem; } }

.row-type-faq-search .am-search-box-wrapper .am-widget-center {
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .row-type-faq-search .am-search-box-wrapper .am-widget-center {
      width: 100% !important; } }

/* CUSTOM - AMASTY FAQ
======================================== */
.amfaq_questions .am-item {
  border: 1px solid #e3e9ef;
  border-radius: 0.25rem;
  margin-bottom: 1rem; }
  .amfaq_questions .am-item:has(.am-title[aria-selected="true"]) {
    border-color: #2BB039; }
  .amfaq_questions .am-item .am-title {
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    font-weight: 500; }
    .amfaq_questions .am-item .am-title:after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      content: "";
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform 0.2s ease-in-out; }
    .amfaq_questions .am-item .am-title[aria-selected="true"]:after {
      transform: rotate(180deg); }
  .amfaq_questions .am-item .am-content {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
    .amfaq_questions .am-item .am-content .amfaq-question-footer-wrapper, .amfaq_questions .am-item .am-content .amfaq-short-answer-container {
      padding: 0 1rem 1rem; }

.amfaq-search {
  margin: 0;
  position: relative; }
  .amfaq-search .search-autocomplete {
    background-color: #ffffff;
    margin-top: -5px;
    border-radius: 0 0 0.25rem 0.25rem;
    border-left: 1px solid #e3e9ef;
    border-right: 1px solid #e3e9ef;
    border-bottom: 1px solid #e3e9ef;
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.075);
    z-index: 1; }
    .amfaq-search .search-autocomplete ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .amfaq-search .search-autocomplete ul li {
        text-align: left;
        padding: 12px 1rem; }
        .amfaq-search .search-autocomplete ul li.selected {
          background-color: #f6f9fc;
          cursor: pointer; }
        .amfaq-search .search-autocomplete ul li:not(:empty) {
          border: 0;
          border-bottom: 1px solid #F2F2F2; }
        .amfaq-search .search-autocomplete ul li:last-child {
          border: 0; }
        .amfaq-search .search-autocomplete ul li .amfaq-category {
          display: none; }

.no-scroll {
  overflow: hidden;
  height: 100%; }

.margin-0 {
  margin: 0; }

.margin-xs {
  margin: 1rem; }

.margin-s {
  margin: 12px; }

.margin-m {
  margin: 16px; }

.margin-sm {
  margin: 24px; }

.margin-l {
  margin: 32px; }

.margin-sl {
  margin: 40px; }

.margin-xl {
  margin: 48px; }

.margin-auto {
  margin: auto; }

.margin-top-0 {
  margin-top: 0; }

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

.margin-top-s {
  margin-top: 12px; }

.margin-top-m {
  margin-top: 16px; }

.margin-top-sm {
  margin-top: 24px; }

.margin-top-l {
  margin-top: 32px; }

.margin-top-sl {
  margin-top: 40px; }

.margin-top-xl {
  margin-top: 48px; }

.margin-top-auto {
  margin-top: auto; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-bottom-xs {
  margin-bottom: 1rem; }

.margin-bottom-s {
  margin-bottom: 12px; }

.margin-bottom-m {
  margin-bottom: 16px; }

.margin-bottom-sm {
  margin-bottom: 24px; }

.margin-bottom-l {
  margin-bottom: 32px; }

.margin-bottom-sl {
  margin-bottom: 40px; }

.margin-bottom-xl {
  margin-bottom: 48px; }

.margin-bottom-auto {
  margin-bottom: auto; }

.margin-left-0 {
  margin-left: 0; }

.margin-left-xs {
  margin-left: 1rem; }

.margin-left-s {
  margin-left: 12px; }

.margin-left-m {
  margin-left: 16px; }

.margin-left-sm {
  margin-left: 24px; }

.margin-left-l {
  margin-left: 32px; }

.margin-left-sl {
  margin-left: 40px; }

.margin-left-xl {
  margin-left: 48px; }

.margin-left-auto {
  margin-left: auto; }

.margin-right-0 {
  margin-right: 0; }

.margin-right-xs {
  margin-right: 1rem; }

.margin-right-s {
  margin-right: 12px; }

.margin-right-m {
  margin-right: 16px; }

.margin-right-sm {
  margin-right: 24px; }

.margin-right-l {
  margin-right: 32px; }

.margin-right-sl {
  margin-right: 40px; }

.margin-right-xl {
  margin-right: 48px; }

.margin-right-auto {
  margin-right: auto; }

.margin-hz-0 {
  margin-left: 0;
  margin-right: 0; }

.margin-hz-xs {
  margin-left: 1rem;
  margin-right: 1rem; }

.margin-hz-s {
  margin-left: 12px;
  margin-right: 12px; }

.margin-hz-m {
  margin-left: 16px;
  margin-right: 16px; }

.margin-hz-sm {
  margin-left: 24px;
  margin-right: 24px; }

.margin-hz-l {
  margin-left: 32px;
  margin-right: 32px; }

.margin-hz-sl {
  margin-left: 40px;
  margin-right: 40px; }

.margin-hz-xl {
  margin-left: 48px;
  margin-right: 48px; }

.margin-hz-auto {
  margin-left: auto;
  margin-right: auto; }

.margin-vc-0 {
  margin-top: 0;
  margin-bottom: 0; }

.margin-vc-xs {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.margin-vc-s {
  margin-top: 12px;
  margin-bottom: 12px; }

.margin-vc-m {
  margin-top: 16px;
  margin-bottom: 16px; }

.margin-vc-sm {
  margin-top: 24px;
  margin-bottom: 24px; }

.margin-vc-l {
  margin-top: 32px;
  margin-bottom: 32px; }

.margin-vc-sl {
  margin-top: 40px;
  margin-bottom: 40px; }

.margin-vc-xl {
  margin-top: 48px;
  margin-bottom: 48px; }

.margin-vc-auto {
  margin-top: auto;
  margin-bottom: auto; }

.padding-0 {
  padding: 0; }

.padding-xs {
  padding: 1rem; }

.padding-s {
  padding: 12px; }

.padding-m {
  padding: 16px; }

.padding-sm {
  padding: 24px; }

.padding-l {
  padding: 32px; }

.padding-sl {
  padding: 40px; }

.padding-xl {
  padding: 48px; }

.padding-top-0 {
  padding-top: 0; }

.padding-top-xs {
  padding-top: 1rem; }

.padding-top-s {
  padding-top: 12px; }

.padding-top-m {
  padding-top: 16px; }

.padding-top-sm {
  padding-top: 24px; }

.padding-top-l {
  padding-top: 32px; }

.padding-top-sl {
  padding-top: 40px; }

.padding-top-xl {
  padding-top: 48px; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-bottom-xs {
  padding-bottom: 1rem; }

.padding-bottom-s {
  padding-bottom: 12px; }

.padding-bottom-m {
  padding-bottom: 16px; }

.padding-bottom-sm {
  padding-bottom: 24px; }

.padding-bottom-l {
  padding-bottom: 32px; }

.padding-bottom-sl {
  padding-bottom: 40px; }

.padding-bottom-xl {
  padding-bottom: 48px; }

.padding-left-0 {
  padding-left: 0; }

.padding-left-xs {
  padding-left: 1rem; }

.padding-left-s {
  padding-left: 12px; }

.padding-left-m {
  padding-left: 16px; }

.padding-left-sm {
  padding-left: 24px; }

.padding-left-l {
  padding-left: 32px; }

.padding-left-sl {
  padding-left: 40px; }

.padding-left-xl {
  padding-left: 48px; }

.padding-right-0 {
  padding-right: 0; }

.padding-right-xs {
  padding-right: 1rem; }

.padding-right-s {
  padding-right: 12px; }

.padding-right-m {
  padding-right: 16px; }

.padding-right-sm {
  padding-right: 24px; }

.padding-right-l {
  padding-right: 32px; }

.padding-right-sl {
  padding-right: 40px; }

.padding-right-xl {
  padding-right: 48px; }

.padding-hz-0 {
  padding-left: 0;
  padding-right: 0; }

.padding-hz-xs {
  padding-left: 1rem;
  padding-right: 1rem; }

.padding-hz-s {
  padding-left: 12px;
  padding-right: 12px; }

.padding-hz-m {
  padding-left: 16px;
  padding-right: 16px; }

.padding-hz-sm {
  padding-left: 24px;
  padding-right: 24px; }

.padding-hz-l {
  padding-left: 32px;
  padding-right: 32px; }

.padding-hz-sl {
  padding-left: 40px;
  padding-right: 40px; }

.padding-hz-xl {
  padding-left: 48px;
  padding-right: 48px; }

.padding-vc-0 {
  padding-top: 0;
  padding-bottom: 0; }

.padding-vc-xs {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padding-vc-s {
  padding-top: 12px;
  padding-bottom: 12px; }

.padding-vc-m {
  padding-top: 16px;
  padding-bottom: 16px; }

.padding-vc-sm {
  padding-top: 24px;
  padding-bottom: 24px; }

.padding-vc-l {
  padding-top: 32px;
  padding-bottom: 32px; }

.padding-vc-sl {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-vc-xl {
  padding-top: 48px;
  padding-bottom: 48px; }

.border-primary {
  border: 1px solid #e3e9ef; }

.border-secondary {
  border: 1px solid #373f50; }

.border-color-primary {
  border-color: #2BB039; }

.border-color-secondary {
  border-color: #373f50; }

.border-color-light {
  border-color: #dae1e7; }

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

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

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.none-text-transform {
  text-transform: none; }

.bold {
  font-weight: 700; }

.display-none {
  display: none; }

@media all and (max-width: 479px) {
  .display-none-s {
    display: none; } }

@media all and (max-width: 767px) {
  .display-none-m {
    display: none; } }

@media all and (max-width: 1023px) {
  .display-none-l {
    display: none; } }

@media all and (max-width: 1199px) {
  .display-none-xl {
    display: none; } }

.opacity-0 {
  opacity: 0; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.width-full {
  width: 100%; }

.width-full-screen {
  width: 100vw; }

.width-auto {
  width: auto; }

.width-initial {
  width: initial; }

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.store-locator__button-search {
  top: 0; }
  .store-locator__button-search.-hidden {
    display: none; }

.store-locator__today-label {
  font-size: 0.75rem; }
  @media all and (min-width: 768px) {
    .store-locator__today-label {
      font-size: 0.875rem; } }

@media all and (min-width: 768px) {
  .store-locator__stores {
    flex-direction: column; } }

@media all and (min-width: 1200px) {
  .store-locator__stores {
    flex-direction: row; } }

.store-locator .amlocator-search-container .amlocator-title {
  margin: 0 0 16px 0; }
  .store-locator .amlocator-search-container .amlocator-title .amlocator-link {
    word-break: keep-all; }

.store-locator .amlocator-search-container {
  border: 1px;
  background-color: transparent;
  border-width: 1px;
  padding: 0 0 16px 0;
  margin: 0 0 16px 0; }

.store-locator .amlocator-filters-container {
  background-color: transparent;
  padding: 0 0 16px 0;
  margin: 0 0 16px 0; }

.store-locator .amlocator-store-desc {
  background-color: #fbfbfb; }
  .store-locator .amlocator-store-desc.-active {
    background-color: #fbfbfb;
    color: #2BB039;
    border: 2px solid #e3e9ef; }
    .store-locator .amlocator-store-desc.-active .amlocator-title .amlocator-link {
      color: #2BB039; }
    .store-locator .amlocator-store-desc.-active .amlocator-schedule-table {
      color: #2BB039; }
    .store-locator .amlocator-store-desc.-active + .amlocator-schedule-container {
      background-color: #dae1e7; }
    .store-locator .amlocator-store-desc.-active .amlocator-today {
      color: #2BB039;
      background-color: #dae1e7; }
      @media all and (min-width: 768px) and (max-width: 1200px) {
        .store-locator .amlocator-store-desc.-active .amlocator-today {
          flex-wrap: wrap; } }
      @media all and (min-width: 768px) and (max-width: 1200px) {
        .store-locator .amlocator-store-desc.-active .amlocator-today .amlocator-time {
          width: 100%;
          justify-content: space-between; } }

.store-locator .amlocator-attribute-wrapper .amlocator-input {
  margin: 1rem 0; }

.store-locator .amlocator-schedule-table {
  margin: 16px 0 0 0; }

.store-locator .amlocator-description {
  margin: 1rem 0 0 0; }

.store-locator .amlocator-info-popup {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6; }

.store-locator .amlocator-description p {
  font-size: 0.875rem; }

.store-locator .input__field, .store-locator .quote-items .quote-table-items .input-text, .quote-items .quote-table-items .store-locator .input-text, .store-locator .my-orders__field-wrapper input, .my-orders__field-wrapper .store-locator input, .store-locator .page-main .product-view .yotpo input, .page-main .product-view .yotpo .store-locator input,
.store-locator .page-main .product-view .yotpo textarea, .page-main .product-view .yotpo .store-locator textarea {
  font-size: 0.875rem; }

.store-locator.amlocator-main-container .amlocator-search-container .amlocator-button,
.store-locator.amlocator-main-container .amlocator-filters-container .amlocator-button {
  color: #ffffff;
  background-color: #2BB039;
  border: 1px solid #2BB039;
  font-weight: 700;
  min-height: 48px;
  padding: 0 32px; }
  .store-locator.amlocator-main-container .amlocator-search-container .amlocator-button:hover, .store-locator.amlocator-main-container .amlocator-search-container .amlocator-button:focus, .store-locator.amlocator-main-container .amlocator-search-container .amlocator-button.focus-visible,
  .store-locator.amlocator-main-container .amlocator-filters-container .amlocator-button:hover,
  .store-locator.amlocator-main-container .amlocator-filters-container .amlocator-button:focus,
  .store-locator.amlocator-main-container .amlocator-filters-container .amlocator-button.focus-visible {
    background-color: #2BB039; }

.store-locator.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
  color: #ffffff;
  background-color: #2BB039; }
  .store-locator.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover, .store-locator.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus, .store-locator.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby.focus-visible {
    background-color: #2BB039; }

.store-locator.amlocator-main-container .amlocator-filters-container .amlocator-select[multiple] {
  background-image: none; }

.store-locator.amlocator-main-container .amlocator-filters-container .amlocator-clear {
  color: #2BB039; }
  .store-locator.amlocator-main-container .amlocator-filters-container .amlocator-clear:hover, .store-locator.amlocator-main-container .amlocator-filters-container .amlocator-clear:focus, .store-locator.amlocator-main-container .amlocator-filters-container .amlocator-clear.focus-visible {
    color: #ffffff; }

.store-locator .amlocator-current-location .amlocator-text {
  height: 48px; }
  .store-locator .amlocator-current-location .amlocator-text:hover, .store-locator .amlocator-current-location .amlocator-text:focus, .store-locator .amlocator-current-location .amlocator-text.ficus-visible {
    border: 1px solid #e3e9ef; }

.amlocator-location-container .amlocator-modes {
  border: none; }

.amlocator-location-container .amlocator-column .amlocator-button {
  color: #ffffff;
  border: 1px solid #2BB039;
  font-weight: 700;
  background-color: #2BB039; }
  .amlocator-location-container .amlocator-column .amlocator-button:hover, .amlocator-location-container .amlocator-column .amlocator-button:focus, .amlocator-location-container .amlocator-column .amlocator-button.focus-visible {
    color: #ffffff;
    background-color: #2BB039; }

.amlocator-location-container .amlocator-route-creator {
  background-color: #2BB039; }
  .amlocator-location-container .amlocator-route-creator .amlocator-mode,
  .amlocator-location-container .amlocator-route-creator .amlocator-swap {
    display: unset;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
    .amlocator-location-container .amlocator-route-creator .amlocator-mode + .amlocator-label,
    .amlocator-location-container .amlocator-route-creator .amlocator-swap + .amlocator-label {
      opacity: 0.5; }
    .amlocator-location-container .amlocator-route-creator .amlocator-mode:focus-visible + .amlocator-label,
    .amlocator-location-container .amlocator-route-creator .amlocator-swap:focus-visible + .amlocator-label {
      opacity: 1;
      outline-offset: -1px;
      outline: 2px solid #00CEAA; }
  .amlocator-location-container .amlocator-route-creator .amlocator-mode:checked + .amlocator-label,
  .amlocator-location-container .amlocator-route-creator .amlocator-mode:focus + .amlocator-label,
  .amlocator-location-container .amlocator-route-creator .amlocator-mode + .amlocator-label:hover {
    background-color: #373f50; }
  .amlocator-location-container .amlocator-route-creator .amlocator-route-icon .amlocator-icon.-dot {
    opacity: 0.5;
    background-color: #ffffff; }

.amlocator-location-container .amlocator-location-gallery .amlocator-image {
  object-fit: cover; }

.amlocator-location-container .amlocator-review-popup .review-field-text textarea {
  width: 100%; }

.amlocator-location-container .amlocator-review-popup .review-form-actions .action.submit.primary {
  background-color: #2BB039; }
  .amlocator-location-container .amlocator-review-popup .review-form-actions .action.submit.primary:hover, .amlocator-location-container .amlocator-review-popup .review-form-actions .action.submit.primary:focus, .amlocator-location-container .amlocator-review-popup .review-form-actions .action.submit.primary.focus-visible {
    color: #ffffff;
    background-color: #2BB039; }

.amlocator-location-container .amlocator-review-popup .review-rating-row {
  display: flex;
  align-items: center; }
  .amlocator-location-container .amlocator-review-popup .review-rating-row .radio {
    margin: 0 1rem 1rem 0; }

.amlocator-location-container .amlocator-attributes-wrapper {
  margin-top: 16px; }
  @media all and (min-width: 768px) {
    .amlocator-location-container .amlocator-attributes-wrapper {
      margin-top: 0; } }

.amlocator-location-container .amlocator-attributes-container {
  display: block; }

.amlocator-schedule-container {
  background-color: #fbfbfb; }
  .amlocator-schedule-container .amlocator-today {
    min-height: 48px;
    align-items: center; }
    .amlocator-schedule-container .amlocator-today:before {
      display: none; }

.amlocator-range-slider {
  margin: 60px 0 16px 0;
  background-color: #dae1e7 !important; }
  .amlocator-range-slider .noUi-tooltip {
    display: block;
    font-size: 0.875rem; }
  .amlocator-range-slider .ui-slider-handle {
    display: none; }

input.amgift-card__content-button:hover, input.amgift-card__content-button.focus-visible {
  color: #2BB039;
  border: 2px solid #2BB039; }

.amgift-card .amcard-image-container {
  padding: 0 16px 0 0; }

.amgift-card .amcard-image {
  cursor: pointer;
  border: 2px solid #ffffff; }
  .amgift-card .amcard-image.-active {
    border-color: #2BB039; }

.amgift-card .amcard-form-container.-interior {
  margin: 0 0 16px 0; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }

._block-content-loading {
  position: relative; }

.loader-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.modal-popup,
.modal-slide {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }
  .modal-popup._show,
  .modal-slide._show {
    visibility: visible; }
    .modal-popup._show .modal-inner-wrap,
    .modal-slide._show .modal-inner-wrap {
      transform: translate(0, 0); }
  .modal-popup .modal-inner-wrap,
  .modal-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto; }
    .modal-popup .modal-inner-wrap .modal__close-button-icon,
    .modal-slide .modal-inner-wrap .modal__close-button-icon {
      fill: #000; }

.modal-slide {
  left: 0; }
  @media all and (min-width: 768px) {
    .modal-slide {
      left: 72px; } }
  .modal-slide._show .modal-inner-wrap {
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-footer,
  .modal-slide._inner-scroll .modal-header {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-content,
  .modal-slide .modal-footer,
  .modal-slide .modal-header {
    padding: 0 41px 41px; }
  .modal-slide .modal-header {
    padding-bottom: 33px;
    padding-top: 33px; }

.modal-popup {
  left: 0;
  overflow-y: auto; }
  .modal-popup.modal-slide {
    left: 0; }
    @media all and (min-width: 768px) {
      .modal-popup.modal-slide {
        left: 72px; } }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; }
    @media all and (min-width: 768px) {
      .modal-popup.modal-slide {
        left: 0;
        overflow-y: auto; }
        .modal-popup.modal-slide._show .modal-inner-wrap {
          transform: translateY(0); }
        .modal-popup.modal-slide .modal-inner-wrap {
          margin: 80px auto;
          width: 75%;
          display: flex;
          flex-direction: column;
          box-sizing: border-box;
          height: auto;
          left: 0;
          position: absolute;
          right: 0;
          transform: translateY(-200%);
          transition-duration: 0.2s;
          transition-timing-function: ease; } }
  .modal-popup._show .modal-inner-wrap {
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 80px auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition-duration: 0.2s;
    transition-timing-function: ease; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-content,
  .modal-popup .modal-footer,
  .modal-popup .modal-header {
    padding-left: 15px;
    padding-right: 15px; }
    @media all and (min-width: 768px) {
      .modal-popup .modal-content,
      .modal-popup .modal-footer,
      .modal-popup .modal-header {
        padding-left: 30px;
        padding-right: 30px; } }
  .modal-popup .modal-footer,
  .modal-popup .modal-header {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-top: 48px;
    padding-bottom: 16px; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 30px;
    padding-top: 30px; }
  .modal-popup .modal-footer-actions {
    text-align: right; }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: transparent; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #21872c; }

.modal-popup.modal-slide._inner-scroll._show {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  height: auto;
  min-height: 100%; }

@media all and (min-width: 768px) {
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: 0; }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #d3d3d3;
    text-align: right; }
  .modal-popup .action-close {
    padding: 30px; } }

.modal-popup .heading--page {
  margin-top: 0; }

.modal-popup .action.primary, .modal-popup .action.secondary {
  width: auto; }

.modal-slide .action-close {
  padding: 17px 14px; }

.modal-slide .page-main-actions {
  margin-bottom: 18px;
  margin-top: 33px; }

.modals-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom {
  height: 100vh;
  overflow: hidden;
  width: 100vw; }
  body._has-modal-custom .modal-custom-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.7); }

@media all and (min-width: 768px) {
  body._has-modal-custom {
    height: 100%;
    overflow: hidden;
    width: 100%; }
    body._has-modal-custom .modal-custom-overlay {
      height: 100vh;
      left: 0;
      position: fixed;
      top: 0;
      width: 100vw; } }

@media all and (max-width: 767px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    left: 0; }
    .custom-slide._show {
      visibility: visible; }
      .custom-slide._show .modal-inner-wrap {
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #ffffff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
      .custom-slide .modal-inner-wrap .modal__close-button-icon {
        fill: #000; } }
  @media all and (max-width: 767px) and (min-width: 768px) {
    .custom-slide {
      left: 72px; } }

@media all and (max-width: 767px) {
    .custom-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
    .custom-slide .modal-inner-wrap {
      background-color: #ffffff;
      box-sizing: border-box;
      height: auto;
      min-height: 100%; } }

.fotorama {
  width: 100%; }
  .fotorama .fotorama__nav-wrap {
    display: flex; }
    @media all and (min-width: 768px) {
      .fotorama .fotorama__nav-wrap {
        display: block; } }
    .fotorama .fotorama__nav-wrap--vertical .fotorama__active, .fotorama .fotorama__nav-wrap--horizontal .fotorama__active {
      box-sizing: border-box; }
      .fotorama .fotorama__nav-wrap--vertical .fotorama__active.fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .fotorama__active.fotorama__nav__frame--thumb {
        border-width: 2px; }
    .fotorama .fotorama__nav-wrap--vertical .fotorama__arr--disabled, .fotorama .fotorama__nav-wrap--horizontal .fotorama__arr--disabled {
      display: none !important; }
    .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
      background-color: #ffffff; }
      .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
        background-image: url("../images/fotorama/angle-up.svg"); }
      .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
        background-image: url("../images/fotorama/angle-down.svg"); }
    .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      position: relative;
      height: 24px;
      width: 24px;
      padding: 0;
      margin: auto;
      background-position: center;
      fill: #2BB039; }
    .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
      position: relative;
      height: 24px;
      width: 24px;
      padding: 0;
      margin: auto;
      background-position: center;
      fill: #2BB039; }
  .fotorama .fotorama__stage {
    padding-bottom: 16px; }
    @media all and (min-width: 768px) {
      .fotorama .fotorama__stage {
        padding-bottom: 0;
        margin-bottom: 16px; } }
    @media all and (min-width: 1024px) {
      .fotorama .fotorama__stage {
        margin-left: 16px;
        margin-bottom: 0; } }
    @media all and (min-width: 1200px) {
      .fotorama .fotorama__stage {
        margin-left: 48px; } }
  .fotorama .fotorama__stage.fotorama__shadows--top:before, .fotorama .fotorama__stage.fotorama__shadows--bottom:before, .fotorama .fotorama__stage.fotorama__shadows--right:before, .fotorama .fotorama__stage.fotorama__shadows--left:before,
  .fotorama .fotorama__nav.fotorama__shadows--top:before,
  .fotorama .fotorama__nav.fotorama__shadows--bottom:before,
  .fotorama .fotorama__nav.fotorama__shadows--right:before,
  .fotorama .fotorama__nav.fotorama__shadows--left:before {
    background-image: none; }
  .fotorama .fotorama__stage.fotorama__shadows--top:after, .fotorama .fotorama__stage.fotorama__shadows--bottom:after, .fotorama .fotorama__stage.fotorama__shadows--right:after, .fotorama .fotorama__stage.fotorama__shadows--left:after,
  .fotorama .fotorama__nav.fotorama__shadows--top:after,
  .fotorama .fotorama__nav.fotorama__shadows--bottom:after,
  .fotorama .fotorama__nav.fotorama__shadows--right:after,
  .fotorama .fotorama__nav.fotorama__shadows--left:after {
    background-image: none; }
  .fotorama .fotorama-video-container {
    cursor: pointer; }
    .fotorama .fotorama-video-container.video-unplayed:after {
      content: '';
      position: absolute;
      top: 12px;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100px;
      height: 100px;
      margin: auto;
      opacity: 0.8;
      background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right; }
    .fotorama .fotorama-video-container.video-unplayed:hover:after {
      opacity: 1; }
    .fotorama .fotorama-video-container.fotorama__product-video--loaded .product-video {
      display: block;
      width: 100%;
      height: 100%; }
    .fotorama .fotorama-video-container .product-video {
      display: none; }
    .fotorama .fotorama-video-container .fotorama__img {
      pointer-events: none; }
  .fotorama .fotorama__thumb-border {
    display: none; }
  .fotorama__wrapper {
    width: 100%; }
    .fotorama__wrapper:not(._block-content-loading) {
      padding: 0 !important; }
    .fotorama__wrapper._block-content-loading {
      margin-bottom: 30px; }
      @media all and (min-width: 768px) {
        .fotorama__wrapper._block-content-loading {
          margin-bottom: 0; } }
      .fotorama__wrapper._block-content-loading .fotorama__nav--dots,
      .fotorama__wrapper._block-content-loading .fotorama__nav--thumbs {
        position: absolute;
        bottom: 0;
        opacity: 0; }
        @media all and (min-width: 1024px) {
          .fotorama__wrapper._block-content-loading .fotorama__nav--dots,
          .fotorama__wrapper._block-content-loading .fotorama__nav--thumbs {
            position: relative; } }
      .fotorama__wrapper._block-content-loading .loader {
        background-color: transparent; }
      @media all and (min-width: 1024px) {
        .fotorama__wrapper._block-content-loading {
          margin-left: 66px; }
          .fotorama__wrapper._block-content-loading > *:not(.loader) {
            opacity: 0; } }
      @media all and (min-width: 1200px) {
        .fotorama__wrapper._block-content-loading {
          margin-left: 98px; } }

.account .modal-container {
  display: none; }

.swal2-container .swal2-popup {
  border-radius: 0; }
  .swal2-container .swal2-popup .swal2-title {
    color: #2BB039; }
  .swal2-container .swal2-popup .swal2-content p {
    font-size: 0.875rem; }
  .swal2-container .swal2-popup .swal2-close {
    color: #2BB039; }
    .swal2-container .swal2-popup .swal2-close:hover, .swal2-container .swal2-popup .swal2-close.focus-visible {
      color: #2BB039; }
  .swal2-container .swal2-popup .swal2-actions {
    flex-wrap: nowrap; }
  .swal2-container .swal2-popup .swal2-cancel,
  .swal2-container .swal2-popup .swal2-confirm {
    flex: 1 0 50%;
    margin: 0 1rem; }

.webforms .form .actions-toolbar,
.webforms .form .fieldset,
.webforms .form .field {
  padding: 0;
  float: none; }

.webforms .form .validation-advice__number {
  margin: -1rem 0 16px; }

.webforms .form .please-wait {
  display: flex;
  padding: 1rem 16px;
  align-items: center;
  justify-content: center;
  height: 100%; }

.webforms .webforms-field {
  float: none; }

.webforms__modal-container {
  overflow: auto; }

.webforms__modal-content {
  padding-top: 24px; }

@font-face {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  src: url("${icons-pagebuilder__font-path}.eot");
  src: url("${icons-pagebuilder__font-path}.eot?#iefix") format("embedded-opentype"), url("${icons-pagebuilder__font-path}.woff") format("woff"), url("${icons-pagebuilder__font-path}.ttf") format("truetype"); }

.pagebuilder-icon, .slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none; }

[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  display: inline-block;
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle; }

.pagebuilder-icon-down:before {
  content: ""; }

.pagebuilder-icon-next:before {
  content: ""; }

.pagebuilder-icon-prev:before {
  content: ""; }

.pagebuilder-icon-up:before {
  content: ""; }

.product-full-width-section {
  padding: 0.5em 0; }
  .product-full-width-section .block.review-add {
    margin-top: 2.7rem; }

.page-layout-product-full-width .block.related {
  margin-top: 2.7rem; }

.page-main-details .product-section-title {
  border-bottom: 1px solid #fbfbfb;
  margin-bottom: 16px;
  padding-bottom: 16px; }

.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0; }

.row-type-cards figure[data-content-type="image"] {
  position: relative; }
  .row-type-cards figure[data-content-type="image"] a {
    background-color: #ffffff;
    border-radius: 0.25rem;
    padding: calc(1rem * 2);
    margin-bottom: 1rem; }
    .row-type-cards figure[data-content-type="image"] a picture img,
    .row-type-cards figure[data-content-type="image"] a img {
      aspect-ratio: 1 / 1;
      object-fit: contain; }

@media (min-width: 768px) {
  .row-type-cards .pagebuilder-column-line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .row-type-cards .pagebuilder-column-line .pagebuilder-column {
      max-width: 33.3333%; } }

[data-content-type="row"].row-text-image [data-content-type="image"],
[data-content-type="row"].row-text-image img,
[data-content-type="row"].row-text-image picture,
[data-content-type="row"].row-image-text [data-content-type="image"],
[data-content-type="row"].row-image-text img,
[data-content-type="row"].row-image-text picture {
  height: 100% !important;
  object-fit: cover; }

[data-content-type="row"].row-text-image [data-content-type="column"]:first-child {
  padding: 1.5rem; }
  @media (min-width: 1200px) {
    [data-content-type="row"].row-text-image [data-content-type="column"]:first-child {
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
  @media (min-width: 1200px) {
    [data-content-type="row"].row-text-image [data-content-type="column"]:first-child {
      padding-left: calc(((100vw - 1140px) / 2) + ((1.5rem / 2))); } }
  @media (min-width: 1400px) {
    [data-content-type="row"].row-text-image [data-content-type="column"]:first-child {
      padding-left: calc(((100vw - 1320px) / 2) + ((1.5rem / 2))); } }

[data-content-type="row"].row-text-image [data-content-type="column"]:last-child {
  padding: 0; }

[data-content-type="row"].row-image-text [data-content-type="column"]:last-child {
  padding: 1.5rem; }
  @media (min-width: 1200px) {
    [data-content-type="row"].row-image-text [data-content-type="column"]:last-child {
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
  @media (min-width: 1200px) {
    [data-content-type="row"].row-image-text [data-content-type="column"]:last-child {
      padding-right: calc(((100vw - 1140px) / 2) + ((1.5rem / 2))); } }
  @media (min-width: 1400px) {
    [data-content-type="row"].row-image-text [data-content-type="column"]:last-child {
      padding-right: calc(((100vw - 1320px) / 2) + ((1.5rem / 2))); } }

[data-content-type="row"].row-image-text [data-content-type="column"]:first-child {
  padding: 0; }

@media (max-width: 767.98px) {
  [data-content-type="row"].row-type-banners {
    overflow: hidden; }
    [data-content-type="row"].row-type-banners > .row-full-width-inner {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      [data-content-type="row"].row-type-banners > .row-full-width-inner .pagebuilder-column-line {
        padding-right: calc(1.5rem * 0.5);
        padding-left: calc(1.5rem * 0.5);
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        padding-left: 0;
        padding-right: 0; }
        [data-content-type="row"].row-type-banners > .row-full-width-inner .pagebuilder-column-line .pagebuilder-column {
          flex-shrink: 0;
          max-width: 85%;
          margin-bottom: 0;
          scroll-snap-align: start; }
        [data-content-type="row"].row-type-banners > .row-full-width-inner .pagebuilder-column-line:last-child {
          margin-top: var(--bs-gutter-y); }
          [data-content-type="row"].row-type-banners > .row-full-width-inner .pagebuilder-column-line:last-child .pagebuilder-column {
            max-width: 45%; }
            [data-content-type="row"].row-type-banners > .row-full-width-inner .pagebuilder-column-line:last-child .pagebuilder-column [data-content-type="banner"] .pagebuilder-overlay {
              min-height: 100px !important;
              aspect-ratio: 1 / 1; } }

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

.slick-prev {
  left: 2rem; }
  .slick-prev:before {
    content: '\f103';
    padding-right: 5px; }

.slick-next {
  right: 2rem; }
  .slick-next:before {
    content: '\f102';
    padding-left: 5px; }

.slick-prev,
.slick-next {
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.2; }
  .slick-prev:hover,
  .slick-next:hover {
    background: #fcfcfc;
    border: none; }
    .slick-prev:hover.slick-disabled,
    .slick-next:hover.slick-disabled {
      opacity: 0.2; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      color: #fbfbfb; }
  .slick-prev:before, .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    color: #fbfbfb;
    font-size: 38px;
    opacity: 1; }
  .slick-prev:active, .slick-prev:focus, .slick-prev:not(.primary),
  .slick-next:active,
  .slick-next:focus,
  .slick-next:not(.primary) {
    background: rgba(252, 252, 252, 0.7);
    border: none;
    box-shadow: none; }
    .slick-prev:active:active, .slick-prev:focus:active, .slick-prev:not(.primary):active,
    .slick-next:active:active,
    .slick-next:focus:active,
    .slick-next:not(.primary):active {
      box-shadow: none; }

.slick-dots {
  bottom: -30px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 14px; }
    .slick-dots li button {
      background: #ffffff;
      border: 1px solid #fbfbfb;
      border-radius: 10px;
      box-shadow: none;
      cursor: pointer;
      display: block;
      height: 14px;
      padding: 0;
      text-indent: -99999px;
      transition: 0.3s;
      width: 14px; }
      .slick-dots li button:hover {
        border: 1px solid #fbfbfb; }
      .slick-dots li button:active, .slick-dots li button:focus, .slick-dots li button:not(.primary) {
        box-shadow: none; }
    .slick-dots li.slick-active button {
      background: #2BB039; }

[data-content-type="banner"] .pagebuilder-banner-wrapper {
  position: relative; }
  [data-content-type="banner"] .pagebuilder-banner-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(55, 63, 80, 0.75), rgba(0, 0, 0, 0));
    transition: all 0.2s ease-in-out;
    opacity: 0.5; }

[data-content-type="banner"] .pagebuilder-overlay {
  position: relative;
  z-index: 2; }
  [data-content-type="banner"] .pagebuilder-overlay h1, [data-content-type="banner"] .pagebuilder-overlay .h1, [data-content-type="banner"] .pagebuilder-overlay h2, [data-content-type="banner"] .pagebuilder-overlay .h2, [data-content-type="banner"] .pagebuilder-overlay h3, [data-content-type="banner"] .pagebuilder-overlay .h3, [data-content-type="banner"] .pagebuilder-overlay .row-type-cards figure[data-content-type="image"] figcaption, .row-type-cards figure[data-content-type="image"] [data-content-type="banner"] .pagebuilder-overlay figcaption, [data-content-type="banner"] .pagebuilder-overlay h4, [data-content-type="banner"] .pagebuilder-overlay .h4, [data-content-type="banner"] .pagebuilder-overlay h5, [data-content-type="banner"] .pagebuilder-overlay .h5, [data-content-type="banner"] .pagebuilder-overlay h6, [data-content-type="banner"] .pagebuilder-overlay .h6, [data-content-type="banner"] .pagebuilder-overlay p, [data-content-type="banner"] .pagebuilder-overlay span {
    color: #ffffff; }
  [data-content-type="banner"] .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center; }
  [data-content-type="banner"] .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: max-content; }

[data-content-type="banner"] a:hover .pagebuilder-banner-wrapper:before {
  opacity: 1; }

[data-appearance="collage-centered"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

[data-appearance="collage-left"] .pagebuilder-banner-wrapper:before {
  background: linear-gradient(90deg, rgba(55, 63, 80, 0.75), rgba(0, 0, 0, 0)); }

[data-appearance="collage-left"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
  padding-left: calc(15px + (1.5rem / 2));
  padding-right: calc(15px + (1.5rem / 2)); }
  @media (min-width: 1200px) {
    [data-appearance="collage-left"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
      margin-left: calc(((100vw - 1140px) / 2) + calc(var(--bs-gutter-x) * .5)); } }
  @media (min-width: 1400px) {
    [data-appearance="collage-left"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
      margin-left: calc(((100vw - 1320px) / 2) + calc(var(--bs-gutter-x) * .5)); } }

[data-appearance="collage-right"] .pagebuilder-banner-wrapper:before {
  background: linear-gradient(-90deg, rgba(55, 63, 80, 0.75), rgba(0, 0, 0, 0)); }

[data-appearance="collage-right"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  padding-left: calc(15px + (1.5rem / 2));
  padding-right: calc(15px + (1.5rem / 2)); }
  @media (min-width: 1200px) {
    [data-appearance="collage-right"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
      margin-right: calc(((100vw - 1140px) / 2) + calc(var(--bs-gutter-x) * .5)); } }
  @media (min-width: 1400px) {
    [data-appearance="collage-right"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
      margin-right: calc(((100vw - 1320px) / 2) + calc(var(--bs-gutter-x) * .5)); } }

[data-content-type="banner"] > [data-element="link"],
[data-content-type="banner"] > [data-element="empty_link"] {
  color: inherit;
  text-decoration: inherit;
  display: block; }
  [data-content-type="banner"] > [data-element="link"]:hover,
  [data-content-type="banner"] > [data-element="empty_link"]:hover {
    color: inherit;
    text-decoration: inherit; }

.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .pagebuilder-banner-wrapper .pagebuilder-overlay {
    padding: 32px;
    transition: background-color 500ms ease; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: 540px; }
  .pagebuilder-banner-wrapper [data-element="content"] {
    min-height: 50px; }
  .pagebuilder-banner-wrapper .pagebuilder-banner-button {
    margin: 16px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word; }

@media all and (max-width: 767px) {
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: none; } }

.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%; }

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0; }

[data-content-type='buttons'][data-appearance='inline'] [data-content-type='button-item']:not(:last-child) {
  margin-right: 4px; }

[data-content-type='button-item'] {
  max-width: 100%; }
  [data-content-type='button-item'] [data-element='link'],
  [data-content-type='button-item'] [data-element='empty_link'] {
    max-width: 100%;
    word-wrap: break-word; }
  [data-content-type='button-item'] [data-element='empty_link'] {
    cursor: default; }

a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  display: inline-flex !important;
  box-shadow: none; }

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  display: inline-flex !important;
  box-shadow: none;
  text-decoration: none; }

a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  display: inline-flex !important;
  box-shadow: none;
  text-decoration: none; }

.pagebuilder-column-group {
  display: flex;
  flex-wrap: wrap; }
  .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: wrap; }
  .pagebuilder-column-group .pagebuilder-column {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); }
    .pagebuilder-column-group .pagebuilder-column:empty {
      display: none !important; }

.page-layout-cms-full-width .pagebuilder-column {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5); }

@media all and (max-width: 767px) {
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%; } }

@media all and (min-width: 320px) and (max-width: 768px) {
  .pagebuilder-column[data-columns-mobile="1"] {
    flex: 0 0 auto;
    width: 8.33333% !important; }
  .pagebuilder-column[data-columns-mobile="2"] {
    flex: 0 0 auto;
    width: 16.66667% !important; }
  .pagebuilder-column[data-columns-mobile="3"] {
    flex: 0 0 auto;
    width: 25% !important; }
  .pagebuilder-column[data-columns-mobile="4"] {
    flex: 0 0 auto;
    width: 33.33333% !important; }
  .pagebuilder-column[data-columns-mobile="5"] {
    flex: 0 0 auto;
    width: 41.66667% !important; }
  .pagebuilder-column[data-columns-mobile="6"] {
    flex: 0 0 auto;
    width: 50% !important; }
  .pagebuilder-column[data-columns-mobile="7"] {
    flex: 0 0 auto;
    width: 58.33333% !important; }
  .pagebuilder-column[data-columns-mobile="8"] {
    flex: 0 0 auto;
    width: 66.66667% !important; }
  .pagebuilder-column[data-columns-mobile="9"] {
    flex: 0 0 auto;
    width: 75% !important; }
  .pagebuilder-column[data-columns-mobile="10"] {
    flex: 0 0 auto;
    width: 83.33333% !important; }
  .pagebuilder-column[data-columns-mobile="11"] {
    flex: 0 0 auto;
    width: 91.66667% !important; }
  .pagebuilder-column[data-columns-mobile="12"] {
    flex: 0 0 auto;
    width: 100% !important; } }

@media all and (min-width: 768px) and (max-width: 1024px) {
  .pagebuilder-column[data-columns-tablet="1"] {
    flex: 0 0 auto;
    width: 8.33333% !important; }
  .pagebuilder-column[data-columns-tablet="2"] {
    flex: 0 0 auto;
    width: 16.66667% !important; }
  .pagebuilder-column[data-columns-tablet="3"] {
    flex: 0 0 auto;
    width: 25% !important; }
  .pagebuilder-column[data-columns-tablet="4"] {
    flex: 0 0 auto;
    width: 33.33333% !important; }
  .pagebuilder-column[data-columns-tablet="5"] {
    flex: 0 0 auto;
    width: 41.66667% !important; }
  .pagebuilder-column[data-columns-tablet="6"] {
    flex: 0 0 auto;
    width: 50% !important; }
  .pagebuilder-column[data-columns-tablet="7"] {
    flex: 0 0 auto;
    width: 58.33333% !important; }
  .pagebuilder-column[data-columns-tablet="8"] {
    flex: 0 0 auto;
    width: 66.66667% !important; }
  .pagebuilder-column[data-columns-tablet="9"] {
    flex: 0 0 auto;
    width: 75% !important; }
  .pagebuilder-column[data-columns-tablet="10"] {
    flex: 0 0 auto;
    width: 83.33333% !important; }
  .pagebuilder-column[data-columns-tablet="11"] {
    flex: 0 0 auto;
    width: 91.66667% !important; }
  .pagebuilder-column[data-columns-tablet="12"] {
    flex: 0 0 auto;
    width: 100% !important; } }

[data-content-type='heading'] {
  word-wrap: break-word; }

[data-content-type='html'] {
  word-wrap: break-word; }

figure[data-content-type='image'] {
  margin-bottom: 0; }
  figure[data-content-type='image'] img {
    width: 100%; }
  figure[data-content-type='image'] > [data-element='link'],
  figure[data-content-type='image'] > [data-element='link'] img {
    border-radius: inherit; }
  figure[data-content-type='image'] figcaption {
    word-wrap: break-word; }

[data-content-type='column'] [data-content-type='image'] {
  overflow: hidden; }

.catalog-top figure[data-content-type='image'].employee {
  margin-top: -4.5rem; }

.pagebuilder-mobile-only {
  max-height: 60vw;
  object-fit: contain; }

[data-content-type='map'] {
  height: 300px; }

[data-content-type="products"] .products-grid .product-items .product-grid-item img {
  mix-blend-mode: multiply; }

[data-content-type="products"] .products-grid .product-items .product-grid-item__link {
  mix-blend-mode: multiply; }

[data-content-type="products"] .products-grid .product-items .product-grid-item .price-box .price {
  display: flex;
  align-items: center; }
  [data-content-type="products"] .products-grid .product-items .product-grid-item .price-box .price > span {
    color: #ffffff; }

@media all and (max-width: 767px) {
  [data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
    background-attachment: scroll !important; } }

[data-content-type="row"][data-appearance="contained"] {
  margin-left: auto;
  margin-right: auto;
  width: calc(100%);
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5); }
  @media (min-width: 1200px) {
    [data-content-type="row"][data-appearance="contained"] {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    [data-content-type="row"][data-appearance="contained"] {
      max-width: 1320px; } }

@media all and (max-width: 767px) {
  [data-content-type="row"][data-appearance="full-bleed"] {
    background-attachment: scroll !important; } }

[data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100%);
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5); }
  @media (min-width: 1200px) {
    [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
      max-width: 1320px; } }

@media all and (max-width: 767px) {
  [data-content-type="row"][data-appearance="full-width"] {
    background-attachment: scroll !important; } }

[data-content-type="row"] {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem; }
  @media (max-width: 767.98px) {
    [data-content-type="row"] {
      --bs-gutter-x: 0.75rem;
      --bs-gutter-y: 1rem; } }
  [data-content-type="row"] .pagebuilder-column-group {
    margin-left: calc(-0.5*var(--bs-gutter-x));
    margin-right: calc(-0.5*var(--bs-gutter-x)); }
  @media (min-width: 768px) {
    [data-content-type="row"] .pagebuilder-column-line:not(:last-child) {
      margin-bottom: var(--bs-gutter-y); } }
  @media (max-width: 767.98px) {
    [data-content-type="row"] .pagebuilder-column-line .pagebuilder-column:not(:last-child) {
      margin-bottom: var(--bs-gutter-y); } }

[data-content-type="slide"] {
  min-height: inherit;
  overflow: hidden; }
  [data-content-type="slide"] > [data-element="link"],
  [data-content-type="slide"] > [data-element="empty_link"] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit; }
    [data-content-type="slide"] > [data-element="link"]:hover,
    [data-content-type="slide"] > [data-element="empty_link"]:hover {
      color: inherit;
      text-decoration: inherit; }

.pagebuilder-slide-wrapper {
  border-radius: inherit;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: flex;
  align-items: center; }
  .pagebuilder-slide-wrapper .pagebuilder-overlay {
    border-radius: inherit;
    padding: 32px;
    transition: background-color 500ms ease; }
    .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
      align-items: center;
      display: flex;
      justify-content: center;
      min-height: inherit; }
      @media (min-width: 1200px) {
        .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
          width: 100%;
          max-width: 1140px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 1400px) {
        .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
          width: 100%;
          max-width: 1320px;
          margin-left: auto;
          margin-right: auto; } }
    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: max-content;
      width: 100%; }
  .pagebuilder-slide-wrapper [data-element="content"] {
    min-height: 50px; }
  .pagebuilder-slide-wrapper .pagebuilder-slide-button {
    margin: 16px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word; }

@media all and (max-width: 768px) {
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none; } }

.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%; }

[data-appearance="collage-right"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  padding-left: calc(15px + (1.5rem / 2));
  padding-right: calc(15px + (1.5rem / 2)); }
  @media (min-width: 1200px) {
    [data-appearance="collage-right"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
      margin-right: calc(((100vw - 1140px) / 2)); } }
  @media (min-width: 1400px) {
    [data-appearance="collage-right"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
      margin-right: calc(((100vw - 1320px) / 2)); } }

[data-appearance="collage-left"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
  padding-left: calc(15px + (1.5rem / 2));
  padding-right: calc(15px + (1.5rem / 2)); }
  @media (min-width: 1200px) {
    [data-appearance="collage-left"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
      margin-left: calc(((100vw - 1140px) / 2)); } }
  @media (min-width: 1400px) {
    [data-appearance="collage-left"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
      margin-left: calc(((100vw - 1320px) / 2)); } }

[data-appearance="collage-centered"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto; }

div[data-content-type="slider"] {
  display: none; }
  div[data-content-type="slider"].slick-initialized {
    display: block; }
  div[data-content-type="slider"] .slick-list,
  div[data-content-type="slider"] .slick-track,
  div[data-content-type="slider"] .slick-slide {
    min-height: inherit; }
    div[data-content-type="slider"] .slick-list > div,
    div[data-content-type="slider"] .slick-track > div,
    div[data-content-type="slider"] .slick-slide > div {
      min-height: inherit;
      overflow: hidden;
      width: 100%; }
  div[data-content-type="slider"] .slick-dots {
    bottom: 1rem; }
    div[data-content-type="slider"] .slick-dots li button {
      border-radius: 0.25rem; }
    div[data-content-type="slider"] .slick-dots li.slick-active button {
      border-color: #2BB039; }
  div[data-content-type="slider"] .slick-arrow {
    width: auto;
    background-color: transparent;
    line-height: 1;
    height: auto;
    width: auto; }
    div[data-content-type="slider"] .slick-arrow:before {
      content: '';
      width: 1rem;
      height: 1rem;
      background-color: currentColor;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: center;
              mask-position: center;
      display: block;
      padding: 0.5rem; }
    div[data-content-type="slider"] .slick-arrow.slick-prev {
      left: 1rem; }
      div[data-content-type="slider"] .slick-arrow.slick-prev:before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'%3E%3C/path%3E%3C/svg%3E");
                mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'%3E%3C/path%3E%3C/svg%3E"); }
    div[data-content-type="slider"] .slick-arrow.slick-next {
      right: 1rem; }
      div[data-content-type="slider"] .slick-arrow.slick-next:before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E");
                mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E"); }
    div[data-content-type="slider"] .slick-arrow:hover:before {
      color: #2BB039; }

div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0; }
  div[data-content-type='tabs'] .tabs-navigation li:first-child {
    margin-left: 0 !important; }
  div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    background: #f7f7f9;
    border: 1px solid #fbfbfb;
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    z-index: 1; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
      margin-left: -1px; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
      border-right: 0;
      color: #000;
      cursor: pointer !important;
      display: block;
      font-size: 0.875rem;
      font-weight: 600;
      padding: 1.4rem 2rem;
      position: relative;
      transition: all 0.3s;
      vertical-align: middle;
      white-space: normal; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
        display: block; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
        text-decoration: none; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
      border-right: 1px solid #fbfbfb; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
      background: #ffffff;
      z-index: 19; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
        position: relative;
        transition: all 0.3s; }

div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #fbfbfb;
  overflow: hidden;
  position: relative;
  z-index: 9; }
  div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
    min-height: inherit; }
    div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
      display: none; }

div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important; }

div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important; }

@media all and (max-width: 767px) {
  [data-content-type='tab-item'] {
    background-attachment: scroll !important; } }

main [data-content-type="text"] p {
  max-width: 800px; }

div[data-content-type='video'] .pagebuilder-video-inner {
  display: inline-block;
  width: 100%; }

div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }

div[data-content-type='video'] iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.pb-force-flex-row {
  display: flex;
  flex: 1; }
  .pb-force-flex-row [data-content-type="row"] {
    display: flex;
    flex: 1; }
  .pb-force-flex-row [data-element="inner"] {
    display: flex;
    flex-direction: row !important;
    flex: 1; }
  .pb-force-flex-row [data-content-type="html"] {
    display: flex; }

.cms-content-important {
  background-color: #f7f7f9;
  color: #1a1b1d;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 16px;
  padding: 16px; }

.pagebuilder-full-width {
  float: left;
  width: 100%; }

.pagebuilder-content-type {
  margin-bottom: 16px; }

@media all and (min-width: 768px) {
  .pagebuilder-mobile-only {
    display: none !important; } }

@media all and (max-width: 767px) {
  .pagebuilder-mobile-hidden {
    display: none !important; } }

.row-type-cards {
  position: relative; }
  .row-type-cards:before {
    content: "";
    background-color: #f6f9fc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    z-index: -1; }
  .row-type-cards [data-content-type="text"] p {
    max-width: unset; }
  .row-type-cards .pagebuilder-column-group {
    margin: 0 calc(var(--bs-gutter-x) * -1); }
    .row-type-cards .pagebuilder-column-group .pagebuilder-column {
      padding-right: var(--bs-gutter-x);
      padding-left: var(--bs-gutter-x); }
  .row-type-cards figure[data-content-type="image"] {
    overflow: visible; }
    .row-type-cards figure[data-content-type="image"] a {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
      border-radius: 1rem; }

.home .row-type-banner {
  position: relative; }
  .home .row-type-banner:before {
    content: "";
    background-image: url("../images/banner/banner-gray.svg");
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: bottom; }
  .home .row-type-banner:after {
    content: "";
    background-image: url("../images/banner/banner-green.svg");
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right -45rem; }
    @media (min-width: 768px) {
      .home .row-type-banner:after {
        background-position: bottom right -15rem; } }
  .home .row-type-banner [data-element="inner"] {
    z-index: 1; }
  .home .row-type-banner [data-content-type="text"] h1, .home .row-type-banner [data-content-type="text"] .h1 {
    font-family: "quentin_proregular";
    letter-spacing: 1.55px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1; }
    @media (min-width: 768px) {
      .home .row-type-banner [data-content-type="text"] h1, .home .row-type-banner [data-content-type="text"] .h1 {
        line-height: 1.25; } }
    @media (max-width: 575.98px) {
      .home .row-type-banner [data-content-type="text"] h1 span, .home .row-type-banner [data-content-type="text"] .h1 span {
        font-size: 2rem !important; } }
  .home .row-type-banner [data-content-type="text"] p {
    font-size: 1.5rem;
    color: #000; }
  .home .row-type-banner [data-content-type="buttons"] {
    margin-top: 1rem; }

@media all and (min-width: 768px) {
  .catalog-category-view [data-content-type="banner"] .pagebuilder-banner-wrapper {
    padding: 2.5rem 0; } }

.catalog-category-view [data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  padding-left: 0;
  padding-right: 0; }
  @media all and (max-width: 1199px) {
    .catalog-category-view [data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5); } }
  .catalog-category-view [data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay h1, .catalog-category-view [data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay .h1 {
    font-family: "quentin_proregular";
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1px; }
    @media all and (min-width: 320px) and (max-width: 768px) {
      .catalog-category-view [data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay h1, .catalog-category-view [data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay .h1 {
        font-size: 1.8rem; } }
  @media all and (min-width: 320px) and (max-width: 768px) {
    .catalog-category-view [data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay p span {
      font-size: 1rem !important; } }

.catalog-product-view [data-content-type="banner"] {
  position: relative; }
  .catalog-product-view [data-content-type="banner"]:after {
    content: "";
    background-image: url("../images/banner/banner-product-green.svg");
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom -1px right; }
  @media (max-width: 575.98px) {
    .catalog-product-view [data-content-type="banner"] .pagebuilder-banner-wrapper {
      height: 225px; } }
  @media (min-width: 576px) {
    .catalog-product-view [data-content-type="banner"] .pagebuilder-banner-wrapper {
      height: 325px; } }
  @media (min-width: 768px) {
    .catalog-product-view [data-content-type="banner"] .pagebuilder-banner-wrapper {
      height: 425px; } }
  @media (min-width: 1024px) {
    .catalog-product-view [data-content-type="banner"] .pagebuilder-banner-wrapper {
      height: 525px; } }

[data-content-type="banner"] [data-element="overlay"] h2, [data-content-type="banner"] [data-element="overlay"] .h2 {
  font-family: "quentin_proregular";
  letter-spacing: 1px;
  font-weight: 500; }
  @media all and (min-width: 320px) and (max-width: 768px) {
    [data-content-type="banner"] [data-element="overlay"] h2, [data-content-type="banner"] [data-element="overlay"] .h2 {
      line-height: 1.2; } }

[data-content-type='row'].row-images-usps, [data-content-type='row'].row-icons-usps {
  --gutter-y: 6rem;
  position: relative; }
  @media (max-width: 575.98px) {
    [data-content-type='row'].row-images-usps, [data-content-type='row'].row-icons-usps {
      --gutter-y: 2.5rem; } }
  [data-content-type='row'].row-images-usps:before, [data-content-type='row'].row-icons-usps:before {
    content: "";
    background-color: #f6f9fc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: calc(50% - var(--gutter-y) / 2);
    z-index: -1; }
    @media (max-width: 575.98px) {
      [data-content-type='row'].row-images-usps:before, [data-content-type='row'].row-icons-usps:before {
        display: none; } }
  [data-content-type='row'].row-images-usps[data-appearance='full-width'] [data-content-type='column-group'], [data-content-type='row'].row-icons-usps[data-appearance='full-width'] [data-content-type='column-group'] {
    padding: var(--gutter-y) 0; }
    @media (max-width: 575.98px) {
      [data-content-type='row'].row-images-usps[data-appearance='full-width'] [data-content-type='column-group'], [data-content-type='row'].row-icons-usps[data-appearance='full-width'] [data-content-type='column-group'] {
        padding: var(--gutter-y) 0; } }

@media (max-width: 575.98px) {
  [data-content-type='row'].row-images-usps [data-content-type='column-group'] {
    justify-content: center; } }

@media (max-width: 575.98px) {
  [data-content-type='row'].row-images-usps [data-content-type='column-group'] [data-content-type='column'] {
    flex-basis: unset;
    width: 50% !important;
    margin-bottom: 1.5rem; } }

[data-content-type='row'].row-images-usps [data-content-type='column-group'] [data-content-type='image'] img {
  border-radius: 100%;
  padding: 0 3.5rem; }
  @media (max-width: 767.98px) {
    [data-content-type='row'].row-images-usps [data-content-type='column-group'] [data-content-type='image'] img {
      padding: 0 4rem; } }

[data-content-type='row'].row-images-usps [data-content-type='column-group'] [data-content-type='image'] [data-element='caption'] {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 700; }

[data-content-type='row'].row-icons-usps [data-content-type='image'] {
  box-shadow: 0 0.5rem 1.125rem -0.425rem rgba(43, 176, 57, 0.9);
  border-radius: 100%;
  margin: 0 2.5rem; }
  @media (min-width: 768px) {
    [data-content-type='row'].row-icons-usps [data-content-type='image'] {
      margin: 0 3.5rem; } }
  @media (min-width: 1200px) {
    [data-content-type='row'].row-icons-usps [data-content-type='image'] {
      margin: 0 4.5rem; } }
  [data-content-type='row'].row-icons-usps [data-content-type='image'] img {
    background-color: #2BB039;
    padding: 1.5rem; }
    [data-content-type='row'].row-icons-usps [data-content-type='image'] img.pagebuilder-mobile-only {
      max-height: inherit !important; }
    @media (min-width: 768px) {
      [data-content-type='row'].row-icons-usps [data-content-type='image'] img {
        padding: 2.5rem; } }

[data-content-type='row'].row-icons-usps [data-content-type='heading'] {
  margin-top: 16px; }
  @media (max-width: 767.98px) {
    [data-content-type='row'].row-icons-usps [data-content-type='heading'] {
      font-size: 1.2rem;
      line-height: 1.2; } }
  @media (min-width: 768px) {
    [data-content-type='row'].row-icons-usps [data-content-type='heading'] {
      margin-top: 32px; } }

.catalog-product-view [data-content-type='row'].row-text-image {
  padding: 16px 0; }
  @media (min-width: 768px) {
    .catalog-product-view [data-content-type='row'].row-text-image {
      padding: 48px 0; } }
  .catalog-product-view [data-content-type='row'].row-text-image [data-element="inner"] {
    max-width: 1000px; }
  @media (max-width: 767.98px) {
    .catalog-product-view [data-content-type='row'].row-text-image [data-content-type="column-line"] {
      display: flex; } }
  .catalog-product-view [data-content-type='row'].row-text-image [data-content-type="column"] {
    padding: 0 48px !important; }
    @media (max-width: 767.98px) {
      .catalog-product-view [data-content-type='row'].row-text-image [data-content-type="column"] {
        order: 2;
        margin: 0; } }
    @media (max-width: 767.98px) {
      .catalog-product-view [data-content-type='row'].row-text-image [data-content-type="column"]:has([data-content-type="image"]) {
        order: 1;
        margin-bottom: 16px; } }
  .catalog-product-view [data-content-type='row'].row-text-image [data-content-type="image"] img {
    border-radius: 1rem; }
  .catalog-product-view [data-content-type='row'].row-text-image .pagebuilder-mobile-only {
    max-height: unset; }

@media (max-width: 575.98px) {
  [data-content-type='slider'] .pagebuilder-slide-wrapper {
    height: 175px; } }

@media (min-width: 576px) {
  [data-content-type='slider'] .pagebuilder-slide-wrapper {
    height: 225px; } }

@media (min-width: 768px) {
  [data-content-type='slider'] .pagebuilder-slide-wrapper {
    height: 325px; } }

@media (min-width: 1024px) {
  [data-content-type='slider'] .pagebuilder-slide-wrapper {
    height: 380px; } }

[data-content-type='slider'] {
  background-color: #000;
  overflow: hidden;
  min-height: unset !important;
  cursor: grab; }
  [data-content-type='slider'] .pagebuilder-slide-wrapper {
    max-width: 2500px;
    margin: 0 auto;
    min-height: unset !important; }
    @media (max-width: 575.98px) {
      [data-content-type='slider'] .pagebuilder-slide-wrapper {
        height: 225px; } }
    @media (min-width: 576px) {
      [data-content-type='slider'] .pagebuilder-slide-wrapper {
        height: 325px; } }
    @media (min-width: 768px) {
      [data-content-type='slider'] .pagebuilder-slide-wrapper {
        height: 425px; } }
    @media (min-width: 1024px) {
      [data-content-type='slider'] .pagebuilder-slide-wrapper {
        height: 525px; } }
    @media (max-width: 575.98px) {
      [data-content-type='slider'] .pagebuilder-slide-wrapper {
        background-position: center !important; } }
    [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
      height: 100%;
      min-height: unset !important;
      padding: 0 0.75rem; }
      @media (max-width: 575.98px) {
        [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
          padding: 0 15px; } }
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content:before, [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content:after {
        display: none; }
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h1, [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h1,
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h2,
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h2,
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h3,
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h3,
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .row-type-cards figure[data-content-type="image"] figcaption,
      .row-type-cards figure[data-content-type="image"] [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content figcaption,
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h4,
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h4,
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h5,
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h5 {
        font-family: "quentin_proregular";
        letter-spacing: 0.5px;
        font-weight: 500;
        margin: 0; }
        @media (max-width: 575.98px) {
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h1, [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h1,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h2,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h2,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h3,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h3,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .row-type-cards figure[data-content-type="image"] figcaption,
          .row-type-cards figure[data-content-type="image"] [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content figcaption,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h4,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h4,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h5,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h5 {
            line-height: 1 !important; } }
        @media (max-width: 575.98px) {
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h1 span, [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h1 span,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h2 span,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h2 span,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h3 span,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h3 span,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .row-type-cards figure[data-content-type="image"] figcaption span,
          .row-type-cards figure[data-content-type="image"] [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content figcaption span,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h4 span,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h4 span,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content h5 span,
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content .h5 span {
            font-size: 2rem !important; } }
      [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content [data-element='button'] {
        margin-top: 2.5rem; }
        @media (max-width: 575.98px) {
          [data-content-type='slider'] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content [data-element='button'] {
            margin-top: 0; } }
  [data-content-type='slider'] [data-content-type='slide'] {
    min-height: unset !important; }
    [data-content-type='slider'] [data-content-type='slide'] [data-element='link'] {
      display: block;
      width: 100%; }
  [data-content-type='slider'].pagebuilder-slider .slick-arrow {
    bottom: 2.5rem;
    top: unset;
    transform: unset;
    height: 30px;
    width: 30px;
    padding: 0;
    z-index: 1; }
    @media (max-width: 767.98px) {
      [data-content-type='slider'].pagebuilder-slider .slick-arrow {
        display: none !important; } }
    [data-content-type='slider'].pagebuilder-slider .slick-arrow:before {
      display: none; }
    [data-content-type='slider'].pagebuilder-slider .slick-arrow.slick-prev, [data-content-type='slider'].pagebuilder-slider .slick-arrow.slick-next {
      background-color: #ffffff;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
      -webkit-mask-size: 10px;
              mask-size: 10px; }
      [data-content-type='slider'].pagebuilder-slider .slick-arrow.slick-prev:before, [data-content-type='slider'].pagebuilder-slider .slick-arrow.slick-next:before {
        display: none; }
    [data-content-type='slider'].pagebuilder-slider .slick-arrow.slick-prev {
      -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='5.2px' height='9.2px' viewBox='0 0 5.2 9.2' style='enable-background:new 0 0 5.2 9.2;' xml:space='preserve'%3E%3Cpath d='M3.3,4.6L0.2,1.2c-0.3-0.3-0.3-0.7,0-1c0.3-0.3,0.7-0.3,1,0c0,0,0,0,0,0L5,4.1c0.3,0.3,0.3,0.7,0,1L1.2,9 c-0.3,0.3-0.7,0.3-1,0c0,0,0,0,0,0c-0.3-0.3-0.3-0.7,0-1L3.3,4.6z'/%3E%3C/svg%3E%0A");
              mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='5.2px' height='9.2px' viewBox='0 0 5.2 9.2' style='enable-background:new 0 0 5.2 9.2;' xml:space='preserve'%3E%3Cpath d='M3.3,4.6L0.2,1.2c-0.3-0.3-0.3-0.7,0-1c0.3-0.3,0.7-0.3,1,0c0,0,0,0,0,0L5,4.1c0.3,0.3,0.3,0.7,0,1L1.2,9 c-0.3,0.3-0.7,0.3-1,0c0,0,0,0,0,0c-0.3-0.3-0.3-0.7,0-1L3.3,4.6z'/%3E%3C/svg%3E%0A");
      left: unset;
      right: 30rem;
      transform: scaleX(-1); }
    [data-content-type='slider'].pagebuilder-slider .slick-arrow.slick-next {
      -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='5.2px' height='9.2px' viewBox='0 0 5.2 9.2' style='enable-background:new 0 0 5.2 9.2;' xml:space='preserve'%3E%3Cpath d='M3.3,4.6L0.2,1.2c-0.3-0.3-0.3-0.7,0-1c0.3-0.3,0.7-0.3,1,0c0,0,0,0,0,0L5,4.1c0.3,0.3,0.3,0.7,0,1L1.2,9 c-0.3,0.3-0.7,0.3-1,0c0,0,0,0,0,0c-0.3-0.3-0.3-0.7,0-1L3.3,4.6z'/%3E%3C/svg%3E%0A");
              mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='5.2px' height='9.2px' viewBox='0 0 5.2 9.2' style='enable-background:new 0 0 5.2 9.2;' xml:space='preserve'%3E%3Cpath d='M3.3,4.6L0.2,1.2c-0.3-0.3-0.3-0.7,0-1c0.3-0.3,0.7-0.3,1,0c0,0,0,0,0,0L5,4.1c0.3,0.3,0.3,0.7,0,1L1.2,9 c-0.3,0.3-0.7,0.3-1,0c0,0,0,0,0,0c-0.3-0.3-0.3-0.7,0-1L3.3,4.6z'/%3E%3C/svg%3E%0A");
      right: 0; }
  [data-content-type='slider'].pagebuilder-slider .slick-dots {
    position: absolute;
    bottom: 0 !important;
    right: 0; }
    @media (max-width: 575.98px) {
      [data-content-type='slider'].pagebuilder-slider .slick-dots {
        width: 100%;
        padding: 1rem; } }
    @media (min-width: 576px) {
      [data-content-type='slider'].pagebuilder-slider .slick-dots {
        width: 20rem;
        padding-bottom: 3rem; } }
    @media (min-width: 768px) {
      [data-content-type='slider'].pagebuilder-slider .slick-dots {
        width: 30rem;
        padding-bottom: 3rem; } }
    [data-content-type='slider'].pagebuilder-slider .slick-dots li {
      z-index: 1; }

main [data-content-type="text"] p {
  font-size: 1.143rem;
  max-width: unset; }

main [data-content-type="text"] ul li {
  font-size: 1.143rem; }

.quickorder__image {
  max-width: 250px; }

.quickorder__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .quickorder__item:last-of-type .remove {
    display: none; }
  .quickorder__item .ui-helper-hidden-accessible {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }

.quickorder__input {
  flex: 1 0 100%;
  margin: 0 0 4px; }
  @media all and (min-width: 480px) {
    .quickorder__input {
      flex: 1 0 calc(100% - 180px);
      max-width: calc(100% - 180px);
      margin: 0; } }
  .quickorder__input--qty {
    flex: 1 0 calc(100% - 64px);
    max-width: calc(100% - 64px); }
    @media all and (min-width: 480px) {
      .quickorder__input--qty {
        flex: 1 0 100px;
        max-width: 100px;
        margin: 0 0 0 16px; } }

.quickorder__button.remove {
  margin: 25px 0 0 16px; }

.quickorder__list-item {
  padding: 16px;
  line-height: 1.6; }
  .quickorder__list-item:hover, .quickorder__list-item.focused {
    background-color: #f3f5f9;
    cursor: pointer; }

.quickorder__link {
  font-weight: 700; }

.ui-menu.ui-autocomplete {
  border: 1px solid #373f50;
  background-color: #ffffff;
  padding: 0;
  position: absolute;
  list-style: none;
  z-index: 1; }

.page-main .product-view .yotpo .write-review .connect-wrapper .form-element .form-input-error, .page-main .product-view .yotpo .write-review .yotpo-header .y-label .form-input-error, .page-main .product-view .yotpo .write-review .submit-button .form-input-error, .page-main .product-view .yotpo .form-group .form-element .form-input-error {
  color: #dc3545;
  font-weight: 400; }

.page-main .product-view .yotpo .write-review .connect-wrapper .form-element .form-input-error, .page-main .product-view .yotpo .write-review .yotpo-header .y-label .form-input-error, .page-main .product-view .yotpo .write-review .submit-button .form-input-error, .page-main .product-view .yotpo .form-group .form-element .form-input-error {
  color: #dc3545;
  font-weight: 400; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-icon-star,
.page-main .product-view .yotpo.yotpo-main-widget .yotpo-icon-half-star,
.page-main .product-view .yotpo.yotpo-main-widget .yotpo-icon-empty-star,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-icon-star,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-icon-half-star,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-icon-empty-star,
.page-main .product-view .yotpo .yotpo-bottomline .yotpo-icon-star,
.page-main .product-view .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.page-main .product-view .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.page-main .product-item-info .yotpo.yotpo-main-widget .yotpo-icon-star,
.page-main .product-item-info .yotpo.yotpo-main-widget .yotpo-icon-half-star,
.page-main .product-item-info .yotpo.yotpo-main-widget .yotpo-icon-empty-star,
.page-main .product-item-info .yotpo .yotpo-modal-dialog .yotpo-icon-star,
.page-main .product-item-info .yotpo .yotpo-modal-dialog .yotpo-icon-half-star,
.page-main .product-item-info .yotpo .yotpo-modal-dialog .yotpo-icon-empty-star,
.page-main .product-item-info .yotpo .yotpo-bottomline .yotpo-icon-star,
.page-main .product-item-info .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.page-main .product-item-info .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #2BB039 !important; }

.page-main .product-view .yotpo div,
.page-main .product-view .yotpo span,
.page-main .product-view .yotpo p,
.page-main .product-view .yotpo a,
.page-main .product-view .yotpo img,
.page-main .product-view .yotpo i,
.page-main .product-view .yotpo strong,
.page-main .product-view .yotpo sup,
.page-main .product-view .yotpo ul,
.page-main .product-view .yotpo li,
.page-main .product-view .yotpo form,
.page-main .product-view .yotpo label,
.page-main .product-view .yotpo .yotpo-default-button,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button {
  font-family: "acumin-pro", sans-serif !important; }

.page-main .product-view .yotpo a {
  color: #2BB039 !important;
  background: transparent !important; }
  .page-main .product-view .yotpo a:hover, .page-main .product-view .yotpo a:focus {
    color: #373f50 !important;
    background: transparent !important; }

.page-main .product-view .yotpo .free-text-search-input {
  border-radius: 1rem !important;
  height: 48px !important; }

.page-main .product-view .yotpo .yotpo-pager .goTo:hover {
  color: #0d6efd !important;
  text-decoration: underline !important; }

.page-main .product-view .yotpo .yotpo-pager .goTo.yotpo-active {
  color: #2BB039 !important; }
  .page-main .product-view .yotpo .yotpo-pager .goTo.yotpo-active:hover {
    cursor: default !important;
    color: #2BB039 !important;
    text-decoration: none !important; }

.page-main .product-view .yotpo .yotpo-pager .yotpo-icon {
  font-size: 0.875rem !important;
  width: 48px !important;
  height: 48px !important; }
  .page-main .product-view .yotpo .yotpo-pager .yotpo-icon:hover {
    color: #ffffff !important;
    background-color: #2BB039 !important; }
  .page-main .product-view .yotpo .yotpo-pager .yotpo-icon.yotpo-icon-left-arrow:before {
    content: url("../images/icons/arrow-left.svg") !important; }
  .page-main .product-view .yotpo .yotpo-pager .yotpo-icon.yotpo-icon-left-arrow:after {
    content: url("../images/icons/arrow-left-light.svg") !important; }
  .page-main .product-view .yotpo .yotpo-pager .yotpo-icon.yotpo-icon-right-arrow:before {
    content: url("../images/icons/arrow-right.svg") !important; }
  .page-main .product-view .yotpo .yotpo-pager .yotpo-icon.yotpo-icon-right-arrow:after {
    content: url("../images/icons/arrow-right-light.svg") !important; }

.page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .avg-score {
  font-size: 1.5rem !important; }

.page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .yotpo-icon-star {
  font-size: 1.143rem !important; }

.page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .reviews-qa-label {
  font-size: 1.143rem !important; }

.page-main .product-view .yotpo .yotpo-default-button:hover,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button:hover {
  background-color: initial !important;
  text-decoration: none !important; }
  .page-main .product-view .yotpo .yotpo-default-button:hover:before,
  .page-main .product-view .yotpo input[type="button"].yotpo-default-button:hover:before {
    display: block !important;
    transform: scaleX(1) !important; }
  .page-main .product-view .yotpo .yotpo-default-button:hover:after,
  .page-main .product-view .yotpo input[type="button"].yotpo-default-button:hover:after {
    display: block !important;
    left: calc(50% - 12px) !important;
    opacity: 1 !important; }

.page-main .product-view .yotpo .yotpo-default-button:disabled, .page-main .product-view .yotpo .yotpo-default-button[disabled],
.page-main .product-view .yotpo input[type="button"].yotpo-default-button:disabled,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button[disabled] {
  background-color: #dae1e7 !important;
  border-color: #dae1e7 !important;
  color: #ffffff !important;
  cursor: not-allowed !important; }
  .page-main .product-view .yotpo .yotpo-default-button:disabled .icon, .page-main .product-view .yotpo .yotpo-default-button[disabled] .icon,
  .page-main .product-view .yotpo input[type="button"].yotpo-default-button:disabled .icon,
  .page-main .product-view .yotpo input[type="button"].yotpo-default-button[disabled] .icon {
    fill: #ffffff !important; }
  .page-main .product-view .yotpo .yotpo-default-button:disabled:hover, .page-main .product-view .yotpo .yotpo-default-button[disabled]:hover,
  .page-main .product-view .yotpo input[type="button"].yotpo-default-button:disabled:hover,
  .page-main .product-view .yotpo input[type="button"].yotpo-default-button[disabled]:hover {
    background-color: #dae1e7 !important; }
    .page-main .product-view .yotpo .yotpo-default-button:disabled:hover:before, .page-main .product-view .yotpo .yotpo-default-button:disabled:hover:after, .page-main .product-view .yotpo .yotpo-default-button[disabled]:hover:before, .page-main .product-view .yotpo .yotpo-default-button[disabled]:hover:after,
    .page-main .product-view .yotpo input[type="button"].yotpo-default-button:disabled:hover:before,
    .page-main .product-view .yotpo input[type="button"].yotpo-default-button:disabled:hover:after,
    .page-main .product-view .yotpo input[type="button"].yotpo-default-button[disabled]:hover:before,
    .page-main .product-view .yotpo input[type="button"].yotpo-default-button[disabled]:hover:after {
      display: none; }

.page-main .product-view .yotpo .yotpo-default-button .write-question-review-button-text,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button {
  font-weight: 700 !important; }

.page-main .product-view .yotpo .yotpo-default-button.primary-color-btn.yotpo-submit:hover {
  background-color: #373f50 !important;
  text-decoration: none !important; }

.page-main .product-view .yotpo .yotpo-review .yotpo-header .yotpo-user-letter,
.page-main .product-view .yotpo .yotpo-comment .yotpo-header .yotpo-user-letter,
.page-main .product-view .yotpo .yotpo-question .yotpo-header .yotpo-user-letter,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-user-letter {
  font-family: "acumin-pro", sans-serif !important; }

.page-main .product-view .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.page-main .product-view .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.page-main .product-view .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  font-family: "acumin-pro", sans-serif !important; }

.page-main .product-view .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date,
.page-main .product-view .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-review-date,
.page-main .product-view .yotpo .yotpo-question .yotpo-header .yotpo-header-element .yotpo-review-date,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-review-date {
  font-family: "acumin-pro", sans-serif !important; }

.page-main .product-view .yotpo .yotpo-review .content-review,
.page-main .product-view .yotpo .yotpo-comment .content-review,
.page-main .product-view .yotpo .yotpo-question .content-review,
.page-main .product-view .yotpo .yotpo-onsite-upload .content-review {
  font-family: "acumin-pro", sans-serif !important; }

.page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-action,
.page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-action .social-link,
.page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-action,
.page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-action .social-link,
.page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-action,
.page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-action .social-link,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action .social-link {
  color: #373f50 !important;
  font-family: "acumin-pro", sans-serif !important; }
  .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover,
  .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-action .social-link:hover,
  .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover,
  .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-action .social-link:hover,
  .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover,
  .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-action .social-link:hover,
  .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover,
  .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action .social-link:hover {
    color: #0d6efd !important; }
    .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .y-label,
    .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-action .social-link:hover .y-label,
    .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .y-label,
    .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-action .social-link:hover .y-label,
    .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .y-label,
    .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-action .social-link:hover .y-label,
    .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover .y-label,
    .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action .social-link:hover .y-label {
      text-decoration: none !important; }

.page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-action .social-link:hover,
.page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-action .social-link:hover,
.page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-action .social-link:hover,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action .social-link:hover {
  text-decoration: none !important; }

.page-main .product-view .yotpo .yotpo-review .yotpo-read-more {
  text-decoration: none !important; }
  .page-main .product-view .yotpo .yotpo-review .yotpo-read-more:hover {
    text-decoration: underline !important; }

@media all and (min-width: 1024px) {
  .page-main .product-view .yotpo .write-review .yotpo-footer {
    display: flex !important; } }

.page-main .product-view .yotpo .write-review .yotpo-footer.visible {
  display: flex !important; }

.page-main .product-view .yotpo .write-review .yotpo-footer .socialize-wrapper.visible {
  display: flex !important; }

.catalog-product-view .mobile-filters-modal .mobile-filters-footer-btn .footer-text {
  font-family: "acumin-pro", sans-serif !important; }

.catalog-product-view .mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button .radio-selected-color {
  font-family: "acumin-pro", sans-serif !important; }

.catalog-product-view .mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-title {
  font-family: "acumin-pro", sans-serif !important; }

.page-main .product-view .standalone-bottomline.star-clickable,
.page-main .product-view .standalone-bottomline .star-clickable,
.page-main .product-item-info .standalone-bottomline.star-clickable,
.page-main .product-item-info .standalone-bottomline .star-clickable {
  align-items: center; }

.page-main .product-view .standalone-bottomline .yotpo-icon,
.page-main .product-item-info .standalone-bottomline .yotpo-icon {
  font-size: 20px; }

.page-main .product-view .standalone-bottomline a,
.page-main .product-item-info .standalone-bottomline a {
  display: none;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-left: 1rem; }

.page-main .product-view .yotpo .yotpo-bottomline .yotpo-icon-star,
.page-main .product-view .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.page-main .product-view .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.page-main .product-item-info .yotpo .yotpo-bottomline .yotpo-icon-star,
.page-main .product-item-info .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.page-main .product-item-info .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 1rem; }

.page-main .product-view .yotpo div,
.page-main .product-view .yotpo span,
.page-main .product-view .yotpo p,
.page-main .product-view .yotpo a,
.page-main .product-view .yotpo img,
.page-main .product-view .yotpo i,
.page-main .product-view .yotpo strong,
.page-main .product-view .yotpo sup,
.page-main .product-view .yotpo ul,
.page-main .product-view .yotpo li,
.page-main .product-view .yotpo form,
.page-main .product-view .yotpo label,
.page-main .product-view .yotpo .yotpo-default-button,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button {
  font-size: 0.875rem; }

.page-main .product-view .yotpo .yotpo-default-button span,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button,
.page-main .product-view .yotpo .yotpo-icon-btn span {
  color: #ffffff; }

.page-main .product-view .yotpo a {
  font-size: 0.875rem; }

.page-main .product-view .yotpo button,
.page-main .product-view .yotpo input,
.page-main .product-view .yotpo .yotpo-dropdown-button,
.page-main .product-view .yotpo .more-filters-btn {
  border-radius: 1rem; }

.page-main .product-view .yotpo input {
  color: #373f50; }

.page-main .product-view .yotpo .write-question-review-button-text {
  width: auto; }

.page-main .product-view .yotpo .yotpo-pager {
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-main .product-view .yotpo .yotpo-pager .goTo {
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #2BB039;
    font-size: 1rem; }
    .page-main .product-view .yotpo .yotpo-pager .goTo + .goTo {
      margin-left: 1rem; }
  .page-main .product-view .yotpo .yotpo-pager .yotpo-icon {
    color: #2BB039;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    position: relative; }
    .page-main .product-view .yotpo .yotpo-pager .yotpo-icon:before {
      opacity: 1;
      z-index: 1; }
    .page-main .product-view .yotpo .yotpo-pager .yotpo-icon:hover:after {
      opacity: 1;
      z-index: 10; }
    .page-main .product-view .yotpo .yotpo-pager .yotpo-icon.yotpo-icon-left-arrow {
      margin-right: 16px; }
    .page-main .product-view .yotpo .yotpo-pager .yotpo-icon.yotpo-icon-right-arrow {
      margin-left: 16px; }

.page-main .product-view .yotpo .yotpo-regular-box {
  border: none; }
  .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container {
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content; }
    @media all and (min-width: 768px) {
      .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container {
        margin: 0 1rem 16px;
        width: auto; } }
    .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .bottom-line-items {
      position: relative;
      overflow: hidden;
      min-height: 40px;
      margin-bottom: 16px; }
    .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .avg-score {
      position: absolute;
      left: 0;
      top: 0;
      color: #2BB039;
      height: auto;
      width: auto;
      margin: 0 32px 0 0;
      padding: 0;
      line-height: 1.6; }
      @media all and (min-width: 961px) {
        .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .avg-score {
          position: relative;
          margin: 0; } }
    .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .rating-stars-container,
    .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .reviews-qa-labels-container {
      margin-left: 60px; }
      @media all and (min-width: 961px) {
        .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .rating-stars-container,
        .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .reviews-qa-labels-container {
          margin-left: 1rem; } }
    .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .reviews-qa-labels-container {
      position: relative;
      clear: both;
      padding-top: 8px; }
    .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .yotpo-icon-star {
      color: #2BB039; }
    .page-main .product-view .yotpo .yotpo-regular-box.bottom-line-items-container .reviews-qa-label {
      color: #2BB039;
      line-height: 1.6; }

.page-main .product-view .yotpo button.yotpo-default-button:disabled:hover:before, .page-main .product-view .yotpo button.yotpo-default-button:disabled:hover:after, .page-main .product-view .yotpo button.yotpo-default-button[disabled]:hover:before, .page-main .product-view .yotpo button.yotpo-default-button[disabled]:hover:after,
.page-main .product-view .yotpo div.yotpo-default-button:disabled:hover:before,
.page-main .product-view .yotpo div.yotpo-default-button:disabled:hover:after,
.page-main .product-view .yotpo div.yotpo-default-button[disabled]:hover:before,
.page-main .product-view .yotpo div.yotpo-default-button[disabled]:hover:after,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button:disabled:hover:before,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button:disabled:hover:after,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button[disabled]:hover:before,
.page-main .product-view .yotpo input[type="button"].yotpo-default-button[disabled]:hover:after,
.page-main .product-view .yotpo .more-filters-btn:disabled:hover:before,
.page-main .product-view .yotpo .more-filters-btn:disabled:hover:after,
.page-main .product-view .yotpo .more-filters-btn[disabled]:hover:before,
.page-main .product-view .yotpo .more-filters-btn[disabled]:hover:after,
.page-main .product-view .yotpo .yotpo-filter-tag:disabled:hover:before,
.page-main .product-view .yotpo .yotpo-filter-tag:disabled:hover:after,
.page-main .product-view .yotpo .yotpo-filter-tag[disabled]:hover:before,
.page-main .product-view .yotpo .yotpo-filter-tag[disabled]:hover:after {
  display: none; }

.page-main .product-view .yotpo .filters-dropdown .yotpo-dropdown-button {
  height: 48px;
  padding: 12px;
  border: 1px solid #373f50; }
  .page-main .product-view .yotpo .filters-dropdown .yotpo-dropdown-button .selected {
    width: calc(100% - 24px);
    font-weight: 400; }
  .page-main .product-view .yotpo .filters-dropdown .yotpo-dropdown-button .selected:not(.non-default-item-selected) {
    color: #373f50; }

.page-main .product-view .yotpo .more-filters-btn .more-filters-icon {
  margin-right: 1rem; }

.page-main .product-view .yotpo .more-filters-btn .more-filters-text {
  width: auto; }

.page-main .product-view .yotpo .yotpo-drop-down-layout .yotpo-dropdown .list-category {
  color: #373f50; }

.page-main .product-view .yotpo .yotpo-nav-content .yotpo-icon.yotpo-icon-magnifying-glass.magnifying-glass-icon {
  left: 12px;
  top: 32px; }

.page-main .product-view .yotpo .yotpo-nav-content .free-text-search-input {
  padding-left: 48px; }

.page-main .product-view .yotpo .yotpo-nav {
  display: flex; }
  .page-main .product-view .yotpo .yotpo-nav ul {
    margin-top: -1px; }
    .page-main .product-view .yotpo .yotpo-nav ul .yotpo-nav-tab span {
      color: #373f50; }
    .page-main .product-view .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
      color: #2BB039; }
    .page-main .product-view .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
      border-color: #373f50; }

.page-main .product-view .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,
.page-main .product-view .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
.page-main .product-view .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  width: 48px;
  height: 48px;
  background: #2BB039; }

.page-main .product-view .yotpo .yotpo-review .yotpo-header .yotpo-user-letter,
.page-main .product-view .yotpo .yotpo-comment .yotpo-header .yotpo-user-letter,
.page-main .product-view .yotpo .yotpo-question .yotpo-header .yotpo-user-letter,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-user-letter {
  color: #ffffff;
  font-size: 1.5rem; }

.page-main .product-view .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.page-main .product-view .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.page-main .product-view .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #2BB039;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400; }

.page-main .product-view .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date,
.page-main .product-view .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-review-date,
.page-main .product-view .yotpo .yotpo-question .yotpo-header .yotpo-header-element .yotpo-review-date,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-review-date {
  display: none;
  color: #2BB039;
  font-size: 0.875rem;
  font-weight: 400; }
  @media all and (min-width: 1024px) {
    .page-main .product-view .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date,
    .page-main .product-view .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-review-date,
    .page-main .product-view .yotpo .yotpo-question .yotpo-header .yotpo-header-element .yotpo-review-date,
    .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-review-date {
      display: block; } }

.page-main .product-view .yotpo .yotpo-review .content-review,
.page-main .product-view .yotpo .yotpo-review .content-question,
.page-main .product-view .yotpo .yotpo-comment .content-review,
.page-main .product-view .yotpo .yotpo-comment .content-question,
.page-main .product-view .yotpo .yotpo-question .content-review,
.page-main .product-view .yotpo .yotpo-question .content-question,
.page-main .product-view .yotpo .yotpo-onsite-upload .content-review,
.page-main .product-view .yotpo .yotpo-onsite-upload .content-question {
  color: #373f50;
  font-size: 1rem;
  line-height: 1.6; }

.page-main .product-view .yotpo .yotpo-review .yotpo-footer,
.page-main .product-view .yotpo .yotpo-comment .yotpo-footer,
.page-main .product-view .yotpo .yotpo-question .yotpo-footer,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e3e9ef;
  padding: 0 0 1rem 0; }
  @media all and (min-width: 1024px) {
    .page-main .product-view .yotpo .yotpo-review .yotpo-footer,
    .page-main .product-view .yotpo .yotpo-comment .yotpo-footer,
    .page-main .product-view .yotpo .yotpo-question .yotpo-footer,
    .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer {
      justify-content: flex-end;
      border: none; } }
  .page-main .product-view .yotpo .yotpo-review .yotpo-footer .footer-actions,
  .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .footer-actions,
  .page-main .product-view .yotpo .yotpo-question .yotpo-footer .footer-actions,
  .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .footer-actions {
    order: 1;
    margin-bottom: 16px; }
    @media all and (min-width: 1024px) {
      .page-main .product-view .yotpo .yotpo-review .yotpo-footer .footer-actions,
      .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .footer-actions,
      .page-main .product-view .yotpo .yotpo-question .yotpo-footer .footer-actions,
      .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .footer-actions {
        margin-right: auto; } }
  .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-grouping-reference,
  .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-grouping-reference,
  .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-grouping-reference,
  .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-grouping-reference {
    width: 100%;
    margin: 0 0 1rem; }
  .page-main .product-view .yotpo .yotpo-review .yotpo-footer .footer-additional-actions,
  .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .footer-additional-actions,
  .page-main .product-view .yotpo .yotpo-question .yotpo-footer .footer-additional-actions,
  .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .footer-additional-actions {
    order: 1;
    width: auto;
    display: block; }
    @media all and (min-width: 1024px) {
      .page-main .product-view .yotpo .yotpo-review .yotpo-footer .footer-additional-actions,
      .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .footer-additional-actions,
      .page-main .product-view .yotpo .yotpo-question .yotpo-footer .footer-additional-actions,
      .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .footer-additional-actions {
        display: none; } }
  .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-helpful,
  .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-helpful,
  .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-helpful,
  .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful {
    order: 3;
    width: auto;
    margin-left: auto;
    text-align: right; }
    @media all and (min-width: 1024px) {
      .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-helpful,
      .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-helpful,
      .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-helpful,
      .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful {
        margin-left: 0; } }
    .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .yotpo-icon,
    .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-helpful .yotpo-icon,
    .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-helpful .yotpo-icon,
    .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful .yotpo-icon {
      font-size: 1rem;
      color: #2BB039;
      padding: 16px; }
    .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-sum,
    .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-helpful .vote-sum,
    .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-helpful .vote-sum,
    .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful .vote-sum {
      font-size: 0.875rem;
      color: #373f50; }
    .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn,
    .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-helpful .vote-btn,
    .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-helpful .vote-btn,
    .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful .vote-btn {
      margin: 0; }
  .page-main .product-view .yotpo .yotpo-review .yotpo-footer .label-helpful,
  .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .label-helpful,
  .page-main .product-view .yotpo .yotpo-question .yotpo-footer .label-helpful,
  .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .label-helpful {
    color: #373f50;
    text-transform: initial; }
  .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-action,
  .page-main .product-view .yotpo .yotpo-review .yotpo-footer .yotpo-action .social-link,
  .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-action,
  .page-main .product-view .yotpo .yotpo-comment .yotpo-footer .yotpo-action .social-link,
  .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-action,
  .page-main .product-view .yotpo .yotpo-question .yotpo-footer .yotpo-action .social-link,
  .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action,
  .page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action .social-link {
    font-size: 1rem;
    text-transform: capitalize; }

.page-main .product-view .yotpo .yotpo-review .yotpo-main .content-title,
.page-main .product-view .yotpo .yotpo-comment .yotpo-main .content-title,
.page-main .product-view .yotpo .yotpo-question .yotpo-main .content-title,
.page-main .product-view .yotpo .yotpo-onsite-upload .yotpo-main .content-title {
  font-size: 1.143rem;
  color: #2BB039;
  font-weight: 700; }

.page-main .product-view .yotpo .yotpo-bottomline .yotpo-icon-star,
.page-main .product-view .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.page-main .product-view .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 1rem; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
  color: #2BB039; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon {
  color: #dc3545; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-logo-link-new > *,
.page-main .product-view .yotpo.yotpo-main-widget .yotpo-logo-link-new:hover > *,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-logo-link-new > *,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-logo-link-new:hover > * {
  color: #0d6efd; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-label .yotpo-logo-title,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-label .yotpo-logo-title {
  color: #0d6efd; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-stars-and-sum-reviews,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-stars-and-sum-reviews {
  display: flex;
  align-items: center;
  min-height: 48px; }
  .page-main .product-view .yotpo.yotpo-main-widget .yotpo-stars-and-sum-reviews .yotpo-sum-reviews,
  .page-main .product-view .yotpo.yotpo-main-widget .yotpo-stars-and-sum-reviews .based-on,
  .page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-stars-and-sum-reviews .yotpo-sum-reviews,
  .page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-stars-and-sum-reviews .based-on {
    padding: 0; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-first-review-stars,
.page-main .product-view .yotpo .yotpo-modal-dialog .yotpo-first-review-stars {
  display: none; }

.page-main .product-view .yotpo.yotpo-main-widget .write-first-review-button,
.page-main .product-view .yotpo .yotpo-modal-dialog .write-first-review-button {
  display: initial; }

.page-main .product-view .yotpo.yotpo-main-widget .write-first-question-button,
.page-main .product-view .yotpo .yotpo-modal-dialog .write-first-question-button {
  display: none; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-icon-write-no-frame:before {
  color: #ffffff; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-empty-state .write-question-button,
.page-main .product-view .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-empty-state .write-review-button,
.page-main .product-view .yotpo.yotpo-main-widget .yotpo-icon-btn {
  display: inline-flex;
  align-items: center; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .write-review-button,
.page-main .product-view .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .write-question-button {
  display: none; }

.page-main .product-view .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-icon-btn .yotpo-icon-button-text {
  display: none; }

.page-main .product-view .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: #ffc107;
  font-size: 20px; }

.page-main .product-view .yotpo .write-question-button:not(.write-first-question-button) .yotpo-icon,
.page-main .product-view .yotpo .write-button:not(.write-first-review-button) .yotpo-icon {
  margin-right: 4px; }

.page-main .product-view .yotpo .write-review .error-box {
  background: #dc3545; }

.page-main .product-view .yotpo .write-review .yotpo-default-button.primary-color-btn.yotpo-submit {
  display: block;
  width: auto;
  float: none; }

.page-main .product-view .yotpo .write-review .yotpo-icon:hover {
  cursor: pointer; }

@media all and (min-width: 1024px) {
  .page-main .product-view .yotpo .write-review .yotpo-footer {
    flex-direction: row;
    justify-content: space-between; } }

@media all and (min-width: 1024px) {
  .page-main .product-view .yotpo .write-review .yotpo-footer {
    justify-content: flex-start; } }

.page-main .product-view .yotpo .write-review .yotpo-footer.visible {
  flex-direction: column; }
  @media all and (min-width: 1024px) {
    .page-main .product-view .yotpo .write-review .yotpo-footer.visible {
      flex-direction: row; } }

.page-main .product-view .yotpo .write-review .yotpo-footer .socialize-wrapper.visible {
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  order: 3;
  margin-top: 32px; }
  @media all and (min-width: 1024px) {
    .page-main .product-view .yotpo .write-review .yotpo-footer .socialize-wrapper.visible {
      left: auto;
      right: 0;
      width: calc(50% - 24px);
      margin-left: 24px;
      margin-top: 62px;
      padding-top: 0; } }
  .page-main .product-view .yotpo .write-review .yotpo-footer .socialize-wrapper.visible .connected {
    width: 100%;
    margin: 0 0 1rem 0; }
    @media all and (min-width: 768px) {
      .page-main .product-view .yotpo .write-review .yotpo-footer .socialize-wrapper.visible .connected {
        padding-left: 48px; } }

.page-main .product-view .yotpo .write-review .yotpo-footer .socialize {
  order: 2;
  margin-bottom: 0; }
  @media all and (min-width: 768px) {
    .page-main .product-view .yotpo .write-review .yotpo-footer .socialize .y-label {
      padding-top: 0; } }
  .page-main .product-view .yotpo .write-review .yotpo-footer .socialize > div {
    display: flex; }
    .page-main .product-view .yotpo .write-review .yotpo-footer .socialize > div .yotpo-icon-btn {
      width: 48px;
      height: 48px;
      margin: 0 1rem 0 0; }
    .page-main .product-view .yotpo .write-review .yotpo-footer .socialize > div div[data-network="facebook"] {
      order: 1; }
    .page-main .product-view .yotpo .write-review .yotpo-footer .socialize > div div[data-network="twitter"] {
      order: 2; }
    .page-main .product-view .yotpo .write-review .yotpo-footer .socialize > div div[data-network="linkedin"] {
      order: 3; }

.page-main .product-view .yotpo .write-review .connect-wrapper {
  padding: 0; }
  @media all and (min-width: 768px) {
    .page-main .product-view .yotpo .write-review .connect-wrapper {
      width: 50%; } }
  .page-main .product-view .yotpo .write-review .connect-wrapper .form-element {
    padding: 0;
    width: 100%; }

.page-main .product-view .yotpo .write-review .yotpo-header .yotpo-icon {
  color: #ffc107; }

.page-main .product-view .yotpo .write-review .submit-button {
  float: none; }
  .page-main .product-view .yotpo .write-review .submit-button .form-input-error {
    margin: 16px 0; }

.page-main .product-view .yotpo .write-review .socialize-wrapper {
  position: relative;
  width: calc(320px + 10px); }
  .page-main .product-view .yotpo .write-review .socialize-wrapper .yotpo-or {
    margin: 1rem 0;
    text-align: left 0; }
    @media all and (min-width: 768px) {
      .page-main .product-view .yotpo .write-review .socialize-wrapper .yotpo-or {
        margin: 0 0 41px;
        width: auto; } }

.page-main .product-view .yotpo .yotpo-regular-box {
  margin: 0 1rem 16px; }

.page-main .product-view .yotpoBottomLine {
  order: -1; }
  .page-main .product-view .yotpoBottomLine a {
    margin-right: 12px; }
  .page-main .product-view .yotpoBottomLine .yotpo-stars {
    margin-right: 1rem; }
  .page-main .product-view .yotpoBottomLine .yotpo-icon-double-bubble {
    margin-right: 4px; }

.page-main .product-view .bottomLine,
.page-main .product-view .QABottomLine {
  margin-bottom: 1rem; }

.page-main .product-view .yotpo-empty-search-results {
  display: grid;
  height: auto; }

.page-main .product-view .empty-search-results-text,
.page-main .product-view .empty-search-results-clear-all-btn {
  width: auto; }

.page-main .product-view .empty-search-results-clear-all-btn {
  position: static;
  height: auto;
  margin: 0 0 16px 16px; }

.page-main .product-view .yotpo-reviews-filters .yotpo-default-button.desktop-clear-all-btn {
  position: absolute; }

.page-main .product-view .yotpo-filter-tag .yotpo-icon-cross {
  top: 0;
  right: 4px; }

.catalog-product-view .mobile-filters-modal .mobile-filters-footer-btn {
  background-color: #2BB039; }
  .catalog-product-view .mobile-filters-modal .mobile-filters-footer-btn .footer-text {
    background-color: #2BB039;
    color: #ffffff;
    font-size: 0.875rem; }

.catalog-product-view .mobile-filters-modal .mobile-filters-modal-title .title-text {
  font-size: 1.143rem;
  color: #2BB039; }

.catalog-product-view .mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button .radio-selected-color {
  color: #373f50; }
  .catalog-product-view .mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button .radio-selected-color .yotpo-icon {
    color: #4b566b; }

.catalog-product-view .mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button .radio-selected-star-color.yotpo-icon-star {
  color: #2BB039; }

.catalog-product-view .mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-title {
  color: #2BB039;
  font-weight: 700; }

.msrp {
  position: relative;
  display: flex;
  align-items: center; }
  .msrp__tooltip-content {
    white-space: normal; }
  .msrp__tooltip-trigger-button:hover:before, .msrp__tooltip-trigger-button.focus-visible:before {
    display: none; }
  .msrp__tooltip-trigger-button:hover .icon, .msrp__tooltip-trigger-button.focus-visible .icon {
    fill: #2BB039; }
  .msrp__modal .ui-dialog-buttonpane {
    display: none; }
  .msrp__modal .actual-price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end; }
  .msrp__modal-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap; }

.braintree__input--date {
  display: flex;
  flex-wrap: wrap; }
  .braintree__input--date .input__field, .braintree__input--date .quote-items .quote-table-items .input-text, .quote-items .quote-table-items .braintree__input--date .input-text, .braintree__input--date .my-orders__field-wrapper input, .my-orders__field-wrapper .braintree__input--date input, .braintree__input--date .page-main .product-view .yotpo input, .page-main .product-view .yotpo .braintree__input--date input,
  .braintree__input--date .page-main .product-view .yotpo textarea, .page-main .product-view .yotpo .braintree__input--date textarea {
    flex: 1; }

.braintree__tooltip-wrapper {
  position: relative; }
  .braintree__tooltip-wrapper .braintree__tooltip {
    height: 48px;
    right: 16px; }

.braintree__tooltip {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  top: 0; }
  .braintree__tooltip._active .braintree__tooltip-content {
    display: block; }

.braintree__tooltip-content {
  position: absolute;
  top: 48px;
  right: 0;
  display: none;
  width: 270px;
  border: 1 1px solid #f7f7f9;
  padding: 12px;
  background: #f7f7f9; }

.braintree__error {
  display: none;
  width: 100%; }

.braintree img {
  width: auto; }

.braintree .ccard > .field.cvv > .control.braintree__tooltip-wrapper {
  padding-right: 0; }

.multicheckout .braintree {
  display: none; }
  .multicheckout .braintree._active {
    display: block; }

.braintree-hosted-fields-invalid ~ .braintree__error {
  display: flex; }

.braintree-paypal-fieldset {
  padding: 0;
  border: none; }

.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  padding: 12px 24px; }
  .braintree-googlepay-button.black {
    background-color: #000;
    box-shadow: none;
    padding: 12px 24px 1rem; }
    .braintree-googlepay-button.black:active {
      background-color: #5f6368; }
    .braintree-googlepay-button.black:hover {
      background-color: #3c4043; }
    .braintree-googlepay-button.black.short {
      background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg); }
    .braintree-googlepay-button.black.long {
      background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg); }
  .braintree-googlepay-button.white {
    background-color: #ffffff; }
    .braintree-googlepay-button.white:active {
      background-color: #ffffff; }
    .braintree-googlepay-button.white:focus {
      box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px; }
    .braintree-googlepay-button.white:hover {
      background-color: #f8f8f8; }
    .braintree-googlepay-button.white.short {
      background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg); }
    .braintree-googlepay-button.white.long {
      background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg); }
  .braintree-googlepay-button.short {
    min-width: 90px;
    width: 160px; }
  .braintree-googlepay-button.long {
    min-width: 150px;
    width: 240px; }

.googlepay-minicart-logo {
  margin: 16px 0 0; }
  .minicart-content__extra-actions .googlepay-minicart-logo {
    margin: 0; }

.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none; }

.braintree-card-control {
  position: relative; }
  .braintree-card-control .input__field, .braintree-card-control .quote-items .quote-table-items .input-text, .quote-items .quote-table-items .braintree-card-control .input-text, .braintree-card-control .my-orders__field-wrapper input, .my-orders__field-wrapper .braintree-card-control input, .braintree-card-control .page-main .product-view .yotpo input, .page-main .product-view .yotpo .braintree-card-control input,
  .braintree-card-control .page-main .product-view .yotpo textarea, .page-main .product-view .yotpo .braintree-card-control textarea {
    padding-right: 80px; }

.braintree-credit-card-selected {
  position: absolute;
  right: 16px; }

.braintree-paypal-logo.oneclick-container {
  width: 100%; }

#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 500; }

#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #dc3545;
  margin: 0 0 0 4px; }

#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 1rem 1rem 0 0; }
  #payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
  #payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
    color: lightgrey; }

#payment-method-braintree-lpm .primary {
  width: 100%; }
  #payment-method-braintree-lpm .primary .action {
    margin-bottom: 12px;
    width: 100%; }
    #payment-method-braintree-lpm .primary .action img {
      height: 40px; }

#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 500; }
  #payment-method-braintree-cc-vault .field.required .label:after {
    content: '*';
    color: #dc3545;
    margin: 0 0 0 4px; }

#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e3e9ef;
  border-radius: 1px;
  font-family: "acumin-pro", sans-serif;
  height: 32px;
  padding: 0 1rem;
  box-sizing: border-box;
  position: relative;
  width: 5rem; }
  #payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
    height: auto;
    opacity: 1; }

#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #dc3545;
  height: 0;
  margin-top: 1rem;
  opacity: 0; }

.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  display: block;
  padding: 1rem 0;
  margin: 16px 0;
  width: 200px;
  min-height: 48px;
  border: 1px solid #000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: 50% 50%;
  border-radius: 4px;
  transition: background-color 0.3s;
  cursor: pointer; }

.required-captcha.checkbox {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.svg-icon, .svg-icon__check, .svg-icon__search, .svg-icon__user, .svg-icon__arrow-right, .svg-icon__phone, .svg-icon__envelope, .svg-icon__heart, .svg-icon__shopping-cart, .svg-icon__filter, .svg-icon__usp-shopping-cart, .svg-icon__usp-free-shipping, .svg-icon__usp-warranty, .svg-icon__usp-btw, .svg-icon__facebook, .svg-icon__twitter, .svg-icon__pinterest, .svg-icon__linkedin, .svg-icon__instagram, .svg-icon__youtube, .svg-icon__snapchat, .svg-icon__vimeo, .svg-icon__whatsapp, .svg-icon__tiktok, .svg-icon__house, .svg-icon__help, .svg-icon__contact, .svg-icon__marker {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 100%;
  max-height: 100%;
  line-height: 0; }
  .svg-icon:after, .svg-icon__check:after, .svg-icon__search:after, .svg-icon__user:after, .svg-icon__arrow-right:after, .svg-icon__phone:after, .svg-icon__envelope:after, .svg-icon__heart:after, .svg-icon__shopping-cart:after, .svg-icon__filter:after, .svg-icon__usp-shopping-cart:after, .svg-icon__usp-free-shipping:after, .svg-icon__usp-warranty:after, .svg-icon__usp-btw:after, .svg-icon__facebook:after, .svg-icon__twitter:after, .svg-icon__pinterest:after, .svg-icon__linkedin:after, .svg-icon__instagram:after, .svg-icon__youtube:after, .svg-icon__snapchat:after, .svg-icon__vimeo:after, .svg-icon__whatsapp:after, .svg-icon__tiktok:after, .svg-icon__house:after, .svg-icon__help:after, .svg-icon__contact:after, .svg-icon__marker:after, .svg-icon:before, .svg-icon__check:before, .svg-icon__search:before, .svg-icon__user:before, .svg-icon__arrow-right:before, .svg-icon__phone:before, .svg-icon__envelope:before, .svg-icon__heart:before, .svg-icon__shopping-cart:before, .svg-icon__filter:before, .svg-icon__usp-shopping-cart:before, .svg-icon__usp-free-shipping:before, .svg-icon__usp-warranty:before, .svg-icon__usp-btw:before, .svg-icon__facebook:before, .svg-icon__twitter:before, .svg-icon__pinterest:before, .svg-icon__linkedin:before, .svg-icon__instagram:before, .svg-icon__youtube:before, .svg-icon__snapchat:before, .svg-icon__vimeo:before, .svg-icon__whatsapp:before, .svg-icon__tiktok:before, .svg-icon__house:before, .svg-icon__help:before, .svg-icon__contact:before, .svg-icon__marker:before {
    display: inline-block;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .svg-icon.icon-101media:after, .icon-101media.svg-icon__check:after, .icon-101media.svg-icon__search:after, .icon-101media.svg-icon__user:after, .icon-101media.svg-icon__arrow-right:after, .icon-101media.svg-icon__phone:after, .icon-101media.svg-icon__envelope:after, .icon-101media.svg-icon__heart:after, .icon-101media.svg-icon__shopping-cart:after, .icon-101media.svg-icon__filter:after, .icon-101media.svg-icon__usp-shopping-cart:after, .icon-101media.svg-icon__usp-free-shipping:after, .icon-101media.svg-icon__usp-warranty:after, .icon-101media.svg-icon__usp-btw:after, .icon-101media.svg-icon__facebook:after, .icon-101media.svg-icon__twitter:after, .icon-101media.svg-icon__pinterest:after, .icon-101media.svg-icon__linkedin:after, .icon-101media.svg-icon__instagram:after, .icon-101media.svg-icon__youtube:after, .icon-101media.svg-icon__snapchat:after, .icon-101media.svg-icon__vimeo:after, .icon-101media.svg-icon__whatsapp:after, .icon-101media.svg-icon__tiktok:after, .icon-101media.svg-icon__house:after, .icon-101media.svg-icon__help:after, .icon-101media.svg-icon__contact:after, .icon-101media.svg-icon__marker:after {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='Logo' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 250.2 288.6' style='enable-background:new 0 0 250.2 288.6;' xml:space='preserve'%3E%3Cpolygon fill='%23848484' points='125,0 125,57.5 200.2,100.9 200.2,101 200.2,187.7 200.2,245.2 249.9,216.4 249.9,72.1 ' /%3E%3Cpolygon fill='%231C1A20' points='125,0 123.1,1.1 0,72.1 0,72.2 49.8,100.9 49.8,100.9 123.1,58.5 125,57.5 ' /%3E%3Cpolygon fill='%231C1A20' points='198.3,188.8 125,231.1 125,288.6 198.3,246.2 200.2,245.2 200.2,187.7 ' /%3E%3Cpolygon fill='%23848484' points='49.8,100.9 0,72.2 0,129.6 49.8,158.3 75.2,173 75.2,173.2 75.2,202.4 75.2,259.9 125,288.6 125,231.1 125,144.3 ' /%3E%3C/svg%3E");
    transition: .3s; }
  .svg-icon.icon-101media:hover:after, .icon-101media.svg-icon__check:hover:after, .icon-101media.svg-icon__search:hover:after, .icon-101media.svg-icon__user:hover:after, .icon-101media.svg-icon__arrow-right:hover:after, .icon-101media.svg-icon__phone:hover:after, .icon-101media.svg-icon__envelope:hover:after, .icon-101media.svg-icon__heart:hover:after, .icon-101media.svg-icon__shopping-cart:hover:after, .icon-101media.svg-icon__filter:hover:after, .icon-101media.svg-icon__usp-shopping-cart:hover:after, .icon-101media.svg-icon__usp-free-shipping:hover:after, .icon-101media.svg-icon__usp-warranty:hover:after, .icon-101media.svg-icon__usp-btw:hover:after, .icon-101media.svg-icon__facebook:hover:after, .icon-101media.svg-icon__twitter:hover:after, .icon-101media.svg-icon__pinterest:hover:after, .icon-101media.svg-icon__linkedin:hover:after, .icon-101media.svg-icon__instagram:hover:after, .icon-101media.svg-icon__youtube:hover:after, .icon-101media.svg-icon__snapchat:hover:after, .icon-101media.svg-icon__vimeo:hover:after, .icon-101media.svg-icon__whatsapp:hover:after, .icon-101media.svg-icon__tiktok:hover:after, .icon-101media.svg-icon__house:hover:after, .icon-101media.svg-icon__help:hover:after, .icon-101media.svg-icon__contact:hover:after, .icon-101media.svg-icon__marker:hover:after {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='Logo' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 250.2 288.6' style='enable-background:new 0 0 250.2 288.6;' xml:space='preserve'%3E%3Cpolygon fill='%2300CEAA' points='125,0 125,57.5 200.2,100.9 200.2,101 200.2,187.7 200.2,245.2 249.9,216.4 249.9,72.1 ' /%3E%3Cpolygon fill='%231C1A20' points='125,0 123.1,1.1 0,72.1 0,72.2 49.8,100.9 49.8,100.9 123.1,58.5 125,57.5 ' /%3E%3Cpolygon fill='%231C1A20' points='198.3,188.8 125,231.1 125,288.6 198.3,246.2 200.2,245.2 200.2,187.7 ' /%3E%3Cpolygon fill='%2300CEAA' points='49.8,100.9 0,72.2 0,129.6 49.8,158.3 75.2,173 75.2,173.2 75.2,202.4 75.2,259.9 125,288.6 125,231.1 125,144.3 ' /%3E%3C/svg%3E"); }
  .svg-icon__arrow-left {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='276.5px' height='512px' viewBox='0 0 276.5 512' style='enable-background:new 0 0 276.5 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.8,270.1l236.8,236.2c7.8,7.7,20.3,7.7,28.1,0c7.7-7.8,7.7-20.3,0-28.1L48,256L270.7,33.9c7.8-7.7,7.8-20.3,0-28.1 c-3.9-3.9-9-5.8-14.1-5.8c-5.1,0-10.1,1.9-14,5.8L5.8,242c-3.7,3.7-5.8,8.8-5.8,14S2.1,266.3,5.8,270.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='276.5px' height='512px' viewBox='0 0 276.5 512' style='enable-background:new 0 0 276.5 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.8,270.1l236.8,236.2c7.8,7.7,20.3,7.7,28.1,0c7.7-7.8,7.7-20.3,0-28.1L48,256L270.7,33.9c7.8-7.7,7.8-20.3,0-28.1 c-3.9-3.9-9-5.8-14.1-5.8c-5.1,0-10.1,1.9-14,5.8L5.8,242c-3.7,3.7-5.8,8.8-5.8,14S2.1,266.3,5.8,270.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: #fff;
    width: 8px;
    height: 14px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .svg-icon__arrow-down {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='7.4px' viewBox='0 0 12 7.4' style='enable-background:new 0 0 12 7.4;' xml:space='preserve'%3E%3Cpath d='M10.6,0L6,4.6L1.4,0L0,1.4l6,6l6-6L10.6,0z'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='7.4px' viewBox='0 0 12 7.4' style='enable-background:new 0 0 12 7.4;' xml:space='preserve'%3E%3Cpath d='M10.6,0L6,4.6L1.4,0L0,1.4l6,6l6-6L10.6,0z'/%3E%3C/svg%3E%0A");
    background-color: #fff;
    width: 12px;
    height: 8px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .svg-icon__check:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='512px' height='376px' viewBox='0 0 512 376' style='enable-background:new 0 0 512 376;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M504.5,7.5c-10-10-26.2-10-36.2,0L161.6,314.2L43.7,196.3c-10-10-26.2-10-36.2,0c-10,10-10,26.2,0,36.2l136,136 c10,10,26.2,10,36.2,0L504.5,43.7C514.5,33.7,514.5,17.5,504.5,7.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='512px' height='376px' viewBox='0 0 512 376' style='enable-background:new 0 0 512 376;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M504.5,7.5c-10-10-26.2-10-36.2,0L161.6,314.2L43.7,196.3c-10-10-26.2-10-36.2,0c-10,10-10,26.2,0,36.2l136,136 c10,10,26.2,10,36.2,0L504.5,43.7C514.5,33.7,514.5,17.5,504.5,7.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }
  .svg-icon__search:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='search' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='185.9px' height='185.9px' viewBox='0 0 185.9 185.9' style='enable-background:new 0 0 185.9 185.9;' xml:space='preserve' %3E%3Cpath d='M183.6,172.7l-52.9-52.9c10.2-12.6,16.4-28.7,16.4-46.2C147.2,33,114.1,0,73.6,0S0,33,0,73.6s33,73.6,73.6,73.6 c17.5,0,33.6-6.2,46.2-16.4l52.9,52.9c1.5,1.5,3.5,2.3,5.5,2.3c2,0,4-0.8,5.5-2.3C186.6,180.6,186.6,175.7,183.6,172.7z M73.6,131.7 c-32,0-58.1-26.1-58.1-58.1s26.1-58.1,58.1-58.1s58.1,26.1,58.1,58.1S105.6,131.7,73.6,131.7z'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='search' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='185.9px' height='185.9px' viewBox='0 0 185.9 185.9' style='enable-background:new 0 0 185.9 185.9;' xml:space='preserve' %3E%3Cpath d='M183.6,172.7l-52.9-52.9c10.2-12.6,16.4-28.7,16.4-46.2C147.2,33,114.1,0,73.6,0S0,33,0,73.6s33,73.6,73.6,73.6 c17.5,0,33.6-6.2,46.2-16.4l52.9,52.9c1.5,1.5,3.5,2.3,5.5,2.3c2,0,4-0.8,5.5-2.3C186.6,180.6,186.6,175.7,183.6,172.7z M73.6,131.7 c-32,0-58.1-26.1-58.1-58.1s26.1-58.1,58.1-58.1s58.1,26.1,58.1,58.1S105.6,131.7,73.6,131.7z'/%3E%3C/svg%3E%0A");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }
  .svg-icon__user:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20.9px' height='23.2px' viewBox='0 0 20.9 23.2' style='enable-background:new 0 0 20.9 23.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg transform='translate(-231 -9) translate(233 10) translate(0 9.5)'%3E%3Cpath class='st0' d='M17.8,11.6V9.3c0-2.6-2.1-4.7-4.7-4.7H3.8c-2.6,0-4.7,2.1-4.7,4.7v2.3'/%3E%3Ccircle class='st0' cx='8.4' cy='-4.7' r='4.7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20.9px' height='23.2px' viewBox='0 0 20.9 23.2' style='enable-background:new 0 0 20.9 23.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg transform='translate(-231 -9) translate(233 10) translate(0 9.5)'%3E%3Cpath class='st0' d='M17.8,11.6V9.3c0-2.6-2.1-4.7-4.7-4.7H3.8c-2.6,0-4.7,2.1-4.7,4.7v2.3'/%3E%3Ccircle class='st0' cx='8.4' cy='-4.7' r='4.7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }
  .svg-icon__arrow-right:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='276.5px' height='512px' viewBox='0 0 276.5 512' style='enable-background:new 0 0 276.5 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M270.7,242L33.9,5.8c-7.8-7.7-20.3-7.7-28.1,0c-7.7,7.8-7.7,20.3,0,28.1L228.6,256L5.8,478.1c-7.8,7.7-7.8,20.3,0,28.1 c3.9,3.9,9,5.8,14.1,5.8c5.1,0,10.1-1.9,14-5.8l236.8-236.2c3.7-3.7,5.8-8.8,5.8-14S274.4,245.7,270.7,242z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='276.5px' height='512px' viewBox='0 0 276.5 512' style='enable-background:new 0 0 276.5 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M270.7,242L33.9,5.8c-7.8-7.7-20.3-7.7-28.1,0c-7.7,7.8-7.7,20.3,0,28.1L228.6,256L5.8,478.1c-7.8,7.7-7.8,20.3,0,28.1 c3.9,3.9,9,5.8,14.1,5.8c5.1,0,10.1-1.9,14-5.8l236.8-236.2c3.7-3.7,5.8-8.8,5.8-14S274.4,245.7,270.7,242z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: currentColor;
    width: 8px;
    height: 10px; }
  .svg-icon__phone:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='132.5px' height='132.7px' viewBox='0 0 132.5 132.7' style='enable-background:new 0 0 132.5 132.7;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M104.9,81.3c-2.6-2.9-6.2-4.5-10.1-4.6c-3.9,0.1-7.5,1.7-10.1,4.5l-8.2,8.2L75,88.6c-1-0.5-1.9-0.9-2.6-1.4 C63.9,81.7,56.3,74.7,50,66.8c-2.7-3.3-5.1-7-7-10.9c1.9-1.7,3.6-3.5,5.3-5.3l0.6-0.6c0.4-0.4,0.8-0.8,1.2-1.2s0.8-0.8,1.2-1.2 c2.9-2.7,4.5-6.4,4.6-10.3c-0.1-3.9-1.8-7.6-4.6-10.2l-7.5-7.5c-0.8-0.9-1.7-1.7-2.6-2.6c-1.6-1.7-3.4-3.5-5.2-5.1 c-2.6-2.7-6.2-4.3-9.9-4.3c-3.8,0.1-7.4,1.6-10.1,4.3l-9.5,9.5C2.7,25,0.5,29.8,0.1,34.9c-0.7,8.2,1.7,15.9,3.6,20.9 C8.2,68,15,79.3,25,91.3c11.9,14.4,26.8,26,43.6,34.1c6.5,3.1,15.1,6.7,24.7,7.3c0.6,0,1.2,0.1,1.8,0.1c6.3,0.1,12.4-2.5,16.7-7.2 l0.1-0.1l0,0l0.1-0.1l0,0c1.3-1.6,2.8-3,4.3-4.4l0.4-0.4c1.4-1.4,2.6-2.5,3.6-3.6c2.8-2.7,4.4-6.4,4.4-10.2 c-0.1-3.9-1.7-7.5-4.5-10.2L104.9,81.3z M110,113.7c-1.9,1.8-3.7,3.6-5.4,5.6c-2.5,2.7-6,4.2-9.7,4.1l0,0c-0.4,0-0.8,0-1.1,0 c-8-0.5-15.5-3.7-21.2-6.3c-15.6-7.6-29.4-18.4-40.4-31.7C23,74,16.7,63.6,12.6,52.5c-2.5-6.7-3.4-11.9-3-16.8 c0.2-2.9,1.5-5.6,3.5-7.6l9.4-9.4c0.9-1,2.2-1.6,3.5-1.7c1.3,0.1,2.5,0.7,3.3,1.6l0.1,0.1c1.6,1.5,3.1,3,4.9,4.9l1.3,1.4l1.4,1.3 l7.5,7.5c2.5,2.5,2.5,4.6,0,7.1l-0.8,0.8c-0.5,0.5-1,1.1-1.6,1.6c-2.5,2.5-4.6,4.6-6.9,6.7c-0.1,0.1-0.2,0.1-0.2,0.2 c-2,1.9-2.6,4.7-1.6,7.2l0.1,0.3c2.3,5.3,5.4,10.3,9.1,14.8c7,8.8,15.3,16.4,24.7,22.5c1.1,0.7,2.3,1.3,3.5,1.9 c1,0.5,1.9,1,2.7,1.4l0.1,0.1l0,0c0.1,0.1,0.2,0.1,0.2,0.2c1,0.5,2.1,0.8,3.2,0.8c1.9,0,3.6-0.8,4.9-2.2l9.4-9.4 c0.9-1,2.1-1.6,3.5-1.8c1.3,0.1,2.4,0.7,3.2,1.7l15.3,15.3c2.3,2.3,2.4,4.5,0.3,6.9h-0.6v0.6c-0.8,0.8-1.6,1.6-2.4,2.4L110,113.7z '/%3E%3Cpath class='st1' d='M71.4,33.1C85.7,35.6,97,46.8,99.5,61.2c0.4,2.3,2.4,3.9,4.7,3.9c0.3,0,0.5,0,0.8-0.1 c1.2-0.2,2.3-0.9,3.1-1.9c0.7-1,1-2.3,0.8-3.5C105.6,41.3,91.3,26.9,73,23.8c-0.3,0-0.5-0.1-0.8-0.1c-2.6,0-4.7,2.1-4.7,4.8 c0,1,0.3,1.9,0.9,2.7C69.1,32.2,70.2,32.9,71.4,33.1z'/%3E%3Cpath class='st1' d='M132.4,58.5C127.3,28.6,103.9,5.2,74,0.1C73.7,0,73.5,0,73.2,0c-2.6,0-4.7,2.1-4.7,4.7c0,2.3,1.7,4.3,4,4.6 c25.9,4.5,46.2,24.7,50.7,50.6c0.3,2.3,2.3,4,4.7,4c0.3,0,0.5,0,0.8-0.1C131.1,63.5,132.9,61.1,132.4,58.5 C132.5,58.6,132.5,58.5,132.4,58.5L132.4,58.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='132.5px' height='132.7px' viewBox='0 0 132.5 132.7' style='enable-background:new 0 0 132.5 132.7;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M104.9,81.3c-2.6-2.9-6.2-4.5-10.1-4.6c-3.9,0.1-7.5,1.7-10.1,4.5l-8.2,8.2L75,88.6c-1-0.5-1.9-0.9-2.6-1.4 C63.9,81.7,56.3,74.7,50,66.8c-2.7-3.3-5.1-7-7-10.9c1.9-1.7,3.6-3.5,5.3-5.3l0.6-0.6c0.4-0.4,0.8-0.8,1.2-1.2s0.8-0.8,1.2-1.2 c2.9-2.7,4.5-6.4,4.6-10.3c-0.1-3.9-1.8-7.6-4.6-10.2l-7.5-7.5c-0.8-0.9-1.7-1.7-2.6-2.6c-1.6-1.7-3.4-3.5-5.2-5.1 c-2.6-2.7-6.2-4.3-9.9-4.3c-3.8,0.1-7.4,1.6-10.1,4.3l-9.5,9.5C2.7,25,0.5,29.8,0.1,34.9c-0.7,8.2,1.7,15.9,3.6,20.9 C8.2,68,15,79.3,25,91.3c11.9,14.4,26.8,26,43.6,34.1c6.5,3.1,15.1,6.7,24.7,7.3c0.6,0,1.2,0.1,1.8,0.1c6.3,0.1,12.4-2.5,16.7-7.2 l0.1-0.1l0,0l0.1-0.1l0,0c1.3-1.6,2.8-3,4.3-4.4l0.4-0.4c1.4-1.4,2.6-2.5,3.6-3.6c2.8-2.7,4.4-6.4,4.4-10.2 c-0.1-3.9-1.7-7.5-4.5-10.2L104.9,81.3z M110,113.7c-1.9,1.8-3.7,3.6-5.4,5.6c-2.5,2.7-6,4.2-9.7,4.1l0,0c-0.4,0-0.8,0-1.1,0 c-8-0.5-15.5-3.7-21.2-6.3c-15.6-7.6-29.4-18.4-40.4-31.7C23,74,16.7,63.6,12.6,52.5c-2.5-6.7-3.4-11.9-3-16.8 c0.2-2.9,1.5-5.6,3.5-7.6l9.4-9.4c0.9-1,2.2-1.6,3.5-1.7c1.3,0.1,2.5,0.7,3.3,1.6l0.1,0.1c1.6,1.5,3.1,3,4.9,4.9l1.3,1.4l1.4,1.3 l7.5,7.5c2.5,2.5,2.5,4.6,0,7.1l-0.8,0.8c-0.5,0.5-1,1.1-1.6,1.6c-2.5,2.5-4.6,4.6-6.9,6.7c-0.1,0.1-0.2,0.1-0.2,0.2 c-2,1.9-2.6,4.7-1.6,7.2l0.1,0.3c2.3,5.3,5.4,10.3,9.1,14.8c7,8.8,15.3,16.4,24.7,22.5c1.1,0.7,2.3,1.3,3.5,1.9 c1,0.5,1.9,1,2.7,1.4l0.1,0.1l0,0c0.1,0.1,0.2,0.1,0.2,0.2c1,0.5,2.1,0.8,3.2,0.8c1.9,0,3.6-0.8,4.9-2.2l9.4-9.4 c0.9-1,2.1-1.6,3.5-1.8c1.3,0.1,2.4,0.7,3.2,1.7l15.3,15.3c2.3,2.3,2.4,4.5,0.3,6.9h-0.6v0.6c-0.8,0.8-1.6,1.6-2.4,2.4L110,113.7z '/%3E%3Cpath class='st1' d='M71.4,33.1C85.7,35.6,97,46.8,99.5,61.2c0.4,2.3,2.4,3.9,4.7,3.9c0.3,0,0.5,0,0.8-0.1 c1.2-0.2,2.3-0.9,3.1-1.9c0.7-1,1-2.3,0.8-3.5C105.6,41.3,91.3,26.9,73,23.8c-0.3,0-0.5-0.1-0.8-0.1c-2.6,0-4.7,2.1-4.7,4.8 c0,1,0.3,1.9,0.9,2.7C69.1,32.2,70.2,32.9,71.4,33.1z'/%3E%3Cpath class='st1' d='M132.4,58.5C127.3,28.6,103.9,5.2,74,0.1C73.7,0,73.5,0,73.2,0c-2.6,0-4.7,2.1-4.7,4.7c0,2.3,1.7,4.3,4,4.6 c25.9,4.5,46.2,24.7,50.7,50.6c0.3,2.3,2.3,4,4.7,4c0.3,0,0.5,0,0.8-0.1C131.1,63.5,132.9,61.1,132.4,58.5 C132.5,58.6,132.5,58.5,132.4,58.5L132.4,58.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }
  .svg-icon__envelope:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='159.7px' height='115.8px' viewBox='0 0 159.7 115.8' style='enable-background:new 0 0 159.7 115.8;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M141,0H18.7C8.4,0,0,8.4,0,18.7c0,0,0,0,0,0v78.4c0,10.3,8.4,18.7,18.7,18.7H141c10.3,0,18.7-8.4,18.7-18.7 V18.7C159.7,8.4,151.3,0,141,0z M149.7,97.1c0,4.8-3.9,8.7-8.7,8.7H18.7c-4.8,0-8.7-3.9-8.7-8.7V18.7c0-4.8,3.9-8.7,8.7-8.7H141 c4.8,0,8.7,3.9,8.7,8.7V97.1z'/%3E%3Cpath class='st1' d='M129.7,21.5l-46.6,39c-1.6,1.3-3.8,1.3-5.4,0.1L30,22.8c-2.2-1.7-5.3-1.3-7,0.8s-1.3,5.3,0.8,7l0,0l31.7,25.1 L34.4,78.5c-1.9,2-1.9,5.2,0.1,7.1c2,1.9,5.2,1.9,7.1-0.1c0,0,0.1-0.1,0.1-0.1L63.3,62l8.1,6.4c5.3,4.2,12.9,4.1,18.1-0.2l8.3-6.9 l22.3,24.1c1.8,2.1,5,2.2,7.1,0.4c2.1-1.8,2.2-5,0.4-7.1c0,0-0.1-0.1-0.1-0.1l-22-23.7l30.6-25.6c2.1-1.8,2.4-4.9,0.6-7 S131.8,19.8,129.7,21.5L129.7,21.5L129.7,21.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='159.7px' height='115.8px' viewBox='0 0 159.7 115.8' style='enable-background:new 0 0 159.7 115.8;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M141,0H18.7C8.4,0,0,8.4,0,18.7c0,0,0,0,0,0v78.4c0,10.3,8.4,18.7,18.7,18.7H141c10.3,0,18.7-8.4,18.7-18.7 V18.7C159.7,8.4,151.3,0,141,0z M149.7,97.1c0,4.8-3.9,8.7-8.7,8.7H18.7c-4.8,0-8.7-3.9-8.7-8.7V18.7c0-4.8,3.9-8.7,8.7-8.7H141 c4.8,0,8.7,3.9,8.7,8.7V97.1z'/%3E%3Cpath class='st1' d='M129.7,21.5l-46.6,39c-1.6,1.3-3.8,1.3-5.4,0.1L30,22.8c-2.2-1.7-5.3-1.3-7,0.8s-1.3,5.3,0.8,7l0,0l31.7,25.1 L34.4,78.5c-1.9,2-1.9,5.2,0.1,7.1c2,1.9,5.2,1.9,7.1-0.1c0,0,0.1-0.1,0.1-0.1L63.3,62l8.1,6.4c5.3,4.2,12.9,4.1,18.1-0.2l8.3-6.9 l22.3,24.1c1.8,2.1,5,2.2,7.1,0.4c2.1-1.8,2.2-5,0.4-7.1c0,0-0.1-0.1-0.1-0.1l-22-23.7l30.6-25.6c2.1-1.8,2.4-4.9,0.6-7 S131.8,19.8,129.7,21.5L129.7,21.5L129.7,21.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }
  .svg-icon__heart:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_2_00000062184638222399797320000000272655138802599348_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 17.6' style='enable-background:new 0 0 20 17.6;' xml:space='preserve'%3E%3Cpath d='M17.7,1C15-0.8,11.8,0,10,2.1C8.2,0,5-0.8,2.3,1C0.9,2,0.1,3.6,0,5.3c-0.1,3.9,3.3,7,8.5,11.8l0.1,0.1 c0.8,0.7,1.9,0.7,2.7,0l0.1-0.1c5.3-4.8,8.7-7.9,8.6-11.8C19.9,3.6,19.1,2,17.7,1z M10.1,15.6L10,15.7l-0.1-0.1 C5.1,11.2,2,8.4,2,5.5C2,3.5,3.5,2,5.5,2c1.5,0,3,1,3.6,2.4h1.9C11.5,3,13,2,14.5,2c2,0,3.5,1.5,3.5,3.5C18,8.4,14.9,11.2,10.1,15.6 z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_2_00000062184638222399797320000000272655138802599348_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 17.6' style='enable-background:new 0 0 20 17.6;' xml:space='preserve'%3E%3Cpath d='M17.7,1C15-0.8,11.8,0,10,2.1C8.2,0,5-0.8,2.3,1C0.9,2,0.1,3.6,0,5.3c-0.1,3.9,3.3,7,8.5,11.8l0.1,0.1 c0.8,0.7,1.9,0.7,2.7,0l0.1-0.1c5.3-4.8,8.7-7.9,8.6-11.8C19.9,3.6,19.1,2,17.7,1z M10.1,15.6L10,15.7l-0.1-0.1 C5.1,11.2,2,8.4,2,5.5C2,3.5,3.5,2,5.5,2c1.5,0,3,1,3.6,2.4h1.9C11.5,3,13,2,14.5,2c2,0,3.5,1.5,3.5,3.5C18,8.4,14.9,11.2,10.1,15.6 z'/%3E%3C/svg%3E");
    background-color: currentColor;
    width: 1em;
    height: 1em; }
  .svg-icon__phone-small {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='132.5px' height='132.7px' viewBox='0 0 132.5 132.7' style='enable-background:new 0 0 132.5 132.7;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M104.9,81.3c-2.6-2.9-6.2-4.5-10.1-4.6c-3.9,0.1-7.5,1.7-10.1,4.5l-8.2,8.2L75,88.6c-1-0.5-1.9-0.9-2.6-1.4 C63.9,81.7,56.3,74.7,50,66.8c-2.7-3.3-5.1-7-7-10.9c1.9-1.7,3.6-3.5,5.3-5.3l0.6-0.6c0.4-0.4,0.8-0.8,1.2-1.2s0.8-0.8,1.2-1.2 c2.9-2.7,4.5-6.4,4.6-10.3c-0.1-3.9-1.8-7.6-4.6-10.2l-7.5-7.5c-0.8-0.9-1.7-1.7-2.6-2.6c-1.6-1.7-3.4-3.5-5.2-5.1 c-2.6-2.7-6.2-4.3-9.9-4.3c-3.8,0.1-7.4,1.6-10.1,4.3l-9.5,9.5C2.7,25,0.5,29.8,0.1,34.9c-0.7,8.2,1.7,15.9,3.6,20.9 C8.2,68,15,79.3,25,91.3c11.9,14.4,26.8,26,43.6,34.1c6.5,3.1,15.1,6.7,24.7,7.3c0.6,0,1.2,0.1,1.8,0.1c6.3,0.1,12.4-2.5,16.7-7.2 l0.1-0.1l0,0l0.1-0.1l0,0c1.3-1.6,2.8-3,4.3-4.4l0.4-0.4c1.4-1.4,2.6-2.5,3.6-3.6c2.8-2.7,4.4-6.4,4.4-10.2 c-0.1-3.9-1.7-7.5-4.5-10.2L104.9,81.3z M110,113.7c-1.9,1.8-3.7,3.6-5.4,5.6c-2.5,2.7-6,4.2-9.7,4.1l0,0c-0.4,0-0.8,0-1.1,0 c-8-0.5-15.5-3.7-21.2-6.3c-15.6-7.6-29.4-18.4-40.4-31.7C23,74,16.7,63.6,12.6,52.5c-2.5-6.7-3.4-11.9-3-16.8 c0.2-2.9,1.5-5.6,3.5-7.6l9.4-9.4c0.9-1,2.2-1.6,3.5-1.7c1.3,0.1,2.5,0.7,3.3,1.6l0.1,0.1c1.6,1.5,3.1,3,4.9,4.9l1.3,1.4l1.4,1.3 l7.5,7.5c2.5,2.5,2.5,4.6,0,7.1l-0.8,0.8c-0.5,0.5-1,1.1-1.6,1.6c-2.5,2.5-4.6,4.6-6.9,6.7c-0.1,0.1-0.2,0.1-0.2,0.2 c-2,1.9-2.6,4.7-1.6,7.2l0.1,0.3c2.3,5.3,5.4,10.3,9.1,14.8c7,8.8,15.3,16.4,24.7,22.5c1.1,0.7,2.3,1.3,3.5,1.9 c1,0.5,1.9,1,2.7,1.4l0.1,0.1l0,0c0.1,0.1,0.2,0.1,0.2,0.2c1,0.5,2.1,0.8,3.2,0.8c1.9,0,3.6-0.8,4.9-2.2l9.4-9.4 c0.9-1,2.1-1.6,3.5-1.8c1.3,0.1,2.4,0.7,3.2,1.7l15.3,15.3c2.3,2.3,2.4,4.5,0.3,6.9h-0.6v0.6c-0.8,0.8-1.6,1.6-2.4,2.4L110,113.7z '/%3E%3Cpath class='st1' d='M71.4,33.1C85.7,35.6,97,46.8,99.5,61.2c0.4,2.3,2.4,3.9,4.7,3.9c0.3,0,0.5,0,0.8-0.1 c1.2-0.2,2.3-0.9,3.1-1.9c0.7-1,1-2.3,0.8-3.5C105.6,41.3,91.3,26.9,73,23.8c-0.3,0-0.5-0.1-0.8-0.1c-2.6,0-4.7,2.1-4.7,4.8 c0,1,0.3,1.9,0.9,2.7C69.1,32.2,70.2,32.9,71.4,33.1z'/%3E%3Cpath class='st1' d='M132.4,58.5C127.3,28.6,103.9,5.2,74,0.1C73.7,0,73.5,0,73.2,0c-2.6,0-4.7,2.1-4.7,4.7c0,2.3,1.7,4.3,4,4.6 c25.9,4.5,46.2,24.7,50.7,50.6c0.3,2.3,2.3,4,4.7,4c0.3,0,0.5,0,0.8-0.1C131.1,63.5,132.9,61.1,132.4,58.5 C132.5,58.6,132.5,58.5,132.4,58.5L132.4,58.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='132.5px' height='132.7px' viewBox='0 0 132.5 132.7' style='enable-background:new 0 0 132.5 132.7;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M104.9,81.3c-2.6-2.9-6.2-4.5-10.1-4.6c-3.9,0.1-7.5,1.7-10.1,4.5l-8.2,8.2L75,88.6c-1-0.5-1.9-0.9-2.6-1.4 C63.9,81.7,56.3,74.7,50,66.8c-2.7-3.3-5.1-7-7-10.9c1.9-1.7,3.6-3.5,5.3-5.3l0.6-0.6c0.4-0.4,0.8-0.8,1.2-1.2s0.8-0.8,1.2-1.2 c2.9-2.7,4.5-6.4,4.6-10.3c-0.1-3.9-1.8-7.6-4.6-10.2l-7.5-7.5c-0.8-0.9-1.7-1.7-2.6-2.6c-1.6-1.7-3.4-3.5-5.2-5.1 c-2.6-2.7-6.2-4.3-9.9-4.3c-3.8,0.1-7.4,1.6-10.1,4.3l-9.5,9.5C2.7,25,0.5,29.8,0.1,34.9c-0.7,8.2,1.7,15.9,3.6,20.9 C8.2,68,15,79.3,25,91.3c11.9,14.4,26.8,26,43.6,34.1c6.5,3.1,15.1,6.7,24.7,7.3c0.6,0,1.2,0.1,1.8,0.1c6.3,0.1,12.4-2.5,16.7-7.2 l0.1-0.1l0,0l0.1-0.1l0,0c1.3-1.6,2.8-3,4.3-4.4l0.4-0.4c1.4-1.4,2.6-2.5,3.6-3.6c2.8-2.7,4.4-6.4,4.4-10.2 c-0.1-3.9-1.7-7.5-4.5-10.2L104.9,81.3z M110,113.7c-1.9,1.8-3.7,3.6-5.4,5.6c-2.5,2.7-6,4.2-9.7,4.1l0,0c-0.4,0-0.8,0-1.1,0 c-8-0.5-15.5-3.7-21.2-6.3c-15.6-7.6-29.4-18.4-40.4-31.7C23,74,16.7,63.6,12.6,52.5c-2.5-6.7-3.4-11.9-3-16.8 c0.2-2.9,1.5-5.6,3.5-7.6l9.4-9.4c0.9-1,2.2-1.6,3.5-1.7c1.3,0.1,2.5,0.7,3.3,1.6l0.1,0.1c1.6,1.5,3.1,3,4.9,4.9l1.3,1.4l1.4,1.3 l7.5,7.5c2.5,2.5,2.5,4.6,0,7.1l-0.8,0.8c-0.5,0.5-1,1.1-1.6,1.6c-2.5,2.5-4.6,4.6-6.9,6.7c-0.1,0.1-0.2,0.1-0.2,0.2 c-2,1.9-2.6,4.7-1.6,7.2l0.1,0.3c2.3,5.3,5.4,10.3,9.1,14.8c7,8.8,15.3,16.4,24.7,22.5c1.1,0.7,2.3,1.3,3.5,1.9 c1,0.5,1.9,1,2.7,1.4l0.1,0.1l0,0c0.1,0.1,0.2,0.1,0.2,0.2c1,0.5,2.1,0.8,3.2,0.8c1.9,0,3.6-0.8,4.9-2.2l9.4-9.4 c0.9-1,2.1-1.6,3.5-1.8c1.3,0.1,2.4,0.7,3.2,1.7l15.3,15.3c2.3,2.3,2.4,4.5,0.3,6.9h-0.6v0.6c-0.8,0.8-1.6,1.6-2.4,2.4L110,113.7z '/%3E%3Cpath class='st1' d='M71.4,33.1C85.7,35.6,97,46.8,99.5,61.2c0.4,2.3,2.4,3.9,4.7,3.9c0.3,0,0.5,0,0.8-0.1 c1.2-0.2,2.3-0.9,3.1-1.9c0.7-1,1-2.3,0.8-3.5C105.6,41.3,91.3,26.9,73,23.8c-0.3,0-0.5-0.1-0.8-0.1c-2.6,0-4.7,2.1-4.7,4.8 c0,1,0.3,1.9,0.9,2.7C69.1,32.2,70.2,32.9,71.4,33.1z'/%3E%3Cpath class='st1' d='M132.4,58.5C127.3,28.6,103.9,5.2,74,0.1C73.7,0,73.5,0,73.2,0c-2.6,0-4.7,2.1-4.7,4.7c0,2.3,1.7,4.3,4,4.6 c25.9,4.5,46.2,24.7,50.7,50.6c0.3,2.3,2.3,4,4.7,4c0.3,0,0.5,0,0.8-0.1C131.1,63.5,132.9,61.1,132.4,58.5 C132.5,58.6,132.5,58.5,132.4,58.5L132.4,58.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 17px;
    height: 17px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .svg-icon__envelope-small {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='159.7px' height='115.8px' viewBox='0 0 159.7 115.8' style='enable-background:new 0 0 159.7 115.8;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M141,0H18.7C8.4,0,0,8.4,0,18.7c0,0,0,0,0,0v78.4c0,10.3,8.4,18.7,18.7,18.7H141c10.3,0,18.7-8.4,18.7-18.7 V18.7C159.7,8.4,151.3,0,141,0z M149.7,97.1c0,4.8-3.9,8.7-8.7,8.7H18.7c-4.8,0-8.7-3.9-8.7-8.7V18.7c0-4.8,3.9-8.7,8.7-8.7H141 c4.8,0,8.7,3.9,8.7,8.7V97.1z'/%3E%3Cpath class='st1' d='M129.7,21.5l-46.6,39c-1.6,1.3-3.8,1.3-5.4,0.1L30,22.8c-2.2-1.7-5.3-1.3-7,0.8s-1.3,5.3,0.8,7l0,0l31.7,25.1 L34.4,78.5c-1.9,2-1.9,5.2,0.1,7.1c2,1.9,5.2,1.9,7.1-0.1c0,0,0.1-0.1,0.1-0.1L63.3,62l8.1,6.4c5.3,4.2,12.9,4.1,18.1-0.2l8.3-6.9 l22.3,24.1c1.8,2.1,5,2.2,7.1,0.4c2.1-1.8,2.2-5,0.4-7.1c0,0-0.1-0.1-0.1-0.1l-22-23.7l30.6-25.6c2.1-1.8,2.4-4.9,0.6-7 S131.8,19.8,129.7,21.5L129.7,21.5L129.7,21.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='159.7px' height='115.8px' viewBox='0 0 159.7 115.8' style='enable-background:new 0 0 159.7 115.8;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M141,0H18.7C8.4,0,0,8.4,0,18.7c0,0,0,0,0,0v78.4c0,10.3,8.4,18.7,18.7,18.7H141c10.3,0,18.7-8.4,18.7-18.7 V18.7C159.7,8.4,151.3,0,141,0z M149.7,97.1c0,4.8-3.9,8.7-8.7,8.7H18.7c-4.8,0-8.7-3.9-8.7-8.7V18.7c0-4.8,3.9-8.7,8.7-8.7H141 c4.8,0,8.7,3.9,8.7,8.7V97.1z'/%3E%3Cpath class='st1' d='M129.7,21.5l-46.6,39c-1.6,1.3-3.8,1.3-5.4,0.1L30,22.8c-2.2-1.7-5.3-1.3-7,0.8s-1.3,5.3,0.8,7l0,0l31.7,25.1 L34.4,78.5c-1.9,2-1.9,5.2,0.1,7.1c2,1.9,5.2,1.9,7.1-0.1c0,0,0.1-0.1,0.1-0.1L63.3,62l8.1,6.4c5.3,4.2,12.9,4.1,18.1-0.2l8.3-6.9 l22.3,24.1c1.8,2.1,5,2.2,7.1,0.4c2.1-1.8,2.2-5,0.4-7.1c0,0-0.1-0.1-0.1-0.1l-22-23.7l30.6-25.6c2.1-1.8,2.4-4.9,0.6-7 S131.8,19.8,129.7,21.5L129.7,21.5L129.7,21.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 18px;
    height: 13px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .svg-icon__customer-service {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='158.1px' height='149.7px' viewBox='0 0 158.1 149.7' style='enable-background:new 0 0 158.1 149.7;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23FE6720;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M95.8,99.6c-1.5,0.8-2.4,2.3-2.4,4v12.5c0,4.6-3.7,8.3-8.3,8.3h-6.3c-1.1,0-2.1,0.3-3,1 c-1.4,1.1-2.1,2.8-1.7,4.6l1.3,6.6l-22-11.6c-0.7-0.3-1.4-0.5-2.2-0.5H17.5c-4.6,0-8.3-3.7-8.3-8.3V74.2c0-4.6,3.7-8.2,8.3-8.2 h11.3c2.5,0,4.6-2,4.6-4.6c0,0,0,0,0,0l0,0c0-2.5-2-4.6-4.6-4.6c0,0,0,0,0,0H17.5C7.8,56.8,0,64.6,0,74.2v41.9 c0,9.7,7.8,17.5,17.5,17.5h32.7l29.6,15.6c0.7,0.3,1.4,0.5,2.1,0.5c1,0,2-0.3,2.8-0.9c1.4-1.1,2.1-2.8,1.8-4.6l-2.1-10.6h0.8 c9.6,0,17.5-7.8,17.5-17.5v-12.5c0-2.5-2.1-4.6-4.7-4.6C97.2,99.1,96.5,99.3,95.8,99.6L95.8,99.6z'/%3E%3Cpath class='st1' d='M138.8,0H60.4C49.8,0,41.2,8.6,41.1,19.3v48.5c0,10.6,8.6,19.3,19.3,19.3h2.1l-2.2,10.8l-0.5,2.6 c-0.5,2.4,1.1,4.7,3.4,5.1c0.3,0.1,0.6,0.1,0.9,0.1c0.7,0,1.4-0.2,2-0.5l13.9-7.3l13.3-7l3-1.6l3.2-1.7l1.1-0.6h38.1 c10.6,0,19.3-8.6,19.3-19.3V19.3C158,8.7,149.4,0,138.8,0z M138.8,78.3H99.6c-0.7,0-1.4,0.2-2,0.5l-1.2,0.6l-3,1.6L70.2,93.2 l1.9-9.7c0.5-2.4-1-4.7-3.4-5.2c-0.3-0.1-0.6-0.1-0.9-0.1h-7.5c-5.8,0-10.5-4.7-10.6-10.6V19.3c0-5.8,4.7-10.5,10.6-10.6h78.3 c5.8,0,10.5,4.7,10.6,10.6v48.5C149.3,73.6,144.6,78.3,138.8,78.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='158.1px' height='149.7px' viewBox='0 0 158.1 149.7' style='enable-background:new 0 0 158.1 149.7;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23FE6720;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M95.8,99.6c-1.5,0.8-2.4,2.3-2.4,4v12.5c0,4.6-3.7,8.3-8.3,8.3h-6.3c-1.1,0-2.1,0.3-3,1 c-1.4,1.1-2.1,2.8-1.7,4.6l1.3,6.6l-22-11.6c-0.7-0.3-1.4-0.5-2.2-0.5H17.5c-4.6,0-8.3-3.7-8.3-8.3V74.2c0-4.6,3.7-8.2,8.3-8.2 h11.3c2.5,0,4.6-2,4.6-4.6c0,0,0,0,0,0l0,0c0-2.5-2-4.6-4.6-4.6c0,0,0,0,0,0H17.5C7.8,56.8,0,64.6,0,74.2v41.9 c0,9.7,7.8,17.5,17.5,17.5h32.7l29.6,15.6c0.7,0.3,1.4,0.5,2.1,0.5c1,0,2-0.3,2.8-0.9c1.4-1.1,2.1-2.8,1.8-4.6l-2.1-10.6h0.8 c9.6,0,17.5-7.8,17.5-17.5v-12.5c0-2.5-2.1-4.6-4.7-4.6C97.2,99.1,96.5,99.3,95.8,99.6L95.8,99.6z'/%3E%3Cpath class='st1' d='M138.8,0H60.4C49.8,0,41.2,8.6,41.1,19.3v48.5c0,10.6,8.6,19.3,19.3,19.3h2.1l-2.2,10.8l-0.5,2.6 c-0.5,2.4,1.1,4.7,3.4,5.1c0.3,0.1,0.6,0.1,0.9,0.1c0.7,0,1.4-0.2,2-0.5l13.9-7.3l13.3-7l3-1.6l3.2-1.7l1.1-0.6h38.1 c10.6,0,19.3-8.6,19.3-19.3V19.3C158,8.7,149.4,0,138.8,0z M138.8,78.3H99.6c-0.7,0-1.4,0.2-2,0.5l-1.2,0.6l-3,1.6L70.2,93.2 l1.9-9.7c0.5-2.4-1-4.7-3.4-5.2c-0.3-0.1-0.6-0.1-0.9-0.1h-7.5c-5.8,0-10.5-4.7-10.6-10.6V19.3c0-5.8,4.7-10.5,10.6-10.6h78.3 c5.8,0,10.5,4.7,10.6,10.6v48.5C149.3,73.6,144.6,78.3,138.8,78.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #fff; }
  .svg-icon__close {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='329px' height='329px' viewBox='0 0 329 329' style='enable-background:new 0 0 329 329;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M194.6,164.8L322.7,36.7c8.3-8.3,8.3-21.8,0-30.1c-8.3-8.3-21.8-8.3-30.1,0L164.5,134.6L36.4,6.5 c-8.3-8.3-21.8-8.3-30.1,0c-8.3,8.3-8.3,21.8,0,30.1l128.1,128.1L6.3,292.9c-8.3,8.3-8.3,21.8,0,30.1c4.2,4.2,9.6,6.2,15.1,6.2 s10.9-2.1,15.1-6.2l128.1-128.1L292.6,323c4.2,4.2,9.6,6.2,15.1,6.2c5.5,0,10.9-2.1,15.1-6.2c8.3-8.3,8.3-21.8,0-30.1L194.6,164.8z' /%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='329px' height='329px' viewBox='0 0 329 329' style='enable-background:new 0 0 329 329;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M194.6,164.8L322.7,36.7c8.3-8.3,8.3-21.8,0-30.1c-8.3-8.3-21.8-8.3-30.1,0L164.5,134.6L36.4,6.5 c-8.3-8.3-21.8-8.3-30.1,0c-8.3,8.3-8.3,21.8,0,30.1l128.1,128.1L6.3,292.9c-8.3,8.3-8.3,21.8,0,30.1c4.2,4.2,9.6,6.2,15.1,6.2 s10.9-2.1,15.1-6.2l128.1-128.1L292.6,323c4.2,4.2,9.6,6.2,15.1,6.2c5.5,0,10.9-2.1,15.1-6.2c8.3-8.3,8.3-21.8,0-30.1L194.6,164.8z' /%3E%3C/svg%3E%0A");
    width: 1em;
    height: 1em;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: currentColor;
    display: inline-block; }
  .svg-icon__tooltip {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' height='18px' width='18px' focusable='false' data-prefix='fas' data-icon='info-circle' class='svg-inline--fa fa-info-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'%3E%3C/path%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' height='18px' width='18px' focusable='false' data-prefix='fas' data-icon='info-circle' class='svg-inline--fa fa-info-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'%3E%3C/path%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #cacaca; }
  .svg-icon__filter {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='16px' viewBox='0 0 18 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3Enoun_filters_1245150 (2)%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-overzicht---mobiel' transform='translate(-36.000000, -547.000000)' fill='%23666666' fill-rule='nonzero'%3E%3Cg id='Group-31' transform='translate(17.000000, 535.000000)'%3E%3Cg id='noun_filters_1245150-(2)' transform='translate(19.000000, 12.000000)'%3E%3Cpath d='M5.2173913,0.0264705882 C4.17391304,0.0264705882 3.28695652,0.741176471 3,1.72058824 L0.626086957,1.72058824 C0.260869565,1.72058824 0,2.01176471 0,2.38235294 C0,2.75294118 0.286956522,3.04411765 0.652173913,3.04411765 L3.02608696,3.04411765 C3.28695652,4.02352941 4.2,4.73823529 5.24347826,4.73823529 C6.31304348,4.73823529 7.2,4.02352941 7.48695652,3.04411765 L17.1130435,3.04411765 C17.4782609,3.04411765 17.7652174,2.75294118 17.7652174,2.38235294 C17.7652174,2.01176471 17.4782609,1.72058824 17.1130435,1.72058824 L7.48695652,1.72058824 C7.17391304,0.741176471 6.28695652,0.0264705882 5.2173913,0.0264705882 Z M5.24347826,1.35 C5.79130435,1.35 6.26086957,1.8 6.26086957,2.38235294 C6.26086957,2.96470588 5.79130435,3.41470588 5.24347826,3.41470588 C4.69565217,3.41470588 4.22608696,2.96470588 4.22608696,2.38235294 C4.22608696,1.8 4.69565217,1.35 5.24347826,1.35 Z' id='Shape'/%3E%3Cpath d='M13.0695652,5.32058824 C12.026087,5.32058824 11.1391304,6.03529412 10.8521739,7.01470588 L0.652173913,7.01470588 C0.260869565,7.01470588 0,7.30588235 0,7.67647059 C0,8.04705882 0.286956522,8.33823529 0.652173913,8.33823529 L10.8521739,8.33823529 C11.1130435,9.31764706 12.026087,10.0323529 13.0695652,10.0323529 C14.1391304,10.0323529 15.026087,9.31764706 15.3130435,8.33823529 L17.1130435,8.33823529 C17.4782609,8.33823529 17.7652174,8.04705882 17.7652174,7.67647059 C17.7652174,7.30588235 17.4782609,7.01470588 17.1130435,7.01470588 L15.3130435,7.01470588 C15.026087,6.03529412 14.1391304,5.32058824 13.0695652,5.32058824 Z M13.0956522,6.64411765 C13.6434783,6.64411765 14.1130435,7.09411765 14.1130435,7.67647059 C14.1130435,8.25882353 13.6434783,8.70882353 13.0956522,8.70882353 C12.5478261,8.70882353 12.0782609,8.25882353 12.0782609,7.67647059 C12.0782609,7.09411765 12.5217391,6.64411765 13.0956522,6.64411765 Z' id='Shape'/%3E%3Cpath d='M8.34782609,11.1441176 C7.30434783,11.1441176 6.4173913,11.8588235 6.13043478,12.8382353 L0.652173913,12.8382353 C0.260869565,12.8382353 0,13.1294118 0,13.5 C0,13.8705882 0.286956522,14.1617647 0.652173913,14.1617647 L6.15652174,14.1617647 C6.4173913,15.1411765 7.33043478,15.8558824 8.37391304,15.8558824 C9.44347826,15.8558824 10.3304348,15.1411765 10.6173913,14.1617647 L17.1130435,14.1617647 C17.4782609,14.1617647 17.7652174,13.8705882 17.7652174,13.5 C17.7652174,13.1294118 17.4782609,12.8382353 17.1130435,12.8382353 L10.5913043,12.8382353 C10.3043478,11.8588235 9.4173913,11.1441176 8.34782609,11.1441176 Z M8.37391304,12.4676471 C8.92173913,12.4676471 9.39130435,12.9176471 9.39130435,13.5 C9.39130435,14.0823529 8.92173913,14.5323529 8.37391304,14.5323529 C7.82608696,14.5323529 7.35652174,14.0823529 7.35652174,13.5 C7.3826087,12.9176471 7.82608696,12.4676471 8.37391304,12.4676471 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='16px' viewBox='0 0 18 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3Enoun_filters_1245150 (2)%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-overzicht---mobiel' transform='translate(-36.000000, -547.000000)' fill='%23666666' fill-rule='nonzero'%3E%3Cg id='Group-31' transform='translate(17.000000, 535.000000)'%3E%3Cg id='noun_filters_1245150-(2)' transform='translate(19.000000, 12.000000)'%3E%3Cpath d='M5.2173913,0.0264705882 C4.17391304,0.0264705882 3.28695652,0.741176471 3,1.72058824 L0.626086957,1.72058824 C0.260869565,1.72058824 0,2.01176471 0,2.38235294 C0,2.75294118 0.286956522,3.04411765 0.652173913,3.04411765 L3.02608696,3.04411765 C3.28695652,4.02352941 4.2,4.73823529 5.24347826,4.73823529 C6.31304348,4.73823529 7.2,4.02352941 7.48695652,3.04411765 L17.1130435,3.04411765 C17.4782609,3.04411765 17.7652174,2.75294118 17.7652174,2.38235294 C17.7652174,2.01176471 17.4782609,1.72058824 17.1130435,1.72058824 L7.48695652,1.72058824 C7.17391304,0.741176471 6.28695652,0.0264705882 5.2173913,0.0264705882 Z M5.24347826,1.35 C5.79130435,1.35 6.26086957,1.8 6.26086957,2.38235294 C6.26086957,2.96470588 5.79130435,3.41470588 5.24347826,3.41470588 C4.69565217,3.41470588 4.22608696,2.96470588 4.22608696,2.38235294 C4.22608696,1.8 4.69565217,1.35 5.24347826,1.35 Z' id='Shape'/%3E%3Cpath d='M13.0695652,5.32058824 C12.026087,5.32058824 11.1391304,6.03529412 10.8521739,7.01470588 L0.652173913,7.01470588 C0.260869565,7.01470588 0,7.30588235 0,7.67647059 C0,8.04705882 0.286956522,8.33823529 0.652173913,8.33823529 L10.8521739,8.33823529 C11.1130435,9.31764706 12.026087,10.0323529 13.0695652,10.0323529 C14.1391304,10.0323529 15.026087,9.31764706 15.3130435,8.33823529 L17.1130435,8.33823529 C17.4782609,8.33823529 17.7652174,8.04705882 17.7652174,7.67647059 C17.7652174,7.30588235 17.4782609,7.01470588 17.1130435,7.01470588 L15.3130435,7.01470588 C15.026087,6.03529412 14.1391304,5.32058824 13.0695652,5.32058824 Z M13.0956522,6.64411765 C13.6434783,6.64411765 14.1130435,7.09411765 14.1130435,7.67647059 C14.1130435,8.25882353 13.6434783,8.70882353 13.0956522,8.70882353 C12.5478261,8.70882353 12.0782609,8.25882353 12.0782609,7.67647059 C12.0782609,7.09411765 12.5217391,6.64411765 13.0956522,6.64411765 Z' id='Shape'/%3E%3Cpath d='M8.34782609,11.1441176 C7.30434783,11.1441176 6.4173913,11.8588235 6.13043478,12.8382353 L0.652173913,12.8382353 C0.260869565,12.8382353 0,13.1294118 0,13.5 C0,13.8705882 0.286956522,14.1617647 0.652173913,14.1617647 L6.15652174,14.1617647 C6.4173913,15.1411765 7.33043478,15.8558824 8.37391304,15.8558824 C9.44347826,15.8558824 10.3304348,15.1411765 10.6173913,14.1617647 L17.1130435,14.1617647 C17.4782609,14.1617647 17.7652174,13.8705882 17.7652174,13.5 C17.7652174,13.1294118 17.4782609,12.8382353 17.1130435,12.8382353 L10.5913043,12.8382353 C10.3043478,11.8588235 9.4173913,11.1441176 8.34782609,11.1441176 Z M8.37391304,12.4676471 C8.92173913,12.4676471 9.39130435,12.9176471 9.39130435,13.5 C9.39130435,14.0823529 8.92173913,14.5323529 8.37391304,14.5323529 C7.82608696,14.5323529 7.35652174,14.0823529 7.35652174,13.5 C7.3826087,12.9176471 7.82608696,12.4676471 8.37391304,12.4676471 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #fff;
    width: 18px;
    height: 16px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .svg-icon__list {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB3aWR0aD0iMTc5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDEyNDh2MTkycTAgNDAtMjggNjh0LTY4IDI4aC0zMjBxLTQwIDAtNjgtMjh0LTI4LTY4di0xOTJxMC00MCAyOC02OHQ2OC0yOGgzMjBxNDAgMCA2OCAyOHQyOCA2OHptMC01MTJ2MTkycTAgNDAtMjggNjh0LTY4IDI4aC0zMjBxLTQwIDAtNjgtMjh0LTI4LTY4di0xOTJxMC00MCAyOC02OHQ2OC0yOGgzMjBxNDAgMCA2OCAyOHQyOCA2OHptMTI4MCA1MTJ2MTkycTAgNDAtMjggNjh0LTY4IDI4aC05NjBxLTQwIDAtNjgtMjh0LTI4LTY4di0xOTJxMC00MCAyOC02OHQ2OC0yOGg5NjBxNDAgMCA2OCAyOHQyOCA2OHptLTEyODAtMTAyNHYxOTJxMCA0MC0yOCA2OHQtNjggMjhoLTMyMHEtNDAgMC02OC0yOHQtMjgtNjh2LTE5MnEwLTQwIDI4LTY4dDY4LTI4aDMyMHE0MCAwIDY4IDI4dDI4IDY4em0xMjgwIDUxMnYxOTJxMCA0MC0yOCA2OHQtNjggMjhoLTk2MHEtNDAgMC02OC0yOHQtMjgtNjh2LTE5MnEwLTQwIDI4LTY4dDY4LTI4aDk2MHE0MCAwIDY4IDI4dDI4IDY4em0wLTUxMnYxOTJxMCA0MC0yOCA2OHQtNjggMjhoLTk2MHEtNDAgMC02OC0yOHQtMjgtNjh2LTE5MnEwLTQwIDI4LTY4dDY4LTI4aDk2MHE0MCAwIDY4IDI4dDI4IDY4eiIvPjwvc3ZnPg==");
    width: 15px;
    height: 15px;
    -webkit-mask-size: contain;
            mask-size: contain; }
  .svg-icon__grid {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx0aXRsZS8+PGRlc2MvPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiPjxnIGlkPSJBcnRib2FyZC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzQ3LjAwMDAwMCwgLTI0OS4wMDAwMDApIj48cGF0aCBkPSJNMzU3LDI1NC45OTk1IEMzNTUuODk1LDI1NC45OTk1IDM1NC45OTgsMjU1Ljg5NTUgMzU0Ljk5OCwyNTcuMDAwNSBMMzU0Ljk5OCwyNjYuOTk5NSBDMzU0Ljk5OCwyNjguMTA0NSAzNTUuODk1LDI2OS4wMDA1IDM1NywyNjkuMDAwNSBMMzY3LDI2OS4wMDA1IEMzNjguMTA0LDI2OS4wMDA1IDM2OSwyNjguMTA0NSAzNjksMjY2Ljk5OTUgTDM2OSwyNTcuMDAwNSBDMzY5LDI1NS44OTU1IDM2OC4xMDQsMjU0Ljk5OTUgMzY3LDI1NC45OTk1IEwzNTcsMjU0Ljk5OTUgWiBNMzU3LDI3My4wMDA1IEMzNTUuODk1LDI3My4wMDA1IDM1NC45OTgsMjczLjg5NDUgMzU0Ljk5OCwyNzQuOTk5NSBMMzU0Ljk5OCwyODUuMDAwNSBDMzU0Ljk5OCwyODYuMTAzNSAzNTUuODk1LDI4Ni45OTk1IDM1NywyODYuOTk5NSBMMzY3LDI4Ni45OTk1IEMzNjguMTA0LDI4Ni45OTk1IDM2OSwyODYuMTAzNSAzNjksMjg1LjAwMDUgTDM2OSwyNzQuOTk5NSBDMzY5LDI3My44OTQ1IDM2OC4xMDQsMjczLjAwMDUgMzY3LDI3My4wMDA1IEwzNTcsMjczLjAwMDUgWiBNMzc1LDI1NC45OTk1IEMzNzMuODk2LDI1NC45OTk1IDM3MywyNTUuODk1NSAzNzMsMjU3LjAwMDUgTDM3MywyNjYuOTk5NSBDMzczLDI2OC4xMDQ1IDM3My44OTYsMjY5LjAwMDUgMzc1LDI2OS4wMDA1IEwzODUsMjY5LjAwMDUgQzM4Ni4xMDUsMjY5LjAwMDUgMzg3LDI2OC4xMDQ1IDM4NywyNjYuOTk5NSBMMzg3LDI1Ny4wMDA1IEMzODcsMjU1Ljg5NTUgMzg2LjEwNSwyNTQuOTk5NSAzODUsMjU0Ljk5OTUgTDM3NSwyNTQuOTk5NSBaIE0zNzUsMjczLjAwMDUgQzM3My44OTYsMjczLjAwMDUgMzczLDI3My44OTQ1IDM3MywyNzQuOTk5NSBMMzczLDI4NS4wMDA1IEMzNzMsMjg2LjEwMzUgMzczLjg5NiwyODYuOTk5NSAzNzUsMjg2Ljk5OTUgTDM4NSwyODYuOTk5NSBDMzg2LjEwNSwyODYuOTk5NSAzODcsMjg2LjEwMzUgMzg3LDI4NS4wMDA1IEwzODcsMjc0Ljk5OTUgQzM4NywyNzMuODk0NSAzODYuMTA1LDI3My4wMDA1IDM4NSwyNzMuMDAwNSBMMzc1LDI3My4wMDA1IFoiIGZpbGw9IiMwMDAwMDAiIGlkPSJncmlkIi8+PGcgaWQ9InNsaWNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDcuMDAwMDAwLCA5LjAwMDAwMCkiLz48L2c+PC9nPjwvc3ZnPg==");
    width: 15px;
    height: 15px;
    -webkit-mask-size: contain;
            mask-size: contain; }
  .svg-icon__truck {
    -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9Ikljb25zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCQoJCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2UtZGFzaGFycmF5OjM7fQoJLnN0MntmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDN7ZmlsbDpub25lO30KPC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIyLDkgMTksOSAxOSwyNCAxMCwyNCAiLz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyNCIgY3k9IjI0IiByPSIyIi8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iOCIgY3k9IjI0IiByPSIyIi8+PHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTksMjQgMTksMTMgMjUsMTMgMjksMTggMjksMjQgMjYsMjQgIi8+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjQiIHgyPSIxMyIgeTE9IjEzIiB5Mj0iMTMiLz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMiIgeDI9IjExIiB5MT0iMTciIHkyPSIxNyIvPjxyZWN0IGNsYXNzPSJzdDMiIGhlaWdodD0iNjgwIiB3aWR0aD0iNTM2IiB4PSItMjg4IiB5PSItNDMyIi8+PC9zdmc+");
            mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9Ikljb25zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCQoJCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2UtZGFzaGFycmF5OjM7fQoJLnN0MntmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDN7ZmlsbDpub25lO30KPC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIyLDkgMTksOSAxOSwyNCAxMCwyNCAiLz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyNCIgY3k9IjI0IiByPSIyIi8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iOCIgY3k9IjI0IiByPSIyIi8+PHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTksMjQgMTksMTMgMjUsMTMgMjksMTggMjksMjQgMjYsMjQgIi8+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjQiIHgyPSIxMyIgeTE9IjEzIiB5Mj0iMTMiLz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMiIgeDI9IjExIiB5MT0iMTciIHkyPSIxNyIvPjxyZWN0IGNsYXNzPSJzdDMiIGhlaWdodD0iNjgwIiB3aWR0aD0iNTM2IiB4PSItMjg4IiB5PSItNDMyIi8+PC9zdmc+");
    width: 20px;
    height: 20px;
    -webkit-mask-size: contain;
            mask-size: contain;
    background: #42D697; }
  .svg-icon__thumb {
    -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTk2IDE5MS4xSDMyYy0xNy42NyAwLTMyIDE0LjMzLTMyIDMxLjF2MjIzLjFjMCAxNy42NyAxNC4zMyAzMS4xIDMyIDMxLjFoNjRjMTcuNjcgMCAzMi0xNC4zMyAzMi0zMS4xVjIyMy4xQzEyOCAyMDYuMyAxMTMuNyAxOTEuMSA5NiAxOTEuMXpNNTEyIDIyN2MwLTM2Ljg5LTMwLjA1LTY2LjkyLTY2Ljk3LTY2LjkyaC05OS44NkMzNTQuNyAxMzUuMSAzNjAgMTEzLjUgMzYwIDEwMC44YzAtMzMuOC0yNi4yLTY4Ljc4LTcwLjA2LTY4Ljc4Yy00Ni42MSAwLTU5LjM2IDMyLjQ0LTY5LjYxIDU4LjVjLTMxLjY2IDgwLjUtNjAuMzMgNjYuMzktNjAuMzMgOTMuNDdjMCAxMi44NCAxMC4zNiAyMy45OSAyNC4wMiAyMy45OWM1LjI1NiAwIDEwLjU1LTEuNzIxIDE0Ljk3LTUuMjZjNzYuNzYtNjEuMzcgNTcuOTctMTIyLjcgOTAuOTUtMTIyLjdjMTYuMDggMCAyMi4wNiAxMi43NSAyMi4wNiAyMC43OWMwIDcuNDA0LTcuNTk0IDM5LjU1LTI1LjU1IDcxLjU5Yy0yLjA0NiAzLjY0Ni0zLjA2NiA3LjY4Ni0zLjA2NiAxMS43MmMwIDEzLjkyIDExLjQzIDIzLjEgMjQgMjMuMWgxMzcuNkM0NTUuNSAyMDguMSA0NjQgMjE2LjYgNDY0IDIyN2MwIDkuODA5LTcuNzY2IDE4LjAzLTE3LjY3IDE4LjcxYy0xMi42NiAuODU5My0yMi4zNiAxMS40LTIyLjM2IDIzLjk0YzAgMTUuNDcgMTEuMzkgMTUuOTUgMTEuMzkgMjguOTFjMCAyNS4zNy0zNS4wMyAxMi4zNC0zNS4wMyA0Mi4xNWMwIDExLjIyIDYuMzkyIDEzLjAzIDYuMzkyIDIyLjI1YzAgMjIuNjYtMjkuNzcgMTMuNzYtMjkuNzcgNDAuNjRjMCA0LjUxNSAxLjExIDUuOTYxIDEuMTEgOS40NTZjMCAxMC40NS04LjUxNiAxOC45NS0xOC45NyAxOC45NWgtNTIuNTNjLTI1LjYyIDAtNTEuMDItOC40NjYtNzEuNS0yMy44MWwtMzYuNjYtMjcuNTFjLTQuMzE1LTMuMjQ1LTkuMzctNC44MTEtMTQuMzgtNC44MTFjLTEzLjg1IDAtMjQuMDMgMTEuMzgtMjQuMDMgMjQuMDRjMCA3LjI4NyAzLjMxMiAxNC40MiA5LjU5NiAxOS4xM2wzNi42NyAyNy41MkMyMzUgNDY4LjEgMjcwLjYgNDgwIDMwNi42IDQ4MGg1Mi41M2MzNS4zMyAwIDY0LjM2LTI3LjQ5IDY2LjgtNjIuMmMxNy43Ny0xMi4yMyAyOC44My0zMi41MSAyOC44My01NC44M2MwLTMuMDQ2LS4yMTg3LTYuMTA3LS42NDA2LTkuMTIyYzE3Ljg0LTEyLjE1IDI5LjI4LTMyLjU4IDI5LjI4LTU1LjI4YzAtNS4zMTEtLjY0MDYtMTAuNTQtMS44NzUtMTUuNjRDNDk5LjkgMjcwLjEgNTEyIDI1MC4yIDUxMiAyMjd6Ii8+PC9zdmc+");
            mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTk2IDE5MS4xSDMyYy0xNy42NyAwLTMyIDE0LjMzLTMyIDMxLjF2MjIzLjFjMCAxNy42NyAxNC4zMyAzMS4xIDMyIDMxLjFoNjRjMTcuNjcgMCAzMi0xNC4zMyAzMi0zMS4xVjIyMy4xQzEyOCAyMDYuMyAxMTMuNyAxOTEuMSA5NiAxOTEuMXpNNTEyIDIyN2MwLTM2Ljg5LTMwLjA1LTY2LjkyLTY2Ljk3LTY2LjkyaC05OS44NkMzNTQuNyAxMzUuMSAzNjAgMTEzLjUgMzYwIDEwMC44YzAtMzMuOC0yNi4yLTY4Ljc4LTcwLjA2LTY4Ljc4Yy00Ni42MSAwLTU5LjM2IDMyLjQ0LTY5LjYxIDU4LjVjLTMxLjY2IDgwLjUtNjAuMzMgNjYuMzktNjAuMzMgOTMuNDdjMCAxMi44NCAxMC4zNiAyMy45OSAyNC4wMiAyMy45OWM1LjI1NiAwIDEwLjU1LTEuNzIxIDE0Ljk3LTUuMjZjNzYuNzYtNjEuMzcgNTcuOTctMTIyLjcgOTAuOTUtMTIyLjdjMTYuMDggMCAyMi4wNiAxMi43NSAyMi4wNiAyMC43OWMwIDcuNDA0LTcuNTk0IDM5LjU1LTI1LjU1IDcxLjU5Yy0yLjA0NiAzLjY0Ni0zLjA2NiA3LjY4Ni0zLjA2NiAxMS43MmMwIDEzLjkyIDExLjQzIDIzLjEgMjQgMjMuMWgxMzcuNkM0NTUuNSAyMDguMSA0NjQgMjE2LjYgNDY0IDIyN2MwIDkuODA5LTcuNzY2IDE4LjAzLTE3LjY3IDE4LjcxYy0xMi42NiAuODU5My0yMi4zNiAxMS40LTIyLjM2IDIzLjk0YzAgMTUuNDcgMTEuMzkgMTUuOTUgMTEuMzkgMjguOTFjMCAyNS4zNy0zNS4wMyAxMi4zNC0zNS4wMyA0Mi4xNWMwIDExLjIyIDYuMzkyIDEzLjAzIDYuMzkyIDIyLjI1YzAgMjIuNjYtMjkuNzcgMTMuNzYtMjkuNzcgNDAuNjRjMCA0LjUxNSAxLjExIDUuOTYxIDEuMTEgOS40NTZjMCAxMC40NS04LjUxNiAxOC45NS0xOC45NyAxOC45NWgtNTIuNTNjLTI1LjYyIDAtNTEuMDItOC40NjYtNzEuNS0yMy44MWwtMzYuNjYtMjcuNTFjLTQuMzE1LTMuMjQ1LTkuMzctNC44MTEtMTQuMzgtNC44MTFjLTEzLjg1IDAtMjQuMDMgMTEuMzgtMjQuMDMgMjQuMDRjMCA3LjI4NyAzLjMxMiAxNC40MiA5LjU5NiAxOS4xM2wzNi42NyAyNy41MkMyMzUgNDY4LjEgMjcwLjYgNDgwIDMwNi42IDQ4MGg1Mi41M2MzNS4zMyAwIDY0LjM2LTI3LjQ5IDY2LjgtNjIuMmMxNy43Ny0xMi4yMyAyOC44My0zMi41MSAyOC44My01NC44M2MwLTMuMDQ2LS4yMTg3LTYuMTA3LS42NDA2LTkuMTIyYzE3Ljg0LTEyLjE1IDI5LjI4LTMyLjU4IDI5LjI4LTU1LjI4YzAtNS4zMTEtLjY0MDYtMTAuNTQtMS44NzUtMTUuNjRDNDk5LjkgMjcwLjEgNTEyIDI1MC4yIDUxMiAyMjd6Ii8+PC9zdmc+");
    width: 15px;
    height: 15px;
    -webkit-mask-size: contain;
            mask-size: contain;
    background: #42D697; }
  .svg-icon__delivery {
    -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uYXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoxLjVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlLz48cGF0aCBjbGFzcz0iYSIgZD0iTS43NDksMTYuNUgxNi43MDdhMS41LDEuNSwwLDAsMCwxLjQ4NC0xLjI3N0wyMC4wNTgsMi43NzdBMS41LDEuNSwwLDAsMSwyMS41NDEsMS41aDEuNzA4Ii8+PHJlY3QgY2xhc3M9ImEiIGhlaWdodD0iNiIgcng9IjAuNzUiIHJ5PSIwLjc1IiB3aWR0aD0iNiIgeD0iMi4yNDkiIHk9IjcuNSIvPjxyZWN0IGNsYXNzPSJhIiBoZWlnaHQ9IjkiIHJ4PSIwLjc1IiByeT0iMC43NSIgd2lkdGg9IjcuNSIgeD0iOC4yNDkiIHk9IjQuNSIvPjxjaXJjbGUgY2xhc3M9ImEiIGN4PSI0LjEyNCIgY3k9IjIwLjYyNSIgcj0iMS44NzUiLz48Y2lyY2xlIGNsYXNzPSJhIiBjeD0iMTQuNjI0IiBjeT0iMjAuNjI1IiByPSIxLjg3NSIvPjwvc3ZnPg==");
            mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uYXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoxLjVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlLz48cGF0aCBjbGFzcz0iYSIgZD0iTS43NDksMTYuNUgxNi43MDdhMS41LDEuNSwwLDAsMCwxLjQ4NC0xLjI3N0wyMC4wNTgsMi43NzdBMS41LDEuNSwwLDAsMSwyMS41NDEsMS41aDEuNzA4Ii8+PHJlY3QgY2xhc3M9ImEiIGhlaWdodD0iNiIgcng9IjAuNzUiIHJ5PSIwLjc1IiB3aWR0aD0iNiIgeD0iMi4yNDkiIHk9IjcuNSIvPjxyZWN0IGNsYXNzPSJhIiBoZWlnaHQ9IjkiIHJ4PSIwLjc1IiByeT0iMC43NSIgd2lkdGg9IjcuNSIgeD0iOC4yNDkiIHk9IjQuNSIvPjxjaXJjbGUgY2xhc3M9ImEiIGN4PSI0LjEyNCIgY3k9IjIwLjYyNSIgcj0iMS44NzUiLz48Y2lyY2xlIGNsYXNzPSJhIiBjeD0iMTQuNjI0IiBjeT0iMjAuNjI1IiByPSIxLjg3NSIvPjwvc3ZnPg==");
    width: 18px;
    height: 18px;
    -webkit-mask-size: contain;
            mask-size: contain;
    background: #42D697; }
  .svg-icon__trash {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230D0D0D;%7D%0A%3C/style%3E%3Cpath class='st0' d='M5,2c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2v2h4c0.6,0,1,0.4,1,1s-0.4,1-1,1h-1.1l-0.9,12.1c-0.1,1-0.9,1.9-2,1.9 H4.9c-1,0-1.9-0.8-2-1.9L2.1,6H1C0.4,6,0,5.6,0,5s0.4-1,1-1h4V2z M7,4h6V2H7V4z M4.1,6l0.9,12h10.1l0.9-12H4.1z M8,8 c0.6,0,1,0.4,1,1v6c0,0.6-0.4,1-1,1s-1-0.4-1-1V9C7,8.4,7.4,8,8,8z M12,8c0.6,0,1,0.4,1,1v6c0,0.6-0.4,1-1,1s-1-0.4-1-1V9 C11,8.4,11.4,8,12,8z'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230D0D0D;%7D%0A%3C/style%3E%3Cpath class='st0' d='M5,2c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2v2h4c0.6,0,1,0.4,1,1s-0.4,1-1,1h-1.1l-0.9,12.1c-0.1,1-0.9,1.9-2,1.9 H4.9c-1,0-1.9-0.8-2-1.9L2.1,6H1C0.4,6,0,5.6,0,5s0.4-1,1-1h4V2z M7,4h6V2H7V4z M4.1,6l0.9,12h10.1l0.9-12H4.1z M8,8 c0.6,0,1,0.4,1,1v6c0,0.6-0.4,1-1,1s-1-0.4-1-1V9C7,8.4,7.4,8,8,8z M12,8c0.6,0,1,0.4,1,1v6c0,0.6-0.4,1-1,1s-1-0.4-1-1V9 C11,8.4,11.4,8,12,8z'/%3E%3C/svg%3E%0A");
    width: 13px;
    height: 13px;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #dc3545;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .svg-icon__edit {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pencil-square' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pencil-square' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z'/%3E%3C/svg%3E");
    width: 13px;
    height: 13px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .svg-icon__101media {
    height: 17px;
    width: 15px;
    display: flex; }
    .svg-icon__101media:after {
      content: url("data:image/svg+xml,%3Csvg version='1.1' id='Logo' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 250.2 288.6' style='enable-background:new 0 0 250.2 288.6;' xml:space='preserve'%3E%3Cpolygon fill='%23848484' points='125,0 125,57.5 200.2,100.9 200.2,101 200.2,187.7 200.2,245.2 249.9,216.4 249.9,72.1 ' /%3E%3Cpolygon fill='%231C1A20' points='125,0 123.1,1.1 0,72.1 0,72.2 49.8,100.9 49.8,100.9 123.1,58.5 125,57.5 ' /%3E%3Cpolygon fill='%231C1A20' points='198.3,188.8 125,231.1 125,288.6 198.3,246.2 200.2,245.2 200.2,187.7 ' /%3E%3Cpolygon fill='%23848484' points='49.8,100.9 0,72.2 0,129.6 49.8,158.3 75.2,173 75.2,173.2 75.2,202.4 75.2,259.9 125,288.6 125,231.1 125,144.3 ' /%3E%3C/svg%3E");
      transition: .3s; }
    .svg-icon__101media:hover:after {
      content: url("data:image/svg+xml,%3Csvg version='1.1' id='Logo' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 250.2 288.6' style='enable-background:new 0 0 250.2 288.6;' xml:space='preserve'%3E%3Cpolygon fill='%2300CEAA' points='125,0 125,57.5 200.2,100.9 200.2,101 200.2,187.7 200.2,245.2 249.9,216.4 249.9,72.1 ' /%3E%3Cpolygon fill='%231C1A20' points='125,0 123.1,1.1 0,72.1 0,72.2 49.8,100.9 49.8,100.9 123.1,58.5 125,57.5 ' /%3E%3Cpolygon fill='%231C1A20' points='198.3,188.8 125,231.1 125,288.6 198.3,246.2 200.2,245.2 200.2,187.7 ' /%3E%3Cpolygon fill='%2300CEAA' points='49.8,100.9 0,72.2 0,129.6 49.8,158.3 75.2,173 75.2,173.2 75.2,202.4 75.2,259.9 125,288.6 125,231.1 125,144.3 ' /%3E%3C/svg%3E"); }
  .svg-icon__shopping-cart:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='28' height='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='M25.506 21.166a3.25 3.25 0 00-3.256-3.243 3.25 3.25 0 00-3.256 3.243 3.25 3.25 0 003.256 3.243 3.25 3.25 0 003.256-3.243zm-4.532 0a1.3 1.3 0 011.302-1.297 1.3 1.3 0 011.303 1.297 1.3 1.3 0 01-1.303 1.297 1.3 1.3 0 01-1.302-1.297zM26.724 4.992H7.612l-.651-2.647A2.277 2.277 0 004.744.604H1.276a.975.975 0 00-.976.973c0 .537.437.973.976.973H4.76c.154-.004.29.1.326.25l2.63 10.997a3.579 3.579 0 003.484 2.738h11.109a3.579 3.579 0 003.477-2.738l1.888-7.599a.97.97 0 00-.178-.833.978.978 0 00-.769-.373h-.003zM23.89 13.34a1.627 1.627 0 01-1.579 1.232H11.2a1.627 1.627 0 01-1.582-1.245L8.08 6.937h17.396L23.89 13.34zM10.46 24.396a3.25 3.25 0 003.257-3.243 3.25 3.25 0 00-3.256-3.243 3.25 3.25 0 00-3.256 3.243 3.25 3.25 0 003.256 3.243zm0-4.514a1.3 1.3 0 011.303 1.297 1.3 1.3 0 01-1.302 1.297 1.3 1.3 0 01-1.302-1.297 1.3 1.3 0 011.302-1.297z'/%3E%3C/g%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg width='28' height='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='M25.506 21.166a3.25 3.25 0 00-3.256-3.243 3.25 3.25 0 00-3.256 3.243 3.25 3.25 0 003.256 3.243 3.25 3.25 0 003.256-3.243zm-4.532 0a1.3 1.3 0 011.302-1.297 1.3 1.3 0 011.303 1.297 1.3 1.3 0 01-1.303 1.297 1.3 1.3 0 01-1.302-1.297zM26.724 4.992H7.612l-.651-2.647A2.277 2.277 0 004.744.604H1.276a.975.975 0 00-.976.973c0 .537.437.973.976.973H4.76c.154-.004.29.1.326.25l2.63 10.997a3.579 3.579 0 003.484 2.738h11.109a3.579 3.579 0 003.477-2.738l1.888-7.599a.97.97 0 00-.178-.833.978.978 0 00-.769-.373h-.003zM23.89 13.34a1.627 1.627 0 01-1.579 1.232H11.2a1.627 1.627 0 01-1.582-1.245L8.08 6.937h17.396L23.89 13.34zM10.46 24.396a3.25 3.25 0 003.257-3.243 3.25 3.25 0 00-3.256-3.243 3.25 3.25 0 00-3.256 3.243 3.25 3.25 0 003.256 3.243zm0-4.514a1.3 1.3 0 011.303 1.297 1.3 1.3 0 01-1.302 1.297 1.3 1.3 0 01-1.302-1.297 1.3 1.3 0 011.302-1.297z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    width: 24px;
    height: 24px; }
  .svg-icon__filter:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='16px' viewBox='0 0 18 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3Enoun_filters_1245150 (2)%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-overzicht---mobiel' transform='translate(-36.000000, -547.000000)' fill='%23666666' fill-rule='nonzero'%3E%3Cg id='Group-31' transform='translate(17.000000, 535.000000)'%3E%3Cg id='noun_filters_1245150-(2)' transform='translate(19.000000, 12.000000)'%3E%3Cpath d='M5.2173913,0.0264705882 C4.17391304,0.0264705882 3.28695652,0.741176471 3,1.72058824 L0.626086957,1.72058824 C0.260869565,1.72058824 0,2.01176471 0,2.38235294 C0,2.75294118 0.286956522,3.04411765 0.652173913,3.04411765 L3.02608696,3.04411765 C3.28695652,4.02352941 4.2,4.73823529 5.24347826,4.73823529 C6.31304348,4.73823529 7.2,4.02352941 7.48695652,3.04411765 L17.1130435,3.04411765 C17.4782609,3.04411765 17.7652174,2.75294118 17.7652174,2.38235294 C17.7652174,2.01176471 17.4782609,1.72058824 17.1130435,1.72058824 L7.48695652,1.72058824 C7.17391304,0.741176471 6.28695652,0.0264705882 5.2173913,0.0264705882 Z M5.24347826,1.35 C5.79130435,1.35 6.26086957,1.8 6.26086957,2.38235294 C6.26086957,2.96470588 5.79130435,3.41470588 5.24347826,3.41470588 C4.69565217,3.41470588 4.22608696,2.96470588 4.22608696,2.38235294 C4.22608696,1.8 4.69565217,1.35 5.24347826,1.35 Z' id='Shape'/%3E%3Cpath d='M13.0695652,5.32058824 C12.026087,5.32058824 11.1391304,6.03529412 10.8521739,7.01470588 L0.652173913,7.01470588 C0.260869565,7.01470588 0,7.30588235 0,7.67647059 C0,8.04705882 0.286956522,8.33823529 0.652173913,8.33823529 L10.8521739,8.33823529 C11.1130435,9.31764706 12.026087,10.0323529 13.0695652,10.0323529 C14.1391304,10.0323529 15.026087,9.31764706 15.3130435,8.33823529 L17.1130435,8.33823529 C17.4782609,8.33823529 17.7652174,8.04705882 17.7652174,7.67647059 C17.7652174,7.30588235 17.4782609,7.01470588 17.1130435,7.01470588 L15.3130435,7.01470588 C15.026087,6.03529412 14.1391304,5.32058824 13.0695652,5.32058824 Z M13.0956522,6.64411765 C13.6434783,6.64411765 14.1130435,7.09411765 14.1130435,7.67647059 C14.1130435,8.25882353 13.6434783,8.70882353 13.0956522,8.70882353 C12.5478261,8.70882353 12.0782609,8.25882353 12.0782609,7.67647059 C12.0782609,7.09411765 12.5217391,6.64411765 13.0956522,6.64411765 Z' id='Shape'/%3E%3Cpath d='M8.34782609,11.1441176 C7.30434783,11.1441176 6.4173913,11.8588235 6.13043478,12.8382353 L0.652173913,12.8382353 C0.260869565,12.8382353 0,13.1294118 0,13.5 C0,13.8705882 0.286956522,14.1617647 0.652173913,14.1617647 L6.15652174,14.1617647 C6.4173913,15.1411765 7.33043478,15.8558824 8.37391304,15.8558824 C9.44347826,15.8558824 10.3304348,15.1411765 10.6173913,14.1617647 L17.1130435,14.1617647 C17.4782609,14.1617647 17.7652174,13.8705882 17.7652174,13.5 C17.7652174,13.1294118 17.4782609,12.8382353 17.1130435,12.8382353 L10.5913043,12.8382353 C10.3043478,11.8588235 9.4173913,11.1441176 8.34782609,11.1441176 Z M8.37391304,12.4676471 C8.92173913,12.4676471 9.39130435,12.9176471 9.39130435,13.5 C9.39130435,14.0823529 8.92173913,14.5323529 8.37391304,14.5323529 C7.82608696,14.5323529 7.35652174,14.0823529 7.35652174,13.5 C7.3826087,12.9176471 7.82608696,12.4676471 8.37391304,12.4676471 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='16px' viewBox='0 0 18 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3Enoun_filters_1245150 (2)%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-overzicht---mobiel' transform='translate(-36.000000, -547.000000)' fill='%23666666' fill-rule='nonzero'%3E%3Cg id='Group-31' transform='translate(17.000000, 535.000000)'%3E%3Cg id='noun_filters_1245150-(2)' transform='translate(19.000000, 12.000000)'%3E%3Cpath d='M5.2173913,0.0264705882 C4.17391304,0.0264705882 3.28695652,0.741176471 3,1.72058824 L0.626086957,1.72058824 C0.260869565,1.72058824 0,2.01176471 0,2.38235294 C0,2.75294118 0.286956522,3.04411765 0.652173913,3.04411765 L3.02608696,3.04411765 C3.28695652,4.02352941 4.2,4.73823529 5.24347826,4.73823529 C6.31304348,4.73823529 7.2,4.02352941 7.48695652,3.04411765 L17.1130435,3.04411765 C17.4782609,3.04411765 17.7652174,2.75294118 17.7652174,2.38235294 C17.7652174,2.01176471 17.4782609,1.72058824 17.1130435,1.72058824 L7.48695652,1.72058824 C7.17391304,0.741176471 6.28695652,0.0264705882 5.2173913,0.0264705882 Z M5.24347826,1.35 C5.79130435,1.35 6.26086957,1.8 6.26086957,2.38235294 C6.26086957,2.96470588 5.79130435,3.41470588 5.24347826,3.41470588 C4.69565217,3.41470588 4.22608696,2.96470588 4.22608696,2.38235294 C4.22608696,1.8 4.69565217,1.35 5.24347826,1.35 Z' id='Shape'/%3E%3Cpath d='M13.0695652,5.32058824 C12.026087,5.32058824 11.1391304,6.03529412 10.8521739,7.01470588 L0.652173913,7.01470588 C0.260869565,7.01470588 0,7.30588235 0,7.67647059 C0,8.04705882 0.286956522,8.33823529 0.652173913,8.33823529 L10.8521739,8.33823529 C11.1130435,9.31764706 12.026087,10.0323529 13.0695652,10.0323529 C14.1391304,10.0323529 15.026087,9.31764706 15.3130435,8.33823529 L17.1130435,8.33823529 C17.4782609,8.33823529 17.7652174,8.04705882 17.7652174,7.67647059 C17.7652174,7.30588235 17.4782609,7.01470588 17.1130435,7.01470588 L15.3130435,7.01470588 C15.026087,6.03529412 14.1391304,5.32058824 13.0695652,5.32058824 Z M13.0956522,6.64411765 C13.6434783,6.64411765 14.1130435,7.09411765 14.1130435,7.67647059 C14.1130435,8.25882353 13.6434783,8.70882353 13.0956522,8.70882353 C12.5478261,8.70882353 12.0782609,8.25882353 12.0782609,7.67647059 C12.0782609,7.09411765 12.5217391,6.64411765 13.0956522,6.64411765 Z' id='Shape'/%3E%3Cpath d='M8.34782609,11.1441176 C7.30434783,11.1441176 6.4173913,11.8588235 6.13043478,12.8382353 L0.652173913,12.8382353 C0.260869565,12.8382353 0,13.1294118 0,13.5 C0,13.8705882 0.286956522,14.1617647 0.652173913,14.1617647 L6.15652174,14.1617647 C6.4173913,15.1411765 7.33043478,15.8558824 8.37391304,15.8558824 C9.44347826,15.8558824 10.3304348,15.1411765 10.6173913,14.1617647 L17.1130435,14.1617647 C17.4782609,14.1617647 17.7652174,13.8705882 17.7652174,13.5 C17.7652174,13.1294118 17.4782609,12.8382353 17.1130435,12.8382353 L10.5913043,12.8382353 C10.3043478,11.8588235 9.4173913,11.1441176 8.34782609,11.1441176 Z M8.37391304,12.4676471 C8.92173913,12.4676471 9.39130435,12.9176471 9.39130435,13.5 C9.39130435,14.0823529 8.92173913,14.5323529 8.37391304,14.5323529 C7.82608696,14.5323529 7.35652174,14.0823529 7.35652174,13.5 C7.3826087,12.9176471 7.82608696,12.4676471 8.37391304,12.4676471 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__usp-shopping-cart:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='73px' height='61.3px' viewBox='0 0 73 61.3' style='enable-background:new 0 0 73 61.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23424242;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cpath class='st0' d='M32.4,51c-1.1,0.4-2.4-0.2-2.8-1.4c-0.4-1.1,0.2-2.4,1.4-2.8c7.6-2.6,27.7-9.5,35.5-12.2 c2.1-0.7,3.5-2.8,3.2-5.1L65.8,3.5c-0.1-1.2-0.8-2.3-1.8-2.9c-1-0.7-2.2-0.8-3.4-0.4C57.5,1.3,30.7,10.4,17,15l-5-7.3 C10.8,6,8.6,5.2,6.6,5.9L1.3,7.8c-1,0.3-1.6,1.5-1.2,2.5s1.5,1.6,2.5,1.2l5.3-1.9c0.3-0.1,0.7,0,0.9,0.3l20.7,33.5 c-1.4,0.5-2.6,1.6-3.3,3c-1.5,3-0.3,6.6,2.6,8.1c1.5,0.8,3.2,0.9,4.8,0.3l2.7-0.9c-0.4,3.7,2.3,7.1,6,7.5c3.7,0.4,7.1-2.3,7.5-6 c0.2-2-0.5-4-1.9-5.5l11.6-4c-0.1,1,0,2,0.3,3c1.2,3.5,5.1,5.4,8.6,4.2s5.4-5.1,4.2-8.6l0,0c-0.3-1-0.9-1.9-1.7-2.6 c0.8-0.7,1-1.9,0.3-2.7c-0.5-0.7-1.4-0.9-2.2-0.6L32.4,51z M45.8,53.6c0.5,1.5-0.3,3.2-1.8,3.7c-1.5,0.5-3.2-0.3-3.7-1.8 c-0.5-1.5,0.3-3.2,1.8-3.7l0,0C43.6,51.3,45.3,52.1,45.8,53.6z M67.2,49.3c-1.5,0.5-3.2-0.3-3.7-1.8c-0.5-1.5,0.3-3.1,1.8-3.7h0.1 c1.5-0.5,3.2,0.3,3.7,1.8C69.5,47.2,68.7,48.8,67.2,49.3L67.2,49.3z M62,3.9L62,3.9l1.9,12.2l-6.4,2.2l-2.7-12L62,3.9L62,3.9z M51.6,35.7l-3.5-10l6.5-2.2l2.7,10.3L51.6,35.7z M42,39l-4.1-9.9l6.5-2.2l3.5,10L42,39z M34.1,41.7L34.1,41.7 c-0.5,0.1-0.9,0-1.2-0.4L28,32.6l6.2-2.1l4.2,9.8L34.1,41.7z M36.5,25.6L32,14.1l7.3-2.6l3.8,11.7L36.5,25.6z M46.8,22L43,10.3 l8.1-2.7l2.7,12.1L46.8,22L46.8,22z M27.5,15.5l5,11.4l-6.7,2.3l-6.6-10.9L27.5,15.5z M65.2,31.1l-4.5,1.5l-2.4-10.4l6-2l1.5,9.9 C65.9,30.5,65.6,30.9,65.2,31.1z'/%3E%3Cpath class='st1' d='M15.8,57.4h11c1.1,0,1.9,0.9,1.9,1.9v0c0,1.1-0.9,1.9-1.9,1.9h-11c-1.1,0-1.9-0.9-1.9-1.9v0 C13.9,58.3,14.8,57.4,15.8,57.4z'/%3E%3Cpath class='st1' d='M1.9,49.2h16.2c1.1,0,1.9,0.9,1.9,1.9v0c0,1.1-0.9,1.9-1.9,1.9H1.9c-1.1,0-1.9-0.9-1.9-1.9v0 C0,50.1,0.9,49.2,1.9,49.2z'/%3E%3Cpath class='st1' d='M9.9,40.2h10.6c1.1,0,1.9,0.9,1.9,1.9v0c0,1.1-0.9,1.9-1.9,1.9H9.9c-1.1,0-1.9-0.9-1.9-1.9v0 C8,41.1,8.8,40.2,9.9,40.2z'/%3E%3C/svg%3E ");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='73px' height='61.3px' viewBox='0 0 73 61.3' style='enable-background:new 0 0 73 61.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23424242;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cpath class='st0' d='M32.4,51c-1.1,0.4-2.4-0.2-2.8-1.4c-0.4-1.1,0.2-2.4,1.4-2.8c7.6-2.6,27.7-9.5,35.5-12.2 c2.1-0.7,3.5-2.8,3.2-5.1L65.8,3.5c-0.1-1.2-0.8-2.3-1.8-2.9c-1-0.7-2.2-0.8-3.4-0.4C57.5,1.3,30.7,10.4,17,15l-5-7.3 C10.8,6,8.6,5.2,6.6,5.9L1.3,7.8c-1,0.3-1.6,1.5-1.2,2.5s1.5,1.6,2.5,1.2l5.3-1.9c0.3-0.1,0.7,0,0.9,0.3l20.7,33.5 c-1.4,0.5-2.6,1.6-3.3,3c-1.5,3-0.3,6.6,2.6,8.1c1.5,0.8,3.2,0.9,4.8,0.3l2.7-0.9c-0.4,3.7,2.3,7.1,6,7.5c3.7,0.4,7.1-2.3,7.5-6 c0.2-2-0.5-4-1.9-5.5l11.6-4c-0.1,1,0,2,0.3,3c1.2,3.5,5.1,5.4,8.6,4.2s5.4-5.1,4.2-8.6l0,0c-0.3-1-0.9-1.9-1.7-2.6 c0.8-0.7,1-1.9,0.3-2.7c-0.5-0.7-1.4-0.9-2.2-0.6L32.4,51z M45.8,53.6c0.5,1.5-0.3,3.2-1.8,3.7c-1.5,0.5-3.2-0.3-3.7-1.8 c-0.5-1.5,0.3-3.2,1.8-3.7l0,0C43.6,51.3,45.3,52.1,45.8,53.6z M67.2,49.3c-1.5,0.5-3.2-0.3-3.7-1.8c-0.5-1.5,0.3-3.1,1.8-3.7h0.1 c1.5-0.5,3.2,0.3,3.7,1.8C69.5,47.2,68.7,48.8,67.2,49.3L67.2,49.3z M62,3.9L62,3.9l1.9,12.2l-6.4,2.2l-2.7-12L62,3.9L62,3.9z M51.6,35.7l-3.5-10l6.5-2.2l2.7,10.3L51.6,35.7z M42,39l-4.1-9.9l6.5-2.2l3.5,10L42,39z M34.1,41.7L34.1,41.7 c-0.5,0.1-0.9,0-1.2-0.4L28,32.6l6.2-2.1l4.2,9.8L34.1,41.7z M36.5,25.6L32,14.1l7.3-2.6l3.8,11.7L36.5,25.6z M46.8,22L43,10.3 l8.1-2.7l2.7,12.1L46.8,22L46.8,22z M27.5,15.5l5,11.4l-6.7,2.3l-6.6-10.9L27.5,15.5z M65.2,31.1l-4.5,1.5l-2.4-10.4l6-2l1.5,9.9 C65.9,30.5,65.6,30.9,65.2,31.1z'/%3E%3Cpath class='st1' d='M15.8,57.4h11c1.1,0,1.9,0.9,1.9,1.9v0c0,1.1-0.9,1.9-1.9,1.9h-11c-1.1,0-1.9-0.9-1.9-1.9v0 C13.9,58.3,14.8,57.4,15.8,57.4z'/%3E%3Cpath class='st1' d='M1.9,49.2h16.2c1.1,0,1.9,0.9,1.9,1.9v0c0,1.1-0.9,1.9-1.9,1.9H1.9c-1.1,0-1.9-0.9-1.9-1.9v0 C0,50.1,0.9,49.2,1.9,49.2z'/%3E%3Cpath class='st1' d='M9.9,40.2h10.6c1.1,0,1.9,0.9,1.9,1.9v0c0,1.1-0.9,1.9-1.9,1.9H9.9c-1.1,0-1.9-0.9-1.9-1.9v0 C8,41.1,8.8,40.2,9.9,40.2z'/%3E%3C/svg%3E ");
    width: 3rem;
    height: 3rem;
    background-color: currentColor; }
  .svg-icon__usp-free-shipping:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='68.6px' height='73px' viewBox='0 0 68.6 73' style='enable-background:new 0 0 68.6 73;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23424242;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M34.3,73c-0.3,0-0.6-0.1-0.9-0.2L1.1,57.2c-0.7-0.3-1.1-1-1.1-1.8V17.6c0-0.8,0.4-1.5,1.1-1.8L33.4,0.2 C33.7,0.1,34,0,34.3,0c0.3,0,0.6,0.1,0.9,0.2l32.3,15.6c0.7,0.3,1.1,1,1.1,1.8v37.9c0,0.8-0.4,1.5-1.1,1.8L35.1,72.8 C34.9,72.9,34.6,73,34.3,73z M36.3,34.4v33.5l28.3-13.7V20.7l-7.7,3.7v12c0,0.8-0.4,1.5-1.1,1.8L48,42c-0.3,0.1-0.6,0.2-0.9,0.2 c-0.4,0-0.8-0.1-1.1-0.3c-0.6-0.4-0.9-1-0.9-1.7L45,30.1L36.3,34.4z M4,54.2l28.3,13.7V34.4L4,20.7V54.2z M49.1,28.2V37l3.8-1.8 v-8.8L49.1,28.2z M34.3,31l8.2-4L14.7,13.6l-8.2,3.9l25.2,12.1l0.1,0h0.1L34.3,31z M19.4,11.4L47,24.8l4-1.9L23.3,9.5L19.4,11.4z M27.8,7.3l27.7,13.4l6.5-3.1L34.3,4.2L27.8,7.3z'/%3E%3Cpath class='st1' d='M23.5,56.6c-1.4-0.1-2.7-0.5-3.9-1.1c-4.4-2.3-7.5-6.4-8.6-11.2v-0.1l-1.5-0.8c-0.6-0.3-1-1-1-1.6 c0-0.4,0.2-0.7,0.5-0.7c0.1,0,0.2,0,0.3,0.1l1.3,0.7v-0.4c0-0.3,0-0.6,0-0.8c0-0.2,0-0.4,0-0.6v-0.1l-1.1-0.6c-0.6-0.3-1-1-1-1.6 c0-0.4,0.2-0.7,0.5-0.7c0.1,0,0.2,0,0.3,0.1l1.7,0.8l0.1-0.2c0.6-2.3,2.7-3.9,5-3.8c1.2,0,2.4,0.3,3.5,0.9 c1.3,0.6,2.5,1.4,3.6,2.4c0.9,0.7,1.5,1.8,1.5,3c0,0.9-0.4,1.5-1.1,1.5c-0.2,0-0.5-0.1-0.7-0.2c-0.4-0.2-0.8-0.5-1.1-0.8l-0.5-0.5 c-0.5-0.4-1.1-0.8-1.8-1.1c-0.5-0.3-1.1-0.4-1.8-0.4c-0.9,0-1.7,0.4-2.3,1.1l-0.1,0.2l4.6,2.3c0.6,0.4,1,1,1,1.7 c0,0.4-0.2,0.7-0.5,0.7c-0.1,0-0.2,0-0.3-0.1l-5.4-2.6v0.3c0,0.2,0,0.5,0,0.7s0,0.6,0,0.9v0.1l5,2.4c0.6,0.4,1,1,1,1.7 c0,0.4-0.2,0.7-0.5,0.7c-0.1,0-0.2,0-0.3-0.1l-4.6-2.2l0.2,0.5c0.7,1.8,2,3.2,3.6,4.2c0.6,0.3,1.2,0.5,1.9,0.6l0.8,0.1 c0.4,0,0.8,0.1,1.1,0.2c1.1,0.7,1.8,1.9,1.8,3.2c0.1,0.7-0.4,1.3-1.1,1.4c-0.1,0-0.2,0-0.3,0L23.5,56.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='68.6px' height='73px' viewBox='0 0 68.6 73' style='enable-background:new 0 0 68.6 73;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23424242;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M34.3,73c-0.3,0-0.6-0.1-0.9-0.2L1.1,57.2c-0.7-0.3-1.1-1-1.1-1.8V17.6c0-0.8,0.4-1.5,1.1-1.8L33.4,0.2 C33.7,0.1,34,0,34.3,0c0.3,0,0.6,0.1,0.9,0.2l32.3,15.6c0.7,0.3,1.1,1,1.1,1.8v37.9c0,0.8-0.4,1.5-1.1,1.8L35.1,72.8 C34.9,72.9,34.6,73,34.3,73z M36.3,34.4v33.5l28.3-13.7V20.7l-7.7,3.7v12c0,0.8-0.4,1.5-1.1,1.8L48,42c-0.3,0.1-0.6,0.2-0.9,0.2 c-0.4,0-0.8-0.1-1.1-0.3c-0.6-0.4-0.9-1-0.9-1.7L45,30.1L36.3,34.4z M4,54.2l28.3,13.7V34.4L4,20.7V54.2z M49.1,28.2V37l3.8-1.8 v-8.8L49.1,28.2z M34.3,31l8.2-4L14.7,13.6l-8.2,3.9l25.2,12.1l0.1,0h0.1L34.3,31z M19.4,11.4L47,24.8l4-1.9L23.3,9.5L19.4,11.4z M27.8,7.3l27.7,13.4l6.5-3.1L34.3,4.2L27.8,7.3z'/%3E%3Cpath class='st1' d='M23.5,56.6c-1.4-0.1-2.7-0.5-3.9-1.1c-4.4-2.3-7.5-6.4-8.6-11.2v-0.1l-1.5-0.8c-0.6-0.3-1-1-1-1.6 c0-0.4,0.2-0.7,0.5-0.7c0.1,0,0.2,0,0.3,0.1l1.3,0.7v-0.4c0-0.3,0-0.6,0-0.8c0-0.2,0-0.4,0-0.6v-0.1l-1.1-0.6c-0.6-0.3-1-1-1-1.6 c0-0.4,0.2-0.7,0.5-0.7c0.1,0,0.2,0,0.3,0.1l1.7,0.8l0.1-0.2c0.6-2.3,2.7-3.9,5-3.8c1.2,0,2.4,0.3,3.5,0.9 c1.3,0.6,2.5,1.4,3.6,2.4c0.9,0.7,1.5,1.8,1.5,3c0,0.9-0.4,1.5-1.1,1.5c-0.2,0-0.5-0.1-0.7-0.2c-0.4-0.2-0.8-0.5-1.1-0.8l-0.5-0.5 c-0.5-0.4-1.1-0.8-1.8-1.1c-0.5-0.3-1.1-0.4-1.8-0.4c-0.9,0-1.7,0.4-2.3,1.1l-0.1,0.2l4.6,2.3c0.6,0.4,1,1,1,1.7 c0,0.4-0.2,0.7-0.5,0.7c-0.1,0-0.2,0-0.3-0.1l-5.4-2.6v0.3c0,0.2,0,0.5,0,0.7s0,0.6,0,0.9v0.1l5,2.4c0.6,0.4,1,1,1,1.7 c0,0.4-0.2,0.7-0.5,0.7c-0.1,0-0.2,0-0.3-0.1l-4.6-2.2l0.2,0.5c0.7,1.8,2,3.2,3.6,4.2c0.6,0.3,1.2,0.5,1.9,0.6l0.8,0.1 c0.4,0,0.8,0.1,1.1,0.2c1.1,0.7,1.8,1.9,1.8,3.2c0.1,0.7-0.4,1.3-1.1,1.4c-0.1,0-0.2,0-0.3,0L23.5,56.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 3rem;
    height: 3rem;
    background-color: currentColor; }
  .svg-icon__usp-warranty:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='66.1px' height='73.3px' viewBox='0 0 66.1 73.3' style='enable-background:new 0 0 66.1 73.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23424242;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M42.1,14.6l5.3-12.3c0.4-0.8,0-1.8-0.8-2.2c-0.3-0.2-0.7-0.2-1-0.1L33.4,2.3c-0.9,0.2-1.5,1.1-1.3,2 c0,0.2,0.1,0.4,0.3,0.6l6.9,10c0.5,0.8,1.6,0.9,2.3,0.4C41.8,15.1,42,14.9,42.1,14.6z'/%3E%3Cpath class='st0' d='M24.3,58.6L19,70.9c-0.4,0.9,0,1.9,0.9,2.2c0.3,0.1,0.6,0.2,0.9,0.1L33,71c0.9-0.2,1.5-1,1.3-1.9 c0-0.2-0.1-0.5-0.3-0.7l-6.9-10c-0.5-0.8-1.6-1-2.3-0.5C24.6,58.1,24.4,58.4,24.3,58.6z'/%3E%3Cpath class='st0' d='M44.8,67.4c-1.1,0-1.9-0.8-2-1.9c0-0.8,0.5-1.5,1.2-1.8c14.9-6.1,22.1-23.1,16-38c-3-7.2-8.7-13-16-16 c-1-0.5-1.4-1.6-1-2.6c0.4-1,1.5-1.5,2.5-1.1c16.9,6.8,25.1,26,18.3,42.9c-3.4,8.3-10,14.9-18.3,18.3C45.3,67.3,45,67.4,44.8,67.4 z'/%3E%3Cpath class='st0' d='M21.3,67.4c-0.2,0-0.5-0.1-0.7-0.2C3.7,60.4-4.5,41.2,2.3,24.3C5.6,16,12.3,9.4,20.6,6c1-0.3,2.1,0.2,2.5,1.2 c0.3,0.9-0.1,1.9-1,2.4C7.1,15.7,0,32.7,6,47.6c3,7.3,8.8,13.1,16,16c1,0.4,1.5,1.5,1,2.5C22.8,66.9,22.1,67.4,21.3,67.4 L21.3,67.4z'/%3E%3Cpath class='st1' d='M20.5,47.7c-1,0-1.9-0.8-1.9-1.9c0-1,0.8-1.9,1.9-1.9h3.6V29.3l-2.7,1.2c-0.2,0.1-0.5,0.2-0.7,0.2 c-1,0-1.9-0.8-1.9-1.9c0,0,0,0,0,0c0-0.7,0.5-1.4,1.1-1.7l3.8-1.9c0.6-0.3,1.3-0.4,2-0.4h0.4c1.2-0.1,2.2,0.9,2.2,2c0,0,0,0,0,0.1 V44h3c1,0,1.9,0.8,1.9,1.9c0,1-0.8,1.9-1.9,1.9L20.5,47.7z'/%3E%3Cpath class='st1' d='M44,48c-1.2,0-2.1-1-2.1-2.1v-3h-7.3c-1.3,0.1-2.4-0.9-2.5-2.2c0,0,0-0.1,0-0.1c0-0.5,0.1-1,0.4-1.4l5.3-13 c0.2-1.1,1.2-1.8,2.3-1.6c1.1,0.2,1.8,1.2,1.6,2.3c0,0.3-0.1,0.7-0.2,1l-4.6,11.5h5V34c-0.1-1.1,0.8-2.1,1.9-2.2s2.1,0.8,2.2,1.9 c0,0.1,0,0.2,0,0.3v5.3h1.6c1,0.1,1.7,0.9,1.6,1.9c-0.1,0.9-0.8,1.6-1.6,1.6h-1.6v3C46.1,47,45.2,48,44,48z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='66.1px' height='73.3px' viewBox='0 0 66.1 73.3' style='enable-background:new 0 0 66.1 73.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23424242;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M42.1,14.6l5.3-12.3c0.4-0.8,0-1.8-0.8-2.2c-0.3-0.2-0.7-0.2-1-0.1L33.4,2.3c-0.9,0.2-1.5,1.1-1.3,2 c0,0.2,0.1,0.4,0.3,0.6l6.9,10c0.5,0.8,1.6,0.9,2.3,0.4C41.8,15.1,42,14.9,42.1,14.6z'/%3E%3Cpath class='st0' d='M24.3,58.6L19,70.9c-0.4,0.9,0,1.9,0.9,2.2c0.3,0.1,0.6,0.2,0.9,0.1L33,71c0.9-0.2,1.5-1,1.3-1.9 c0-0.2-0.1-0.5-0.3-0.7l-6.9-10c-0.5-0.8-1.6-1-2.3-0.5C24.6,58.1,24.4,58.4,24.3,58.6z'/%3E%3Cpath class='st0' d='M44.8,67.4c-1.1,0-1.9-0.8-2-1.9c0-0.8,0.5-1.5,1.2-1.8c14.9-6.1,22.1-23.1,16-38c-3-7.2-8.7-13-16-16 c-1-0.5-1.4-1.6-1-2.6c0.4-1,1.5-1.5,2.5-1.1c16.9,6.8,25.1,26,18.3,42.9c-3.4,8.3-10,14.9-18.3,18.3C45.3,67.3,45,67.4,44.8,67.4 z'/%3E%3Cpath class='st0' d='M21.3,67.4c-0.2,0-0.5-0.1-0.7-0.2C3.7,60.4-4.5,41.2,2.3,24.3C5.6,16,12.3,9.4,20.6,6c1-0.3,2.1,0.2,2.5,1.2 c0.3,0.9-0.1,1.9-1,2.4C7.1,15.7,0,32.7,6,47.6c3,7.3,8.8,13.1,16,16c1,0.4,1.5,1.5,1,2.5C22.8,66.9,22.1,67.4,21.3,67.4 L21.3,67.4z'/%3E%3Cpath class='st1' d='M20.5,47.7c-1,0-1.9-0.8-1.9-1.9c0-1,0.8-1.9,1.9-1.9h3.6V29.3l-2.7,1.2c-0.2,0.1-0.5,0.2-0.7,0.2 c-1,0-1.9-0.8-1.9-1.9c0,0,0,0,0,0c0-0.7,0.5-1.4,1.1-1.7l3.8-1.9c0.6-0.3,1.3-0.4,2-0.4h0.4c1.2-0.1,2.2,0.9,2.2,2c0,0,0,0,0,0.1 V44h3c1,0,1.9,0.8,1.9,1.9c0,1-0.8,1.9-1.9,1.9L20.5,47.7z'/%3E%3Cpath class='st1' d='M44,48c-1.2,0-2.1-1-2.1-2.1v-3h-7.3c-1.3,0.1-2.4-0.9-2.5-2.2c0,0,0-0.1,0-0.1c0-0.5,0.1-1,0.4-1.4l5.3-13 c0.2-1.1,1.2-1.8,2.3-1.6c1.1,0.2,1.8,1.2,1.6,2.3c0,0.3-0.1,0.7-0.2,1l-4.6,11.5h5V34c-0.1-1.1,0.8-2.1,1.9-2.2s2.1,0.8,2.2,1.9 c0,0.1,0,0.2,0,0.3v5.3h1.6c1,0.1,1.7,0.9,1.6,1.9c-0.1,0.9-0.8,1.6-1.6,1.6h-1.6v3C46.1,47,45.2,48,44,48z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 3rem;
    height: 3rem;
    background-color: currentColor; }
  .svg-icon__usp-btw:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='161.1px' height='161.1px' viewBox='0 0 161.1 161.1' style='enable-background:new 0 0 161.1 161.1;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23424242;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M80.5,9.6c39.2,0,71,31.8,71,71s-31.8,71-71,71s-71-31.8-71-71S41.3,9.6,80.5,9.6 M80.5,0 C36.1,0,0,36.1,0,80.5s36.1,80.5,80.5,80.5s80.5-36.1,80.5-80.5C161.1,36.1,125,0,80.5,0z'/%3E%3Ccircle class='st1' cx='72.7' cy='71.6' r='5.4'/%3E%3Cpath class='st1' d='M87.7,66.1c-1.1,0-2.2,0.6-2.8,1.5L70.5,90v0.1c-0.3,0.5-0.5,1-0.5,1.6c0,1.8,1.4,3.3,3.2,3.3 c0,0,0.1,0,0.1,0c1.2,0,2.2-0.6,2.8-1.6L90.4,71v-0.1c0.3-0.5,0.4-1,0.4-1.6C90.9,67.6,89.4,66.1,87.7,66.1z'/%3E%3Cpath class='st1' d='M88.4,83.8c3,0,5.4,2.4,5.4,5.4c0,3-2.4,5.4-5.4,5.4c-3,0-5.4-2.4-5.4-5.4c0,0,0,0,0,0 C83,86.3,85.4,83.9,88.4,83.8z'/%3E%3Cpath class='st1' d='M80.5,128.1c-27.9,0-33.8-25.8-33.8-47.5S52.6,33,80.5,33c22.3,0,33.7,16,33.7,47.6c0,15.9-3,28-8.8,36 C99.8,124.2,91.4,128.1,80.5,128.1z M80.5,41c-8,0-14.4,3.5-18.4,10.1c-4.2,6.8-6.3,16.7-6.3,29.5s2.1,22.6,6.2,29.5 c3.9,6.5,11,10.4,18.6,10.2c7.5,0.2,14.6-3.6,18.5-10.1c4.1-6.6,6.1-16.3,6.1-29.6s-2-22.9-6.1-29.5S88.6,41,80.5,41L80.5,41z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='161.1px' height='161.1px' viewBox='0 0 161.1 161.1' style='enable-background:new 0 0 161.1 161.1;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23424242;%7D .st1%7Bfill:%23EC7138;%7D%0A%3C/style%3E%3Cg id='Laag_2_1_'%3E%3Cg id='Laag_1-2'%3E%3Cpath class='st0' d='M80.5,9.6c39.2,0,71,31.8,71,71s-31.8,71-71,71s-71-31.8-71-71S41.3,9.6,80.5,9.6 M80.5,0 C36.1,0,0,36.1,0,80.5s36.1,80.5,80.5,80.5s80.5-36.1,80.5-80.5C161.1,36.1,125,0,80.5,0z'/%3E%3Ccircle class='st1' cx='72.7' cy='71.6' r='5.4'/%3E%3Cpath class='st1' d='M87.7,66.1c-1.1,0-2.2,0.6-2.8,1.5L70.5,90v0.1c-0.3,0.5-0.5,1-0.5,1.6c0,1.8,1.4,3.3,3.2,3.3 c0,0,0.1,0,0.1,0c1.2,0,2.2-0.6,2.8-1.6L90.4,71v-0.1c0.3-0.5,0.4-1,0.4-1.6C90.9,67.6,89.4,66.1,87.7,66.1z'/%3E%3Cpath class='st1' d='M88.4,83.8c3,0,5.4,2.4,5.4,5.4c0,3-2.4,5.4-5.4,5.4c-3,0-5.4-2.4-5.4-5.4c0,0,0,0,0,0 C83,86.3,85.4,83.9,88.4,83.8z'/%3E%3Cpath class='st1' d='M80.5,128.1c-27.9,0-33.8-25.8-33.8-47.5S52.6,33,80.5,33c22.3,0,33.7,16,33.7,47.6c0,15.9-3,28-8.8,36 C99.8,124.2,91.4,128.1,80.5,128.1z M80.5,41c-8,0-14.4,3.5-18.4,10.1c-4.2,6.8-6.3,16.7-6.3,29.5s2.1,22.6,6.2,29.5 c3.9,6.5,11,10.4,18.6,10.2c7.5,0.2,14.6-3.6,18.5-10.1c4.1-6.6,6.1-16.3,6.1-29.6s-2-22.9-6.1-29.5S88.6,41,80.5,41L80.5,41z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 3rem;
    height: 3rem;
    background-color: currentColor; }
  .svg-icon__facebook:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Bold' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='256px' height='512px' viewBox='0 0 256 512' style='enable-background:new 0 0 256 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M209.3,85H256V3.6C248,2.5,220.2,0,187.9,0C120.5,0,74.4,42.4,74.4,120.3V192H0v91h74.4v229h91.2V283h71.4 l11.3-91h-82.7v-62.7C165.5,103,172.6,85,209.3,85L209.3,85z'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Bold' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='256px' height='512px' viewBox='0 0 256 512' style='enable-background:new 0 0 256 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M209.3,85H256V3.6C248,2.5,220.2,0,187.9,0C120.5,0,74.4,42.4,74.4,120.3V192H0v91h74.4v229h91.2V283h71.4 l11.3-91h-82.7v-62.7C165.5,103,172.6,85,209.3,85L209.3,85z'/%3E%3C/svg%3E%0A");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__twitter:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='twitter' class='svg-inline--fa fa-twitter fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'%3E%3C/path%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='twitter' class='svg-inline--fa fa-twitter fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'%3E%3C/path%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__pinterest:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='pinterest' class='svg-inline--fa fa-pinterest fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath fill='currentColor' d='M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z'%3E%3C/path%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='pinterest' class='svg-inline--fa fa-pinterest fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath fill='currentColor' d='M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z'%3E%3C/path%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__linkedin:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='linkedin-in' class='svg-inline--fa fa-linkedin-in fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'%3E%3C/path%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='linkedin-in' class='svg-inline--fa fa-linkedin-in fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'%3E%3C/path%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__instagram:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='instagram' class='svg-inline--fa fa-instagram fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'%3E%3C/path%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='instagram' class='svg-inline--fa fa-instagram fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'%3E%3C/path%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__youtube:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='youtube' class='svg-inline--fa fa-youtube fa-w-18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'%3E%3C/path%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='youtube' class='svg-inline--fa fa-youtube fa-w-18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'%3E%3C/path%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__snapchat:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='snapchat-ghost' class='svg-inline--fa fa-snapchat-ghost fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M510.846 392.673c-5.211 12.157-27.239 21.089-67.36 27.318-2.064 2.786-3.775 14.686-6.507 23.956-1.625 5.566-5.623 8.869-12.128 8.869l-.297-.005c-9.395 0-19.203-4.323-38.852-4.323-26.521 0-35.662 6.043-56.254 20.588-21.832 15.438-42.771 28.764-74.027 27.399-31.646 2.334-58.025-16.908-72.871-27.404-20.714-14.643-29.828-20.582-56.241-20.582-18.864 0-30.736 4.72-38.852 4.72-8.073 0-11.213-4.922-12.422-9.04-2.703-9.189-4.404-21.263-6.523-24.13-20.679-3.209-67.31-11.344-68.498-32.15a10.627 10.627 0 0 1 8.877-11.069c69.583-11.455 100.924-82.901 102.227-85.934.074-.176.155-.344.237-.515 3.713-7.537 4.544-13.849 2.463-18.753-5.05-11.896-26.872-16.164-36.053-19.796-23.715-9.366-27.015-20.128-25.612-27.504 2.437-12.836 21.725-20.735 33.002-15.453 8.919 4.181 16.843 6.297 23.547 6.297 5.022 0 8.212-1.204 9.96-2.171-2.043-35.936-7.101-87.29 5.687-115.969C158.122 21.304 229.705 15.42 250.826 15.42c.944 0 9.141-.089 10.11-.089 52.148 0 102.254 26.78 126.723 81.643 12.777 28.65 7.749 79.792 5.695 116.009 1.582.872 4.357 1.942 8.599 2.139 6.397-.286 13.815-2.389 22.069-6.257 6.085-2.846 14.406-2.461 20.48.058l.029.01c9.476 3.385 15.439 10.215 15.589 17.87.184 9.747-8.522 18.165-25.878 25.018-2.118.835-4.694 1.655-7.434 2.525-9.797 3.106-24.6 7.805-28.616 17.271-2.079 4.904-1.256 11.211 2.46 18.748.087.168.166.342.239.515 1.301 3.03 32.615 74.46 102.23 85.934 6.427 1.058 11.163 7.877 7.725 15.859z'%3E%3C/path%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='snapchat-ghost' class='svg-inline--fa fa-snapchat-ghost fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M510.846 392.673c-5.211 12.157-27.239 21.089-67.36 27.318-2.064 2.786-3.775 14.686-6.507 23.956-1.625 5.566-5.623 8.869-12.128 8.869l-.297-.005c-9.395 0-19.203-4.323-38.852-4.323-26.521 0-35.662 6.043-56.254 20.588-21.832 15.438-42.771 28.764-74.027 27.399-31.646 2.334-58.025-16.908-72.871-27.404-20.714-14.643-29.828-20.582-56.241-20.582-18.864 0-30.736 4.72-38.852 4.72-8.073 0-11.213-4.922-12.422-9.04-2.703-9.189-4.404-21.263-6.523-24.13-20.679-3.209-67.31-11.344-68.498-32.15a10.627 10.627 0 0 1 8.877-11.069c69.583-11.455 100.924-82.901 102.227-85.934.074-.176.155-.344.237-.515 3.713-7.537 4.544-13.849 2.463-18.753-5.05-11.896-26.872-16.164-36.053-19.796-23.715-9.366-27.015-20.128-25.612-27.504 2.437-12.836 21.725-20.735 33.002-15.453 8.919 4.181 16.843 6.297 23.547 6.297 5.022 0 8.212-1.204 9.96-2.171-2.043-35.936-7.101-87.29 5.687-115.969C158.122 21.304 229.705 15.42 250.826 15.42c.944 0 9.141-.089 10.11-.089 52.148 0 102.254 26.78 126.723 81.643 12.777 28.65 7.749 79.792 5.695 116.009 1.582.872 4.357 1.942 8.599 2.139 6.397-.286 13.815-2.389 22.069-6.257 6.085-2.846 14.406-2.461 20.48.058l.029.01c9.476 3.385 15.439 10.215 15.589 17.87.184 9.747-8.522 18.165-25.878 25.018-2.118.835-4.694 1.655-7.434 2.525-9.797 3.106-24.6 7.805-28.616 17.271-2.079 4.904-1.256 11.211 2.46 18.748.087.168.166.342.239.515 1.301 3.03 32.615 74.46 102.23 85.934 6.427 1.058 11.163 7.877 7.725 15.859z'%3E%3C/path%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__vimeo:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='vimeo-v' class='svg-inline--fa fa-vimeo-v fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z'%3E%3C/path%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='vimeo-v' class='svg-inline--fa fa-vimeo-v fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z'%3E%3C/path%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__whatsapp:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='whatsapp' class='svg-inline--fa fa-whatsapp fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'%3E%3C/path%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='whatsapp' class='svg-inline--fa fa-whatsapp fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'%3E%3C/path%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__tiktok:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cpath d='M447.9,210c-44,0.1-87-13.6-122.8-39.2v178.7c0,89.8-72.8,162.5-162.6,162.5S0,439.1,0.1,349.3s72.8-162.5,162.6-162.5 c7.4,0,14.9,0.5,22.3,1.5v89.9c-39.3-12.4-81.2,9.5-93.6,48.8s9.5,81.2,48.8,93.6s81.2-9.5,93.6-48.8c2.3-7.2,3.4-14.8,3.4-22.4V0.1 h88c-0.1,7.4,0.6,14.9,1.9,22.2l0,0c6.2,33,25.7,62,53.9,80.2c19.9,13.1,43.2,20.1,67,20.1V210z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cpath d='M447.9,210c-44,0.1-87-13.6-122.8-39.2v178.7c0,89.8-72.8,162.5-162.6,162.5S0,439.1,0.1,349.3s72.8-162.5,162.6-162.5 c7.4,0,14.9,0.5,22.3,1.5v89.9c-39.3-12.4-81.2,9.5-93.6,48.8s9.5,81.2,48.8,93.6s81.2-9.5,93.6-48.8c2.3-7.2,3.4-14.8,3.4-22.4V0.1 h88c-0.1,7.4,0.6,14.9,1.9,22.2l0,0c6.2,33,25.7,62,53.9,80.2c19.9,13.1,43.2,20.1,67,20.1V210z'/%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    background-color: currentColor; }
  .svg-icon__house:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='65px' height='61.3px' viewBox='0 0 65 61.3' style='enable-background:new 0 0 65 61.3;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M63.3,24.9c0.6,0.4,1,0.9,1.2,1.5c0.3,0.6,0.4,1.2,0.4,1.8c0,1.2-0.4,2.3-1.3,3.2c-0.8,0.9-1.9,1.4-3.1,1.4v23.9 c0,1.4-0.4,2.5-1.2,3.3c-0.8,0.8-1.9,1.3-3.1,1.3H8.7c-1.2-0.1-2.3-0.6-3.1-1.5c-0.9-0.9-1.3-1.9-1.3-3.1V32.8 c-0.7,0-1.3-0.2-1.8-0.5c-0.5-0.3-1-0.7-1.4-1.1c-0.8-1-1.2-2.1-1.1-3.2s0.6-2.2,1.6-3.1L29.6,1c0.8-0.7,1.8-1,2.8-1s2,0.3,2.9,1 L63.3,24.9z M56.2,28.5h4.3l-28-23.9L4.3,28.5h4.4v28.3h14.9V43.4c0-1.2,0.4-2.3,1.3-3.1c0.8-0.8,1.9-1.3,3.1-1.3h9 c1.2,0,2.3,0.4,3.1,1.3c0.8,0.8,1.3,1.9,1.3,3.1v13.3h14.9V28.5z M30.9,56.7h6V43.4h-9v13.3H30.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='65px' height='61.3px' viewBox='0 0 65 61.3' style='enable-background:new 0 0 65 61.3;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M63.3,24.9c0.6,0.4,1,0.9,1.2,1.5c0.3,0.6,0.4,1.2,0.4,1.8c0,1.2-0.4,2.3-1.3,3.2c-0.8,0.9-1.9,1.4-3.1,1.4v23.9 c0,1.4-0.4,2.5-1.2,3.3c-0.8,0.8-1.9,1.3-3.1,1.3H8.7c-1.2-0.1-2.3-0.6-3.1-1.5c-0.9-0.9-1.3-1.9-1.3-3.1V32.8 c-0.7,0-1.3-0.2-1.8-0.5c-0.5-0.3-1-0.7-1.4-1.1c-0.8-1-1.2-2.1-1.1-3.2s0.6-2.2,1.6-3.1L29.6,1c0.8-0.7,1.8-1,2.8-1s2,0.3,2.9,1 L63.3,24.9z M56.2,28.5h4.3l-28-23.9L4.3,28.5h4.4v28.3h14.9V43.4c0-1.2,0.4-2.3,1.3-3.1c0.8-0.8,1.9-1.3,3.1-1.3h9 c1.2,0,2.3,0.4,3.1,1.3c0.8,0.8,1.3,1.9,1.3,3.1v13.3h14.9V28.5z M30.9,56.7h6V43.4h-9v13.3H30.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 1.2em;
    height: 1.2em;
    background-color: currentColor; }
  .svg-icon__help:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='51.8px' height='51.8px' viewBox='0 0 51.8 51.8' style='enable-background:new 0 0 51.8 51.8;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M36,2c3.1,1.4,5.9,3.2,8.2,5.6c2.3,2.3,4.2,5.1,5.6,8.2c1.3,3.1,2,6.5,2,10.1c0,3.6-0.7,6.9-2,10.1 c-1.4,3.1-3.2,5.9-5.6,8.2c-2.3,2.3-5.1,4.2-8.2,5.6c-3.1,1.3-6.5,2-10.1,2c-3.6,0-6.9-0.7-10.1-2c-3.1-1.4-5.9-3.2-8.2-5.6 C5.3,41.8,3.4,39.1,2,36c-1.3-3.1-2-6.5-2-10.1c0-3.6,0.7-6.9,2-10.1c1.4-3.1,3.2-5.9,5.6-8.2C10,5.3,12.7,3.4,15.8,2 c3.1-1.3,6.5-2,10.1-2C29.5,0,32.8,0.7,36,2z M3.4,25.9c0,2.7,0.5,5.3,1.4,7.7c0.9,2.4,2.3,4.7,4,6.8l5.8-5.8 c-1-1.2-1.7-2.6-2.2-4.1C12,29,11.8,27.5,11.8,26c0-1.5,0.2-3,0.7-4.5c0.5-1.5,1.2-2.9,2.2-4.2l-5.8-5.8c-1.7,2.1-3.1,4.3-4,6.8 C3.9,20.6,3.4,23.2,3.4,25.9z M40.3,8.8c-2.1-1.8-4.3-3.1-6.8-4c-2.5-0.9-5-1.4-7.6-1.4c-2.6,0-5.1,0.5-7.6,1.4 c-2.5,0.9-4.8,2.2-6.8,4l5.8,5.8c1.2-1,2.6-1.7,4.1-2.2c1.5-0.5,3-0.7,4.6-0.7c1.5,0,3.1,0.2,4.5,0.7c1.5,0.5,2.8,1.2,4.1,2.2 L40.3,8.8z M11.4,42.9c2.1,1.8,4.3,3.1,6.8,4c2.5,0.9,5,1.4,7.6,1.4c2.6,0,5.1-0.5,7.6-1.4c2.5-0.9,4.8-2.2,6.8-4l-5.8-5.8 c-1.2,1-2.6,1.7-4.1,2.2C29,39.8,27.5,40,26,40c-1.5,0-3-0.2-4.5-0.7c-1.5-0.5-2.9-1.2-4.2-2.2L11.4,42.9z M25.9,36.5 c1.4,0,2.8-0.3,4.1-0.8c1.3-0.6,2.4-1.3,3.4-2.3c1-1,1.7-2.1,2.3-3.4c0.5-1.3,0.8-2.6,0.8-4.1c0-1.4-0.3-2.8-0.8-4.1 c-0.6-1.3-1.3-2.4-2.3-3.4c-1-1-2.1-1.7-3.4-2.3c-1.3-0.5-2.6-0.8-4.1-0.8c-1.5,0-2.8,0.3-4.1,0.8c-1.3,0.6-2.4,1.3-3.4,2.3 c-1,1-1.7,2.1-2.3,3.4c-0.5,1.3-0.8,2.6-0.8,4.1c0,1.5,0.3,2.8,0.8,4.1c0.6,1.3,1.3,2.4,2.3,3.4c1,1,2.1,1.7,3.4,2.3 C23.1,36.2,24.4,36.5,25.9,36.5z M42.9,40.3c1.8-2.1,3.1-4.3,4-6.8c0.9-2.5,1.4-5,1.4-7.6c0-2.6-0.5-5.1-1.4-7.6 c-0.9-2.5-2.2-4.8-4-6.8l-5.8,5.8c1,1.2,1.7,2.6,2.2,4.1c0.5,1.5,0.7,2.9,0.7,4.5s-0.2,3-0.7,4.5c-0.5,1.5-1.2,2.9-2.2,4.2 L42.9,40.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='51.8px' height='51.8px' viewBox='0 0 51.8 51.8' style='enable-background:new 0 0 51.8 51.8;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M36,2c3.1,1.4,5.9,3.2,8.2,5.6c2.3,2.3,4.2,5.1,5.6,8.2c1.3,3.1,2,6.5,2,10.1c0,3.6-0.7,6.9-2,10.1 c-1.4,3.1-3.2,5.9-5.6,8.2c-2.3,2.3-5.1,4.2-8.2,5.6c-3.1,1.3-6.5,2-10.1,2c-3.6,0-6.9-0.7-10.1-2c-3.1-1.4-5.9-3.2-8.2-5.6 C5.3,41.8,3.4,39.1,2,36c-1.3-3.1-2-6.5-2-10.1c0-3.6,0.7-6.9,2-10.1c1.4-3.1,3.2-5.9,5.6-8.2C10,5.3,12.7,3.4,15.8,2 c3.1-1.3,6.5-2,10.1-2C29.5,0,32.8,0.7,36,2z M3.4,25.9c0,2.7,0.5,5.3,1.4,7.7c0.9,2.4,2.3,4.7,4,6.8l5.8-5.8 c-1-1.2-1.7-2.6-2.2-4.1C12,29,11.8,27.5,11.8,26c0-1.5,0.2-3,0.7-4.5c0.5-1.5,1.2-2.9,2.2-4.2l-5.8-5.8c-1.7,2.1-3.1,4.3-4,6.8 C3.9,20.6,3.4,23.2,3.4,25.9z M40.3,8.8c-2.1-1.8-4.3-3.1-6.8-4c-2.5-0.9-5-1.4-7.6-1.4c-2.6,0-5.1,0.5-7.6,1.4 c-2.5,0.9-4.8,2.2-6.8,4l5.8,5.8c1.2-1,2.6-1.7,4.1-2.2c1.5-0.5,3-0.7,4.6-0.7c1.5,0,3.1,0.2,4.5,0.7c1.5,0.5,2.8,1.2,4.1,2.2 L40.3,8.8z M11.4,42.9c2.1,1.8,4.3,3.1,6.8,4c2.5,0.9,5,1.4,7.6,1.4c2.6,0,5.1-0.5,7.6-1.4c2.5-0.9,4.8-2.2,6.8-4l-5.8-5.8 c-1.2,1-2.6,1.7-4.1,2.2C29,39.8,27.5,40,26,40c-1.5,0-3-0.2-4.5-0.7c-1.5-0.5-2.9-1.2-4.2-2.2L11.4,42.9z M25.9,36.5 c1.4,0,2.8-0.3,4.1-0.8c1.3-0.6,2.4-1.3,3.4-2.3c1-1,1.7-2.1,2.3-3.4c0.5-1.3,0.8-2.6,0.8-4.1c0-1.4-0.3-2.8-0.8-4.1 c-0.6-1.3-1.3-2.4-2.3-3.4c-1-1-2.1-1.7-3.4-2.3c-1.3-0.5-2.6-0.8-4.1-0.8c-1.5,0-2.8,0.3-4.1,0.8c-1.3,0.6-2.4,1.3-3.4,2.3 c-1,1-1.7,2.1-2.3,3.4c-0.5,1.3-0.8,2.6-0.8,4.1c0,1.5,0.3,2.8,0.8,4.1c0.6,1.3,1.3,2.4,2.3,3.4c1,1,2.1,1.7,3.4,2.3 C23.1,36.2,24.4,36.5,25.9,36.5z M42.9,40.3c1.8-2.1,3.1-4.3,4-6.8c0.9-2.5,1.4-5,1.4-7.6c0-2.6-0.5-5.1-1.4-7.6 c-0.9-2.5-2.2-4.8-4-6.8l-5.8,5.8c1,1.2,1.7,2.6,2.2,4.1c0.5,1.5,0.7,2.9,0.7,4.5s-0.2,3-0.7,4.5c-0.5,1.5-1.2,2.9-2.2,4.2 L42.9,40.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 1.2em;
    height: 1.2em;
    background-color: currentColor; }
  .svg-icon__contact:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.9px' height='38px' viewBox='0 0 35.9 38' style='enable-background:new 0 0 35.9 38;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M31.1,14.3c1.4,0.1,2.5,0.7,3.4,1.8c0.9,1,1.4,2.1,1.4,3.3v2.2c0,1.4-0.5,2.7-1.5,3.7S32.3,27,31,27.2 c-0.2,2.1-0.7,3.6-1.5,4.7c-0.9,1.1-1.7,1.9-2.6,2.4c-0.5,0.3-1.1,0.5-1.6,0.7c-0.5,0.2-1,0.3-1.4,0.4c-0.2,0.8-0.7,1.4-1.3,1.9 S21.1,38,20.3,38h-2.4c-1,0-1.9-0.4-2.6-1.1c-0.7-0.7-1-1.6-1-2.6c0-1,0.3-1.9,1-2.6c0.7-0.7,1.6-1.1,2.6-1.1h2.5 c0.7,0,1.4,0.2,2,0.7s1.1,1,1.4,1.6c0.8-0.1,1.7-0.6,2.7-1.3c1-0.7,1.6-2.1,1.9-4.1h-1c-0.3,0-0.6-0.1-0.9-0.3s-0.4-0.5-0.4-0.9 V15.6c0-0.3,0.1-0.6,0.3-0.9s0.5-0.4,0.9-0.4h0.8v-1.1c0-1.5-0.2-2.9-0.7-4.2c-0.5-1.3-1.2-2.4-2.1-3.3c-0.9-0.9-1.9-1.7-3.1-2.2 c-1.2-0.5-2.5-0.8-3.9-0.8h-1.1c-1.4,0-2.7,0.3-3.9,0.8c-1.2,0.5-2.3,1.2-3.1,2.2S8.7,7.7,8.2,9c-0.5,1.3-0.8,2.7-0.8,4.2v1.1h1 c0.3,0,0.6,0.1,0.9,0.3c0.3,0.2,0.4,0.5,0.4,0.9v10.6c0,0.3-0.1,0.6-0.3,0.9c-0.2,0.3-0.5,0.4-0.9,0.4H5.5c-1.5,0-2.8-0.5-3.9-1.6 C0.5,24.7,0,23.4,0,21.9v-2.2c0-1.3,0.5-2.5,1.4-3.6s2-1.7,3.4-1.8v-1.1c0-1.7,0.3-3.4,0.9-5s1.5-3.1,2.6-4.4 c1.2-1.2,2.6-2.1,4.1-2.8s3.2-1,4.9-1h1.3c1.7,0,3.4,0.3,4.9,1s2.9,1.7,4.1,3c1.1,1.2,2,2.6,2.6,4.2c0.6,1.6,0.9,3.3,0.9,5V14.3z M7.1,24.8v-8H5.5c-0.8,0-1.5,0.3-2,0.8c-0.6,0.6-0.8,1.2-0.8,2v2.2c0,0.8,0.3,1.5,0.8,2c0.6,0.6,1.2,0.8,2,0.8H7.1z M21,35.1 c0.2-0.2,0.2-0.4,0.2-0.6c0-0.3-0.1-0.6-0.2-0.8s-0.4-0.3-0.7-0.3h-2.4c-0.2,0-0.5,0.1-0.7,0.3S17,34.1,17,34.5 c0,0.2,0.1,0.4,0.2,0.6s0.4,0.3,0.7,0.3h2.4C20.6,35.4,20.9,35.3,21,35.1z M33.2,21.9v-2.2c0-0.8-0.3-1.5-0.8-2 c-0.6-0.6-1.2-0.8-2-0.8h-1.6v8h1.6c0.8,0,1.5-0.3,2-0.8C32.9,23.4,33.2,22.7,33.2,21.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.9px' height='38px' viewBox='0 0 35.9 38' style='enable-background:new 0 0 35.9 38;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M31.1,14.3c1.4,0.1,2.5,0.7,3.4,1.8c0.9,1,1.4,2.1,1.4,3.3v2.2c0,1.4-0.5,2.7-1.5,3.7S32.3,27,31,27.2 c-0.2,2.1-0.7,3.6-1.5,4.7c-0.9,1.1-1.7,1.9-2.6,2.4c-0.5,0.3-1.1,0.5-1.6,0.7c-0.5,0.2-1,0.3-1.4,0.4c-0.2,0.8-0.7,1.4-1.3,1.9 S21.1,38,20.3,38h-2.4c-1,0-1.9-0.4-2.6-1.1c-0.7-0.7-1-1.6-1-2.6c0-1,0.3-1.9,1-2.6c0.7-0.7,1.6-1.1,2.6-1.1h2.5 c0.7,0,1.4,0.2,2,0.7s1.1,1,1.4,1.6c0.8-0.1,1.7-0.6,2.7-1.3c1-0.7,1.6-2.1,1.9-4.1h-1c-0.3,0-0.6-0.1-0.9-0.3s-0.4-0.5-0.4-0.9 V15.6c0-0.3,0.1-0.6,0.3-0.9s0.5-0.4,0.9-0.4h0.8v-1.1c0-1.5-0.2-2.9-0.7-4.2c-0.5-1.3-1.2-2.4-2.1-3.3c-0.9-0.9-1.9-1.7-3.1-2.2 c-1.2-0.5-2.5-0.8-3.9-0.8h-1.1c-1.4,0-2.7,0.3-3.9,0.8c-1.2,0.5-2.3,1.2-3.1,2.2S8.7,7.7,8.2,9c-0.5,1.3-0.8,2.7-0.8,4.2v1.1h1 c0.3,0,0.6,0.1,0.9,0.3c0.3,0.2,0.4,0.5,0.4,0.9v10.6c0,0.3-0.1,0.6-0.3,0.9c-0.2,0.3-0.5,0.4-0.9,0.4H5.5c-1.5,0-2.8-0.5-3.9-1.6 C0.5,24.7,0,23.4,0,21.9v-2.2c0-1.3,0.5-2.5,1.4-3.6s2-1.7,3.4-1.8v-1.1c0-1.7,0.3-3.4,0.9-5s1.5-3.1,2.6-4.4 c1.2-1.2,2.6-2.1,4.1-2.8s3.2-1,4.9-1h1.3c1.7,0,3.4,0.3,4.9,1s2.9,1.7,4.1,3c1.1,1.2,2,2.6,2.6,4.2c0.6,1.6,0.9,3.3,0.9,5V14.3z M7.1,24.8v-8H5.5c-0.8,0-1.5,0.3-2,0.8c-0.6,0.6-0.8,1.2-0.8,2v2.2c0,0.8,0.3,1.5,0.8,2c0.6,0.6,1.2,0.8,2,0.8H7.1z M21,35.1 c0.2-0.2,0.2-0.4,0.2-0.6c0-0.3-0.1-0.6-0.2-0.8s-0.4-0.3-0.7-0.3h-2.4c-0.2,0-0.5,0.1-0.7,0.3S17,34.1,17,34.5 c0,0.2,0.1,0.4,0.2,0.6s0.4,0.3,0.7,0.3h2.4C20.6,35.4,20.9,35.3,21,35.1z M33.2,21.9v-2.2c0-0.8-0.3-1.5-0.8-2 c-0.6-0.6-1.2-0.8-2-0.8h-1.6v8h1.6c0.8,0,1.5-0.3,2-0.8C32.9,23.4,33.2,22.7,33.2,21.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 1.2em;
    height: 1.2em;
    background-color: currentColor; }
  .svg-icon__marker:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31.7px' height='38.7px' viewBox='0 0 31.7 38.7' style='enable-background:new 0 0 31.7 38.7;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.8,0C18,0.1,20,0.5,21.9,1.3c1.9,0.9,3.6,2,5,3.4s2.6,3.1,3.4,5c0.9,1.9,1.3,3.9,1.4,6c-0.1,1.3-0.3,2.5-0.6,3.7 s-0.8,2.4-1.5,3.5l-0.2,0.2c-0.1,0.1-0.6,0.9-1.5,2.4c-0.9,1.5-2,3.1-3.3,4.9c-2.4,3.5-4.3,5.7-5.5,6.7s-2.4,1.5-3.3,1.5 c-0.3,0-0.8-0.1-1.3-0.2c-0.6-0.2-1.3-0.7-2.4-1.7c-1-1-2.3-2.5-3.9-4.6s-3.6-5.1-5.9-9c-0.1,0-0.2-0.1-0.2-0.2 c-0.6-1.1-1.1-2.3-1.5-3.5S0.1,17.1,0,15.8c0-2.1,0.5-4.2,1.3-6c0.8-1.9,2-3.6,3.4-5s3.1-2.6,5-3.4C11.6,0.5,13.6,0.1,15.8,0z M27.2,21.9c0.5-1,0.9-1.9,1.2-2.9s0.5-2.1,0.6-3.2c0-1.8-0.4-3.5-1.1-5.1c-0.7-1.6-1.6-3-2.8-4.2s-2.6-2.1-4.2-2.9 c-1.6-0.7-3.3-1.1-5.1-1.1s-3.5,0.4-5.1,1.1c-1.6,0.7-3,1.7-4.2,2.9s-2.2,2.6-2.8,4.2c-0.7,1.6-1.1,3.3-1.1,5.1 c0.1,1.1,0.3,2.1,0.6,3.1c0.3,1,0.7,2,1.2,3l1.4,2.2c1,1.5,2.1,3.1,3.3,4.8s2.5,3.4,3.8,4.8c1.3,1.5,2.2,2.2,2.9,2.2 c0.7,0,1.7-0.7,2.9-2.2c1.3-1.5,2.6-3.1,3.8-4.8c1.3-1.8,2.4-3.4,3.3-4.8L27.2,21.9z M15.8,7.9c1.9,0,3.6,0.7,5,2.1 c1.4,1.4,2.1,3.1,2.1,5s-0.7,3.6-2.1,5c-1.4,1.4-3.1,2.1-5,2.1s-3.6-0.7-5-2.1c-1.4-1.4-2.1-3.1-2.1-5s0.7-3.6,2.1-5 C12.2,8.6,13.9,7.9,15.8,7.9z M18.9,18.1c0.8-0.8,1.3-1.9,1.3-3.1s-0.4-2.2-1.3-3.1c-0.8-0.8-1.9-1.3-3.1-1.3s-2.2,0.4-3.1,1.3 c-0.8,0.8-1.3,1.9-1.3,3.1s0.4,2.2,1.3,3.1c0.8,0.8,1.9,1.3,3.1,1.3S18,18.9,18.9,18.1z'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31.7px' height='38.7px' viewBox='0 0 31.7 38.7' style='enable-background:new 0 0 31.7 38.7;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.8,0C18,0.1,20,0.5,21.9,1.3c1.9,0.9,3.6,2,5,3.4s2.6,3.1,3.4,5c0.9,1.9,1.3,3.9,1.4,6c-0.1,1.3-0.3,2.5-0.6,3.7 s-0.8,2.4-1.5,3.5l-0.2,0.2c-0.1,0.1-0.6,0.9-1.5,2.4c-0.9,1.5-2,3.1-3.3,4.9c-2.4,3.5-4.3,5.7-5.5,6.7s-2.4,1.5-3.3,1.5 c-0.3,0-0.8-0.1-1.3-0.2c-0.6-0.2-1.3-0.7-2.4-1.7c-1-1-2.3-2.5-3.9-4.6s-3.6-5.1-5.9-9c-0.1,0-0.2-0.1-0.2-0.2 c-0.6-1.1-1.1-2.3-1.5-3.5S0.1,17.1,0,15.8c0-2.1,0.5-4.2,1.3-6c0.8-1.9,2-3.6,3.4-5s3.1-2.6,5-3.4C11.6,0.5,13.6,0.1,15.8,0z M27.2,21.9c0.5-1,0.9-1.9,1.2-2.9s0.5-2.1,0.6-3.2c0-1.8-0.4-3.5-1.1-5.1c-0.7-1.6-1.6-3-2.8-4.2s-2.6-2.1-4.2-2.9 c-1.6-0.7-3.3-1.1-5.1-1.1s-3.5,0.4-5.1,1.1c-1.6,0.7-3,1.7-4.2,2.9s-2.2,2.6-2.8,4.2c-0.7,1.6-1.1,3.3-1.1,5.1 c0.1,1.1,0.3,2.1,0.6,3.1c0.3,1,0.7,2,1.2,3l1.4,2.2c1,1.5,2.1,3.1,3.3,4.8s2.5,3.4,3.8,4.8c1.3,1.5,2.2,2.2,2.9,2.2 c0.7,0,1.7-0.7,2.9-2.2c1.3-1.5,2.6-3.1,3.8-4.8c1.3-1.8,2.4-3.4,3.3-4.8L27.2,21.9z M15.8,7.9c1.9,0,3.6,0.7,5,2.1 c1.4,1.4,2.1,3.1,2.1,5s-0.7,3.6-2.1,5c-1.4,1.4-3.1,2.1-5,2.1s-3.6-0.7-5-2.1c-1.4-1.4-2.1-3.1-2.1-5s0.7-3.6,2.1-5 C12.2,8.6,13.9,7.9,15.8,7.9z M18.9,18.1c0.8-0.8,1.3-1.9,1.3-3.1s-0.4-2.2-1.3-3.1c-0.8-0.8-1.9-1.3-3.1-1.3s-2.2,0.4-3.1,1.3 c-0.8,0.8-1.3,1.9-1.3,3.1s0.4,2.2,1.3,3.1c0.8,0.8,1.9,1.3,3.1,1.3S18,18.9,18.9,18.1z'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 1.2em;
    height: 1.2em;
    background-color: currentColor; }

.breadcrumbs .btn-back:hover {
  text-decoration: none; }
  .breadcrumbs .btn-back:hover span:before, .breadcrumbs .btn-back:hover span:after {
    background-color: #f6f9fc; }

.breadcrumbs .btn-back span {
  z-index: 1;
  padding-right: 1rem;
  padding-left: 20px;
  position: relative;
  display: block;
  line-height: 30px; }
  @media (min-width: 768px) {
    .breadcrumbs .btn-back span {
      line-height: 34px; } }
  .breadcrumbs .btn-back span:before, .breadcrumbs .btn-back span:after {
    content: "";
    z-index: -2;
    background-color: #ffffff;
    position: absolute; }
  .breadcrumbs .btn-back span:before {
    left: 13px;
    right: 0;
    border-radius: .375rem;
    border-left-width: 0;
    border: 1px solid #e3e3e3;
    border-left-width: 1px;
    height: 30px; }
    @media (min-width: 768px) {
      .breadcrumbs .btn-back span:before {
        height: 34px; } }
  .breadcrumbs .btn-back span:after {
    border: 1px solid #e3e3e3;
    border-bottom-left-radius: .375rem;
    border-right: 0 transparent;
    border-top: 0 transparent;
    top: 5.5px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    left: 5px; }
    @media (min-width: 768px) {
      .breadcrumbs .btn-back span:after {
        width: 23px;
        height: 23px;
        left: 4px; } }

.nav-tabs .nav-link {
  position: relative;
  border: 0; }
  .nav-tabs .nav-link:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,box-shadow .25s ease-in-out,border-color .25s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
    content: ""; }
  .nav-tabs .nav-link.active {
    pointer-events: none; }
    .nav-tabs .nav-link.active:before {
      background-color: #2BB039; }

.svg-icon, .svg-icon__check, .svg-icon__search, .svg-icon__user, .svg-icon__arrow-right, .svg-icon__phone, .svg-icon__envelope, .svg-icon__heart, .svg-icon__shopping-cart, .svg-icon__filter, .svg-icon__usp-shopping-cart, .svg-icon__usp-free-shipping, .svg-icon__usp-warranty, .svg-icon__usp-btw, .svg-icon__facebook, .svg-icon__twitter, .svg-icon__pinterest, .svg-icon__linkedin, .svg-icon__instagram, .svg-icon__youtube, .svg-icon__snapchat, .svg-icon__vimeo, .svg-icon__whatsapp, .svg-icon__tiktok, .svg-icon__house, .svg-icon__help, .svg-icon__contact, .svg-icon__marker {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 100%;
  max-height: 100%;
  line-height: 0; }
  .svg-icon:after, .svg-icon__check:after, .svg-icon__search:after, .svg-icon__user:after, .svg-icon__arrow-right:after, .svg-icon__phone:after, .svg-icon__envelope:after, .svg-icon__heart:after, .svg-icon__shopping-cart:after, .svg-icon__filter:after, .svg-icon__usp-shopping-cart:after, .svg-icon__usp-free-shipping:after, .svg-icon__usp-warranty:after, .svg-icon__usp-btw:after, .svg-icon__facebook:after, .svg-icon__twitter:after, .svg-icon__pinterest:after, .svg-icon__linkedin:after, .svg-icon__instagram:after, .svg-icon__youtube:after, .svg-icon__snapchat:after, .svg-icon__vimeo:after, .svg-icon__whatsapp:after, .svg-icon__tiktok:after, .svg-icon__house:after, .svg-icon__help:after, .svg-icon__contact:after, .svg-icon__marker:after, .svg-icon:before, .svg-icon__check:before, .svg-icon__search:before, .svg-icon__user:before, .svg-icon__arrow-right:before, .svg-icon__phone:before, .svg-icon__envelope:before, .svg-icon__heart:before, .svg-icon__shopping-cart:before, .svg-icon__filter:before, .svg-icon__usp-shopping-cart:before, .svg-icon__usp-free-shipping:before, .svg-icon__usp-warranty:before, .svg-icon__usp-btw:before, .svg-icon__facebook:before, .svg-icon__twitter:before, .svg-icon__pinterest:before, .svg-icon__linkedin:before, .svg-icon__instagram:before, .svg-icon__youtube:before, .svg-icon__snapchat:before, .svg-icon__vimeo:before, .svg-icon__whatsapp:before, .svg-icon__tiktok:before, .svg-icon__house:before, .svg-icon__help:before, .svg-icon__contact:before, .svg-icon__marker:before {
    display: inline-block;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .svg-icon__search:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18.9' style='enable-background:new 0 0 18 18.9;' xml:space='preserve'%3E%3Cpath d='M17.7,16.7l-4-4c1.1-1.3,1.8-3.1,1.8-5C15.5,3.5,12,0,7.7,0C3.5,0,0,3.5,0,7.7c0,4.3,3.5,7.7,7.7,7.7c1.5,0,2.8-0.4,4-1.1 l4.2,4.2c0.2,0.2,0.6,0.4,0.9,0.4c0.3,0,0.6-0.1,0.9-0.4C18.1,18,18.1,17.2,17.7,16.7z M2.5,7.7c0-2.9,2.3-5.2,5.2-5.2 c2.9,0,5.2,2.3,5.2,5.2c0,2.9-2.3,5.2-5.2,5.2C4.8,13,2.5,10.6,2.5,7.7z'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18.9' style='enable-background:new 0 0 18 18.9;' xml:space='preserve'%3E%3Cpath d='M17.7,16.7l-4-4c1.1-1.3,1.8-3.1,1.8-5C15.5,3.5,12,0,7.7,0C3.5,0,0,3.5,0,7.7c0,4.3,3.5,7.7,7.7,7.7c1.5,0,2.8-0.4,4-1.1 l4.2,4.2c0.2,0.2,0.6,0.4,0.9,0.4c0.3,0,0.6-0.1,0.9-0.4C18.1,18,18.1,17.2,17.7,16.7z M2.5,7.7c0-2.9,2.3-5.2,5.2-5.2 c2.9,0,5.2,2.3,5.2,5.2c0,2.9-2.3,5.2-5.2,5.2C4.8,13,2.5,10.6,2.5,7.7z'/%3E%3C/svg%3E%0A");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }
  .svg-icon__heart:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.71' viewBox='0 0 20 17.71'%3E%3Cpath id='Path_11' data-name='Path 11' d='M8,14.71a.513.513,0,0,0,.392-.182h0a49.162,49.162,0,0,1,4.243-4.38C14.7,8.208,16,6.989,16,4.92A3.96,3.96,0,0,0,12,1,4.264,4.264,0,0,0,8.6,3.008,7.55,7.55,0,0,0,8,4a7.549,7.549,0,0,0-.6-.992A4.266,4.266,0,0,0,4,1,3.96,3.96,0,0,0,0,4.92c0,2.069,1.3,3.288,3.365,5.227a48.783,48.783,0,0,1,4.243,4.381A.513.513,0,0,0,8,14.71m0,2a2.508,2.508,0,0,1-1.92-.892A47.194,47.194,0,0,0,2,11.606L1.991,11.6a21.19,21.19,0,0,1-2.7-2.848A6.274,6.274,0,0,1-2,4.92,5.967,5.967,0,0,1,4-1,5.806,5.806,0,0,1,8,.66,5.8,5.8,0,0,1,12-1a5.967,5.967,0,0,1,6,5.92,6.274,6.274,0,0,1-1.286,3.832,21.191,21.191,0,0,1-2.7,2.848L14,11.6a47.663,47.663,0,0,0-3.939,4.041l-.145.172A2.508,2.508,0,0,1,8,16.71Z' transform='translate(2 1)'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.71' viewBox='0 0 20 17.71'%3E%3Cpath id='Path_11' data-name='Path 11' d='M8,14.71a.513.513,0,0,0,.392-.182h0a49.162,49.162,0,0,1,4.243-4.38C14.7,8.208,16,6.989,16,4.92A3.96,3.96,0,0,0,12,1,4.264,4.264,0,0,0,8.6,3.008,7.55,7.55,0,0,0,8,4a7.549,7.549,0,0,0-.6-.992A4.266,4.266,0,0,0,4,1,3.96,3.96,0,0,0,0,4.92c0,2.069,1.3,3.288,3.365,5.227a48.783,48.783,0,0,1,4.243,4.381A.513.513,0,0,0,8,14.71m0,2a2.508,2.508,0,0,1-1.92-.892A47.194,47.194,0,0,0,2,11.606L1.991,11.6a21.19,21.19,0,0,1-2.7-2.848A6.274,6.274,0,0,1-2,4.92,5.967,5.967,0,0,1,4-1,5.806,5.806,0,0,1,8,.66,5.8,5.8,0,0,1,12-1a5.967,5.967,0,0,1,6,5.92,6.274,6.274,0,0,1-1.286,3.832,21.191,21.191,0,0,1-2.7,2.848L14,11.6a47.663,47.663,0,0,0-3.939,4.041l-.145.172A2.508,2.508,0,0,1,8,16.71Z' transform='translate(2 1)'/%3E%3C/svg%3E%0A");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }
  .svg-icon__user:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19.2 23.5' style='enable-background:new 0 0 19.2 23.5;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M13.7,12.5H5.5C2.5,12.5,0,15,0,18v2.7c0,1.5,1.3,2.8,2.8,2.8h13.6c1.5,0,2.8-1.3,2.8-2.8V18C19.2,15,16.7,12.5,13.7,12.5z M17.2,20.7c0,0.4-0.4,0.8-0.8,0.8H2.8c-0.4,0-0.8-0.4-0.8-0.8V18c0-1.9,1.6-3.5,3.5-3.5h8.1c1.9,0,3.5,1.6,3.5,3.5V20.7z'/%3E%3Cpath d='M9.7,11.2L9.7,11.2C9.7,11.2,9.7,11.2,9.7,11.2c3.2,0,5.6-2.5,5.6-5.6c0-3.1-2.5-5.6-5.6-5.6C6.6,0,4.1,2.5,4.1,5.6 C4.1,8.7,6.6,11.2,9.7,11.2z M9.7,2L9.7,2c2,0,3.6,1.6,3.6,3.6c0,0,0,0,0,0c0,2-1.6,3.6-3.6,3.6S6.1,7.6,6.1,5.6S7.7,2,9.7,2z'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19.2 23.5' style='enable-background:new 0 0 19.2 23.5;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M13.7,12.5H5.5C2.5,12.5,0,15,0,18v2.7c0,1.5,1.3,2.8,2.8,2.8h13.6c1.5,0,2.8-1.3,2.8-2.8V18C19.2,15,16.7,12.5,13.7,12.5z M17.2,20.7c0,0.4-0.4,0.8-0.8,0.8H2.8c-0.4,0-0.8-0.4-0.8-0.8V18c0-1.9,1.6-3.5,3.5-3.5h8.1c1.9,0,3.5,1.6,3.5,3.5V20.7z'/%3E%3Cpath d='M9.7,11.2L9.7,11.2C9.7,11.2,9.7,11.2,9.7,11.2c3.2,0,5.6-2.5,5.6-5.6c0-3.1-2.5-5.6-5.6-5.6C6.6,0,4.1,2.5,4.1,5.6 C4.1,8.7,6.6,11.2,9.7,11.2z M9.7,2L9.7,2c2,0,3.6,1.6,3.6,3.6c0,0,0,0,0,0c0,2-1.6,3.6-3.6,3.6S6.1,7.6,6.1,5.6S7.7,2,9.7,2z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }
  .svg-icon__shopping-cart:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 23 21.9' style='enable-background:new 0 0 23 21.9;' xml:space='preserve'%3E%3Cg id='Group_2'%3E%3Cpath id='Path_12' d='M17.5,21.9c-1.8,0-3.2-1.4-3.2-3.2c0-0.4,0.1-0.8,0.2-1.2h-2.9c0.7,1.6-0.1,3.5-1.8,4.2s-3.5-0.1-4.2-1.8 c-0.3-0.8-0.3-1.7,0-2.4C5.3,17.3,5,17,5,16.6L2.9,2H1C0.4,2,0,1.6,0,1s0.4-1,1-1h2.8c0.5,0,0.9,0.4,1,0.9l0.2,1.3h17 c0.6,0,1,0.4,1,1c0,0.1,0,0.2-0.1,0.3l-3.3,9.9c-0.1,0.4-0.5,0.7-0.9,0.7h-12l0.2,1.3h10.7c1.8,0,3.2,1.4,3.2,3.2 C20.8,20.4,19.3,21.9,17.5,21.9 M17.5,17.4c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2c0,0,0,0,0,0 C18.8,18,18.2,17.4,17.5,17.4 M8.7,17.4c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2l0,0 C9.9,18,9.4,17.4,8.7,17.4 M6.4,12.1h11.6l2.6-7.9H5.2L6.4,12.1z'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 23 21.9' style='enable-background:new 0 0 23 21.9;' xml:space='preserve'%3E%3Cg id='Group_2'%3E%3Cpath id='Path_12' d='M17.5,21.9c-1.8,0-3.2-1.4-3.2-3.2c0-0.4,0.1-0.8,0.2-1.2h-2.9c0.7,1.6-0.1,3.5-1.8,4.2s-3.5-0.1-4.2-1.8 c-0.3-0.8-0.3-1.7,0-2.4C5.3,17.3,5,17,5,16.6L2.9,2H1C0.4,2,0,1.6,0,1s0.4-1,1-1h2.8c0.5,0,0.9,0.4,1,0.9l0.2,1.3h17 c0.6,0,1,0.4,1,1c0,0.1,0,0.2-0.1,0.3l-3.3,9.9c-0.1,0.4-0.5,0.7-0.9,0.7h-12l0.2,1.3h10.7c1.8,0,3.2,1.4,3.2,3.2 C20.8,20.4,19.3,21.9,17.5,21.9 M17.5,17.4c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2c0,0,0,0,0,0 C18.8,18,18.2,17.4,17.5,17.4 M8.7,17.4c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2l0,0 C9.9,18,9.4,17.4,8.7,17.4 M6.4,12.1h11.6l2.6-7.9H5.2L6.4,12.1z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }
  .svg-icon__check:before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='512px' height='376px' viewBox='0 0 512 376' style='enable-background:new 0 0 512 376;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M504.5,7.5c-10-10-26.2-10-36.2,0L161.6,314.2L43.7,196.3c-10-10-26.2-10-36.2,0c-10,10-10,26.2,0,36.2l136,136 c10,10,26.2,10,36.2,0L504.5,43.7C514.5,33.7,514.5,17.5,504.5,7.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='512px' height='376px' viewBox='0 0 512 376' style='enable-background:new 0 0 512 376;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M504.5,7.5c-10-10-26.2-10-36.2,0L161.6,314.2L43.7,196.3c-10-10-26.2-10-36.2,0c-10,10-10,26.2,0,36.2l136,136 c10,10,26.2,10,36.2,0L504.5,43.7C514.5,33.7,514.5,17.5,504.5,7.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    width: 1.2em;
    height: 1.2em; }

.catalog-product-view .mix-match.row-text-image [data-content-type='column-line'] {
  gap: 0 !important; }

.mix-match [data-content-type='heading'] {
  font-family: "Asap", sans-serif; }

.mix-match [data-content-type='text'] p {
  font-family: "Asap", sans-serif; }

.mix-match .btn, .mix-match .success-page .success-page__registration .action.primary, .success-page .success-page__registration .mix-match .action.primary {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  border-radius: 3rem; }
  .mix-match .btn:hover, .mix-match .success-page .success-page__registration .action.primary:hover, .success-page .success-page__registration .mix-match .action.primary:hover {
    text-decoration: none; }

.mix-match .btn-outline-primary {
  border: 2px solid #425563;
  color: #425563; }
  .mix-match .btn-outline-primary:hover {
    background-color: #425563;
    color: #fff; }

.mix-match [data-content-type='banner']:after {
  display: none !important; }

[data-content-type='row'].mix-match .pagebuilder-column-group {
  margin: 0; }

[data-content-type='row'].row-text-image.mix-match {
  padding: 2.5rem 0; }
  @media (min-width: 1200px) {
    [data-content-type='row'].row-text-image.mix-match {
      padding: 5rem 0; } }
  [data-content-type='row'].row-text-image.mix-match.bg-primary {
    background-color: #425563 !important; }
    [data-content-type='row'].row-text-image.mix-match.bg-primary [data-content-type='heading'] {
      color: #fff; }
    [data-content-type='row'].row-text-image.mix-match.bg-primary [data-content-type='text'] p {
      color: #fff; }
  [data-content-type='row'].row-text-image.mix-match h2, [data-content-type='row'].row-text-image.mix-match .h2 {
    font-size: 1.75rem;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      [data-content-type='row'].row-text-image.mix-match h2, [data-content-type='row'].row-text-image.mix-match .h2 {
        font-size: 2.5rem; } }
  [data-content-type='row'].row-text-image.mix-match h3, [data-content-type='row'].row-text-image.mix-match .h3, [data-content-type='row'].row-text-image.mix-match .row-type-cards figure[data-content-type="image"] figcaption, .row-type-cards figure[data-content-type="image"] [data-content-type='row'].row-text-image.mix-match figcaption {
    font-weight: 500; }
  [data-content-type='row'].row-text-image.mix-match h2:has(+ h3, + .h3, + .row-type-cards figure[data-content-type="image"] figcaption), [data-content-type='row'].row-text-image.mix-match .h2:has(+ h3, + .h3, + .row-type-cards figure[data-content-type="image"] figcaption) {
    margin-bottom: 0; }
  [data-content-type='row'].row-text-image.mix-match [data-content-type='heading'] {
    color: #394a53; }
  [data-content-type='row'].row-text-image.mix-match [data-content-type='text'] {
    margin-bottom: 1rem; }
    [data-content-type='row'].row-text-image.mix-match [data-content-type='text'] p {
      color: #425563; }
  @media (min-width: 768px) {
    [data-content-type='row'].row-text-image.mix-match [data-content-type='column-line'] {
      flex-wrap: nowrap;
      gap: 5rem; } }
  @media (min-width: 1200px) {
    [data-content-type='row'].row-text-image.mix-match [data-content-type='column-line'] {
      flex-wrap: nowrap;
      gap: 10rem; } }
  @media (max-width: 767.98px) {
    [data-content-type='row'].row-text-image.mix-match [data-content-type='column-line'] [data-appearance='full-height'] {
      order: 1;
      margin-bottom: 1rem; }
    [data-content-type='row'].row-text-image.mix-match [data-content-type='column-line'] [data-appearance='align-center'] {
      order: 2;
      margin: 0; } }
  [data-content-type='row'].row-text-image.mix-match [data-content-type='column'] {
    padding: 0; }
    [data-content-type='row'].row-text-image.mix-match [data-content-type='column'] [data-content-type='image'] {
      border-radius: 1rem; }

@media (min-width: 768px) {
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper {
    aspect-ratio: 28 / 9;
    height: inherit; } }

[data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay {
  max-width: inherit;
  display: flex;
  align-items: flex-end;
  height: 100%; }
  @media (min-width: 1200px) {
    [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay {
      padding-left: 0;
      padding-bottom: 5rem; } }
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] h1, [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] .h1,
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] h2,
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] .h2,
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] h3,
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] .h3,
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] .row-type-cards figure[data-content-type="image"] figcaption,
  .row-type-cards figure[data-content-type="image"] [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] figcaption {
    font-family: "Asap", sans-serif; }
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] h1, [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] .h1 {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] h1, [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] .h1 {
        font-size: 3rem; } }
  
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] h3,
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] .h3,
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] .row-type-cards figure[data-content-type="image"] figcaption,
  .row-type-cards figure[data-content-type="image"] [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] figcaption {
    font-weight: 500; }
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] img {
    margin-bottom: 2rem; }
    @media (min-width: 1024px) {
      [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] img {
        height: 8rem !important;
        width: 8rem !important;
        margin-bottom: 1rem; } }
    @media (min-width: 1400px) {
      [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] img {
        height: 11rem !important;
        width: 11rem !important; } }
  [data-content-type='row'].row-hero.mix-match .pagebuilder-banner-wrapper .pagebuilder-overlay .btn-outline-white {
    border: 2px solid #fff; }

[data-content-type='row'].row-icons-usps.mix-match-normal [data-content-type='image'] {
  box-shadow: 0 0.5rem 1.125rem -0.425rem rgba(66, 85, 99, 0.9); }
  [data-content-type='row'].row-icons-usps.mix-match-normal [data-content-type='image'] img {
    background-color: #425563; }

[data-content-type='row'].row-icons-usps.mix-match {
  background-color: #425563;
  padding: 2.5rem 0; }
  @media (min-width: 1200px) {
    [data-content-type='row'].row-icons-usps.mix-match {
      padding: 5rem 0; } }
  [data-content-type='row'].row-icons-usps.mix-match h1, [data-content-type='row'].row-icons-usps.mix-match .h1 {
    margin-top: 0 !important; }
  @media (min-width: 1200px) {
    [data-content-type='row'].row-icons-usps.mix-match [data-content-type='text'] {
      max-width: 70%;
      margin: 0 auto; } }
  [data-content-type='row'].row-icons-usps.mix-match [data-content-type='text'] p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.2rem; }
  [data-content-type='row'].row-icons-usps.mix-match [data-content-type='image'] {
    box-shadow: none;
    overflow: visible;
    position: relative; }
    @media (max-width: 767.98px) {
      [data-content-type='row'].row-icons-usps.mix-match [data-content-type='image'] {
        margin: 0 5.5rem; } }
    @media (min-width: 768px) {
      [data-content-type='row'].row-icons-usps.mix-match [data-content-type='image'] {
        margin: 0 3.5rem; } }
    @media (min-width: 1200px) {
      [data-content-type='row'].row-icons-usps.mix-match [data-content-type='image'] {
        margin: 0 4.5rem; } }
    [data-content-type='row'].row-icons-usps.mix-match [data-content-type='image'] [data-element='link'] {
      background-color: #7fa0ac;
      border-radius: 100%;
      aspect-ratio: 1;
      display: flex;
      align-items: center;
      border: 3px solid #fff; }
      [data-content-type='row'].row-icons-usps.mix-match [data-content-type='image'] [data-element='link']:hover {
        background-color: #52636d; }
    [data-content-type='row'].row-icons-usps.mix-match [data-content-type='image'] img {
      background-color: transparent;
      border-radius: 0;
      padding: 3rem;
      max-height: 13rem;
      aspect-ratio: 1; }
  [data-content-type='row'].row-icons-usps.mix-match [data-content-type='column-group'] {
    padding-bottom: 0 !important; }
  @media (max-width: 767.98px) {
    [data-content-type='row'].row-icons-usps.mix-match .pagebuilder-column {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    [data-content-type='row'].row-icons-usps.mix-match .pagebuilder-column [data-content-type='text'] {
      max-width: 90%; } }
  [data-content-type='row'].row-icons-usps.mix-match .pagebuilder-column [data-element='link']::before {
    position: absolute;
    background-color: #7fa0ac;
    z-index: 10;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    top: -2rem;
    left: calc(50% - 2rem);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
    border: 3px solid #fff;
    font-family: "Asap", sans-serif; }
    @media (max-width: 767.98px) {
      [data-content-type='row'].row-icons-usps.mix-match .pagebuilder-column [data-element='link']::before {
        width: 3rem;
        height: 3rem;
        left: calc(50% - 1.5rem);
        font-size: 1.5rem; } }
  [data-content-type='row'].row-icons-usps.mix-match .pagebuilder-column:nth-of-type(1) [data-element='link']::before {
    content: '1'; }
  [data-content-type='row'].row-icons-usps.mix-match .pagebuilder-column:nth-of-type(2) [data-element='link']::before {
    content: '2'; }
  [data-content-type='row'].row-icons-usps.mix-match .pagebuilder-column:nth-of-type(3) [data-element='link']::before {
    content: '3'; }
  [data-content-type='row'].row-icons-usps.mix-match .pagebuilder-column:nth-of-type(4) [data-element='link']::before {
    content: '4'; }
  [data-content-type='row'].row-icons-usps.mix-match [data-content-type='heading'] {
    color: #fff;
    margin-top: 1rem; }
  @media (max-width: 767.98px) {
    [data-content-type='row'].row-icons-usps.mix-match h1[data-content-type='heading'], [data-content-type='row'].row-icons-usps.mix-match .h1[data-content-type='heading'] {
      font-size: 2rem; } }

[data-content-type='text'] p a {
  text-decoration: none; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: inherit !important; }

/*!
 * @author 101Media Team
 * @copyright Copyright (c) 101Media (https://www.101media.nl)
 */
.whatsapp-icon {
  position: fixed;
  height: 48px;
  width: 48px;
  right: 1.5rem;
  bottom: 1.5rem;
  transition: all 0.2s ease-in-out;
  z-index: 1039;
  background-color: #00D856; }
  .whatsapp-icon__badge {
    width: 20px;
    height: 20px;
    right: -2px;
    top: -4.8px;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    background-color: #f72539;
    display: none;
    color: #ffffff !important; }
  .whatsapp-icon:after {
    content: '';
    position: absolute;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .whatsapp-icon:hover {
    cursor: pointer;
    transform: scale(1.1); }

.whatsapp-popup {
  display: none;
  position: fixed;
  right: calc(1.5rem - 1px);
  bottom: calc(1.5rem - 1px);
  max-width: 320px;
  width: calc(100% - 1.5rem);
  z-index: 1039; }
  @media (max-width: 767.98px) {
    .whatsapp-popup {
      max-width: calc(100% - (1.5rem * 2)); } }
  .whatsapp-popup .card {
    border-radius: 8px !important; }
  .whatsapp-popup .card-header {
    background-color: #10887a;
    border-radius: 8px 8px 0 0;
    padding: 10px;
    position: relative; }
    .whatsapp-popup .card-header:after {
      content: "";
      background-color: rgba(255, 255, 255, 0.14);
      border-bottom: 1px solid #d9d9d9;
      position: absolute;
      bottom: -1px;
      width: 100%;
      height: 1px;
      left: 0; }
    .whatsapp-popup .card-header .profile-picture {
      width: 45px;
      height: 45px;
      background-color: #FFF;
      margin-right: 10px; }
      .whatsapp-popup .card-header .profile-picture img {
        object-fit: contain;
        padding: 10px; }
    .whatsapp-popup .card-header .whatsapp-profile {
      max-width: calc(100% - 55px - 25px); }
      .whatsapp-popup .card-header .whatsapp-profile__name {
        font-family: Tahoma, sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #FFF; }
      .whatsapp-popup .card-header .whatsapp-profile__status {
        font-family: Tahoma, sans-serif;
        line-height: 1.2;
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        color: #FFF;
        opacity: .75; }
    .whatsapp-popup .card-header .close-whatsapp {
      right: 8px;
      top: 8px;
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .whatsapp-popup .card-header .close-whatsapp:after {
        content: '';
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times' class='svg-inline--fa fa-times fa-w-11' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='%23FFF' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'%3E%3C/path%3E%3C/svg%3E");
                mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times' class='svg-inline--fa fa-times fa-w-11' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='%23FFF' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'%3E%3C/path%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: center;
                mask-position: center;
        background-color: #FFF;
        opacity: .75;
        position: absolute;
        width: 15px;
        height: 15px;
        transition: all 0.2s ease-in-out; }
      .whatsapp-popup .card-header .close-whatsapp:hover {
        cursor: pointer; }
        .whatsapp-popup .card-header .close-whatsapp:hover:after {
          opacity: 1; }
  .whatsapp-popup .card-body {
    background-color: #F9FAFB;
    background-image: url("../Media101_WhatsAppChat/images/whatsapp-background.png");
    background-position: center;
    background-size: 100%;
    min-height: 160px;
    padding: 10px 10px 10px 22px; }
    .whatsapp-popup .card-body .whatsapp-message {
      background-color: #FFFFFF;
      border-radius: 0 8px 8px 8px;
      line-height: 1.3;
      font-family: Tahoma, sans-serif;
      font-weight: 400;
      box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
      padding: 10px 12px;
      font-size: 13.6px; }
      .whatsapp-popup .card-body .whatsapp-message:before {
        content: '';
        display: block;
        -webkit-clip-path: polygon(100% 100%, 0 0, 100% 0);
                clip-path: polygon(100% 100%, 0 0, 100% 0);
        height: 12px;
        width: 12px;
        background-color: inherit;
        position: absolute;
        right: calc(100% - 1px);
        top: 0; }
      .whatsapp-popup .card-body .whatsapp-message:after {
        content: "";
        clear: both;
        display: table; }
      .whatsapp-popup .card-body .whatsapp-message__details {
        float: right;
        margin-right: -4px; }
        .whatsapp-popup .card-body .whatsapp-message__details .time-indication {
          font-size: 10px;
          color: #5A5A5E; }
  .whatsapp-popup .card-footer {
    background-color: #EDEDED;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    position: relative; }
    .whatsapp-popup .card-footer:after {
      content: "";
      background-color: rgba(255, 255, 255, 0.14);
      border-bottom: 1px solid #d9d9d9;
      position: absolute;
      top: -1px;
      width: 100%;
      height: 1px;
      left: 0; }
    .whatsapp-popup .card-footer .btn.btn-primary, .whatsapp-popup .card-footer .success-page .success-page__registration .action.primary, .success-page .success-page__registration .whatsapp-popup .card-footer .action.primary {
      background-color: #00D856;
      border-color: #00D856;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      font-family: Tahoma, sans-serif;
      font-weight: 600;
      margin: 0 auto;
      padding: 8px 20px;
      font-size: 13px;
      color: #fff; }
      .whatsapp-popup .card-footer .btn.btn-primary:hover, .whatsapp-popup .card-footer .success-page .success-page__registration .action.primary:hover, .success-page .success-page__registration .whatsapp-popup .card-footer .action.primary:hover {
        background-color: #00bf4c;
        border-color: #00bf4c;
        text-decoration: none; }
      .whatsapp-popup .card-footer .btn.btn-primary:before, .whatsapp-popup .card-footer .success-page .success-page__registration .action.primary:before, .success-page .success-page__registration .whatsapp-popup .card-footer .action.primary:before {
        content: '';
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
                mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: center;
                mask-position: center;
        background-color: #FFF;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 10px;
        flex-shrink: 0; }

/* CUSTOM - AMASTY FAQ
======================================== */
.page-layout-2columns-right .columns, .page-layout-2columns-left .columns {
  margin-bottom: 32px; }

.page-layout-2columns-right .main h1, .page-layout-2columns-right .main .h1, .page-layout-2columns-left .main h1, .page-layout-2columns-left .main .h1 {
  margin-top: 0; }

@media (min-width: 768px) {
  .page-layout-2columns-left .main {
    padding-left: 2.5rem; }
  .page-layout-2columns-right .main {
    padding-right: 2.5rem; } }

/* CUSTOM - Wishlist buttons
======================================== */
.btn-towishlist {
  -webkit-appearance: none;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100rem;
  background-color: #f6f9fc;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #373f50; }
  .btn-towishlist.button--icon-filled i.svg-icon__heart:before, .btn-towishlist:hover i.svg-icon__heart:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_2_00000062184638222399797320000000272655138802599348_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 17.6' style='enable-background:new 0 0 20 17.6;' xml:space='preserve'%3E%3Cpath d='M17.7,1C15-0.8,11.8,0,10,2.1C8.2,0,5-0.8,2.3,1C0.9,2,0.1,3.6,0,5.3c-0.1,3.9,3.3,7,8.5,11.8l0.1,0.1 c0.8,0.7,1.9,0.7,2.7,0l0.1-0.1c5.3-4.8,8.7-7.9,8.6-11.8C19.9,3.6,19.1,2,17.7,1z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_2_00000062184638222399797320000000272655138802599348_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 17.6' style='enable-background:new 0 0 20 17.6;' xml:space='preserve'%3E%3Cpath d='M17.7,1C15-0.8,11.8,0,10,2.1C8.2,0,5-0.8,2.3,1C0.9,2,0.1,3.6,0,5.3c-0.1,3.9,3.3,7,8.5,11.8l0.1,0.1 c0.8,0.7,1.9,0.7,2.7,0l0.1-0.1c5.3-4.8,8.7-7.9,8.6-11.8C19.9,3.6,19.1,2,17.7,1z'/%3E%3C/svg%3E"); }

/* CUSTOM - Select not able to change the class
======================================== */
/*
======================================== */
button.btn.btn-link.text-dark:hover, .success-page .success-page__registration button.btn-link.text-dark.action.primary:hover, a.btn.btn-link.text-dark:hover, .success-page .success-page__registration a.btn-link.text-dark.action.primary:hover {
  color: #2BB039 !important; }

.page-main,
.footer {
  display: block !important; }

/*# sourceMappingURL=styles.css.map */
