/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sanitize.css/sanitize.css ***!
  \**********************************************************************************************************************/
/* Document
 * ========================================================================== */

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

:where(body) {
  margin: 0;
}

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

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

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

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

:where(nav li)::before {
  content: "\200B";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

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

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

:where(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.
 */

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

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

:where(small) {
  font-size: 80%;
}

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

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

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

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

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

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

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

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

:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

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

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sanitize.css/forms.css ***!
  \*******************************************************************************************************************/
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */

:where(button, input, select, textarea) {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(select) {
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */

:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */

:where([type="color" i], [type="range" i]) {
  border-width: 0;
  padding: 0;
}

/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css ***!
  \*******************************************************************************************************************************************************/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/@splidejs/splide/dist/css/splide-core.min.css ***!
  \******************************************************************************************************************************************/
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/accordion/src/accordion.css ***!
  \************************************************************************************************************************/
/** Core styling */
.accordion{
	padding: 0;
	margin:  0;
	position: relative;
	list-style: none;
}
	.accordion > *{
		position: absolute;
		overflow: hidden;
		padding: 0;
		margin:  0;
	}
		.accordion > *,
		.accordion.edge-visible,
		.accordion .accordion{
			-webkit-transition: .3s ease all;
			-moz-transition:    .3s ease all;
			-o-transition:      .3s ease all;
			transition:         .3s ease all;
		}
		
		/** Transform-related */
		.accordion,
		.accordion > *{
			will-change: height, transform;
			-webkit-perspective: 90em;
			-moz-perspective:    90em;
			perspective:         90em;
			
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility:    hidden;
			backface-visibility:         hidden;
			
			-webkit-transform:  translate3d(0,0,0);
			-moz-transform:     translate3d(0,0,0);
			-ms-transform:      translateY(0);
			-o-transform:       translate3d(0,0,0);
			transform:          translate3d(0,0,0);
		}
		
		/** Rule to disable transitions between gap corrections */
		.snap.accordion > *,
		.snap.accordion .accordion{
			-webkit-transition: none !important;
			-moz-transition:    none !important;
			-o-transition:      none !important;
			transition:         none !important;
		}

		/** Headings */
		.accordion > * > :first-child{
			cursor: pointer;
			margin: 0;
			
			-webkit-user-select: none;
			-moz-user-select:    none;
			-ms-user-select:     none;
			user-select:         none;
		}
		
		/** Collapsible content */
		.accordion > * > :last-child{
			overflow: hidden;
			-webkit-transition: .3s ease height, .3s step-start visibility;
			-moz-transition:    .3s ease height, .3s step-start visibility;
			-o-transition:      .3s ease height, .3s step-start visibility;
			transition:         .3s ease height, .3s step-start visibility;
		}
			.accordion > .closed > :last-child,
			.accordion > .closed .accordion > .open > :last-child{
				-webkit-transition-timing-function: ease, step-end;
				-moz-transition-timing-function:    ease, step-end;
				-o-transition-timing-function:      ease, step-end;
				transition-timing-function:         ease, step-end;
				visibility: hidden;
			}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./cartridges/app_isoladeitesori/cartridge/client/default/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable scss/comment-no-loud */
/* stylelint-disable scss/dollar-variable-pattern */
:root {
  --app-font-primary: "Lato", sans-serif;
  --plyr-color-main: #58ab27;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --arcala-green: #356d39;
  --desired-dawn: #d8d8d8;
  --grass: #58ab27;
  --golden-poppy: #fdc300;
  --blue-mana: #5ec5ed;
  --sora-blue: #a2daf4;
  --lake-thun: #41b6e6;
  --fail-whale: #9bcbeb;
  --forget-me-not: #0087bf;
  --blue-sparkle: #0075ff;
  --congress-blue: #004a87;
  --mustard-yellow: #e6ac00;
  --martian-colony: #e37909;
  --bestial-red: #962815;
  --tomato-frog: #ff4546;
  --bulma-hair: #2f9b71;
  --pink: #e83e8c;
  --gould-gold: #ba9e70;
  --braid: #79685a;
  --silver: #c0c0c0;
  --light-katsura: #d6ebd7;
  --fresh-lime: #dbf4cd;
  --spanish-grey: #979797;
  --basalt-grey: #999;
  --ivori-lace: #ece2cd;
  --cerebral-grey: #ccc;
  --compact-disc-grey: #cdcdcd;
  --mercury: #ebebeb;
  --black: #000;
  --white-smoke: #f6f6f4;
  --white: #fff;
  --light-hazelwood: #fff9eb;
  --hazelwood: #fff3d6;
  --hard-coal: #646464;
  --waiting: #9d9d9d;
  --more-than-a-week: #8d8d8d;
  --capocollo: #db504a;
  --lynk-white: #f7f7f7;
  --super-silver: #eee;
  --washed-black: #212529;
  --doctor: #f9f9f9;
  --facebook-blue: #1877f2;
  --facebook-blue-hover: #1f9bff;
}

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

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #356d39 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #244b27 !important;
}

.bg-secondary {
  background-color: #58ab27 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #43811e !important;
}

.bg-success {
  background-color: #356d39 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #244b27 !important;
}

.bg-info {
  background-color: #5ec5ed !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #30b4e8 !important;
}

.bg-warning {
  background-color: #e6ac00 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #b38600 !important;
}

.bg-danger {
  background-color: #962815 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #691c0f !important;
}

.bg-light {
  background-color: #fff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #000 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #356d39 !important;
}

.border-secondary {
  border-color: #58ab27 !important;
}

.border-success {
  border-color: #356d39 !important;
}

.border-info {
  border-color: #5ec5ed !important;
}

.border-warning {
  border-color: #e6ac00 !important;
}

.border-danger {
  border-color: #962815 !important;
}

.border-light {
  border-color: #fff !important;
}

.border-dark {
  border-color: #000 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 2.5px !important;
}

.mt-1,
.my-1 {
  margin-top: 2.5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 2.5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 2.5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 2.5px !important;
}

.m-2 {
  margin: 5px !important;
}

.mt-2,
.my-2 {
  margin-top: 5px !important;
}

.mr-2,
.mx-2 {
  margin-right: 5px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 5px !important;
}

.ml-2,
.mx-2 {
  margin-left: 5px !important;
}

.m-3 {
  margin: 10px !important;
}

.mt-3,
.my-3 {
  margin-top: 10px !important;
}

.mr-3,
.mx-3 {
  margin-right: 10px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 10px !important;
}

.ml-3,
.mx-3 {
  margin-left: 10px !important;
}

.m-4 {
  margin: 15px !important;
}

.mt-4,
.my-4 {
  margin-top: 15px !important;
}

.mr-4,
.mx-4 {
  margin-right: 15px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 15px !important;
}

.ml-4,
.mx-4 {
  margin-left: 15px !important;
}

.m-5 {
  margin: 30px !important;
}

.mt-5,
.my-5 {
  margin-top: 30px !important;
}

.mr-5,
.mx-5 {
  margin-right: 30px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 30px !important;
}

.ml-5,
.mx-5 {
  margin-left: 30px !important;
}

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

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

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

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

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

.p-1 {
  padding: 2.5px !important;
}

.pt-1,
.py-1 {
  padding-top: 2.5px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 2.5px !important;
}

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

.p-2 {
  padding: 5px !important;
}

.pt-2,
.py-2 {
  padding-top: 5px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 5px !important;
}

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

.p-3 {
  padding: 10px !important;
}

.pt-3,
.py-3 {
  padding-top: 10px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 10px !important;
}

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

.p-4 {
  padding: 15px !important;
}

.pt-4,
.py-4 {
  padding-top: 15px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 15px !important;
}

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

.p-5 {
  padding: 30px !important;
}

.pt-5,
.py-5 {
  padding-top: 30px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 30px !important;
}

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

.m-n1 {
  margin: -2.5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -2.5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -2.5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -2.5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -2.5px !important;
}

.m-n2 {
  margin: -5px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -5px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -5px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -5px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -5px !important;
}

.m-n3 {
  margin: -10px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -10px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -10px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -10px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -10px !important;
}

.m-n4 {
  margin: -15px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -15px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -15px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -15px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -15px !important;
}

.m-n5 {
  margin: -30px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -30px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -30px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -30px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -30px !important;
}

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

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

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

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

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

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

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

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

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

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

  .m-sm-1 {
    margin: 2.5px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 2.5px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 2.5px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 2.5px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 2.5px !important;
  }

  .m-sm-2 {
    margin: 5px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 5px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 5px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 5px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 5px !important;
  }

  .m-sm-3 {
    margin: 10px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 10px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 10px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 10px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 10px !important;
  }

  .m-sm-4 {
    margin: 15px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 15px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 15px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 15px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 15px !important;
  }

  .m-sm-5 {
    margin: 30px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 30px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 30px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 30px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 30px !important;
  }

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

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

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

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

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

  .p-sm-1 {
    padding: 2.5px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 2.5px !important;
  }

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

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 2.5px !important;
  }

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

  .p-sm-2 {
    padding: 5px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 5px !important;
  }

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

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 5px !important;
  }

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

  .p-sm-3 {
    padding: 10px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 10px !important;
  }

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

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 10px !important;
  }

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

  .p-sm-4 {
    padding: 15px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 15px !important;
  }

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

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 15px !important;
  }

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

  .p-sm-5 {
    padding: 30px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 30px !important;
  }

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

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 30px !important;
  }

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

  .m-sm-n1 {
    margin: -2.5px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -2.5px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -2.5px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -2.5px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -2.5px !important;
  }

  .m-sm-n2 {
    margin: -5px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -5px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -5px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -5px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -5px !important;
  }

  .m-sm-n3 {
    margin: -10px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -10px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -10px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -10px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -10px !important;
  }

  .m-sm-n4 {
    margin: -15px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -15px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -15px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -15px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -15px !important;
  }

  .m-sm-n5 {
    margin: -30px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -30px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -30px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -30px !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-md-1 {
    margin: 2.5px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 2.5px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 2.5px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 2.5px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 2.5px !important;
  }

  .m-md-2 {
    margin: 5px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 5px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 5px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 5px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 5px !important;
  }

  .m-md-3 {
    margin: 10px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 10px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 10px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 10px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 10px !important;
  }

  .m-md-4 {
    margin: 15px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 15px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 15px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 15px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 15px !important;
  }

  .m-md-5 {
    margin: 30px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 30px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 30px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 30px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 30px !important;
  }

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

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

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

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

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

  .p-md-1 {
    padding: 2.5px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 2.5px !important;
  }

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

  .pb-md-1,
.py-md-1 {
    padding-bottom: 2.5px !important;
  }

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

  .p-md-2 {
    padding: 5px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 5px !important;
  }

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

  .pb-md-2,
.py-md-2 {
    padding-bottom: 5px !important;
  }

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

  .p-md-3 {
    padding: 10px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 10px !important;
  }

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

  .pb-md-3,
.py-md-3 {
    padding-bottom: 10px !important;
  }

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

  .p-md-4 {
    padding: 15px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 15px !important;
  }

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

  .pb-md-4,
.py-md-4 {
    padding-bottom: 15px !important;
  }

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

  .p-md-5 {
    padding: 30px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 30px !important;
  }

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

  .pb-md-5,
.py-md-5 {
    padding-bottom: 30px !important;
  }

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

  .m-md-n1 {
    margin: -2.5px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -2.5px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -2.5px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -2.5px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -2.5px !important;
  }

  .m-md-n2 {
    margin: -5px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -5px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -5px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -5px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -5px !important;
  }

  .m-md-n3 {
    margin: -10px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -10px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -10px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -10px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -10px !important;
  }

  .m-md-n4 {
    margin: -15px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -15px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -15px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -15px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -15px !important;
  }

  .m-md-n5 {
    margin: -30px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -30px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -30px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -30px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -30px !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-lg-1 {
    margin: 2.5px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 2.5px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 2.5px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 2.5px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 2.5px !important;
  }

  .m-lg-2 {
    margin: 5px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 5px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 5px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 5px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 5px !important;
  }

  .m-lg-3 {
    margin: 10px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 10px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 10px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 10px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 10px !important;
  }

  .m-lg-4 {
    margin: 15px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 15px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 15px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 15px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 15px !important;
  }

  .m-lg-5 {
    margin: 30px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 30px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 30px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 30px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 30px !important;
  }

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

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

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

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

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

  .p-lg-1 {
    padding: 2.5px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 2.5px !important;
  }

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

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 2.5px !important;
  }

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

  .p-lg-2 {
    padding: 5px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 5px !important;
  }

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

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 5px !important;
  }

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

  .p-lg-3 {
    padding: 10px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 10px !important;
  }

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

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 10px !important;
  }

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

  .p-lg-4 {
    padding: 15px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 15px !important;
  }

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

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 15px !important;
  }

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

  .p-lg-5 {
    padding: 30px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 30px !important;
  }

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

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 30px !important;
  }

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

  .m-lg-n1 {
    margin: -2.5px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -2.5px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -2.5px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -2.5px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -2.5px !important;
  }

  .m-lg-n2 {
    margin: -5px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -5px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -5px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -5px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -5px !important;
  }

  .m-lg-n3 {
    margin: -10px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -10px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -10px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -10px !important;
  }

  .m-lg-n4 {
    margin: -15px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -15px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -15px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -15px !important;
  }

  .m-lg-n5 {
    margin: -30px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -30px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -30px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -30px !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xl-1 {
    margin: 2.5px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 2.5px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 2.5px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 2.5px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 2.5px !important;
  }

  .m-xl-2 {
    margin: 5px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 5px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 5px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 5px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 5px !important;
  }

  .m-xl-3 {
    margin: 10px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 10px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 10px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 10px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 10px !important;
  }

  .m-xl-4 {
    margin: 15px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 15px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 15px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 15px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 15px !important;
  }

  .m-xl-5 {
    margin: 30px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 30px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 30px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 30px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 30px !important;
  }

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

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

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

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

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

  .p-xl-1 {
    padding: 2.5px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 2.5px !important;
  }

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

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 2.5px !important;
  }

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

  .p-xl-2 {
    padding: 5px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 5px !important;
  }

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

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 5px !important;
  }

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

  .p-xl-3 {
    padding: 10px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 10px !important;
  }

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

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 10px !important;
  }

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

  .p-xl-4 {
    padding: 15px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 15px !important;
  }

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

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 15px !important;
  }

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

  .p-xl-5 {
    padding: 30px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 30px !important;
  }

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

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 30px !important;
  }

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

  .m-xl-n1 {
    margin: -2.5px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -2.5px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -2.5px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -2.5px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -2.5px !important;
  }

  .m-xl-n2 {
    margin: -5px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -5px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -5px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -5px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -5px !important;
  }

  .m-xl-n3 {
    margin: -10px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -10px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -10px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -10px !important;
  }

  .m-xl-n4 {
    margin: -15px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -15px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -15px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -15px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -15px !important;
  }

  .m-xl-n5 {
    margin: -30px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -30px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -30px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -30px !important;
  }

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xxl-1 {
    margin: 2.5px !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 2.5px !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 2.5px !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 2.5px !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 2.5px !important;
  }

  .m-xxl-2 {
    margin: 5px !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 5px !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 5px !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 5px !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 5px !important;
  }

  .m-xxl-3 {
    margin: 10px !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 10px !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 10px !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 10px !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 10px !important;
  }

  .m-xxl-4 {
    margin: 15px !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 15px !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 15px !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 15px !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 15px !important;
  }

  .m-xxl-5 {
    margin: 30px !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 30px !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 30px !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 30px !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 30px !important;
  }

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

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

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

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

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

  .p-xxl-1 {
    padding: 2.5px !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 2.5px !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 2.5px !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 2.5px !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 2.5px !important;
  }

  .p-xxl-2 {
    padding: 5px !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 5px !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 5px !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 5px !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 5px !important;
  }

  .p-xxl-3 {
    padding: 10px !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 10px !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 10px !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 10px !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 10px !important;
  }

  .p-xxl-4 {
    padding: 15px !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 15px !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 15px !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 15px !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 15px !important;
  }

  .p-xxl-5 {
    padding: 30px !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 30px !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 30px !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 30px !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 30px !important;
  }

  .m-xxl-n1 {
    margin: -2.5px !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -2.5px !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -2.5px !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -2.5px !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -2.5px !important;
  }

  .m-xxl-n2 {
    margin: -5px !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -5px !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -5px !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -5px !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -5px !important;
  }

  .m-xxl-n3 {
    margin: -10px !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -10px !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -10px !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -10px !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -10px !important;
  }

  .m-xxl-n4 {
    margin: -15px !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -15px !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -15px !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -15px !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -15px !important;
  }

  .m-xxl-n5 {
    margin: -30px !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -30px !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -30px !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -30px !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -30px !important;
  }

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

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

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

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #356d39 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1c3a1e !important;
}

.text-secondary {
  color: #58ab27 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #386d19 !important;
}

.text-success {
  color: #356d39 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1c3a1e !important;
}

.text-info {
  color: #5ec5ed !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1aace5 !important;
}

.text-warning {
  color: #e6ac00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #9a7300 !important;
}

.text-danger {
  color: #962815 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #53160c !important;
}

.text-light {
  color: #fff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #000 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #356d39;
}

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1c391e;
  background-color: #d7e2d7;
  border-color: #c6d6c8;
}
.alert-primary hr {
  border-top-color: #b7cbba;
}
.alert-primary .alert-link {
  color: #0b170c;
}

.alert-secondary {
  color: #2e5914;
  background-color: #deeed4;
  border-color: #d0e7c3;
}
.alert-secondary hr {
  border-top-color: #c2e0b1;
}
.alert-secondary .alert-link {
  color: #182f0b;
}

.alert-success {
  color: #1c391e;
  background-color: #d7e2d7;
  border-color: #c6d6c8;
}
.alert-success hr {
  border-top-color: #b7cbba;
}
.alert-success .alert-link {
  color: #0b170c;
}

.alert-info {
  color: #31667b;
  background-color: #dff3fb;
  border-color: #d2effa;
}
.alert-info hr {
  border-top-color: #bbe7f7;
}
.alert-info .alert-link {
  color: #224857;
}

.alert-warning {
  color: #785900;
  background-color: #faeecc;
  border-color: #f8e8b8;
}
.alert-warning hr {
  border-top-color: #f6e0a1;
}
.alert-warning .alert-link {
  color: #453300;
}

