.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
@charset "UTF-8";
/*!
Theme Name: Formula Norma Bustos 2025 by 6vStudio
Text Domain: 6vstudio
Version: 1.0.Webpack!
Author: 6vStudio
Author URI: https://6vstudio.com/
!*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
#is-popup-wrapper .is-form-style input.is-search-input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input,
#is-popup-wrapper .is-form-style input.is-search-input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

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

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

@-webkit-keyframes bounceLeft {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  60% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}

@keyframes bounceLeft {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  60% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}
@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  60% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  60% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
}
@-webkit-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.fa,
.fas,
.far,
.before-arrow:after,
.after-arrow:after,
footer .contacto-footer a:after,
.fal,
.fab,
.social-network:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.social-network:before, .before-arrow:after, .after-arrow:after, footer .contacto-footer a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -0.125em;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fa-pull-left.before-arrow:after,
.fa-pull-left.after-arrow:after,
footer .contacto-footer a.fa-pull-left:after,
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.social-network:before {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fa-pull-right.before-arrow:after,
.fa-pull-right.after-arrow:after,
footer .contacto-footer a.fa-pull-right:after,
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.social-network:before {
  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(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.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-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

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

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

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(assets/dist/fonts/fa-regular-400.eot);
  src: url(assets/dist/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(assets/dist/fonts/fa-regular-400.woff2) format("woff2"), url(assets/dist/fonts/fa-regular-400.woff) format("woff"), url(assets/dist/fonts/fa-regular-400.ttf) format("truetype"), url(assets/dist/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far, .before-arrow:after, .after-arrow:after, footer .contacto-footer a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(assets/dist/fonts/fa-solid-900.eot);
  src: url(assets/dist/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(assets/dist/fonts/fa-solid-900.woff2) format("woff2"), url(assets/dist/fonts/fa-solid-900.woff) format("woff"), url(assets/dist/fonts/fa-solid-900.ttf) format("truetype"), url(assets/dist/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 5 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(assets/dist/fonts/fa-brands-400.woff2) format("woff2"), url(assets/dist/fonts/fa-brands-400.ttf) format("truetype");
}
.fab, .social-network:before {
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
}

.fa-monero {
  --fa: "";
}

.fa-monero:before {
  content: "";
}

.fa-hooli {
  --fa: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp {
  --fa: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa {
  --fa: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm {
  --fa: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware {
  --fa: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc {
  --fa: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws {
  --fa: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat {
  --fa: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast {
  --fa: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare {
  --fa: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups {
  --fa: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv {
  --fa: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer {
  --fa: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog {
  --fa: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity {
  --fa: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath {
  --fa: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads {
  --fa: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order {
  --fa: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx {
  --fa: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded {
  --fa: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv {
  --fa: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js {
  --fa: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square {
  --fa: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft {
  --fa: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq {
  --fa: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid {
  --fa: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java {
  --fa: "";
}

.fa-java:before {
  content: "";
}

.fa-invision {
  --fa: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt {
  --fa: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode {
  --fa: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g {
  --fa: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal {
  --fa: "";
}

.fa-drupal:before {
  content: "";
}

.fa-jxl {
  --fa: "";
}

.fa-jxl:before {
  content: "";
}

.fa-dart-lang {
  --fa: "";
}

.fa-dart-lang:before {
  content: "";
}

.fa-hire-a-helper {
  --fa: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by {
  --fa: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity {
  --fa: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs {
  --fa: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat {
  --fa: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk {
  --fa: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd {
  --fa: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp {
  --fa: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt {
  --fa: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit {
  --fa: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square {
  --fa: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v {
  --fa: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao {
  --fa: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome {
  --fa: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro {
  --fa: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave {
  --fa: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix {
  --fa: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram {
  --fa: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square {
  --fa: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net {
  --fa: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti {
  --fa: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news {
  --fa: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square {
  --fa: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge {
  --fa: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads {
  --fa: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster {
  --fa: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat {
  --fa: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square {
  --fa: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g {
  --fa: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation {
  --fa: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown {
  --fa: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree {
  --fa: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus {
  --fa: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora {
  --fa: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare {
  --fa: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow {
  --fa: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt {
  --fa: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron {
  --fa: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines {
  --fa: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia {
  --fa: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river {
  --fa: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa {
  --fa: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari {
  --fa: "";
}

.fa-safari:before {
  content: "";
}

.fa-google {
  --fa: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke {
  --fa: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt {
  --fa: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian {
  --fa: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in {
  --fa: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean {
  --fa: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr {
  --fa: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast {
  --fa: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote {
  --fa: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news {
  --fa: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling {
  --fa: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal {
  --fa: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons {
  --fa: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring {
  --fa: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons {
  --fa: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin {
  --fa: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk {
  --fa: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen {
  --fa: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt {
  --fa: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft {
  --fa: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev {
  --fa: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows {
  --fa: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast {
  --fa: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo {
  --fa: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square {
  --fa: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup {
  --fa: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos {
  --fa: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn {
  --fa: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith {
  --fa: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse {
  --fa: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt {
  --fa: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble {
  --fa: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square {
  --fa: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie {
  --fa: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node {
  --fa: "";
}

.fa-node:before {
  content: "";
}

.fa-mix {
  --fa: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam {
  --fa: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay {
  --fa: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd {
  --fa: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian {
  --fa: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid {
  --fa: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod {
  --fa: "";
}

.fa-instalod:before {
  content: "";
}

.fa-files-pinwheel {
  --fa: "";
}

.fa-files-pinwheel:before {
  content: "";
}

.fa-expeditedssl {
  --fa: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast {
  --fa: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter {
  --fa: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square {
  --fa: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project {
  --fa: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious {
  --fa: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd {
  --fa: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs {
  --fa: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft {
  --fa: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost {
  --fa: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi {
  --fa: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store {
  --fa: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard {
  --fa: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note {
  --fa: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang {
  --fa: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter {
  --fa: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-square-kickstarter {
  --fa: "";
}

.fa-square-kickstarter:before {
  content: "";
}

.fa-grav {
  --fa: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo {
  --fa: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted {
  --fa: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft {
  --fa: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube {
  --fa: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square {
  --fa: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w {
  --fa: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr {
  --fa: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact {
  --fa: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist {
  --fa: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic {
  --fa: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional {
  --fa: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype {
  --fa: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget {
  --fa: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora {
  --fa: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s {
  --fa: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta {
  --fa: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel {
  --fa: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar {
  --fa: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b {
  --fa: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd {
  --fa: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule {
  --fa: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero {
  --fa: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips {
  --fa: "";
}

.fa-hips:before {
  content: "";
}

.fa-css {
  --fa: "";
}

.fa-css:before {
  content: "";
}

.fa-behance {
  --fa: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit {
  --fa: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord {
  --fa: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome {
  --fa: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios {
  --fa: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover {
  --fa: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner {
  --fa: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence {
  --fa: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace {
  --fa: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb {
  --fa: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub {
  --fa: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon {
  --fa: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay {
  --fa: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon {
  --fa: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash {
  --fa: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn {
  --fa: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam {
  --fa: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square {
  --fa: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px {
  --fa: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo {
  --fa: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square {
  --fa: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik {
  --fa: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome {
  --fa: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag {
  --fa: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full {
  --fa: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay {
  --fa: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple {
  --fa: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive {
  --fa: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken {
  --fa: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase {
  --fa: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay {
  --fa: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet {
  --fa: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay {
  --fa: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github {
  --fa: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square {
  --fa: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon {
  --fa: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex {
  --fa: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework {
  --fa: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify {
  --fa: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos {
  --fa: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads {
  --fa: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank {
  --fa: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate {
  --fa: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift {
  --fa: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular {
  --fa: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap {
  --fa: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative {
  --fa: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator {
  --fa: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire {
  --fa: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira {
  --fa: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar {
  --fa: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab {
  --fa: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square {
  --fa: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari {
  --fa: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper {
  --fa: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress {
  --fa: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt {
  --fa: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox {
  --fa: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode {
  --fa: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads {
  --fa: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki {
  --fa: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square {
  --fa: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle {
  --fa: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith {
  --fa: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle {
  --fa: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4 {
  --fa: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode {
  --fa: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react {
  --fa: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal {
  --fa: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace {
  --fa: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe {
  --fa: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share {
  --fa: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin {
  --fa: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn {
  --fa: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera {
  --fa: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io {
  --fa: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco {
  --fa: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate {
  --fa: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu {
  --fa: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital {
  --fa: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe {
  --fa: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz {
  --fa: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg {
  --fa: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl {
  --fa: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest {
  --fa: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square {
  --fa: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing {
  --fa: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry {
  --fa: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd {
  --fa: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation {
  --fa: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape {
  --fa: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less {
  --fa: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b {
  --fa: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart {
  --fa: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine {
  --fa: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger {
  --fa: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal {
  --fa: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab {
  --fa: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3 {
  --fa: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien {
  --fa: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo {
  --fa: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion {
  --fa: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme {
  --fa: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp {
  --fa: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap {
  --fa: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki {
  --fa: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol {
  --fa: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit {
  --fa: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum {
  --fa: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck {
  --fa: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu {
  --fa: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon {
  --fa: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex {
  --fa: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello {
  --fa: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore {
  --fa: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject {
  --fa: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse {
  --fa: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f {
  --fa: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus {
  --fa: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square {
  --fa: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-web-awesome {
  --fa: "";
}

.fa-web-awesome:before {
  content: "";
}

.fa-mandalorian {
  --fa: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt {
  --fa: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi {
  --fa: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet {
  --fa: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond {
  --fa: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope {
  --fa: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum {
  --fa: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale {
  --fa: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee {
  --fa: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni {
  --fa: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix {
  --fa: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing {
  --fa: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square {
  --fa: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp {
  --fa: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms {
  --fa: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify {
  --fa: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps {
  --fa: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport {
  --fa: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento {
  --fa: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify {
  --fa: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster {
  --fa: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly {
  --fa: "";
}

.fa-fly:before {
  content: "";
}

.fa-square-bluesky {
  --fa: "";
}

.fa-square-bluesky:before {
  content: "";
}

.fa-aviato {
  --fa: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes {
  --fa: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish {
  --fa: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger {
  --fa: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr {
  --fa: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber {
  --fa: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud {
  --fa: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg {
  --fa: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo {
  --fa: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd {
  --fa: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony {
  --fa: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn {
  --fa: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy {
  --fa: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger {
  --fa: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible {
  --fa: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks {
  --fa: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili {
  --fa: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang {
  --fa: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter {
  --fa: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau {
  --fa: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube {
  --fa: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group {
  --fa: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft {
  --fa: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange {
  --fa: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor {
  --fa: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper {
  --fa: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square {
  --fa: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd {
  --fa: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed {
  --fa: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers {
  --fa: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving {
  --fa: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox {
  --fa: "";
}

.fa-xbox:before {
  content: "";
}

.fa-square-web-awesome-stroke {
  --fa: "";
}

.fa-square-web-awesome-stroke:before {
  content: "";
}

.fa-searchengin {
  --fa: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok {
  --fa: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook {
  --fa: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square {
  --fa: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren {
  --fa: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux {
  --fa: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide {
  --fa: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin {
  --fa: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot {
  --fa: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog {
  --fa: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch {
  --fa: "";
}

.fa-twitch:before {
  content: "";
}

.fa-flutter {
  --fa: "";
}

.fa-flutter:before {
  content: "";
}

.fa-ravelry {
  --fa: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer {
  --fa: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm {
  --fa: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square {
  --fa: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo {
  --fa: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley {
  --fa: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry {
  --fa: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma {
  --fa: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix {
  --fa: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay {
  --fa: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox {
  --fa: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram {
  --fa: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid {
  --fa: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork {
  --fa: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook {
  --fa: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire {
  --fa: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order {
  --fa: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit {
  --fa: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt {
  --fa: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator {
  --fa: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah {
  --fa: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds {
  --fa: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation {
  --fa: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer {
  --fa: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp {
  --fa: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-square-upwork {
  --fa: "";
}

.fa-square-upwork:before {
  content: "";
}

.fa-slideshare {
  --fa: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play {
  --fa: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo {
  --fa: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line {
  --fa: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive {
  --fa: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack {
  --fa: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt {
  --fa: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket {
  --fa: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb {
  --fa: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer {
  --fa: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi {
  --fa: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira {
  --fa: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker {
  --fa: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal {
  --fa: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth {
  --fa: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter {
  --fa: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d {
  --fa: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog {
  --fa: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club {
  --fa: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle {
  --fa: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat {
  --fa: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k {
  --fa: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex {
  --fa: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme {
  --fa: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5 {
  --fa: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy {
  --fa: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-square-web-awesome {
  --fa: "";
}

.fa-square-web-awesome:before {
  content: "";
}

.fa-sass {
  --fa: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk {
  --fa: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh {
  --fa: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte {
  --fa: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce {
  --fa: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy {
  --fa: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps {
  --fa: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8 {
  --fa: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p {
  --fa: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper {
  --fa: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome {
  --fa: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze {
  --fa: "";
}

.fa-waze:before {
  content: "";
}

.fa-bluesky {
  --fa: "";
}

.fa-bluesky:before {
  content: "";
}

.fa-cc-jcb {
  --fa: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat {
  --fa: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost {
  --fa: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games {
  --fa: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust {
  --fa: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix {
  --fa: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance {
  --fa: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square {
  --fa: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple {
  --fa: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow {
  --fa: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel {
  --fa: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3 {
  --fa: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked {
  --fa: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle {
  --fa: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome {
  --fa: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart {
  --fa: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel {
  --fa: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g {
  --fa: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git {
  --fa: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square {
  --fa: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr {
  --fa: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square {
  --fa: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello {
  --fa: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp {
  --fa: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket {
  --fa: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte {
  --fa: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt {
  --fa: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly {
  --fa: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop {
  --fa: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub {
  --fa: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie {
  --fa: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco {
  --fa: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python {
  --fa: "";
}

.fa-python:before {
  content: "";
}

.fa-android {
  --fa: "";
}

.fa-android:before {
  content: "";
}

.fa-bots {
  --fa: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp {
  --fa: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill {
  --fa: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js {
  --fa: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal {
  --fa: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git {
  --fa: "";
}

.fa-git:before {
  content: "";
}

.fa-dev {
  --fa: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch {
  --fa: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international {
  --fa: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex {
  --fa: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber {
  --fa: "";
}

.fa-uber:before {
  content: "";
}

.fa-github {
  --fa: "";
}

.fa-github:before {
  content: "";
}

.fa-php {
  --fa: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay {
  --fa: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube {
  --fa: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas {
  --fa: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser {
  --fa: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd {
  --fa: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse {
  --fa: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins {
  --fa: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter {
  --fa: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms {
  --fa: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest {
  --fa: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer {
  --fa: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm {
  --fa: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer {
  --fa: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc {
  --fa: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble {
  --fa: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle {
  --fa: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer {
  --fa: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber {
  --fa: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram {
  --fa: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane {
  --fa: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic {
  --fa: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee {
  --fa: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp {
  --fa: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square {
  --fa: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js {
  --fa: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy {
  --fa: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack {
  --fa: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash {
  --fa: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt {
  --fa: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb {
  --fa: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr {
  --fa: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin {
  --fa: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora {
  --fa: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter {
  --fa: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope {
  --fa: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium {
  --fa: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m {
  --fa: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia {
  --fa: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud {
  --fa: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard {
  --fa: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin {
  --fa: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role {
  --fa: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox {
  --fa: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse {
  --fa: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla {
  --fa: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon {
  --fa: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb {
  --fa: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion {
  --fa: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large {
  --fa: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp {
  --fa: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus {
  --fa: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava {
  --fa: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember {
  --fa: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf {
  --fa: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak {
  --fa: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed {
  --fa: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple {
  --fa: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix {
  --fa: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu {
  --fa: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay {
  --fa: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom {
  --fa: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu {
  --fa: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue {
  --fa: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix {
  --fa: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol {
  --fa: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*SIN REVISAR */
/* TEXT */
/* PRIMARY HIGHLIGHT VARIATIONS  */
/* BACKGROUND */
/*Footer */
/* ON LIGHT BACKGROUND */
/* ON DARK BACKGROUND */
/* STATUS COLORS */
/* BASE COLORS */
/* More text colors */
/*$highlight-text-dark: $c-primary; 

$green: #8BA864; 
$red: #C66D58;

//GRADIENTES
$violeta-grad: #422C4E;
$naranja-grad: #AC654B;*/
/* FUNCTIONS */
.after-arrow:after, footer .contacto-footer a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #B13D3D;
  line-height: inherit;
}
.after-arrow:hover:after, footer .contacto-footer a:hover:after, .after-arrow:active:after, footer .contacto-footer a:active:after, .after-arrow:focus:after, footer .contacto-footer a:focus:after {
  -webkit-animation: bounceLeft 2s infinite;
          animation: bounceLeft 2s infinite;
}

.before-arrow {
  position: relative;
  padding-left: 25px;
}
.before-arrow:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  line-height: inherit;
}
.before-arrow:hover:after, .before-arrow:active:after, .before-arrow:focus:after {
  -webkit-animation: bounceRight 2s infinite;
          animation: bounceRight 2s infinite;
}

.social-network.twitter:before {
  content: "";
}
.social-network.facebook:before {
  content: "";
}
.social-network.instagram:before {
  content: "";
}
.social-network.youtube:before {
  content: "";
}
.social-network.linkedin:before {
  content: "";
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-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, header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item, .col-lg-4, .col-lg-3, .related-products-container .products .product, .col-lg-2, header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item:last-child, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item:last-child, .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, .woocommerce.post-type-archive .products .product, .woocommerce.archive .products .product, .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: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-sm-6, .related-products-container .products .product, .woocommerce.post-type-archive .products .product, .woocommerce.archive .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

  .col-md-4, .related-products-container .products .product, .woocommerce.post-type-archive .products .product, .woocommerce.archive .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .col-lg-2, header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item:last-child, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3, .related-products-container .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

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

  .col-lg-5, header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 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%;
  }
}
.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

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

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

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

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

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

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

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

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

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

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

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

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

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

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

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

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

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

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

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

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

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

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

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

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

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

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

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

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

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

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

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

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

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

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.img-fluid, .woocommerce .products .product img, .splide__slide .product img, .search-results .product img, .editor-styles-wrapper img, .editor-styles-wrapper figure, .editor-text img, .editor-text figure, #tinymce img, #tinymce figure {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

@media (max-width: 479px) {
  .col-xxs-12 {
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    height: auto;
    display: block;
    float: none;
    margin: inherit auto;
  }

  .col-xxs-6 {
    max-width: 50% !important;
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }

  .hidden-xxs {
    display: none !important;
  }

  .col-xxs-push-0 {
    left: 0%;
    right: 0%;
  }

  .visible-xxs-block {
    display: block !important;
  }

  .visible-xxs-inline {
    display: inline !important;
    visibility: visible !important;
  }
}
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 577px) {
  .col-sm-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .visible-xl-block {
    display: block !important;
  }

  .visible-xl-inline {
    display: inline !important;
    visibility: visible !important;
  }
}
.col-xs-80,
.col-sm-80,
.col-md-80,
.col-lg-80 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-80 {
  width: 80%;
  float: left;
}

@media (min-width: 577px) {
  .col-sm-80 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-md-80 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-lg-80 {
    width: 80%;
    float: left;
  }
}
/*@import "vendor/splide-core.min"; 
@import "vendor/splide.min"; */
.splide__arrow {
  background: #B13D3D;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0;
  opacity: 1;
  top: auto;
  -webkit-transform: none;
          transform: none;
  position: relative;
}
.splide__arrow svg {
  height: 0.8em;
  width: 0.8em;
  fill: white;
}

.splide__arrows {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: -15px;
  right: -15px;
  top: 110px;
  width: auto;
}

.splide__arrow--prev, .splide__arrow--next {
  left: auto;
  right: auto;
}

.splide__pagination {
  position: static;
  left: 0;
  -webkit-transform: none;
          transform: none;
  padding-left: 23px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .splide__pagination {
    padding-left: 43px;
  }
}
@media (min-width: 992px) {
  .splide__pagination {
    padding-left: 43px;
  }
}
.splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 3px 12px 3px 0 !important;
  background-color: #B13D3D;
  opacity: 0.3;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #B13D3D;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.splide.singleHeight .splide__slide, .splide.singleHeight .container-fluid, .splide.singleHeight .woocommerce-notices-wrapper, .splide.singleHeight .row {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  /* Font rendering */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

.container-fluid, .woocommerce-notices-wrapper {
  max-width: 1156px;
}
@media (max-width: 1211px) and (min-width: 768px) {
  .container-fluid, .woocommerce-notices-wrapper {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.container-fluid-right {
  width: 100%;
  padding-right: 0;
  padding-left: 15px;
  margin-right: 0;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1211px) {
  .container-fluid-right {
    padding-right: 0;
    padding-left: 55px !important;
  }
}
@media (min-width: 1156px) {
  .container-fluid-right {
    padding-left: calc( (100% - 1156px) / 2 + 15px);
  }
}

@media (min-width: 1306px) {
  .container-outer {
    margin-left: -60px;
    margin-right: -60px;
  }
}

.vertical-centering {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-hero, .page-template-recursos, .page-template-somos, .contacto, .form-registro-profesionales, .single #content, .error404 #content, .blog #content, .archive #content, .home #content, .page-template-default:not(.home), .search-results {
  padding-top: 115px;
}
@media (min-width: 768px) {
  .no-hero, .page-template-recursos, .page-template-somos, .contacto, .form-registro-profesionales, .single #content, .error404 #content, .blog #content, .archive #content, .home #content, .page-template-default:not(.home), .search-results {
    padding-top: 143px;
  }
}
@media (min-width: 992px) {
  .no-hero, .page-template-recursos, .page-template-somos, .contacto, .form-registro-profesionales, .single #content, .error404 #content, .blog #content, .archive #content, .home #content, .page-template-default:not(.home), .search-results {
    padding-top: 200px;
  }
}

.img-link {
  display: block;
}

.page-template-default:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-order):not(.woocommerce-page) .entry {
  margin: 60px 0 100px;
}

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
}

.unclickable > a {
  pointer-events: none;
}

body, body #wrapper, body #content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer {
  margin-top: auto;
}

/* Bordes redondeados inferiores Nugo 25 */
#wrapper {
  background-color: #ffffff;
}

#content {
  border-radius: 0 0 80px 80px;
}
@media (min-width: 768px) {
  #content {
    border-radius: 0 0 140px 140px;
  }
}

.top-section {
  background-size: cover;
  background-position: center top;
}
.top-section.full-height {
  min-height: 95vh;
  /*

  		@media (min-width: $start-md) {
  			min-height: calc(95vh - 150px);
  			max-height: 650px; 
  		}*/
}

