/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Helvetica Neue; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

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

@media (min-width: 1078px) {
  .container {
    max-width: 1078px;
  }
}

@media (min-width: 1571px) {
  .container {
    max-width: 1571px;
  }
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-blue {
  --bg-opacity: 1;
  background-color: #335989;
  background-color: rgba(51, 89, 137, var(--bg-opacity));
}

.bg-grey {
  --bg-opacity: 1;
  background-color: #DCDCDC;
  background-color: rgba(220, 220, 220, var(--bg-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-blue {
  --border-opacity: 1;
  border-color: #335989;
  border-color: rgba(51, 89, 137, var(--border-opacity));
}

.border-grey {
  --border-opacity: 1;
  border-color: #DCDCDC;
  border-color: rgba(220, 220, 220, var(--border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.font-sans {
  font-family: Helvetica Neue;
}

.font-manier {
  font-family: Manier;
}

.font-normal {
  font-weight: 400;
}

.h-8 {
  height: 2rem;
}

.h-12 {
  height: 3rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.text-s {
  font-size: 1.6rem;
}

.text-l {
  font-size: 2.4rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

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

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

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

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

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

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

.first\:mt-0:first-child {
  margin-top: 0;
}

.last\:mr-0:last-child {
  margin-right: 0;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.p-12 {
  padding: 3rem;
}

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-bullet-y {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.px-bullet-x {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.resize {
  resize: both;
}

.shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

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

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-blue {
  --text-opacity: 1;
  color: #335989;
  color: rgba(51, 89, 137, var(--text-opacity));
}

.text-drkgrey {
  --text-opacity: 1;
  color: #5A5A5A;
  color: rgba(90, 90, 90, var(--text-opacity));
}

.text-red {
  --text-opacity: 1;
  color: #CB3434;
  color: rgba(203, 52, 52, var(--text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-8 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.w-40 {
  width: 10rem;
}

.w-72 {
  width: 18rem;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-full {
  width: 100%;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #DCDCDC;
  border-color: rgba(220, 220, 220, var(--border-opacity));
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%
}

@media (min-width: 768px) {

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
    padding-left: 2rem;

    padding-right: 2rem;

    padding-top: 1.25rem;

    padding-bottom: 1.25rem
}
  }

select {
  width: 100%;
  padding-right: 3rem;
  content: '';
  background-image: url('../assets/images/chevron-down.svg');
  background-repeat: no-repeat;
  background-size: .9rem .6rem;
  background-position: right 3rem center
}

select option {
    padding: 0 !important;
  }

input[type=radio],
input[type=checkbox] {
  margin-right: 1rem;
}

.button,
input[type="submit"],
input[type="button"] {
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: inline-block;
  padding: 1.2rem 2.4rem;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none !important;
  --bg-opacity: 1;
  background-color: #335989;
  background-color: rgba(51, 89, 137, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
          transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0)
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0)
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 9999
}

.cc-window.cc-static {
  position: static
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

.cc-revoke {
  padding: .5em
}

.cc-revoke:hover {
  text-decoration: underline
}

.cc-header {
  font-size: 18px;
  font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline
}

.cc-link:hover {
  opacity: 1
}

.cc-link:active,
.cc-link:visited {
  color: initial
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset
}

.cc-top {
  top: 1em
}

.cc-left {
  left: 1em
}

.cc-right {
  right: 1em
}

.cc-bottom {
  bottom: 1em
}

.cc-floating>.cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto
}

.cc-window.cc-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1
}

.cc-btn+.cc-btn {
  margin-left: .5em
}

@media print {
  .cc-revoke,
	.cc-window {
    display: none
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal
  }
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0
  }

  .cc-window.cc-bottom {
    bottom: 0
  }

  .cc-window.cc-banner,
	.cc-window.cc-floating,
	.cc-window.cc-left,
	.cc-window.cc-right {
    left: 0;
    right: 0
  }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
  }

  .cc-window.cc-floating {
    max-width: none
  }

  .cc-window .cc-message {
    margin-bottom: 1em
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block
}

/* custom theme */

.cc-revoke { display: none;
}

/* .cc-banner {
  background: theme('colors.black');
  color: theme('colors.white');
}

.cc-btn.cc-allow {
  background: theme('colors.red');
  color: theme('colors.white');
  border-color: theme('colors.red');

  &:hover,
  &:focus {
    color: theme('colors.red');
    background: theme('colors.white');
    border-color: theme('colors.white');
  }
} */

.facetwp-facet {
  margin-bottom: 0 !important;
}

.facetwp-facet-search .facetwp-input-wrap {
  display: block !important
}

.facetwp-facet-search .facetwp-input-wrap .facetwp-icon {
    margin-right: 0.5rem;
  }

.facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.facetwp-pager .facetwp-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    --bg-opacity: 1;
    background-color: #F6F6F6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

.facetwp-pager .dots {
    background-color: transparent;
  }

.facetwp-pager .prev,
  .facetwp-pager .next {
    --bg-opacity: 1;
    background-color: #335989;
    background-color: rgba(51, 89, 137, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.gform_heading,
label.gfield_label {
  display: none !important;
}

.gfield {
  margin-bottom: 2rem;
}

.gfield--h {
  display: none;
}

.gform_fields .gfield input::-webkit-input-placeholder, .gform_fields .gfield textarea::-webkit-input-placeholder {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
}

.gform_fields .gfield input::-moz-placeholder, .gform_fields .gfield textarea::-moz-placeholder {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
}

.gform_fields .gfield input:-ms-input-placeholder, .gform_fields .gfield textarea:-ms-input-placeholder {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
}

.gform_fields .gfield input::-ms-input-placeholder, .gform_fields .gfield textarea::-ms-input-placeholder {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
}

.gform_fields .gfield input::placeholder,
.gform_fields .gfield textarea::placeholder {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
}

.gfield.gfield_error input[type="text"],
.gfield.gfield_error input[type="number"],
.gfield.gfield_error input[type="email"],
.gfield.gfield_error input[type="tel"],
.gfield.gfield_error textarea {
  --border-opacity: 1;
  border-color: #CB3434;
  border-color: rgba(203, 52, 52, var(--border-opacity));
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
  .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
  .mfp-arrow:focus {
  opacity: .8;
}

.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 100px);
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-container {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-container {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-container {
  opacity: 0;
}

/* MENU MOBILE */

.mfp-menu.mfp-bg,
.mfp-menu.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
}

.mfp-menu.mfp-bg {
  opacity: 1;
  height: 0 !important;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  --bg-opacity: 1;
  background-color: #335989;
  background-color: rgba(51, 89, 137, var(--bg-opacity));
}

.mfp-menu.mfp-bg.mfp-ready {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  height: 100vh !important;
}

.mfp-menu.mfp-wrap {
  bottom: 0 !important;
  height: auto !important;
  overflow: hidden auto;
}

.mfp-menu .mfp-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mfp-menu .mfp-content {
  vertical-align: top !important;
  height: 100% !important;
  min-height: 100% !important;
  padding-top: 180px !important;
  padding-bottom: 84px !important
}

@media (min-width: 768px) {

.mfp-menu .mfp-content {
    padding-top: 220px !important
}
  }

/* overlay at start */

.mfp-fade.mfp-bg {
  visibility: none;
  opacity: 0;
  /* pointer-events: none; */
  -webkit-transition: all 0.16s ease-out;
  transition: all 0.16s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
  /* pointer-events: auto; */
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-container {
  visibility: none;
  opacity: 0;
  /* pointer-events: none; */
  -webkit-transition: all 0.16s ease-out;
  transition: all 0.16s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-container {
  opacity: 1;
  /* pointer-events: auto; */
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-container {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  /* pointer-events: auto; */
}

.media-item__image,
.media-item__video,
.media-item__embed {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.media-item__poster {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s
}

.media-item__poster.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

.media-item__toggle {
  position: absolute;
  z-index: 2;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s
}

.media-item__toggle svg {
    width: 100%;
    height: auto
  }

.media-item__toggle svg g {
      fill: #fff;
    }

.media-item__toggle.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.validation_error,
.gform_confirmation_message {
  position: relative;
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem
}

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before, .validation_error::before, .gform_confirmation_message::before {
    content: "";
    width: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    --bg-opacity: 1;
    background-color: #335989;
    background-color: rgba(51, 89, 137, var(--bg-opacity));
  }

.woocommerce-message .restore-item,
  .woocommerce-message .button,
  .woocommerce-error .restore-item,
  .woocommerce-error .button,
  .woocommerce-info .restore-item,
  .woocommerce-info .button,
  .validation_error .restore-item,
  .validation_error .button,
  .gform_confirmation_message .restore-item,
  .gform_confirmation_message .button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem
  }

@media (min-width: 768px) {

.woocommerce-message .restore-item,
  .woocommerce-message .button,
  .woocommerce-error .restore-item,
  .woocommerce-error .button,
  .woocommerce-info .restore-item,
  .woocommerce-info .button,
  .validation_error .restore-item,
  .validation_error .button,
  .gform_confirmation_message .restore-item,
  .gform_confirmation_message .button {
      margin: 0
  }
    }

.woocommerce-message .restore-item,
  .woocommerce-message .showlogin,
  .woocommerce-error .restore-item,
  .woocommerce-error .showlogin,
  .woocommerce-info .restore-item,
  .woocommerce-info .showlogin,
  .validation_error .restore-item,
  .validation_error .showlogin,
  .gform_confirmation_message .restore-item,
  .gform_confirmation_message .showlogin {
    border-bottom-width: 1px;
  }

.woocommerce-cart-message {
  position: relative;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem
}

.woocommerce-cart-message::before {
    content: "";
    width: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    --bg-opacity: 1;
    background-color: #335989;
    background-color: rgba(51, 89, 137, var(--bg-opacity));
  }

.woocommerce-message,
.validation_error {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem
}

@media (min-width: 768px) {

.woocommerce-message,
.validation_error {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center
}
  }

.woocommerce-error::before,
.validation_error::before {
  --bg-opacity: 1;
  background-color: #CB3434;
  background-color: rgba(203, 52, 52, var(--bg-opacity));
}

.gfield_description.validation_message {
  font-size: 1.4rem;
  --text-opacity: 1;
  color: #CB3434;
  color: rgba(203, 52, 52, var(--text-opacity));
  margin-top: 0.5rem;
}

.nav-main .menu,
  .nav-main .menu--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.nav-main .menu {
    --text-opacity: 1;
    color: #335989;
    color: rgba(51, 89, 137, var(--text-opacity));
    font-size: 1.8rem;
    font-family: Manier;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.nav-main .menu--secondary {
    font-size: 1.4rem
  }

.nav-main .menu--secondary .item--cart {
      position: relative;
    }

.nav-main .menu--secondary .item--cart .cart-count {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-width: 1px;
      --border-opacity: 1;
      border-color: #335989;
      border-color: rgba(51, 89, 137, var(--border-opacity));
      border-radius: 9999px;
      --text-opacity: 1;
      color: #335989;
      color: rgba(51, 89, 137, var(--text-opacity));
      font-size: 1rem;
      font-weight: 400;
      top: -8px;
      right: -17px;
      width: 16px;
      height: 16px;
    }

.nav-main .menu.is-depth-1 {
    display: none;
  }

.menu--primary li.is-depth-0:first-child a {
    position: relative;
    padding-right: 6rem;
  }

.menu--primary li.is-depth-0:first-child a::after {
    position: absolute;
    right: 0;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    border-radius: 9999px;
    font-size: 1rem;
    --text-opacity: 1;
    color: #335989;
    color: rgba(51, 89, 137, var(--text-opacity));
    font-family: Helvetica Neue;
    font-weight: 400;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "Nouveau"
  }

@media (min-width: 1078px) {

.menu--primary li.is-depth-0:first-child a::after {
      --bg-opacity: 1;

      background-color: #335989;

      background-color: rgba(51, 89, 137, var(--bg-opacity));

      --text-opacity: 1;

      color: #fff;

      color: rgba(255, 255, 255, var(--text-opacity))
  }
    }

.menu--primary li.is-depth-0 li.is-depth-1 a {
      position: static;
    }

.menu--primary li.is-depth-0 li.is-depth-1 a::after {
      display: none;
    }

/* MENU MOBILE */

.mfp-content .nav-main__inner .menu {
    margin-bottom: 6rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-size: 2.4rem;
    font-family: Manier;
  }

.mfp-content .nav-main__inner .menu li {
    margin-bottom: 3rem;
  }

.mfp-content .nav-main__inner .menu li:last-child {
    margin-bottom: 0;
  }

.mfp-content .nav-main__inner .menu--secondary {
    padding-bottom: 4rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-size: 1.8rem
  }

.mfp-content .nav-main__inner .menu--secondary .cart-count {
      display: none;
    }

.mfp-content .nav-main__inner {
  /* submenu */
}

.mfp-content .nav-main__inner .menu.is-depth-1 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-family: Helvetica Neue
  }

.mfp-content .nav-main__inner .menu.is-depth-1 li {
      margin-bottom: 0.5rem;
    }

.mfp-content .nav-main__inner .menu-item-has-children.is-depth-0 ul.is-depth-1 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }

.mfp-content .nav-main__inner .menu-item-has-children.is-depth-0.is-open ul.is-depth-1 {
    padding-top: 2rem;
    opacity: 1;
    max-height: 70rem;
  }

button.hamburger {
  outline: none !important
}

button.hamburger:focus {
    outline: none !important;
  }

.hamburger {
  width: 30px;
  height: 22px;
  background: transparent;
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s
}

@media (min-width: 1078px) {

.hamburger {
    display: none
}
  }

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  position: absolute;
  display: block;
  --bg-opacity: 1;
  background-color: #335989;
  background-color: rgba(51, 89, 137, var(--bg-opacity));
  width: 30px;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger-inner::before {
  top: 10px;
}

.hamburger-inner::after {
  top: 20px;
}

.is-menu-open .hamburger-inner {
  background: transparent;
  left: -2px
}

@media (min-width: 768px) {

.is-menu-open .hamburger-inner {
    right: 0
}
  }

.is-menu-open .hamburger-inner::before,
.is-menu-open .hamburger-inner::after {
  top: 8px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 30px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-menu-open .hamburger-inner::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Only hide inner on mobile/tablet and only if js is not enabled.  */

.js .nav-main__inner {
  display: none;
}

.nav-main__inner .is-active {
  display: block;
}

.mfp-content .nav-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  min-height: 100%;
  width: 100%;
  text-align: left;
  /* min-height: calc(100vh - 68px); */
  min-height: 100% !important;
  padding-bottom: 6px;
}

@media (min-width: 1078px) {
  .js .nav-main__inner {
    display: block;
  }
}

.site-footer a {
  text-decoration: underline;
}

.site-footer__logo {
  padding-bottom: 0;
  border-style: none;
}

.site-footer__nav ul li {
  margin-bottom: 0.5rem;
}

.site-footer__nav ul li:last-child {
  margin-bottom: 0;
}

.site-footer__nav ul li:first-child a {
  position: static;
  padding-right: 0
}

.site-footer__nav ul li:first-child a::after {
    display: none;
  }

.site-header {
  z-index: 1000;
}

.site-header__logo-img svg {
  width: 16rem
}

@media (min-width: 768px) {

.site-header__logo-img svg {
    width: 28rem
}
  }

.site-header,
.site-header__cart,
.site-header__logo-img svg path {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.is-menu-open {
  overflow: hidden;
  width: 100%;
  position: fixed
}

.is-menu-open .site-header {
    --bg-opacity: 1;
    background-color: #335989;
    background-color: rgba(51, 89, 137, var(--bg-opacity));
  }

.is-menu-open .site-header__cart {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.is-menu-open .site-header__logo-img svg path {
      fill: #fff;
    }

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face{
  font-family:swiper-icons;

  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#007aff
}

.swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}

.swiper-container-vertical>.swiper-wrapper{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform;
  -webkit-box-sizing:content-box;
          box-sizing:content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper{
  -webkit-transform:translate3d(0px,0,0);
          transform:translate3d(0px,0,0)
}

.swiper-container-multirow>.swiper-wrapper{
  -ms-flex-wrap:wrap;
      flex-wrap:wrap
}

.swiper-container-multirow-column>.swiper-wrapper{
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column
}

.swiper-container-free-mode>.swiper-wrapper{
  -webkit-transition-timing-function:ease-out;
          transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-container-pointer-events{
  -ms-touch-action:pan-y;
      touch-action:pan-y
}

.swiper-container-pointer-events.swiper-container-vertical{
  -ms-touch-action:pan-x;
      touch-action:pan-x
}

.swiper-slide{
  -ms-flex-negative:0;
      flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
  height:auto
}

.swiper-container-autoheight .swiper-wrapper{
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-transition-property:height,-webkit-transform;
  transition-property:height,-webkit-transform;
  transition-property:transform,height;
  transition-property:transform,height,-webkit-transform
}

.swiper-container-3d{
  -webkit-perspective:1200px;
          perspective:1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
  -webkit-transform-style:preserve-3d;
          transform-style:preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-container-3d .swiper-slide-shadow-left{
  background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right{
  background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top{
  background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom{
  background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{
  -ms-scroll-snap-type:x mandatory;
      scroll-snap-type:x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{
  -ms-scroll-snap-type:y mandatory;
      scroll-snap-type:y mandatory
}

.slideshow .swiper-slide {
    width: auto
  }

.slideshow .swiper-slide img {
      width: auto;
      height: 24rem
    }

@media (min-width: 1078px) {

.slideshow .swiper-slide img {
        height: 42rem
    }
      }

.slideshow .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 26px 0 0 0;
    padding: 0;
  }

.slideshow .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    padding: 0;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    --bg-opacity: 1;
    background-color: #335989;
    background-color: rgba(51, 89, 137, var(--bg-opacity));
    opacity: .3;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }

.slideshow .swiper-pagination-bullet-active {
    opacity: 1;
  }

.slideshow-product__primary .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }

.slideshow-product__thumbs {
  overflow: hidden
}

.slideshow-product__thumbs .swiper-slide {
    cursor: pointer;
  }

@media (min-width: 1078px) {

.teaser-shop {
    width: 62rem;

    height: 42rem
}
  }

@media (min-width: 1571px) {

.teaser-shop {
    width: 69.5rem
}
  }

@media (min-width: 768px) {

.woocommerce form .woocommerce-address-fields__field-wrapper,
  .woocommerce form .woocommerce-billing-fields__field-wrapper,
  .woocommerce form .woocommerce-shipping-fields__field-wrapper,
  .woocommerce form .woocommerce-additional-fields__field-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-pack: justify;

          -ms-flex-pack: justify;

              justify-content: space-between;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

      margin-left: -1.5rem;

      margin-right: -1.5rem
  }
    }

@media (min-width: 768px) {

.woocommerce form .woocommerce-address-fields__field-wrapper .form-row, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce form .woocommerce-additional-fields__field-wrapper .form-row {
        padding-left: 1.5rem;

        padding-right: 1.5rem
    }
      }

.woocommerce form .woocommerce-address-fields__field-wrapper .form-row-wide,
    .woocommerce form .woocommerce-address-fields__field-wrapper .notes,
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-wide,
    .woocommerce form .woocommerce-billing-fields__field-wrapper .notes,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row-wide,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper .notes,
    .woocommerce form .woocommerce-additional-fields__field-wrapper .form-row-wide,
    .woocommerce form .woocommerce-additional-fields__field-wrapper .notes {
      width: 100%;
    }

.woocommerce form .woocommerce-address-fields__field-wrapper .form-row-first,
    .woocommerce form .woocommerce-address-fields__field-wrapper .form-row-last,
    .woocommerce form .woocommerce-address-fields__field-wrapper #billing_postcode_field,
    .woocommerce form .woocommerce-address-fields__field-wrapper #shipping_postcode_field,
    .woocommerce form .woocommerce-address-fields__field-wrapper #billing_city_field,
    .woocommerce form .woocommerce-address-fields__field-wrapper #shipping_city_field,
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #billing_city_field,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #shipping_city_field,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row-first,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row-last,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #billing_city_field,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
    .woocommerce form .woocommerce-additional-fields__field-wrapper .form-row-first,
    .woocommerce form .woocommerce-additional-fields__field-wrapper .form-row-last,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #shipping_postcode_field,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #billing_city_field,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #shipping_city_field {
      width: 100%
    }

@media (min-width: 768px) {

.woocommerce form .woocommerce-address-fields__field-wrapper .form-row-first,
    .woocommerce form .woocommerce-address-fields__field-wrapper .form-row-last,
    .woocommerce form .woocommerce-address-fields__field-wrapper #billing_postcode_field,
    .woocommerce form .woocommerce-address-fields__field-wrapper #shipping_postcode_field,
    .woocommerce form .woocommerce-address-fields__field-wrapper #billing_city_field,
    .woocommerce form .woocommerce-address-fields__field-wrapper #shipping_city_field,
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #billing_city_field,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #shipping_city_field,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row-first,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row-last,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #billing_city_field,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
    .woocommerce form .woocommerce-additional-fields__field-wrapper .form-row-first,
    .woocommerce form .woocommerce-additional-fields__field-wrapper .form-row-last,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #shipping_postcode_field,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #billing_city_field,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #shipping_city_field {
        width: 50%
    }
      }

.woocommerce form .woocommerce-address-fields__field-wrapper #billing_country_field span,
    .woocommerce form .woocommerce-address-fields__field-wrapper #shipping_country_field span,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #billing_country_field span,
    .woocommerce form .woocommerce-billing-fields__field-wrapper #shipping_country_field span,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #billing_country_field span,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper #shipping_country_field span,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #billing_country_field span,
    .woocommerce form .woocommerce-additional-fields__field-wrapper #shipping_country_field span {
      display: block;
      border-width: 1px;
      --border-opacity: 1;
      border-color: #DCDCDC;
      border-color: rgba(220, 220, 220, var(--border-opacity));
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      width: 100%;
    }

.woocommerce form .woocommerce-address-fields__field-wrapper .woocommerce-invalid-required-field input, .woocommerce form .woocommerce-billing-fields__field-wrapper .woocommerce-invalid-required-field input, .woocommerce form .woocommerce-shipping-fields__field-wrapper .woocommerce-invalid-required-field input, .woocommerce form .woocommerce-additional-fields__field-wrapper .woocommerce-invalid-required-field input {
      --border-opacity: 1;
      border-color: #CB3434;
      border-color: rgba(203, 52, 52, var(--border-opacity));
    }

.woocommerce form .form-row {
    margin-bottom: 1rem
  }

.woocommerce form .form-row label {
      display: block;
      margin-bottom: 0.5rem;
    }

.woocommerce form a {
    text-decoration: underline;
  }

.woocommerce-pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }

.woocommerce-pagination .page-numbers li {
      display: block;
      margin: 0 5px;
    }

.woocommerce-pagination .page-numbers .page-numbers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 3rem;
      height: 3rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #F6F6F6;
      border-radius: 2px;
      -webkit-transition: all .3s;
      transition: all .3s
    }

.woocommerce-pagination .page-numbers .page-numbers:hover {
        --bg-opacity: 1;
        background-color: #335989;
        background-color: rgba(51, 89, 137, var(--bg-opacity));
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity));
      }

.woocommerce-pagination .page-numbers .page-numbers.current {
        --bg-opacity: 1;
        background-color: #335989;
        background-color: rgba(51, 89, 137, var(--bg-opacity));
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity));
      }

/* Text only meant for screen readers (e.g. "Le prix initial était : ..." next to sale prices) */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Sale price: keep the initial price struck through, don't underline the current one */

.price ins {
  text-decoration: none;
}

/* Breadcrumb */

.woocommerce-breadcrumb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #DCDCDC;
  border-color: rgba(220, 220, 220, var(--border-opacity));
  font-size: 1.4rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin-bottom: 3rem
}

.woocommerce-breadcrumb a {
    text-decoration: underline;
  }

.woocommerce-breadcrumb .woocommerce-breadcrumb-separator {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

/* Added to cart message */

/* .woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  @apply relative bg-ltgrey text-black mb-12 py-8 px-8 w-full;

  &::before {
    content: "";
    width: 0.5rem;
    @apply absolute top-0 left-0 h-full bg-blue;
  }

  & .restore-item,
  & .button {
    order: 1;
    margin-top: 1.5rem;

    @screen md {
      margin: 0;
    }
  }

  & .restore-item {
    @apply border-b;
  }
}

.woocommerce-message {
  @apply relative flex flex-col items-start bg-ltgrey text-black py-8 px-8;

  @screen md {
    @apply flex-row justify-between items-center;
  }
}


.woocommerce-error::before {
  @apply bg-red;
} */

.shop_table,
.woocommerce-product-attributes {
  width: 100%;
  margin-bottom: 3rem
}

.shop_table th,
  .shop_table td,
  .woocommerce-product-attributes th,
  .woocommerce-product-attributes td {
    text-align: left;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #DCDCDC;
    border-color: rgba(220, 220, 220, var(--border-opacity));
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem
  }

.shop_table th:last-child, .shop_table td:last-child, .woocommerce-product-attributes th:last-child, .woocommerce-product-attributes td:last-child {
      padding-right: 0;
    }

.shop_table th, .woocommerce-product-attributes th {
    vertical-align: top;
  }

.single-product-details .price {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

.single-product-details .variations {
    width: 100%;
    display: block;
    margin-bottom: 4rem
  }

.single-product-details .variations tbody, .single-product-details .variations tr, .single-product-details .variations td {
      display: block;
    }

.single-product-details .variations .label {
      margin-bottom: 1rem;
    }

.single-product-details .variations .reset_variations {
      display: none !important;
    }

.single-product-details .woocommerce-product-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem;
  }

.single-product-details .woocommerce-variation-add-to-cart,
  .single-product-details .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

.single-product-details .woocommerce-variation-add-to-cart .quantity, .single-product-details .cart .quantity {
      margin-right: 2.5rem
    }

.single-product-details .woocommerce-variation-add-to-cart .quantity label, .single-product-details .cart .quantity label {
        display: none;
      }

.single-product-details .woocommerce-variation-add-to-cart .button, .single-product-details .cart .button {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }

.single-product-details .variations_form {
    display: block;
  }

.single-product-details .custom-variation-swatches {
    margin-bottom: 2rem
  }

.single-product-details .custom-variation-swatches .swatch-container {
      margin-bottom: 1rem;
    }

.single-product-details .custom-variation-swatches strong {
      font-weight: 700;
    }

.single-product-details .custom-variation-swatches .swatches {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      grid-gap: 1rem;
      gap: 1rem
    }

.single-product-details .custom-variation-swatches .swatches .swatch {
        cursor: pointer;
        border-width: 1px;
        border-color: transparent;
        padding: 0.75rem;
        border-radius: 0.25rem;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 300ms;
                transition-duration: 300ms
      }

.single-product-details .custom-variation-swatches .swatches .swatch.selected {
          --border-opacity: 1;
          border-color: #000;
          border-color: rgba(0, 0, 0, var(--border-opacity));
        }

.single-product-details .swatch img { width: 50px; height: 50px; -o-object-fit: cover; object-fit: cover;
  }

.single-product-details .single-product__brand {
    max-width: 12rem;
    max-height: 8rem;
  }

.single-product-details .stock {
    display: none;
  }

.cat-nav ul {
    display: none;
  }

.cat-nav a {
    text-decoration: underline;
  }

.cat-nav li.current-cat ul, .cat-nav li.current-cat-ancestor ul {
      display: block;
      padding-left: 1.5rem
    }

.cat-nav li.current-cat > a, .cat-nav li.current-cat-ancestor > a {
      font-weight: 500;
      text-decoration: none;
    }

@media (min-width: 1078px) {

.woocommerce-cart .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between
}
  }

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
    margin-bottom: 3rem;
  }

@media (min-width: 1078px) {

.woocommerce-cart .woocommerce .woocommerce-cart-form {
      width: 66.666667%;

      padding-right: 3rem
  }
    }

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail,
    .woocommerce-cart .woocommerce .woocommerce-cart-form .product-price {
      display: none
    }

@media (min-width: 768px) {

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail,
    .woocommerce-cart .woocommerce .woocommerce-cart-form .product-price {
        display: table-cell
    }
      }

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail {
      width: 70px
    }

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail img {
        width: 100%;
        height: auto;
        display: block;
      }

@media (min-width: 1078px) {

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name {
        max-width: 15rem
    }
      }

@media (min-width: 1571px) {

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name {
        max-width: none
    }
      }

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-quantity label {
        display: none;
      }

.woocommerce-cart .woocommerce .woocommerce-cart-form .product-subtotal {
      text-align: right !important;
    }

@media (min-width: 1078px) {

.woocommerce-cart .woocommerce .cart-collaterals {
      width: 33.333333%;

      padding-left: 3rem
  }
    }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals  {
      --bg-opacity: 1;
      background-color: #F6F6F6;
      background-color: rgba(246, 246, 246, var(--bg-opacity));
      padding: 3rem
    }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
        font-family: Manier;
        --text-opacity: 1;
        color: #335989;
        color: rgba(51, 89, 137, var(--text-opacity));
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.5;
        font-size: 1.8rem;
        margin-bottom: 2.5rem
      }

@media (min-width: 768px) {

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
          font-size: 2.4rem
      }
        }

.woocommerce-cart .woocommerce .actions {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

.woocommerce-cart .woocommerce .actions .button {
      --bg-opacity: 1;
      background-color: #DCDCDC;
      background-color: rgba(220, 220, 220, var(--bg-opacity));
      --text-opacity: 1;
      color: #335989;
      color: rgba(51, 89, 137, var(--text-opacity));
    }

@media (min-width: 768px) {

.woocommerce-cart .woocommerce .coupon {
      float: left;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-align: center;

          -ms-flex-align: center;

              align-items: center
  }
    }

.woocommerce-cart .woocommerce .coupon label {
      display: block;
    }

@media (min-width: 768px) {

.woocommerce-cart .woocommerce .coupon input {
        width: 20rem;

        margin-left: 1.5rem;

        margin-right: 1.5rem
    }
      }

.woocommerce-cart .woocommerce .coupon .button {
      margin-top: 1rem;
      margin-bottom: 1rem
    }

@media (min-width: 768px) {

.woocommerce-cart .woocommerce .coupon .button {
        margin-top: 0;

        margin-bottom: 0
    }
      }

@media (min-width: 768px) {

.woocommerce-cart .woocommerce .button[name="update_cart"] {
      float: right
  }
    }

.woocommerce-cart .woocommerce .woocommerce-shipping-destination {
    display: none !important;
  }

@media (min-width: 1078px) {

.woocommerce-checkout .woocommerce .checkout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

      -webkit-box-pack: justify;

          -ms-flex-pack: justify;

              justify-content: space-between
  }
    }

@media (min-width: 1078px) {

.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper,
  .woocommerce-checkout .woocommerce .woocommerce-NoticeGroup {
      width: 100%
  }
    }

.woocommerce-checkout .woocommerce .woocommerce-form-login {
    padding-bottom: 3rem
  }

@media (min-width: 1078px) {

.woocommerce-checkout .woocommerce .woocommerce-form-login {
      width: 41.666667%
  }
    }

@media (min-width: 1078px) {

.woocommerce-checkout .woocommerce #customer_details {
      padding-right: 3rem;

      width: 58.333333%
  }
    }

.woocommerce-checkout .woocommerce #customer_details .col-1,
    .woocommerce-checkout .woocommerce #customer_details .col-2 {
      --bg-opacity: 1;
      background-color: #F6F6F6;
      background-color: rgba(246, 246, 246, var(--bg-opacity));
      padding: 3rem;
    }

.woocommerce-checkout .woocommerce #customer_details .col-2 {
      margin-bottom: 3rem
    }

@media (min-width: 1078px) {

.woocommerce-checkout .woocommerce #customer_details .col-2 {
        margin-bottom: 0
    }
      }

.woocommerce-checkout .woocommerce #customer_details h3 {
      font-family: Manier;
      --text-opacity: 1;
      color: #335989;
      color: rgba(51, 89, 137, var(--text-opacity));
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.5;
      font-size: 1.6rem;
    }

@media (min-width: 768px) {

.woocommerce-checkout .woocommerce #customer_details h3 {
        font-size: 1.8rem;
    }
      }

.woocommerce-checkout .woocommerce #customer_details h3 {
      margin-bottom: 2rem;
    }

.woocommerce-checkout .woocommerce #order_review_heading {
    display: none;
  }

@media (min-width: 1078px) {

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order {
      padding-left: 3rem;

      width: 41.666667%
  }
    }

.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods {
      margin-bottom: 3rem
    }

.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods li {
        border-bottom-width: 1px;
        --border-opacity: 1;
        border-color: #DCDCDC;
        border-color: rgba(220, 220, 220, var(--border-opacity));
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
      }

.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods li label {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center
        }

.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods li label img {
            margin-left: 1rem;
            margin-right: 1rem;
          }

.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods li .about_paypal {
          display: none;
        }

.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 3rem;
  }