.alert-danger {
  color: #4e150b;
  background-color: #ead4d0;
  border-color: #e2c3bd;
}
.alert-danger hr {
  border-top-color: #dab3ab;
}
.alert-danger .alert-link {
  color: #210905;
}

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link {
  color: black;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6bb770;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 109, 57, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #356d39;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(53, 109, 57, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #356d39;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23356d39' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #356d39;
  box-shadow: 0 0 0 0.2rem rgba(53, 109, 57, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #356d39;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23356d39' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #356d39;
  box-shadow: 0 0 0 0.2rem rgba(53, 109, 57, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #356d39;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #356d39;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #356d39;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #468f4b;
  background-color: #468f4b;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(53, 109, 57, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #356d39;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #356d39;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #356d39;
  box-shadow: 0 0 0 0.2rem rgba(53, 109, 57, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(150, 40, 21, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #962815;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23962815' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23962815' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #962815;
  box-shadow: 0 0 0 0.2rem rgba(150, 40, 21, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #962815;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #962815;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #962815;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #c3341b;
  background-color: #c3341b;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(150, 40, 21, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #962815;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #962815;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #962815;
  box-shadow: 0 0 0 0.2rem rgba(150, 40, 21, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 12px;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 6px 0;
  border-top-color: #0087bf;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 12px;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 6px 0.4rem 6px 0;
  border-right-color: #0087bf;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 6px 0.4rem;
  border-bottom-color: #0087bf;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 12px;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 6px 0 6px 0.4rem;
  border-left-color: #0087bf;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #0087bf;
  border-radius: 0.25rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-scrollable {
  display: flex;
  max-height: 100%;
}
.modal-dialog-scrollable .modal-content {
  max-height: 100vh;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.modal-dialog-centered::before {
  display: block;
  height: 100vh;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 10px;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 16px 20px;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.modal-header .close {
  padding: 40px 16px 20px;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0 40px 20px;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px 20px-16px;
  border-top: 0 solid transparent;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.modal-footer > * {
  margin: 16px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
  }

  .modal-dialog-scrollable {
    max-height: 100%;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100vh;
  }

  .modal-dialog-centered {
    min-height: 100%;
  }
  .modal-dialog-centered::before {
    height: 100vh;
    height: min-content;
  }

  .modal-sm {
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 100%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 5px;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #356d39;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1c3a1e;
  text-decoration: underline;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

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

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

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

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

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

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

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

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

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

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

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

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

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

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

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

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

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

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

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

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

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

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

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

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

.fa-angle-left:before {
  content: "";
}

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

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

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

.fa-crop:before {
  content: "";
}

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

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

.fa-chevron-circle-up:before {
  content: "";
}

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

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

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

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

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

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

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

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

.fa-sort-alpha-asc:before {
  content: "";
}

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

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

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

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

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

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

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

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

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

.fa-eyedropper:before {
  content: "";
}

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

.fa-birthday-cake:before {
  content: "";
}

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

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

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

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

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

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

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

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

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

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

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.splide {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.splide__arrow svg {
  color: #356d39;
}

.js-tabs {
  -ms-overflow-style: none;
  -webkit-tap-highlight-color: transparent;
}

.js-tabs__nav {
  position: relative;
  overflow: auto;
  overflow: -moz-scrollbars-none;
}
.js-tabs__nav::-webkit-scrollbar {
  display: none;
}

.js-tabs__tabs-container {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 0;
}

.js-tabs__tab {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.js-tabs__no-marker > .js-tabs__tab {
  border-bottom: none;
}

.js-tabs__marker {
  position: absolute;
  bottom: 0;
  height: 3px;
  transition: transform 0.5s, width 0.5s, background-color 0.5s;
}

.js-tabs__content-container {
  margin: 0;
  padding: 0;
}

.js-tabs__content {
  display: none;
}
.js-tabs__content.active {
  display: block;
}

body {
  font-family: var(--app-font-primary);
  font-feature-settings: "liga" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b,
strong {
  font-weight: 700;
  font-family: var(--app-font-primary);
}

h1,
.h1 {
  font-family: var(--app-font-primary);
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1px;
  margin-top: 0;
}

h2,
.h2 {
  font-family: var(--app-font-primary);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.6px;
  margin-top: 0;
}

h3,
.h3 {
  font-family: var(--app-font-primary);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.6px;
  margin-top: 0;
}

h4,
.h4 {
  font-family: var(--app-font-primary);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-top: 0;
}

h5,
.h5 {
  font-family: var(--app-font-primary);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin-top: 0;
}

p {
  font-family: var(--app-font-primary);
  margin-top: 0;
}

.p1 {
  font-family: var(--app-font-primary);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 0;
}

.p2 {
  font-family: var(--app-font-primary);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-top: 0;
}

.p3 {
  font-family: var(--app-font-primary);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-top: 0;
}

.p4 {
  font-family: var(--app-font-primary);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin-top: 0;
}

html,
body {
  min-height: 100vh;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-body {
  position: relative;
  height: 100%;
}
.page-body.overflow {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .page-body.overflow {
    position: fixed;
  }
}
.page-body.layer-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page #maincontent {
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .fixed-menu-search .page #maincontent {
    padding-top: 84px;
  }
}
.page strong.isola-plus-text {
  font-family: "Poppins", sans-serif;
  color: #356d39;
  text-transform: none;
  white-space: nowrap;
}
.page strong.isola-plus-text span {
  display: inline !important;
  color: #52ae32;
}

a {
  transition: color 0.3s ease;
}

li::marker {
  display: none;
}

.add-to-wishlist-messages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
  z-index: 100;
}
.add-to-wishlist-messages .alert-success,
.add-to-wishlist-messages .alert-danger {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background-color: #fdc300;
  color: #356d39;
  border: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
  pointer-events: auto;
  user-select: none;
}
@supports (backdrop-filter: blur(1px)) {
  .add-to-wishlist-messages .alert-success,
.add-to-wishlist-messages .alert-danger {
    background-color: rgba(253, 195, 0, 0.8);
    backdrop-filter: blur(3px);
  }
}
@media (max-width: 991.98px) {
  .add-to-wishlist-messages .alert-success,
.add-to-wishlist-messages .alert-danger {
    font-size: 20px;
  }
}
.add-to-wishlist-messages .alert-danger {
  position: relative;
  background-color: rgba(150, 40, 21, 0.8);
  color: #fff;
  padding: 16px 48px;
}
.add-to-wishlist-messages .alert-danger .btn-close {
  line-height: 1;
  font-size: 30px;
  position: absolute;
  right: 16px;
  top: 6px;
}
.add-to-wishlist-messages .alert-danger.fade-out {
  animation: fade-out 2s linear forwards;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.add-to-wishlist-alert:not(.alert-danger) {
  animation: fade 2s linear forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-wishlist-alert:not(.alert-danger).show {
  display: block;
}
.add-to-wishlist-alert.alert-danger {
  animation: fade-in 2s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.add-to-wishlist-alert.alert-danger.show {
  display: block;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  margin: auto;
  z-index: 9;
}
body:not(.modal-open) .background.active {
  opacity: 1;
  visibility: visible;
}
.background.active ~ .veil {
  display: none;
}

.alert-dismissible .close {
  border: 0;
}

.alert-warning {
  background-color: #fdc300;
  border-color: #e6ac00;
  color: #356d39;
}

.tooltip {
  font-family: inherit;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.product-image-watermark {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 768px) {
  .product-image-watermark {
    max-width: 200px;
  }
}

.gm-style-cc {
  display: none;
}

.gmnoprint.gm-style-cc {
  display: none;
}

.pac-container {
  border-radius: 5px;
}
.pac-container .pac-item {
  font-family: var(--app-font-primary);
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.is-application-env #CybotCookiebotDialog {
  display: none !important;
}

.btn-google-login {
  background-color: #fff !important;
  border: 2px solid #c0c0c0 !important;
  color: #000 !important;
}
.btn-google-login:hover {
  border-color: #d8d8d8 !important;
}

.btn-facebook-login {
  background-color: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #fff !important;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.btn-facebook-login:hover {
  background-color: #1f9bff !important;
  border-color: #1f9bff !important;
}

.appleid-signin-btn {
  width: 100%;
  border-radius: 5px;
  background-color: #000;
}
.appleid-signin-btn div {
  width: 100% !important;
  max-width: 100% !important;
}
.appleid-signin-btn svg {
  height: 47px;
  width: 100%;
}

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

.header-banner {
  position: relative;
  z-index: 100;
  font-size: 14px;
  padding: 6.5px 0;
  color: #000;
  background-color: #fff3d6;
}
.header-banner .content {
  text-align: center;
  padding: 0 45px;
}
.header-banner .content p {
  margin: 0;
}
.header-banner .highlight-label {
  color: #ff4546;
}
.header-banner .close-button {
  position: absolute;
  right: 20px;
}
.header-banner .close-button button {
  cursor: pointer;
  border: none;
}
.header-banner .close-button span {
  height: 16px;
  width: 16px;
  font-size: 20px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--app-font-primary);
  font-weight: 700;
  padding: 10.5px 21px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn:disabled, .btn.disabled {
  cursor: default;
  color: #fff;
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}
.btn:disabled:hover, .btn.disabled:hover {
  color: #fff;
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  font-size: 14px;
  background-color: #356d39;
  border: 1px solid #356d39;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #fff;
  background-color: #58ab27;
  border: 1px solid #58ab27;
  letter-spacing: 0.6px;
  text-decoration: none;
}
.btn-outline-primary {
  color: #356d39;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #356d39;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-outline-primary:hover {
  color: #58ab27;
  background-color: #fff;
  border-color: #58ab27;
  letter-spacing: 0.6px;
  text-decoration: none;
}
.btn-secondary {
  color: #356d39;
  font-size: 14px;
  background-color: #fdc300;
  border: 1px solid #fdc300;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-secondary:hover {
  color: #fdc300;
  background-color: #356d39;
  border: 1px solid #356d39;
  letter-spacing: 0.6px;
  text-decoration: none;
}
.btn-secondary-inverted {
  color: #fdc300;
  font-size: 14px;
  background-color: #356d39;
  border: 1px solid #356d39;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-secondary-inverted:hover {
  color: #356d39;
  background-color: #fdc300;
  border: 1px solid #fdc300;
  letter-spacing: 0.6px;
  text-decoration: none;
}
.btn-icon .icon {
  padding-left: 20px;
}
.btn-text {
  padding: 0;
  border: none;
}
.btn-text--primary {
  color: #356d39;
  letter-spacing: 0.4px;
  font-size: 16px;
}
.btn-text--underline:hover {
  text-decoration: underline;
}
.btn-text--underline:hover .isicon svg {
  fill: #58ab27;
}
.btn-link {
  padding: 13px 10px;
}
.btn-link--primary {
  color: #fff;
  background-color: #356d39;
  border: 1px solid #356d39;
  letter-spacing: 0.4px;
  font-size: 16px;
}
.btn-link--underline:hover {
  color: #fdc300;
}
.btn-link--underline:hover .isicon svg {
  fill: #fdc300;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.btn-light {
  color: #212529;
  background-color: #fff;
}
.btn.btn-loader {
  position: relative;
}
.btn.btn-loader .veil .underlay {
  background-color: transparent;
}
.btn.btn-loader .spinner .dot1 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='white' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: auto;
  right: 0;
}

.counters {
  display: inline-flex;
  align-items: center;
  position: relative;
  user-select: none;
}
.counters::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #979797;
  z-index: 0;
}
.counters::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #979797;
  z-index: 0;
}
.counters .decrease,
.counters .increase {
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #356d39;
  background-color: #d6ebd7;
  border-radius: 5px;
  cursor: pointer;
}
.counters .decrease:disabled, .counters .decrease.disabled,
.counters .increase:disabled,
.counters .increase.disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #979797;
}
.counters .decrease:disabled svg, .counters .decrease.disabled svg,
.counters .increase:disabled svg,
.counters .increase.disabled svg {
  filter: invert(65%) sepia(0%) saturate(9%) hue-rotate(149deg) brightness(92%) contrast(88%);
}
.counters .input-quantity {
  height: 44px;
  width: 62px;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
}

/* stylelint-disable scss/comment-no-loud */
/* stylelint-disable scss/selector-no-redundant-nesting-selector */
/* stylelint-disable selector-max-compound-selectors */
.minicart {
  position: relative;
}
.minicart .title {
  font-size: 16px;
  letter-spacing: 0.6px;
}
.minicart .cart {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  border-radius: 10px;
}
.minicart .cart-link {
  font-size: 12px;
  line-height: 1.1;
  padding: 5px 8px;
}
.minicart .cart-link:hover {
  background-color: #58ab27;
  color: #fff;
}
.minicart .item-attributes.error-unassigned-category {
  color: #962815;
}
.minicart .line-item-attributes {
  margin-bottom: 0;
}
.minicart .line-item-attributes:first-of-type {
  margin-top: 10px;
}
.minicart .line-item-attributes.line-item-instock-date {
  display: none;
}
.minicart .line-item-availability .line-item-attributes:not(.line-item-instock-date) {
  display: inline-block;
  background-color: #58ab27;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.minicart .remove-btn {
  color: #356d39;
  float: right;
  background-color: #fff;
  border: none;
  font-size: 26px;
  padding: 0;
}
.minicart .minicart__header .btn-close {
  display: none;
}
.minicart .minicart__body {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 16px;
}
.minicart .minicart__body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.minicart .minicart__body::-webkit-scrollbar-thumb {
  background: #356d39;
  border-radius: 5px;
}
.minicart .minicart__body::-webkit-scrollbar-track {
  background: transparent;
}
.minicart .minicart__body {
  scrollbar-color: #356d39;
  border-radius: 5px;
}
.minicart .minicart-footer .cart-link {
  display: none !important;
}
.minicart .card {
  margin-right: 1px;
  margin-bottom: 0;
}
.minicart .card-body {
  padding: 16px;
}
.minicart .card-body .product-line-item-details {
  margin-top: 16px;
}
.minicart .card .line-item-divider {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 16px;
}
.minicart .card .price {
  font-weight: 700;
}
.minicart .card del + .sales {
  color: #ff4546;
}
.minicart .card .savings {
  display: none;
}
.minicart .card .line-item-pricing-info {
  margin-bottom: 0;
}
.minicart .quantity-label {
  font-size: 13px;
}
.minicart .popover {
  top: calc(100% - 1px);
  left: auto;
  right: 0;
  min-width: 375px;
  max-width: 375px;
  min-height: 375px;
  border-radius: 10px;
  border: 0;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  pointer-events: none;
}
.minicart .popover::before {
  display: block;
  content: "";
  position: absolute;
  top: -16px;
  width: 0;
  height: 0;
  left: auto;
  right: 8px;
  margin: 0;
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  border-style: solid;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  visibility: visible;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
@media (min-width: 768px) {
  .minicart .popover.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
  .minicart .popover.show::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
}
.minicart .popover .underlay {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
.minicart .popover .dot1 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23356d39' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.minicart .estimated-total {
  margin-top: 10px;
}
.minicart .sub-total-label {
  font-size: 16px;
  font-weight: 600;
}
.minicart .sub-total {
  font-size: 16px;
  font-weight: 600;
}
.minicart .line-item-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
}
.minicart .line-item-name .line-item-link {
  color: inherit;
}
.minicart .minicart-error:empty {
  display: none;
  margin-top: 0 !important;
}
.minicart .minicart-error:not(:empty) {
  margin-bottom: 16px;
}
.minicart .minicart-error .alert-danger .close {
  font-size: 26px;
}

.minicart-link {
  display: block;
  position: relative;
}
.minicart-link .minicart-quantity {
  line-height: 15px;
  font-weight: 500;
  color: #fff;
  display: block;
  border-radius: 8px;
  position: absolute;
  top: -8px;
  right: -10px;
  text-align: center;
}

@media (min-width: 992px) {
  [data-action=Search-Show] .main-navigation__search .minicart .popover.sticky.show,
[data-action=Product-Show] .main-navigation__search .minicart .popover.sticky.show,
[data-action=Home-Show] .main-navigation__search .minicart .popover.sticky.show {
    position: fixed;
    top: 8px;
    right: 20px;
  }
}

.container-lazyload img {
  display: block;
  height: 100%;
  width: 100%;
}

.modal {
  padding: 16px;
}
@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 100%;
  }
}
.modal-header {
  justify-content: center;
}
.modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
}
.modal-title {
  font-size: 26px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .modal-title {
    font-size: 22px;
  }
}
.modal-content {
  border: 0;
}
@media (max-width: 991.98px) {
  .modal-content .button-wrapper {
    width: 100%;
  }
}
.modal-content .button-wrapper .btn {
  min-width: 180px;
}
@media (max-width: 991.98px) {
  .modal-content .button-wrapper .btn {
    min-width: 1px;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .modal-content .button-wrapper .btn.wide {
    width: 100%;
  }
}
.modal-content .button-wrapper .btn:not(:last-of-type) {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .modal-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal-footer {
  padding: unset;
}
.modal-backdrop {
  height: 100%;
}

@media (max-width: 991.98px) {
  #newsletter-modal {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  #newsletter-modal .modal-content {
    min-height: 100vh;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  #newsletter-modal .g-recaptcha {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #newsletter-wizard-modal {
    padding: 0;
  }
}
#newsletter-wizard-modal .modal-dialog {
  padding: 0 15px;
}
#newsletter-wizard-modal .modal-content {
  font-family: "Lato", sans-serif;
  text-align: left;
  color: #212529;
}
#newsletter-wizard-modal .modal-content .modal-header {
  padding: 40px 30px 20px;
}
@media (max-width: 991.98px) {
  #newsletter-wizard-modal .modal-content .modal-header {
    padding: 40px 16px 20px;
  }
}
#newsletter-wizard-modal .modal-content .modal-header .modal-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: #002857;
  text-align: center;
}
#newsletter-wizard-modal .modal-content .modal-body {
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  #newsletter-wizard-modal .modal-content .modal-body {
    padding: 0 16px;
  }
}
#newsletter-wizard-modal .modal-content .modal-description {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
#newsletter-wizard-modal .modal-content .modal-privacy-text {
  font-size: 11px;
  line-height: 19px;
  margin-top: 40px;
  margin-bottom: 10px;
}
#newsletter-wizard-modal .modal-content .modal-privacy-checkbox-text {
  font-size: 11px;
  line-height: 20px;
}
#newsletter-wizard-modal .modal-content .modal-footer-wrap {
  margin: 16px 30px;
}
@media (max-width: 991.98px) {
  #newsletter-wizard-modal .modal-content .modal-footer-wrap {
    margin: 16px;
  }
}
#newsletter-wizard-modal .modal-content .modal-footer-wrap .form-control {
  font-size: 14px;
  line-height: 20px;
  color: #6c757d;
}
#newsletter-wizard-modal .modal-content .modal-footer-wrap .button-newsletter {
  width: 100%;
  font-size: 14px;
  line-height: 10px;
  background-color: #002857;
}
@media (max-width: 991.98px) {
  #newsletter-wizard-modal .g-recaptcha {
    display: none;
  }
}

.video-content-media-modal [data-plyr=settings] {
  display: none;
}

#warning-model > .modal {
  z-index: 1052;
}
#warning-model + .modal-backdrop {
  z-index: 1051;
}

.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.hero .page-title {
  top: 50%;
}
.hero.slant-down .page-title {
  position: absolute;
}

.hero-intro-page-content-render {
  position: relative;
}
.hero-intro-page-content-render::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 15.625%;
}
@media (max-width: 767.98px) {
  .hero-intro-page-content-render::before {
    padding-top: 50%;
  }
}
.hero-intro-page-content-render picture {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-intro-page-content-render picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price .strike-through {
  text-decoration: line-through;
  color: #999;
}

.slider {
  opacity: 0;
  transition: opacity 1.5s;
}
.slider.is-active {
  opacity: 1;
}

.splide--ltr .splide__arrow {
  border: none;
  padding: 0;
  z-index: 1;
}
.splide--ltr .splide__arrow--prev {
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.splide--ltr .splide__arrow--next {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
}
.splide--ltr .splide__pagination {
  margin-top: 20px;
  padding: 0;
  width: 100%;
}
.splide--ltr .splide__pagination > li {
  position: relative;
  display: flex;
  width: 10px;
  height: 10px;
}
.splide--ltr .splide__pagination > li:not(:last-child) {
  margin-right: 12px;
}
.splide--ltr .splide__pagination > li .splide__pagination__page {
  position: absolute;
  background-color: #cdcdcd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.splide--ltr .splide__pagination > li .splide__pagination__page.is-active {
  background-color: #356d39;
}

.experience-component-einstein-inner.has-background {
  margin-bottom: 40px;
  padding: 16px;
  border-radius: 10px;
}
.experience-component-einstein-inner.has-background .experience-einstein-carousel .veil .underlay {
  background-color: transparent;
}

.experience-einstein-carousel .splide__arrow {
  background-color: #fff;
  border: 2px solid var(--arcala-green);
  border-radius: 50%;
  margin-top: -21px;
}
.experience-einstein-carousel .splide__arrow--prev {
  left: -20px;
}
@media (max-width: 991.98px) {
  .experience-einstein-carousel .splide__arrow--prev {
    left: -16px;
  }
}
.experience-einstein-carousel .splide__arrow--next {
  right: -20px;
}
@media (max-width: 991.98px) {
  .experience-einstein-carousel .splide__arrow--next {
    right: -16px;
  }
}
.experience-einstein-carousel .veil .underlay {
  background-color: #fff;
}
.experience-einstein-carousel .spinner .dot1 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23356d39' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product-listing-1x4 .tiles-container .grid-tile > .product {
  height: 100%;
}

.product-rating {
  display: flex;
  margin-bottom: 21px;
}
.product-detail .product-rating .fdt_productStriscia-full-nologo_widget_wrapper {
  cursor: pointer;
}
.product-rating .ratings .fa {
  color: #58ab27;
}
.product-rating .ratings .fdt_productStriscia-full-nologo_txt_reviews {
  display: none;
}
.product-rating .ratings .feedaty_widget.disabled a {
  pointer-events: none;
  user-select: none;
}
.product-rating .ratings-info {
  padding-left: 14px;
  color: #000;
}
.product-rating .ratings-info .count {
  font-weight: bold;
}

.veil {
  position: absolute;
  z-index: 120;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
}

.spinner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.spinner .dot1 {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='1' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath opacity='0.9' d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  overflow: hidden;
  animation: spin ease 1s infinite;
  transform-origin: 50% 50%;
}
.spinner .dot2 {
  display: none;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.attribute {
  margin-top: 15px;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 576px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 15px;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 575.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
  z-index: 100;
}
.add-to-cart-messages .alert-success,
.add-to-cart-messages .alert-danger {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background-color: #fdc300;
  color: #356d39;
  border: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
  pointer-events: auto;
  user-select: none;
}
@supports (backdrop-filter: blur(1px)) {
  .add-to-cart-messages .alert-success,
.add-to-cart-messages .alert-danger {
    background-color: rgba(253, 195, 0, 0.8);
    backdrop-filter: blur(3px);
  }
}
@media (max-width: 991.98px) {
  .add-to-cart-messages .alert-success,
.add-to-cart-messages .alert-danger {
    font-size: 20px;
  }
}
.add-to-cart-messages .alert-danger {
  position: relative;
  background-color: rgba(150, 40, 21, 0.8);
  color: #fff;
  padding: 16px 34px;
}
.add-to-cart-messages .alert-danger .btn-close {
  line-height: 1;
  font-size: 30px;
  position: absolute;
  right: 16px;
  top: 6px;
}

.add-to-basket-alert:not(.alert-danger) {
  animation: fade 2s linear forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert:not(.alert-danger).show {
  display: block;
}
.add-to-basket-alert.alert-danger {
  animation: fade-in 2s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.add-to-basket-alert.alert-danger.show {
  display: block;
}

.simple-quantity {
  margin-top: 16px;
}

.main-attributes {
  margin-top: 16px;
}

.size-chart {
  margin-top: 16px;
}

div .availability {
  margin-top: 16px;
}

.bundle-item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bundle-item:last-child {
  border-bottom: none;
}

.container .product-detail {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .container .product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 17px;
}

.product-tile {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-tile {
    min-height: 375px;
  }
}
@media (max-width: 767.98px) {
  .product-tile {
    min-height: 315px;
  }
}
@media (max-width: 575.98px) {
  .product-tile {
    min-height: 215px;
  }
}
.product-tile .tile-body .color-swatches .product-tile-color-label,
.product-tile .tile-footer .color-swatches .product-tile-color-label {
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label,
.product-tile .tile-footer .color-swatches .product-tile-color-label {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label,
.product-tile .tile-footer .color-swatches .product-tile-color-label {
    font-size: 13px;
  }
}
.product-tile .tile-body .sales .value,
.product-tile .tile-footer .sales .value {
  font-size: 24px;
  color: #000;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .sales .value,
.product-tile .tile-footer .sales .value {
    font-size: 22px;
  }
}
.product-tile .tile-body .text-red .sales .value,
.product-tile .tile-footer .text-red .sales .value {
  color: #ff4546;
}
.product-tile .tile-body del + .sales .value,
.product-tile .tile-footer del + .sales .value {
  color: #ff4546;
}
.product-tile .tile-body .product-qfis,
.product-tile .tile-footer .product-qfis {
  font-size: 14px;
  color: #979797;
}
.product-tile .tile-body .variants-label,
.product-tile .tile-footer .variants-label {
  background-color: #fff9eb;
  color: #356d39;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .variants-label,
.product-tile .tile-footer .variants-label {
    font-size: 13px;
  }
}
.product-tile .tile-body .price,
.product-tile .tile-footer .price {
  user-select: none;
}
.product-tile .tile-body .price-wrap,
.product-tile .tile-footer .price-wrap {
  justify-content: center !important;
  padding-bottom: 12px;
}
.product-tile .tile-body .price .separator,
.product-tile .tile-footer .price .separator {
  font-weight: bold;
}
.product-tile .tile-body .coming-soon-tile,
.product-tile .tile-footer .coming-soon-tile {
  text-align: center;
}
.product-tile .tile-body .pdp-brand-link,
.product-tile .tile-footer .pdp-brand-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
.product-tile .tile-body .pdp-link,
.product-tile .tile-footer .pdp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: normal;
}
.product-tile .tile-body .pdp-link a,
.product-tile .tile-footer .pdp-link a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
@media (max-width: 991.98px) {
  .product-tile .tile-body .pdp-link a,
.product-tile .tile-footer .pdp-link a {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .pdp-link a,
.product-tile .tile-footer .pdp-link a {
    font-size: 13px;
  }
}
.product-tile .tile-body .ratings,
.product-tile .tile-footer .ratings {
  font-size: 14.4px;
}
.product-tile .tile-body .add-to-cart,
.product-tile .tile-footer .add-to-cart {
  padding: 10px 0;
}
.product-tile .tile-body .range,
.product-tile .tile-footer .range {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tile .tile-body .savings,
.product-tile .tile-footer .savings {
  display: none;
}
.product-tile .tile-body .values,
.product-tile .tile-footer .values {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #979797;
  margin-bottom: 4px;
}
.product-tile .tile-footer {
  margin-top: auto;
}
.product-tile .price {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-tile .price {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .product-tile .price {
    font-size: 16px;
  }
}
.product-tile .price .tiered {
  font-size: 14px;
}
.product-tile .price .value {
  font-weight: bold;
}
.product-tile .price .unity {
  display: none;
}
.product-tile .price .strike-through {
  font-weight: normal;
}
.product-tile .price .strike-through .value {
  font-weight: normal;
  color: #979797;
}
.product-tile .product-tile-image {
  padding-top: 100%;
}
.product-tile .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-tile .image-container .discount {
  position: absolute;
  top: 0;
  right: 45px;
  width: 60px;
  height: 60px;
  background-color: #ff4546;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .product-tile .image-container .discount {
    font-size: 18px;
  }
}
.product-tile .image-container a {
  position: relative;
  display: block;
  height: 100%;
}
.product-tile .image-container a .tile-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto;
}
#chooseBonusProductModal .product-name-wrapper {
  width: 100%;
}
#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 15.008px;
}
#chooseBonusProductModal .bonus-quantity-select {
  min-width: 80px;
}
#chooseBonusProductModal .select-bonus-product {
  margin-top: 16px;
}
#chooseBonusProductModal .selected-pid {
  border: 1px solid #979797;
}
#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 16px;
}

.attribute {
  margin-top: 15px;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 576px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 15px;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 575.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
  z-index: 100;
}
.add-to-cart-messages .alert-success,
.add-to-cart-messages .alert-danger {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background-color: #fdc300;
  color: #356d39;
  border: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
  pointer-events: auto;
  user-select: none;
}
@supports (backdrop-filter: blur(1px)) {
  .add-to-cart-messages .alert-success,
.add-to-cart-messages .alert-danger {
    background-color: rgba(253, 195, 0, 0.8);
    backdrop-filter: blur(3px);
  }
}
@media (max-width: 991.98px) {
  .add-to-cart-messages .alert-success,
.add-to-cart-messages .alert-danger {
    font-size: 20px;
  }
}
.add-to-cart-messages .alert-danger {
  position: relative;
  background-color: rgba(150, 40, 21, 0.8);
  color: #fff;
  padding: 16px 34px;
}
.add-to-cart-messages .alert-danger .btn-close {
  line-height: 1;
  font-size: 30px;
  position: absolute;
  right: 16px;
  top: 6px;
}

.add-to-basket-alert:not(.alert-danger) {
  animation: fade 2s linear forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert:not(.alert-danger).show {
  display: block;
}
.add-to-basket-alert.alert-danger {
  animation: fade-in 2s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.add-to-basket-alert.alert-danger.show {
  display: block;
}

.simple-quantity {
  margin-top: 16px;
}

.main-attributes {
  margin-top: 16px;
}

.size-chart {
  margin-top: 16px;
}

div .availability {
  margin-top: 16px;
}

.bundle-item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bundle-item:last-child {
  border-bottom: none;
}

.container .product-detail {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .container .product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 17px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
  border-radius: 5px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group + .card-footer {
  border-top: 0;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card > .card-header + .list-group {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 4px;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-deck .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.feedaty .title-feedaty {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #58ab27;
}
.feedaty .title-feedaty p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #58ab27;
}

.review {
  display: flex;
  width: 200px !important;
}
.review > div {
  min-width: auto !important;
}

@media (max-width: 991.98px) {
  .fdt_reviews_widget_merchant,
.fdt_widget_wrapper,
.fdt_carousel__screen,
.fdt_rev_block,
.fdt_carousel__item,
.fdt_info,
.fdt_widget_summary,
.fdt_carousel__controls {
    width: 100% !important;
  }
}

.fdt_reviews_widget_merchant {
  display: block;
  margin: 0 auto;
}
.fdt_reviews_widget_merchant .fdt_widget_wrapper {
  margin: 0 auto;
}

.fdt_productStriscia-full-nologo_widget_wrapper > a {
  line-height: 28px;
}

.breadcrumb {
  margin-bottom: 18px;
}
.breadcrumb ul {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 4px;
  color: #979797;
  margin-right: 4px;
}
.breadcrumb .breadcrumb-item a {
  font-size: 14px;
  color: #979797;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #356d39;
}

.tabs-controls ul {
  margin: 0;
  padding: 0;
}
.tabs-controls li {
  list-style-type: none;
  display: inline-block;
}

.tab-item .tab {
  display: none;
}
.tab-item .tab.active {
  display: block;
}

.accordion-wrap {
  display: block;
}
@media (min-width: 992px) {
  .accordion-wrap {
    display: none;
  }
}
.accordion-wrap .panel-footer {
  padding-bottom: 40px;
}
.accordion-wrap .panel-footer h4 {
  color: #356d39;
}
.accordion-wrap .panel-footer p {
  color: #000;
}
.accordion-wrap .panel {
  padding: 16px 20px 18px;
  border-top: 1px solid #c0c0c0;
}
.accordion-wrap .plus {
  display: block;
}
.accordion-wrap .minus {
  display: none;
}
.accordion-wrap .accordion > div.open .plus {
  display: none;
}
.accordion-wrap .accordion > div.open .minus {
  display: block;
}
@media (min-width: 992px) {
  .accordion-wrap .plus,
.accordion-wrap .minus {
    display: none;
  }
  .accordion-wrap.open .plus,
.accordion-wrap.open .minus {
    display: none;
  }
}

.datepicker {
  position: absolute;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
  letter-spacing: 0.3px;
  transition: background-color 0.3s ease;
}
.datepicker table tr td span {
  transition: background-color 0.3s ease;
}
.datepicker table tr td span.active {
  background-image: none !important;
  background-color: #356d39 !important;
}
.datepicker table tr td.active {
  background-image: none !important;
  background-color: #356d39 !important;
}
.datepicker table tr td.active:hover {
  background-color: #356d39 !important;
}

.experience-commerce_assets-brandImage .brand-tile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #d8d8d8;
}
.experience-commerce_assets-brandImage .brand-tile figure {
  margin: 0;
  width: 100%;
}
.experience-commerce_assets-brandImage .brand-tile figure .brand-tile-image {
  height: auto;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .experience-commerce_assets-feedaty > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.experience-commerce_assets-feedaty .block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #f6f6f4;
  min-height: 60px;
  width: 100%;
}
.experience-commerce_assets-feedaty .block .image-component {
  position: absolute;
  left: 25px;
}
.experience-commerce_assets-feedaty .block .first {
  width: 70px;
}
.experience-commerce_assets-feedaty .feedaty_widget {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.experience-commerce_assets-feedaty [class*=widget_merchant] {
  width: 100% !important;
  flex-wrap: wrap;
  min-width: 1px;
  height: auto !important;
  min-height: auto;
  background-color: transparent;
  border-radius: 2px;
}
.experience-commerce_assets-feedaty [class*=widget_merchant] [class*=vote]:empty,
.experience-commerce_assets-feedaty [class*=widget_merchant] [class*=reviews]:empty {
  display: none;
}

#component-brand .ITC-row {
  height: 100%;
}
#component-brand .ITC-row a {
  height: 100%;
}
#component-brand .experience-commerce_assets-brandImage {
  height: 100%;
}
#component-brand .experience-commerce_assets-brandImage .brand-tile {
  height: 100%;
  margin: 0;
}
#component-brand .photo-tile-figure > picture {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#component-brand .photo-tile-figure > picture img {
  height: auto;
  object-fit: contain;
}