.base-light, body.blog, .listing-item .listing-texto, .listing-item .listing-imagen, .base-neutral, .testimoniales .testimonio-container {
  background-color: #ffffff;
  color: #262626;
}
.base-light .primary, body.blog .primary, .listing-item .listing-texto .primary, .listing-item .listing-imagen .primary, .base-neutral .primary, .testimoniales .testimonio-container .primary {
  color: #262626;
}
.base-light .secondary, body.blog .secondary, .listing-item .listing-texto .secondary, .listing-item .listing-imagen .secondary, .base-neutral .secondary, .testimoniales .testimonio-container .secondary {
  color: rgba(38, 38, 38, 0.54);
}
.base-light .disabled, body.blog .disabled, .listing-item .listing-texto .disabled, .listing-item .listing-imagen .disabled, .base-neutral .disabled, .testimoniales .testimonio-container .disabled {
  color: rgba(38, 38, 38, 0.38);
}

.base-neutral, .testimoniales .testimonio-container {
  background-color: #f0f0f0;
}

.base-primary, footer {
  background-color: #b13d3d;
  color: #fff;
}

.base-dark {
  background-color: #262626;
  color: white;
}
.base-dark .primary {
  color: white;
}
.base-dark .secondary {
  color: rgba(255, 255, 255, 0.7);
}
.base-dark .disabled {
  color: rgba(255, 255, 255, 0.3);
}
.base-dark a {
  color: #FFC914;
}

/*.base-light-grey {
	background-color: $light-grey-bg;
	color: $on-light-primary-text;
}
.base-mid-grey {
	background-color: $mid-grey-bg;
	color: $on-light-primary-text;
}*/
/* STATUS COLORS */
.base-success {
  background-color: #549159;
  color: #fff;
}

.base-warning {
  background-color: #eaac00;
  color: #262626;
}

.base-error {
  background-color: #B81C23;
  color: #fff;
}

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

.responsive-container, .page-template-coaching .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video, .page-template-coaching .video iframe,
.page-template-coaching .video object,
.page-template-coaching .video embed,
.page-template-coaching .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.font-cta, .single .end-links .volver, .single .header-row .subhead, header .menu-item:not(.btn-primary) a, .btn, .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .wc-block-cart__submit-container .wc-block-cart__submit-button, .woocommerce-notices-wrapper .button.wc-forward, .woocommerce form.login button[type=submit], .woocommerce body.woocommerce-account .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce-Button, body.woocommerce-account .button, .blogCategoryMenu li a, a.btn, .sub-btn a,
.woocommerce-notices-wrapper a.button, .editor-styles-wrapper blockquote, .editor-styles-wrapper blockquote p, .editor-styles-wrapper blockquote .quote-destacada, .editor-text blockquote, .editor-text blockquote p, .editor-text blockquote .quote-destacada, #tinymce blockquote, #tinymce blockquote p, #tinymce blockquote .quote-destacada, .subhead, h6, .h6, h5, .h5 {
  font-family: "Bebas Neue", sans-serif !important;
  letter-spacing: 0.05em !important;
  font-weight: 400 !important;
}

body, html {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #262626;
}
@media (min-width: 992px) {
  body, html {
    font-size: 18px;
  }
}

h1, .h1 {
  font-size: 2.56rem;
  font-weight: 400;
  line-height: 1.1739130435em;
  margin: 0;
  font-family: "Gloock", serif;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.33rem;
  }
}

h2, .h2 {
  font-family: "Gloock", serif;
  font-size: 2.22rem;
  line-height: 1.15em;
  font-weight: 400;
}

.heading-combined h1 em, .heading-combined h1 i, .heading-combined h2 em, .heading-combined h2 i, .heading-combined .h1 em, .heading-combined .h1 i, .heading-combined .h2 em, .heading-combined .h2 i {
  color: #B13D3D;
  font-weight: normal;
  font-style: normal;
}

h3, .h3 {
  font-family: "Gloock", serif;
  font-size: 1.78rem;
  line-height: 1.1875em;
  font-weight: 400;
}

h4, .h4 {
  font-family: "Gloock", serif;
  font-size: 1.06rem;
  line-height: 1.2105263158em;
  font-weight: 400;
}

h5, .h5 {
  font-size: 1.11rem;
  line-height: 1.2em;
  color: #B13D3D;
}

h6, .h6 {
  font-size: 0.89rem;
  line-height: 1.5em;
}

h1 em, h1 i, h2 em, h2 i, h3 em, h3 i, h4 em, h4 i, h5 em, h5 i, .h1 em, .h1 i, .h2 em, .h2 i, .h3 em, .h3 i, .h4 em, .h4 i, .h5 em, .h5 i {
  color: #B13D3D;
  font-style: normal;
}

.copete {
  font-size: 1.11rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.subhead {
  font-size: 1.11rem;
  line-height: 1.2em;
  color: #B13D3D;
}

.volanta {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  color: #B13D3D;
}

p, li {
  font-size: 0.8rem;
  line-height: 1.4375em;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1rem;
  }
}

p {
  padding-bottom: 0.5em;
}
.heading-combined p em, .heading-combined p i {
  color: #B13D3D;
  font-style: normal;
}

.label, label {
  font-size: 0.78rem;
  line-height: 1.2142857143em;
  color: rgba(38, 38, 38, 0.54);
  line-height: 1.5em;
}
.base-dark .label, .base-primary .label, footer .label, .base-dark label, .base-primary label, footer label {
  color: rgba(255, 255, 255, 0.7);
}

.small-text, .body-small p, .body-small li {
  font-size: 0.89rem;
  line-height: 1.625em;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #B13D3D;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #262626;
}
.base-dark a:hover, .base-dark a:active, .base-dark a:focus, .base-primary a:hover, footer a:hover, .base-primary a:active, footer a:active, .base-primary a:focus, footer a:focus {
  color: white;
}

.editor-styles-wrapper .is-root-container, .editor-styles-wrapper figure {
  max-width: 840px;
}

.editor-styles-wrapper, .editor-text, #tinymce {
  /*
  	.bloque-galeria.multibloque + .figcaption-gallery {
      	//margin-top: -50px !important;
      	padding-top: 15px; 
  		font-size: remFontSize(16px);
  		line-height: (22/14) * 1em;
  	}*/
}
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5 {
  margin-top: 2em;
  margin-bottom: 18px;
  font-weight: normal;
}
.editor-styles-wrapper h1 strong, .editor-styles-wrapper h1 b, .editor-styles-wrapper h2 strong, .editor-styles-wrapper h2 b, .editor-styles-wrapper h3 strong, .editor-styles-wrapper h3 b, .editor-styles-wrapper h4 strong, .editor-styles-wrapper h4 b, .editor-styles-wrapper h5 strong, .editor-styles-wrapper h5 b, .editor-text h1 strong, .editor-text h1 b, .editor-text h2 strong, .editor-text h2 b, .editor-text h3 strong, .editor-text h3 b, .editor-text h4 strong, .editor-text h4 b, .editor-text h5 strong, .editor-text h5 b, #tinymce h1 strong, #tinymce h1 b, #tinymce h2 strong, #tinymce h2 b, #tinymce h3 strong, #tinymce h3 b, #tinymce h4 strong, #tinymce h4 b, #tinymce h5 strong, #tinymce h5 b {
  color: rgba(38, 38, 38, 0.54);
  font-weight: 400 !important;
}
.editor-styles-wrapper h1:first-child, .editor-styles-wrapper h2:first-child, .editor-styles-wrapper h3:first-child, .editor-styles-wrapper h4:first-child, .editor-styles-wrapper h5:first-child, .editor-styles-wrapper p:first-child, .editor-text h1:first-child, .editor-text h2:first-child, .editor-text h3:first-child, .editor-text h4:first-child, .editor-text h5:first-child, .editor-text p:first-child, #tinymce h1:first-child, #tinymce h2:first-child, #tinymce h3:first-child, #tinymce h4:first-child, #tinymce h5:first-child, #tinymce p:first-child {
  margin-top: 0;
}
.editor-styles-wrapper h3, .editor-text h3, #tinymce h3 {
  font-weight: 400;
}
.editor-styles-wrapper h6, .editor-text h6, #tinymce h6 {
  margin-bottom: 16px;
}
.editor-styles-wrapper h4, .editor-text h4, #tinymce h4 {
  line-height: 1.6666666667em;
}
.editor-styles-wrapper .volanta, .editor-text .volanta, #tinymce .volanta {
  margin-top: 70px;
}
.editor-styles-wrapper .volanta + h1, .editor-styles-wrapper .volanta + h2, .editor-styles-wrapper .volanta + h3, .editor-styles-wrapper .volanta + h4, .editor-styles-wrapper .volanta + h5, .editor-styles-wrapper .volanta + h6, .editor-text .volanta + h1, .editor-text .volanta + h2, .editor-text .volanta + h3, .editor-text .volanta + h4, .editor-text .volanta + h5, .editor-text .volanta + h6, #tinymce .volanta + h1, #tinymce .volanta + h2, #tinymce .volanta + h3, #tinymce .volanta + h4, #tinymce .volanta + h5, #tinymce .volanta + h6 {
  margin-top: 0;
}
.editor-styles-wrapper p, .editor-styles-wrapper ul, .editor-styles-wrapper ol, .editor-text p, .editor-text ul, .editor-text ol, #tinymce p, #tinymce ul, #tinymce ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.06rem;
  line-height: 1.5263157895em;
  color: #262626;
}
@media (max-width: 767px) {
  .editor-styles-wrapper p, .editor-styles-wrapper ul, .editor-styles-wrapper ol, .editor-text p, .editor-text ul, .editor-text ol, #tinymce p, #tinymce ul, #tinymce ol {
    font-size: 16px;
  }
}
.editor-styles-wrapper a, .editor-text a, #tinymce a {
  color: #B13D3D;
  decoration: underline;
}
.editor-styles-wrapper b, .editor-styles-wrapper strong, .editor-text b, .editor-text strong, #tinymce b, #tinymce strong {
  font-weight: 700;
}
.editor-styles-wrapper li, .editor-text li, #tinymce li {
  line-height: 1.6875em;
}
.editor-styles-wrapper ul li, .editor-styles-wrapper ol li, .editor-text ul li, .editor-text ol li, #tinymce ul li, #tinymce ol li {
  margin-bottom: 8px;
  margin-left: 19px !important;
  padding-left: 10px;
}
.editor-styles-wrapper ol ol, .editor-text ol ol, #tinymce ol ol {
  margin-top: 0.8em;
  list-style: none;
  counter-reset: nested-counter;
}
.editor-styles-wrapper ol ol li, .editor-text ol ol li, #tinymce ol ol li {
  counter-increment: nested-counter;
}
.editor-styles-wrapper ol ol li::before, .editor-text ol ol li::before, #tinymce ol ol li::before {
  content: counter(nested-counter, lower-alpha) ". ";
  font-weight: normal;
}
.editor-styles-wrapper ul, .editor-text ul, #tinymce ul {
  color: #262626;
}
.editor-styles-wrapper ul li, .editor-text ul li, #tinymce ul li {
  list-style: disc;
}
.editor-styles-wrapper ul li::marker, .editor-styles-wrapper ol li::marker, .editor-text ul li::marker, .editor-text ol li::marker, #tinymce ul li::marker, #tinymce ol li::marker {
  color: #B13D3D;
}
.editor-styles-wrapper hr, .editor-text hr, #tinymce hr {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  border: 0;
  border-top: 1px solid #ccc;
}
.editor-styles-wrapper hr + h2, .editor-styles-wrapper hr + h3, .editor-text hr + h2, .editor-text hr + h3, #tinymce hr + h2, #tinymce hr + h3 {
  margin-top: 1em;
}
.editor-styles-wrapper iframe,
.editor-styles-wrapper object,
.editor-styles-wrapper embed, .editor-text iframe,
.editor-text object,
.editor-text embed, #tinymce iframe,
#tinymce object,
#tinymce embed {
  max-width: 100%;
  margin: 20px 0;
}
.editor-styles-wrapper blockquote, .editor-text blockquote, #tinymce blockquote {
  margin: 40px 0;
  border-left: 2px solid rgba(38, 38, 38, 0.1);
  margin-left: 50px;
  padding-left: 44px;
  position: relative;
}
.editor-styles-wrapper blockquote, .editor-styles-wrapper blockquote p, .editor-styles-wrapper blockquote .quote-destacada, .editor-text blockquote, .editor-text blockquote p, .editor-text blockquote .quote-destacada, #tinymce blockquote, #tinymce blockquote p, #tinymce blockquote .quote-destacada {
  font-size: 1.56rem;
  line-height: 1.3571428571em !important;
  color: #B13D3D;
  font-style: normal;
}
.editor-styles-wrapper blockquote p, .editor-text blockquote p, #tinymce blockquote p {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .editor-styles-wrapper blockquote, .editor-text blockquote, #tinymce blockquote {
    margin-left: 25px;
    padding-left: 22px;
  }
}
.editor-styles-wrapper img, .editor-styles-wrapper figure, .editor-text img, .editor-text figure, #tinymce img, #tinymce figure {
  margin-top: 5px;
  margin-bottom: 15px;
}
.editor-styles-wrapper figcaption, .editor-styles-wrapper .figcaption-gallery, .editor-text figcaption, .editor-text .figcaption-gallery, #tinymce figcaption, #tinymce .figcaption-gallery {
  color: rgba(38, 38, 38, 0.54);
  font-size: 0.89rem;
  line-height: 1.5714285714em;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.editor-styles-wrapper figure.aligncenter, .editor-styles-wrapper img.aligncenter, .editor-text figure.aligncenter, .editor-text img.aligncenter, #tinymce figure.aligncenter, #tinymce img.aligncenter {
  margin-top: 25px;
}
.editor-styles-wrapper figure.aligncenter figcaption, .editor-styles-wrapper img.aligncenter figcaption, .editor-text figure.aligncenter figcaption, .editor-text img.aligncenter figcaption, #tinymce figure.aligncenter figcaption, #tinymce img.aligncenter figcaption {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .editor-styles-wrapper figure.alignright, .editor-styles-wrapper img.alignright,
.editor-styles-wrapper figure.alignleft, .editor-styles-wrapper img.alignleft, .editor-text figure.alignright, .editor-text img.alignright,
.editor-text figure.alignleft, .editor-text img.alignleft, #tinymce figure.alignright, #tinymce img.alignright,
#tinymce figure.alignleft, #tinymce img.alignleft {
    max-width: 100% !important;
    clear: both;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .editor-styles-wrapper figure.alignright figcaption, .editor-styles-wrapper img.alignright figcaption,
.editor-styles-wrapper figure.alignleft figcaption, .editor-styles-wrapper img.alignleft figcaption, .editor-text figure.alignright figcaption, .editor-text img.alignright figcaption,
.editor-text figure.alignleft figcaption, .editor-text img.alignleft figcaption, #tinymce figure.alignright figcaption, #tinymce img.alignright figcaption,
#tinymce figure.alignleft figcaption, #tinymce img.alignleft figcaption {
    text-align: left !important;
  }
}
.editor-styles-wrapper figure.alignright, .editor-styles-wrapper img.alignright, .editor-text figure.alignright, .editor-text img.alignright, #tinymce figure.alignright, #tinymce img.alignright {
  float: right;
  margin-left: 50px;
  max-width: 45%;
}
.editor-styles-wrapper figure.alignright figcaption, .editor-styles-wrapper img.alignright figcaption, .editor-text figure.alignright figcaption, .editor-text img.alignright figcaption, #tinymce figure.alignright figcaption, #tinymce img.alignright figcaption {
  text-align: right;
}
.editor-styles-wrapper figure.alignleft, .editor-styles-wrapper img.alignleft, .editor-text figure.alignleft, .editor-text img.alignleft, #tinymce figure.alignleft, #tinymce img.alignleft {
  float: left;
  margin-right: 30px;
  max-width: 40%;
}
.editor-styles-wrapper figure.alignleft figcaption, .editor-styles-wrapper img.alignleft figcaption, .editor-text figure.alignleft figcaption, .editor-text img.alignleft figcaption, #tinymce figure.alignleft figcaption, #tinymce img.alignleft figcaption {
  text-align: left;
}
.editor-styles-wrapper figure.aligncenter, .editor-styles-wrapper img.aligncenter, .editor-text figure.aligncenter, .editor-text img.aligncenter, #tinymce figure.aligncenter, #tinymce img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.editor-styles-wrapper figure.aligncenter figcaption, .editor-styles-wrapper img.aligncenter figcaption, .editor-text figure.aligncenter figcaption, .editor-text img.aligncenter figcaption, #tinymce figure.aligncenter figcaption, #tinymce img.aligncenter figcaption {
  text-align: center;
}
.editor-styles-wrapper .bloque-galeria, .editor-text .bloque-galeria, #tinymce .bloque-galeria {
  margin-top: 20px;
  /*		@media (min-width: $max-container) {
  			.splide__track {
  				margin-right: -77px;
  			}


  		}
  		@media (max-width: ($max-container - 1px)) and (min-width: $start-lg) {
  			.splide__track {
  				margin-right: -77px;
  			}
  		}*/
}
.editor-styles-wrapper .bloque-galeria li, .editor-text .bloque-galeria li, #tinymce .bloque-galeria li {
  margin-left: 0;
  padding-left: 0;
}
.editor-styles-wrapper .bloque-galeria .splide__arrows, .editor-text .bloque-galeria .splide__arrows, #tinymce .bloque-galeria .splide__arrows {
  right: 0;
}
.editor-styles-wrapper .bloque-galeria .splide__slide, .editor-text .bloque-galeria .splide__slide, #tinymce .bloque-galeria .splide__slide {
  opacity: 0.3;
}
.editor-styles-wrapper .bloque-galeria .splide__slide.is-active, .editor-text .bloque-galeria .splide__slide.is-active, #tinymce .bloque-galeria .splide__slide.is-active {
  opacity: 1;
}
.editor-styles-wrapper .text-big2, .editor-styles-wrapper .copete, .editor-text .text-big2, .editor-text .copete, #tinymce .text-big2, #tinymce .copete {
  font-size: 1.22rem;
  line-height: 1.7272727273em;
  color: inherit;
  font-family: "Gloock", serif !important;
}
.editor-styles-wrapper .concepto, .editor-text .concepto, #tinymce .concepto {
  font-weight: bold;
  padding-right: 6px;
}

.featured_caption {
  color: rgba(38, 38, 38, 0.54);
  font-size: 0.89rem;
  line-height: 1.5714285714em;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  padding-top: 6px;
  text-align: right;
}

.breadcrumbs {
  font-size: 0.78rem;
  color: #262626;
}
.breadcrumbs a {
  color: #262626;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: rgba(38, 38, 38, 0.54);
}

.btn, .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .wc-block-cart__submit-container .wc-block-cart__submit-button, .woocommerce-notices-wrapper .button.wc-forward, .woocommerce form.login button[type=submit], .woocommerce body.woocommerce-account .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce-Button, body.woocommerce-account .button, .blogCategoryMenu li a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .wc-block-cart__submit-container .wc-block-cart__submit-button, .woocommerce-notices-wrapper .button.wc-forward, .woocommerce form.login button[type=submit], .woocommerce body.woocommerce-account .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce-Button, body.woocommerce-account .button, .blogCategoryMenu li a {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:hover, .wc-block-cart__submit-container .wc-block-cart__submit-button:hover, .woocommerce-notices-wrapper .button.wc-forward:hover, .woocommerce form.login button[type=submit]:hover, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:hover, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:hover, body.woocommerce-account .woocommerce-Button:hover, body.woocommerce-account .button:hover, .blogCategoryMenu li a:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:focus, .wc-block-cart__submit-container .wc-block-cart__submit-button:focus, .woocommerce-notices-wrapper .button.wc-forward:focus, .woocommerce form.login button[type=submit]:focus, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:focus, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:focus, body.woocommerce-account .woocommerce-Button:focus, body.woocommerce-account .button:focus, .blogCategoryMenu li a:focus, .btn.focus, .woocommerce-page #content div.product.type-product .focus.single_add_to_cart_button, .wc-block-cart__submit-container .focus.wc-block-cart__submit-button, .woocommerce-notices-wrapper .focus.button.wc-forward, .woocommerce form.login button.focus[type=submit], .woocommerce body.woocommerce-account .login.edit-account button.focus[type=submit], body.woocommerce-account .woocommerce .login.edit-account button.focus[type=submit], body.woocommerce-account .focus.woocommerce-Button, body.woocommerce-account .focus.button, .blogCategoryMenu li a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .woocommerce-page #content div.product.type-product .disabled.single_add_to_cart_button, .wc-block-cart__submit-container .disabled.wc-block-cart__submit-button, .woocommerce-notices-wrapper .disabled.button.wc-forward, .woocommerce form.login button.disabled[type=submit], .woocommerce body.woocommerce-account .login.edit-account button.disabled[type=submit], body.woocommerce-account .woocommerce .login.edit-account button.disabled[type=submit], body.woocommerce-account .disabled.woocommerce-Button, body.woocommerce-account .disabled.button, .blogCategoryMenu li a.disabled, .btn:disabled, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:disabled, .wc-block-cart__submit-container .wc-block-cart__submit-button:disabled, .woocommerce-notices-wrapper .button.wc-forward:disabled, .woocommerce form.login button[type=submit]:disabled, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce-Button:disabled, body.woocommerce-account .button:disabled, .blogCategoryMenu li a:disabled {
  opacity: 0.65;
}
a.btn.disabled, .woocommerce-page #content div.product.type-product a.disabled.single_add_to_cart_button, .wc-block-cart__submit-container a.disabled.wc-block-cart__submit-button, .woocommerce-notices-wrapper a.disabled.button.wc-forward, body.woocommerce-account a.disabled.woocommerce-Button, body.woocommerce-account a.disabled.button, .blogCategoryMenu li a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .woocommerce-page #content div.product.type-product a.single_add_to_cart_button,
.woocommerce-page #content div.product.type-product fieldset:disabled a.single_add_to_cart_button,
fieldset:disabled .wc-block-cart__submit-container a.wc-block-cart__submit-button,
.wc-block-cart__submit-container fieldset:disabled a.wc-block-cart__submit-button,
fieldset:disabled .woocommerce-notices-wrapper a.button.wc-forward,
.woocommerce-notices-wrapper fieldset:disabled a.button.wc-forward,
fieldset:disabled body.woocommerce-account a.woocommerce-Button,
body.woocommerce-account fieldset:disabled a.woocommerce-Button,
fieldset:disabled body.woocommerce-account a.button,
body.woocommerce-account fieldset:disabled a.button,
fieldset:disabled .blogCategoryMenu li a,
.blogCategoryMenu li fieldset:disabled a {
  pointer-events: none;
}