.woocommerce-checkout .woocommerce .button {
    width: 100%;
  }

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}

.woocommerce-account .woocommerce h2,
  .woocommerce-account .woocommerce h3 {
    font-family: Manier;
    --text-opacity: 1;
    color: #335989;
    color: rgba(51, 89, 137, var(--text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    @apply font-manier text-blue antialiased leading-normal;
    font-size: 1.6rem;
  }

@media (min-width: 768px) {

.woocommerce-account .woocommerce h2,
  .woocommerce-account .woocommerce h3 {
      font-size: 1.8rem;
  }
    }

.woocommerce-account .woocommerce h2,
  .woocommerce-account .woocommerce h3 {
    margin-bottom: 2rem;
    width: 100%;
  }

.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
  }

.woocommerce-account .woocommerce .woocommerce-form-login {
    width: 100%
  }

@media (min-width: 1078px) {

.woocommerce-account .woocommerce .woocommerce-form-login {
      width: 50%
  }
    }

@media (min-width: 1571px) {

.woocommerce-account .woocommerce .woocommerce-form-login {
      width: 33.333333%
  }
    }

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
      display: block;
      width: 100%;
      margin-bottom: 2rem;
    }

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 3rem
  }

@media (min-width: 1078px) {

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
      width: 25%;

      padding-right: 3rem;

      margin-bottom: 0
  }
    }

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation a {
      text-decoration: underline;
    }

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
      border-bottom-width: 1px;
      --border-opacity: 1;
      border-color: #DCDCDC;
      border-color: rgba(220, 220, 220, var(--border-opacity));
      padding-top: 0.5rem;
      padding-bottom: 0.5rem
    }