.product-tile-pd {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  height: 100%;
  padding: 20px;
}
.product-tile-pd.sor-enabled {
  padding-bottom: 66px;
}
@media (max-width: 991.98px) {
  .product-tile-pd .add-to-cart {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.product-tile-pd .variants-label {
  background-color: #fff9eb;
  color: #356d39;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .product-tile-pd .variants-label {
    font-size: 13px;
  }
}
.product-tile-pd .product-qfis {
  font-size: 14px;
  color: #979797;
  margin-top: 5px;
}
.product-tile-pd .product-ratings {
  display: none;
}
.product-tile-pd .tile-body-render {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-tile-pd .product-subscription-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 25px 0 9px 9px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fdc300;
}
.product-tile-pd .product-subscription-badge:hover {
  text-decoration: none;
}
.product-tile-pd .product-subscription-badge .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 47px;
  flex-basis: 47px;
  height: 47px;
  border-radius: 50% 50% 50% 9px;
}
.product-tile-pd .product-subscription-badge .icon img {
  height: 40px;
  width: 40px;
}
.product-tile-pd .product-subscription-badge .product-subscription-badge-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px;
  margin-bottom: 0;
  color: #356d39;
}
@media (min-width: 1200px) {
  .product-tile-pd .product-subscription-badge .product-subscription-badge-text {
    font-size: 13px;
  }
}
.product-tile-pd .product-subscription-badge .product-subscription-badge-text span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.product-tile-pd .product-subscription-badge .product-subscription-badge-text span span {
  color: #52ae32;
}
.product-tile-pd .text-red .sales .value {
  color: #ff4546;
}
.product-tile-pd .quantity-form__expereince .counters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #356d39;
  border-radius: 5px;
}
.product-tile-pd .quantity-form__expereince .counters::before, .product-tile-pd .quantity-form__expereince .counters::after {
  content: none;
}
.product-tile-pd .quantity-form__expereince .counters .decrease,
.product-tile-pd .quantity-form__expereince .counters .increase {
  border: none;
  height: 40px;
}
.product-tile-pd .quantity-form__expereince .counters .decrease {
  border-radius: 5px 0 0 5px;
}
.product-tile-pd .quantity-form__expereince .counters .increase {
  border-radius: 0 5px 5px 0;
}
.product-tile-pd .quantity-form__expereince .counters .quantity__expereince {
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.3pt;
  color: #356d39;
  font-weight: 600;
}

.product-tile-image {
  position: relative;
  padding-top: 100%;
}
.product-tile-image-link {
  position: absolute;
  top: 0;
}
.product-tile-image .category-label {
  position: absolute;
  top: 0;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 11px;
  background-color: #8d8d8d;
  color: #fff;
  letter-spacing: 0.6px;
  padding: 7px 20px;
  pointer-events: none;
  z-index: 2;
}
.product-tile-image .discount {
  position: absolute;
  top: 0;
  right: 45px;
  width: 60px;
  height: 60px;
  background-color: #ff4546;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .product-tile-image .discount {
    font-size: 18px;
  }
}
.product-tile-image .wishlist-product-tile {
  display: grid;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  transition: opacity 0.3s ease;
  padding: 0;
  z-index: 1;
}
.product-tile-image .wishlist-product-tile .isicon {
  grid-area: 1/1;
  transition: opacity 0.3s ease;
}
.product-tile-image .wishlist-product-tile .isicon--icon-wishlist-product-tile {
  opacity: 1;
}
.product-tile-image .wishlist-product-tile .isicon--icon-wishlist-fill {
  opacity: 0;
}
.product-tile-image .wishlist-product-tile.loading {
  opacity: 0.5;
  pointer-events: none;
}
.product-tile-image .wishlist-product-tile.filled .isicon--icon-wishlist-product-tile {
  opacity: 0;
}
.product-tile-image .wishlist-product-tile.filled .isicon--icon-wishlist-fill {
  opacity: 1;
}

.product-tile-figcaption .product-tile-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-tile-figcaption .product-tile-body .product-brand-name-link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
}
.product-tile-figcaption .product-tile-body .product-brand-name-link a {
  text-decoration: none;
  color: #356d39;
}
.product-tile-figcaption .product-tile-body .product-name-link a {
  text-decoration: none;
  color: #000;
}

.product-price-container {
  padding-bottom: 12px;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #979797;
  text-align: center;
}
.product-price .strike-through .value {
  font-size: 18px;
  color: #979797;
  font-weight: normal;
  text-decoration: line-through;
}
.product-price .sales {
  display: inline-block;
}
.product-price .sales .value {
  font-size: 24px;
  color: #000;
}
.product-price .reduced-price .value {
  font-size: 24px;
  color: #ff4546;
}
.product-price .separator {
  font-weight: bold;
}

.product-button-link a {
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .experience-commerce_assets-imageLeftAndTextRight > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.experience-commerce_assets-imageLeftAndTextRight .ITC-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #f6f6f4;
  min-height: 60px;
  width: 100%;
}
.experience-commerce_assets-imageLeftAndTextRight .ITC-block:not(last-child) {
  margin-bottom: 20px;
}
.experience-commerce_assets-imageLeftAndTextRight figure {
  padding-right: 15px;
  margin: 0;
}
.experience-commerce_assets-imageLeftAndTextRight figure .ITC-image {
  height: auto;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageLeftAndTextRight .text-component {
    text-align: center;
  }
}

.experience-commerce_assets-imageTopAndTextBottom .image-component {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .experience-commerce_assets-imageTopAndTextBottom .image-component {
    margin: 0;
  }
}
.experience-commerce_assets-imageTopAndTextBottom .image-component .ITC-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
  object-position: bottom;
  height: auto;
}
.experience-commerce_assets-imageTopAndTextBottom .text {
  padding: 18px 20px;
  background-color: #356d39;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
}
.experience-commerce_assets-imageTopAndTextBottom .text p {
  display: inline-block;
}
@media (min-width: 576px) {
  .experience-commerce_assets-imageTopAndTextBottom .text {
    padding: 18px 20px;
    min-height: 85px;
  }
}
@media (min-width: 1200px) {
  .experience-commerce_assets-imageTopAndTextBottom .text {
    min-height: auto;
  }
}
.experience-commerce_assets-imageTopAndTextBottom a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.experience-commerce_assets-imageTopAndTextBottom p {
  font-size: 15px;
}
.experience-commerce_assets-imageTopAndTextBottom figure {
  aspect-ratio: 5/4;
}
.experience-commerce_assets-imageTopAndTextBottom figure figcaption i {
  float: right;
}

.experience-commerce_assets-imageTopAndTextBottomOnly figure {
  aspect-ratio: 9/10;
}
.experience-commerce_assets-imageTopAndTextBottomOnly figure picture {
  margin-bottom: 27px;
}
.experience-commerce_assets-imageTopAndTextBottomOnly figure picture .ITC-image {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.experience-commerce_assets-imageTopAndTextBottomOnly figure .text {
  line-height: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.experience-commerce_assets-imageCenterAndTextAbsolute figure {
  aspect-ratio: 10/4;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCenterAndTextAbsolute figure {
    aspect-ratio: 4/1;
  }
}
.experience-commerce_assets-imageCenterAndTextAbsolute figure .ITC-image {
  height: auto;
  object-fit: cover;
}
.experience-commerce_assets-imageCenterAndTextAbsolute .title-box {
  font-size: 24px;
  color: #356d39;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCenterAndTextAbsolute .title-box {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .experience-commerce_assets-imageCenterAndTextAbsolute .common-image-component {
    height: 240px !important;
    object-fit: cover;
    object-position: left;
  }
}
.experience-commerce_assets-imageCenterAndTextAbsolute .image-component {
  user-select: none;
}
.experience-commerce_assets-imageCenterAndTextAbsolute .image-component .common-image-component {
  border-radius: 10px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCenterAndTextAbsolute .image-component .common-image-component {
    border-radius: 0;
  }
}
.experience-commerce_assets-imageCenterAndTextAbsolute .container-image-absolute {
  top: 20px;
  right: 20px;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCenterAndTextAbsolute .container-image-absolute {
    right: auto;
    left: 20px;
  }
}
.experience-commerce_assets-imageCenterAndTextAbsolute .container-text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 25px;
}
.experience-commerce_assets-imageCenterAndTextAbsolute .text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 50px;
}
.experience-commerce_assets-imageCenterAndTextAbsolute .link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.experience-commerce_assets-imageCenterAndTextAbsolute .icon-box svg {
  transition: filter 0.3s ease;
  filter: invert(33%) sepia(69%) saturate(376%) hue-rotate(74deg);
}
.experience-commerce_assets-imageCenterAndTextAbsolute .cta-block:hover .icon-box svg {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.experience-commerce_assets-imageCenterAndTextVariantAbsolute figure {
  aspect-ratio: 10/4;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCenterAndTextVariantAbsolute figure {
    aspect-ratio: 4/1;
  }
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute figure img {
  height: auto;
  object-fit: cover;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .title-section {
  font-size: 24px;
  color: #356d39;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCenterAndTextVariantAbsolute .title-section {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .experience-commerce_assets-imageCenterAndTextVariantAbsolute .common-image-component {
    height: 240px !important;
    object-fit: cover;
    object-position: left;
  }
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .image-component {
  user-select: none;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .image-component .common-image-component {
  border-radius: 10px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCenterAndTextVariantAbsolute .image-component .common-image-component {
    border-radius: 0;
  }
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .container-image-absolute {
  top: 20px;
  right: 20px;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCenterAndTextVariantAbsolute .container-image-absolute {
    right: auto;
    left: 20px;
  }
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .container-text {
  position: absolute;
  justify-content: space-evenly;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 20px 8px;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .date {
  font-size: 48px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .month {
  font-size: 28px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .title-1 {
  font-size: 32px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .title-2 {
  font-size: 22px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .date,
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .title-2,
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .subtitle-1,
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .subtitle-2 {
  font-weight: 900;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .right-side {
  max-width: 120px;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .subtitle-1 {
  font-size: 18px;
  line-height: 1.1;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.experience-commerce_assets-imageCenterAndTextVariantAbsolute .subtitle-2 {
  font-size: 18px;
  line-height: 1.1;
  color: #979797;
  text-transform: uppercase;
}

.experience-commerce_assets-imageLeftAndTextRightWithImageAbsolute .block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 45px 10px 10px;
  border-radius: 10px;
  background-color: #f6f6f4;
  min-height: 60px;
  width: 100%;
}
.experience-commerce_assets-imageLeftAndTextRightWithImageAbsolute .block .first {
  position: absolute;
  top: -5px;
  left: 45px;
  width: 70px;
}
.experience-commerce_assets-imageLeftAndTextRightWithImageAbsolute .block .second {
  height: 24px;
  width: 120px;
}

.photo-tile-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.experience-commerce_layouts-instagramFeed {
  background: url("../images/footer/background-pattern-40x40.png") repeat;
}

@media (max-width: 991.98px) {
  .experience-commerce_assets-instagramFeed {
    margin-right: -20px;
  }
}
.experience-commerce_assets-instagramFeed #instafeed {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}
.experience-commerce_assets-instagramFeed #instafeed figure {
  margin: 0;
}
.experience-commerce_assets-instagramFeed a {
  display: block;
}
.experience-commerce_assets-instagramFeed a:not(:last-child) {
  padding-right: 20px;
}
.experience-commerce_assets-instagramFeed img {
  width: 190px;
  max-height: 190px;
  max-width: 190px;
  object-fit: cover;
}

.experience-commerce_assets-simpleText {
  font-size: 24px;
  letter-spacing: 0.6px;
  display: none;
}
@media (min-width: 992px) {
  .experience-commerce_assets-simpleText {
    display: block;
  }
}
.experience-commerce_assets-simpleText .green {
  color: #356d39;
}
.experience-commerce_assets-simpleText .black {
  color: #000;
}

.experience-commerce_assets-simpleTextWithButton .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .experience-commerce_assets-simpleTextWithButton .title {
    text-align: left;
  }
}
.experience-commerce_assets-simpleTextWithButton .body {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  padding-bottom: 20px;
}
.experience-commerce_assets-simpleTextWithButton .body .text {
  text-align: center;
}
@media (min-width: 992px) {
  .experience-commerce_assets-simpleTextWithButton .body .text {
    text-align: left;
  }
}
.experience-commerce_assets-simpleTextWithButton .button {
  margin: auto;
}
@media (min-width: 992px) {
  .experience-commerce_assets-simpleTextWithButton .button {
    margin: initial;
  }
}

.experience-commerce_assets-imageCenterAndTitleTop {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .experience-commerce_assets-imageCenterAndTitleTop {
    margin-bottom: 0;
  }
}
.experience-commerce_assets-imageCenterAndTitleTop .block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.experience-commerce_assets-imageCenterAndTitleTop .text {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 16px;
  font-weight: bold;
}
.experience-commerce_assets-imageCenterAndTitleTop .body {
  max-width: 190px;
  width: 190px;
}
.experience-commerce_assets-imageCenterAndTitleTop .body figure {
  aspect-ratio: 3/2;
}
.experience-commerce_assets-imageCenterAndTitleTop .body figure .ITC-image {
  height: auto;
  object-fit: cover;
}

.experience-commerce_assets-imageCenterAndTitleTopAbsolute .block {
  position: relative;
}
.experience-commerce_assets-imageCenterAndTitleTopAbsolute .block .service {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.experience-commerce_assets-imageCenterAndTitleTopAbsolute .block .service p {
  font-size: 14px;
  line-height: 22px;
}
.experience-commerce_assets-imageCenterAndTitleTopAbsolute .title {
  position: absolute;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 40px 13px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
@media (min-width: 576px) {
  .experience-commerce_assets-imageCenterAndTitleTopAbsolute .title {
    padding: 15px 10px 13px;
  }
}
.experience-commerce_assets-imageCenterAndTitleTopAbsolute .common-image-component {
  border-radius: 11px;
}
.experience-commerce_assets-imageCenterAndTitleTopAbsolute .button {
  width: 200px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}
.experience-commerce_assets-imageCenterAndTitleTopAbsolute figure {
  height: auto;
  aspect-ratio: 6/7;
}
@media (max-width: 767.98px) {
  .experience-commerce_assets-imageCenterAndTitleTopAbsolute figure {
    aspect-ratio: 16/9;
  }
}

#component-hero .splide__arrows .splide__arrow {
  border-radius: 50%;
  border: 1px solid #356d39;
  background-color: #fff;
  color: #356d39;
}
@media (max-width: 767.98px) {
  #component-hero .splide__arrows .splide__arrow svg {
    width: 25px;
    height: 25px;
  }
}
#component-hero .splide__arrows .splide__arrow--prev {
  left: 15px;
}
@media (max-width: 767.98px) {
  #component-hero .splide__arrows .splide__arrow--prev {
    left: 5px;
  }
}
#component-hero .splide__arrows .splide__arrow--next {
  right: 15px;
}
@media (max-width: 767.98px) {
  #component-hero .splide__arrows .splide__arrow--next {
    right: 5px;
  }
}
#component-hero .experience-commerce_assets-imageCenterWithDynamicButton .content {
  position: absolute;
}

.experience-commerce_assets-imageCenterAndTitleTopWithSvg .block {
  position: relative;
  overflow: hidden;
}
.experience-commerce_assets-imageCenterAndTitleTopWithSvg .header {
  top: 0;
  pointer-events: none;
  z-index: 2;
}
.experience-commerce_assets-imageCenterAndTitleTopWithSvg .waves {
  top: 58px;
  pointer-events: none;
  z-index: 1;
}
.experience-commerce_assets-imageCenterAndTitleTopWithSvg .title {
  padding: 15px 0 9px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  z-index: 100;
  pointer-events: none;
}
.experience-commerce_assets-imageCenterAndTitleTopWithSvg .common-image-component {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
}
.experience-commerce_assets-imageCenterAndTitleTopWithSvg .button {
  width: 200px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}
.experience-commerce_assets-imageCenterAndTitleTopWithSvg figure {
  width: 100%;
  aspect-ratio: 6/7;
}
@media (max-width: 767.98px) {
  .experience-commerce_assets-imageCenterAndTitleTopWithSvg figure {
    aspect-ratio: 16/9;
  }
}
.experience-commerce_assets-imageCenterAndTitleTopWithSvg figure .ITC-image {
  height: auto;
  object-fit: cover;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, #4a5464);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, #4a5464);
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, black));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, black));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, black));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.video-tile-container {
  display: grid;
  --plyr-color-main: var(--arcala-green);
  --plyr-control-radius: 50%;
  --plyr-font-family: var(--app-font-primary);
}
.video-tile-container .plyr__control {
  border: 2px solid transparent;
}
.video-tile-container .plyr__control--overlaid {
  border: 2px solid #fff;
}
.video-tile-container .plyr__control:hover {
  border-color: #fff;
}
.video-tile-container > * {
  grid-area: 1/1/2/2;
}

.experience-commerce_layouts-mobileGrid1r3c {
  margin-bottom: 35px;
}

.experience-commerce_layouts-mobileGrid1r2c .region {
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .experience-commerce_layouts-mobileGrid1r2c .region {
    padding: 0;
  }
}
.experience-commerce_layouts-mobileGrid1r2c .region:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .experience-commerce_layouts-mobileGrid1r2c .region:not(:last-child) {
    margin-top: 30px;
  }
}

.experience-commerce_layouts-mobileGrid1r6c .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #356d39;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 22px;
}
@media (min-width: 992px) {
  .experience-commerce_layouts-mobileGrid1r6c .title {
    justify-content: flex-start;
  }
}

.experience-commerce_layouts-mobileGrid1r1c1c .container-wrapper {
  overflow: hidden;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .experience-commerce_layouts-mobileGrid1r1c1c .experience-commerce_layouts-carousel {
    margin-bottom: 0;
  }
}
.experience-commerce_layouts-mobileGrid1r1c1c .region:first-child {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .experience-commerce_layouts-mobileGrid1r1c1c .region:first-child {
    margin-bottom: 0;
  }
}

.page-container {
  max-width: 1200px;
}

.region {
  position: relative;
}
.region::before {
  display: block;
  content: "";
  width: 100%;
}

.region_landscape-large::before {
  padding-top: calc(400 / 1024 * 100%);
}

.region_square::before {
  padding-top: calc(1 / 1 * 100%);
}

.region_landscape-small::before {
  padding-top: calc(1 / 2 * 100%);
}

.region_portrait-small::before {
  padding-top: calc(2 / 1 * 100%);
}

.experience-commerce-carousel.sm-gap {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .experience-commerce-carousel.sm-gap .container {
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .experience-commerce_layouts-carousel #component-hero {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .experience-commerce_layouts-carousel #component-content-carousel {
    margin-bottom: 15px;
  }
}
.experience-commerce_layouts-carousel #component-content-carousel .experience-commerce_assets-imageTopAndTextBottomOnly picture {
  margin-bottom: 15px;
}
.experience-commerce_layouts-carousel #component-content-carousel img {
  width: 100%;
}
.experience-commerce_layouts-carousel #component-product {
  padding-top: 30px;
}
.experience-commerce_layouts-carousel #component-product #product-track {
  padding-top: 5px;
}
.experience-commerce_layouts-carousel #component-product img {
  width: 100%;
}
.experience-commerce_layouts-carousel .wrapper {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .experience-commerce_layouts-carousel .wrapper {
    padding-bottom: 30px;
  }
}
.experience-commerce_layouts-carousel .carousel-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.experience-commerce_layouts-carousel .splide__arrow {
  border: none;
  padding: 0;
  z-index: 1;
}
.experience-commerce_layouts-carousel .splide__arrow--prev {
  transform: translateY(-50%) rotate(180deg);
}
.experience-commerce_layouts-carousel .splide__arrow--next {
  transform: translateY(-50%);
}
.experience-commerce_layouts-carousel .splide__pagination {
  margin-top: 20px;
  padding: 0;
  width: 100%;
}
.experience-commerce_layouts-carousel .splide__pagination > li {
  position: relative;
  display: flex;
  width: 10px;
  height: 10px;
}
.experience-commerce_layouts-carousel .splide__pagination > li:not(:last-child) {
  margin-right: 12px;
}
.experience-commerce_layouts-carousel .splide__pagination > li .splide__pagination__page {
  position: absolute;
  background-color: #cdcdcd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.experience-commerce_layouts-carousel .splide__pagination > li .splide__pagination__page.is-active {
  background-color: #356d39;
}

.experience-commerce_layouts-brandProduct {
  margin-top: 60px;
  margin-bottom: 60px;
}

.experience-commerce_layouts-instagramFeed .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
}
.experience-commerce_layouts-instagramFeed .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #356d39;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .experience-commerce_layouts-instagramFeed .title {
    justify-content: flex-start;
  }
}
.experience-commerce_layouts-instagramFeed .title-social {
  font-size: 18px;
  font-weight: 700;
  color: #356d39;
  margin-bottom: 0;
  margin-right: 20px;
}
.experience-commerce_layouts-instagramFeed .social-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .experience-commerce_layouts-instagramFeed .social-container {
    justify-content: flex-end;
  }
}
.experience-commerce_layouts-instagramFeed .list-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.experience-commerce_layouts-instagramFeed .list-item-social:not(:last-child) {
  margin-right: 20px;
}

.experience-commerce-menu-banner {
  max-width: 315px;
}
.experience-commerce-menu-banner .column-render-area {
  display: grid;
  width: 100%;
}
.experience-commerce-menu-banner .column-render-area.grid-1 {
  grid-gap: 30px 0;
}
.experience-commerce-menu-banner .column-render-area.grid-2 {
  grid-template: auto/repeat(2, 1fr);
  grid-gap: 20px 30px;
}
.experience-commerce-menu-banner .column-render-area.column-banner-single .experience-commerce_assets-photoTile,
.experience-commerce-menu-banner .column-render-area.column-banner-single .photo-tile-container,
.experience-commerce-menu-banner .column-render-area.column-banner-single .row-photo-tile,
.experience-commerce-menu-banner .column-render-area.column-banner-single .col-photo-tile,
.experience-commerce-menu-banner .column-render-area.column-banner-single .photo-tile-figure,
.experience-commerce-menu-banner .column-render-area.column-banner-single .link-photo-tile {
  height: 100%;
}
.experience-commerce-menu-banner .column-render-area.column-banner-single picture {
  display: flex;
  height: 100%;
}
.experience-commerce-menu-banner .experience-commerce_assets-brandImage .brand-tile {
  padding: 0;
  border-radius: 0;
  border: 0;
}

.dw-apple-pay-button.btn, .dw-apple-pay-button.btn:hover, .dw-apple-pay-button.btn:active {
  border-radius: 4px;
  padding: 8px 0;
}