.btn-primary, .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .wc-block-cart__submit-container .wc-block-cart__submit-button, .woocommerce form.login button[type=submit], .woocommerce body.woocommerce-account .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce-Button, body.woocommerce-account .button {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:hover, .wc-block-cart__submit-container .wc-block-cart__submit-button:hover, .woocommerce form.login button[type=submit]:hover, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:hover, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:hover, body.woocommerce-account .woocommerce-Button:hover, body.woocommerce-account .button:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:focus, .wc-block-cart__submit-container .wc-block-cart__submit-button:focus, .woocommerce form.login button[type=submit]:focus, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:focus, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:focus, body.woocommerce-account .woocommerce-Button:focus, body.woocommerce-account .button:focus, .btn-primary.focus, .woocommerce-page #content div.product.type-product .focus.single_add_to_cart_button, .wc-block-cart__submit-container .focus.wc-block-cart__submit-button, .woocommerce form.login button.focus[type=submit], .woocommerce body.woocommerce-account .login.edit-account button.focus[type=submit], body.woocommerce-account .woocommerce .login.edit-account button.focus[type=submit], body.woocommerce-account .focus.woocommerce-Button, body.woocommerce-account .focus.button {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .woocommerce-page #content div.product.type-product .disabled.single_add_to_cart_button, .wc-block-cart__submit-container .disabled.wc-block-cart__submit-button, .woocommerce form.login button.disabled[type=submit], .woocommerce body.woocommerce-account .login.edit-account button.disabled[type=submit], body.woocommerce-account .woocommerce .login.edit-account button.disabled[type=submit], body.woocommerce-account .disabled.woocommerce-Button, body.woocommerce-account .disabled.button, .btn-primary:disabled, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:disabled, .wc-block-cart__submit-container .wc-block-cart__submit-button:disabled, .woocommerce form.login button[type=submit]:disabled, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce-Button:disabled, body.woocommerce-account .button:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:not(:disabled):not(.disabled):active, .wc-block-cart__submit-container .wc-block-cart__submit-button:not(:disabled):not(.disabled):active, .woocommerce form.login button[type=submit]:not(:disabled):not(.disabled):active, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:not(:disabled):not(.disabled):active, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:not(:disabled):not(.disabled):active, body.woocommerce-account .woocommerce-Button:not(:disabled):not(.disabled):active, body.woocommerce-account .button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:not(:disabled):not(.disabled).active, .wc-block-cart__submit-container .wc-block-cart__submit-button:not(:disabled):not(.disabled).active, .woocommerce form.login button[type=submit]:not(:disabled):not(.disabled).active, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:not(:disabled):not(.disabled).active, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:not(:disabled):not(.disabled).active, body.woocommerce-account .woocommerce-Button:not(:disabled):not(.disabled).active, body.woocommerce-account .button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .woocommerce-page #content div.product.type-product .show > .dropdown-toggle.single_add_to_cart_button, .wc-block-cart__submit-container .show > .dropdown-toggle.wc-block-cart__submit-button, .woocommerce form.login .show > button.dropdown-toggle[type=submit], .woocommerce body.woocommerce-account .login.edit-account .show > button.dropdown-toggle[type=submit], body.woocommerce-account .woocommerce .login.edit-account .show > button.dropdown-toggle[type=submit], body.woocommerce-account .show > .dropdown-toggle.woocommerce-Button, body.woocommerce-account .show > .dropdown-toggle.button {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:not(:disabled):not(.disabled):active:focus, .wc-block-cart__submit-container .wc-block-cart__submit-button:not(:disabled):not(.disabled):active:focus, .woocommerce form.login button[type=submit]:not(:disabled):not(.disabled):active:focus, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:not(:disabled):not(.disabled):active:focus, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:not(:disabled):not(.disabled):active:focus, body.woocommerce-account .woocommerce-Button:not(:disabled):not(.disabled):active:focus, body.woocommerce-account .button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:not(:disabled):not(.disabled).active:focus, .wc-block-cart__submit-container .wc-block-cart__submit-button:not(:disabled):not(.disabled).active:focus, .woocommerce form.login button[type=submit]:not(:disabled):not(.disabled).active:focus, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:not(:disabled):not(.disabled).active:focus, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:not(:disabled):not(.disabled).active:focus, body.woocommerce-account .woocommerce-Button:not(:disabled):not(.disabled).active:focus, body.woocommerce-account .button:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .woocommerce-page #content div.product.type-product .show > .dropdown-toggle.single_add_to_cart_button:focus, .wc-block-cart__submit-container .show > .dropdown-toggle.wc-block-cart__submit-button:focus, .woocommerce form.login .show > button.dropdown-toggle[type=submit]:focus, .woocommerce body.woocommerce-account .login.edit-account .show > button.dropdown-toggle[type=submit]:focus, body.woocommerce-account .woocommerce .login.edit-account .show > button.dropdown-toggle[type=submit]:focus, body.woocommerce-account .show > .dropdown-toggle.woocommerce-Button:focus, body.woocommerce-account .show > .dropdown-toggle.button:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary, .woocommerce-notices-wrapper .button.wc-forward, .blogCategoryMenu li a {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover, .woocommerce-notices-wrapper .button.wc-forward:hover, .blogCategoryMenu li a:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .woocommerce-notices-wrapper .button.wc-forward:focus, .blogCategoryMenu li a:focus, .btn-secondary.focus, .woocommerce-notices-wrapper .focus.button.wc-forward, .blogCategoryMenu li a.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .woocommerce-notices-wrapper .disabled.button.wc-forward, .blogCategoryMenu li a.disabled, .btn-secondary:disabled, .woocommerce-notices-wrapper .button.wc-forward:disabled, .blogCategoryMenu li a:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .woocommerce-notices-wrapper .button.wc-forward:not(:disabled):not(.disabled):active, .blogCategoryMenu li a:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .woocommerce-notices-wrapper .button.wc-forward:not(:disabled):not(.disabled).active, .blogCategoryMenu li a:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .woocommerce-notices-wrapper .show > .dropdown-toggle.button.wc-forward, .blogCategoryMenu li .show > a.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .woocommerce-notices-wrapper .button.wc-forward:not(:disabled):not(.disabled):active:focus, .blogCategoryMenu li a:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .woocommerce-notices-wrapper .button.wc-forward:not(:disabled):not(.disabled).active:focus, .blogCategoryMenu li a:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .woocommerce-notices-wrapper .show > .dropdown-toggle.button.wc-forward:focus, .blogCategoryMenu li .show > a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block, #is-popup-wrapper .is-form-style input[type=submit].btn-block.is-search-input,
input[type=reset].btn-block,
#is-popup-wrapper .is-form-style input[type=reset].btn-block.is-search-input,
input[type=button].btn-block,
#is-popup-wrapper .is-form-style input[type=button].btn-block.is-search-input {
  width: 100%;
}

.btn, .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .wc-block-cart__submit-container .wc-block-cart__submit-button, .woocommerce-notices-wrapper .button.wc-forward, .woocommerce form.login button[type=submit], .woocommerce body.woocommerce-account .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce-Button, body.woocommerce-account .button, .blogCategoryMenu li a, a.btn, .sub-btn a,
.woocommerce-notices-wrapper a.button {
  font-size: 0.94rem;
  line-height: 1.1176470588em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border: none;
}
.btn.disabled, .woocommerce-page #content div.product.type-product .disabled.single_add_to_cart_button, .wc-block-cart__submit-container .disabled.wc-block-cart__submit-button, .woocommerce-notices-wrapper .disabled.button.wc-forward, .woocommerce form.login button.disabled[type=submit], .woocommerce body.woocommerce-account .login.edit-account button.disabled[type=submit], body.woocommerce-account .woocommerce .login.edit-account button.disabled[type=submit], body.woocommerce-account .disabled.woocommerce-Button, body.woocommerce-account .disabled.button, .blogCategoryMenu li a.disabled, .btn:disabled, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:disabled, .wc-block-cart__submit-container .wc-block-cart__submit-button:disabled, .woocommerce-notices-wrapper .button.wc-forward:disabled, .woocommerce form.login button[type=submit]:disabled, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce-Button:disabled, body.woocommerce-account .button:disabled, .blogCategoryMenu li a:disabled, a.btn.disabled, a.btn:disabled, .sub-btn a.disabled, .sub-btn a:disabled,
.woocommerce-notices-wrapper a.button.disabled,
.woocommerce-notices-wrapper a.button:disabled {
  pointer-events: none;
}