@media (min-width: 1078px) {

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
        padding-top: 1.25rem;

        padding-bottom: 1.25rem
    }
      }

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active {
        font-weight: 700
      }

@media (min-width: 1078px) {

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active {
          --bg-opacity: 1;

          background-color: #F6F6F6;

          background-color: rgba(246, 246, 246, var(--bg-opacity));

          padding-left: 1.25rem;

          padding-right: 1.25rem
      }
        }

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
          text-decoration: none;
        }

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
      margin-bottom: 2rem;
    }

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
      text-decoration: underline;
    }

@media (min-width: 1078px) {

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
      width: 75%;

      padding-left: 3rem
  }
    }

.woocommerce-account .woocommerce .woocommerce-Addresses {
    margin-top: 3rem
  }

@media (min-width: 768px) {

.woocommerce-account .woocommerce .woocommerce-Addresses {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-pack: justify;

          -ms-flex-pack: justify;

              justify-content: space-between;

      margin-left: -3rem;

      margin-right: -3rem
  }
    }

.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address {
      margin-bottom: 3rem
    }

@media (min-width: 768px) {

.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address {
        width: 50%;

        padding-left: 3rem;

        padding-right: 3rem;

        margin-bottom: 0
    }
      }

.woocommerce-order-received .woocommerce .woocommerce-notice {
    margin-top: 0;
    margin-bottom: 3rem;
  }