#maincontent .embeddedServiceHelpButton {
  font-family: var(--app-font-primary);
}
#maincontent .embeddedServiceHelpButton .helpButton .helpButtonEnabled {
  background: #356d39;
}
@media (max-width: 991.98px) {
  #maincontent .embeddedServiceHelpButton .helpButton .helpButtonEnabled {
    min-width: 40px;
  }
}
#maincontent .embeddedServiceHelpButton .helpButton .helpButtonEnabled .embeddedServiceIcon {
  margin-right: 0;
}
#maincontent .embeddedServiceHelpButton .helpButton .helpButtonEnabled .helpButtonLabel {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  #maincontent .embeddedServiceHelpButton .helpButton .helpButtonEnabled .helpButtonLabel {
    display: none;
  }
}

.experience-commerce_assets-cardImageAndText .content-wrapper {
  border-radius: 10px;
  padding: 20px 40px;
  height: 100%;
}

#lexcontainer {
  font-family: var(--app-font-primary) !important;
  color: #000;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (max-width: 1199.98px) {
  #lexcontainer {
    font-size: 16px;
  }
}
#lexcontainer .assistiveText {
  display: none;
}
#lexcontainer .googleLogo {
  background-position: right center;
}
#lexcontainer h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #356d39;
  font-weight: bold;
}
#lexcontainer h2.slds-text-heading_medium {
  font-size: 20px;
}
#lexcontainer .slds-spinner_brand .slds-spinner__dot-a::before, #lexcontainer .slds-spinner_brand .slds-spinner__dot-a::after,
#lexcontainer .slds-spinner_brand .slds-spinner__dot-b::before,
#lexcontainer .slds-spinner_brand .slds-spinner__dot-b::after, #lexcontainer .slds-spinner_brand.slds-spinner::before, #lexcontainer .slds-spinner_brand.slds-spinner::after {
  background-color: #356d39;
}
#lexcontainer .slds-input:focus, #lexcontainer .slds-input:active {
  border-color: #356d39;
}
#lexcontainer .slds-radio_faux::after {
  background-color: #356d39;
}
#lexcontainer .slds-icon {
  color: #356d39;
}
#lexcontainer .slds-th__action .slds-button_icon-bare {
  display: none;
}
#lexcontainer .slds-has-focus {
  box-shadow: 0 0 0 1px #356d39 inset;
}
#lexcontainer .slds-has-focus .slds-th__action {
  box-shadow: 0 0 0 1px #356d39 inset;
}
#lexcontainer label ~ label .slds-visual-picker__text,
#lexcontainer input ~ label .slds-visual-picker__text {
  height: auto;
}
#lexcontainer label:hover ~ label .slds-visual-picker__text, #lexcontainer label:checked ~ label .slds-visual-picker__text,
#lexcontainer input:hover ~ label .slds-visual-picker__text,
#lexcontainer input:checked ~ label .slds-visual-picker__text {
  border-color: #356d39;
  box-shadow: 0 0 0 1px #356d39 inset;
}
#lexcontainer label:hover ~ label .slds-visual-picker__text::after, #lexcontainer label:checked ~ label .slds-visual-picker__text::after,
#lexcontainer input:hover ~ label .slds-visual-picker__text::after,
#lexcontainer input:checked ~ label .slds-visual-picker__text::after {
  border-right-color: #356d39;
  border-top-color: #356d39;
}
#lexcontainer label:hover .slds-visual-picker__figure, #lexcontainer label:checked .slds-visual-picker__figure,
#lexcontainer input:hover .slds-visual-picker__figure,
#lexcontainer input:checked .slds-visual-picker__figure {
  border-color: #356d39;
  box-shadow: 0 0 0 1px #356d39 inset;
}
#lexcontainer .forceAddressAutocompleteOption .option {
  padding: 0;
}
#lexcontainer .forceAddressAutocompleteOption .match {
  color: #356d39;
}
#lexcontainer .highlighted.forceAddressAutocompleteOption {
  background-color: #fff;
}
#lexcontainer .uiInput--lookup .highlighted a {
  background-color: #fff;
}
#lexcontainer .slds-combobox__input,
#lexcontainer .input {
  width: 100%;
  border: 1px solid #ced4da;
  height: 44px;
  padding: 6px 12px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #000;
}
#lexcontainer .slds-page-header__control .slds-button {
  padding: 1px 6px;
}
#lexcontainer .slds-select {
  background: none;
}
#lexcontainer.slds-scope .slds-icon-standard-person-account .slds-icon {
  background-color: #356d39;
}
#lexcontainer.slds-scope li {
  margin-right: 10px;
}
#lexcontainer.slds-scope li:last-child {
  margin-right: 0;
}
#lexcontainer .slds-form-element__label,
#lexcontainer .uiLabel {
  margin-bottom: 5px;
  font-family: var(--app-font-primary) !important;
  font-size: 16px;
  color: #000;
}
#lexcontainer .slds-button {
  font-family: var(--app-font-primary);
  font-weight: 700;
  padding: 10.5px 21px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  color: #fff;
  font-size: 14px;
  background-color: #356d39;
  border: 1px solid #356d39;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#lexcontainer .slds-button:hover {
  color: #fff;
  background-color: #58ab27;
  border: 1px solid #58ab27;
  letter-spacing: 0.6px;
  text-decoration: none;
}
#lexcontainer .slds-button.slds-radio_button {
  background: #fff;
  padding: 0;
}
#lexcontainer .slds-button.slds-radio_button [type=radio]:checked + .slds-radio_button__label {
  background-color: #356d39;
}
#lexcontainer .slds-button .slds-radio_button__label {
  color: #000;
  margin: 0;
}
#lexcontainer .slds-button.slds-button_icon-bare {
  padding: 2px;
  margin-top: -4px;
}
#lexcontainer .slds-card__footer {
  margin-top: 0;
}
#lexcontainer .slds-text-body_regular.today {
  color: #356d39;
}
#lexcontainer .slds-grid.runtime_appointmentbookingResourceSlot {
  flex-direction: column;
}
#lexcontainer div:not(.slds-card) > .slds-grid > .slds-col {
  width: 100%;
  border: none;
}
#lexcontainer div:not(.slds-card) > .slds-grid > .slds-col > div {
  padding-right: 0;
}
#lexcontainer div:not(.slds-card) > .slds-grid > .slds-col .resource-card-size {
  min-height: 0;
  height: auto;
}
#lexcontainer div:not(.slds-card) > .slds-grid > .slds-col .slds-card {
  padding: 8px;
}

[data-whatinput=mouse] button:focus,
[data-whatinput=mouse] input:focus,
[data-whatinput=mouse] select:focus,
[data-whatinput=mouse] textarea:focus,
[data-whatinput=mouse] [tabindex]:focus {
  outline: 0;
}

input[type=checkbox] + label {
  padding-left: 6px;
}
input[type=checkbox], input[type=radio] {
  accent-color: #356d39;
}
input[type=checkbox].custom-control-input, input[type=radio].custom-control-input {
  width: 14px;
  height: 14px;
}

select {
  appearance: none;
}

.fa-check-square,
.fa-check-circle {
  color: #356d39;
}