.btn, .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .wc-block-cart__submit-container .wc-block-cart__submit-button, .woocommerce-notices-wrapper .button.wc-forward, .woocommerce form.login button[type=submit], .woocommerce body.woocommerce-account .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce-Button, body.woocommerce-account .button, .blogCategoryMenu li a, .btn-primary, .btn-secondary, .sub-btn a,
.woocommerce-button, .woocommerce-form-login__submit,
.woocommerce-cart-form__contents .button,
.checkout-button,
.woocommerce-checkout-payment button,
.woocommerce-form-coupon button,
.woocommerce-Button,
.woocommerce-notices-wrapper a.button {
  padding: 0 25px !important;
  text-decoration: none;
  letter-spacing: -0.02em;
  -webkit-transition: background 0.4s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.btn-primary, .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .wc-block-cart__submit-container .wc-block-cart__submit-button, .woocommerce form.login button[type=submit], .woocommerce body.woocommerce-account .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce-Button, body.woocommerce-account .button, a.btn-primary, a:not([href]).btn-primary, .sub-btn-primary a, .woocommerce-button,
.woocommerce-form-login__submit,
.woocommerce-cart-form__contents .button,
.checkout-button,
.woocommerce-checkout-payment button,
.woocommerce-form-coupon button,
.woocommerce-Button {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#B13D3D), color-stop(33%, #B13D3D), color-stop(66%, #262626), to(#262626));
  background: linear-gradient(90deg, #B13D3D 0%, #B13D3D 33%, #262626 66%, #262626 100%);
  background-size: 300% 100%;
  background-position: 0% 0%;
  -webkit-transition: background-position 0.6s ease, color 0.3s ease;
  transition: background-position 0.6s ease, color 0.3s ease;
  line-height: 38px;
  text-decoration: none;
}
.btn-primary, .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .wc-block-cart__submit-container .wc-block-cart__submit-button, .woocommerce form.login button[type=submit], .woocommerce body.woocommerce-account .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce-Button, body.woocommerce-account .button, .btn-primary::after, .woocommerce-page #content div.product.type-product .single_add_to_cart_button::after, .wc-block-cart__submit-container .wc-block-cart__submit-button::after, .woocommerce form.login button[type=submit]::after, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]::after, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]::after, body.woocommerce-account .woocommerce-Button::after, body.woocommerce-account .button::after, a.btn-primary, a.btn-primary::after, a:not([href]).btn-primary, a:not([href]).btn-primary::after, .sub-btn-primary a, .sub-btn-primary a::after, .woocommerce-button, .woocommerce-button::after,
.woocommerce-form-login__submit,
.woocommerce-form-login__submit::after,
.woocommerce-cart-form__contents .button,
.woocommerce-cart-form__contents .button::after,
.checkout-button,
.checkout-button::after,
.woocommerce-checkout-payment button,
.woocommerce-checkout-payment button::after,
.woocommerce-form-coupon button,
.woocommerce-form-coupon button::after,
.woocommerce-Button,
.woocommerce-Button::after {
  border-radius: 19px;
}
.btn-primary:hover, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:hover, .wc-block-cart__submit-container .wc-block-cart__submit-button:hover, .woocommerce form.login button[type=submit]:hover, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:hover, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:hover, body.woocommerce-account .woocommerce-Button:hover, body.woocommerce-account .button:hover, a.btn-primary:hover, a:not([href]).btn-primary:hover, .sub-btn-primary a:hover, .woocommerce-button:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-cart-form__contents .button:hover,
.checkout-button:hover,
.woocommerce-checkout-payment button:hover,
.woocommerce-form-coupon button:hover,
.woocommerce-Button:hover {
  background-position: 33% 0%;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn-primary:active, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:active, .wc-block-cart__submit-container .wc-block-cart__submit-button:active, .woocommerce form.login button[type=submit]:active, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:active, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:active, body.woocommerce-account .woocommerce-Button:active, body.woocommerce-account .button:active, .btn-primary:focus, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:focus, .wc-block-cart__submit-container .wc-block-cart__submit-button:focus, .woocommerce form.login button[type=submit]:focus, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:focus, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:focus, body.woocommerce-account .woocommerce-Button:focus, body.woocommerce-account .button:focus, a.btn-primary:active, a.btn-primary:focus, a:not([href]).btn-primary:active, a:not([href]).btn-primary:focus, .sub-btn-primary a:active, .sub-btn-primary a:focus, .woocommerce-button:active, .woocommerce-button:focus,
.woocommerce-form-login__submit:active,
.woocommerce-form-login__submit:focus,
.woocommerce-cart-form__contents .button:active,
.woocommerce-cart-form__contents .button:focus,
.checkout-button:active,
.checkout-button:focus,
.woocommerce-checkout-payment button:active,
.woocommerce-checkout-payment button:focus,
.woocommerce-form-coupon button:active,
.woocommerce-form-coupon button:focus,
.woocommerce-Button:active,
.woocommerce-Button:focus {
  background-position: 66% 0%;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn-primary.disabled, .woocommerce-page #content div.product.type-product .disabled.single_add_to_cart_button, .wc-block-cart__submit-container .disabled.wc-block-cart__submit-button, .woocommerce form.login button.disabled[type=submit], .woocommerce body.woocommerce-account .login.edit-account button.disabled[type=submit], body.woocommerce-account .woocommerce .login.edit-account button.disabled[type=submit], body.woocommerce-account .disabled.woocommerce-Button, body.woocommerce-account .disabled.button, .btn-primary:disabled, .woocommerce-page #content div.product.type-product .single_add_to_cart_button:disabled, .wc-block-cart__submit-container .wc-block-cart__submit-button:disabled, .woocommerce form.login button[type=submit]:disabled, .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce-Button:disabled, body.woocommerce-account .button:disabled, a.btn-primary.disabled, a.btn-primary:disabled, a:not([href]).btn-primary.disabled, a:not([href]).btn-primary:disabled, .sub-btn-primary a.disabled, .sub-btn-primary a:disabled, .woocommerce-button.disabled, .woocommerce-button:disabled,
.woocommerce-form-login__submit.disabled,
.woocommerce-form-login__submit:disabled,
.woocommerce-cart-form__contents .button.disabled,
.woocommerce-cart-form__contents .button:disabled,
.checkout-button.disabled,
.checkout-button:disabled,
.woocommerce-checkout-payment button.disabled,
.woocommerce-checkout-payment button:disabled,
.woocommerce-form-coupon button.disabled,
.woocommerce-form-coupon button:disabled,
.woocommerce-Button.disabled,
.woocommerce-Button:disabled {
  opacity: 0.38;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.base-dark .btn-primary, .base-dark .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .woocommerce-page #content div.product.type-product .base-dark .single_add_to_cart_button, .base-dark .wc-block-cart__submit-container .wc-block-cart__submit-button, .wc-block-cart__submit-container .base-dark .wc-block-cart__submit-button, .base-dark .woocommerce form.login button[type=submit], .woocommerce form.login .base-dark button[type=submit], .base-dark .woocommerce body.woocommerce-account .login.edit-account button[type=submit], .woocommerce body.woocommerce-account .login.edit-account .base-dark button[type=submit], .base-dark body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account .base-dark button[type=submit], .base-dark body.woocommerce-account .woocommerce-Button, body.woocommerce-account .base-dark .woocommerce-Button, .base-dark body.woocommerce-account .button, body.woocommerce-account .base-dark .button, .base-gradiente .btn-primary, .base-gradiente .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .woocommerce-page #content div.product.type-product .base-gradiente .single_add_to_cart_button, .base-gradiente .wc-block-cart__submit-container .wc-block-cart__submit-button, .wc-block-cart__submit-container .base-gradiente .wc-block-cart__submit-button, .base-gradiente .woocommerce form.login button[type=submit], .woocommerce form.login .base-gradiente button[type=submit], .base-gradiente .woocommerce body.woocommerce-account .login.edit-account button[type=submit], .woocommerce body.woocommerce-account .login.edit-account .base-gradiente button[type=submit], .base-gradiente body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account .base-gradiente button[type=submit], .base-gradiente body.woocommerce-account .woocommerce-Button, body.woocommerce-account .base-gradiente .woocommerce-Button, .base-gradiente body.woocommerce-account .button, body.woocommerce-account .base-gradiente .button, .base-dark a.btn-primary, .base-gradiente a.btn-primary, .base-dark a:not([href]).btn-primary, .base-gradiente a:not([href]).btn-primary, .base-dark .sub-btn-primary a, .base-gradiente .sub-btn-primary a, .base-dark .woocommerce-button, .base-gradiente .woocommerce-button,
.base-dark .woocommerce-form-login__submit,
.base-gradiente .woocommerce-form-login__submit,
.base-dark .woocommerce-cart-form__contents .button,
.base-gradiente .woocommerce-cart-form__contents .button,
.base-dark .checkout-button,
.base-gradiente .checkout-button,
.base-dark .woocommerce-checkout-payment button,
.base-gradiente .woocommerce-checkout-payment button,
.base-dark .woocommerce-form-coupon button,
.base-gradiente .woocommerce-form-coupon button,
.base-dark .woocommerce-Button,
.base-gradiente .woocommerce-Button {
  background: #ffffff;
  color: #262626;
}
.base-dark .btn-primary:hover, .base-dark .woocommerce-page #content div.product.type-product .single_add_to_cart_button:hover, .woocommerce-page #content div.product.type-product .base-dark .single_add_to_cart_button:hover, .base-dark .wc-block-cart__submit-container .wc-block-cart__submit-button:hover, .wc-block-cart__submit-container .base-dark .wc-block-cart__submit-button:hover, .base-dark .woocommerce form.login button[type=submit]:hover, .woocommerce form.login .base-dark button[type=submit]:hover, .base-dark .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:hover, .woocommerce body.woocommerce-account .login.edit-account .base-dark button[type=submit]:hover, .base-dark body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:hover, body.woocommerce-account .woocommerce .login.edit-account .base-dark button[type=submit]:hover, .base-dark body.woocommerce-account .woocommerce-Button:hover, body.woocommerce-account .base-dark .woocommerce-Button:hover, .base-dark body.woocommerce-account .button:hover, body.woocommerce-account .base-dark .button:hover, .base-dark .btn-primary:active, .base-dark .woocommerce-page #content div.product.type-product .single_add_to_cart_button:active, .woocommerce-page #content div.product.type-product .base-dark .single_add_to_cart_button:active, .base-dark .wc-block-cart__submit-container .wc-block-cart__submit-button:active, .wc-block-cart__submit-container .base-dark .wc-block-cart__submit-button:active, .base-dark .woocommerce form.login button[type=submit]:active, .woocommerce form.login .base-dark button[type=submit]:active, .base-dark .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:active, .woocommerce body.woocommerce-account .login.edit-account .base-dark button[type=submit]:active, .base-dark body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:active, body.woocommerce-account .woocommerce .login.edit-account .base-dark button[type=submit]:active, .base-dark body.woocommerce-account .woocommerce-Button:active, body.woocommerce-account .base-dark .woocommerce-Button:active, .base-dark body.woocommerce-account .button:active, body.woocommerce-account .base-dark .button:active, .base-dark .btn-primary:focus, .base-dark .woocommerce-page #content div.product.type-product .single_add_to_cart_button:focus, .woocommerce-page #content div.product.type-product .base-dark .single_add_to_cart_button:focus, .base-dark .wc-block-cart__submit-container .wc-block-cart__submit-button:focus, .wc-block-cart__submit-container .base-dark .wc-block-cart__submit-button:focus, .base-dark .woocommerce form.login button[type=submit]:focus, .woocommerce form.login .base-dark button[type=submit]:focus, .base-dark .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:focus, .woocommerce body.woocommerce-account .login.edit-account .base-dark button[type=submit]:focus, .base-dark body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:focus, body.woocommerce-account .woocommerce .login.edit-account .base-dark button[type=submit]:focus, .base-dark body.woocommerce-account .woocommerce-Button:focus, body.woocommerce-account .base-dark .woocommerce-Button:focus, .base-dark body.woocommerce-account .button:focus, body.woocommerce-account .base-dark .button:focus, .base-gradiente .btn-primary:hover, .base-gradiente .woocommerce-page #content div.product.type-product .single_add_to_cart_button:hover, .woocommerce-page #content div.product.type-product .base-gradiente .single_add_to_cart_button:hover, .base-gradiente .wc-block-cart__submit-container .wc-block-cart__submit-button:hover, .wc-block-cart__submit-container .base-gradiente .wc-block-cart__submit-button:hover, .base-gradiente .woocommerce form.login button[type=submit]:hover, .woocommerce form.login .base-gradiente button[type=submit]:hover, .base-gradiente .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:hover, .woocommerce body.woocommerce-account .login.edit-account .base-gradiente button[type=submit]:hover, .base-gradiente body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:hover, body.woocommerce-account .woocommerce .login.edit-account .base-gradiente button[type=submit]:hover, .base-gradiente body.woocommerce-account .woocommerce-Button:hover, body.woocommerce-account .base-gradiente .woocommerce-Button:hover, .base-gradiente body.woocommerce-account .button:hover, body.woocommerce-account .base-gradiente .button:hover, .base-gradiente .btn-primary:active, .base-gradiente .woocommerce-page #content div.product.type-product .single_add_to_cart_button:active, .woocommerce-page #content div.product.type-product .base-gradiente .single_add_to_cart_button:active, .base-gradiente .wc-block-cart__submit-container .wc-block-cart__submit-button:active, .wc-block-cart__submit-container .base-gradiente .wc-block-cart__submit-button:active, .base-gradiente .woocommerce form.login button[type=submit]:active, .woocommerce form.login .base-gradiente button[type=submit]:active, .base-gradiente .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:active, .woocommerce body.woocommerce-account .login.edit-account .base-gradiente button[type=submit]:active, .base-gradiente body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:active, body.woocommerce-account .woocommerce .login.edit-account .base-gradiente button[type=submit]:active, .base-gradiente body.woocommerce-account .woocommerce-Button:active, body.woocommerce-account .base-gradiente .woocommerce-Button:active, .base-gradiente body.woocommerce-account .button:active, body.woocommerce-account .base-gradiente .button:active, .base-gradiente .btn-primary:focus, .base-gradiente .woocommerce-page #content div.product.type-product .single_add_to_cart_button:focus, .woocommerce-page #content div.product.type-product .base-gradiente .single_add_to_cart_button:focus, .base-gradiente .wc-block-cart__submit-container .wc-block-cart__submit-button:focus, .wc-block-cart__submit-container .base-gradiente .wc-block-cart__submit-button:focus, .base-gradiente .woocommerce form.login button[type=submit]:focus, .woocommerce form.login .base-gradiente button[type=submit]:focus, .base-gradiente .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:focus, .woocommerce body.woocommerce-account .login.edit-account .base-gradiente button[type=submit]:focus, .base-gradiente body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:focus, body.woocommerce-account .woocommerce .login.edit-account .base-gradiente button[type=submit]:focus, .base-gradiente body.woocommerce-account .woocommerce-Button:focus, body.woocommerce-account .base-gradiente .woocommerce-Button:focus, .base-gradiente body.woocommerce-account .button:focus, body.woocommerce-account .base-gradiente .button:focus, .base-dark a.btn-primary:hover, .base-dark .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:hover, .woocommerce-page #content div.product.type-product .base-dark a.single_add_to_cart_button:hover, .base-dark .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover, .wc-block-cart__submit-container .base-dark a.wc-block-cart__submit-button:hover, .base-dark body.woocommerce-account a.woocommerce-Button:hover, body.woocommerce-account .base-dark a.woocommerce-Button:hover, .base-dark body.woocommerce-account a.button:hover, body.woocommerce-account .base-dark a.button:hover, .base-dark a.btn-primary:active, .base-dark .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:active, .woocommerce-page #content div.product.type-product .base-dark a.single_add_to_cart_button:active, .base-dark .wc-block-cart__submit-container a.wc-block-cart__submit-button:active, .wc-block-cart__submit-container .base-dark a.wc-block-cart__submit-button:active, .base-dark body.woocommerce-account a.woocommerce-Button:active, body.woocommerce-account .base-dark a.woocommerce-Button:active, .base-dark body.woocommerce-account a.button:active, body.woocommerce-account .base-dark a.button:active, .base-dark a.btn-primary:focus, .base-dark .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:focus, .woocommerce-page #content div.product.type-product .base-dark a.single_add_to_cart_button:focus, .base-dark .wc-block-cart__submit-container a.wc-block-cart__submit-button:focus, .wc-block-cart__submit-container .base-dark a.wc-block-cart__submit-button:focus, .base-dark body.woocommerce-account a.woocommerce-Button:focus, body.woocommerce-account .base-dark a.woocommerce-Button:focus, .base-dark body.woocommerce-account a.button:focus, body.woocommerce-account .base-dark a.button:focus, .base-gradiente a.btn-primary:hover, .base-gradiente .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:hover, .woocommerce-page #content div.product.type-product .base-gradiente a.single_add_to_cart_button:hover, .base-gradiente .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover, .wc-block-cart__submit-container .base-gradiente a.wc-block-cart__submit-button:hover, .base-gradiente body.woocommerce-account a.woocommerce-Button:hover, body.woocommerce-account .base-gradiente a.woocommerce-Button:hover, .base-gradiente body.woocommerce-account a.button:hover, body.woocommerce-account .base-gradiente a.button:hover, .base-gradiente a.btn-primary:active, .base-gradiente .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:active, .woocommerce-page #content div.product.type-product .base-gradiente a.single_add_to_cart_button:active, .base-gradiente .wc-block-cart__submit-container a.wc-block-cart__submit-button:active, .wc-block-cart__submit-container .base-gradiente a.wc-block-cart__submit-button:active, .base-gradiente body.woocommerce-account a.woocommerce-Button:active, body.woocommerce-account .base-gradiente a.woocommerce-Button:active, .base-gradiente body.woocommerce-account a.button:active, body.woocommerce-account .base-gradiente a.button:active, .base-gradiente a.btn-primary:focus, .base-gradiente .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:focus, .woocommerce-page #content div.product.type-product .base-gradiente a.single_add_to_cart_button:focus, .base-gradiente .wc-block-cart__submit-container a.wc-block-cart__submit-button:focus, .wc-block-cart__submit-container .base-gradiente a.wc-block-cart__submit-button:focus, .base-gradiente body.woocommerce-account a.woocommerce-Button:focus, body.woocommerce-account .base-gradiente a.woocommerce-Button:focus, .base-gradiente body.woocommerce-account a.button:focus, body.woocommerce-account .base-gradiente a.button:focus, .base-dark a:not([href]).btn-primary:hover, .base-dark .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]):hover, .woocommerce-page #content div.product.type-product .base-dark a.single_add_to_cart_button:not([href]):hover, .base-dark .wc-block-cart__submit-container a.wc-block-cart__submit-button:not([href]):hover, .wc-block-cart__submit-container .base-dark a.wc-block-cart__submit-button:not([href]):hover, .base-dark body.woocommerce-account a.woocommerce-Button:not([href]):hover, body.woocommerce-account .base-dark a.woocommerce-Button:not([href]):hover, .base-dark body.woocommerce-account a.button:not([href]):hover, body.woocommerce-account .base-dark a.button:not([href]):hover, .base-dark a:not([href]).btn-primary:active, .base-dark .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]):active, .woocommerce-page #content div.product.type-product .base-dark a.single_add_to_cart_button:not([href]):active, .base-dark .wc-block-cart__submit-container a.wc-block-cart__submit-button:not([href]):active, .wc-block-cart__submit-container .base-dark a.wc-block-cart__submit-button:not([href]):active, .base-dark body.woocommerce-account a.woocommerce-Button:not([href]):active, body.woocommerce-account .base-dark a.woocommerce-Button:not([href]):active, .base-dark body.woocommerce-account a.button:not([href]):active, body.woocommerce-account .base-dark a.button:not([href]):active, .base-dark a:not([href]).btn-primary:focus, .base-dark .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]):focus, .woocommerce-page #content div.product.type-product .base-dark a.single_add_to_cart_button:not([href]):focus, .base-dark .wc-block-cart__submit-container a.wc-block-cart__submit-button:not([href]):focus, .wc-block-cart__submit-container .base-dark a.wc-block-cart__submit-button:not([href]):focus, .base-dark body.woocommerce-account a.woocommerce-Button:not([href]):focus, body.woocommerce-account .base-dark a.woocommerce-Button:not([href]):focus, .base-dark body.woocommerce-account a.button:not([href]):focus, body.woocommerce-account .base-dark a.button:not([href]):focus, .base-gradiente a:not([href]).btn-primary:hover, .base-gradiente .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]):hover, .woocommerce-page #content div.product.type-product .base-gradiente a.single_add_to_cart_button:not([href]):hover, .base-gradiente .wc-block-cart__submit-container a.wc-block-cart__submit-button:not([href]):hover, .wc-block-cart__submit-container .base-gradiente a.wc-block-cart__submit-button:not([href]):hover, .base-gradiente body.woocommerce-account a.woocommerce-Button:not([href]):hover, body.woocommerce-account .base-gradiente a.woocommerce-Button:not([href]):hover, .base-gradiente body.woocommerce-account a.button:not([href]):hover, body.woocommerce-account .base-gradiente a.button:not([href]):hover, .base-gradiente a:not([href]).btn-primary:active, .base-gradiente .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]):active, .woocommerce-page #content div.product.type-product .base-gradiente a.single_add_to_cart_button:not([href]):active, .base-gradiente .wc-block-cart__submit-container a.wc-block-cart__submit-button:not([href]):active, .wc-block-cart__submit-container .base-gradiente a.wc-block-cart__submit-button:not([href]):active, .base-gradiente body.woocommerce-account a.woocommerce-Button:not([href]):active, body.woocommerce-account .base-gradiente a.woocommerce-Button:not([href]):active, .base-gradiente body.woocommerce-account a.button:not([href]):active, body.woocommerce-account .base-gradiente a.button:not([href]):active, .base-gradiente a:not([href]).btn-primary:focus, .base-gradiente .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]):focus, .woocommerce-page #content div.product.type-product .base-gradiente a.single_add_to_cart_button:not([href]):focus, .base-gradiente .wc-block-cart__submit-container a.wc-block-cart__submit-button:not([href]):focus, .wc-block-cart__submit-container .base-gradiente a.wc-block-cart__submit-button:not([href]):focus, .base-gradiente body.woocommerce-account a.woocommerce-Button:not([href]):focus, body.woocommerce-account .base-gradiente a.woocommerce-Button:not([href]):focus, .base-gradiente body.woocommerce-account a.button:not([href]):focus, body.woocommerce-account .base-gradiente a.button:not([href]):focus, .base-dark .sub-btn-primary a:hover, .base-dark .sub-btn-primary a:active, .base-dark .sub-btn-primary a:focus, .base-gradiente .sub-btn-primary a:hover, .base-gradiente .sub-btn-primary a:active, .base-gradiente .sub-btn-primary a:focus, .base-dark .woocommerce-button:hover, .base-dark .woocommerce-button:active, .base-dark .woocommerce-button:focus, .base-gradiente .woocommerce-button:hover, .base-gradiente .woocommerce-button:active, .base-gradiente .woocommerce-button:focus,
.base-dark .woocommerce-form-login__submit:hover,
.base-dark .woocommerce-form-login__submit:active,
.base-dark .woocommerce-form-login__submit:focus,
.base-gradiente .woocommerce-form-login__submit:hover,
.base-gradiente .woocommerce-form-login__submit:active,
.base-gradiente .woocommerce-form-login__submit:focus,
.base-dark .woocommerce-cart-form__contents .button:hover,
.base-dark .woocommerce-cart-form__contents .button:active,
.base-dark .woocommerce-cart-form__contents .button:focus,
.base-gradiente .woocommerce-cart-form__contents .button:hover,
.base-gradiente .woocommerce-cart-form__contents .button:active,
.base-gradiente .woocommerce-cart-form__contents .button:focus,
.base-dark .checkout-button:hover,
.base-dark .checkout-button:active,
.base-dark .checkout-button:focus,
.base-gradiente .checkout-button:hover,
.base-gradiente .checkout-button:active,
.base-gradiente .checkout-button:focus,
.base-dark .woocommerce-checkout-payment button:hover,
.base-dark .woocommerce-checkout-payment button:active,
.base-dark .woocommerce-checkout-payment button:focus,
.base-gradiente .woocommerce-checkout-payment button:hover,
.base-gradiente .woocommerce-checkout-payment button:active,
.base-gradiente .woocommerce-checkout-payment button:focus,
.base-dark .woocommerce-form-coupon button:hover,
.base-dark .woocommerce-form-coupon button:active,
.base-dark .woocommerce-form-coupon button:focus,
.base-gradiente .woocommerce-form-coupon button:hover,
.base-gradiente .woocommerce-form-coupon button:active,
.base-gradiente .woocommerce-form-coupon button:focus,
.base-dark .woocommerce-Button:hover,
.base-dark .woocommerce-Button:active,
.base-dark .woocommerce-Button:focus,
.base-gradiente .woocommerce-Button:hover,
.base-gradiente .woocommerce-Button:active,
.base-gradiente .woocommerce-Button:focus {
  background: #B13D3D !important;
  color: white;
}
.base-dark .btn-primary.disabled, .base-dark .woocommerce-page #content div.product.type-product .disabled.single_add_to_cart_button, .woocommerce-page #content div.product.type-product .base-dark .disabled.single_add_to_cart_button, .base-dark .wc-block-cart__submit-container .disabled.wc-block-cart__submit-button, .wc-block-cart__submit-container .base-dark .disabled.wc-block-cart__submit-button, .base-dark .woocommerce form.login button.disabled[type=submit], .woocommerce form.login .base-dark button.disabled[type=submit], .base-dark .woocommerce body.woocommerce-account .login.edit-account button.disabled[type=submit], .woocommerce body.woocommerce-account .login.edit-account .base-dark button.disabled[type=submit], .base-dark body.woocommerce-account .woocommerce .login.edit-account button.disabled[type=submit], body.woocommerce-account .woocommerce .login.edit-account .base-dark button.disabled[type=submit], .base-dark body.woocommerce-account .disabled.button, body.woocommerce-account .base-dark .disabled.button, .base-dark .btn-primary:disabled, .base-dark .woocommerce-page #content div.product.type-product .single_add_to_cart_button:disabled, .woocommerce-page #content div.product.type-product .base-dark .single_add_to_cart_button:disabled, .base-dark .wc-block-cart__submit-container .wc-block-cart__submit-button:disabled, .wc-block-cart__submit-container .base-dark .wc-block-cart__submit-button:disabled, .base-dark .woocommerce form.login button[type=submit]:disabled, .woocommerce form.login .base-dark button[type=submit]:disabled, .base-dark .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:disabled, .woocommerce body.woocommerce-account .login.edit-account .base-dark button[type=submit]:disabled, .base-dark body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce .login.edit-account .base-dark button[type=submit]:disabled, .base-dark body.woocommerce-account .button:disabled, body.woocommerce-account .base-dark .button:disabled, .base-gradiente .btn-primary.disabled, .base-gradiente .woocommerce-page #content div.product.type-product .disabled.single_add_to_cart_button, .woocommerce-page #content div.product.type-product .base-gradiente .disabled.single_add_to_cart_button, .base-gradiente .wc-block-cart__submit-container .disabled.wc-block-cart__submit-button, .wc-block-cart__submit-container .base-gradiente .disabled.wc-block-cart__submit-button, .base-gradiente .woocommerce form.login button.disabled[type=submit], .woocommerce form.login .base-gradiente button.disabled[type=submit], .base-gradiente .woocommerce body.woocommerce-account .login.edit-account button.disabled[type=submit], .woocommerce body.woocommerce-account .login.edit-account .base-gradiente button.disabled[type=submit], .base-gradiente body.woocommerce-account .woocommerce .login.edit-account button.disabled[type=submit], body.woocommerce-account .woocommerce .login.edit-account .base-gradiente button.disabled[type=submit], .base-gradiente body.woocommerce-account .disabled.button, body.woocommerce-account .base-gradiente .disabled.button, .base-gradiente .btn-primary:disabled, .base-gradiente .woocommerce-page #content div.product.type-product .single_add_to_cart_button:disabled, .woocommerce-page #content div.product.type-product .base-gradiente .single_add_to_cart_button:disabled, .base-gradiente .wc-block-cart__submit-container .wc-block-cart__submit-button:disabled, .wc-block-cart__submit-container .base-gradiente .wc-block-cart__submit-button:disabled, .base-gradiente .woocommerce form.login button[type=submit]:disabled, .woocommerce form.login .base-gradiente button[type=submit]:disabled, .base-gradiente .woocommerce body.woocommerce-account .login.edit-account button[type=submit]:disabled, .woocommerce body.woocommerce-account .login.edit-account .base-gradiente button[type=submit]:disabled, .base-gradiente body.woocommerce-account .woocommerce .login.edit-account button[type=submit]:disabled, body.woocommerce-account .woocommerce .login.edit-account .base-gradiente button[type=submit]:disabled, .base-gradiente body.woocommerce-account .button:disabled, body.woocommerce-account .base-gradiente .button:disabled, .base-dark a.btn-primary.disabled, .base-dark .woocommerce-page #content div.product.type-product a.disabled.single_add_to_cart_button, .woocommerce-page #content div.product.type-product .base-dark a.disabled.single_add_to_cart_button, .base-dark a.btn-primary:disabled, .base-dark .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:disabled, .woocommerce-page #content div.product.type-product .base-dark a.single_add_to_cart_button:disabled, .base-gradiente a.btn-primary.disabled, .base-gradiente .woocommerce-page #content div.product.type-product a.disabled.single_add_to_cart_button, .woocommerce-page #content div.product.type-product .base-gradiente a.disabled.single_add_to_cart_button, .base-gradiente a.btn-primary:disabled, .base-gradiente .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:disabled, .woocommerce-page #content div.product.type-product .base-gradiente a.single_add_to_cart_button:disabled, .base-dark a:not([href]).btn-primary.disabled, .base-dark .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]).disabled, .woocommerce-page #content div.product.type-product .base-dark a.single_add_to_cart_button:not([href]).disabled, .base-dark a:not([href]).btn-primary:disabled, .base-dark .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]):disabled, .woocommerce-page #content div.product.type-product .base-dark a.single_add_to_cart_button:not([href]):disabled, .base-gradiente a:not([href]).btn-primary.disabled, .base-gradiente .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]).disabled, .woocommerce-page #content div.product.type-product .base-gradiente a.single_add_to_cart_button:not([href]).disabled, .base-gradiente a:not([href]).btn-primary:disabled, .base-gradiente .woocommerce-page #content div.product.type-product a.single_add_to_cart_button:not([href]):disabled, .woocommerce-page #content div.product.type-product .base-gradiente a.single_add_to_cart_button:not([href]):disabled, .base-dark .sub-btn-primary a.disabled, .base-dark .sub-btn-primary a:disabled, .base-gradiente .sub-btn-primary a.disabled, .base-gradiente .sub-btn-primary a:disabled, .base-dark .woocommerce-button.disabled, .base-dark .woocommerce-button:disabled, .base-gradiente .woocommerce-button.disabled, .base-gradiente .woocommerce-button:disabled,
.base-dark .woocommerce-form-login__submit.disabled,
.base-dark .woocommerce-form-login__submit:disabled,
.base-gradiente .woocommerce-form-login__submit.disabled,
.base-gradiente .woocommerce-form-login__submit:disabled,
.base-dark .woocommerce-cart-form__contents .button.disabled,
.base-dark .woocommerce-cart-form__contents .button:disabled,
.base-gradiente .woocommerce-cart-form__contents .button.disabled,
.base-gradiente .woocommerce-cart-form__contents .button:disabled,
.base-dark .checkout-button.disabled,
.base-dark .checkout-button:disabled,
.base-gradiente .checkout-button.disabled,
.base-gradiente .checkout-button:disabled,
.base-dark .woocommerce-checkout-payment button.disabled,
.base-dark .woocommerce-checkout-payment button:disabled,
.base-gradiente .woocommerce-checkout-payment button.disabled,
.base-gradiente .woocommerce-checkout-payment button:disabled,
.base-dark .woocommerce-form-coupon button.disabled,
.base-dark .woocommerce-form-coupon button:disabled,
.base-gradiente .woocommerce-form-coupon button.disabled,
.base-gradiente .woocommerce-form-coupon button:disabled,
.base-dark .woocommerce-Button.disabled,
.base-dark .woocommerce-Button:disabled,
.base-gradiente .woocommerce-Button.disabled,
.base-gradiente .woocommerce-Button:disabled {
  opacity: 0.38;
}

.btn-secondary, .woocommerce-notices-wrapper .button.wc-forward, .blogCategoryMenu li a, a.btn-secondary, a:not([href]).btn-secondary, .sub-btn-secondary a,
.woocommerce-notices-wrapper .button {
  line-height: 38px;
  text-decoration: none;
  border: 0px solid #262626;
  line-height: 38px;
  -webkit-transition: background 0.4s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#262626), color-stop(33%, #262626), color-stop(66%, #bebebe), to(#bebebe));
  background: linear-gradient(90deg, #262626 0%, #262626 33%, #bebebe 66%, #bebebe 100%);
  background-size: 300% 100%;
  background-position: 0% 0%;
  -webkit-transition: background-position 0.6s ease, color 0.3s ease;
  transition: background-position 0.6s ease, color 0.3s ease;
  /*
  	.base-dark &, .base-gradiente & {
  		background: $base-light-1;
  		color: $on-light-primary-text;

  		&:hover, &:active, &:focus {
  			background: $c-primary !important;
  			color: $on-dark-primary-text;
  		}
  		&.disabled, &:disabled {
  			opacity: 0.38;
  		}

  	}
  	*/
}
.btn-secondary, .woocommerce-notices-wrapper .button.wc-forward, .blogCategoryMenu li a, .btn-secondary::after, .woocommerce-notices-wrapper .button.wc-forward::after, .blogCategoryMenu li a::after, a.btn-secondary, a.btn-secondary::after, a:not([href]).btn-secondary, a:not([href]).btn-secondary::after, .sub-btn-secondary a, .sub-btn-secondary a::after,
.woocommerce-notices-wrapper .button,
.woocommerce-notices-wrapper .button::after {
  border-radius: 19px;
}
.btn-secondary:hover, .blogCategoryMenu li a:hover, a.btn-secondary:hover, a:not([href]).btn-secondary:hover, .sub-btn-secondary a:hover,
.woocommerce-notices-wrapper .button:hover {
  background-position: 33% 0%;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn-secondary:active, .blogCategoryMenu li a:active, .btn-secondary:focus, .blogCategoryMenu li a:focus, a.btn-secondary:active, a.btn-secondary:focus, a:not([href]).btn-secondary:active, a:not([href]).btn-secondary:focus, .sub-btn-secondary a:active, .sub-btn-secondary a:focus,
.woocommerce-notices-wrapper .button:active,
.woocommerce-notices-wrapper .button:focus {
  background-position: 66% 0%;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn-secondary.disabled, .blogCategoryMenu li a.disabled, .btn-secondary:disabled, .blogCategoryMenu li a:disabled, a.btn-secondary.disabled, a.btn-secondary:disabled, a:not([href]).btn-secondary.disabled, a:not([href]).btn-secondary:disabled, .sub-btn-secondary a.disabled, .sub-btn-secondary a:disabled,
.woocommerce-notices-wrapper .button.disabled,
.woocommerce-notices-wrapper .button:disabled {
  opacity: 0.38;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  color: #B13D3D;
}

.wc-backward {
  text-align: left;
}

.btn-tertiary, a:not([href]).btn-tertiary, a.btn-tertiary, .lectura {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 0.83rem;
  line-height: 1.1176470588em;
  color: #B13D3D;
  padding: 0px 30px 0px 0 !important;
  border: none;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border-radius: 0;
  margin-bottom: 1em !important;
}
.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus, a:not([href]).btn-tertiary:hover, a:not([href]).btn-tertiary:active, a:not([href]).btn-tertiary:focus, a.btn-tertiary:hover, a.btn-tertiary:active, a.btn-tertiary:focus, .lectura:hover, .lectura:active, .lectura:focus {
  color: #262626;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.btn-tertiary.disabled, .btn-tertiary:disabled, a:not([href]).btn-tertiary.disabled, a:not([href]).btn-tertiary:disabled, a.btn-tertiary.disabled, a.btn-tertiary:disabled, .lectura.disabled, .lectura:disabled {
  color: #B13D3D;
  opacity: 0.38;
}
.btn-tertiary:after, a:not([href]).btn-tertiary:after, a.btn-tertiary:after, .lectura:after {
  padding: 0px 0 0px 10px !important;
  top: 0 !important;
  color: #B13D3D !important;
}

/*
.btn-secondary:focus, 
.btn-secondary.focus,
.btn-down:focus,
.btn-down.focus,
.btn-primary:focus,
.btn-tertiary:focus,
.btn-dropdown:focus,
.btn-primary.focus,
.btn-tertiary.focus,
.btn-dropdown.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus ,
.woocommerce-notices-wrapper a.button:focus
{
    box-shadow: none;
} */
.sub-btn a {
  display: block;
}

.btn .i.right, .woocommerce-page #content div.product.type-product .single_add_to_cart_button .i.right, .wc-block-cart__submit-container .wc-block-cart__submit-button .i.right, .woocommerce-notices-wrapper .button.wc-forward .i.right, .woocommerce form.login button[type=submit] .i.right, .woocommerce body.woocommerce-account .login.edit-account button[type=submit] .i.right, body.woocommerce-account .woocommerce .login.edit-account button[type=submit] .i.right, body.woocommerce-account .woocommerce-Button .i.right, body.woocommerce-account .button .i.right, .blogCategoryMenu li a .i.right, .btn .i-left, .woocommerce-page #content div.product.type-product .single_add_to_cart_button .i-left, .wc-block-cart__submit-container .wc-block-cart__submit-button .i-left, .woocommerce-notices-wrapper .button.wc-forward .i-left, .woocommerce form.login button[type=submit] .i-left, .woocommerce body.woocommerce-account .login.edit-account button[type=submit] .i-left, body.woocommerce-account .woocommerce .login.edit-account button[type=submit] .i-left, body.woocommerce-account .woocommerce-Button .i-left, body.woocommerce-account .button .i-left, .blogCategoryMenu li a .i-left {
  vertical-align: middle;
}
.btn .i-right, .woocommerce-page #content div.product.type-product .single_add_to_cart_button .i-right, .wc-block-cart__submit-container .wc-block-cart__submit-button .i-right, .woocommerce-notices-wrapper .button.wc-forward .i-right, .woocommerce form.login button[type=submit] .i-right, .woocommerce body.woocommerce-account .login.edit-account button[type=submit] .i-right, body.woocommerce-account .woocommerce .login.edit-account button[type=submit] .i-right, body.woocommerce-account .woocommerce-Button .i-right, body.woocommerce-account .button .i-right, .blogCategoryMenu li a .i-right {
  margin-left: 8px;
}
.btn .i-left, .woocommerce-page #content div.product.type-product .single_add_to_cart_button .i-left, .wc-block-cart__submit-container .wc-block-cart__submit-button .i-left, .woocommerce-notices-wrapper .button.wc-forward .i-left, .woocommerce form.login button[type=submit] .i-left, .woocommerce body.woocommerce-account .login.edit-account button[type=submit] .i-left, body.woocommerce-account .woocommerce .login.edit-account button[type=submit] .i-left, body.woocommerce-account .woocommerce-Button .i-left, body.woocommerce-account .button .i-left, .blogCategoryMenu li a .i-left {
  margin-right: 8px;
}

.btn-row {
  margin: 0 -10px;
  padding: 25px 0 10px;
}
.btn-row .btn, .btn-row .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .woocommerce-page #content div.product.type-product .btn-row .single_add_to_cart_button, .btn-row .wc-block-cart__submit-container .wc-block-cart__submit-button, .wc-block-cart__submit-container .btn-row .wc-block-cart__submit-button, .btn-row .woocommerce-notices-wrapper .button.wc-forward, .woocommerce-notices-wrapper .btn-row .button.wc-forward, .btn-row .woocommerce form.login button[type=submit], .woocommerce form.login .btn-row button[type=submit], .btn-row .woocommerce body.woocommerce-account .login.edit-account button[type=submit], .woocommerce body.woocommerce-account .login.edit-account .btn-row button[type=submit], .btn-row body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account .btn-row button[type=submit], .btn-row body.woocommerce-account .woocommerce-Button, body.woocommerce-account .btn-row .woocommerce-Button, .btn-row body.woocommerce-account .button, body.woocommerce-account .btn-row .button, .btn-row .blogCategoryMenu li a, .blogCategoryMenu li .btn-row a {
  margin: 0 10px;
  margin-bottom: 15px;
}

/*
Elements to be defined: 
- Forms
- Buttons
*/
.contacto .form-main input[type=text], .contacto .form-main #is-popup-wrapper .is-form-style input[type=text].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=text].is-search-input, .contacto .form-main input[type=email], .contacto .form-main #is-popup-wrapper .is-form-style input[type=email].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=email].is-search-input, .contacto .form-main input[type=password], .contacto .form-main #is-popup-wrapper .is-form-style input[type=password].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=password].is-search-input, .contacto .form-main input[type=tel], .contacto .form-main #is-popup-wrapper .is-form-style input[type=tel].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=tel].is-search-input, .contacto .form-main input[type=number], .contacto .form-main #is-popup-wrapper .is-form-style input[type=number].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=number].is-search-input, .contacto .form-main select, .newsletter-signup form input[type=text], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=text], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=text], .newsletter-signup form input[type=email], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=email], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=email], .newsletter-signup form input[type=password], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=password], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=password], .newsletter-signup form input[type=tel], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=tel], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=tel], .newsletter-signup form input[type=number], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=number], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=number], .newsletter-signup form select, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form select, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form select, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account select, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account select, form input[type=text], body.woocommerce-account .woocommerce-MyAccount-content form input[type=text], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text], body.woocommerce-account .edit-account input[type=text], form #is-popup-wrapper .is-form-style input[type=text].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input, #is-popup-wrapper .is-form-style form input[type=text].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=text].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=text].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input, form input[type=email], body.woocommerce-account .woocommerce-MyAccount-content form input[type=email], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email], body.woocommerce-account .edit-account input[type=email], form #is-popup-wrapper .is-form-style input[type=email].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input, #is-popup-wrapper .is-form-style form input[type=email].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=email].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=email].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input, form input[type=password], body.woocommerce-account .woocommerce-MyAccount-content form input[type=password], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password], body.woocommerce-account .edit-account input[type=password], form #is-popup-wrapper .is-form-style input[type=password].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input, #is-popup-wrapper .is-form-style form input[type=password].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=password].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=password].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input, form input[type=tel], body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel], body.woocommerce-account .edit-account input[type=tel], form #is-popup-wrapper .is-form-style input[type=tel].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input, #is-popup-wrapper .is-form-style form input[type=tel].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=tel].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=tel].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input, form input[type=number], body.woocommerce-account .woocommerce-MyAccount-content form input[type=number], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number], body.woocommerce-account .edit-account input[type=number], form #is-popup-wrapper .is-form-style input[type=number].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input, #is-popup-wrapper .is-form-style form input[type=number].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=number].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=number].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input, form select, body.woocommerce-account .woocommerce-MyAccount-content form select, body.woocommerce-account .woocommerce-MyAccount-content .edit-account select, body.woocommerce-account .edit-account select {
  line-height: 38px;
}
.contacto .form-main input[type=text], .contacto .form-main #is-popup-wrapper .is-form-style input[type=text].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=text].is-search-input, .contacto .form-main input[type=email], .contacto .form-main #is-popup-wrapper .is-form-style input[type=email].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=email].is-search-input, .contacto .form-main input[type=password], .contacto .form-main #is-popup-wrapper .is-form-style input[type=password].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=password].is-search-input, .contacto .form-main input[type=tel], .contacto .form-main #is-popup-wrapper .is-form-style input[type=tel].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=tel].is-search-input, .contacto .form-main input[type=number], .contacto .form-main #is-popup-wrapper .is-form-style input[type=number].is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=number].is-search-input, .contacto .form-main textarea, .contacto .form-main select, .newsletter-signup form input[type=text], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=text], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=text], .newsletter-signup form input[type=email], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=email], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=email], .newsletter-signup form input[type=password], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=password], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=password], .newsletter-signup form input[type=tel], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=tel], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=tel], .newsletter-signup form input[type=number], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=number], .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number], body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=number], .newsletter-signup form textarea, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form textarea, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form textarea, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account textarea, .newsletter-signup form select, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form select, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form select, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account select, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account select, form input[type=text], body.woocommerce-account .woocommerce-MyAccount-content form input[type=text], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text], body.woocommerce-account .edit-account input[type=text], form #is-popup-wrapper .is-form-style input[type=text].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input, #is-popup-wrapper .is-form-style form input[type=text].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=text].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=text].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input, form input[type=email], body.woocommerce-account .woocommerce-MyAccount-content form input[type=email], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email], body.woocommerce-account .edit-account input[type=email], form #is-popup-wrapper .is-form-style input[type=email].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input, #is-popup-wrapper .is-form-style form input[type=email].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=email].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=email].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input, form input[type=password], body.woocommerce-account .woocommerce-MyAccount-content form input[type=password], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password], body.woocommerce-account .edit-account input[type=password], form #is-popup-wrapper .is-form-style input[type=password].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input, #is-popup-wrapper .is-form-style form input[type=password].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=password].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=password].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input, form input[type=tel], body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel], body.woocommerce-account .edit-account input[type=tel], form #is-popup-wrapper .is-form-style input[type=tel].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input, #is-popup-wrapper .is-form-style form input[type=tel].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=tel].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=tel].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input, form input[type=number], body.woocommerce-account .woocommerce-MyAccount-content form input[type=number], body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number], body.woocommerce-account .edit-account input[type=number], form #is-popup-wrapper .is-form-style input[type=number].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input, #is-popup-wrapper .is-form-style form input[type=number].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=number].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=number].is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input, form textarea, body.woocommerce-account .woocommerce-MyAccount-content form textarea, body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea, body.woocommerce-account .edit-account textarea, form select, body.woocommerce-account .woocommerce-MyAccount-content form select, body.woocommerce-account .woocommerce-MyAccount-content .edit-account select, body.woocommerce-account .edit-account select {
  border: none;
  background-color: #f0f0f0;
  width: 100%;
  border-radius: 19px;
  padding: 0 15px;
  font-size: 0.89rem;
}
.contacto .form-main input[type=text].wpcf7-not-valid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=text].wpcf7-not-valid.is-search-input, .contacto .form-main input[type=text]:invalid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, #is-popup-wrapper .is-form-style .contacto .form-main input[type=text].is-search-input:invalid, .contacto .form-main input[type=email].wpcf7-not-valid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=email].wpcf7-not-valid.is-search-input, .contacto .form-main input[type=email]:invalid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, #is-popup-wrapper .is-form-style .contacto .form-main input[type=email].is-search-input:invalid, .contacto .form-main input[type=password].wpcf7-not-valid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=password].wpcf7-not-valid.is-search-input, .contacto .form-main input[type=password]:invalid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, #is-popup-wrapper .is-form-style .contacto .form-main input[type=password].is-search-input:invalid, .contacto .form-main input[type=tel].wpcf7-not-valid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=tel].wpcf7-not-valid.is-search-input, .contacto .form-main input[type=tel]:invalid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, #is-popup-wrapper .is-form-style .contacto .form-main input[type=tel].is-search-input:invalid, .contacto .form-main input[type=number].wpcf7-not-valid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .contacto .form-main input[type=number].wpcf7-not-valid.is-search-input, .contacto .form-main input[type=number]:invalid, .contacto .form-main #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, #is-popup-wrapper .is-form-style .contacto .form-main input[type=number].is-search-input:invalid, .contacto .form-main textarea.wpcf7-not-valid, .contacto .form-main textarea:invalid, .contacto .form-main select.wpcf7-not-valid, .contacto .form-main select:invalid, .newsletter-signup form input[type=text].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=text].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=text].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .edit-account input[type=text].wpcf7-not-valid, body.woocommerce-account .newsletter-signup .edit-account input[type=text].wpcf7-not-valid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=text].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=text].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=text].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=text].wpcf7-not-valid.is-search-input, .newsletter-signup form input[type=text]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=text]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=text]:invalid, .newsletter-signup body.woocommerce-account .edit-account input[type=text]:invalid, body.woocommerce-account .newsletter-signup .edit-account input[type=text]:invalid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=text].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=text].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=text].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=text].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=text].is-search-input:invalid, .newsletter-signup form input[type=email].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=email].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=email].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .edit-account input[type=email].wpcf7-not-valid, body.woocommerce-account .newsletter-signup .edit-account input[type=email].wpcf7-not-valid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=email].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=email].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=email].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=email].wpcf7-not-valid.is-search-input, .newsletter-signup form input[type=email]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=email]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=email]:invalid, .newsletter-signup body.woocommerce-account .edit-account input[type=email]:invalid, body.woocommerce-account .newsletter-signup .edit-account input[type=email]:invalid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=email].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=email].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=email].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=email].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=email].is-search-input:invalid, .newsletter-signup form input[type=password].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=password].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=password].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .edit-account input[type=password].wpcf7-not-valid, body.woocommerce-account .newsletter-signup .edit-account input[type=password].wpcf7-not-valid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=password].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=password].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=password].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=password].wpcf7-not-valid.is-search-input, .newsletter-signup form input[type=password]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=password]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=password]:invalid, .newsletter-signup body.woocommerce-account .edit-account input[type=password]:invalid, body.woocommerce-account .newsletter-signup .edit-account input[type=password]:invalid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=password].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=password].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=password].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=password].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=password].is-search-input:invalid, .newsletter-signup form input[type=tel].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=tel].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=tel].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .edit-account input[type=tel].wpcf7-not-valid, body.woocommerce-account .newsletter-signup .edit-account input[type=tel].wpcf7-not-valid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=tel].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=tel].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=tel].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=tel].wpcf7-not-valid.is-search-input, .newsletter-signup form input[type=tel]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=tel]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=tel]:invalid, .newsletter-signup body.woocommerce-account .edit-account input[type=tel]:invalid, body.woocommerce-account .newsletter-signup .edit-account input[type=tel]:invalid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=tel].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=tel].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=tel].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=tel].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=tel].is-search-input:invalid, .newsletter-signup form input[type=number].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=number].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=number].wpcf7-not-valid, .newsletter-signup body.woocommerce-account .edit-account input[type=number].wpcf7-not-valid, body.woocommerce-account .newsletter-signup .edit-account input[type=number].wpcf7-not-valid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=number].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=number].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=number].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=number].wpcf7-not-valid.is-search-input, .newsletter-signup form input[type=number]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=number]:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=number]:invalid, .newsletter-signup body.woocommerce-account .edit-account input[type=number]:invalid, body.woocommerce-account .newsletter-signup .edit-account input[type=number]:invalid, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=number].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=number].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=number].is-search-input:invalid, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=number].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=number].is-search-input:invalid, .newsletter-signup form textarea.wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form textarea.wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form textarea.wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea.wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account textarea.wpcf7-not-valid, .newsletter-signup body.woocommerce-account .edit-account textarea.wpcf7-not-valid, body.woocommerce-account .newsletter-signup .edit-account textarea.wpcf7-not-valid, .newsletter-signup form textarea:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form textarea:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form textarea:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account textarea:invalid, .newsletter-signup body.woocommerce-account .edit-account textarea:invalid, body.woocommerce-account .newsletter-signup .edit-account textarea:invalid, .newsletter-signup form select.wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form select.wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form select.wpcf7-not-valid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account select.wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account select.wpcf7-not-valid, .newsletter-signup body.woocommerce-account .edit-account select.wpcf7-not-valid, body.woocommerce-account .newsletter-signup .edit-account select.wpcf7-not-valid, .newsletter-signup form select:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form select:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form select:invalid, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account select:invalid, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account select:invalid, .newsletter-signup body.woocommerce-account .edit-account select:invalid, body.woocommerce-account .newsletter-signup .edit-account select:invalid, form input[type=text].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].wpcf7-not-valid, body.woocommerce-account .edit-account input[type=text].wpcf7-not-valid, form #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style form input[type=text].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=text].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=text].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=text].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=text].wpcf7-not-valid.is-search-input, form input[type=text]:invalid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=text]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text]:invalid, body.woocommerce-account .edit-account input[type=text]:invalid, form #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:invalid, #is-popup-wrapper .is-form-style form input[type=text].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=text].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=text].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input:invalid, form input[type=email].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].wpcf7-not-valid, body.woocommerce-account .edit-account input[type=email].wpcf7-not-valid, form #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style form input[type=email].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=email].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=email].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=email].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=email].wpcf7-not-valid.is-search-input, form input[type=email]:invalid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=email]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email]:invalid, body.woocommerce-account .edit-account input[type=email]:invalid, form #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:invalid, #is-popup-wrapper .is-form-style form input[type=email].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=email].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=email].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input:invalid, form input[type=password].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].wpcf7-not-valid, body.woocommerce-account .edit-account input[type=password].wpcf7-not-valid, form #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style form input[type=password].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=password].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=password].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=password].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=password].wpcf7-not-valid.is-search-input, form input[type=password]:invalid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=password]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password]:invalid, body.woocommerce-account .edit-account input[type=password]:invalid, form #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:invalid, #is-popup-wrapper .is-form-style form input[type=password].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=password].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=password].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input:invalid, form input[type=tel].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].wpcf7-not-valid, body.woocommerce-account .edit-account input[type=tel].wpcf7-not-valid, form #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style form input[type=tel].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=tel].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=tel].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=tel].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=tel].wpcf7-not-valid.is-search-input, form input[type=tel]:invalid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel]:invalid, body.woocommerce-account .edit-account input[type=tel]:invalid, form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:invalid, #is-popup-wrapper .is-form-style form input[type=tel].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=tel].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=tel].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input:invalid, form input[type=number].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].wpcf7-not-valid, body.woocommerce-account .edit-account input[type=number].wpcf7-not-valid, form #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style form input[type=number].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=number].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=number].wpcf7-not-valid.is-search-input, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=number].wpcf7-not-valid.is-search-input, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=number].wpcf7-not-valid.is-search-input, form input[type=number]:invalid, body.woocommerce-account .woocommerce-MyAccount-content form input[type=number]:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number]:invalid, body.woocommerce-account .edit-account input[type=number]:invalid, form #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:invalid, #is-popup-wrapper .is-form-style form input[type=number].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=number].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].is-search-input:invalid, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input:invalid, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=number].is-search-input:invalid, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input:invalid, form textarea.wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content form textarea.wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea.wpcf7-not-valid, body.woocommerce-account .edit-account textarea.wpcf7-not-valid, form textarea:invalid, body.woocommerce-account .woocommerce-MyAccount-content form textarea:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea:invalid, body.woocommerce-account .edit-account textarea:invalid, form select.wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content form select.wpcf7-not-valid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account select.wpcf7-not-valid, body.woocommerce-account .edit-account select.wpcf7-not-valid, form select:invalid, body.woocommerce-account .woocommerce-MyAccount-content form select:invalid, body.woocommerce-account .woocommerce-MyAccount-content .edit-account select:invalid, body.woocommerce-account .edit-account select:invalid {
  border-bottom-color: #FA1414;
}
.contacto .form-main input[type=text]:focus, .contacto .form-main #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, #is-popup-wrapper .is-form-style .contacto .form-main input[type=text].is-search-input:focus, .contacto .form-main input[type=text]:focus-visible, .contacto .form-main #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .contacto .form-main input[type=text].is-search-input:focus-visible, .contacto .form-main input[type=email]:focus, .contacto .form-main #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, #is-popup-wrapper .is-form-style .contacto .form-main input[type=email].is-search-input:focus, .contacto .form-main input[type=email]:focus-visible, .contacto .form-main #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .contacto .form-main input[type=email].is-search-input:focus-visible, .contacto .form-main input[type=password]:focus, .contacto .form-main #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, #is-popup-wrapper .is-form-style .contacto .form-main input[type=password].is-search-input:focus, .contacto .form-main input[type=password]:focus-visible, .contacto .form-main #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .contacto .form-main input[type=password].is-search-input:focus-visible, .contacto .form-main input[type=tel]:focus, .contacto .form-main #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, #is-popup-wrapper .is-form-style .contacto .form-main input[type=tel].is-search-input:focus, .contacto .form-main input[type=tel]:focus-visible, .contacto .form-main #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .contacto .form-main input[type=tel].is-search-input:focus-visible, .contacto .form-main input[type=number]:focus, .contacto .form-main #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, #is-popup-wrapper .is-form-style .contacto .form-main input[type=number].is-search-input:focus, .contacto .form-main input[type=number]:focus-visible, .contacto .form-main #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .contacto .form-main input[type=number].is-search-input:focus-visible, .contacto .form-main textarea:focus, .contacto .form-main textarea:focus-visible, .contacto .form-main select:focus, .contacto .form-main select:focus-visible, .newsletter-signup form input[type=text]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=text]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=text]:focus, .newsletter-signup body.woocommerce-account .edit-account input[type=text]:focus, body.woocommerce-account .newsletter-signup .edit-account input[type=text]:focus, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=text].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=text].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=text].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=text].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=text].is-search-input:focus, .newsletter-signup form input[type=text]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=text]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=text]:focus-visible, .newsletter-signup body.woocommerce-account .edit-account input[type=text]:focus-visible, body.woocommerce-account .newsletter-signup .edit-account input[type=text]:focus-visible, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=text].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=text].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=text].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=text].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=text].is-search-input:focus-visible, .newsletter-signup form input[type=email]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=email]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=email]:focus, .newsletter-signup body.woocommerce-account .edit-account input[type=email]:focus, body.woocommerce-account .newsletter-signup .edit-account input[type=email]:focus, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=email].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=email].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=email].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=email].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=email].is-search-input:focus, .newsletter-signup form input[type=email]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=email]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=email]:focus-visible, .newsletter-signup body.woocommerce-account .edit-account input[type=email]:focus-visible, body.woocommerce-account .newsletter-signup .edit-account input[type=email]:focus-visible, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=email].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=email].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=email].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=email].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=email].is-search-input:focus-visible, .newsletter-signup form input[type=password]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=password]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=password]:focus, .newsletter-signup body.woocommerce-account .edit-account input[type=password]:focus, body.woocommerce-account .newsletter-signup .edit-account input[type=password]:focus, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=password].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=password].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=password].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=password].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=password].is-search-input:focus, .newsletter-signup form input[type=password]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=password]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=password]:focus-visible, .newsletter-signup body.woocommerce-account .edit-account input[type=password]:focus-visible, body.woocommerce-account .newsletter-signup .edit-account input[type=password]:focus-visible, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=password].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=password].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=password].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=password].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=password].is-search-input:focus-visible, .newsletter-signup form input[type=tel]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=tel]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=tel]:focus, .newsletter-signup body.woocommerce-account .edit-account input[type=tel]:focus, body.woocommerce-account .newsletter-signup .edit-account input[type=tel]:focus, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=tel].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=tel].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=tel].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=tel].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=tel].is-search-input:focus, .newsletter-signup form input[type=tel]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=tel]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=tel]:focus-visible, .newsletter-signup body.woocommerce-account .edit-account input[type=tel]:focus-visible, body.woocommerce-account .newsletter-signup .edit-account input[type=tel]:focus-visible, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=tel].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=tel].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=tel].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=tel].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=tel].is-search-input:focus-visible, .newsletter-signup form input[type=number]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=number]:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number]:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=number]:focus, .newsletter-signup body.woocommerce-account .edit-account input[type=number]:focus, body.woocommerce-account .newsletter-signup .edit-account input[type=number]:focus, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=number].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=number].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=number].is-search-input:focus, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=number].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=number].is-search-input:focus, .newsletter-signup form input[type=number]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form input[type=number]:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account input[type=number]:focus-visible, .newsletter-signup body.woocommerce-account .edit-account input[type=number]:focus-visible, body.woocommerce-account .newsletter-signup .edit-account input[type=number]:focus-visible, .newsletter-signup form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, .newsletter-signup body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, body.woocommerce-account .newsletter-signup .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup form input[type=number].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup form input[type=number].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=number].is-search-input:focus-visible, #is-popup-wrapper .is-form-style .newsletter-signup body.woocommerce-account .edit-account input[type=number].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .newsletter-signup .edit-account input[type=number].is-search-input:focus-visible, .newsletter-signup form textarea:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form textarea:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form textarea:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account textarea:focus, .newsletter-signup body.woocommerce-account .edit-account textarea:focus, body.woocommerce-account .newsletter-signup .edit-account textarea:focus, .newsletter-signup form textarea:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form textarea:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form textarea:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account textarea:focus-visible, .newsletter-signup body.woocommerce-account .edit-account textarea:focus-visible, body.woocommerce-account .newsletter-signup .edit-account textarea:focus-visible, .newsletter-signup form select:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form select:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form select:focus, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account select:focus, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account select:focus, .newsletter-signup body.woocommerce-account .edit-account select:focus, body.woocommerce-account .newsletter-signup .edit-account select:focus, .newsletter-signup form select:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content form select:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup form select:focus-visible, .newsletter-signup body.woocommerce-account .woocommerce-MyAccount-content .edit-account select:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .newsletter-signup .edit-account select:focus-visible, .newsletter-signup body.woocommerce-account .edit-account select:focus-visible, body.woocommerce-account .newsletter-signup .edit-account select:focus-visible, form input[type=text]:focus, body.woocommerce-account .woocommerce-MyAccount-content form input[type=text]:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text]:focus, body.woocommerce-account .edit-account input[type=text]:focus, form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus, #is-popup-wrapper .is-form-style form input[type=text].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=text].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=text].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input:focus, form input[type=text]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form input[type=text]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text]:focus-visible, body.woocommerce-account .edit-account input[type=text]:focus-visible, form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=text].is-search-input:focus-visible, #is-popup-wrapper .is-form-style form input[type=text].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=text].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=text].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=text].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=text].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=text].is-search-input:focus-visible, form input[type=email]:focus, body.woocommerce-account .woocommerce-MyAccount-content form input[type=email]:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email]:focus, body.woocommerce-account .edit-account input[type=email]:focus, form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus, #is-popup-wrapper .is-form-style form input[type=email].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=email].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=email].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input:focus, form input[type=email]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form input[type=email]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email]:focus-visible, body.woocommerce-account .edit-account input[type=email]:focus-visible, form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=email].is-search-input:focus-visible, #is-popup-wrapper .is-form-style form input[type=email].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=email].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=email].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=email].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=email].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=email].is-search-input:focus-visible, form input[type=password]:focus, body.woocommerce-account .woocommerce-MyAccount-content form input[type=password]:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password]:focus, body.woocommerce-account .edit-account input[type=password]:focus, form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus, #is-popup-wrapper .is-form-style form input[type=password].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=password].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=password].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input:focus, form input[type=password]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form input[type=password]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password]:focus-visible, body.woocommerce-account .edit-account input[type=password]:focus-visible, form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=password].is-search-input:focus-visible, #is-popup-wrapper .is-form-style form input[type=password].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=password].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=password].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=password].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=password].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=password].is-search-input:focus-visible, form input[type=tel]:focus, body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel]:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel]:focus, body.woocommerce-account .edit-account input[type=tel]:focus, form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus, #is-popup-wrapper .is-form-style form input[type=tel].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=tel].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=tel].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input:focus, form input[type=tel]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel]:focus-visible, body.woocommerce-account .edit-account input[type=tel]:focus-visible, form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=tel].is-search-input:focus-visible, #is-popup-wrapper .is-form-style form input[type=tel].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=tel].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=tel].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=tel].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=tel].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=tel].is-search-input:focus-visible, form input[type=number]:focus, body.woocommerce-account .woocommerce-MyAccount-content form input[type=number]:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number]:focus, body.woocommerce-account .edit-account input[type=number]:focus, form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus, #is-popup-wrapper .is-form-style form input[type=number].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=number].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].is-search-input:focus, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input:focus, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=number].is-search-input:focus, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input:focus, form input[type=number]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form input[type=number]:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number]:focus-visible, body.woocommerce-account .edit-account input[type=number]:focus-visible, form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, body.woocommerce-account .edit-account #is-popup-wrapper .is-form-style input[type=number].is-search-input:focus-visible, #is-popup-wrapper .is-form-style form input[type=number].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content form input[type=number].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style form input[type=number].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .woocommerce-MyAccount-content .edit-account input[type=number].is-search-input:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input:focus-visible, #is-popup-wrapper .is-form-style body.woocommerce-account .edit-account input[type=number].is-search-input:focus-visible, body.woocommerce-account #is-popup-wrapper .is-form-style .edit-account input[type=number].is-search-input:focus-visible, form textarea:focus, body.woocommerce-account .woocommerce-MyAccount-content form textarea:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea:focus, body.woocommerce-account .edit-account textarea:focus, form textarea:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form textarea:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account textarea:focus-visible, body.woocommerce-account .edit-account textarea:focus-visible, form select:focus, body.woocommerce-account .woocommerce-MyAccount-content form select:focus, body.woocommerce-account .woocommerce-MyAccount-content .edit-account select:focus, body.woocommerce-account .edit-account select:focus, form select:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content form select:focus-visible, body.woocommerce-account .woocommerce-MyAccount-content .edit-account select:focus-visible, body.woocommerce-account .edit-account select:focus-visible {
  border: none;
}
.contacto .form-main textarea, .newsletter-signup form textarea, form textarea, body.woocommerce-account .woocommerce-MyAccount-content form textarea, body.woocommerce-account .edit-account textarea {
  height: 210px;
  resize: none;
}
.contacto .form-main label, .newsletter-signup form label, form label, body.woocommerce-account .woocommerce-MyAccount-content form label, body.woocommerce-account .edit-account label {
  font-size: 0.78rem;
  color: #262626;
  padding-bottom: 8px;
}