.woocommerce-order-received .woocommerce .woocommerce-order-overview {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 3rem;
  }

.woocommerce-order-received .woocommerce .woocommerce-order-details {
    margin-bottom: 5rem;
  }

.woocommerce-order-received .woocommerce .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce .woocommerce-column__title {
    font-size: 1.4rem;
    --text-opacity: 1;
    color: #335989;
    color: rgba(51, 89, 137, var(--text-opacity));
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1rem
  }

@media (min-width: 768px) {

.woocommerce-order-received .woocommerce .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce .woocommerce-column__title {
      font-size: 1.6rem
  }
    }

@media (min-width: 768px) {

.woocommerce-order-received .woocommerce .woocommerce-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-pack: justify;

          -ms-flex-pack: justify;

              justify-content: space-between
  }

      .woocommerce-order-received .woocommerce .woocommerce-columns .woocommerce-column {
        width: 50%;
      }
    }

.woocommerce-order-received .woocommerce address {
    font-style: normal;
  }

@font-face {
  font-family: Manier;

  font-weight: normal;

  src: url(../assets/fonts/manier-regular.woff) format("woff"),
       url(../assets/fonts/manier-regular.woff2) format("woff2");
}

html {
  /* to make 1rem == 10px */
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: Helvetica Neue;
  font-weight: 300;
  overflow-x: hidden;
}