.custom-select {
  background-position: center right 6px;
  border-radius: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.form-group .form-control-input {
  height: 44px;
  width: 100%;
  border: 1px solid #979797;
  padding: 15px 55px 15px 15px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  transition: all 0.15s ease;
  font-size: 14px;
  letter-spacing: 0.4px;
  outline: none;
}
.form-group .form-control-radio {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.form-group .form-control-checkbox {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.form-group .form-control-append {
  position: absolute;
  top: calc(44px / 2);
  right: 18px;
  background-color: transparent;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.form-group .form-control-input-label {
  margin-bottom: 2.5px;
}
.form-group .form-control-radio-label {
  vertical-align: top;
  padding-left: 15px;
  cursor: pointer;
}

.login-oauth .login-oauth-buttons {
  gap: 16px;
  flex-direction: column;
}

.hr-separator {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

header {
  z-index: 110;
  width: 100%;
}
@media (min-width: 992px) {
  header {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .fixed-menu-search header .main-navigation__search {
    position: fixed;
    width: 100%;
    top: -12.5px;
  }
}

.site-search {
  padding-top: 26px;
  padding-bottom: 14px;
  width: 100%;
}
@media (min-width: 992px) {
  .site-search {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

.suggestions-wrapper {
  position: relative;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
.suggestions-wrapper.open {
  opacity: 1;
  pointer-events: auto;
}
.suggestions-wrapper .suggestions {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-height: calc(95vh - (var(--header-height) + var(--suggestions-offset-top)));
  border-radius: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #356d39;
  background-color: #fff;
  overflow-y: scroll;
  z-index: 10;
}
.suggestions-wrapper .suggestions .header {
  color: #999;
  font-size: 14px;
  padding-top: 14px;
}
.suggestions-wrapper .suggestions .items {
  padding: 5px 0;
}
.suggestions-wrapper .suggestions .items .item:not(:first-child) {
  margin-top: 10px;
}
.suggestions-wrapper .suggestions .items i {
  color: #999;
}
.suggestions-wrapper .suggestions .item.selected a {
  text-decoration: underline;
}
.suggestions-wrapper .suggestions .swatch-circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 5px;
  position: relative;
  object-fit: cover;
  cursor: pointer;
}

/* stylelint-disable scss/comment-no-loud */
/* stylelint-disable selector-max-compound-selectors */
/* stylelint-disable scss/selector-no-redundant-nesting-selector */
/* stylelint-disable max-nesting-depth */
.main-navigation {
  position: relative;
}
.main-navigation__premenu {
  border-bottom: 1px solid #fff;
  background-color: #58ab27;
  padding: 19px 0;
}
@media (min-width: 992px) {
  .main-navigation__premenu {
    padding: 13px 0 0;
  }
}
.main-navigation__premenu-action {
  position: relative;
}
@media (max-width: 1199.98px) {
  .main-navigation__premenu-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.main-navigation__premenu .myaccount-has-popover {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #356d39;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
}
@media (max-width: 991.98px) {
  .main-navigation__premenu .myaccount-has-popover {
    width: 24px;
    height: 24px;
  }
}
.main-navigation__premenu .myaccount-has-popover:hover {
  text-decoration: none;
}
.main-navigation__premenu .myaccount-swatch-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .main-navigation__premenu .myaccount-swatch-circle {
    font-size: 14px;
  }
}
.main-navigation__premenu .navbar__actions-toggle-user {
  display: flex;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__actions-toggle-user {
    display: none;
  }
}
.main-navigation__premenu .navbar__logo {
  position: absolute;
  width: 190px;
  line-height: 60px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -17%);
  z-index: 100;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__logo {
    position: absolute;
    height: 110px;
    width: 107px;
    line-height: 110px;
    top: -8px;
    left: 0;
    transform: translate(0%, 0%);
  }
}
.main-navigation__premenu .navbar__logo .logo-home {
  display: flex;
  padding-top: 6px;
}
.main-navigation__premenu .navbar__logo .desktop {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__logo .desktop {
    display: flex;
  }
}
.main-navigation__premenu .navbar__logo .mobile {
  display: flex;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__logo .mobile {
    display: none;
  }
}
.main-navigation__premenu .navbar__toggler {
  display: flex;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__toggler {
    display: none;
  }
}
.main-navigation__premenu .navbar__toggler .menu-toggle {
  position: relative;
  height: 22px;
  width: 22px;
  transition-duration: 0.5s;
}
.main-navigation__premenu .navbar__toggler .icon {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition-duration: 0.5s;
}
.main-navigation__premenu .navbar__toggler .icon::before, .main-navigation__premenu .navbar__toggler .icon::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition-duration: 0.5s;
}
.main-navigation__premenu .navbar__toggler .icon::before {
  top: -8px;
}
.main-navigation__premenu .navbar__toggler .icon::after {
  top: 8px;
}
.main-navigation__premenu .navbar__toggler.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.main-navigation__premenu .navbar__toggler.open .icon::before {
  transform: rotateZ(45deg) scaleX(1.25) translate(5px, 5px);
}
.main-navigation__premenu .navbar__toggler.open .icon::after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(5px, -5px);
}
.main-navigation__premenu .navbar__toggler:hover {
  cursor: pointer;
}
.main-navigation__premenu .navbar__action {
  display: flex;
  padding-left: 0;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__action {
    width: 100%;
    padding-left: 160px;
  }
}
.main-navigation__premenu .navbar__action-locator {
  display: none;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__action-locator {
    display: flex;
    flex-grow: 1;
    padding-right: 10px;
    padding-bottom: 13px;
  }
}
.main-navigation__premenu .navbar__action-locator-icon {
  padding-right: 10px;
}
.main-navigation__premenu .navbar__action-locator .action-store-locator {
  display: none;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__action-locator .action-store-locator {
    display: flex;
  }
}
.main-navigation__premenu .navbar__action-locator .label {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.main-navigation__premenu .navbar__action-locator .value {
  margin: 0;
}
.main-navigation__premenu .navbar__action-page {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__action-page {
    display: flex;
  }
}
.main-navigation__premenu .navbar__action-page > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.main-navigation__premenu .navbar__action-page > ul > li {
  color: #fff;
  white-space: nowrap;
}
.main-navigation__premenu .navbar__action-page > ul > li:not(:first-child) {
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .main-navigation__premenu .navbar__action-page > ul > li:not(:first-child) {
    padding-left: 40px;
  }
}
.main-navigation__premenu .navbar__action-link {
  display: none;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__action-link {
    display: flex;
  }
}
.main-navigation__premenu .navbar__action-link .menu__link {
  position: relative;
  display: flex;
  margin: 0;
}
.main-navigation__premenu .navbar__action-link .menu__link-item {
  display: inline-block;
}
.main-navigation__premenu .navbar__action-link .menu__link-link {
  font-size: 16px;
  line-height: 12px;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
.main-navigation__premenu .navbar__action-link .menu__link-link:not(:first-child) {
  padding: 0 30px;
}
.main-navigation__premenu .navbar__action-user {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__action-user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 13px;
  }
}
.main-navigation__premenu .navbar__action-user .user {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.main-navigation__premenu .navbar__action-user .user::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 10px;
}
.main-navigation__premenu .navbar__action-user .user:hover .popover-bottom {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.main-navigation__premenu .navbar__action-user .user:hover .popover-bottom::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.main-navigation__premenu .navbar__action-user .popover-bottom {
  top: calc(100% + 10px);
  right: 0;
  position: absolute;
  z-index: 10;
  min-width: 220px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  cursor: default;
  pointer-events: none;
}
.main-navigation__premenu .navbar__action-user .popover-bottom::before {
  display: block;
  content: "";
  position: absolute;
  top: -16px;
  width: 0;
  height: 0;
  left: auto;
  right: 8px;
  margin: 0;
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  border-style: solid;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  visibility: visible;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
.main-navigation__premenu .navbar__action-user .popover-bottom .nav {
  padding: 10px;
}
.main-navigation__premenu .navbar__action-user .popover-bottom .item-login-lg {
  font-size: 12px;
  padding: 4px;
}
.main-navigation__premenu .navbar__action-user .popover-bottom .item-login-lg:not(.logout):hover {
  background-color: #58ab27;
  color: #fff;
}
.main-navigation__premenu .navbar__action-user .popover-bottom .item-login-lg.logout {
  border-color: #db504a;
  background-color: rgba(219, 80, 74, 0.4);
  color: #962815;
}
.main-navigation__premenu .navbar__action-minicart {
  display: flex;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__action-minicart {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .main-navigation__premenu .navbar__action-minicart .isicon {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
  }
}
@media (min-width: 992px) {
  .main-navigation__premenu .navbar__action-wishlist {
    padding-bottom: 13px;
  }
}
@media (max-width: 991.98px) {
  .main-navigation__premenu .navbar__action-wishlist .isicon {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
  }
}
.main-navigation__search {
  background-color: #356d39;
}
.main-navigation__search .form-group {
  margin: 0;
}
.main-navigation__search .form-group .veil {
  top: calc(50% - 12px);
  right: 18px;
  left: auto;
  width: 24px;
  height: 24px;
}
.main-navigation__search .form-group .underlay {
  background-color: #fff;
  opacity: 1;
}
.main-navigation__search .form-group .spinner .dot1 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23356d39' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.main-navigation__search .navbar__actions {
  display: flex;
  padding-left: 0;
}
@media (min-width: 992px) {
  .main-navigation__search .navbar__actions {
    padding-left: 160px;
  }
}
.main-navigation__search .navbar__actions-search {
  display: flex;
  align-items: center;
  width: 100%;
}
.main-navigation__search .navbar__actions-search .form-control-input {
  border: 1px solid #356d39;
  padding-left: 20px;
}
.main-navigation__search .navbar__actions-minicart {
  display: none;
  align-items: center;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .main-navigation__search .navbar__actions-minicart {
    display: flex;
  }
}
.main-navigation__locator {
  display: flex;
  background-color: #ece2cd;
  padding: 4px 20px;
}
@media (min-width: 992px) {
  .main-navigation__locator {
    display: none;
  }
}
.main-navigation__locator .isicon {
  padding-right: 10px;
}
.main-navigation__locator .navbar__action-locator {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .main-navigation__locator .navbar__action-locator {
    padding-bottom: 13px;
  }
}
.main-navigation__locator .action-store-locator {
  text-decoration: none;
}
.main-navigation__locator .action-store-locator span {
  font-size: 14px;
  color: #000;
}
.main-navigation__menu--horizontal {
  display: none;
  position: relative;
  background: #356d39;
  margin-top: -1px;
}
@media (min-width: 992px) {
  .main-navigation__menu--horizontal {
    display: block;
  }
}
.main-navigation__menu--horizontal .navbar__action-menu {
  display: block;
}
@media (min-width: 992px) {
  .main-navigation__menu--horizontal .navbar__action-menu {
    padding-left: 160px;
  }
}
.main-navigation__menu--vertical {
  display: block;
}
@media (max-width: 1199.98px) {
  .main-navigation__menu--vertical {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: calc(100vw - 55px);
    height: calc(100% - var(--header-height));
    background: #fff;
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.6s cubic-bezier(0.4, 1, 0.3, 1), visibility 0.6s cubic-bezier(0.4, 1, 0.3, 1);
    pointer-events: none;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .main-navigation__menu--vertical {
    display: none;
  }
}
.main-navigation__menu--vertical.is-open {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.main-navigation .main-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding-inline-start: 0;
}
@media (min-width: 992px) {
  .main-navigation .main-menu {
    flex-direction: row;
  }
}
@media (max-width: 991.98px) {
  .main-navigation .main-menu {
    height: 100%;
    overflow-y: auto;
  }
}
.main-navigation .main-menu .user-message {
  color: #000;
}
.main-navigation .main-menu__item {
  font-weight: 400;
  color: #fff;
}
@media (max-width: 991.98px) {
  .main-navigation .main-menu__item {
    border-bottom: 1px solid #ccc;
    min-height: 57px;
  }
  .main-navigation .main-menu__item--wrap {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .main-navigation .main-menu__item {
    padding: 0 12px 12px;
  }
  .main-navigation .main-menu__item:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .main-navigation .main-menu__item {
    padding: 0 25px 14px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
  }
  .main-navigation .main-menu__item:first-child {
    padding-left: 0;
  }
  .main-navigation .main-menu__item:last-child {
    padding-right: 0;
  }
}
.main-navigation .main-menu__item.special {
  background-color: #fdc300;
}
.main-navigation .main-menu__item.special .main-menu__link {
  color: #fff;
}
.main-navigation .main-menu__item.special .main-menu__link + .main-menu__next {
  opacity: 0.7;
}
.main-navigation .main-menu__item.fade-in {
  color: #fdc300;
}
.main-navigation .main-menu__item.fade-in .main-menu__link {
  color: #fdc300;
}
.main-navigation .main-menu__item .indicator {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation .main-menu__item .indicator {
    display: block;
    content: "";
    position: absolute;
    top: 18px;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-color: transparent transparent #fff transparent;
    border-width: 8px;
    border-style: solid;
    transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
    visibility: visible;
    opacity: 0;
    transform: translateY(50px);
    pointer-events: none;
  }
}
.main-navigation .main-menu__item::before {
  display: none;
}
.main-navigation .main-menu__item:hover .main-menu__root {
  margin: auto;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
  transform: translateY(0);
  pointer-events: all;
}
.main-navigation .main-menu__item:hover .indicator {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
  transform: translateY(0);
  pointer-events: auto;
}
.main-navigation .main-menu__item.active .main-menu__list--second {
  visibility: visible;
}
.main-navigation .main-menu__item--login {
  display: flex;
  padding: 13px 26px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  .main-navigation .main-menu__item--login {
    display: none;
  }
}
.main-navigation .main-menu__item--login .item-login {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  width: 100%;
}
.main-navigation .main-menu__item--login .user-message {
  font-weight: 700;
  width: 100%;
  padding-left: 13px;
}
.main-navigation .main-menu__item--login .arrow {
  display: flex;
}
@media (min-width: 992px) {
  .main-navigation .main-menu__item--login .arrow {
    display: none;
  }
}
.main-navigation .main-menu__item--back {
  display: flex;
  align-items: center;
  background-color: #f6f6f4;
  font-weight: 700;
  color: #000;
  padding: 18px 36px 18px 26px;
  cursor: pointer;
}
.main-navigation .main-menu__item--back span {
  padding-left: 20px;
}
.main-navigation .main-menu__item--name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #356d39;
}
@media (max-width: 991.98px) {
  .main-navigation .main-menu__item--name .main-menu__link--submenu {
    width: 100%;
    justify-content: flex-start;
    color: #356d39;
  }
}
.main-navigation .main-menu__area {
  color: #356d39;
}
.main-navigation .main-menu__area::before {
  display: none;
}
.main-navigation .main-menu__area:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.main-navigation .main-menu__area .main-menu__area--text {
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 7.5px 21px;
}
.main-navigation .main-menu__area.active .main-menu__area--text {
  background-color: #356d39;
  color: #fff;
}
.main-navigation .main-menu__area.active .main-menu__area--text svg {
  filter: brightness(0) invert(1);
}
.main-navigation .main-menu__area--item {
  padding: 0 23px;
}
.main-navigation .main-menu__area--item:not(:last-of-type) {
  margin-bottom: 4px;
}
.main-navigation .main-menu__area--item::before {
  display: none;
}
.main-navigation .main-menu__area--item-list {
  color: #000;
}
.main-navigation .main-menu__area--text {
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: #356d39;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .main-navigation .main-menu__area--text {
    display: flex;
  }
}
.main-navigation .main-menu__area--text.active .main-menu__list--third {
  left: 0;
  visibility: visible;
  transition: left 0.6s cubic-bezier(0.4, 1, 0.3, 1), visibility 0s linear;
}
.main-navigation .main-menu__item-page {
  display: flex;
}
@media (min-width: 992px) {
  .main-navigation .main-menu__item-page {
    display: none;
  }
}
.main-navigation .main-menu__root {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  visibility: visible;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s, max-height 0s step-end, max-width 0s step-end;
  z-index: 10;
  pointer-events: none;
  cursor: auto;
}
.main-navigation .main-menu__root--row {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.main-navigation .main-menu__root--root {
  padding: 0;
}
.main-navigation .main-menu__root--root:first-of-type {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}
.main-navigation .main-menu__root--root:nth-of-type(2) {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}
.main-navigation .main-menu__link {
  display: flex;
  position: relative;
  width: 100%;
  vertical-align: middle;
  color: #356d39;
  text-decoration: none;
  line-height: 19px;
  font-weight: 700;
  padding: 18px 26px;
  cursor: pointer;
}
.main-navigation .main-menu__link-wishlist {
  display: grid;
}
.main-navigation .main-menu__link-wishlist .isicon {
  grid-area: 1/1;
  transition: opacity 0.3s ease;
}
.main-navigation .main-menu__link-wishlist .isicon.isicon--icon-wishlist-white {
  opacity: 1;
}
.main-navigation .main-menu__link-wishlist .isicon.isicon--icon-wishlist-fill-header {
  opacity: 0;
}
.main-navigation .main-menu__link-wishlist.filled .isicon.isicon--icon-wishlist-white {
  opacity: 0;
}
.main-navigation .main-menu__link-wishlist.filled .isicon.isicon--icon-wishlist-fill-header {
  opacity: 1;
}
.main-navigation .main-menu__link.is-registered-user {
  cursor: pointer;
}
.main-navigation .main-menu__link.has-submenu {
  width: calc(100% - 60px);
  padding-right: 0;
}
@media (min-width: 992px) {
  .main-navigation .main-menu__link {
    display: inline;
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    padding: 0;
  }
}
.main-navigation .main-menu__link.special:not(.has-submenu) + .main-menu__next, .main-navigation .main-menu__link.static:not(.has-submenu) + .main-menu__next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.main-navigation .main-menu__link.static {
  color: #58ab27;
}
.main-navigation .main-menu__link.black {
  color: #000;
}
.main-navigation .main-menu__link--submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  color: #000;
  text-decoration: none;
  padding: 18px 0 18px 26px;
}
@media (max-width: 991.98px) {
  .main-navigation .main-menu__link--submenu {
    padding: 18px 26px;
  }
}
.main-navigation .main-menu__link--submenu.has-submenu {
  width: calc(100% - 60px);
}
.main-navigation .main-menu__link--submenu:not(.third-level) {
  font-weight: 700;
}
.main-navigation .main-menu__next {
  width: 60px;
  line-height: 19px;
  background-color: #ece2cd;
  cursor: pointer;
}
.main-navigation .main-menu__next.transparent {
  background-color: transparent;
}
.main-navigation .main-menu__list--list {
  height: 520px;
  padding-top: 28px;
  padding-bottom: 26px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.main-navigation .main-menu__list--list img {
  object-fit: fill;
}
.main-navigation .main-menu__list--list:not(.first) {
  overflow: hidden;
}
.main-navigation .main-menu__list--list.first {
  border-bottom-left-radius: 10px;
}
.main-navigation .main-menu__list--list.last {
  border-bottom-right-radius: 10px;
}
.main-navigation .main-menu__list--list.banner .veil .underlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.main-navigation .main-menu__list--list.banner .experience-main,
.main-navigation .main-menu__list--list.banner .experience-commerce_layouts-menuBanner,
.main-navigation .main-menu__list--list.banner .experience-commerce-menu-banner {
  height: 100%;
}
.main-navigation .main-menu__list--list.banner .brand-tile-image {
  height: 70px;
  object-fit: contain;
}
.main-navigation .main-menu__list--panel {
  display: none;
}
.main-navigation .main-menu__list--panel.show {
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.main-navigation .main-menu__list--panel .main-menu__area {
  border: none;
  margin-bottom: 8px;
}
.main-navigation .main-menu__list--panel .main-menu__area:hover {
  background-color: transparent;
}
.main-navigation .main-menu__list--second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  padding-inline-start: 0;
}
.main-navigation .main-menu__list--third {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
.main-navigation .main-menu__item--wrap {
  align-items: center;
}
.main-navigation .main-menu__small-screen .main-menu__link {
  width: calc(100% - 60px);
  line-height: 1;
  align-items: center;
  padding: 13px 0 13px 26px;
}
.main-navigation .main-menu__small-screen .main-menu__link.special + .main-menu__next, .main-navigation .main-menu__small-screen .main-menu__link.static + .main-menu__next {
  top: 11px;
  height: 32px;
  opacity: 1;
}
.main-navigation .main-menu__small-screen .main-menu__link .category-icon {
  margin-left: -2px;
  margin-right: 12px;
}
.main-navigation .main-menu__small-screen .main-menu__next {
  width: 32px;
  height: 32px;
  line-height: 1;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #f6f6f4;
}
.main-navigation .main-menu__small-screen .main-menu__item--login {
  display: block;
}
.main-navigation .main-menu__small-screen .main-menu__item.special {
  background-color: #fff;
}
.main-navigation .main-menu__small-screen .main-menu__item.special .main-menu__link {
  color: #ff4546;
}
.main-navigation .main-menu__small-screen .main-menu__item .position-relative .main-menu__link {
  display: inline-block;
}
.main-navigation .main-menu__small-screen .main-menu__item__custom-link {
  background-color: #f6f6f4;
  border-bottom: 1px solid #fff;
}
.main-navigation .main-menu__small-screen .main-menu__item__custom-link .main-menu__link {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-navigation .main-menu__small-screen .main-menu__item__custom-link .main-menu__next {
  background-color: #fff;
}

.navbar__action-page > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 13px;
}
.navbar__action-page > ul > li[data-menu-id] {
  cursor: pointer;
}
.navbar__action-page > ul > li .indicator {
  display: none;
}
@media (min-width: 992px) {
  .navbar__action-page > ul > li .indicator {
    display: block;
    content: "";
    position: absolute;
    top: 19px;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-color: transparent transparent #fff transparent;
    border-width: 8px;
    border-style: solid;
    transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
    visibility: visible;
    opacity: 0;
    transform: translateY(50px);
    pointer-events: none;
  }
}
.navbar__action-page > ul > li:hover .indicator {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
  transform: translateY(0);
}
.navbar__action-page > ul > li:hover .main-navigation-submenu-content {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
  transform: translateY(0);
  pointer-events: auto;
}

.main-navigation-submenu-content {
  --menu-content-height: 520px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-height: var(--menu-content-height);
  margin: auto;
  overflow: hidden;
  visibility: visible;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s, max-height 0s step-end, max-width 0s step-end;
  z-index: 101;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main-navigation-submenu-content .underlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.main-navigation-submenu-content .dot1 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23356d39' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.main-navigation-submenu-content-row ul {
  height: var(--menu-content-height);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.main-navigation-submenu-content-row ul .experience-commerce_assets-menuItemList:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.main-navigation-submenu-content-row ul li span {
  display: block;
  padding: 7.5px 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #356d39;
}
.main-navigation-submenu-content-row ul li a,
.main-navigation-submenu-content-row ul li button {
  display: block;
  width: 100%;
  color: #356d39;
  text-align: left;
  border: 0;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 7.5px 21px;
  text-decoration: none;
}
.main-navigation-submenu-content-row ul li a:hover,
.main-navigation-submenu-content-row ul li button:hover {
  color: #fff;
  background-color: #58ab27;
}
.main-navigation-submenu-content-row ul li a.active,
.main-navigation-submenu-content-row ul li button.active {
  color: #fff;
  background-color: #58ab27;
}
.main-navigation-submenu-content-row .experience-commerce_layouts-mobileGrid1r3c {
  margin-bottom: 0;
}
.main-navigation-submenu-content-row .submenu-title {
  font-weight: 700;
  color: #356d39;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  text-align: center;
  pointer-events: none;
}
.main-navigation-submenu-content-row .content-link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.main-navigation-submenu-content-row .item-link {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  padding: 2.5px;
  background-color: #356d39;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  width: calc(100% - 40px);
  text-align: center;
  letter-spacing: 0.6px;
}
.main-navigation-submenu-content-row .item-link:hover {
  text-decoration: none;
}
.main-navigation-submenu-content-row .submenu-banner-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  z-index: 2;
}
.main-navigation-submenu-content-row .submenu-banner-content > .row {
  height: var(--menu-content-height);
}
.main-navigation-submenu-content-row .submenu-banner-content .card-container {
  min-height: var(--menu-content-height);
}
.main-navigation-submenu-content-row .submenu-banner-content .content-link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: var(--menu-content-height);
  width: 100%;
}
.main-navigation-submenu-content-row .submenu-banner-content .content-link.active {
  display: block;
  z-index: 3;
}
.main-navigation-submenu-content-row .submenu-banner-content img {
  object-fit: cover;
  height: var(--menu-content-height);
  width: 100%;
}

[data-sfcc-pd-component-info] .submenu-banner-content {
  position: static;
}
[data-sfcc-pd-component-info] .main-navigation-submenu-content-row .submenu-banner-content .content-link {
  display: block;
  position: static;
}

.no-menu {
  position: static;
}
.no-menu nav {
  background-color: #356d39;
}
.no-menu .navbar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.page-newsletter {
  margin-top: 75px;
}
@media (min-width: 992px) {
  .page-newsletter {
    margin-top: 110px;
  }
}
.page-newsletter .page__newsletter--top {
  position: relative;
  padding-top: 37px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .page-newsletter .page__newsletter--top {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: -35px;
  }
}
.page-newsletter .page__newsletter--top .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
}
.page-newsletter .page__newsletter--top .background-image .is-desktop {
  display: none;
}
@media (min-width: 992px) {
  .page-newsletter .page__newsletter--top .background-image .is-desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  .page-newsletter .page__newsletter--top .background-image .is-mobile {
    display: none;
  }
}
.page-newsletter .page__newsletter--top .left {
  display: none;
}
@media (min-width: 992px) {
  .page-newsletter .page__newsletter--top .left {
    display: flex;
  }
}
.page-newsletter .page__newsletter--pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/footer/background-pattern-40x40.png") repeat;
  z-index: -1;
  pointer-events: none;
}
.page-newsletter .page__newsletter--title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.page-newsletter .page__newsletter--text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-newsletter .page__newsletter--description {
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 24px;
  margin-bottom: 35px;
}
.page-newsletter .page__newsletter--bottom {
  background-color: #356d39;
  padding: 20px 0;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-newsletter .page__newsletter--bottom {
    margin-bottom: 40px;
  }
}
.page-newsletter .page__newsletter--bottom .btn-secondary:hover {
  border: 1px solid #58ab27;
  background-color: #58ab27;
  color: #fff;
}
.page-newsletter .page__newsletter--image {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.page-newsletter .page__newsletter--image img {
  transform: translate3d(0, -7px, 0);
}
.page-newsletter .page__newsletter--button {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .page-newsletter .page__newsletter--button {
    justify-content: flex-start;
  }
}

.page-newsletter .modal-description,
.page-aquariology .modal-description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .page-newsletter .modal-description,
.page-aquariology .modal-description {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .page-newsletter .modal-description,
.page-aquariology .modal-description {
    font-size: 14px;
  }
}
.page-newsletter .modal-body-list,
.page-aquariology .modal-body-list {
  user-select: none;
}
.page-newsletter .modal-body-item,
.page-aquariology .modal-body-item {
  width: calc(100% / 2 - 4px);
}
@media (min-width: 992px) {
  .page-newsletter .modal-body-item,
.page-aquariology .modal-body-item {
    width: calc(100% / 5 - 4px);
  }
}
@media (max-width: 991.98px) {
  .page-newsletter .modal-body-item:not(:last-of-type),
.page-aquariology .modal-body-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.page-newsletter .modal-body-item .form-group,
.page-aquariology .modal-body-item .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-newsletter .modal-body-item .form-group .form-control-radio-label,
.page-aquariology .modal-body-item .form-group .form-control-radio-label {
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}
.page-newsletter .modal-body-item .isicon,
.page-aquariology .modal-body-item .isicon {
  margin: 0 auto;
}
.page-newsletter .modal-body-info,
.page-aquariology .modal-body-info {
  margin-top: 30px;
}
.page-newsletter .modal-body-info .form-group,
.page-aquariology .modal-body-info .form-group {
  display: flex;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-newsletter .modal-body-info .form-group,
.page-aquariology .modal-body-info .form-group {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-newsletter .modal-body-info .form-group a,
.page-aquariology .modal-body-info .form-group a {
  color: inherit;
  text-decoration: underline;
}
.page-newsletter .modal-body-info .form-group .form-control-checkbox,
.page-aquariology .modal-body-info .form-group .form-control-checkbox {
  flex: 1 0 auto;
}
.page-newsletter .modal-body-info .form-group .form-control-radio-label,
.page-newsletter .modal-body-info .form-group .form-control-consent-info,
.page-aquariology .modal-body-info .form-group .form-control-radio-label,
.page-aquariology .modal-body-info .form-group .form-control-consent-info {
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  padding-left: 6px;
}
.page-newsletter .modal-footer-wrap,
.page-aquariology .modal-footer-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .page-newsletter .modal-footer-wrap,
.page-aquariology .modal-footer-wrap {
    margin-bottom: 20px;
  }
}
.page-newsletter .modal-footer .form-control,
.page-aquariology .modal-footer .form-control {
  font-size: 14px;
}
.page-newsletter .modal-footer .form-group,
.page-aquariology .modal-footer .form-group {
  margin-bottom: 0;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .page-newsletter .modal-footer .form-group,
.page-aquariology .modal-footer .form-group {
    width: 286px;
  }
}
.page-newsletter .modal-footer .button-newsletter,
.page-aquariology .modal-footer .button-newsletter {
  position: relative;
}
.page-newsletter .modal .invalid-feedback,
.page-aquariology .modal .invalid-feedback {
  font-size: 11px;
  letter-spacing: 0.6px;
}
.page-newsletter .modal .veil .underlay,
.page-aquariology .modal .veil .underlay {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-newsletter .modal .spinner .dot1,
.page-aquariology .modal .spinner .dot1 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23356d39' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.page-footer .row:first-child {
  margin-bottom: 30px;
}
.page-footer .accordion-wrap .panel-footer {
  padding-bottom: 40px;
}
.page-footer .accordion-wrap .panel-footer a {
  display: block;
  width: max-content;
  color: #000;
}
.page-footer .accordion-wrap .panel-footer a:not(:last-child) {
  margin-bottom: 16px;
}
.page-footer .accordion-container .ac {
  margin-top: 0;
  border: none;
}
.page-footer .footer-item .plus {
  display: block;
}
.page-footer .footer-item .minus {
  display: none;
}
.page-footer .footer-item.open .plus {
  display: none;
}
.page-footer .footer-item.open .minus {
  display: block;
}
@media (min-width: 992px) {
  .page-footer .footer-item .plus,
.page-footer .footer-item .minus {
    display: none;
  }
  .page-footer .footer-item.open .plus,
.page-footer .footer-item.open .minus {
    display: none;
  }
}
.page-footer .footer-item--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #356d39;
  line-height: 12px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-footer .footer-item--title {
    margin-bottom: 30px;
  }
  .page-footer .footer-item--title .plus,
.page-footer .footer-item--title .minus {
    display: none;
  }
}
.page-footer .footer-item--text {
  display: none;
  font-size: 16px;
  line-height: 12px;
  color: #000;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .page-footer .footer-item--text {
    display: flex !important;
    flex-direction: column;
  }
}
.page-footer .footer-item--text p,
.page-footer .footer-item--text a {
  display: flex;
  align-items: center;
  width: max-content;
  font-size: 16px;
  line-height: 12px;
  padding-bottom: 6px;
  text-decoration: none;
  margin-bottom: 16px;
  color: #000;
}
.page-footer .footer-item--text p .isicon,
.page-footer .footer-item--text a .isicon {
  margin-right: 10px;
}
.page-footer .footer-item--text a:hover {
  text-decoration: underline;
}
.page-footer .footer-item--label {
  font-size: 12px;
  line-height: 15px;
  border-top: 1px solid rgba(151, 151, 151, 0.5);
  border-bottom: 1px solid #356d39;
  padding: 16px 7px 17px;
  text-align: center;
  color: #999;
  letter-spacing: 0.6px;
  margin: 0;
}
@media (min-width: 992px) {
  .page-footer .footer-item--label {
    padding: 16px 0 17px;
  }
}
.page-footer .footer-item--label strong {
  color: #000;
}
.page-footer .footer-item--top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 0;
}

#flyer-modal .modal-dialog {
  max-width: 1400px;
}
#flyer-modal .flyer-container-render {
  position: relative;
  padding-top: max(75vh, 326px);
  height: 0;
  width: 100%;
}
#flyer-modal .flyer-container-render .flyer-iframe {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.isicon {
  display: inline-block;
}
.isicon svg {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
.card-footer a {
  color: #356d39;
  text-decoration: underline;
}
.card-footer a:hover {
  text-decoration: underline;
}

.card-header a {
  color: #356d39;
  float: right;
  text-decoration: underline;
}

.card-info-group p {
  margin-bottom: 0;
}

.order-history .separator,
.refill-dashboard .separator {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

.dashboard-order-card-image {
  width: 112px;
  padding-right: 16px;
}

.dashboard-order-card-status {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background-color: #0087bf;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
}
.dashboard-order-card-status.open {
  background-color: #fdc300;
}
.dashboard-order-card-status.cancelled, .dashboard-order-card-status.failed, .dashboard-order-card-status.annullato {
  background-color: #962815;
}
.dashboard-order-card-status.completed, .dashboard-order-card-status.consegnato {
  background-color: #58ab27;
}

.dashboard-order-card-footer-columns:last-child {
  text-align: right;
}

.dashboard-order-card-footer-value {
  font-weight: bold;
  font-size: 16px;
}

.my-account-fancy-notify {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
}
.my-account-fancy-notify .alert-success,
.my-account-fancy-notify .alert-danger {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background-color: #fdc300;
  color: #356d39;
  border: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
  pointer-events: auto;
  user-select: none;
}
@supports (backdrop-filter: blur(1px)) {
  .my-account-fancy-notify .alert-success,
.my-account-fancy-notify .alert-danger {
    background-color: rgba(253, 195, 0, 0.8);
    backdrop-filter: blur(3px);
  }
}
@media (max-width: 991.98px) {
  .my-account-fancy-notify .alert-success,
.my-account-fancy-notify .alert-danger {
    font-size: 20px;
  }
}
.my-account-fancy-notify .alert-danger {
  background-color: rgba(150, 40, 21, 0.8);
  color: #fff;
}
.my-account-fancy-notify .btn-close {
  position: absolute;
  top: 6px;
  right: 16px;
  line-height: 1;
  font-size: 30px;
}

.my-account-fancy-notify-alert:not(.redeem-coupon-messages-alert) {
  animation: fade 2s linear forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.my-account-fancy-notify-alert:not(.redeem-coupon-messages-alert).show {
  display: block;
}
.my-account-fancy-notify-alert.redeem-coupon-messages-alert {
  animation: fade-in 2s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.my-account-fancy-notify-alert.redeem-coupon-messages-alert.show {
  display: block;
}
.my-account-fancy-notify-alert.redeem-coupon-messages-alert.fade-out {
  animation: fade-out 2s linear forwards;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.redeem-coupon-messages-alert {
  position: relative;
}
.redeem-coupon-messages-alert.alert-success, .redeem-coupon-messages-alert.alert-danger {
  padding-left: 34px;
  padding-right: 34px;
}
.redeem-coupon-messages-alert .coupon {
  color: #000;
  text-transform: none;
  user-select: auto;
}
.redeem-coupon-messages-alert .copy-to-clipboard {
  width: 30px;
  height: 30px;
}
.redeem-coupon-messages-alert .copy-to-clipboard svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

.my-account-checkbox-disabled {
  pointer-events: none;
}
.my-account-checkbox-disabled + .custom-control-label {
  width: calc(100% - 16px);
  pointer-events: none;
}

.edit-profile-form .custom-checkbox .custom-control-label {
  width: calc(100% - 16px);
}

.receipt:not(.confirmation) .product-summary-block .product-line-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #979797;
}
.receipt .summary-section-label {
  font-weight: 700;
  margin-bottom: 0;
}
.receipt .order-product-summary .item-image,
.receipt .order-product-summary .line-item-header {
  width: 50%;
}
.receipt .order-product-summary .line-item-name {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .receipt .order-product-summary .line-item-name {
    font-size: 14px;
  }
}
.receipt .order-product-summary .line-item-divider {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.receipt .order-product-summary .line-item-attributes {
  margin-bottom: 0;
}
.receipt .order-product-summary .savings {
  letter-spacing: 0.03px;
  font-style: italic;
  color: var(--grass);
  margin-top: 4px;
}
.receipt .order-product-summary .final-orig-price {
  text-align: right;
}
@media (max-width: 767.98px) {
  .receipt .order-product-summary.order-product-summary .card-header .card-header-custom {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .receipt .order-product-summary.order-product-summary .card-header .btn {
    width: 100%;
  }
}
.receipt .card-anchor {
  position: relative;
  top: calc(var(--header-height) * -1);
  pointer-events: none;
}
.receipt .summary-details.shipping, .receipt .summary-details.billing {
  margin-bottom: 20px;
}
.receipt .hide-order-discount,
.receipt .hide-shipping-discount,
.receipt .multi-shipping {
  display: none;
}
.receipt .line-item-pricing-info .line-item-total-text:not(.qty-card-quantity-label) {
  font-weight: 700;
}
.receipt .order-total-summary .grand-total {
  font-size: 18px;
  font-weight: 700;
}
.receipt .order-total-summary .grand-total .order-receipt-label,
.receipt .order-total-summary .grand-total .text-right {
  margin-bottom: 0;
}
.receipt #qapla-tracking thead td {
  padding-left: 0;
}
.receipt #qapla-tracking thead span::first-letter {
  text-transform: uppercase;
}
.receipt #qapla-tracking td {
  padding-left: 0;
}
.receipt #qapla-tracking td.qapla-dot {
  background-position: 10px 0;
}
.receipt #qapla-tracking td.qapla-more {
  padding-left: 0;
}

.card-redeem .card-header .veil .underlay {
  background-color: transparent;
}
.card-redeem .card-header .veil .dot1 {
  margin-left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23356d39' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.card-redeem .redeem-card-owner:not(:empty)::before {
  content: "- ";
}
.card-redeem .btn-loader {
  padding-left: 50px;
  padding-right: 50px;
}
.card-redeem .image-ean-redeem {
  max-width: 240px;
  -webkit-user-drag: none;
  user-select: none;
}
@media (min-width: 768px) {
  .card-redeem .image-ean-redeem {
    margin: 0 auto;
  }
}
.card-redeem .image-ean-redeem:not([src]) {
  display: none;
}
.card-redeem .card-redeem-points .veil {
  position: static;
  height: auto;
  text-align: left;
}
.card-redeem .card-redeem-points .veil .underlay {
  display: none;
}
.card-redeem .card-redeem-points .spinner .dot1 {
  position: relative;
  top: 20px;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23356d39' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: none;
}
.card-redeem .circle-chart-render {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding: 10px;
  transition: border-color 0.3s ease;
  pointer-events: none;
  user-select: none;
}
.card-redeem .circle-chart-render.active {
  border-color: #58ab27;
  pointer-events: auto;
  cursor: pointer;
}
.card-redeem .circle-chart-render.animation .circle-chart-circle {
  animation: circle-chart-fill 2s ease reverse;
}
.card-redeem .circle-chart-circle {
  transform: rotate(-90deg);
  transform-origin: center;
}

.mypets-hero-image {
  border-radius: 10px;
}

.mypets-card-body {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding: 10px 20px;
  overflow: hidden;
}
.mypets-card-body .isicon {
  cursor: default;
}

.my-pets-list .card-header .edit,
.my-pets-list .card-header .remove {
  float: none;
  cursor: pointer;
}

.mypets-form .row-intro {
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .mypets-form .row-intro {
    flex-direction: column-reverse;
  }
}
.mypets-form .row-intro .btn-outline-primary {
  font-size: 10px;
  padding: 5px 4px;
}
.mypets-form .mypets-photo-allowed-extensions {
  color: #979797;
}
.mypets-form .mypets-photo-render {
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  width: 80%;
  margin: 40px auto 0;
  background-size: cover;
  transition: background-image 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 1199.98px) {
  .mypets-form .mypets-photo-render-container {
    margin-bottom: 16px;
  }
}
.mypets-form .mypets-photo-render-container.is-dragover .mypets-photo-render {
  border-color: #58ab27;
  box-shadow: rgba(53, 109, 57, 0.25) 0 0 0 3.2px;
}
.mypets-form .mypets-photo-render::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.mypets-form .mypets-photo-render .isicon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mypets-form .mypets-photo-render .isicon.fade-out {
  opacity: 0;
  pointer-events: none;
}
.mypets-form .mypets-photo-render .veil .underlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.mypets-form .mypets-photo-render .spinner .dot1 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23356d39' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.mypets-form .form-control[readonly] {
  background-color: #fff;
}
.mypets-form .control-label {
  width: calc(100% - 20px);
}
.mypets-form .custom-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.mypets-form .mypets-label-option-selected {
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 5px;
  padding-right: 26px;
  border-radius: 5px;
  position: relative;
}
.mypets-form .mypets-label-option-selected::after {
  content: "";
  font: normal normal normal 14px/1 "FontAwesome", sans-serif;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
.mypets-form .form-control-multiple-list {
  list-style: none;
  min-height: 175px;
  overflow-y: auto;
}
.mypets-form .form-control-multiple-list .mypets-custom-list {
  border: 0.5px solid transparent;
  cursor: pointer;
  user-select: none;
}

.account-wishlist-item,
.wishlist-list-item {
  border-radius: 10px;
  overflow: hidden;
}
.account-wishlist-item:last-of-type,
.wishlist-list-item:last-of-type {
  margin-bottom: 0;
}
.account-wishlist-item .line-item-name,
.wishlist-list-item .line-item-name {
  font-weight: bold;
  padding: 10px 24px 10px 20px;
}
@media (max-width: 767.98px) {
  .account-wishlist-item .line-item-name,
.wishlist-list-item .line-item-name {
    font-size: 14px;
  }
}
.account-wishlist-item .line-item-name .line-item-name-link,
.wishlist-list-item .line-item-name .line-item-name-link {
  color: inherit;
  text-decoration: none;
}
.account-wishlist-item .line-item-availability .line-item-attributes,
.wishlist-list-item .line-item-availability .line-item-attributes {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}
.account-wishlist-item .remove-btn-container,
.wishlist-list-item .remove-btn-container {
  position: absolute;
  top: 0;
  right: 0;
}
.account-wishlist-item .remove-btn-container .remove-btn,
.wishlist-list-item .remove-btn-container .remove-btn {
  font-size: 24px;
  font-weight: bold;
  color: #356d39;
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .account-wishlist-item .account-wishlist-attributes,
.wishlist-list-item .account-wishlist-attributes {
    font-size: 12px;
  }
}

.wishlist-account-card .underlay {
  background-color: rgba(255, 255, 255, 0.7);
}
.wishlist-account-card .dot1 {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23356d39' stroke-opacity='0.4' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12' stroke='%23356d39' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.wishlist-account-card .account-wishlist-image {
  position: relative;
}
.wishlist-account-card .account-wishlist-image::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.wishlist-account-card .account-wishlist-image .product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.wishlist-account-card .account-wishlist-product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wishlist-account-card .account-wishlist-product-link-title {
  color: inherit;
  text-decoration: none;
}

.wishlist-list-item .remove-btn-container {
  top: 5px;
  right: 5px;
}

.wishlist-social-sharing .share-icons {
  display: inline-flex;
  align-items: center;
  font-size: 29px;
  text-decoration: none;
  line-height: normal;
}
.wishlist-social-sharing .share-icons:hover {
  text-decoration: none;
}
.wishlist-social-sharing .isicon--icon-copy-to-clipboard svg {
  fill: #356d39;
}

.profile-back-to-account-link {
  color: #356d39;
  text-decoration: underline;
  display: block;
  text-align: center;
}

.acquariologia-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #004b86;
}
@media (max-width: 991.98px) {
  .acquariologia-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.acquariologia-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
}

.btn-acquariologia {
  color: #fff;
  font-size: 14px;
  background-color: #004b86;
  border: 1px solid #004b86;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-acquariologia:hover {
  color: #004b86;
  background-color: #fff;
  text-decoration: none;
}

.hero-img-acquariologia {
  position: relative;
}
.hero-img-acquariologia .page-title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-img-acquariologia .page-title-wrapper {
    display: none;
  }
}
.hero-img-acquariologia .page-title-wrapper > .container {
  position: relative;
}
.hero-img-acquariologia .page-title-wrapper .page-title-bg {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #004b86;
  display: inline-block;
  padding: 16px 30px 16px 0;
}
.hero-img-acquariologia .page-title-wrapper .page-title-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  height: 100%;
  width: calc(100% + 21px);
  background-color: #004b86;
  z-index: -1;
}
.hero-img-acquariologia .page-title-wrapper .page-title-bg .page-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.hero-offerta-acquariologia {
  text-align: center;
  background-color: #5bc5f2;
}
.hero-offerta-acquariologia .acquariologia-title {
  color: #fff;
}
.hero-offerta-acquariologia .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
.hero-offerta-acquariologia .item-content img {
  margin-bottom: 15px;
  border-radius: 5px;
}
.hero-offerta-acquariologia .item-content p {
  color: #004b86;
  font-weight: 300;
  font-size: 20px;
}
.hero-offerta-acquariologia .item-content .link {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-top: auto;
  color: #004b86;
  text-decoration: none;
}
.hero-offerta-acquariologia .item-content .aqualovers-club-text {
  font-size: 18px;
  letter-spacing: 0.6px;
  color: #212529;
  text-align: left;
  margin: 0;
}
@media (max-width: 767.98px) {
  .hero-offerta-acquariologia .item-content .aqualovers-club-text {
    margin-top: 15px;
  }
}

.hero-acqualovers-club {
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
}
.hero-acqualovers-club p {
  margin-bottom: 0;
  color: #004b86;
}
.hero-acqualovers-club img {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.hero-acqualovers-club a {
  margin-top: 50px;
  display: inline-block;
}

.hero-consulenza-consigli {
  text-align: center;
}
.hero-consulenza-consigli .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #004b86;
  border-radius: 10px;
  padding: 15px;
}
.hero-consulenza-consigli .item-content img {
  margin-bottom: 15px;
  border-radius: 5px;
}
.hero-consulenza-consigli .item-content p {
  color: #fff;
  margin-bottom: 15px;
}
.hero-consulenza-consigli .item-content .btn-acquariologia {
  color: #004b86;
  background-color: #fff;
  border-color: #fff;
  margin-top: auto;
}
.hero-consulenza-consigli .item-content .btn-acquariologia:hover {
  color: #fff;
  background-color: #004b86;
}

.app-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .app-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.app-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.hero-app-intro {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-app-info {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #dbf4cd;
}
.hero-app-info .content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.hero-app-info .content-wrapper .icon {
  margin-bottom: 15px;
}
.hero-app-info .content-wrapper p span {
  color: #356d39;
}

.hero-app-scarica {
  padding-top: 40px;
  text-align: center;
}

.table {
  width: 100%;
  margin-bottom: 10px;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6d6c8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #96b398;
}

.table-hover .table-primary:hover {
  background-color: #b7cbba;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b7cbba;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d0e7c3;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a8d38f;
}

.table-hover .table-secondary:hover {
  background-color: #c2e0b1;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c2e0b1;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c6d6c8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #96b398;
}

.table-hover .table-success:hover {
  background-color: #b7cbba;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b7cbba;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d2effa;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #abe1f6;
}

.table-hover .table-info:hover {
  background-color: #bbe7f7;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bbe7f7;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f8e8b8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f2d47a;
}

.table-hover .table-warning:hover {
  background-color: #f6e0a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f6e0a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #e2c3bd;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #c88f85;
}

.table-hover .table-danger:hover {
  background-color: #dab3ab;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #dab3ab;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-dark:hover {
  background-color: #ababab;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.assicurazione-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #008cb7;
}
.assicurazione-title.text-transform-none {
  text-transform: none;
}
@media (max-width: 991.98px) {
  .assicurazione-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.assicurazione-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.hero-assicurazione-intro {
  text-align: center;
  padding-top: 40px;
}

.hero-assicurazione-card {
  margin-top: 80px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #008cb7;
}
.hero-assicurazione-card .figure {
  transform: translateY(-40px);
}
@media (min-width: 992px) {
  .hero-assicurazione-card .figure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .hero-assicurazione-card .figure {
    text-align: center;
  }
}
.hero-assicurazione-card p {
  color: #fff;
}

.hero-assicurazione-dottordog {
  padding-bottom: 40px;
}

.hero-assicurazione-tipo {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #ebfaff;
  text-align: center;
}
.hero-assicurazione-tipo .content-wrapper {
  height: 100%;
  border: 2px solid #008cb7;
  border-radius: 10px;
  font-size: 18px;
  padding: 20px 40px;
  background-color: #fff;
  margin-bottom: 15px;
}
.hero-assicurazione-tipo .content-wrapper .content-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #008cb7;
  text-transform: uppercase;
}
.hero-assicurazione-tipo .content-wrapper p {
  font-size: 16px;
  color: #212529;
  margin-bottom: 0;
}

.table-insurance .column-title {
  color: #fff;
}
.table-insurance .column-title img {
  margin-top: -5px;
  width: 32px;
}
.table-insurance .column-title.gold {
  background-color: #f6ca05;
}
.table-insurance .column-title.platinum {
  background-color: #7f7679;
}
.table-insurance .column-title.silver {
  background-color: #c0c0c0;
}
.table-insurance td,
.table-insurance th {
  vertical-align: middle;
}

.hero-assicurazione-polizze {
  background-color: #f6f6f4;
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
}
.hero-assicurazione-polizze .content-wrapper {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.hero-assicurazione-polizze .content-wrapper.argento {
  border: 2px solid silver;
}
.hero-assicurazione-polizze .content-wrapper.argento .content-title {
  color: silver;
}
.hero-assicurazione-polizze .content-wrapper.oro {
  border: 2px solid #f5ca05;
}
.hero-assicurazione-polizze .content-wrapper.oro .content-title {
  color: #f5ca05;
}
.hero-assicurazione-polizze .content-wrapper.platino {
  border: 2px solid #7e7579;
}
.hero-assicurazione-polizze .content-wrapper.platino .content-title {
  color: #7e7579;
}
.hero-assicurazione-polizze .content-wrapper .content-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.hero-assicurazione-polizze .content-wrapper p {
  color: #212529;
}

.area-charity-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.area-charity-title.text-transform-none {
  text-transform: none;
}
@media (max-width: 991.98px) {
  .area-charity-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.area-charity-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.hero-area-charity-intro {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.hero-area-charity-intro .area-charity-title {
  color: #356d39;
}

.hero-area-charity-cosa-facciamo {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #ece2cd;
}
@media (max-width: 767.98px) {
  .hero-area-charity-cosa-facciamo {
    text-align: center;
  }
}
.hero-area-charity-cosa-facciamo p {
  font-size: 18px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}
.hero-area-charity-cosa-facciamo .leidaa-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}

.hero-area-charity-alcuni-numeri {
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}
.hero-area-charity-alcuni-numeri .circle {
  position: relative;
  height: 200px;
  width: 200px;
  background-color: #d6ebd7;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .hero-area-charity-alcuni-numeri .circle {
    margin-top: 40px;
  }
}
.hero-area-charity-alcuni-numeri .circle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #356d39;
}
.hero-area-charity-alcuni-numeri .circle .content-title {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #356d39;
  text-align: center;
  padding: 10px 0;
  width: 200px;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
}
.hero-area-charity-alcuni-numeri .circle .content-title span {
  font-weight: 700;
}

.hero-area-charity-cosa-puoi-fare {
  padding-top: 40px;
  text-align: center;
}
.hero-area-charity-cosa-puoi-fare .area-charity-text {
  font-size: 20px;
}
.hero-area-charity-cosa-puoi-fare .content-wrapper {
  border-radius: 10px;
  padding: 20px 40px;
  height: 100%;
  background-color: #ece2cd;
}

.hero-area-charity-video {
  padding-top: 40px;
  text-align: center;
}

.card-club-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .card-club-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.card-club-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.hero-card-club-intro {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-card-club-intro .card-club-title {
  color: #356d39;
}

.hero-card-club-come-funziona {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eff0f0;
}
.hero-card-club-come-funziona .card-club-title {
  color: #356d39;
}
.hero-card-club-come-funziona p {
  font-size: 18px;
  letter-spacing: 0.6px;
}
.hero-card-club-come-funziona p span {
  color: #58ab27;
  font-weight: 700;
}
.hero-card-club-come-funziona ul {
  margin-bottom: 30px;
  padding-left: 19px;
}
.hero-card-club-come-funziona ul li {
  font-size: 18px;
  letter-spacing: 0.6px;
}
.hero-card-club-come-funziona ul li span {
  color: #58ab27;
  font-weight: 700;
}
.hero-card-club-come-funziona .content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.hero-card-club-come-funziona .content-wrapper .content-title {
  background-color: #356d39;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fff;
  padding: 7px 20px;
  margin-bottom: 20px;
}
.hero-card-club-come-funziona .content-wrapper li {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.6px;
}
.hero-card-club-come-funziona .content-wrapper li a {
  color: #58ab27;
  font-weight: 700;
}
.hero-card-club-come-funziona .content-wrapper li:not(:last-child) {
  margin-bottom: 20px;
}
.hero-card-club-come-funziona .content-wrapper li .icon {
  position: absolute;
  top: 0;
  left: -40px;
  height: 30px;
  width: 30px;
}
.hero-card-club-come-funziona .content-wrapper li span {
  color: #58ab27;
}

.hero-card-club-raccolta-punti {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-card-club-raccolta-punti .card-club-title {
  color: #e20613;
}
.hero-card-club-raccolta-punti p {
  font-size: 18px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  margin-top: 45px;
}
.hero-card-club-raccolta-punti p span {
  font-weight: 700;
  color: #e20613;
}
.hero-card-club-raccolta-punti .circle {
  position: relative;
}
.hero-card-club-raccolta-punti .circle img {
  height: 200px;
  width: 200px;
}
.hero-card-club-raccolta-punti .circle .content-title {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdc300;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #356d39;
  text-align: center;
  padding: 10px 0;
  width: 200px;
}
.hero-card-club-raccolta-punti .wrapper-punti {
  border: 4px solid #fdc300;
  border-radius: 10px;
  background-color: #f6f6f4;
  padding: 40px;
  text-align: left;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .hero-card-club-raccolta-punti .wrapper-punti {
    margin-bottom: 20px;
  }
}
.hero-card-club-raccolta-punti .wrapper-punti .wrapper-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #e20613;
}
.hero-card-club-raccolta-punti .wrapper-punti p {
  font-size: 18px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}
.hero-card-club-raccolta-punti .punti-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.hero-card-club-raccolta-punti .content-wrapper {
  border-radius: 10px;
  padding: 20px;
  border: 4px solid #fdc300;
  background-color: #f6f6f4;
}
.hero-card-club-raccolta-punti .content-wrapper p {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .d-none-max-md {
    display: none;
  }
}

.hero-card-club-catalogo {
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 767.98px) {
  .hero-card-club-catalogo {
    text-align: center;
  }
}
.hero-card-club-catalogo::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 220px;
  background-color: #d6ebd7;
}
@media (max-width: 767.98px) {
  .hero-card-club-catalogo::before {
    height: 100%;
  }
}
.hero-card-club-catalogo .card-club-title {
  color: #356d39;
}

.hero-card-club-premi {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eff0f0;
  text-align: center;
}
.hero-card-club-premi p {
  font-size: 18px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}
.hero-card-club-premi .content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.hero-card-club-premi .content-wrapper img {
  width: 100%;
  max-width: 400px;
  margin: 40px auto;
}
.hero-card-club-premi .content-wrapper .content-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: left;
  margin-bottom: 20px;
}
.hero-card-club-premi .content-wrapper .content-title.sliver {
  color: #818286;
}
.hero-card-club-premi .content-wrapper .content-title.gold {
  color: #c29942;
}
.hero-card-club-premi .content-wrapper li {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.6px;
}
.hero-card-club-premi .content-wrapper li:not(:last-child) {
  margin-bottom: 20px;
}
.hero-card-club-premi .content-wrapper li .icon {
  position: absolute;
  top: 0;
  left: -40px;
  height: 30px;
  width: 30px;
  margin: 0;
}

.clicca-e-ritira-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .clicca-e-ritira-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.clicca-e-ritira-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.hero-clicca-e-ritira-intro {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-clicca-e-ritira-come-funziona {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffe285;
  text-align: center;
}
.hero-clicca-e-ritira-come-funziona .clicca-e-ritira-title {
  color: #356d39;
  text-transform: unset;
}
.hero-clicca-e-ritira-come-funziona .content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.hero-clicca-e-ritira-come-funziona .content-wrapper .icon {
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero-clicca-e-ritira-come-funziona .content-wrapper p span {
  font-weight: 700;
  color: #356d39;
}

.consegna-domicilio-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .consegna-domicilio-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.consegna-domicilio-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.hero-consegna-domicilio-intro {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.hero-consegna-domicilio-come-funziona {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f6f4;
}
.hero-consegna-domicilio-come-funziona .consegna-domicilio-title {
  color: #356d39;
}
.hero-consegna-domicilio-come-funziona .content-wrapper {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 40px;
  text-align: center;
  height: 100%;
}
.hero-consegna-domicilio-come-funziona .content-wrapper .number {
  height: 100px;
  width: 100px;
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
.hero-consegna-domicilio-come-funziona .content-wrapper p {
  color: #356d39;
  font-weight: 700;
}

.hero-consegna-domicilio-come-funziona-2 {
  padding-top: 40px;
}
.hero-consegna-domicilio-come-funziona-2 .content-wrapper {
  border-radius: 10px;
  background-color: #dbf4cd;
  padding: 10px 40px;
}
@media (max-width: 767.98px) {
  .hero-consegna-domicilio-come-funziona-2 .content-wrapper {
    padding: 20px 40px;
    text-align: center;
  }
}
.hero-consegna-domicilio-come-funziona-2 .content-wrapper .icon {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hero-consegna-domicilio-come-funziona-2 .content-wrapper .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.hero-consegna-domicilio-come-funziona-2 .content-wrapper .icon img {
  max-width: 100%;
  height: auto;
}

.hero-card-container-row {
  padding-top: 30px;
}
.hero-card-container .hero-card-row {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.hero-card-container .hero-card-row:not(:last-of-type) {
  border-bottom: 1px solid #cdcdcd;
}
.hero-card-container .side-info .title {
  color: #356d39;
}
.hero-card-container .side-image img {
  border-radius: 5px;
}
.hero-card-container-detail .side-image img {
  border-radius: 5px;
}

.hero-aside-container .button-row {
  margin-top: 30px;
}

.hero-aside-card {
  border-radius: 5px;
  overflow: hidden;
}

.hero-aside-info {
  background-color: #58ab27;
  color: #fff;
  padding: 18px;
}

.faq .accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.faq .accordion:not(:last-of-type) {
  margin-bottom: 30px;
}
.faq .accordion-content.open .isicon.plus {
  display: none;
}
.faq .accordion-content.open .isicon.minus {
  display: block;
}
.faq .accordion-content .isicon.plus {
  display: block;
}
.faq .accordion-content .isicon.minus {
  display: none;
}
.faq .accordion-title {
  width: calc(100% - 14px);
  font-size: 24px;
  line-height: 1.4;
  color: #356d39;
  padding-right: 16px;
}
@media (max-width: 991.98px) {
  .faq .accordion-title {
    font-size: 18px;
  }
}

.hero-fidelity-card-row {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 35px;
}
.hero-fidelity-card-row:not(:last-of-type) {
  margin-bottom: 35px;
}
.hero-fidelity-card-row .inner {
  padding: 16px;
}
.hero-fidelity-card-row .cta-row .btn:not(:last-child) {
  margin-right: 10px;
}

.hero-bottom-row {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .hero-bottom-row {
    margin-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .hero-bottom-row .col:not(:first-of-type) {
    margin-top: 35px;
  }
}
.hero-bottom-row .image {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.hero-bottom-row a:hover {
  text-decoration: none;
}
.hero-bottom-row img {
  border-radius: 10px;
}

.hero-intro {
  position: relative;
}
.hero-intro::before {
  content: "";
  display: block;
  padding-top: 16.25%;
}
@media (max-width: 991.98px) {
  .hero-intro::before {
    padding-top: 56.25%;
  }
}
.hero-intro img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.hero-intro-title-row {
  padding-top: 30px;
  padding-bottom: 10px;
}
.hero-intro-title-row .title,
.hero-intro-title-row .subtitle {
  color: #356d39;
}
.hero-intro-title-row .title {
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .hero-intro-title-row .title {
    font-size: 22px;
  }
}
.hero-intro-title-row .subtitle {
  margin-top: 6px;
}

@media (max-width: 991.98px) {
  .hero-intro-info {
    padding-bottom: 20px;
  }
}
.hero-intro-info .hero-layer {
  top: -200px;
}
@media (min-width: 768px) {
  .hero-intro-info .hero-layer {
    position: absolute;
  }
}
.hero-intro-info .spacer {
  height: 100px;
}
.hero-intro-info .spacer.large {
  height: 150px;
}

.hero-services-card {
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.hero-services-card.blue {
  background-color: #044b87;
}
.hero-services-card.lightblue {
  background-color: #13bbef;
}
.hero-services-card.green {
  background-color: #58ab27;
}
.hero-services-card.orange {
  background-color: #f7a700;
}
.hero-services-card.dark-cyan {
  background-color: #07717b;
}
.hero-services-card.strong-cyan {
  background-color: #008cb7;
}
.hero-services-card .side-image img {
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .hero-services-card .side-info {
    position: static;
    margin-top: 20px;
  }
}
.hero-services-card .side-info .icon img {
  margin-bottom: 10px;
}
.hero-services-card .side-info .side-info-label-new {
  border-top-right-radius: 10px;
  top: -20px;
  right: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero-services-card .side-info .side-info-label-new {
    top: 0;
    right: 0;
  }
}
.hero-services-card .side-info .side-info-label-new img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero-services-card .side-info .side-info-label-new img {
    max-width: 120px;
  }
}
.hero-services-card .side-info .btn {
  min-width: 190px;
}
.hero-services-card .side-info-label-partner {
  bottom: 0;
  right: 20px;
  max-width: 90px;
}
@media (max-width: 991.98px) {
  .hero-services-card .side-info-label-partner {
    height: 80px;
    top: 20px;
    right: 20px;
    bottom: auto;
  }
}
.hero-services-card .side-info-label-partner img {
  width: 100%;
}

.hero-services-list .card-img {
  border-radius: 0;
  overflow: hidden;
}
.hero-services-list .card-img img {
  border-radius: 5px;
}

.hero-title-separator .title {
  color: #fff;
  background-color: #fdc300;
  border-radius: 10px;
  padding: 20px;
}

.hero-extra-services {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .hero-extra-services {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero-extra-services [class^=col-]:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.hero-extra-services .title {
  color: #356d39;
}
.hero-extra-services .side-figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #356d39;
  border-radius: 10px;
  padding: 16px;
  overflow: hidden;
}
.hero-extra-services .image img {
  border-radius: 5px;
}
.hero-extra-services .label-new {
  max-width: 100px;
  top: -16px;
  right: -16px;
}
.hero-extra-services .label-new img {
  border-radius: 0;
}
.hero-extra-services .info {
  color: #fff;
}
.hero-extra-services .info a {
  color: #fff;
  text-decoration: underline;
}
.hero-extra-services .info .info-title a {
  text-decoration: none;
}
.hero-extra-services .btn {
  margin-top: auto;
}
.hero-extra-services .btn:hover {
  border-color: #58ab27;
  background-color: #58ab27;
  color: #fff;
}

.hero-card-isoladeitesori {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .hero-card-isoladeitesori {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero-card-isoladeitesori .side-info {
    margin-top: 20px;
  }
}

/* stylelint-disable scss/comment-no-loud */
.vet-h24-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #0156ba;
}
@media (max-width: 991.98px) {
  .vet-h24-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.vet-h24-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.btn-vet-h24 {
  color: #fff;
  font-size: 14px;
  background-color: #0156ba;
  border: 1px solid #0156ba;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-vet-h24:hover {
  color: #0156ba;
  background-color: #fff;
  text-decoration: none;
}

.hero-img-vet-h24 {
  position: relative;
}
.hero-img-vet-h24 .page-title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-img-vet-h24 .page-title-wrapper {
    display: none;
  }
}
.hero-img-vet-h24 .page-title-wrapper > .container {
  position: relative;
}
.hero-img-vet-h24 .page-title-wrapper .page-title-bg {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #0156ba;
  display: inline-block;
  padding: 16px 30px 16px 0;
}
.hero-img-vet-h24 .page-title-wrapper .page-title-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  height: 100%;
  width: calc(100% + 21px);
  background-color: #0156ba;
  z-index: -1;
}
.hero-img-vet-h24 .page-title-wrapper .page-title-bg .page-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.hero-vet-h24-intro {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ebf4ff;
}

.hero-vet-h24-servizi {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.hero-vet-h24-servizi .image {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 15px;
}
.hero-vet-h24-servizi .item-wrapper {
  background-color: #ebf4ff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
}
.hero-vet-h24-servizi .item-wrapper .indicator {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #0156ba transparent transparent;
}
.hero-vet-h24-servizi .item-wrapper p {
  margin-bottom: 15px;
}
.hero-vet-h24-servizi .item-wrapper a {
  color: #0156ba;
  background-color: #fff;
  border: 1px solid #0156ba;
}
.hero-vet-h24-servizi .item-wrapper a:hover {
  color: #fff;
  background-color: #0156ba;
}

.hero-vet-h24-step {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #41ace1;
  text-align: center;
}
.hero-vet-h24-step .vet-h24-title {
  color: #fff;
}
.hero-vet-h24-step .item-wrapper {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 50px;
  height: 100%;
}
.hero-vet-h24-step .item-wrapper .icon-step {
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
}
.hero-vet-h24-step a {
  color: #0156ba;
  background-color: #fff;
  border: 2px solid #0156ba;
}
.hero-vet-h24-step a:hover {
  color: #fff;
  background-color: #0156ba;
}

@media (min-width: 768px) {
  #collapse-servizi-1.active #collapse-servizi-2:not(.show), #collapse-servizi-2.active #collapse-servizi-2:not(.show) {
    display: none;
  }
}
#collapse-servizi-1 .item-wrapper strong, #collapse-servizi-2 .item-wrapper strong {
  color: #0156ba;
}
@media (min-width: 768px) {
  #collapse-servizi-1 {
    /* stylelint-disable-next-line scss/selector-nest-combinators */
  }
  #collapse-servizi-1 .item-wrapper .indicator {
    left: 16%;
    transform: translateX(-16%);
  }
}

.servizio-vet__container {
  width: 100%;
  max-width: 100%;
  margin-top: 65px;
  padding: 30px 0;
  background-color: #ebf4ff;
}
@media (min-width: 768px) {
  .servizio-vet__container {
    padding: 30px 20px;
  }
}
.servizio-vet__container > .row {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.servizio-vet__container .image {
  box-shadow: none;
  margin-bottom: 0;
}
.servizio-vet__container .item-wrapper {
  margin-top: 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .servizio-vet__container .item-wrapper {
    padding: 20px;
  }
}
.servizio-vet__container .item-wrapper p {
  font-size: 18px;
  letter-spacing: 0.2pt;
}
@media (min-width: 768px) {
  .servizio-vet__container .item-wrapper p {
    text-align: left;
  }
}
.servizio-vet__container .item-wrapper .btn {
  background-color: #0156ba;
  color: #fff;
}
.servizio-vet__container .item-wrapper .btn:hover {
  background-color: #fff;
  color: #0156ba;
}

.toelettatura-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #e6ac00;
}
@media (max-width: 991.98px) {
  .toelettatura-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.toelettatura-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
}

.btn-toelettatura {
  color: #fff;
  font-size: 14px;
  background-color: #e6ac00;
  border: 1px solid #e6ac00;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-toelettatura:hover {
  color: #e6ac00;
  background-color: #fff;
  text-decoration: none;
}

.hero-img-toelettatura {
  position: relative;
}
.hero-img-toelettatura .page-title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-img-toelettatura .page-title-wrapper {
    display: none;
  }
}
.hero-img-toelettatura .page-title-wrapper > .container {
  position: relative;
}
.hero-img-toelettatura .page-title-wrapper .page-title-bg {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e6ac00;
  display: inline-block;
  padding: 16px 30px 16px 0;
}
.hero-img-toelettatura .page-title-wrapper .page-title-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  height: 100%;
  width: calc(100% + 21px);
  background-color: #e6ac00;
  z-index: -1;
}
.hero-img-toelettatura .page-title-wrapper .page-title-bg .page-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.hero-intro-toelettatura {
  text-align: center;
  background-color: #fffaeb;
}

.hero-isola-di-bellezza .image {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 15px;
}
.hero-isola-di-bellezza .image img {
  border-radius: 10px;
}
.hero-isola-di-bellezza .toelettatura-service-list {
  position: relative;
  background-color: #fffaeb;
  padding: 20px;
  list-style: none;
}
.hero-isola-di-bellezza .toelettatura-service-list .indicator {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #e6ac00 transparent transparent;
}
.hero-isola-di-bellezza .toelettatura-service-list li:not(:last-child) {
  border-bottom: 1px solid #e6ac00;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.hero-acquista {
  background-color: #fffaeb;
}
.hero-acquista img {
  border-radius: 5px;
}

.ptb-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pet-laundry-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #13bbef;
}
@media (max-width: 991.98px) {
  .pet-laundry-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.pet-laundry-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
}

.btn-pet-laundry {
  color: #fff;
  font-size: 14px;
  background-color: #13bbef;
  border: 1px solid #13bbef;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-pet-laundry:hover {
  color: #13bbef;
  background-color: #fff;
  text-decoration: none;
}

.hero-img-pet-laundry {
  position: relative;
}
.hero-img-pet-laundry .page-title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-img-pet-laundry .page-title-wrapper {
    display: none;
  }
}
.hero-img-pet-laundry .page-title-wrapper > .container {
  position: relative;
}
.hero-img-pet-laundry .page-title-wrapper .page-title-bg {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #13bbef;
  display: inline-block;
  padding: 16px 30px 16px 0;
}
.hero-img-pet-laundry .page-title-wrapper .page-title-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  height: 100%;
  width: calc(100% + 21px);
  background-color: #13bbef;
  z-index: -1;
}
.hero-img-pet-laundry .page-title-wrapper .page-title-bg .page-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.hero-pet-laundry-come-funziona {
  background-color: #13bbef;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-pet-laundry-come-funziona .pet-laundry-title {
  color: #fff;
}
.hero-pet-laundry-come-funziona .step-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 50px;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.hero-pet-laundry-come-funziona .step-wrapper .number {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.hero-pet-laundry-come-funziona .step-wrapper .number svg {
  height: 100%;
  width: 100%;
}

.farmaci-veterinari-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #007377;
}
@media (max-width: 991.98px) {
  .farmaci-veterinari-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.farmaci-veterinari-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.btn-farmaci-veterinari {
  color: #fff;
  font-size: 14px;
  background-color: #007377;
  border: 1px solid #007377;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-farmaci-veterinari:hover {
  color: #007377;
  background-color: #fff;
  text-decoration: none;
}

.hero-img-farmaci-veterinari {
  position: relative;
}
.hero-img-farmaci-veterinari .page-title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-img-farmaci-veterinari .page-title-wrapper {
    display: none;
  }
}
.hero-img-farmaci-veterinari .page-title-wrapper > .container {
  position: relative;
}
.hero-img-farmaci-veterinari .page-title-wrapper .page-title-bg {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #007377;
  display: inline-block;
  padding: 16px 30px 16px 0;
}
.hero-img-farmaci-veterinari .page-title-wrapper .page-title-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  height: 100%;
  width: calc(100% + 21px);
  background-color: #007377;
  z-index: -1;
}
.hero-img-farmaci-veterinari .page-title-wrapper .page-title-bg .page-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.hero-farmaci-veterinari-intro {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-farmaci-veterinari-prenotazione {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #00aca0;
}
.hero-farmaci-veterinari-prenotazione .farmaci-veterinari-title {
  color: #fff;
  text-align: center;
}
.hero-farmaci-veterinari-prenotazione .item-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 30px;
}
.hero-farmaci-veterinari-prenotazione .item-wrapper img {
  border-radius: 5px;
}

.contact-list {
  position: relative;
  list-style: none;
  border-radius: 10px;
  padding: 30px 50px 30px 80px;
  margin-bottom: 0;
  background-color: #d6fffd;
}
.contact-list .indicator {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #007377 transparent transparent;
}
.contact-list li {
  position: relative;
  font-weight: 700;
  line-height: 30px;
}
.contact-list li .icon {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  height: 20px;
  width: 20px;
}
.contact-list li .icon img {
  border-radius: 0;
}
.contact-list li a {
  font-weight: 400;
  color: #007377;
  text-decoration: underline;
}

.incisione-medagliette-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #212529;
}
@media (max-width: 991.98px) {
  .incisione-medagliette-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.incisione-medagliette-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.btn-incisione-medagliette {
  color: #212529;
  font-size: 14px;
  background-color: #fdc300;
  border: 1px solid #fdc300;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.btn-incisione-medagliette:hover {
  color: #fdc300;
  background-color: #fff;
  text-decoration: none;
}

.hero-img-incisione-medagliette {
  position: relative;
}
.hero-img-incisione-medagliette .page-title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-img-incisione-medagliette .page-title-wrapper {
    display: none;
  }
}
.hero-img-incisione-medagliette .page-title-wrapper > .container {
  position: relative;
}
.hero-img-incisione-medagliette .page-title-wrapper .page-title-bg {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fdc300;
  display: inline-block;
  padding: 16px 30px 16px 0;
}
.hero-img-incisione-medagliette .page-title-wrapper .page-title-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  height: 100%;
  width: calc(100% + 21px);
  background-color: #fdc300;
  z-index: -1;
}
.hero-img-incisione-medagliette .page-title-wrapper .page-title-bg .page-title {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
}