.select2-container--default {
  /* ============================
     SELECTION (the visible input)
     ============================ */
  /* ============================
     DROPDOWN PANEL
     ============================ */
  /* ============================
     SEARCH FIELD INSIDE DROPDOWN
     ============================ */
  /* ============================
     RESULTS LIST
     ============================ */
}
.select2-container--default .select2-selection--single {
  height: 38px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  font-size: 0.89rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #262626;
  line-height: 38px;
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #262626 transparent transparent transparent;
}
.select2-container--default .select2-dropdown {
  background-color: #f0f0f0 !important;
  border: none;
  border-radius: 14px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 8px 12px;
  border-radius: 10px;
  border: none;
  background: #f8f8f8;
  font-size: 0.83rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  background: white;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 260px;
  padding: 6px;
  scrollbar-width: thin;
}
.select2-container--default .select2-results .select2-results__option {
  padding: 10px 14px;
  font-size: 0.89rem;
  color: #262626;
  border-radius: 10px;
  margin: 2px 0;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.select2-container--default .select2-results .select2-results__option--highlighted {
  background-color: #B13D3D;
  color: white;
}
.select2-container--default .select2-results .select2-results__option--selected {
  background-color: white;
  color: #262626;
}
.select2-container--default .select2-results .select2-results__option.select2-results__message {
  padding: 10px;
  font-size: 0.83rem;
  color: #262626;
  opacity: 0.7;
}

.file-upload-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

label.custom-file-upload {
  cursor: pointer;
  color: white !important;
}

#file-chosen {
  font-family: sans-serif;
  font-size: 14px;
  color: #262626;
}