.heading {
  font-family: Manier;
  --text-opacity: 1;
  color: #335989;
  color: rgba(51, 89, 137, var(--text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

.heading-1 {
  font-family: Manier;
  --text-opacity: 1;
  color: #335989;
  color: rgba(51, 89, 137, var(--text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-size: 2.4rem
}

@media (min-width: 768px) {

.heading-1 {
    font-size: 3.2rem
}
  }

.heading-2 {
  font-family: Manier;
  --text-opacity: 1;
  color: #335989;
  color: rgba(51, 89, 137, var(--text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-size: 2.4rem
}

@media (min-width: 768px) {

.heading-2 {
    font-size: 2.8rem
}
  }

.heading-3 {
  font-family: Manier;
  --text-opacity: 1;
  color: #335989;
  color: rgba(51, 89, 137, var(--text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-size: 1.6rem
}

@media (min-width: 768px) {

.heading-3 {
    font-size: 1.8rem
}
  }

/* Style wysiwyg output */

.rich-text p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 24px
  }

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

.rich-text strong {
    --text-opacity: 1;
    color: #335989;
    color: rgba(51, 89, 137, var(--text-opacity));
  }

.rich-text h2 {
    font-size: 1.6rem;
    --text-opacity: 1;
    color: #335989;
    color: rgba(51, 89, 137, var(--text-opacity));
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 2rem
  }

@media (min-width: 768px) {

.rich-text h2 {
      font-size: 2.4rem
  }
    }

.rich-text h3 {
    font-size: 1.4rem;
    --text-opacity: 1;
    color: #335989;
    color: rgba(51, 89, 137, var(--text-opacity));
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1rem
  }

@media (min-width: 768px) {

.rich-text h3 {
      font-size: 1.6rem
  }
    }

.rich-text ul,
  .rich-text ol {
    padding-left: 1.5rem;
  }

.rich-text ul {
    list-style-type: disc;
  }

.rich-text ol {
    list-style-type: decimal;
  }

.rich-text li {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

.rich-text a {
    text-decoration: underline
  }

/* Add custom container */

.container {
  width: 100%;
  max-width: 157.1rem;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

@media (min-width: 768px) {

.container {
    padding-left: 3rem;

    padding-right: 3rem
}
  }

@media (min-width: 1078px) {

.container {
    padding-left: 6rem;

    padding-right: 6rem
}
  }

@media (min-width: 640px) {
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:text-xs {
    font-size: 1.4rem;
  }

  .md\:text-xxl {
    font-size: 3.2rem;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1078px) {
  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1571px) {
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }
}