.hero-incisione-medagliette-intro {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fffaeb;
}

.hero-incisione-medagliette-come-funziona {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.hero-incisione-medagliette-come-funziona .incisione-medagliette-title {
  color: #356d39;
}
.hero-incisione-medagliette-come-funziona .content-wrapper {
  border: 2px solid #fdc300;
  background-color: #fffaeb;
  border-radius: 10px;
  padding: 20px 50px;
  color: #356d39;
  font-size: 18px;
  letter-spacing: 0.6px;
  font-weight: 700;
}

.hero-incisione-medagliette-stile {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fffaeb;
  text-align: center;
}
.hero-incisione-medagliette-stile .circle {
  position: relative;
}
.hero-incisione-medagliette-stile .circle img {
  height: 180px;
  width: 180px;
}
.hero-incisione-medagliette-stile .circle .content-title {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdc300;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 900;
  color: #356d39;
  text-align: center;
  padding: 10px 0;
  width: 180px;
  text-transform: uppercase;
}
.hero-incisione-medagliette-stile p {
  margin-top: 45px;
  margin-bottom: 0;
}
.hero-incisione-medagliette-stile p.info {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.consigli-acquariologia-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #00588c;
}
@media (max-width: 991.98px) {
  .consigli-acquariologia-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.consigli-acquariologia-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.hero-consigli-acquariologia-intro {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.hero-consigli-acquariologia {
  padding-bottom: 40px;
  text-align: center;
}
.hero-consigli-acquariologia .content-wrapper .content-video {
  position: relative;
}
.hero-consigli-acquariologia .content-wrapper .content-video .player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.hero-consigli-acquariologia .content-wrapper .content-video .cover {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
.hero-consigli-acquariologia .content-wrapper .content-title {
  font-weight: 700;
  color: #00588c;
  letter-spacing: 0.6px;
  margin-top: 12px;
}

.hero-consigli-acquariologia-magazine {
  padding-top: 40px;
}
.hero-consigli-acquariologia-magazine .magazine-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  background-color: #0087bf;
  border-radius: 5px;
}
.hero-consigli-acquariologia-magazine .slider .splide__arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 2px solid #356d39;
  border-radius: 50%;
  margin-top: -60px;
  transition: opacity 0.3s ease;
}
.hero-consigli-acquariologia-magazine .slider .splide__arrow[disabled] {
  opacity: 0;
  cursor: default;
}
@media (max-width: 767.98px) {
  .hero-consigli-acquariologia-magazine .slider .splide__arrow--prev {
    left: -12px;
  }
  .hero-consigli-acquariologia-magazine .slider .splide__arrow--next {
    right: -12px;
  }
}

.magazine-content-cell {
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.magazine-content-cell .image {
  position: relative;
  background-color: #cdcdcd;
}
.magazine-content-cell .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.magazine-content-cell .image .cta {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.magazine-content-cell .image .cta .hero-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.magazine-content-cell .category-label {
  background-color: #0087bf;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  padding: 4px 14px;
  text-transform: uppercase;
}
.magazine-content-cell .info {
  padding: 20px 14px;
}
.magazine-content-cell .info .title {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}
.magazine-content-cell .info .description {
  letter-spacing: normal;
  font-weight: 500;
}
.magazine-content-cell .row-cta {
  margin-top: auto;
  padding: 10px 14px 20px;
  text-align: right;
}

#aquariology-video-modal .modal-title {
  color: #00588c;
}

.consigli-toelettatura-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #e6ac00;
}
@media (max-width: 991.98px) {
  .consigli-toelettatura-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.consigli-toelettatura-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.hero-consigli-acquariologia-intro {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.hero-consigli-toelettatura {
  padding-bottom: 40px;
  text-align: center;
}
.hero-consigli-toelettatura .label-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  background-color: #e6ac00;
  border-radius: 5px;
}
.hero-consigli-toelettatura .content-wrapper .content-video {
  position: relative;
}
.hero-consigli-toelettatura .content-wrapper .content-video .player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.hero-consigli-toelettatura .content-wrapper .content-video .cover {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
.hero-consigli-toelettatura .content-wrapper .content-title {
  font-weight: 700;
  color: #e6ac00;
  letter-spacing: 0.6px;
  margin-top: 12px;
}

.hero-consigli-toelettatura-magazine {
  padding-top: 40px;
}
.hero-consigli-toelettatura-magazine .magazine-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  background-color: #356d39;
  border-radius: 5px;
}

.magazine-content-cell {
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.magazine-content-cell .image {
  position: relative;
  background-color: #cdcdcd;
}
.magazine-content-cell .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.magazine-content-cell .image .cta {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.magazine-content-cell .image .cta .hero-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.magazine-content-cell .category-label {
  color: #fff;
  font-size: 13px;
  font-style: italic;
  padding: 4px 14px;
  text-transform: uppercase;
}
.magazine-content-cell .category-label.cura-benessere {
  background-color: #58ab27;
}
.magazine-content-cell .category-label.vita-a-sei-zampe {
  background-color: #356d39;
}
.magazine-content-cell .info {
  padding: 20px 14px;
}
.magazine-content-cell .info .title {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}
.magazine-content-cell .info .description {
  letter-spacing: normal;
  font-weight: 500;
}
.magazine-content-cell .row-cta {
  margin-top: auto;
  padding: 10px 14px 20px;
  text-align: right;
}

.consigli-veterinari-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #0156ba;
}
@media (max-width: 991.98px) {
  .consigli-veterinari-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.consigli-veterinari-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.hero-consigli-veterinari-intro {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.hero-consigli-veterinari {
  padding-bottom: 40px;
  text-align: center;
}
.hero-consigli-veterinari .label-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  background-color: #0156ba;
  border-radius: 5px;
}
.hero-consigli-veterinari .content-wrapper .content-video {
  position: relative;
}
.hero-consigli-veterinari .content-wrapper .content-video .player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.hero-consigli-veterinari .content-wrapper .content-video .cover {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
.hero-consigli-veterinari .content-wrapper .content-title {
  font-weight: 700;
  color: #0156ba;
  letter-spacing: 0.6px;
  margin-top: 12px;
}

.hero-consigli-veterinari-magazine {
  padding-top: 40px;
}
.hero-consigli-veterinari-magazine .magazine-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  background-color: #5ec5ed;
  border-radius: 5px;
}

.magazine-content-cell {
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.magazine-content-cell .image {
  position: relative;
  background-color: #cdcdcd;
}
.magazine-content-cell .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.magazine-content-cell .image .cta {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.magazine-content-cell .image .cta .hero-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.magazine-content-cell .category-label {
  color: #fff;
  font-size: 13px;
  font-style: italic;
  padding: 4px 14px;
  text-transform: uppercase;
  background-color: #5ec5ed;
}
.magazine-content-cell .info {
  padding: 20px 14px;
}
.magazine-content-cell .info .title {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}
.magazine-content-cell .info .description {
  letter-spacing: normal;
  font-weight: 500;
}
.magazine-content-cell .row-cta {
  margin-top: auto;
  padding: 10px 14px 20px;
  text-align: right;
}

.hero-1 {
  display: flex;
  flex-direction: column;
  background-color: #fce3e8;
  align-items: center;
  padding: 50px 30px;
  background-repeat: no-repeat;
  background-position: calc(50% - 600px) 10%;
}
.hero-1 img {
  max-width: 700px;
  margin-bottom: 50px;
}
.hero-1 p {
  font-size: 28px;
  color: #00747b;
  text-align: center;
  max-width: 800px;
  margin-bottom: 50px;
}
.hero-1 button {
  font-size: 20px;
  border: 0;
  background-color: #e75f64;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  width: 300px;
  max-width: 100%;
  cursor: pointer;
}

.yellow-bg {
  width: 100%;
}

.club-esclusivo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 50px;
  color: #00747b;
}
.club-esclusivo .title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.club-esclusivo .text {
  font-size: 22px;
  max-width: 800px;
  text-align: center;
}

.choose-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px;
  color: #00747b;
  background-color: #ffedc2;
}
.choose-main .title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.choose-main .subtitle {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.choose-main .text {
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
}
.choose-main .item-card {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .choose-main .item-card {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .choose-main .item-card {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .choose-main .item-card:first-child {
    text-align: right;
    align-items: end;
  }
  .choose-main .item-card:first-child .text ::before {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    height: 100%;
    width: 2px;
    border-radius: 5px;
    background-color: #00747b;
  }
}
.choose-main .item-card:not(:first-child) {
  align-items: start;
}
.choose-main .item-card .choose-link {
  display: inline-block;
  padding: 12px 80px;
  background-color: #40bbf0;
  border-radius: 20px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .choose-main .item-card .choose-link {
    margin-top: auto;
    padding: 12px 100px;
  }
}
.choose-main .choice-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.choose-main .choice-container .choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  font-size: 22px;
  background-color: #40bbf0;
  margin: 20px;
}
.choose-main .choice-container .choice p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 180px;
  max-width: 100%;
  margin-bottom: 20px;
}
.choose-main .choice-container .choice .choose-link {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #40bbf0;
  padding: 10px;
  border-radius: 5px;
  min-width: 180px;
  max-width: 100%;
  cursor: pointer;
}
.choose-main .choice-container .choice .choise {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  font-size: 22px;
  background-color: #40bbf0;
  margin: 20px;
}

.book-images {
  display: flex;
  align-items: flex-end;
  width: 1000px;
  margin: 0 auto;
  padding-top: 140px;
}
@media (max-width: 991.98px) {
  .book-images {
    display: none;
  }
}
.book-images img {
  position: absolute;
  pointer-events: none;
}
.book-images .book-1 {
  transform: translate(-55px, 175px);
  width: 700px;
}
.book-images .book-2 {
  transform: translate(550px, 130px);
  width: 400px;
}

.choose-details {
  position: relative;
  color: #00747b;
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .choose-details .desktop-detail {
    display: none;
  }
}
@media (min-width: 992px) {
  .choose-details .mobile-detail {
    display: none;
  }
}
.choose-details .mobile-detail .detail {
  position: relative;
}
.choose-details .mobile-detail .detail[id=head-detail-1] {
  color: #52a51d;
}
.choose-details .mobile-detail .detail[id=head-detail-2] {
  color: #40bbf0;
}
.choose-details .mobile-detail .detail[id=head-detail-3] {
  color: #c24345;
}
.choose-details .mobile-detail .detail[id=head-detail-4] {
  color: #e75f64;
}
.choose-details .mobile-detail .detail[id=head-detail-5] {
  color: #e86209;
}
.choose-details .mobile-detail .detail[aria-expanded=true] p::after {
  transform: rotate(180deg);
}
.choose-details .mobile-detail .detail p {
  position: relative;
}
.choose-details .mobile-detail .detail p::after {
  position: absolute;
  content: "▾";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
  line-height: 13px;
}
.choose-details .detail {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .choose-details .detail {
    flex-direction: column;
  }
}
.choose-details .detail .advantages-title {
  font-family: "Pacifico", cursive;
  font-size: 40px;
}
@media (min-width: 992px) {
  .choose-details .detail .advantages-title {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .choose-details .detail .advantages-title {
    margin-bottom: 0;
  }
}
.choose-details .detail ul {
  font-size: 22px;
  padding-left: 25px;
  margin-top: 10px;
  color: #00747b;
}
@media (min-width: 992px) {
  .choose-details .detail ul {
    flex: 1;
  }
}
.choose-details .detail ul li:not(:last-child) {
  margin-bottom: 10px;
}

.container-video {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 50px;
}
.container-video .content-video {
  position: relative;
}
.container-video .content-video .player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 2;
}

.subscribe-button {
  font-size: 20px;
  border: 0;
  background-color: #e75f64;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  width: 300px;
  max-width: 100%;
  margin: 30px auto;
  cursor: pointer;
}

.aqualovers-club-canvas .particles-js-canvas-el {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.py-6 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.img-logo {
  width: 100%;
  max-width: 480px;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.text-titles-h1 {
  font-size: 46px;
  line-height: 1.1;
  color: #00588c;
  margin-bottom: 0;
}

.text-titles-h3 {
  font-size: 25px;
  font-weight: 700;
  color: #00588c;
  margin-bottom: 0;
}

.bg-primary-custom {
  background-color: #00588c;
}

.text-titles {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}

.text-contents {
  font-size: 24px;
  color: #00588c;
}

.card-bg1 {
  background-color: rgba(167, 201, 221, 0.68);
  text-align: center;
  padding: 20px;
  color: #00588c;
  border: 0;
  margin-bottom: 0;
  height: 100%;
}
.card-bg1 .card-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.card-bg1 p {
  font-size: 20px;
}
.card-bg1 .custom-button-cyan {
  background-color: #5bc5f2;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.card-bg1 .custom-button-green {
  display: flex;
  margin-top: auto;
  background-color: #52ae32;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.card-bg-2 {
  background-color: #cdebf4;
  text-align: center;
  padding: 20px;
  color: #00588c;
  border: 0;
  margin-bottom: 0;
  height: 100%;
  border-radius: 10px;
}
.card-bg-2 p {
  font-size: 20px;
}

.aqualovers-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.aqualovers-list li {
  font-size: 24px;
  color: #00588c;
}

.aqualovers-table {
  text-align: left;
  background-color: #cdebf4;
  padding: 20px;
  border: 0;
  margin-bottom: 0;
  border-radius: 5px;
}
.aqualovers-table .aqualovers-item {
  display: flex;
}
@media (max-width: 991.98px) {
  .aqualovers-table .aqualovers-item {
    flex-direction: column;
  }
}
.aqualovers-table .aqualovers-item:not(:last-child) {
  margin-bottom: 30px;
}
.aqualovers-table .aqualovers-item .text-titles-h3 {
  flex: 1;
  margin-bottom: 5px;
}
.aqualovers-table .aqualovers-item li {
  position: relative;
  font-size: 20px;
}
.aqualovers-table .aqualovers-item li:not(:last-child) {
  margin-bottom: 20px;
}
.aqualovers-table .aqualovers-item li .icon {
  position: absolute;
  top: 0;
  left: -40px;
  height: 30px;
  width: 30px;
}

.experience-commerce_layouts-mobileGrid1r1c {
  overflow: hidden;
}

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

.monopro-section h1,
.monopro-section h2,
.monopro-section h3,
.monopro-section h4,
.monopro-section h5,
.monopro-section h6,
.brand-page-section h1,
.brand-page-section h2,
.brand-page-section h3,
.brand-page-section h4,
.brand-page-section h5,
.brand-page-section h6 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #002857;
}
@media (max-width: 991.98px) {
  .monopro-section h1,
.monopro-section h2,
.monopro-section h3,
.monopro-section h4,
.monopro-section h5,
.monopro-section h6,
.brand-page-section h1,
.brand-page-section h2,
.brand-page-section h3,
.brand-page-section h4,
.brand-page-section h5,
.brand-page-section h6 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.monopro-section h1,
.brand-page-section h1 {
  line-height: 40px;
}
.monopro-section p,
.brand-page-section p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
}
.monopro-section .ITC-container a,
.brand-page-section .ITC-container a {
  cursor: default;
}
.monopro-section .ITC-container a img,
.brand-page-section .ITC-container a img {
  margin-bottom: 10px;
}
.monopro-section .ITC-container p,
.brand-page-section .ITC-container p {
  margin-bottom: 0;
}
.monopro-section .ITC-container p strong,
.brand-page-section .ITC-container p strong {
  color: #002857;
}
.monopro-section .image-fluid,
.brand-page-section .image-fluid {
  max-width: 100%;
  height: auto;
}
.monopro-section.white h1,
.monopro-section.white h2,
.monopro-section.white h3,
.monopro-section.white h4,
.monopro-section.white h5,
.monopro-section.white h6,
.brand-page-section.white h1,
.brand-page-section.white h2,
.brand-page-section.white h3,
.brand-page-section.white h4,
.brand-page-section.white h5,
.brand-page-section.white h6 {
  color: #fff;
}
.monopro-section.white p,
.brand-page-section.white p {
  color: #000;
}
.monopro-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText *,
.monopro-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText *,
.brand-page-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText *,
.brand-page-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText * {
  color: #fff;
}
.monopro-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText .image-component,
.monopro-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText .image-component,
.brand-page-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText .image-component,
.brand-page-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText .image-component {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .monopro-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText .image-component,
.monopro-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText .image-component,
.brand-page-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText .image-component,
.brand-page-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText .image-component {
    margin-bottom: 50px;
  }
}
.monopro-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText .image-component img,
.monopro-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText .image-component img,
.brand-page-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText .image-component img,
.brand-page-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText .image-component img {
  height: 65px !important;
  width: 65px !important;
  margin-bottom: 20px !important;
}
.monopro-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText p,
.monopro-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText p,
.brand-page-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText p,
.brand-page-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText p {
  font-size: 16px;
}
.monopro-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText h2,
.monopro-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText h2,
.brand-page-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText h2,
.brand-page-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.monopro-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText h3,
.monopro-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText h3,
.brand-page-section .experience-commerce_layouts-mobileGrid1r3c .experience-commerce_assets-imageAndText h3,
.brand-page-section .experience-commerce_layouts-mobileGrid1r4c .experience-commerce_assets-imageAndText h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .monopro-section .experience-commerce_layouts-mobileGrid1r3c,
.monopro-section .experience-commerce_layouts-mobileGrid1r4c,
.brand-page-section .experience-commerce_layouts-mobileGrid1r3c,
.brand-page-section .experience-commerce_layouts-mobileGrid1r4c {
    margin-bottom: 0;
  }
}
.monopro-section .experience-commerce_assets-videoTile .video-tile-container,
.brand-page-section .experience-commerce_assets-videoTile .video-tile-container {
  --plyr-color-main: rgb(0, 40, 87);
}
@media (min-width: 992px) {
  .monopro-section .experience-commerce_assets-cardImageAndText,
.brand-page-section .experience-commerce_assets-cardImageAndText {
    height: 100%;
  }
}
.monopro-section .content-wrapper,
.brand-page-section .content-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .monopro-section .content-wrapper,
.brand-page-section .content-wrapper {
    margin-top: 15px;
  }
}
.monopro-section .plyr--vimeo,
.brand-page-section .plyr--vimeo {
  border-radius: 20px;
  border: 2px solid #c3d7ec;
  background-color: #fff;
}
.monopro-section .plyr--vimeo .plyr__video-embed,
.brand-page-section .plyr--vimeo .plyr__video-embed {
  background-color: #fff;
}

@media (min-width: 992px) {
  .monopro-section-cstm .experience-commerce_assets-editorialContent {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  #monopro-news-carousel {
    padding-bottom: 30px;
  }
}
#monopro-news-carousel .splide__pagination button.is-active {
  background-color: #002857;
}

.wizard-layout .side-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .wizard-layout .side-image {
    display: none;
  }
}
.wizard-layout .btn-wizard {
  color: #fff;
  font-size: 14px;
  background-color: #002857;
  border: 1px solid #002857;
  border-radius: 5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0 auto;
}
.wizard-layout .btn-wizard .isicon--icon-arrow-white {
  transform: rotate(90deg);
  margin-left: 12px;
}
.wizard-layout .btn-wizard[aria-expanded=true] .isicon--icon-arrow-white {
  transform: rotate(-90deg);
}
.wizard-layout .btn-wizard-close {
  color: #002857;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #002857;
  border-radius: 5px;
  letter-spacing: 0.6px;
  margin: 20px auto 0;
}
.wizard-layout .btn-wizard-close .isicon--icon-arrow-blue {
  transform: rotate(-90deg);
  margin-left: 12px;
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-step-container,
.wizard-layout .wizard-intro,
.wizard-layout .wizard-result {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.wizard-layout .wizard-step-container.hide-wizard-slide,
.wizard-layout .wizard-intro.hide-wizard-slide,
.wizard-layout .wizard-result.hide-wizard-slide {
  display: none;
}
.wizard-layout .wizard-intro {
  height: 800px;
}
@media (max-width: 1399.98px) {
  .wizard-layout .wizard-intro {
    height: 700px;
  }
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-intro {
    height: auto;
  }
}
@media (min-width: 768px) {
  .wizard-layout .wizard-intro .wizard-intro-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-intro .wizard-intro-img {
    margin-bottom: 50px;
  }
}
.wizard-layout .wizard-intro .wizard-mobile-logo {
  position: absolute;
  top: -25px;
  left: 15%;
}
@media (min-width: 768px) {
  .wizard-layout .wizard-intro .wizard-mobile-logo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-intro .wizard-mobile-logo {
    display: block;
  }
}
.wizard-layout .wizard-intro .wizard-intro-title {
  color: #002857;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.wizard-layout .wizard-intro .js-wizard-start-test-button {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #002857;
  border-radius: 22px;
  padding: 9px 50px;
  margin: 40px auto auto;
}
.wizard-layout .wizard-step-container {
  height: 800px;
}
@media (max-width: 1399.98px) {
  .wizard-layout .wizard-step-container {
    height: 700px;
  }
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-step-container {
    height: auto;
  }
}
.wizard-layout .wizard-step-container .step-status {
  text-align: center;
  display: inline-flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 120px;
}
@media (max-width: 1399.98px) {
  .wizard-layout .wizard-step-container .step-status {
    margin: 0 auto 50px;
  }
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-step-container .step-status {
    margin: 0 auto 35px;
  }
}
@media (min-width: 768px) {
  .wizard-layout .wizard-step-container .step-status {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .wizard-layout .wizard-step-container .step-status {
    gap: 18px;
  }
}
.wizard-layout .wizard-step-container .step-status .ss-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  border: 1px solid #979797;
  border-radius: 50%;
  font-size: 0;
  color: #979797;
  background-color: #fff;
}
.wizard-layout .wizard-step-container .step-status .ss-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  border: 1px solid #979797;
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .wizard-layout .wizard-step-container .step-status .ss-item:not(:last-child)::before {
    width: 14px;
  }
}
.wizard-layout .wizard-step-container .step-status .ss-item::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  border: 1px solid #979797;
  border-radius: 50%;
}
.wizard-layout .wizard-step-container .step-status .ss-item.active {
  color: #002857;
  height: 28px;
  width: 28px;
  font-size: 14px;
}
.wizard-layout .wizard-step-container .step-status .ss-item.active:not(:last-child)::before {
  left: 30px;
}
.wizard-layout .wizard-step-container .step-status .ss-item.active::after {
  height: 34px;
  width: 34px;
}
.wizard-layout .wizard-step-container .step-status .ss-item.done, .wizard-layout .wizard-step-container .step-status .ss-item.last-done {
  height: 18px;
  width: 18px;
  font-size: 12px;
}
.wizard-layout .wizard-step-container .step-status .ss-item.done:not(:last-child)::before, .wizard-layout .wizard-step-container .step-status .ss-item.last-done:not(:last-child)::before {
  left: 20px;
}
@media (max-width: 991.98px) {
  .wizard-layout .wizard-step-container .step-status .ss-item.done:not(:last-child)::before, .wizard-layout .wizard-step-container .step-status .ss-item.last-done:not(:last-child)::before {
    width: 13px;
  }
}
.wizard-layout .wizard-step-container .step-status .ss-item.done::after, .wizard-layout .wizard-step-container .step-status .ss-item.last-done::after {
  height: 24px;
  width: 24px;
}
.wizard-layout .wizard-step-container .step-status .ss-item.active, .wizard-layout .wizard-step-container .step-status .ss-item.done, .wizard-layout .wizard-step-container .step-status .ss-item.last-done {
  background-color: #c3d7ec;
  border-color: #002857;
}
.wizard-layout .wizard-step-container .step-status .ss-item.active::before, .wizard-layout .wizard-step-container .step-status .ss-item.active::after, .wizard-layout .wizard-step-container .step-status .ss-item.done::before, .wizard-layout .wizard-step-container .step-status .ss-item.done::after, .wizard-layout .wizard-step-container .step-status .ss-item.last-done::before, .wizard-layout .wizard-step-container .step-status .ss-item.last-done::after {
  border-color: #002857;
}
.wizard-layout .wizard-step-container .step-status .ss-item.last-done {
  background-color: #002857;
}
.wizard-layout .wizard-step-container .wizard-step-title {
  color: #002857;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.wizard-layout .wizard-step-container .flavor-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.wizard-layout .wizard-step-container .wizard-button {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #002857;
  border-radius: 24px;
  width: 100%;
  transition: background-color 0.3s ease;
}
.wizard-layout .wizard-step-container .wizard-button.animalType {
  padding: 24px;
}
.wizard-layout .wizard-step-container .wizard-button.animalType img {
  width: 100px;
  height: auto;
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-step-container .wizard-button.animalType img {
    width: 80px;
  }
}
.wizard-layout .wizard-step-container .wizard-button.flavor {
  padding: 10px;
}
@media (min-width: 768px) {
  .wizard-layout .wizard-step-container .wizard-button.flavor {
    max-width: 60px;
  }
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-step-container .wizard-button.flavor {
    border-radius: 15px;
    max-width: 80px;
  }
}
.wizard-layout .wizard-step-container .wizard-button.flavor img {
  width: 100%;
  height: auto;
}
.wizard-layout .wizard-step-container .wizard-button.selected {
  background-color: #002857;
}
.wizard-layout .wizard-step-container .wizard-range {
  margin-top: 10px;
}
.wizard-layout .wizard-step-container .wizard-range .wizard-range-title {
  font-size: 18px;
  color: #002857;
}
.wizard-layout .wizard-step-container .wizard-range .rounded-circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 0 none;
  background-color: #002857;
}
.wizard-layout .wizard-step-container .wizard-range .rounded-circle.disabled {
  background-color: #979797;
}
.wizard-layout .wizard-step-container .wizard-range input {
  width: 80px;
  border: 2px solid #002857;
  border-radius: 20px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #002857;
  text-align: center;
}
.wizard-layout .wizard-step-container .wizard-range ~ .adultExpectedWeight-container {
  margin-top: 20px;
}
.wizard-layout .wizard-step-container .wizard-step-label {
  color: #002857;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .wizard-layout .wizard-step-container .wizard-step-label {
    font-size: 15px;
  }
}
.wizard-layout .wizard-step-container .wizard-text {
  margin-top: 20px;
}
.wizard-layout .wizard-step-container .wizard-text input {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  border: 1px solid #002857;
  border-radius: 8px;
  padding: 15px 16px;
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  color: #002857;
  transition: box-shadow 0.3s ease;
}
.wizard-layout .wizard-step-container .wizard-text input::placeholder {
  color: #c2deff;
  opacity: 1;
}
.wizard-layout .wizard-step-container .wizard-text input:focus {
  box-shadow: 2px 2px 0 0 #002857;
}
.wizard-layout .wizard-step-container .js-wizard-navigation-buttons {
  margin: auto auto 20px;
  color: #002857;
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-step-container .js-wizard-navigation-buttons {
    margin: 30px auto 0;
  }
}
.wizard-layout .wizard-step-container .js-wizard-navigation-buttons .js-wizard-previous-question {
  transform: rotate(180deg);
}
.wizard-layout .wizard-step-container .js-wizard-navigation-buttons .js-wizard-previous-question,
.wizard-layout .wizard-step-container .js-wizard-navigation-buttons .js-wizard-next-question {
  border: 0 none;
}
.wizard-layout .wizard-step-container .js-wizard-next-question {
  stroke: #002857;
}
.wizard-layout .wizard-step-container .js-wizard-next-question.disabled #HP-desk-dev {
  stroke: #979797;
}
.wizard-layout .wizard-step-container .wizard-select {
  max-width: 400px;
  width: 100%;
  border: 1px solid #002857;
  border-radius: 8px;
  padding: 16px;
  height: auto;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #002857;
  margin: 0 auto;
  margin-top: 20px;
  transition: box-shadow 0.3s ease;
}
.wizard-layout .wizard-step-container .wizard-select:focus {
  box-shadow: 2px 2px 0 0 #002857;
}
.wizard-layout .wizard-step-container .additional-info-container {
  border: 1px solid #002857;
  border-radius: 8px;
  background-color: #ebf4ff;
  color: #002857;
  padding: 16px;
  margin: 25px auto 0;
  max-width: 400px;
}
.wizard-layout .wizard-step-container .additional-info-container .media-body {
  text-align: left;
  margin-left: 10px;
}
.wizard-layout .wizard-step-container .additional-info-container .media-body p {
  margin-bottom: 0;
  letter-spacing: 0.4px;
  line-height: 20px;
}
.wizard-layout .wizard-step-container .additional-info-container .media-body p a {
  color: #002857;
  text-decoration: underline;
}
.wizard-layout .wizard-step-container .additional-info-container .media-body p a:hover {
  color: #002857;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper {
  margin-top: 20px;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio {
  padding: 0;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio:not(:first-child) {
  margin-top: 10px;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-input:checked ~ .custom-control-label {
  box-shadow: 2px 2px 0 0 #002857;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #002857;
  background-color: #fff;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23002857'/%3E%3C/svg%3E");
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #002857;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  border: 1px solid #002857;
  border-radius: 8px;
  padding: 16px 16px 16px 40px;
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  color: #002857;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  transition: box-shadow 0.3s ease;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-label::before, .wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-label::after {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  box-shadow: none;
  outline: none;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-label::before {
  border: #002857 solid 2px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #fff;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-label::before {
    transition: none;
  }
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-label::after {
  background: 50%/50% 50% no-repeat;
}
.wizard-layout .wizard-step-container .wizard-radio-wrapper .wizard-radio .custom-control-label:hover {
  cursor: pointer;
}
.wizard-layout .wizard-step-container .wizard-checkbox {
  padding: 0;
  text-align: left;
  max-width: 400px;
  margin: 15px auto 0;
}
.wizard-layout .wizard-step-container .wizard-checkbox.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #002857;
  border-color: #002857;
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #002857;
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-label {
  position: relative;
  margin-bottom: 0;
  color: #002857;
  vertical-align: top;
  letter-spacing: 0.4px;
  padding-left: 25px;
  user-select: none;
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-label::before, .wizard-layout .wizard-step-container .wizard-checkbox .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  outline: none;
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-label::before {
  border-radius: 4px;
  border: 1px solid #002857;
  pointer-events: none;
  background-color: #fff;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wizard-layout .wizard-step-container .wizard-checkbox .custom-control-label::before {
    transition: none;
  }
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-label::after {
  background: 50%/50% 50% no-repeat;
}
.wizard-layout .wizard-step-container .wizard-checkbox .custom-control-label:focus {
  outline: none;
}
@media (min-width: 768px) {
  .wizard-layout .wizard-recap-column .step-status {
    margin: 0 auto;
  }
}
.wizard-layout .wizard-recap-column .js-wizard-recap {
  text-align: left;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wizard-layout .wizard-recap-column .js-wizard-recap {
    width: 80%;
  }
}
.wizard-layout .wizard-recap-column .js-wizard-recap .wizard-container {
  background-color: #fff;
  border: 2px solid #002857;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 1px 1px #002857;
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-recap-column .js-wizard-recap .wizard-container {
    flex-direction: column;
    padding: 20px;
  }
}
.wizard-layout .wizard-recap-column .js-wizard-recap .wizard-container .media-body {
  flex: 1;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #002857;
  line-height: 26px;
  width: 100%;
}
@media (min-width: 992px) {
  .wizard-layout .wizard-recap-column .js-wizard-recap .wizard-container .media-body {
    margin-left: 20px;
  }
}
.wizard-layout .wizard-recap-column .js-wizard-navigation-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto 20px;
}
@media (max-width: 767.98px) {
  .wizard-layout .wizard-recap-column .js-wizard-navigation-buttons {
    margin: 30px auto 0;
  }
}
.wizard-layout .wizard-recap-column .js-wizard-navigation-buttons .js-submit-wizard-form {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #002857;
  border-radius: 22px;
  padding: 9px 25px;
}
.wizard-layout .wizard-result {
  padding-top: 50px;
  padding-bottom: 50px;
}
.wizard-layout .wizard-result .js-wizard-result-quantities {
  max-width: 400px;
  margin: 0 auto;
}
.wizard-layout .wizard-result .wizard-result-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #002857;
  margin-bottom: 20px;
}
.wizard-layout .wizard-result .wizard-result-title.title-with-subtext {
  margin-bottom: 8px;
}
.wizard-layout .wizard-result .wizard-result-products-disclaimer {
  font-size: 12px;
  margin-bottom: 20px;
}
.wizard-layout .wizard-result .wizard-result-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.wizard-layout .wizard-result .wizard-result-container .js-wizard-result-image-0,
.wizard-layout .wizard-result .wizard-result-container .js-wizard-result-image-1 {
  display: block;
  border-radius: 8px;
  max-width: 250px;
  height: auto;
}
.wizard-layout .wizard-result .wizard-result-container .js-wizard-result-value-0,
.wizard-layout .wizard-result .wizard-result-container .js-wizard-result-value-1 {
  font-size: 18px;
  font-weight: 700;
  color: #002857;
}
.wizard-layout .wizard-result .wizard-result-container .js-wizard-result-label {
  font-size: 18px;
  color: #002857;
}
.wizard-layout .wizard-result .item-quantity,
.wizard-layout .wizard-result .item-product {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #002857;
  padding: 16px;
  font-size: 16px;
  color: #002857;
  box-shadow: 2px 2px 0 0 #002857;
}
.wizard-layout .wizard-result .item-quantity .custom-plus,
.wizard-layout .wizard-result .item-product .custom-plus {
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
}
.wizard-layout .wizard-result .item-product {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  height: 100%;
  align-items: center;
}
.wizard-layout .wizard-result .item-product img {
  max-width: 200px;
}
.wizard-layout .wizard-result .item-product .wizard-product-page-link {
  padding: 12px 24px;
  border-radius: 8px;
  margin: auto auto 0;
}
.wizard-layout .wizard-result .additional-info-container {
  border: 1px solid #002857;
  border-radius: 8px;
  background-color: #ebf4ff;
  color: #002857;
  padding: 16px;
  margin: 25px auto 0;
  max-width: 400px;
}
.wizard-layout .wizard-result .additional-info-container .media-body {
  text-align: left;
  margin-left: 10px;
}
.wizard-layout .wizard-result .additional-info-container .media-body p {
  margin-bottom: 0;
  letter-spacing: 0.4px;
  line-height: 20px;
}
.wizard-layout .wizard-result .additional-info-container .media-body p a {
  color: #002857;
  text-decoration: underline;
}
.wizard-layout .wizard-result .additional-info-container .media-body p a:hover {
  color: #002857;
}
.wizard-layout .wizard-result .wizard-product-page-link {
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #002857;
  border-radius: 22px;
  padding: 9px 20px;
  margin: 20px auto auto;
  letter-spacing: 0.6px;
}
.wizard-layout .wizard-result .wizard-product-page-link:hover {
  text-decoration: none;
}
.wizard-layout .wizard-result .suggestion-wizard-splide {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
  outline: none;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .wizard-layout .wizard-result .suggestion-wizard-splide {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
  }
}
.wizard-layout .wizard-result .suggestion-wizard-splide.is-active .splide__list {
  display: flex;
}
.wizard-layout .wizard-result .suggestion-wizard-splide .additional-info-container {
  max-width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .wizard-layout .wizard-result .suggestion-wizard-splide .additional-info-container {
    height: 100%;
  }
}
.wizard-layout .wizard-result .suggestion-wizard-splide .splide__arrows {
  display: none;
}
@media (min-width: 768px) {
  .wizard-layout .wizard-result .suggestion-wizard-splide .splide__pagination {
    display: none;
  }
}
.wizard-layout .wizard-result .suggestion-wizard-splide .splide__pagination button.is-active {
  background-color: #002857;
}
@media (max-width: 767.98px) {
  .wizard-layout #additional-info-physical-state-modal {
    padding: 0;
  }
  .wizard-layout #additional-info-physical-state-modal .modal-dialog-centered {
    align-items: end;
  }
}
.wizard-layout #additional-info-physical-state-modal .modal-content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wizard-layout #additional-info-physical-state-modal .modal-content .modal-body h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #002857;
  margin-bottom: 20px;
}
.wizard-layout #additional-info-physical-state-modal .modal-content .modal-body .info-wrapper {
  padding: 16px;
  background-color: #ebf4ff;
  color: #002857;
  margin-top: 10px;
  border-radius: 8px;
}
.wizard-layout #additional-info-physical-state-modal .modal-content .modal-body .info-wrapper .info-title {
  line-height: 20px;
  margin-bottom: 8px;
}
.wizard-layout #additional-info-physical-state-modal .modal-content .modal-body .info-wrapper ul {
  padding-left: 25px;
}
.wizard-layout #additional-info-physical-state-modal .modal-content .modal-body .info-wrapper ul li::marker {
  font-size: 18px;
}
.wizard-layout #additional-info-physical-state-modal .modal-content .modal-body .info-wrapper p {
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-bottom: 0;
}