footer {
  font-family: "Roboto", sans-serif;
  padding-top: 31px;
  padding-bottom: 30px;
  position: relative;
}
footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background-color: white;
  background-image: url(assets/dist/img/footer-pattern.jpg);
  background-repeat: repeat-x;
  content: "";
  background-size: contain;
}
footer > .container-fluid > .row, footer > .woocommerce-notices-wrapper > .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  footer > .container-fluid > .row, footer > .woocommerce-notices-wrapper > .row {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
footer .footer-menu {
  padding-top: 40px;
}
footer .menu li {
  list-style: none;
  padding-bottom: 8px;
  font-size: 0.89rem;
  line-height: 1.5em;
}
footer .menu li a {
  color: #fff;
}
footer .menu li a:hover, footer .menu li a:active, footer .menu li a:focus {
  color: rgba(255, 255, 255, 0.7);
}
footer h6 {
  padding-bottom: 10px;
}
footer .footer-logo .logo {
  margin-bottom: 30px;
}
footer .footer-logo .logo a {
  display: block;
}
footer .footer-logo .logo img, footer .footer-logo .logo svg {
  max-height: 90px;
  width: auto;
}
footer .contacto-footer p {
  color: rgba(255, 255, 255, 0.7);
}
footer .contacto-footer a {
  color: white;
  font-size: 15px;
}
footer .contacto-footer a:after {
  margin-left: 7px;
  color: white;
}
footer .info-about p {
  color: rgba(255, 255, 255, 0.7);
}
footer .logo-afip img {
  max-width: 70px;
  height: auto;
}
footer .datos-contacto .ubicacion {
  font-size: 16px;
  font-weight: 700;
}
footer .datos-contacto .tel, footer .datos-contacto .mail {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-legales {
  font-size: 0.78rem;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
@media (min-width: 577px) {
  footer .footer-legales .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .footer-legales .menu li {
    padding-right: 30px;
  }
}
footer .footer-legales a, footer .footer-legales .copy {
  font-size: 0.78rem;
  line-height: 24px;
  text-transform: none !important;
  color: rgba(255, 255, 255, 0.7) !important;
  letter-spacing: 0;
  padding: 0;
  margin: auto 0;
  vertical-align: top;
}
footer .footer-legales a:hover {
  color: white !important;
}
footer .footer-legales .copy {
  width: 100%;
}
footer .footer-legales .copy.block {
  margin: auto 0;
}

.social-networks, .preguntas-frecuentes .social-links .social-networks, .legales .social-links .social-networks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.social-networks li, .preguntas-frecuentes .social-links .social-networks li, .legales .social-links .social-networks li {
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
}
.social-networks li a, .preguntas-frecuentes .social-links .social-networks li a, .legales .social-links .social-networks li a {
  padding: 8px;
}
.social-networks li:hover a, .preguntas-frecuentes .social-links .social-networks li:hover a, .legales .social-links .social-networks li:hover a, .social-networks li:hover:before, .preguntas-frecuentes .social-links .social-networks li:hover:before, .legales .social-links .social-networks li:hover:before, .social-networks li:active a, .preguntas-frecuentes .social-links .social-networks li:active a, .legales .social-links .social-networks li:active a, .social-networks li:active:before, .preguntas-frecuentes .social-links .social-networks li:active:before, .legales .social-links .social-networks li:active:before, .social-networks li:focus a, .preguntas-frecuentes .social-links .social-networks li:focus a, .legales .social-links .social-networks li:focus a, .social-networks li:focus:before, .preguntas-frecuentes .social-links .social-networks li:focus:before, .legales .social-links .social-networks li:focus:before {
  color: rgba(255, 255, 255, 0.7);
}
.social-networks li a, .preguntas-frecuentes .social-links .social-networks li a, .legales .social-links .social-networks li a, .social-networks li:before, .preguntas-frecuentes .social-links .social-networks li:before, .legales .social-links .social-networks li:before {
  color: #fff;
  font-size: 19px;
}

/*
.form-newsletter {
    input[type=text], input[type=email] {
        width: 100%;

        height: 48px; line-height: 48px;
        border-radius: 24px;
        padding: 0 24px;
        border: none; 

        background-color: rgba(#fff, .54);
        color: $on-dark-primary-text;
    }
    ::placeholder {
      color:  $on-dark-secondary-text;
      opacity: 1; // Firefox
    }

    ::-ms-input-placeholder { // Edge 12 -18 
      color:  $on-dark-secondary-text;
    }
    .btn-primary {
        margin-top: 18px;
    }
}*/
/*BOOTSTRAP COLLAPSE MIMICKING */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.collapse.show {
  max-height: 99em;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

/* Header height settings are set up in _settings.scss */
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.hamburger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  right: 15px;
  z-index: 999;
  display: block;
  height: 16px;
  width: 20px;
  margin-left: 0;
  background: transparent;
  border: none;
  padding: 0;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
  outline: none;
}
.hamburger .hamb-top,
.hamburger .hamb-middle,
.hamburger .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: rgba(38, 38, 38, 0.54);
  height: 2px;
}
.hamburger.is-closed .hamb-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -1px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: rgba(38, 38, 38, 0.54);
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

#content {
  margin-top: 0;
}

body.boddyToggled {
  overflow: hidden;
}

header {
  padding-bottom: 10px;
}
header, header * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header .topbar-slider {
  background: #262626;
  color: white;
}
header .topbar-slider .topbar-promos {
  margin-left: -15px;
  margin-right: -15px;
}
header .topbar-slider li {
  text-wrap-mode: nowrap;
  padding: 0 15px;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all, 0.3s, linear;
  transition: all, 0.3s, linear;
}
@media (prefers-reduced-motion: reduce) {
  header .topbar-slider li {
    -webkit-transition: none;
    transition: none;
  }
}
header .topbar-slider p, header .topbar-slider li {
  font-size: 14px;
}
header .logo-div {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
header .logo-div .site-title {
  margin: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .logo-div .site-title a {
  -webkit-transition: all, 0.3s, linear;
  transition: all, 0.3s, linear;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  display: block;
  background-size: auto 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 197px;
  /*
  @media (max-width: $end-md) {
  	margin-top: 10px;
  	width: 200px;
  }*/
}
@media (prefers-reduced-motion: reduce) {
  header .logo-div .site-title a {
    -webkit-transition: none;
    transition: none;
  }
}
header .logo-div .site-title a svg {
  max-width: 100%;
}
header .logo-div .site-title a svg * {
  fill: #BD0012;
  /* opcional, asegura que no haya relleno */
}
@media (min-width: 992px) {
  header .logo-div .site-title a {
    position: relative;
    top: -5px;
  }
}
@media (max-width: 767px) {
  header .logo-div .site-title a {
    max-width: 157px;
  }
}

header > .navbar {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #ffffff;
}
header > .navbar > .container {
  display: block;
}
@media (min-width: 768px) {
  header > .navbar {
    padding-top: 30px;
  }
}
header .menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all, 0.3s, linear;
  transition: all, 0.3s, linear;
}
@media (prefers-reduced-motion: reduce) {
  header .menu {
    -webkit-transition: none;
    transition: none;
  }
}
header .menu, header .menu li, header .menu ul {
  line-height: 44px;
}
header .menu-item {
  position: relative;
  list-style: none;
}
header .menu-item:not(.btn-primary) a {
  margin: 0 14px;
  padding: 0.7em 3px 0.7em;
  font-size: 17px;
  line-height: normal;
  display: inline-block;
  color: #262626;
  text-decoration: none;
}
@media (min-width: 992px) {
  header .menu-item:not(.btn-primary) a {
    border-bottom: 2px solid transparent;
  }
  header .menu-item:not(.btn-primary) a:hover, header .menu-item:not(.btn-primary) a:active, header .menu-item:not(.btn-primary) a:focus {
    border-bottom-color: #B13D3D;
    color: #262626;
  }
}
header .menu-item.btn-primary, header .woocommerce-page #content div.product.type-product .menu-item.single_add_to_cart_button, .woocommerce-page #content div.product.type-product header .menu-item.single_add_to_cart_button, header .wc-block-cart__submit-container .menu-item.wc-block-cart__submit-button, .wc-block-cart__submit-container header .menu-item.wc-block-cart__submit-button, header .woocommerce form.login button.menu-item[type=submit], .woocommerce form.login header button.menu-item[type=submit], header .woocommerce body.woocommerce-account .login.edit-account button.menu-item[type=submit], .woocommerce body.woocommerce-account .login.edit-account header button.menu-item[type=submit], header body.woocommerce-account .woocommerce .login.edit-account button.menu-item[type=submit], body.woocommerce-account .woocommerce .login.edit-account header button.menu-item[type=submit], header body.woocommerce-account .menu-item.woocommerce-Button, body.woocommerce-account header .menu-item.woocommerce-Button, header body.woocommerce-account .menu-item.button, body.woocommerce-account header .menu-item.button {
  padding-bottom: 0;
}
header .menu-item.btn-primary a, header .woocommerce-page #content div.product.type-product .menu-item.single_add_to_cart_button a, .woocommerce-page #content div.product.type-product header .menu-item.single_add_to_cart_button a, header .wc-block-cart__submit-container .menu-item.wc-block-cart__submit-button a, .wc-block-cart__submit-container header .menu-item.wc-block-cart__submit-button a, header .woocommerce form.login button.menu-item[type=submit] a, .woocommerce form.login header button.menu-item[type=submit] a, header .woocommerce body.woocommerce-account .login.edit-account button.menu-item[type=submit] a, .woocommerce body.woocommerce-account .login.edit-account header button.menu-item[type=submit] a, header body.woocommerce-account .woocommerce .login.edit-account button.menu-item[type=submit] a, body.woocommerce-account .woocommerce .login.edit-account header button.menu-item[type=submit] a, header body.woocommerce-account .menu-item.woocommerce-Button a, body.woocommerce-account header .menu-item.woocommerce-Button a, header body.woocommerce-account .menu-item.button a, body.woocommerce-account header .menu-item.button a, header .menu-item.btn-primary a:hover, header .menu-item.btn-primary a:active, header .menu-item.btn-primary a:focus {
  border-bottom-color: transparent !important;
  color: white !important;
}
header .menu-item-has-children {
  /*
  &.active{
  	&:after {
  		rotate: 180deg;
  	}
  	& + .content-collapsible {
  		padding-top: 20px; 
  		 transition: all 0.5s ease-in-out;
  	}
  }*/
}
header .menu-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-weight: normal;
  -webkit-transition: rotate 0.5s ease-in-out;
  transition: rotate 0.5s ease-in-out;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  -webkit-transform-origin: center 20%;
          transform-origin: center 20%;
}
header .has-mega {
  position: static;
}
header .has-mega > .sub-menu.mega-wrapper {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}
header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item {
  padding: 0 !important;
}
header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item a, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item a {
  color: rgba(38, 38, 38, 0.54);
  margin: 0;
}
header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item .sub-menu, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item .sub-menu {
  padding-left: 17px;
}
header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item > .sub-menu, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item > .sub-menu {
  line-height: normal;
}
header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item > .sub-menu > .menu-item, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item > .sub-menu > .menu-item {
  padding: 0 !important;
}
header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item > .sub-menu > .menu-item a, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item > .sub-menu > .menu-item a {
  color: #262626;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  padding-bottom: 0.4em;
}
@media (max-width: 991px) {
  header .has-mega > .sub-menu.mega-wrapper {
    display: none;
  }
  header .has-mega > .sub-menu.mega-wrapper .container-fluid, header .has-mega > .sub-menu.mega-wrapper .woocommerce-notices-wrapper {
    padding: 0;
  }
  header .has-mega > .sub-menu.mega-wrapper .container-fluid > .row > .menu-item a, header .has-mega > .sub-menu.mega-wrapper .woocommerce-notices-wrapper > .row > .menu-item a {
    margin-left: 14px;
  }
  header .has-mega > .sub-menu.mega-wrapper .sub-menu {
    display: none;
  }
  header .has-mega.active .sub-menu.mega-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .has-mega .menu-item-has-children.active .sub-menu {
    display: block;
  }
}
@media (min-width: 991.01px) {
  header .has-mega .sub-menu.mega-wrapper {
    display: none;
  }
  header .has-mega:hover .sub-menu.mega-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .has-mega > .sub-menu.mega-wrapper {
    position: absolute;
    left: 0;
    width: 100vw;
    padding: 0;
  }
  header .has-mega > .sub-menu.mega-wrapper .menu-item-has-children > a:after {
    content: none;
  }
  header .has-mega > .sub-menu.mega-wrapper .menu-item-has-children .sub-menu {
    padding-left: 0;
  }
  header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item {
    padding: 15px !important;
    position: relative;
  }
  header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item:after, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: rgba(38, 38, 38, 0.1);
  }
  header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item > .sub-menu, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item > .sub-menu {
    line-height: normal;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    gap: 30px;
    padding-right: 40px;
    padding-left: 0;
  }
  header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item:last-child:after, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item:last-child:after {
    content: none;
  }
  header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item:last-child > .sub-menu, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item:last-child > .sub-menu {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    gap: 0px;
    padding-right: 0px;
  }
  header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item a, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item a {
    color: rgba(38, 38, 38, 0.54);
    margin: 0;
  }
  header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item > .sub-menu > .menu-item, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item > .sub-menu > .menu-item {
    padding: 0 !important;
  }
  header .has-mega > .sub-menu.mega-wrapper > .container-fluid > .row > .menu-item > .sub-menu > .menu-item a, header .has-mega > .sub-menu.mega-wrapper > .woocommerce-notices-wrapper > .row > .menu-item > .sub-menu > .menu-item a {
    color: #262626;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    padding-bottom: 0.4em;
  }
}
header .icon_link i > span {
  display: none;
}
header .icon_link i:before {
  padding-right: 0 !important;
}
header .menu-menu-secundario-header-container {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (min-width: 768px) {
  header.dark-theme:not(.sticky) .hamburger.is-closed .hamb-top, header.dark-theme:not(.sticky) .hamburger.is-closed .hamb-middle, header.dark-theme:not(.sticky) .hamburger.is-closed .hamb-bottom {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 992px) {
  header .navbar .text-right {
    position: static;
  }
  header .hamburger {
    display: none;
  }
  header .sidebar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  header .sidebar-nav.container-fluid, header .sidebar-nav.woocommerce-notices-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  header .sidebar-nav .menu-header-cta-container {
    margin-left: auto;
  }
  header .menu-item a {
    border-bottom: 2px solid transparent;
  }
  header .menu-item a:hover, header .menu-item a:active, header .menu-item a:focus {
    border-bottom-color: #B13D3D;
  }
  header.dark-theme:not(.sticky) .menu-item a, header.dark-theme:not(.sticky) .menu-item i:before, header.dark-theme:not(.sticky) .menu-item a:before {
    color: #fff;
  }
  header.dark-theme:not(.sticky) .menu-item .sub-menu li a {
    color: #262626;
  }
}
@media screen and (max-width: 991px) {
  header #main-menu {
    top: 143px;
  }
}
@media screen and (max-width: 767px) {
  header #main-menu {
    top: 115px;
  }
}

header.sticky {
  background-color: #ffffff;
}
header.sticky > .navbar {
  padding-top: 5px;
}
header.sticky .topbar-slider li {
  height: 0;
}
header.sticky .site-title {
  margin: 0;
}
header.sticky .site-title a {
  width: 150px;
  height: auto;
}
header.sticky .site-title a svg {
  display: block;
  max-width: 100%;
}
header.sticky .menu {
  line-height: 44px;
}
@media (min-width: 992px) {
  header.sticky {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 991px) {
  header.sticky {
    padding-top: 15px;
  }
  header.sticky #main-menu {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  header.sticky {
    padding-top: 15px;
  }
  header.sticky #main-menu {
    top: 80px;
  }
}

@media screen and (max-width: 991px) {
  header button.navbar-toggler {
    border: 0;
    outline: none;
  }
  header .menu {
    display: block;
    text-align: left;
  }
  header .menu li {
    margin: 0;
  }
  header .menu li.menu-item-has-children:before {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    max-height: 40px;
  }
  header li a {
    padding: 8px 30px;
    font-weight: bold;
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    display: block;
  }
  header li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #efefef;
    bottom: 0;
  }
  header ul li:last-child a:after {
    background: transparent;
  }

  #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #main-menu {
    position: fixed;
    z-index: 1000;
    right: 0;
    width: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: white;
    top: 75px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #main-menu::-webkit-scrollbar {
    display: none;
  }
  #main-menu .menu-pimary-menu-container {
    width: 100%;
  }
  #main-menu .menu-pimary-menu-container .menu {
    text-align: right;
  }

  #content {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #wrapper.toggled {
    overflow: none;
  }
  #wrapper.toggled #main-menu {
    width: 100vw;
  }
  #wrapper.toggled #content {
    margin-left: -100vw;
  }

  .sidebar-nav {
    width: 100%;
    margin: 0;
    /*padding: 0;*/
    list-style: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .menu-item:not(.btn-primary) a {
    padding: 0.7em 0px 0.7em;
  }
}
@media (min-width: 992px) {
  header .sidebar-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

#is-popup-wrapper {
  background-color: rgba(38, 38, 38, 0.74);
}
#is-popup-wrapper .is-popup-search-form {
  width: 80%;
  margin: auto;
  max-width: 600px;
}
#is-popup-wrapper .is-form-style input.is-search-input {
  line-height: 48px;
  border: none;
  background-color: #ffffff;
  border-radius: 24px 0 0 24px;
  padding: 0 15px;
  font-size: 16px;
  height: 48px;
}
#is-popup-wrapper .is-search-submit {
  height: 48px;
}
#is-popup-wrapper .is-search-icon {
  border-radius: 0 24px 24px 0;
  border: none;
  line-height: 48px;
  height: 48px;
}

.pagination, .woocommerce-pagination, .wc_pagination {
  margin: 20px auto 50px;
  display: block;
}
.pagination ul, .woocommerce-pagination ul, .wc_pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li, .woocommerce-pagination li, .wc_pagination li {
  padding: 0 5px;
  list-style: none;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 1.47px;
}
.pagination li a, .pagination li span, .woocommerce-pagination li a, .woocommerce-pagination li span, .wc_pagination li a, .wc_pagination li span {
  text-decoration: none;
  display: inline-block;
  padding: 0 8px;
  color: rgba(38, 38, 38, 0.54);
  border: none;
}
.pagination li.active a, .pagination li span.current, .woocommerce-pagination li.active a, .woocommerce-pagination li span.current, .wc_pagination li.active a, .wc_pagination li span.current {
  font-weight: bold;
  color: white;
  background-color: #B13D3D;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-block;
}
.pagination li a:hover, .woocommerce-pagination li a:hover, .wc_pagination li a:hover {
  text-shadow: 0px 0px 1px #262626;
}

.bloque-galeria .splide {
  position: relative;
  padding-top: 45px;
}
.bloque-galeria .splide__arrows {
  /*	right: 0;
      bottom: -20px;
      height: 20px;*/
}
.bloque-galeria .splide__arrow {
  display: inline;
  width: auto;
  height: auto;
  border: none;
  color: #262626;
}
.bloque-galeria .splide__arrow:before {
  content: "";
  color: #262626;
  font-family: "Font Awesome 5 Pro";
}
.bloque-galeria .splide__arrow.splide__arrow--prev:before {
  content: "";
}
.bloque-galeria .splide__arrow.splide__arrow--next:before {
  content: "";
}
.bloque-galeria .splide__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.bloque-galeria .splide__slide img {
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: calc 100vw-15px-15px;
}
@media (min-width: 1156px) {
  .bloque-galeria .splide__slide img {
    max-width: calc( 1156px - 30px );
  }
}
.bloque-galeria .splide__slide:not(.is-active) {
  opacity: 0.3;
}
@media (max-width: 680px) {
  .bloque-galeria .splide__slide.imagen {
    height: 54vw !important;
    margin-right: 15px !important;
  }
}
.bloque-galeria + .figcaption-gallery, .bloque-galeria .splide__arrows {
  padding-top: 15px;
  font-size: 0.89rem;
  line-height: 1.5714285714em;
  margin-top: 0;
}
.bloque-galeria + .figcaption-gallery {
  padding-right: 90px;
}

.listing-item {
  max-width: 530px;
}
.listing-item .listing-imagen {
  overflow: hidden;
  background-color: #fff;
}
.listing-item .listing-imagen a {
  direction: block;
}
.listing-item .listing-texto {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
}
.listing-item .miscelaneas {
  margin-bottom: 1em;
}
.listing-item .titulo a {
  color: #262626;
  text-decoration: none;
  display: block;
}
.listing-item .titulo a:active, .listing-item .titulo a:focus, .listing-item .titulo a:hover {
  text-shadow: 0px 0px 1px #262626;
}
.listing-item .fecha {
  color: rgba(38, 38, 38, 0.54);
}

.novedad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 370px;
  margin-bottom: 40px;
}
.novedad .listing-texto a {
  height: 100%;
}
.novedad .miscelaneas {
  padding-top: 20px;
  margin-top: auto;
  margin-bottom: 0;
}