.work-with-us-container h2 {
  font-weight: bold;
  font-size: 30px;
}
.work-with-us-container p {
  font-size: 18px;
}

.section-title {
  line-height: normal;
  color: #356d39;
  text-align: center;
}
.section-title .highlight {
  color: #e6ac00;
}

.intro-section .image-container {
  width: 100%;
  padding-top: 30%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .intro-section .image-container {
    padding-top: 35%;
  }
}
@media (max-width: 767.98px) {
  .intro-section .image-container {
    padding-top: 50%;
  }
}
@media (max-width: 575.98px) {
  .intro-section .image-container {
    padding-top: 70%;
  }
}
@media (min-width: 1200px) {
  .intro-section .image-container {
    padding-top: 20%;
  }
}
.intro-section .cropped-image {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .intro-section .cropped-image {
    width: 135%;
  }
}
@media (max-width: 767.98px) {
  .intro-section .cropped-image {
    width: 150%;
  }
}
@media (max-width: 575.98px) {
  .intro-section .cropped-image {
    width: 220%;
  }
}
@media (min-width: 1200px) {
  .intro-section .cropped-image {
    top: 42%;
  }
}
.intro-section .intro-title {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.carousel-section .work-with-us-carousel-splide {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
  outline: none;
}
.carousel-section .work-with-us-carousel-splide.is-active .splide__list {
  display: flex;
}
.carousel-section .caption {
  margin-bottom: 15px;
}
.carousel-section .caption p {
  margin-bottom: 15px;
}

.work-with-us-button {
  text-align: center;
  width: 175px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.work-with-us-button.active {
  opacity: 0.5;
  pointer-events: none;
}

.allibo-plugin {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f4;
  color: #a8a0a0;
}
.allibo-plugin .aw_jobList .aw_select {
  background-color: #fff;
  padding-inline-start: 20px;
}
@media (max-width: 767.98px) {
  .allibo-plugin .aw_jobList .aw_searchBox {
    position: relative;
  }
}
.allibo-plugin .aw_jobList .aw_searchBox .aw_searchButton:hover {
  color: #356d39;
}
@media (max-width: 767.98px) {
  .allibo-plugin .aw_jobList .aw_searchBox .aw_searchButton {
    position: relative;
    top: 50%;
    transform: translate(0%, 55%);
  }
}
.allibo-plugin .aw_jobList .aw_title {
  color: #356d39;
}
.allibo-plugin .aw_jobList .aw_jobPosting {
  background-color: #fff;
  padding-inline-start: 20px;
}
@media (min-width: 992px) {
  .allibo-plugin .aw_jobList {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .allibo-plugin {
    padding: 40px 20px 20px;
  }
}

.bottom-section {
  margin-top: 40px;
}

.icons-container {
  margin: 50px 160px 20px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .icons-container {
    margin-inline: 40px;
  }
}
@media (max-width: 575.98px) {
  .icons-container {
    margin-inline: 20px;
  }
}
.icons-container .icon-label {
  margin-top: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #356d39;
}

.custom-splide-track {
  display: flex !important;
  margin-top: -20px !important;
  padding: 0 0 20px !important;
}

.custom-splide-dot {
  border: 2px solid #356d39 !important;
  background-color: #fff !important;
}
.custom-splide-dot.is-active {
  background-color: #356d39 !important;
}

.isola-plus-title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 0;
}

.isola-plus-text {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}
.isola-plus-text span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.isola-plus-text span.isola {
  color: #356d39;
}
.isola-plus-text span.plus {
  color: #58ab27;
}

.hero-isola-plus-intro,
.hero-isola-plus-desc {
  text-align: center;
  padding: 50px 0;
}

.hero-isola-plus-intro {
  box-shadow: 0 35px 28px -25px rgba(0, 0, 0, 0.05);
}

.hero-isola-plus-desc-2 {
  text-align: center;
  background-color: #fff8e0;
}
.hero-isola-plus-desc-2 .icon {
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.hero-isola-plus-desc-2 .icon img {
  width: 100%;
  height: auto;
}

.btn-isola-plus,
.btn-isola-plus-yellow {
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
  border-radius: 8px;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 240px;
}

.btn-isola-plus-yellow {
  color: #356d39;
  background-color: #ffd33d;
  border-color: #ffd33d;
}

.hero-isola-plus-info-2 {
  padding: 50px 0;
}
.hero-isola-plus-info-2 .fidelity-advantages-wrapper {
  background-color: #f2ffec;
  border-radius: 10px;
  padding: 40px;
}
.hero-isola-plus-info-2 .fidelity-advantages-wrapper .title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 25px;
}
.hero-isola-plus-info-2 .fidelity-advantages-wrapper .media {
  display: flex;
  align-items: center;
}
.hero-isola-plus-info-2 .fidelity-advantages-wrapper .media:not(:last-child) {
  margin-bottom: 15px;
}
.hero-isola-plus-info-2 .fidelity-advantages-wrapper .media .media-body {
  flex: 1;
}
.hero-isola-plus-info-2 .fidelity-advantages-wrapper .media .media-body p {
  margin-bottom: 0;
}
.hero-isola-plus-info-2 .fidelity-advantages-wrapper .media .media-body p span {
  text-decoration: underline;
  font-weight: 700;
}
.hero-isola-plus-info-2 .fidelity-advantages-wrapper .media .media-body p .isola-plus-link {
  text-decoration: underline;
  font-weight: 700;
}
.hero-isola-plus-info-2 .iframe-wrapper {
  border-radius: 10px;
  padding: 20px 40px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.hero-isola-plus-info-2 .iframe-wrapper .title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 25px;
}

.hero-isola-plus-brand {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .hero-isola-plus-brand .col-md-auto {
    display: flex;
    flex-direction: column;
  }
}
.hero-isola-plus-brand .brand-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .hero-isola-plus-brand .brand-item {
    width: 150px;
    height: 100%;
  }
}
.hero-isola-plus-brand .brand-item .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 30px auto 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0);
  padding: 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .hero-isola-plus-brand .brand-item .wrapper {
    height: 100%;
    max-height: 150px;
  }
}
.hero-isola-plus-brand .brand-item .wrapper::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border: 4px solid transparent;
  border-radius: 20px;
  pointer-events: none;
  transition: border 0.3s ease;
}
.hero-isola-plus-brand .brand-item .wrapper img {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .hero-isola-plus-brand .brand-item .wrapper img {
    border-radius: 15px;
  }
}
.hero-isola-plus-brand .brand-item .brand-title {
  font-size: 13px;
  letter-spacing: 0.6px;
  text-align: center;
  max-width: 150px;
  margin: 15px auto;
}
.hero-isola-plus-brand .brand-item:hover .wrapper {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  border-color: transparent;
}
.hero-isola-plus-brand .brand-item:hover .wrapper::before {
  border: 4px solid #58ab27;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .hero-isola-plus-brand .brand-item:hover .wrapper::before {
    border: 2px solid #58ab27;
    border-radius: 15px;
  }
}

.hero-isola-plus-faq {
  padding-top: 50px;
}
.hero-isola-plus-faq .accordion .accordion-content {
  border-bottom: 1px solid #d8d8d8;
}
.hero-isola-plus-faq .accordion .accordion-content > div {
  transition: background-color 0.3s ease;
}
.hero-isola-plus-faq .accordion .accordion-content > div.highlight {
  background-color: rgba(88, 171, 39, 0.15);
}
.hero-isola-plus-faq .accordion .accordion-content h3 {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.6px;
  color: #356d39;
  padding: 15px 0;
  margin-bottom: 0;
}
.hero-isola-plus-faq .accordion .accordion-content.open .plus {
  display: none;
}
.hero-isola-plus-faq .accordion .accordion-content.open .minus {
  display: block;
}
.hero-isola-plus-faq .isicon {
  display: block;
  flex: 1 0 auto;
  margin-left: 16px;
}
.hero-isola-plus-faq .isicon.minus {
  display: none;
}

/*# sourceMappingURL=main.css.map*/