.testimoniales {
  padding-bottom: 70px;
}
.testimoniales .testimonio-item .row {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
.testimoniales .intro {
  text-align: center;
  padding-bottom: 50px;
}
.testimoniales .intro h2, .testimoniales .intro h3 {
  padding-bottom: 0.5em;
}
.testimoniales .testimonio-container {
  margin-left: 50px;
  margin-right: 18px;
  border-radius: 0 12px 12px 12px;
  padding: 24px 24px 24px 32px;
  font-size: 14px;
}
.testimoniales .testimonio-container .firma, .testimoniales .testimonio-container .single .firma, .single .testimoniales .testimonio-container .firma {
  color: rgba(38, 38, 38, 0.54);
}
.testimoniales .testimonio-container .firma p:first-child, .testimoniales .testimonio-container .single .firma p:first-child, .single .testimoniales .testimonio-container .firma p:first-child {
  padding-bottom: 0.1em;
}
.testimoniales .testimonio-container .firma .rol, .testimoniales .testimonio-container .single .firma .rol, .single .testimoniales .testimonio-container .firma .rol {
  font-style: italic;
}
.testimoniales .testimonio-imagen {
  position: absolute;
  padding: 0;
  z-index: 1;
}
.testimoniales .testimonio-imagen .square-img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .testimoniales .testimonio-container {
    font-size: 1rem;
    margin-left: 90px;
    margin-right: 40px;
    border-radius: 0 12px 12px 12px;
    padding: 32px 44px;
  }
  .testimoniales .testimonio-imagen .square-img {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .testimoniales .testimonio-container {
    margin-left: 118px;
    margin-right: 40px;
    padding: 44px 44px;
  }
  .testimoniales .testimonio-imagen .square-img {
    width: 138px;
    height: 138px;
  }
}

.side-image {
  overflow-x: hidden;
}
.side-image .container-fluid, .side-image .woocommerce-notices-wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.side-image .container-fluid > .row, .side-image .woocommerce-notices-wrapper > .row {
  position: relative;
  z-index: 1;
}
.side-image .container-fluid:after, .side-image .woocommerce-notices-wrapper:after {
  content: "";
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  right: -1000px;
}
.side-image .image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-y: top;
  background-position-x: center;
  padding-left: 0;
}
.side-image .hero-cta {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.side-image .hero-cta h1.heading-combined {
  padding-bottom: 0.5em;
}
@media (max-width: 576px) {
  .side-image {
    background-color: #f0f0f0;
  }
  .side-image .cotainer-fluid {
    max-width: 450px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .side-image:after {
    content: none;
  }
  .side-image .image-container {
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .side-image .hero-cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .side-image .image-container {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .side-image .hero-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .side-image .image-column {
    padding-right: 40px;
  }
  .side-image:after {
    left: 120px;
  }
}
@media (min-width: 1200px) {
  .side-image .hero-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .side-image .container-fluid, .side-image .woocommerce-notices-wrapper {
    padding-top: 111px;
    padding-bottom: 111px;
  }
  .side-image .image-column {
    padding-right: 50px;
  }
}

.descuentos-profesionales {
  padding-top: 50px;
  padding-bottom: 70px;
}
.descuentos-profesionales .hero-cta {
  padding-top: 35px;
  padding-bottom: 45px;
  padding-right: 35px;
  position: relative;
  height: 0%;
}
.descuentos-profesionales .hero-cta h3 {
  padding-bottom: 0.5em;
}
.descuentos-profesionales .hero-cta .btn, .descuentos-profesionales .hero-cta .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .woocommerce-page #content div.product.type-product .descuentos-profesionales .hero-cta .single_add_to_cart_button, .descuentos-profesionales .hero-cta .wc-block-cart__submit-container .wc-block-cart__submit-button, .wc-block-cart__submit-container .descuentos-profesionales .hero-cta .wc-block-cart__submit-button, .descuentos-profesionales .hero-cta .woocommerce-notices-wrapper .button.wc-forward, .woocommerce-notices-wrapper .descuentos-profesionales .hero-cta .button.wc-forward, .descuentos-profesionales .hero-cta .woocommerce form.login button[type=submit], .woocommerce form.login .descuentos-profesionales .hero-cta button[type=submit], .descuentos-profesionales .hero-cta .woocommerce body.woocommerce-account .login.edit-account button[type=submit], .woocommerce body.woocommerce-account .login.edit-account .descuentos-profesionales .hero-cta button[type=submit], .descuentos-profesionales .hero-cta body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account .descuentos-profesionales .hero-cta button[type=submit], .descuentos-profesionales .hero-cta body.woocommerce-account .woocommerce-Button, body.woocommerce-account .descuentos-profesionales .hero-cta .woocommerce-Button, .descuentos-profesionales .hero-cta body.woocommerce-account .button, body.woocommerce-account .descuentos-profesionales .hero-cta .button, .descuentos-profesionales .hero-cta .blogCategoryMenu li a, .blogCategoryMenu li .descuentos-profesionales .hero-cta a {
  position: absolute;
  bottom: -18px;
}
.descuentos-profesionales .hero-cta:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -110px;
  background-color: rgba(177, 61, 61, 0.1);
  border-radius: 79px 0 59px 0;
}
@media (min-width: 768px) {
  .descuentos-profesionales .hero-cta {
    padding-bottom: 55px;
  }
  .descuentos-profesionales .hero-cta:after {
    left: -140px;
    border-radius: 109px 0 89px 0;
  }
}
@media (min-width: 992px) {
  .descuentos-profesionales .hero-cta {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 55px;
  }
  .descuentos-profesionales .hero-cta:after {
    left: -180px;
    border-radius: 149px 0 129px 0;
  }
}

.newsletter-arrow:before, .form-registro-profesionales:before, .newsletter-shared:before {
  content: "";
  width: 97px;
  height: 406px;
  position: absolute;
  right: 0;
  background-image: url(assets/dist/img/bg-profesionales.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}
@media (min-width: 577px) {
  .newsletter-arrow:before, .form-registro-profesionales:before, .newsletter-shared:before {
    width: 137px;
  }
}
@media (min-width: 768px) {
  .newsletter-arrow:before, .form-registro-profesionales:before, .newsletter-shared:before {
    width: 277px;
  }
}
@media (min-width: 992px) {
  .newsletter-arrow:before, .form-registro-profesionales:before, .newsletter-shared:before {
    width: 377px;
  }
}
@media (min-width: 1200px) {
  .newsletter-arrow:before, .form-registro-profesionales:before, .newsletter-shared:before {
    width: 477px;
  }
}

.newsletter-shared .container-fluid, .newsletter-shared .woocommerce-notices-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}
.newsletter-shared .btn-primary, .newsletter-shared .woocommerce-page #content div.product.type-product .single_add_to_cart_button, .woocommerce-page #content div.product.type-product .newsletter-shared .single_add_to_cart_button, .newsletter-shared .wc-block-cart__submit-container .wc-block-cart__submit-button, .wc-block-cart__submit-container .newsletter-shared .wc-block-cart__submit-button, .newsletter-shared .woocommerce form.login button[type=submit], .woocommerce form.login .newsletter-shared button[type=submit], .newsletter-shared .woocommerce body.woocommerce-account .login.edit-account button[type=submit], .woocommerce body.woocommerce-account .login.edit-account .newsletter-shared button[type=submit], .newsletter-shared body.woocommerce-account .woocommerce .login.edit-account button[type=submit], body.woocommerce-account .woocommerce .login.edit-account .newsletter-shared button[type=submit], .newsletter-shared body.woocommerce-account .woocommerce-Button, body.woocommerce-account .newsletter-shared .woocommerce-Button, .newsletter-shared body.woocommerce-account .button, body.woocommerce-account .newsletter-shared .button {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .newsletter-shared {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

/* HOME */
.home .slider-hero {
  margin-bottom: 60px;
}
.home .slider-hero .splide-hero .splide__slide {
  min-height: 420px;
}
.home .slider-hero .splide-hero .splide__slide .container-fluid, .home .slider-hero .splide-hero .splide__slide .woocommerce-notices-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .slider-hero .splide-hero .splide__slide .inner-block {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.home .slider-hero .splide-hero .splide__slide .inner-block .text-block {
  margin: auto;
  text-align: center;
  padding: 70px 20px;
  max-width: 650px;
}
.home .slider-hero .splide-hero .splide__slide .inner-block .text-block h2 {
  margin-bottom: 0.5em;
}
.home .slider-hero .splide-hero .splide__slide .inner-block .btn-descarga::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
}
.home .slider-hero .splide-hero .splide__pagination {
  position: absolute;
  bottom: 43px;
  /*left: 50%;
  transform: translateX(-50%);	    */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .best-sellers {
  margin-top: 60px;
  margin-bottom: 40px;
}
.home .best-sellers .intro {
  padding-bottom: 30px;
}
.home .best-sellers .intro h5 {
  text-align: center;
}
.home .best-sellers .btn-row {
  justify-self: center;
  /* center horizontally */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* center vertically */
  padding-top: 50px;
  padding-bottom: 50px;
}
.home .best-sellers .link_profesionales.notice-success {
  background: #E8F5E8;
  color: #262626;
  font-size: 14px;
  padding: 15px 30px;
  margin: 50px 0 0;
  line-height: 1.5em;
  text-align: center;
}
.home .best-sellers .link_profesionales.notice-success:before {
  content: "";
  color: #549159;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 5px;
}
.home .slider-necesidades {
  margin-top: 40px;
  margin-bottom: 50px;
}
.home .slider-necesidades .intro {
  text-align: center;
  padding-bottom: 30px;
}
.home .slider-necesidades .splide-necesidades a.necesidad-item {
  position: relative;
  display: block;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
}
.home .slider-necesidades .splide-necesidades a.necesidad-item h3 {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 40px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  z-index: 1;
  font-size: 26px;
}
.home .slider-necesidades .splide-necesidades a.necesidad-item h3:before {
  content: "+ ";
  font-size: 26px;
  font-family: "Gloock", serif;
}
.home .slider-necesidades .splide-necesidades a.necesidad-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.home .slider-necesidades .splide-necesidades .splide__pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home .side-image .respaldos {
  margin-top: 1em;
}
.home .side-image .respaldo-texto {
  font-size: 16px;
  margin-top: 1em;
}

.blog_intro .intro-text .subhead {
  color: #B13D3D;
  font-weight: bold;
}
.blog_intro h1 {
  padding-bottom: 20px;
}
.blog_intro .categoryMenu:empty {
  padding-bottom: 37px;
  margin-bottom: 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
@media (min-width: 768px) {
  .blog_intro h1 {
    padding-bottom: 25px;
  }
  .blog_intro .copete {
    padding-bottom: 20px;
  }
}

body.blog .blog-body {
  padding-bottom: 50px;
}

.blogCategoryMenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 50px;
  margin-top: 25px;
  margin-left: -8px;
  margin-right: -8px;
}
.blogCategoryMenu li {
  list-style: none;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 8px 8px;
}
.blogCategoryMenu li.current-menu-item a {
  color: #B13D3D;
  border-color: #B13D3D;
}
@media (max-width: 576px) {
  .blogCategoryMenu {
    padding-bottom: 20px;
    margin-top: 18px;
  }
}

.nothing-to-show {
  padding-bottom: 100px;
}
.nothing-to-show .miscelanea-nothing:before {
  content: "⊹╰(⌣ʟ⌣)╯⊹";
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 15px;
  font-size: 55px;
  color: #262626;
  padding-bottom: 2rem;
}
.nothing-to-show .nts-texto {
  padding-top: 11px;
}
.nothing-to-show .nts-texto p {
  padding: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  background: none;
  border-top: none;
}
.nothing-to-show .nts-texto p:before, .nothing-to-show .nts-texto p:after {
  content: none;
}
@media (min-width: 768px) {
  .nothing-to-show {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .nothing-to-show .miscelanea-nothing:before {
    padding-bottom: 0;
    padding-right: 30px;
  }
}

.single canvas {
  display: none;
}
.single .main-post-content {
  margin: auto;
}
.single .header-row .subhead {
  color: #B13D3D;
}
.single .header-row h1 {
  margin-bottom: 30px;
}
.single .header-row .copete {
  margin: 40px 0 0;
  color: rgba(38, 38, 38, 0.54);
}
.single .main-image-block {
  /*@media (max-width: $end-md) {
  	max-width: 420px;
  }
  @media (min-width: $start-xl) {
  	padding-left: 30px; 
  }*/
}
.single .main-article-content {
  margin-top: 60px;
}
.single .main-article-content p, .single .main-article-content ol, .single .main-article-content ul {
  font-family: "Roboto", sans-serif;
  line-height: 1.62em;
}
.single .entry-content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.single .share-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  text-align: start;
  margin-top: 1em;
}
.single .share-links .secondary {
  color: rgba(38, 38, 38, 0.54);
  font-family: "Roboto", sans-serif;
  font-size: 0.89rem;
}
.single .share-links .redes {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.single .share-links .redes a {
  padding: 0px 15px;
  color: #262626;
  font-size: 20px;
  display: inline-block;
}
.single .share-links .redes a:hover {
  color: #B13D3D;
}
.single .end-links {
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
}
.single .end-links:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(38, 38, 38, 0.1);
  content: "";
  left: 0;
  right: 0;
  top: 50%;
}
.single .end-links .volver {
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  background: white;
  z-index: 5;
  position: relative;
  padding-right: 8px;
}
.single .end-links .volanta {
  padding-bottom: 44px;
}
.single .end-links .volanta .titulo {
  color: #262626;
}
.single .end-links .volanta .volver + .titulo {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid rgba(38, 38, 38, 0.1);
}
@media (max-width: 767px) {
  .single .metadata {
    margin: 10px 0 14px 0;
  }
  .single .entry-title {
    margin: 0;
  }
  .single .share-links {
    margin-bottom: 20px;
  }
}
.contacto, .form-registro-profesionales {
  background-position: top left;
  position: relative;
}
.contacto .intro_text, .contacto .editor-text, .form-registro-profesionales .intro_text, .form-registro-profesionales .editor-text {
  padding-right: 120px;
}
@media (min-width: 577px) and (max-width: 767px) {
  .contacto .intro_text, .contacto .editor-text, .form-registro-profesionales .intro_text, .form-registro-profesionales .editor-text {
    padding-right: 150px;
  }
}
.contacto .blog_intro, .form-registro-profesionales .blog_intro {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.contacto .form, .form-registro-profesionales .form {
  padding: 30px 0;
}
.contacto .form-main, .form-registro-profesionales .form-main {
  margin-bottom: 2em;
}
.contacto .screen-reader-response, .form-registro-profesionales .screen-reader-response {
  display: none;
}
.contacto span.wpcf7-not-valid-tip, .form-registro-profesionales span.wpcf7-not-valid-tip {
  background: transparent;
  color: #FA1414;
  font-size: 14px;
  display: block;
}
.contacto .mensaje-wrapper, .form-registro-profesionales .mensaje-wrapper {
  display: none;
}
.contacto .mensaje-wrapper .mensaje, .form-registro-profesionales .mensaje-wrapper .mensaje {
  text-align: center;
  margin-bottom: 35px;
}
.contacto .mensaje-wrapper .mensaje h1, .form-registro-profesionales .mensaje-wrapper .mensaje h1 {
  text-align: center;
  font-size: 24px;
  color: #262626;
  font-weight: bold;
  margin: 15px 0;
}
.contacto .mensaje-wrapper .mensaje p, .form-registro-profesionales .mensaje-wrapper .mensaje p {
  color: #262626;
  margin: 0;
}
.contacto .mensaje-wrapper .btn-ieg, .form-registro-profesionales .mensaje-wrapper .btn-ieg {
  line-height: 30px;
  max-width: 270px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.contacto .mensaje-wrapper .redes, .form-registro-profesionales .mensaje-wrapper .redes {
  border-top: 1px solid #b9a975;
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
}
.contacto .mensaje-wrapper .redes span, .form-registro-profesionales .mensaje-wrapper .redes span {
  font-size: 14px;
}
.contacto .mensaje-wrapper .redes ul, .form-registro-profesionales .mensaje-wrapper .redes ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contacto .mensaje-wrapper .redes ul li, .form-registro-profesionales .mensaje-wrapper .redes ul li {
  list-style: none;
}
.contacto .wpcf7 form.invalid .wpcf7-response-output, .contacto .wpcf7 body.woocommerce-account .invalid.edit-account .wpcf7-response-output, body.woocommerce-account .contacto .wpcf7 .invalid.edit-account .wpcf7-response-output, .contacto .wpcf7 form.unaccepted .wpcf7-response-output, .contacto .wpcf7 body.woocommerce-account .unaccepted.edit-account .wpcf7-response-output, body.woocommerce-account .contacto .wpcf7 .unaccepted.edit-account .wpcf7-response-output, .contacto .wpcf7 form.payment-required .wpcf7-response-output, .contacto .wpcf7 body.woocommerce-account .payment-required.edit-account .wpcf7-response-output, body.woocommerce-account .contacto .wpcf7 .payment-required.edit-account .wpcf7-response-output, .form-registro-profesionales .wpcf7 form.invalid .wpcf7-response-output, .form-registro-profesionales .wpcf7 body.woocommerce-account .invalid.edit-account .wpcf7-response-output, body.woocommerce-account .form-registro-profesionales .wpcf7 .invalid.edit-account .wpcf7-response-output, .form-registro-profesionales .wpcf7 form.unaccepted .wpcf7-response-output, .form-registro-profesionales .wpcf7 body.woocommerce-account .unaccepted.edit-account .wpcf7-response-output, body.woocommerce-account .form-registro-profesionales .wpcf7 .unaccepted.edit-account .wpcf7-response-output, .form-registro-profesionales .wpcf7 form.payment-required .wpcf7-response-output, .form-registro-profesionales .wpcf7 body.woocommerce-account .payment-required.edit-account .wpcf7-response-output, body.woocommerce-account .form-registro-profesionales .wpcf7 .payment-required.edit-account .wpcf7-response-output {
  background-color: #ffb900;
  border-color: #ffb900;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contacto .wpcf7 form.sent .wpcf7-response-output, .contacto .wpcf7 body.woocommerce-account .sent.edit-account .wpcf7-response-output, body.woocommerce-account .contacto .wpcf7 .sent.edit-account .wpcf7-response-output, .form-registro-profesionales .wpcf7 form.sent .wpcf7-response-output, .form-registro-profesionales .wpcf7 body.woocommerce-account .sent.edit-account .wpcf7-response-output, body.woocommerce-account .form-registro-profesionales .wpcf7 .sent.edit-account .wpcf7-response-output {
  background-color: #46b450;
  border-color: #46b450;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-template-contacto-gracias {
  background-color: #ddd8d2;
}
.page-template-contacto-gracias .blog_intro {
  padding-top: 100px;
}
.page-template-contacto-gracias section.novedades {
  margin-top: -150px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .page-template-contacto-gracias .blog_intro {
    padding-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .page-template-contacto .site-content > section:first-child, .page-template-contacto-gracias .site-content > section:first-child {
    padding-top: 170px;
  }

  .contacto {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contacto .form {
    margin-top: -50px;
    padding: 70px 0px;
  }
  .contacto .wpcf7-checkbox label .wpcf7-list-item-label {
    display: inline-block;
    margin-bottom: 0;
  }
  .contacto .wpcf7-checkbox label .wpcf7-list-item-label:before {
    top: 5px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.page-template-somos section.perfiles {
  padding-bottom: 70px;
}
.page-template-somos section.perfiles .perfil-individual {
  padding-bottom: 60px;
}
.page-template-somos section.perfiles .perfil-individual .listing-imagen {
  text-align: center;
  padding-bottom: 30px;
}
.page-template-somos section.perfiles .perfil-individual .listing-imagen img {
  margin: auto;
}
.page-template-somos section.perfiles .perfil-individual .rol {
  padding-top: 5px;
}
.page-template-somos section.perfiles .perfil-individual .editor-text {
  padding-top: 1em;
}
@media screen and (min-width: 577px) {
  .page-template-somos section.perfiles .perfil-individual .listing-imagen {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-somos section.perfiles .perfil-individual .listing-imagen {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-somos section.perfiles .perfil-individual .listing-imagen {
    padding-right: 40px;
  }
}
.page-template-somos section.articulo-highlight .listing-imagen {
  padding-bottom: 30px;
}
.page-template-somos section.articulo-highlight .listing-imagen img {
  border-radius: 18px;
}
.page-template-somos section.articulo-highlight .frase h4 {
  padding-bottom: 20px;
}
.page-template-somos section.articulo-highlight .frase .autor {
  color: rgba(38, 38, 38, 0.54);
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .page-template-somos section.articulo-highlight .listing-imagen {
    padding-left: 15%;
  }
}

.slider-iconos {
  padding: 30px;
}
.slider-iconos .marca {
  padding: 0 15px;
}
.slider-iconos .marca .inner-block {
  max-width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.slider-iconos .marca .img-block {
  text-align: center;
}
.slider-iconos .marca img {
  margin: auto;
}
.slider-iconos .marca .text-block {
  padding-top: 14px;
  min-height: 50px;
  margin-top: auto;
  color: #262626;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .slider-iconos {
    padding: 70px 0 100px;
  }
}

.preguntas-frecuentes, .legales {
  padding-bottom: 80px;
}
.preguntas-frecuentes .page-header, .legales .page-header {
  margin-bottom: 30px;
}
.preguntas-frecuentes .page-header h1, .legales .page-header h1 {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .preguntas-frecuentes .page-header h1, .legales .page-header h1 {
    font-size: 2.1rem;
  }
}
.preguntas-frecuentes .page-header .text-big2, .legales .page-header .text-big2 {
  padding-top: 15px;
  color: rgba(38, 38, 38, 0.54);
}
.preguntas-frecuentes .extra-info .data-block .label, .legales .extra-info .data-block .label {
  padding-bottom: 0;
}
.preguntas-frecuentes .extra-info .data-block .dato, .legales .extra-info .data-block .dato {
  overflow: hidden;
  text-overflow: ellipsis;
}
.preguntas-frecuentes .social-links, .legales .social-links {
  padding-top: 25px;
}
.preguntas-frecuentes .social-links .social-networks li a, .legales .social-links .social-networks li a {
  color: #262626;
}
.preguntas-frecuentes .sin-categorias .categoria-pane, .legales .sin-categorias .categoria-pane {
  margin-bottom: 0;
  margin-top: 0;
}
.preguntas-frecuentes .sin-categorias .categoria-pane:first-child, .legales .sin-categorias .categoria-pane:first-child {
  margin-top: 12px;
}
.preguntas-frecuentes .sin-categorias h5.titulo, .legales .sin-categorias h5.titulo {
  display: none;
}
.preguntas-frecuentes .sin-categorias .header-pregunta, .legales .sin-categorias .header-pregunta {
  font-weight: 600;
}
@media (min-width: 992px) {
  .preguntas-frecuentes .sin-categorias, .legales .sin-categorias {
    padding-top: 45px;
  }
}
.preguntas-frecuentes .datos-bottom, .legales .datos-bottom {
  margin-top: 50px;
  border-top: 1px solid rgba(38, 38, 38, 0.1);
  padding-top: 30px;
}

.lista-categorias, .woocommerce-MyAccount-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
.lista-categorias li, .woocommerce-MyAccount-navigation li {
  list-style: none !important;
  padding: 0 0 25px;
  margin-left: 0 !important;
}
.lista-categorias li a, .woocommerce-MyAccount-navigation li a {
  color: rgba(38, 38, 38, 0.54);
}
.lista-categorias li.is-active, .lista-categorias li a.active, .woocommerce-MyAccount-navigation li.is-active, .woocommerce-MyAccount-navigation li a.active {
  font-weight: bold;
  color: #B13D3D !important;
}
.lista-categorias li.is-active a, .lista-categorias li a.active a, .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li a.active a {
  color: #B13D3D !important;
}
@media (max-width: 991px) {
  .lista-categorias ul, .woocommerce-MyAccount-navigation ul {
    border-bottom: 1px solid rgba(38, 38, 38, 0.1);
    margin-bottom: 45px;
  }
  .lista-categorias li, .woocommerce-MyAccount-navigation li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 26px 25px 0;
  }
}

.categoria-pane {
  margin-bottom: 60px;
  /* .pregunta.active {
     .content {margin-bottom: 15px;}
   }*/
}
.categoria-pane:first-child {
  margin-top: 12px;
}
.categoria-pane .titulo {
  color: #B13D3D;
}
.categoria-pane .titulo, .categoria-pane .header-pregunta {
  border: none;
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
  padding: 18px 0;
}
.categoria-pane .header-pregunta {
  color: #262626;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  outline: none;
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*
  &:before {
    content:"\00D7";
    display: inline-block;
    font-weight: normal;

    transition: rotate .5s ease-in-out;
    rotate: 45deg;

    margin-right: 0;
    font-size: 24px;
    height: 24px;
    width: 24px;
    line-height: 1em;
    text-align: center;
  }
  &.active {
    border-bottom-color: transparent;

    &:before {        
      rotate: 0deg;
    }
  }*/
}
.categoria-pane .header-pregunta > span {
  padding-left: 13px;
}
.categoria-pane .content {
  padding: 0 18px 0 35px;
}

.collapsible-container .header-collapsible:before {
  content: "×";
  display: inline-block;
  font-weight: normal;
  -webkit-transition: rotate 0.5s ease-in-out;
  transition: rotate 0.5s ease-in-out;
  rotate: 45deg;
  margin-right: 0;
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 1em;
  text-align: center;
}
.collapsible-container .header-collapsible.active {
  border-bottom-color: transparent;
}
.collapsible-container .header-collapsible.active:before {
  rotate: 0deg;
}
.collapsible-container .header-collapsible.active .content {
  margin-bottom: 15px;
}
.collapsible-container .content-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.page-template-distribuidoras .ubicacion-filter ul {
  list-style: none;
  padding-left: 0;
}
.page-template-distribuidoras .ubicacion-filter li {
  margin-bottom: 6px;
}
.page-template-distribuidoras .ubicacion-filter .children {
  padding-left: 15px;
  margin-top: 4px;
}
.page-template-distribuidoras .ubicacion-filter a {
  text-decoration: none;
  font-size: 0.78rem;
  line-height: auto;
  color: #262626;
}
.page-template-distribuidoras .ubicacion-filter a.active {
  font-weight: bold;
  color: #262626;
}
.page-template-distribuidoras .ubicacion-filter a:hover, .page-template-distribuidoras .ubicacion-filter a:active, .page-template-distribuidoras .ubicacion-filter a:focus {
  color: #B13D3D;
}
.page-template-distribuidoras .distribuidora.listing-item {
  max-width: 100%;
  padding: 24px 0 20px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
}
.page-template-distribuidoras .distribuidora.listing-item .volanta {
  font-size: 0.78rem;
  font-weight: 400;
}
.page-template-distribuidoras .distribuidora.listing-item .nombre {
  font-size: 1.06rem;
  font-weight: 700;
  padding-bottom: 0;
}
.page-template-distribuidoras .distribuidora.listing-item .label {
  font-size: 0.89rem;
}
.page-template-distribuidoras .distribuidora.listing-item .social-links {
  margin-top: 30px;
}
.page-template-distribuidoras .distribuidora.listing-item .social-link {
  padding: 7px;
  color: #262626;
}
.page-template-distribuidoras .distribuidora.listing-item .social-link:hover, .page-template-distribuidoras .distribuidora.listing-item .social-link:active, .page-template-distribuidoras .distribuidora.listing-item .social-link:focus {
  color: #B13D3D;
}
.page-template-distribuidoras .dropdown-menu {
  display: none;
  background: #fff;
  z-index: 999;
  max-height: 70vh;
  overflow: auto;
}
.page-template-distribuidoras .dropdown-menu.show {
  display: block;
}
.page-template-distribuidoras .dropdown-menu .dropdown-divider {
  margin: 3px 0;
  border-top: none;
}

.recursos-body {
  padding-top: 50px;
}
.recurso-item {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid rgba(38, 38, 38, 0.1);
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
}
.recurso-item p.title {
  font-weight: 700;
}

body.woocommerce-account .woocommerce {
  margin-bottom: 60px;
}
body.woocommerce-account .woocommerce h2 {
  display: none !important;
}
body.woocommerce-account .edit-account {
  margin-bottom: 60px;
}
body.woocommerce-account .edit-account fieldset {
  margin-top: 60px;
  margin-bottom: 30px;
}
body.woocommerce-account .edit-account #account_display_name_description {
  font-size: 0.78rem;
  color: rgba(38, 38, 38, 0.54);
  padding-top: 5px;
  padding-bottom: 8px;
}
body.woocommerce-account .woocommerce-Addresses .title .edit {
  float: none;
}
body.woocommerce-account .woocommerce-Addresses.col2-set .col-1,
body.woocommerce-account .woocommerce-Addresses.col2-set .col-2,
body.woocommerce-account .woocommerce .col2-set .col-1,
body.woocommerce-account .woocommerce .col2-set .col-2 {
  width: 48%;
  float: left;
  margin-right: 4%;
  max-width: none;
  font: "Roboto", sans-serif;
}
body.woocommerce-account .woocommerce-Addresses.col2-set .col-2,
body.woocommerce-account .woocommerce .col2-set .col-2 {
  margin-right: 0;
  max-width: none;
}
body.woocommerce-account .woocommerce .col2-set [class*=col-] {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.woocommerce form.login, .woocommerce body.woocommerce-account .login.edit-account, body.woocommerce-account .woocommerce .login.edit-account, .woocommerce body.woocommerce-account .woocommerce-MyAccount-content form.login, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce form.login {
  max-width: 500px;
  margin-bottom: 70px;
  border: none !important;
  padding: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
  margin-left: 0 !important;
  padding-left: 0;
  padding-bottom: 0.5em;
}

/* ARCHIVE */
.woocommerce.post-type-archive .woof_products_top_panel, .woocommerce.archive .woof_products_top_panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce.post-type-archive .woof_products_top_panel:before, .woocommerce.archive .woof_products_top_panel:before {
  content: "Filtros aplicados: ";
  padding: 8px 13px 8px 0;
}
.woocommerce.post-type-archive .woof_products_top_panel .woof_reset_button_2, .woocommerce.archive .woof_products_top_panel .woof_reset_button_2 {
  display: none;
}
.woocommerce.post-type-archive .woof_products_top_panel:before, .woocommerce.post-type-archive .woof_products_top_panel ul[data-container] > li > a, .woocommerce.archive .woof_products_top_panel:before, .woocommerce.archive .woof_products_top_panel ul[data-container] > li > a {
  padding: 8px 13px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.woocommerce.post-type-archive .woof_products_top_panel ul[data-container] li, .woocommerce.archive .woof_products_top_panel ul[data-container] li {
  float: none;
}
.woocommerce.post-type-archive .woof_products_top_panel ul[data-container] > li:not(:has(a)), .woocommerce.archive .woof_products_top_panel ul[data-container] > li:not(:has(a)) {
  display: none;
}
.woocommerce.post-type-archive .woof_products_top_panel ul[data-container] a, .woocommerce.archive .woof_products_top_panel ul[data-container] a {
  color: #262626;
  background: #f0f0f0;
  background-image: none;
}
.woocommerce.post-type-archive .woof_products_top_panel ul[data-container] a:hover, .woocommerce.archive .woof_products_top_panel ul[data-container] a:hover {
  background: #bdbdbd;
}
.woocommerce.post-type-archive .woof_products_top_panel ul[data-container] a span, .woocommerce.archive .woof_products_top_panel ul[data-container] a span {
  background-image: none;
  padding-right: 0;
}
.woocommerce.post-type-archive .woof_products_top_panel ul[data-container] .woof_remove_ppi, .woocommerce.archive .woof_products_top_panel ul[data-container] .woof_remove_ppi {
  background: none;
}
.woocommerce.post-type-archive .woof_products_top_panel ul[data-container] .woof_remove_ppi::after, .woocommerce.archive .woof_products_top_panel ul[data-container] .woof_remove_ppi::after {
  content: "";
  /* fa-xmark / fa-times */
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: 0.5rem;
}
.woocommerce.post-type-archive .shop-sidebar .woof_submit_search_form_container, .woocommerce.archive .shop-sidebar .woof_submit_search_form_container {
  display: none;
}
.woocommerce.post-type-archive .woof-slide-out-div, .woocommerce.archive .woof-slide-out-div {
  display: block;
}
@media (min-width: 992px) {
  .woocommerce.post-type-archive .woof-slide-out-div, .woocommerce.archive .woof-slide-out-div {
    display: none;
  }
}
.woocommerce.post-type-archive .products, .woocommerce.archive .products {
  margin-bottom: 85px;
}
.woocommerce.post-type-archive .products div.product p.price, .woocommerce.post-type-archive .products .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce.archive .products div.product p.price, .woocommerce.archive .products .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font-size: 1rem !important;
}
.woocommerce.post-type-archive .products .product, .woocommerce.archive .products .product {
  padding-bottom: 30px;
}

/* HUSKY – Botón de filtros inline */
.woof_autohide_wrapper {
  display: none;
}
@media (max-width: 991px) {
  .woof_autohide_wrapper {
    display: block;
  }
}

.woof_show_auto_form {
  /* Base: oculto por defecto (desktop) */
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  margin-bottom: 1rem;
}

.woof_show_auto_form, .woof_hide_auto_form {
  width: auto;
  height: auto;
  margin-bottom: 10px !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  background: none;
  /* Eliminar ícono */
  /* Texto custom */
}
.woof_show_auto_form:before,
.woof_show_auto_form i, .woof_hide_auto_form:before,
.woof_hide_auto_form i {
  display: none !important;
}
.woof_show_auto_form:after, .woof_hide_auto_form:after {
  content: "Filtros";
  display: inline-block;
}

/* Notificaciones, ocmo después de agregar algo al carrito */
.woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error {
  border-top: none;
  font: "Roboto", sans-serif;
  font-size: 14px;
}
.woocommerce-notices-wrapper .woocommerce-info:focus-visible, .woocommerce-notices-wrapper .woocommerce-info:focus, .woocommerce-notices-wrapper .woocommerce-message:focus-visible, .woocommerce-notices-wrapper .woocommerce-message:focus, .woocommerce-notices-wrapper .woocommerce-error:focus-visible, .woocommerce-notices-wrapper .woocommerce-error:focus {
  outline: none;
}
.woocommerce-notices-wrapper .woocommerce-info {
  border-top: none;
}
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #E8F5E8;
}
.woocommerce-notices-wrapper .woocommerce-error {
  background-color: #F8E7E8;
}

/* Carrito del emnú */
.menu-cart .cart-link {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.menu-cart .cart-count {
  position: absolute;
  top: 4px;
  right: -10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: #000;
  color: white;
  font-size: 11px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* CARRITO */
.wc-block-components-totals-coupon__input input:focus, .wc-block-components-totals-coupon__input #is-popup-wrapper .is-form-style input.is-search-input:focus, #is-popup-wrapper .is-form-style .wc-block-components-totals-coupon__input input.is-search-input:focus {
  border: 1px solid rgba(38, 38, 38, 0.1);
}
.wc-block-components-totals-coupon__input input:focus-visible + label, .wc-block-components-totals-coupon__input #is-popup-wrapper .is-form-style input.is-search-input:focus-visible + label, #is-popup-wrapper .is-form-style .wc-block-components-totals-coupon__input input.is-search-input:focus-visible + label {
  outline: none;
  border-radius: 0;
  border: none;
  color: rgba(38, 38, 38, 0.54);
}

.wc-block-cart__submit-container .wc-block-cart__submit-button {
  min-height: auto !important;
}

/* REARRANGE LOOP FROM UL TO DIV */
.woocommerce .products {
  clear: both;
}

.woocommerce .products .product .label, .splide__slide .product .label, .search-results .product .label {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.woocommerce .products .product h2, .splide__slide .product h2, .search-results .product h2 {
  color: #262626;
  font-size: 19px;
  line-height: 1.21em;
  margin-bottom: 0.5em;
}
.woocommerce .products .product .onsale, .splide__slide .product .onsale, .search-results .product .onsale {
  background-color: #B13D3D;
  display: none;
}
.woocommerce .products .product .price del, .splide__slide .product .price del, .search-results .product .price del {
  color: rgba(38, 38, 38, 0.54);
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.woocommerce .products .product .price ins, .woocommerce .products .product .price > bdi, .woocommerce .products .product .price > .woocommerce-Price-amount, .splide__slide .product .price ins, .splide__slide .product .price > bdi, .splide__slide .product .price > .woocommerce-Price-amount, .search-results .product .price ins, .search-results .product .price > bdi, .search-results .product .price > .woocommerce-Price-amount {
  font-size: 16px;
  line-height: 1.5em;
  color: #262626;
  font-weight: 400;
  text-decoration: none;
  margin-right: 4px;
}
.woocommerce .products .product .price ins .amount, .woocommerce .products .product .price > bdi .amount, .woocommerce .products .product .price > .woocommerce-Price-amount .amount, .splide__slide .product .price ins .amount, .splide__slide .product .price > bdi .amount, .splide__slide .product .price > .woocommerce-Price-amount .amount, .search-results .product .price ins .amount, .search-results .product .price > bdi .amount, .search-results .product .price > .woocommerce-Price-amount .amount {
  font-weight: bold;
}
.woocommerce .products .product .price > .woocommerce-Price-amount, .splide__slide .product .price > .woocommerce-Price-amount, .search-results .product .price > .woocommerce-Price-amount {
  font-weight: bold;
  display: block;
  line-height: 1.5em;
}
.woocommerce .products .product .price .discount-label, .splide__slide .product .price .discount-label, .search-results .product .price .discount-label {
  display: inline-block;
  text-wrap: nowrap;
  background-color: #549159;
  color: white;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 0 4px;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page.woocommerce-page #content div.product div.images {
  float: none;
  width: auto;
}
.woocommerce div.product div.images .flex-control-thumbs, .woocommerce #content div.product div.images .flex-control-thumbs, .woocommerce-page div.product div.images .flex-control-thumbs, .woocommerce-page.woocommerce-page #content div.product div.images .flex-control-thumbs {
  margin: 8px -8px;
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce #content div.product div.images .flex-control-thumbs li, .woocommerce-page div.product div.images .flex-control-thumbs li, .woocommerce-page.woocommerce-page #content div.product div.images .flex-control-thumbs li {
  width: 20%;
  padding: 8px;
}
@media (min-width: 768px) {
  .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce #content div.product div.images .flex-control-thumbs li, .woocommerce-page div.product div.images .flex-control-thumbs li, .woocommerce-page.woocommerce-page #content div.product div.images .flex-control-thumbs li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce #content div.product div.images .flex-control-thumbs li, .woocommerce-page div.product div.images .flex-control-thumbs li, .woocommerce-page.woocommerce-page #content div.product div.images .flex-control-thumbs li {
    width: 20%;
  }
}

.woocommerce.product-template-default .woof-slide-out-div {
  display: none !important;
}

.woocommerce-page #content div.product.type-product {
  /*.woocommerce-product-gallery__wrapper {
  	margin-left: -8px; margin-right: -8px;

  	.woocommerce-product-gallery__image, 
  }*/
}
.woocommerce-page #content div.product.type-product span.onsale {
  display: none;
  background-color: #B13D3D;
}
@media (min-width: 992px) {
  .woocommerce-page #content div.product.type-product .product-info-panel {
    padding-left: 40px;
  }
}
.woocommerce-page #content div.product.type-product .summary.entry-summary {
  float: none;
  width: auto;
  clear: both;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .h5 {
  margin-bottom: 12px;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary h1 {
  margin-bottom: 22px;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .promocion-profesionales {
  margin: 1em 0;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4em;
  color: rgba(38, 38, 38, 0.54);
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .promocion-profesionales span {
  border-radius: 3px;
  background-color: #549159;
  padding: 2px 5px;
  font-weight: bold;
  font-style: normal;
  color: white;
  margin-right: 7px;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .quantity .qty {
  min-width: 80px;
  padding: 0 19px;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .price:empty {
  display: none;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .price del {
  color: rgba(38, 38, 38, 0.54);
  font-size: 16px;
  display: block;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .price del .woocommerce-Price-amount > bdi {
  font-weight: normal;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .price ins, .woocommerce-page #content div.product.type-product .summary.entry-summary .price > bdi, .woocommerce-page #content div.product.type-product .summary.entry-summary .price > .woocommerce-Price-amount {
  font-size: 32px;
  line-height: 1.25em;
  color: #262626;
  font-weight: normal;
  text-decoration: none;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .price .woocommerce-Price-amount > bdi {
  font-weight: bold;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .price .discount-label {
  color: #549159;
  font-size: 16px;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .single-attribute-size {
  font-size: 14px;
  margin-bottom: 20px;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .single-attribute-size label {
  font-weight: 700;
  text-align: left;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .single-attribute-size .value {
  font-weight: 600;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .woocommerce-variation-price {
  padding-bottom: 8px;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .woocommerce-variation-price span.price {
  color: #262626;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: bold;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .woocommerce-variation-price del, .woocommerce-page #content div.product.type-product .summary.entry-summary .woocommerce-variation-price del span.price {
  font-weight: normal;
}
.woocommerce-page #content div.product.type-product .summary.entry-summary .disclaimer-envios {
  font-size: 16px;
  color: rgba(38, 38, 38, 0.54);
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .bloque-info {
  border-top: 1px solid rgba(38, 38, 38, 0.1);
  padding-top: 28px;
  padding-bottom: 28px;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .bloque-info > .header-collapsible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .bloque-info > .header-collapsible:before {
  content: none;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .bloque-info > .header-collapsible:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-weight: normal;
  -webkit-transition: rotate 0.5s ease-in-out;
  transition: rotate 0.5s ease-in-out;
  margin-right: 0;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  -webkit-transform-origin: center 20%;
          transform-origin: center 20%;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .bloque-info > .header-collapsible.active:after {
  rotate: 180deg;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .bloque-info > .header-collapsible.active + .content-collapsible {
  padding-top: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .bloque-info .content-collapsible ul li {
  list-style: disc;
  margin-left: 17px;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .bloque-info .content-collapsible ul li::marker {
  color: #B13D3D;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .skin-types-list span:not(:last-child)::after {
  content: ", ";
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .faq-prod {
  border-top: 2px solid #262626;
  border-bottom: 2px solid #262626;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .faq-prod .preguntas {
  padding-top: 20px;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .faq-prod .pregunta {
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .faq-prod .pregunta .header-collapsible {
  padding-left: 32px;
  font-weight: bold;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .faq-prod .pregunta .header-collapsible::before {
  font-size: 19px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .faq-prod .pregunta .header-collapsible.active + .content-collapsible {
  padding-top: 20px;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .faq-prod .pregunta .content-collapsible {
  padding-left: 32px;
  -webkit-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}
.woocommerce-page #content div.product.type-product .product-tabs-wrapper .faq-prod .pregunta:last-child {
  border-bottom: none;
}
.woocommerce-page #content div.product.type-product .woo-variation-items-wrapper .button-variable-items-wrapper {
  margin-left: -4px;
  margin-right: -4px;
}
.woocommerce-page #content div.product.type-product .woo-variation-items-wrapper .button-variable-items-wrapper li {
  margin: 0 4px;
  line-height: 36px;
  height: auto !important;
  border-radius: 19px;
  border: 1px solid rgba(38, 38, 38, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-page #content div.product.type-product .woo-variation-items-wrapper .button-variable-items-wrapper li .variable-item-contents {
  height: auto !important;
}
.woocommerce-page #content div.product.type-product .woo-variation-items-wrapper .button-variable-items-wrapper li .variable-item-span-button {
  padding: 0 19px;
  font-size: 14px;
}
.woocommerce-page #content div.product.type-product .woo-variation-items-wrapper .button-variable-items-wrapper li.selected {
  -webkit-box-shadow: 0 0 0 1px #a8a8a8;
          box-shadow: 0 0 0 1px #a8a8a8;
}

.related-products-container {
  padding-bottom: 50px;
}
.related-products-container h5 {
  margin-bottom: 32px;
}
