@charset "UTF-8";
/*
Theme Name: HGC 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,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[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,
.categoria-pane .header-pregunta:before,
.custom-cart-hgc:before,
.before-arrow:after,
.miscelaneas .lugar:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .lugar:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .lugar:before,
header .icon_link .lugar:before,
.miscelaneas .horario:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .horario:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .horario:before,
header .icon_link .horario:before,
.miscelaneas .nivel:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .nivel:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .nivel:before,
header .icon_link .nivel:before,
.miscelaneas .duracion:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .duracion:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .duracion:before,
header .icon_link .duracion:before,
.miscelaneas .cart:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .cart:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .cart:before,
header .icon_link .cart:before,
.miscelaneas .contacto:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .contacto:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .contacto:before,
header .icon_link .contacto:before,
.fal,
.after-arrow:after,
.btn-tertiary:after,
a.btn-tertiary:not([href]):after,
.lectura:after,
.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;
}

.categoria-pane .header-pregunta:before, .custom-cart-hgc:before, .social-network:before, .before-arrow:after, .after-arrow:after, .btn-tertiary:after, a.btn-tertiary:not([href]):after, .lectura:after, .miscelaneas .lugar:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .lugar:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .lugar:before, header .icon_link .lugar:before, .miscelaneas .horario:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .horario:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .horario:before, header .icon_link .horario:before, .miscelaneas .nivel:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .nivel:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .nivel:before, header .icon_link .nivel:before, .miscelaneas .duracion:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .duracion:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .duracion:before, header .icon_link .duracion:before, .miscelaneas .cart:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .cart:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .cart:before, header .icon_link .cart:before, .miscelaneas .contacto:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .contacto:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .contacto:before, header .icon_link .contacto:before {
  -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,
.categoria-pane .fa-pull-left.header-pregunta:before,
.fa-pull-left.custom-cart-hgc:before,
.fa-pull-left.before-arrow:after,
.miscelaneas .fa-pull-left.lugar:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-left.lugar:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-left.lugar:before,
header .icon_link .fa-pull-left.lugar:before,
.miscelaneas .fa-pull-left.horario:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-left.horario:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-left.horario:before,
header .icon_link .fa-pull-left.horario:before,
.miscelaneas .fa-pull-left.nivel:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-left.nivel:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-left.nivel:before,
header .icon_link .fa-pull-left.nivel:before,
.miscelaneas .fa-pull-left.duracion:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-left.duracion:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-left.duracion:before,
header .icon_link .fa-pull-left.duracion:before,
.miscelaneas .fa-pull-left.cart:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-left.cart:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-left.cart:before,
header .icon_link .fa-pull-left.cart:before,
.miscelaneas .fa-pull-left.contacto:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-left.contacto:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-left.contacto:before,
header .icon_link .fa-pull-left.contacto:before,
.fal.fa-pull-left,
.fa-pull-left.after-arrow:after,
.fa-pull-left.btn-tertiary:after,
.fa-pull-left.lectura:after,
.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,
.categoria-pane .fa-pull-right.header-pregunta:before,
.fa-pull-right.custom-cart-hgc:before,
.fa-pull-right.before-arrow:after,
.miscelaneas .fa-pull-right.lugar:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-right.lugar:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-right.lugar:before,
header .icon_link .fa-pull-right.lugar:before,
.miscelaneas .fa-pull-right.horario:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-right.horario:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-right.horario:before,
header .icon_link .fa-pull-right.horario:before,
.miscelaneas .fa-pull-right.nivel:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-right.nivel:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-right.nivel:before,
header .icon_link .fa-pull-right.nivel:before,
.miscelaneas .fa-pull-right.duracion:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-right.duracion:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-right.duracion:before,
header .icon_link .fa-pull-right.duracion:before,
.miscelaneas .fa-pull-right.cart:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-right.cart:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-right.cart:before,
header .icon_link .fa-pull-right.cart:before,
.miscelaneas .fa-pull-right.contacto:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item .fa-pull-right.contacto:before,
.single-product.woocommerce .product .summary .woocommerce-product-attributes .fa-pull-right.contacto:before,
header .icon_link .fa-pull-right.contacto:before,
.fal.fa-pull-right,
.fa-pull-right.after-arrow:after,
.fa-pull-right.btn-tertiary:after,
.fa-pull-right.lectura:after,
.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: "\F26E";
}

.fa-abacus:before {
  content: "\F640";
}

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

.fa-accusoft:before {
  content: "\F369";
}

.fa-acorn:before {
  content: "\F6AE";
}

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

.fa-ad:before {
  content: "\F641";
}

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

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

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adobe:before {
  content: "\F778";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

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

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

.fa-algolia:before {
  content: "\F36C";
}

.fa-alicorn:before {
  content: "\F6B0";
}

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

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

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

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

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

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

.fa-ambulance:before {
  content: "\F0F9";
}

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

.fa-amilia:before {
  content: "\F36D";
}

.fa-analytics:before {
  content: "\F643";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angel:before {
  content: "\F779";
}

.fa-angellist:before {
  content: "\F209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

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

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

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

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

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

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

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows:before {
  content: "\F047";
}

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

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

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

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

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

.fa-artstation:before {
  content: "\F77A";
}

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

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

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

.fa-audible:before {
  content: "\F373";
}

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

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-axe:before {
  content: "\F6B2";
}

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

.fa-baby:before {
  content: "\F77C";
}

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

.fa-backpack:before {
  content: "\F5D4";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-badge:before {
  content: "\F335";
}

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

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

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

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

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

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

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

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

.fa-ballot:before {
  content: "\F732";
}

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

.fa-ban:before {
  content: "\F05E";
}

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

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

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

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

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

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball:before {
  content: "\F432";
}

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

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

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

.fa-bat:before {
  content: "\F6B5";
}

.fa-bath:before {
  content: "\F2CD";
}

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

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

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

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

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

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

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

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

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

.fa-bell:before {
  content: "\F0F3";
}

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

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

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

.fa-bells:before {
  content: "\F77F";
}

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

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

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

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

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

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blanket:before {
  content: "\F498";
}

.fa-blender:before {
  content: "\F517";
}

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

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

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

.fa-bluetooth:before {
  content: "\F293";
}

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

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

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

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

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

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

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

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

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

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

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

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

.fa-bookmark:before {
  content: "\F02E";
}

.fa-books:before {
  content: "\F5DB";
}

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

.fa-boot:before {
  content: "\F782";
}

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

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

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

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

.fa-box:before {
  content: "\F466";
}

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

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

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

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

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

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

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

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

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

.fa-boxes:before {
  content: "\F468";
}

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

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

.fa-brackets:before {
  content: "\F7E9";
}

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

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

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

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

.fa-briefcase:before {
  content: "\F0B1";
}

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

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

.fa-broom:before {
  content: "\F51A";
}

.fa-browser:before {
  content: "\F37E";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

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

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

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-burrito:before {
  content: "\F7ED";
}

.fa-bus:before {
  content: "\F207";
}

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

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

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

.fa-buysellads:before {
  content: "\F20D";
}

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

.fa-calculator:before {
  content: "\F1EC";
}

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

.fa-calendar:before {
  content: "\F133";
}

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

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

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

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

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

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

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

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

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

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

.fa-camera:before {
  content: "\F030";
}

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

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

.fa-campfire:before {
  content: "\F6BA";
}

.fa-campground:before {
  content: "\F6BB";
}

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

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

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

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

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\F787";
}

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

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

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

.fa-cat:before {
  content: "\F6BE";
}

.fa-cauldron:before {
  content: "\F6BF";
}

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

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

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

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

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

.fa-chalkboard:before {
  content: "\F51B";
}

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

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

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

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

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

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

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

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

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

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

.fa-check:before {
  content: "\F00C";
}

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

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

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

.fa-cheese:before {
  content: "\F7EF";
}

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

.fa-cheeseburger:before {
  content: "\F7F1";
}

.fa-chess:before {
  content: "\F439";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\F1AE";
}

.fa-chimney:before {
  content: "\F78B";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

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

.fa-city:before {
  content: "\F64F";
}

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

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

.fa-clipboard:before {
  content: "\F328";
}

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

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

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

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

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

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

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

.fa-cloud:before {
  content: "\F0C2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clouds:before {
  content: "\F744";
}

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

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

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-club:before {
  content: "\F327";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

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

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

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

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

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

.fa-coffin:before {
  content: "\F6C6";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-comments:before {
  content: "\F086";
}

.fa-comments-alt:before {
  content: "\F4B6";
}

.fa-comments-alt-dollar:before {
  content: "\F652";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compass-slash:before {
  content: "\F5E9";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-compress-wide:before {
  content: "\F326";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-container-storage:before {
  content: "\F4B7";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-conveyor-belt:before {
  content: "\F46E";
}

.fa-conveyor-belt-alt:before {
  content: "\F46F";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-corn:before {
  content: "\F6C7";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cow:before {
  content: "\F6C8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-credit-card-blank:before {
  content: "\F389";
}

.fa-credit-card-front:before {
  content: "\F38A";
}

.fa-cricket:before {
  content: "\F449";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-croissant:before {
  content: "\F7F6";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-crutches:before {
  content: "\F7F8";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-curling:before {
  content: "\F44A";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dagger:before {
  content: "\F6CB";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-debug:before {
  content: "\F7F9";
}

.fa-deer:before {
  content: "\F78E";
}

.fa-deer-rudolph:before {
  content: "\F78F";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-desktop-alt:before {
  content: "\F390";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dewpoint:before {
  content: "\F748";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d10:before {
  content: "\F6CD";
}

.fa-dice-d12:before {
  content: "\F6CE";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d4:before {
  content: "\F6D0";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-d8:before {
  content: "\F6D2";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-diploma:before {
  content: "\F5EA";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-do-not-enter:before {
  content: "\F5EC";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dog-leashed:before {
  content: "\F6D4";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-empty:before {
  content: "\F473";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-dolly-flatbed-alt:before {
  content: "\F475";
}

.fa-dolly-flatbed-empty:before {
  content: "\F476";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-circle:before {
  content: "\F5ED";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-draw-square:before {
  content: "\F5EF";
}

.fa-dreidel:before {
  content: "\F792";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick:before {
  content: "\F6D6";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-duck:before {
  content: "\F6D8";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-ear:before {
  content: "\F5F0";
}

.fa-ear-muffs:before {
  content: "\F795";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-eclipse:before {
  content: "\F749";
}

.fa-eclipse-alt:before {
  content: "\F74A";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-egg-fried:before {
  content: "\F7FC";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-elephant:before {
  content: "\F6DA";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-h-alt:before {
  content: "\F39B";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ellipsis-v-alt:before {
  content: "\F39C";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-empty-set:before {
  content: "\F656";
}

.fa-engine-warning:before {
  content: "\F5F2";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-dollar:before {
  content: "\F657";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-square:before {
  content: "\F321";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows:before {
  content: "\F31D";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expand-wide:before {
  content: "\F320";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-evil:before {
  content: "\F6DB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-field-hockey:before {
  content: "\F44C";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-certificate:before {
  content: "\F5F3";
}

.fa-file-chart-line:before {
  content: "\F659";
}

.fa-file-chart-pie:before {
  content: "\F65A";
}

.fa-file-check:before {
  content: "\F316";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-edit:before {
  content: "\F31C";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-exclamation:before {
  content: "\F31A";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-minus:before {
  content: "\F318";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-plus:before {
  content: "\F319";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-spreadsheet:before {
  content: "\F65B";
}

.fa-file-times:before {
  content: "\F317";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-user:before {
  content: "\F65C";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-files-medical:before {
  content: "\F7FD";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-film-alt:before {
  content: "\F3A0";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-fire-smoke:before {
  content: "\F74B";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-fireplace:before {
  content: "\F79A";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fish-cooked:before {
  content: "\F7FE";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-alt:before {
  content: "\F74C";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flame:before {
  content: "\F6DF";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flask-poison:before {
  content: "\F6E0";
}

.fa-flask-potion:before {
  content: "\F6E1";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flower:before {
  content: "\F7FF";
}

.fa-flower-daffodil:before {
  content: "\F800";
}

.fa-flower-tulip:before {
  content: "\F801";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-fog:before {
  content: "\F74E";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-folder-times:before {
  content: "\F65F";
}

.fa-folder-tree:before {
  content: "\F802";
}

.fa-folders:before {
  content: "\F660";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-football-helmet:before {
  content: "\F44F";
}

.fa-forklift:before {
  content: "\F47A";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-fragile:before {
  content: "\F4BB";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-french-fries:before {
  content: "\F803";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frosty-head:before {
  content: "\F79B";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-function:before {
  content: "\F661";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gas-pump-slash:before {
  content: "\F5F4";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gift-card:before {
  content: "\F663";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-gingerbread-man:before {
  content: "\F79D";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass:before {
  content: "\F804";
}

.fa-glass-champagne:before {
  content: "\F79E";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glass-whiskey-rocks:before {
  content: "\F7A1";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glasses-alt:before {
  content: "\F5F5";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-globe-snow:before {
  content: "\F7A3";
}

.fa-globe-stand:before {
  content: "\F5F6";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-golf-club:before {
  content: "\F451";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-h1:before {
  content: "\F313";
}

.fa-h2:before {
  content: "\F314";
}

.fa-h3:before {
  content: "\F315";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hammer-war:before {
  content: "\F6E4";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-heart:before {
  content: "\F4BC";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-box:before {
  content: "\F47B";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-magic:before {
  content: "\F6E5";
}

.fa-hand-holding-seedling:before {
  content: "\F4BF";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-receiving:before {
  content: "\F47C";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-heart:before {
  content: "\F4C3";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-usd:before {
  content: "\F4C5";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt:before {
  content: "\F4C6";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-santa:before {
  content: "\F7A7";
}

.fa-hat-winter:before {
  content: "\F7A8";
}

.fa-hat-witch:before {
  content: "\F6E7";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-haykal:before {
  content: "\F666";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side:before {
  content: "\F6E9";
}

.fa-head-side-brain:before {
  content: "\F808";
}

.fa-head-side-medical:before {
  content: "\F809";
}

.fa-head-vr:before {
  content: "\F6EA";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heart-circle:before {
  content: "\F4C7";
}

.fa-heart-rate:before {
  content: "\F5F8";
}

.fa-heart-square:before {
  content: "\F4C8";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-helmet-battle:before {
  content: "\F6EB";
}

.fa-hexagon:before {
  content: "\F312";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-mask:before {
  content: "\F6EE";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-hockey-sticks:before {
  content: "\F454";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-home-alt:before {
  content: "\F80A";
}

.fa-home-heart:before {
  content: "\F4C9";
}

.fa-home-lg:before {
  content: "\F80B";
}

.fa-home-lg-alt:before {
  content: "\F80C";
}

.fa-hood-cloak:before {
  content: "\F6EF";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hospitals:before {
  content: "\F80E";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-flood:before {
  content: "\F74F";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-humidity:before {
  content: "\F750";
}

.fa-hurricane:before {
  content: "\F751";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-ice-skate:before {
  content: "\F7AC";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-inbox-in:before {
  content: "\F310";
}

.fa-inbox-out:before {
  content: "\F311";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-industry-alt:before {
  content: "\F3B3";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-info-square:before {
  content: "\F30F";
}

.fa-inhaler:before {
  content: "\F5F9";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-integral:before {
  content: "\F667";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-intersection:before {
  content: "\F668";
}

.fa-inventory:before {
  content: "\F480";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-island-tropical:before {
  content: "\F811";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-jack-o-lantern:before {
  content: "\F30E";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-key-skeleton:before {
  content: "\F6F3";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-keynote:before {
  content: "\F66C";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kidneys:before {
  content: "\F5FB";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kite:before {
  content: "\F6F4";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-knife-kitchen:before {
  content: "\F6F5";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-lambda:before {
  content: "\F66E";
}

.fa-lamp:before {
  content: "\F4CA";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-landmark-alt:before {
  content: "\F752";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-layer-minus:before {
  content: "\F5FE";
}

.fa-layer-plus:before {
  content: "\F5FF";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leaf-heart:before {
  content: "\F4CB";
}

.fa-leaf-maple:before {
  content: "\F6F6";
}

.fa-leaf-oak:before {
  content: "\F6F7";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-lightbulb-dollar:before {
  content: "\F670";
}

.fa-lightbulb-exclamation:before {
  content: "\F671";
}

.fa-lightbulb-on:before {
  content: "\F672";
}

.fa-lightbulb-slash:before {
  content: "\F673";
}

.fa-lights-holiday:before {
  content: "\F7B2";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lips:before {
  content: "\F600";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location:before {
  content: "\F601";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-location-circle:before {
  content: "\F602";
}

.fa-location-slash:before {
  content: "\F603";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-alt:before {
  content: "\F30D";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-lock-open-alt:before {
  content: "\F3C2";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-loveseat:before {
  content: "\F4CC";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luchador:before {
  content: "\F455";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-mace:before {
  content: "\F6F8";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailbox:before {
  content: "\F813";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-mandolin:before {
  content: "\F6F9";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-marker-alt-slash:before {
  content: "\F605";
}

.fa-map-marker-check:before {
  content: "\F606";
}

.fa-map-marker-edit:before {
  content: "\F607";
}

.fa-map-marker-exclamation:before {
  content: "\F608";
}

.fa-map-marker-minus:before {
  content: "\F609";
}

.fa-map-marker-plus:before {
  content: "\F60A";
}

.fa-map-marker-question:before {
  content: "\F60B";
}

.fa-map-marker-slash:before {
  content: "\F60C";
}

.fa-map-marker-smile:before {
  content: "\F60D";
}

.fa-map-marker-times:before {
  content: "\F60E";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-meat:before {
  content: "\F814";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaphone:before {
  content: "\F675";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-mind-share:before {
  content: "\F677";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-hexagon:before {
  content: "\F307";
}

.fa-minus-octagon:before {
  content: "\F308";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mistletoe:before {
  content: "\F7B4";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-mobile-android:before {
  content: "\F3CE";
}

.fa-mobile-android-alt:before {
  content: "\F3CF";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monitor-heart-rate:before {
  content: "\F611";
}

.fa-monkey:before {
  content: "\F6FB";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

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

.fa-moon-stars:before {
  content: "\F755";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mountains:before {
  content: "\F6FD";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-mug-marshmallows:before {
  content: "\F7B7";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-narwhal:before {
  content: "\F6FE";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-nintendo-switch:before {
  content: "\F418";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octagon:before {
  content: "\F306";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-oil-temp:before {
  content: "\F614";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-omega:before {
  content: "\F67A";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-ornament:before {
  content: "\F7B8";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-brush-alt:before {
  content: "\F5A9";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-pallet-alt:before {
  content: "\F483";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-parking-circle:before {
  content: "\F615";
}

.fa-parking-circle-slash:before {
  content: "\F616";
}

.fa-parking-slash:before {
  content: "\F617";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paw-alt:before {
  content: "\F701";
}

.fa-paw-claws:before {
  content: "\F702";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pegasus:before {
  content: "\F703";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-paintbrush:before {
  content: "\F618";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-pennant:before {
  content: "\F456";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-person-carry:before {
  content: "\F4CF";
}

.fa-person-dolly:before {
  content: "\F4D0";
}

.fa-person-dolly-empty:before {
  content: "\F4D1";
}

.fa-person-sign:before {
  content: "\F757";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-office:before {
  content: "\F67D";
}

.fa-phone-plus:before {
  content: "\F4D2";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-php:before {
  content: "\F457";
}

.fa-pi:before {
  content: "\F67E";
}

.fa-pie:before {
  content: "\F705";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pig:before {
  content: "\F706";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza:before {
  content: "\F817";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-alt:before {
  content: "\F3DE";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-hexagon:before {
  content: "\F300";
}

.fa-plus-octagon:before {
  content: "\F301";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-podium:before {
  content: "\F680";
}

.fa-podium-star:before {
  content: "\F758";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poll-people:before {
  content: "\F759";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-popcorn:before {
  content: "\F819";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-presentation:before {
  content: "\F685";
}

.fa-print:before {
  content: "\F02F";
}

.fa-print-search:before {
  content: "\F81A";
}

.fa-print-slash:before {
  content: "\F686";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pumpkin:before {
  content: "\F707";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-question-square:before {
  content: "\F2FD";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-rabbit:before {
  content: "\F708";
}

.fa-rabbit-fast:before {
  content: "\F709";
}

.fa-racquet:before {
  content: "\F45A";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-raindrops:before {
  content: "\F75C";
}

.fa-ram:before {
  content: "\F70A";
}

.fa-ramp-loading:before {
  content: "\F4D4";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-rectangle-landscape:before {
  content: "\F2FA";
}

.fa-rectangle-portrait:before {
  content: "\F2FB";
}

.fa-rectangle-wide:before {
  content: "\F2FC";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-repeat:before {
  content: "\F363";
}

.fa-repeat-1:before {
  content: "\F365";
}

.fa-repeat-1-alt:before {
  content: "\F366";
}

.fa-repeat-alt:before {
  content: "\F364";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-retweet-alt:before {
  content: "\F361";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-rings-wedding:before {
  content: "\F81B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-route-highway:before {
  content: "\F61A";
}

.fa-route-interstate:before {
  content: "\F61B";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-triangle:before {
  content: "\F61C";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rv:before {
  content: "\F7BE";
}

.fa-sack:before {
  content: "\F81C";
}

.fa-sack-dollar:before {
  content: "\F81D";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salad:before {
  content: "\F81E";
}

.fa-sandwich:before {
  content: "\F81F";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-sausage:before {
  content: "\F820";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-scalpel:before {
  content: "\F61D";
}

.fa-scalpel-path:before {
  content: "\F61E";
}

.fa-scanner:before {
  content: "\F488";
}

.fa-scanner-keyboard:before {
  content: "\F489";
}

.fa-scanner-touchscreen:before {
  content: "\F48A";
}

.fa-scarecrow:before {
  content: "\F70D";
}

.fa-scarf:before {
  content: "\F7C1";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-scroll-old:before {
  content: "\F70F";
}

.fa-scrubber:before {
  content: "\F2F8";
}

.fa-scythe:before {
  content: "\F710";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-all:before {
  content: "\F367";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-sheep:before {
  content: "\F711";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield:before {
  content: "\F132";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-check:before {
  content: "\F2F7";
}

.fa-shield-cross:before {
  content: "\F712";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shipping-timed:before {
  content: "\F48C";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shish-kebab:before {
  content: "\F821";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shovel:before {
  content: "\F713";
}

.fa-shovel-snow:before {
  content: "\F7C3";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shredder:before {
  content: "\F68A";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-shuttlecock:before {
  content: "\F45B";
}

.fa-sickle:before {
  content: "\F822";
}

.fa-sigma:before {
  content: "\F68B";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signal-1:before {
  content: "\F68C";
}

.fa-signal-2:before {
  content: "\F68D";
}

.fa-signal-3:before {
  content: "\F68E";
}

.fa-signal-4:before {
  content: "\F68F";
}

.fa-signal-alt:before {
  content: "\F690";
}

.fa-signal-alt-1:before {
  content: "\F691";
}

.fa-signal-alt-2:before {
  content: "\F692";
}

.fa-signal-alt-3:before {
  content: "\F693";
}

.fa-signal-alt-slash:before {
  content: "\F694";
}

.fa-signal-slash:before {
  content: "\F695";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-skeleton:before {
  content: "\F620";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-ski-jump:before {
  content: "\F7C7";
}

.fa-ski-lift:before {
  content: "\F7C8";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sledding:before {
  content: "\F7CB";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-sliders-h-square:before {
  content: "\F3F0";
}

.fa-sliders-v:before {
  content: "\F3F1";
}

.fa-sliders-v-square:before {
  content: "\F3F2";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-plus:before {
  content: "\F5B9";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoke:before {
  content: "\F760";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snake:before {
  content: "\F716";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snow-blowing:before {
  content: "\F761";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowflakes:before {
  content: "\F7CF";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowmobile:before {
  content: "\F7D1";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-soup:before {
  content: "\F823";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-spade:before {
  content: "\F2F4";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spider-black-widow:before {
  content: "\F718";
}

.fa-spider-web:before {
  content: "\F719";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-spinner-third:before {
  content: "\F3F4";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root:before {
  content: "\F697";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-squirrel:before {
  content: "\F71A";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-staff:before {
  content: "\F71B";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-christmas:before {
  content: "\F7D4";
}

.fa-star-exclamation:before {
  content: "\F2F3";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-stars:before {
  content: "\F762";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steak:before {
  content: "\F824";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-steering-wheel:before {
  content: "\F622";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stocking:before {
  content: "\F7D5";
}

.fa-stomach:before {
  content: "\F623";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-stretcher:before {
  content: "\F825";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

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

.fa-sun-dust:before {
  content: "\F764";
}

.fa-sun-haze:before {
  content: "\F765";
}

.fa-sunrise:before {
  content: "\F766";
}

.fa-sunset:before {
  content: "\F767";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-sword:before {
  content: "\F71C";
}

.fa-swords:before {
  content: "\F71D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablet-android:before {
  content: "\F3FB";
}

.fa-tablet-android-alt:before {
  content: "\F3FC";
}

.fa-tablet-rugged:before {
  content: "\F48F";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer:before {
  content: "\F0E4";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tachometer-alt-average:before {
  content: "\F624";
}

.fa-tachometer-alt-fast:before {
  content: "\F625";
}

.fa-tachometer-alt-fastest:before {
  content: "\F626";
}

.fa-tachometer-alt-slow:before {
  content: "\F627";
}

.fa-tachometer-alt-slowest:before {
  content: "\F628";
}

.fa-tachometer-average:before {
  content: "\F629";
}

.fa-tachometer-fast:before {
  content: "\F62A";
}

.fa-tachometer-fastest:before {
  content: "\F62B";
}

.fa-tachometer-slow:before {
  content: "\F62C";
}

.fa-tachometer-slowest:before {
  content: "\F62D";
}

.fa-taco:before {
  content: "\F826";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tally:before {
  content: "\F69C";
}

.fa-tanakh:before {
  content: "\F827";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-tasks-alt:before {
  content: "\F828";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-frigid:before {
  content: "\F768";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-hot:before {
  content: "\F76A";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-tennis-ball:before {
  content: "\F45E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-theta:before {
  content: "\F69E";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-thunderstorm:before {
  content: "\F76C";
}

.fa-thunderstorm-moon:before {
  content: "\F76D";
}

.fa-thunderstorm-sun:before {
  content: "\F76E";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tilde:before {
  content: "\F69F";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-times-hexagon:before {
  content: "\F2EE";
}

.fa-times-octagon:before {
  content: "\F2F0";
}

.fa-times-square:before {
  content: "\F2D3";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tire:before {
  content: "\F631";
}

.fa-tire-flat:before {
  content: "\F632";
}

.fa-tire-pressure-warning:before {
  content: "\F633";
}

.fa-tire-rugged:before {
  content: "\F634";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-alt:before {
  content: "\F71F";
}

.fa-tombstone:before {
  content: "\F720";
}

.fa-tombstone-alt:before {
  content: "\F721";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-toothbrush:before {
  content: "\F635";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tornado:before {
  content: "\F76F";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-cone:before {
  content: "\F636";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-traffic-light-go:before {
  content: "\F638";
}

.fa-traffic-light-slow:before {
  content: "\F639";
}

.fa-traffic-light-stop:before {
  content: "\F63A";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-treasure-chest:before {
  content: "\F723";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-tree-alt:before {
  content: "\F400";
}

.fa-tree-christmas:before {
  content: "\F7DB";
}

.fa-tree-decorated:before {
  content: "\F7DC";
}

.fa-tree-large:before {
  content: "\F7DD";
}

.fa-tree-palm:before {
  content: "\F82B";
}

.fa-trees:before {
  content: "\F724";
}

.fa-trello:before {
  content: "\F181";
}

.fa-triangle:before {
  content: "\F2EC";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-trophy-alt:before {
  content: "\F2EB";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-container:before {
  content: "\F4DC";
}

.fa-truck-couch:before {
  content: "\F4DD";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-truck-plow:before {
  content: "\F7DE";
}

.fa-truck-ramp:before {
  content: "\F4E0";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-turkey:before {
  content: "\F725";
}

.fa-turtle:before {
  content: "\F726";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-tv-retro:before {
  content: "\F401";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-unicorn:before {
  content: "\F727";
}

.fa-union:before {
  content: "\F6A2";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-usd-circle:before {
  content: "\F2E8";
}

.fa-usd-square:before {
  content: "\F2E9";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-chart:before {
  content: "\F6A3";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-crown:before {
  content: "\F6A4";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-hard-hat:before {
  content: "\F82C";
}

.fa-user-headset:before {
  content: "\F82D";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-md-chat:before {
  content: "\F82E";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-class:before {
  content: "\F63D";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-crown:before {
  content: "\F6A5";
}

.fa-users-medical:before {
  content: "\F830";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-fork:before {
  content: "\F2E3";
}

.fa-utensil-knife:before {
  content: "\F2E4";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-utensils-alt:before {
  content: "\F2E6";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-value-absolute:before {
  content: "\F6A6";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-plus:before {
  content: "\F4E1";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-volcano:before {
  content: "\F770";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume:before {
  content: "\F6A8";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-slash:before {
  content: "\F2E2";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-nay:before {
  content: "\F771";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walker:before {
  content: "\F831";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-wand:before {
  content: "\F72A";
}

.fa-wand-magic:before {
  content: "\F72B";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-warehouse-alt:before {
  content: "\F495";
}

.fa-watch:before {
  content: "\F2E1";
}

.fa-watch-fitness:before {
  content: "\F63E";
}

.fa-water:before {
  content: "\F773";
}

.fa-water-lower:before {
  content: "\F774";
}

.fa-water-rise:before {
  content: "\F775";
}

.fa-webcam:before {
  content: "\F832";
}

.fa-webcam-slash:before {
  content: "\F833";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whale:before {
  content: "\F72C";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheat:before {
  content: "\F72D";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whistle:before {
  content: "\F460";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wifi-1:before {
  content: "\F6AA";
}

.fa-wifi-2:before {
  content: "\F6AB";
}

.fa-wifi-slash:before {
  content: "\F6AC";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-wind-warning:before {
  content: "\F776";
}

.fa-window:before {
  content: "\F40E";
}

.fa-window-alt:before {
  content: "\F40F";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-windsock:before {
  content: "\F777";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wreath:before {
  content: "\F7E2";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only, .novedades-comunidad .p-field label {
  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, .categoria-pane .header-pregunta:before, .custom-cart-hgc:before, .before-arrow:after, .miscelaneas .lugar:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .lugar:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .lugar:before, header .icon_link .lugar:before, .miscelaneas .horario:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .horario:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .horario:before, header .icon_link .horario:before, .miscelaneas .nivel:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .nivel:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .nivel:before, header .icon_link .nivel:before, .miscelaneas .duracion:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .duracion:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .duracion:before, header .icon_link .duracion:before, .miscelaneas .cart:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .cart:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .cart:before, header .icon_link .cart:before, .miscelaneas .contacto:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .contacto:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .contacto:before, header .icon_link .contacto:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * 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: "\F3D0";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-hooli {
  --fa: "\F427";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-yelp {
  --fa: "\F1E9";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-cc-visa {
  --fa: "\F1F0";
}

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

.fa-lastfm {
  --fa: "\F202";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-shopware {
  --fa: "\F5B5";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-creative-commons-nc {
  --fa: "\F4E8";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-aws {
  --fa: "\F375";
}

.fa-aws:before {
  content: "\F375";
}

.fa-redhat {
  --fa: "\F7BC";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-yoast {
  --fa: "\F2B1";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-cloudflare {
  --fa: "\E07D";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-ups {
  --fa: "\F7E0";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-pixiv {
  --fa: "\E640";
}

.fa-pixiv:before {
  content: "\E640";
}

.fa-wpexplorer {
  --fa: "\F2DE";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-dyalog {
  --fa: "\F399";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-bity {
  --fa: "\F37A";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-stackpath {
  --fa: "\F842";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-buysellads {
  --fa: "\F20D";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-first-order {
  --fa: "\F2B0";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-modx {
  --fa: "\F285";
}

.fa-modx:before {
  content: "\F285";
}

.fa-guilded {
  --fa: "\E07E";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-vnv {
  --fa: "\F40B";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-square-js {
  --fa: "\F3B9";
}

.fa-square-js:before {
  content: "\F3B9";
}

.fa-js-square {
  --fa: "\F3B9";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-microsoft {
  --fa: "\F3CA";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-qq {
  --fa: "\F1D6";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-orcid {
  --fa: "\F8D2";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-java {
  --fa: "\F4E4";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-invision {
  --fa: "\F7B0";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-creative-commons-pd-alt {
  --fa: "\F4ED";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-centercode {
  --fa: "\F380";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-glide-g {
  --fa: "\F2A6";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-drupal {
  --fa: "\F1A9";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-jxl {
  --fa: "\E67B";
}

.fa-jxl:before {
  content: "\E67B";
}

.fa-dart-lang {
  --fa: "\E693";
}

.fa-dart-lang:before {
  content: "\E693";
}

.fa-hire-a-helper {
  --fa: "\F3B0";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-creative-commons-by {
  --fa: "\F4E7";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-unity {
  --fa: "\E049";
}

.fa-unity:before {
  content: "\E049";
}

.fa-whmcs {
  --fa: "\F40D";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-rocketchat {
  --fa: "\F3E8";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-vk {
  --fa: "\F189";
}

.fa-vk:before {
  content: "\F189";
}

.fa-untappd {
  --fa: "\F405";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-mailchimp {
  --fa: "\F59E";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-css3-alt {
  --fa: "\F38B";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-square-reddit {
  --fa: "\F1A2";
}

.fa-square-reddit:before {
  content: "\F1A2";
}

.fa-reddit-square {
  --fa: "\F1A2";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-vimeo-v {
  --fa: "\F27D";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-contao {
  --fa: "\F26D";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-square-font-awesome {
  --fa: "\E5AD";
}

.fa-square-font-awesome:before {
  content: "\E5AD";
}

.fa-deskpro {
  --fa: "\F38F";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-brave {
  --fa: "\E63C";
}

.fa-brave:before {
  content: "\E63C";
}

.fa-sistrix {
  --fa: "\F3EE";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-square-instagram {
  --fa: "\E055";
}

.fa-square-instagram:before {
  content: "\E055";
}

.fa-instagram-square {
  --fa: "\E055";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-battle-net {
  --fa: "\F835";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-the-red-yeti {
  --fa: "\F69D";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-square-hacker-news {
  --fa: "\F3AF";
}

.fa-square-hacker-news:before {
  content: "\F3AF";
}

.fa-hacker-news-square {
  --fa: "\F3AF";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-edge {
  --fa: "\F282";
}

.fa-edge:before {
  content: "\F282";
}

.fa-threads {
  --fa: "\E618";
}

.fa-threads:before {
  content: "\E618";
}

.fa-napster {
  --fa: "\F3D2";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-square-snapchat {
  --fa: "\F2AD";
}

.fa-square-snapchat:before {
  content: "\F2AD";
}

.fa-snapchat-square {
  --fa: "\F2AD";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-google-plus-g {
  --fa: "\F0D5";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-artstation {
  --fa: "\F77A";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-markdown {
  --fa: "\F60F";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-sourcetree {
  --fa: "\F7D3";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-google-plus {
  --fa: "\F2B3";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-diaspora {
  --fa: "\F791";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-foursquare {
  --fa: "\F180";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-stack-overflow {
  --fa: "\F16C";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-github-alt {
  --fa: "\F113";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-phoenix-squadron {
  --fa: "\F511";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-pagelines {
  --fa: "\F18C";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-algolia {
  --fa: "\F36C";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-red-river {
  --fa: "\F3E3";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-creative-commons-sa {
  --fa: "\F4EF";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-safari {
  --fa: "\F267";
}

.fa-safari:before {
  content: "\F267";
}

.fa-google {
  --fa: "\F1A0";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-square-font-awesome-stroke {
  --fa: "\F35C";
}

.fa-square-font-awesome-stroke:before {
  content: "\F35C";
}

.fa-font-awesome-alt {
  --fa: "\F35C";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-atlassian {
  --fa: "\F77B";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-linkedin-in {
  --fa: "\F0E1";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-digital-ocean {
  --fa: "\F391";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-nimblr {
  --fa: "\F5A8";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-chromecast {
  --fa: "\F838";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-evernote {
  --fa: "\F839";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-hacker-news {
  --fa: "\F1D4";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-creative-commons-sampling {
  --fa: "\F4F0";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-adversal {
  --fa: "\F36A";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-creative-commons {
  --fa: "\F25E";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-watchman-monitoring {
  --fa: "\E087";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-fonticons {
  --fa: "\F280";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-weixin {
  --fa: "\F1D7";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-shirtsinbulk {
  --fa: "\F214";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-codepen {
  --fa: "\F1CB";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-git-alt {
  --fa: "\F841";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-lyft {
  --fa: "\F3C3";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-rev {
  --fa: "\F5B2";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-windows {
  --fa: "\F17A";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wizards-of-the-coast {
  --fa: "\F730";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-square-viadeo {
  --fa: "\F2AA";
}

.fa-square-viadeo:before {
  content: "\F2AA";
}

.fa-viadeo-square {
  --fa: "\F2AA";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-meetup {
  --fa: "\F2E0";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-centos {
  --fa: "\F789";
}

.fa-centos:before {
  content: "\F789";
}

.fa-adn {
  --fa: "\F170";
}

.fa-adn:before {
  content: "\F170";
}

.fa-cloudsmith {
  --fa: "\F384";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-opensuse {
  --fa: "\E62B";
}

.fa-opensuse:before {
  content: "\E62B";
}

.fa-pied-piper-alt {
  --fa: "\F1A8";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-square-dribbble {
  --fa: "\F397";
}

.fa-square-dribbble:before {
  content: "\F397";
}

.fa-dribbble-square {
  --fa: "\F397";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-codiepie {
  --fa: "\F284";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-node {
  --fa: "\F419";
}

.fa-node:before {
  content: "\F419";
}

.fa-mix {
  --fa: "\F3CB";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-steam {
  --fa: "\F1B6";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-cc-apple-pay {
  --fa: "\F416";
}

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

.fa-scribd {
  --fa: "\F28A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-debian {
  --fa: "\E60B";
}

.fa-debian:before {
  content: "\E60B";
}

.fa-openid {
  --fa: "\F19B";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-instalod {
  --fa: "\E081";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-files-pinwheel {
  --fa: "\E69F";
}

.fa-files-pinwheel:before {
  content: "\E69F";
}

.fa-expeditedssl {
  --fa: "\F23E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-sellcast {
  --fa: "\F2DA";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-square-twitter {
  --fa: "\F081";
}

.fa-square-twitter:before {
  content: "\F081";
}

.fa-twitter-square {
  --fa: "\F081";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-r-project {
  --fa: "\F4F7";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-delicious {
  --fa: "\F1A5";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-freebsd {
  --fa: "\F3A4";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-vuejs {
  --fa: "\F41F";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-accusoft {
  --fa: "\F369";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-ioxhost {
  --fa: "\F208";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-fonticons-fi {
  --fa: "\F3A2";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-app-store {
  --fa: "\F36F";
}

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

.fa-cc-mastercard {
  --fa: "\F1F1";
}

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

.fa-itunes-note {
  --fa: "\F3B5";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-golang {
  --fa: "\E40F";
}

.fa-golang:before {
  content: "\E40F";
}

.fa-kickstarter {
  --fa: "\F3BB";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-square-kickstarter {
  --fa: "\F3BB";
}

.fa-square-kickstarter:before {
  content: "\F3BB";
}

.fa-grav {
  --fa: "\F2D6";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-weibo {
  --fa: "\F18A";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-uncharted {
  --fa: "\E084";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-firstdraft {
  --fa: "\F3A1";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-square-youtube {
  --fa: "\F431";
}

.fa-square-youtube:before {
  content: "\F431";
}

.fa-youtube-square {
  --fa: "\F431";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-wikipedia-w {
  --fa: "\F266";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wpressr {
  --fa: "\F3E4";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-rendact {
  --fa: "\F3E4";
}

.fa-rendact:before {
  content: "\F3E4";
}

.fa-angellist {
  --fa: "\F209";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-galactic-republic {
  --fa: "\F50C";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-nfc-directional {
  --fa: "\E530";
}

.fa-nfc-directional:before {
  content: "\E530";
}

.fa-skype {
  --fa: "\F17E";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-joget {
  --fa: "\F3B7";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-fedora {
  --fa: "\F798";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-stripe-s {
  --fa: "\F42A";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-meta {
  --fa: "\E49B";
}

.fa-meta:before {
  content: "\E49B";
}

.fa-laravel {
  --fa: "\F3BD";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-hotjar {
  --fa: "\F3B1";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-bluetooth-b {
  --fa: "\F294";
}

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

.fa-square-letterboxd {
  --fa: "\E62E";
}

.fa-square-letterboxd:before {
  content: "\E62E";
}

.fa-sticker-mule {
  --fa: "\F3F7";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-creative-commons-zero {
  --fa: "\F4F3";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-hips {
  --fa: "\F452";
}

.fa-hips:before {
  content: "\F452";
}

.fa-css {
  --fa: "\E6A2";
}

.fa-css:before {
  content: "\E6A2";
}

.fa-behance {
  --fa: "\F1B4";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-reddit {
  --fa: "\F1A1";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-discord {
  --fa: "\F392";
}

.fa-discord:before {
  content: "\F392";
}

.fa-chrome {
  --fa: "\F268";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-app-store-ios {
  --fa: "\F370";
}

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

.fa-cc-discover {
  --fa: "\F1F2";
}

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

.fa-wpbeginner {
  --fa: "\F297";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-confluence {
  --fa: "\F78D";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-shoelace {
  --fa: "\E60C";
}

.fa-shoelace:before {
  content: "\E60C";
}

.fa-mdb {
  --fa: "\F8CA";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-dochub {
  --fa: "\F394";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-accessible-icon {
  --fa: "\F368";
}

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

.fa-ebay {
  --fa: "\F4F4";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-amazon {
  --fa: "\F270";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-unsplash {
  --fa: "\E07C";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-yarn {
  --fa: "\F7E3";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-square-steam {
  --fa: "\F1B7";
}

.fa-square-steam:before {
  content: "\F1B7";
}

.fa-steam-square {
  --fa: "\F1B7";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-500px {
  --fa: "\F26E";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-square-vimeo {
  --fa: "\F194";
}

.fa-square-vimeo:before {
  content: "\F194";
}

.fa-vimeo-square {
  --fa: "\F194";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-asymmetrik {
  --fa: "\F372";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-font-awesome {
  --fa: "\F2B4";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-flag {
  --fa: "\F2B4";
}

.fa-font-awesome-flag:before {
  content: "\F2B4";
}

.fa-font-awesome-logo-full {
  --fa: "\F2B4";
}

.fa-font-awesome-logo-full:before {
  content: "\F2B4";
}

.fa-gratipay {
  --fa: "\F184";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-apple {
  --fa: "\F179";
}

.fa-apple:before {
  content: "\F179";
}

.fa-hive {
  --fa: "\E07F";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-gitkraken {
  --fa: "\F3A6";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-keybase {
  --fa: "\F4F5";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-apple-pay {
  --fa: "\F415";
}

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

.fa-padlet {
  --fa: "\E4A0";
}

.fa-padlet:before {
  content: "\E4A0";
}

.fa-amazon-pay {
  --fa: "\F42C";
}

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

.fa-square-github {
  --fa: "\F092";
}

.fa-square-github:before {
  content: "\F092";
}

.fa-github-square {
  --fa: "\F092";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-stumbleupon {
  --fa: "\F1A4";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-fedex {
  --fa: "\F797";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-phoenix-framework {
  --fa: "\F3DC";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-shopify {
  --fa: "\E057";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-neos {
  --fa: "\F612";
}

.fa-neos:before {
  content: "\F612";
}

.fa-square-threads {
  --fa: "\E619";
}

.fa-square-threads:before {
  content: "\E619";
}

.fa-hackerrank {
  --fa: "\F5F7";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-researchgate {
  --fa: "\F4F8";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-swift {
  --fa: "\F8E1";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-angular {
  --fa: "\F420";
}

.fa-angular:before {
  content: "\F420";
}

.fa-speakap {
  --fa: "\F3F3";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-angrycreative {
  --fa: "\F36E";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-y-combinator {
  --fa: "\F23B";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-empire {
  --fa: "\F1D1";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envira {
  --fa: "\F299";
}

.fa-envira:before {
  content: "\F299";
}

.fa-google-scholar {
  --fa: "\E63B";
}

.fa-google-scholar:before {
  content: "\E63B";
}

.fa-square-gitlab {
  --fa: "\E5AE";
}

.fa-square-gitlab:before {
  content: "\E5AE";
}

.fa-gitlab-square {
  --fa: "\E5AE";
}

.fa-gitlab-square:before {
  content: "\E5AE";
}

.fa-studiovinari {
  --fa: "\F3F8";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-pied-piper {
  --fa: "\F2AE";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-wordpress {
  --fa: "\F19A";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-product-hunt {
  --fa: "\F288";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-firefox {
  --fa: "\F269";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-linode {
  --fa: "\F2B8";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-goodreads {
  --fa: "\F3A8";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-square-odnoklassniki {
  --fa: "\F264";
}

.fa-square-odnoklassniki:before {
  content: "\F264";
}

.fa-odnoklassniki-square {
  --fa: "\F264";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-jsfiddle {
  --fa: "\F1CC";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-sith {
  --fa: "\F512";
}

.fa-sith:before {
  content: "\F512";
}

.fa-themeisle {
  --fa: "\F2B2";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-page4 {
  --fa: "\F3D7";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-hashnode {
  --fa: "\E499";
}

.fa-hashnode:before {
  content: "\E499";
}

.fa-react {
  --fa: "\F41B";
}

.fa-react:before {
  content: "\F41B";
}

.fa-cc-paypal {
  --fa: "\F1F4";
}

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

.fa-squarespace {
  --fa: "\F5BE";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-cc-stripe {
  --fa: "\F1F5";
}

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

.fa-creative-commons-share {
  --fa: "\F4F2";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-bitcoin {
  --fa: "\F379";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-keycdn {
  --fa: "\F3BA";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-opera {
  --fa: "\F26A";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-itch-io {
  --fa: "\F83A";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-umbraco {
  --fa: "\F8E8";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-galactic-senate {
  --fa: "\F50D";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-ubuntu {
  --fa: "\F7DF";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-draft2digital {
  --fa: "\F396";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-stripe {
  --fa: "\F429";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-houzz {
  --fa: "\F27C";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-gg {
  --fa: "\F260";
}

.fa-gg:before {
  content: "\F260";
}

.fa-dhl {
  --fa: "\F790";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-square-pinterest {
  --fa: "\F0D3";
}

.fa-square-pinterest:before {
  content: "\F0D3";
}

.fa-pinterest-square {
  --fa: "\F0D3";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-xing {
  --fa: "\F168";
}

.fa-xing:before {
  content: "\F168";
}

.fa-blackberry {
  --fa: "\F37B";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-creative-commons-pd {
  --fa: "\F4EC";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-playstation {
  --fa: "\F3DF";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-quinscape {
  --fa: "\F459";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-less {
  --fa: "\F41D";
}

.fa-less:before {
  content: "\F41D";
}

.fa-blogger-b {
  --fa: "\F37D";
}

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

.fa-opencart {
  --fa: "\F23D";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-vine {
  --fa: "\F1CA";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-signal-messenger {
  --fa: "\E663";
}

.fa-signal-messenger:before {
  content: "\E663";
}

.fa-paypal {
  --fa: "\F1ED";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-gitlab {
  --fa: "\F296";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-typo3 {
  --fa: "\F42B";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-reddit-alien {
  --fa: "\F281";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-yahoo {
  --fa: "\F19E";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-dailymotion {
  --fa: "\E052";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-affiliatetheme {
  --fa: "\F36B";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-pied-piper-pp {
  --fa: "\F1A7";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-bootstrap {
  --fa: "\F836";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-odnoklassniki {
  --fa: "\F263";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-nfc-symbol {
  --fa: "\E531";
}

.fa-nfc-symbol:before {
  content: "\E531";
}

.fa-mintbit {
  --fa: "\E62F";
}

.fa-mintbit:before {
  content: "\E62F";
}

.fa-ethereum {
  --fa: "\F42E";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-speaker-deck {
  --fa: "\F83C";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-creative-commons-nc-eu {
  --fa: "\F4E9";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-patreon {
  --fa: "\F3D9";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-avianex {
  --fa: "\F374";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-ello {
  --fa: "\F5F1";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-gofore {
  --fa: "\F3A7";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-bimobject {
  --fa: "\F378";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-brave-reverse {
  --fa: "\E63D";
}

.fa-brave-reverse:before {
  content: "\E63D";
}

.fa-facebook-f {
  --fa: "\F39E";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-square-google-plus {
  --fa: "\F0D4";
}

.fa-square-google-plus:before {
  content: "\F0D4";
}

.fa-google-plus-square {
  --fa: "\F0D4";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-web-awesome {
  --fa: "\E682";
}

.fa-web-awesome:before {
  content: "\E682";
}

.fa-mandalorian {
  --fa: "\F50F";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-first-order-alt {
  --fa: "\F50A";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-osi {
  --fa: "\F41A";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-google-wallet {
  --fa: "\F1EE";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-d-and-d-beyond {
  --fa: "\F6CA";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-periscope {
  --fa: "\F3DA";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-fulcrum {
  --fa: "\F50B";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-cloudscale {
  --fa: "\F383";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-forumbee {
  --fa: "\F211";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-mizuni {
  --fa: "\F3CC";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-schlix {
  --fa: "\F3EA";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-square-xing {
  --fa: "\F169";
}

.fa-square-xing:before {
  content: "\F169";
}

.fa-xing-square {
  --fa: "\F169";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-bandcamp {
  --fa: "\F2D5";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-wpforms {
  --fa: "\F298";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-cloudversify {
  --fa: "\F385";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-usps {
  --fa: "\F7E1";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-megaport {
  --fa: "\F5A3";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-magento {
  --fa: "\F3C4";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-spotify {
  --fa: "\F1BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-optin-monster {
  --fa: "\F23C";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-fly {
  --fa: "\F417";
}

.fa-fly:before {
  content: "\F417";
}

.fa-square-bluesky {
  --fa: "\E6A3";
}

.fa-square-bluesky:before {
  content: "\E6A3";
}

.fa-aviato {
  --fa: "\F421";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-itunes {
  --fa: "\F3B4";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-cuttlefish {
  --fa: "\F38C";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-blogger {
  --fa: "\F37C";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-flickr {
  --fa: "\F16E";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-viber {
  --fa: "\F409";
}

.fa-viber:before {
  content: "\F409";
}

.fa-soundcloud {
  --fa: "\F1BE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-digg {
  --fa: "\F1A6";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-tencent-weibo {
  --fa: "\F1D5";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-letterboxd {
  --fa: "\E62D";
}

.fa-letterboxd:before {
  content: "\E62D";
}

.fa-symfony {
  --fa: "\F83D";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-maxcdn {
  --fa: "\F136";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-etsy {
  --fa: "\F2D7";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-facebook-messenger {
  --fa: "\F39F";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-audible {
  --fa: "\F373";
}

.fa-audible:before {
  content: "\F373";
}

.fa-think-peaks {
  --fa: "\F731";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-bilibili {
  --fa: "\E3D9";
}

.fa-bilibili:before {
  content: "\E3D9";
}

.fa-erlang {
  --fa: "\F39D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-x-twitter {
  --fa: "\E61B";
}

.fa-x-twitter:before {
  content: "\E61B";
}

.fa-cotton-bureau {
  --fa: "\F89E";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-dashcube {
  --fa: "\F210";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-42-group {
  --fa: "\E080";
}

.fa-42-group:before {
  content: "\E080";
}

.fa-innosoft {
  --fa: "\E080";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-stack-exchange {
  --fa: "\F18D";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-elementor {
  --fa: "\F430";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-square-pied-piper {
  --fa: "\E01E";
}

.fa-square-pied-piper:before {
  content: "\E01E";
}

.fa-pied-piper-square {
  --fa: "\E01E";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-creative-commons-nd {
  --fa: "\F4EB";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-palfed {
  --fa: "\F3D8";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-superpowers {
  --fa: "\F2DD";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-resolving {
  --fa: "\F3E7";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-xbox {
  --fa: "\F412";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-square-web-awesome-stroke {
  --fa: "\E684";
}

.fa-square-web-awesome-stroke:before {
  content: "\E684";
}

.fa-searchengin {
  --fa: "\F3EB";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-tiktok {
  --fa: "\E07B";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-square-facebook {
  --fa: "\F082";
}

.fa-square-facebook:before {
  content: "\F082";
}

.fa-facebook-square {
  --fa: "\F082";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-renren {
  --fa: "\F18B";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-linux {
  --fa: "\F17C";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-glide {
  --fa: "\F2A5";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-linkedin {
  --fa: "\F08C";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-hubspot {
  --fa: "\F3B2";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-deploydog {
  --fa: "\F38E";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-twitch {
  --fa: "\F1E8";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-flutter {
  --fa: "\E694";
}

.fa-flutter:before {
  content: "\E694";
}

.fa-ravelry {
  --fa: "\F2D9";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-mixer {
  --fa: "\E056";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-square-lastfm {
  --fa: "\F203";
}

.fa-square-lastfm:before {
  content: "\F203";
}

.fa-lastfm-square {
  --fa: "\F203";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-vimeo {
  --fa: "\F40A";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-mendeley {
  --fa: "\F7B3";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-uniregistry {
  --fa: "\F404";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-figma {
  --fa: "\F799";
}

.fa-figma:before {
  content: "\F799";
}

.fa-creative-commons-remix {
  --fa: "\F4EE";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-cc-amazon-pay {
  --fa: "\F42D";
}

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

.fa-dropbox {
  --fa: "\F16B";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-instagram {
  --fa: "\F16D";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-cmplid {
  --fa: "\E360";
}

.fa-cmplid:before {
  content: "\E360";
}

.fa-upwork {
  --fa: "\E641";
}

.fa-upwork:before {
  content: "\E641";
}

.fa-facebook {
  --fa: "\F09A";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-gripfire {
  --fa: "\F3AC";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-jedi-order {
  --fa: "\F50E";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-uikit {
  --fa: "\F403";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-fort-awesome-alt {
  --fa: "\F3A3";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-phabricator {
  --fa: "\F3DB";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-ussunnah {
  --fa: "\F407";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-earlybirds {
  --fa: "\F39A";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-trade-federation {
  --fa: "\F513";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-autoprefixer {
  --fa: "\F41C";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-whatsapp {
  --fa: "\F232";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-square-upwork {
  --fa: "\E67C";
}

.fa-square-upwork:before {
  content: "\E67C";
}

.fa-slideshare {
  --fa: "\F1E7";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-google-play {
  --fa: "\F3AB";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-viadeo {
  --fa: "\F2A9";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-line {
  --fa: "\F3C0";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-google-drive {
  --fa: "\F3AA";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-servicestack {
  --fa: "\F3EC";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-simplybuilt {
  --fa: "\F215";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-bitbucket {
  --fa: "\F171";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-imdb {
  --fa: "\F2D8";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-deezer {
  --fa: "\E077";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-raspberry-pi {
  --fa: "\F7BB";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-jira {
  --fa: "\F7B1";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-docker {
  --fa: "\F395";
}

.fa-docker:before {
  content: "\F395";
}

.fa-screenpal {
  --fa: "\E570";
}

.fa-screenpal:before {
  content: "\E570";
}

.fa-bluetooth {
  --fa: "\F293";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-gitter {
  --fa: "\F426";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-d-and-d {
  --fa: "\F38D";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-microblog {
  --fa: "\E01A";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-cc-diners-club {
  --fa: "\F24C";
}

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

.fa-gg-circle {
  --fa: "\F261";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-pied-piper-hat {
  --fa: "\F4E5";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-kickstarter-k {
  --fa: "\F3BC";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-yandex {
  --fa: "\F413";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-readme {
  --fa: "\F4D5";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-html5 {
  --fa: "\F13B";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-sellsy {
  --fa: "\F213";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-square-web-awesome {
  --fa: "\E683";
}

.fa-square-web-awesome:before {
  content: "\E683";
}

.fa-sass {
  --fa: "\F41E";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-wirsindhandwerk {
  --fa: "\E2D0";
}

.fa-wirsindhandwerk:before {
  content: "\E2D0";
}

.fa-wsh {
  --fa: "\E2D0";
}

.fa-wsh:before {
  content: "\E2D0";
}

.fa-buromobelexperte {
  --fa: "\F37F";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-salesforce {
  --fa: "\F83B";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-octopus-deploy {
  --fa: "\E082";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-medapps {
  --fa: "\F3C6";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-ns8 {
  --fa: "\F3D5";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-pinterest-p {
  --fa: "\F231";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-apper {
  --fa: "\F371";
}

.fa-apper:before {
  content: "\F371";
}

.fa-fort-awesome {
  --fa: "\F286";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-waze {
  --fa: "\F83F";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-bluesky {
  --fa: "\E671";
}

.fa-bluesky:before {
  content: "\E671";
}

.fa-cc-jcb {
  --fa: "\F24B";
}

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

.fa-snapchat {
  --fa: "\F2AB";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost {
  --fa: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AB";
}

.fa-fantasy-flight-games {
  --fa: "\F6DC";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-rust {
  --fa: "\E07A";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-wix {
  --fa: "\F5CF";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-square-behance {
  --fa: "\F1B5";
}

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

.fa-behance-square {
  --fa: "\F1B5";
}

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

.fa-supple {
  --fa: "\F3F9";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-webflow {
  --fa: "\E65C";
}

.fa-webflow:before {
  content: "\E65C";
}

.fa-rebel {
  --fa: "\F1D0";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-css3 {
  --fa: "\F13C";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-staylinked {
  --fa: "\F3F5";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-kaggle {
  --fa: "\F5FA";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-space-awesome {
  --fa: "\E5AC";
}

.fa-space-awesome:before {
  content: "\E5AC";
}

.fa-deviantart {
  --fa: "\F1BD";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-cpanel {
  --fa: "\F388";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-goodreads-g {
  --fa: "\F3A9";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-square-git {
  --fa: "\F1D2";
}

.fa-square-git:before {
  content: "\F1D2";
}

.fa-git-square {
  --fa: "\F1D2";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-square-tumblr {
  --fa: "\F174";
}

.fa-square-tumblr:before {
  content: "\F174";
}

.fa-tumblr-square {
  --fa: "\F174";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-trello {
  --fa: "\F181";
}

.fa-trello:before {
  content: "\F181";
}

.fa-creative-commons-nc-jp {
  --fa: "\F4EA";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-get-pocket {
  --fa: "\F265";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-perbyte {
  --fa: "\E083";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-grunt {
  --fa: "\F3AD";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-weebly {
  --fa: "\F5CC";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-connectdevelop {
  --fa: "\F20E";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-leanpub {
  --fa: "\F212";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-black-tie {
  --fa: "\F27E";
}

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

.fa-themeco {
  --fa: "\F5C6";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-python {
  --fa: "\F3E2";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-android {
  --fa: "\F17B";
}

.fa-android:before {
  content: "\F17B";
}

.fa-bots {
  --fa: "\E340";
}

.fa-bots:before {
  content: "\E340";
}

.fa-free-code-camp {
  --fa: "\F2C5";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-hornbill {
  --fa: "\F592";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-js {
  --fa: "\F3B8";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-ideal {
  --fa: "\E013";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-git {
  --fa: "\F1D3";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-dev {
  --fa: "\F6CC";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-sketch {
  --fa: "\F7C6";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-yandex-international {
  --fa: "\F414";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-cc-amex {
  --fa: "\F1F3";
}

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

.fa-uber {
  --fa: "\F402";
}

.fa-uber:before {
  content: "\F402";
}

.fa-github {
  --fa: "\F09B";
}

.fa-github:before {
  content: "\F09B";
}

.fa-php {
  --fa: "\F457";
}

.fa-php:before {
  content: "\F457";
}

.fa-alipay {
  --fa: "\F642";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-youtube {
  --fa: "\F167";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-skyatlas {
  --fa: "\F216";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-firefox-browser {
  --fa: "\E007";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-replyd {
  --fa: "\F3E6";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-suse {
  --fa: "\F7D6";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-jenkins {
  --fa: "\F3B6";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-twitter {
  --fa: "\F099";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-rockrms {
  --fa: "\F3E9";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-pinterest {
  --fa: "\F0D2";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-buffer {
  --fa: "\F837";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-npm {
  --fa: "\F3D4";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-yammer {
  --fa: "\F840";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-btc {
  --fa: "\F15A";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-dribbble {
  --fa: "\F17D";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-stumbleupon-circle {
  --fa: "\F1A3";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-internet-explorer {
  --fa: "\F26B";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-stubber {
  --fa: "\E5C7";
}

.fa-stubber:before {
  content: "\E5C7";
}

.fa-telegram {
  --fa: "\F2C6";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane {
  --fa: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F2C6";
}

.fa-old-republic {
  --fa: "\F510";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-odysee {
  --fa: "\E5C6";
}

.fa-odysee:before {
  content: "\E5C6";
}

.fa-square-whatsapp {
  --fa: "\F40C";
}

.fa-square-whatsapp:before {
  content: "\F40C";
}

.fa-whatsapp-square {
  --fa: "\F40C";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-node-js {
  --fa: "\F3D3";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-edge-legacy {
  --fa: "\E078";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-slack {
  --fa: "\F198";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash {
  --fa: "\F198";
}

.fa-slack-hash:before {
  content: "\F198";
}

.fa-medrt {
  --fa: "\F3C8";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-usb {
  --fa: "\F287";
}

.fa-usb:before {
  content: "\F287";
}

.fa-tumblr {
  --fa: "\F173";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-vaadin {
  --fa: "\F408";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-quora {
  --fa: "\F2C4";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-square-x-twitter {
  --fa: "\E61A";
}

.fa-square-x-twitter:before {
  content: "\E61A";
}

.fa-reacteurope {
  --fa: "\F75D";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-medium {
  --fa: "\F23A";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m {
  --fa: "\F23A";
}

.fa-medium-m:before {
  content: "\F23A";
}

.fa-amilia {
  --fa: "\F36D";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-mixcloud {
  --fa: "\F289";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-flipboard {
  --fa: "\F44D";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-viacoin {
  --fa: "\F237";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-critical-role {
  --fa: "\F6C9";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-sitrox {
  --fa: "\E44A";
}

.fa-sitrox:before {
  content: "\E44A";
}

.fa-discourse {
  --fa: "\F393";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-joomla {
  --fa: "\F1AA";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-mastodon {
  --fa: "\F4F6";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-airbnb {
  --fa: "\F834";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-wolf-pack-battalion {
  --fa: "\F514";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-buy-n-large {
  --fa: "\F8A6";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-gulp {
  --fa: "\F3AE";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-creative-commons-sampling-plus {
  --fa: "\F4F1";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-strava {
  --fa: "\F428";
}

.fa-strava:before {
  content: "\F428";
}

.fa-ember {
  --fa: "\F423";
}

.fa-ember:before {
  content: "\F423";
}

.fa-canadian-maple-leaf {
  --fa: "\F785";
}

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

.fa-teamspeak {
  --fa: "\F4F9";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-pushed {
  --fa: "\F3E1";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-wordpress-simple {
  --fa: "\F411";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-nutritionix {
  --fa: "\F3D6";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-wodu {
  --fa: "\E088";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-google-pay {
  --fa: "\E079";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-intercom {
  --fa: "\F7AF";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-zhihu {
  --fa: "\F63F";
}

.fa-zhihu:before {
  content: "\F63F";
}

.fa-korvue {
  --fa: "\F42F";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-pix {
  --fa: "\E43A";
}

.fa-pix:before {
  content: "\E43A";
}

.fa-steam-symbol {
  --fa: "\F3F6";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

/*SIN REVISAR */
/* TEXT */
/*Main BG*/
/*Legacy*/
/*Arena, testimonials*/
/*Footer */
/* ON LIGHT BACKGROUND */
/* ON DARK BACKGROUND */
/* PRIMARY HIGHLIGHT VARIATIONS  */
/* SECONDARY HIGHLIGHT VARIATIONS  */
/* BASE COLORS */
/* More text colors */
/**/
/* FUNCTIONS */
/* MIXINS */
.miscelaneas .lugar, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .lugar, .single-product.woocommerce .product .summary .woocommerce-product-attributes .lugar, header .icon_link .lugar, .miscelaneas .horario, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .horario, .single-product.woocommerce .product .summary .woocommerce-product-attributes .horario, header .icon_link .horario, .miscelaneas .nivel, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .nivel, .single-product.woocommerce .product .summary .woocommerce-product-attributes .nivel, header .icon_link .nivel, .miscelaneas .duracion, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .duracion, .single-product.woocommerce .product .summary .woocommerce-product-attributes .duracion, header .icon_link .duracion, .miscelaneas .cart, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .cart, .single-product.woocommerce .product .summary .woocommerce-product-attributes .cart, header .icon_link .cart, .miscelaneas .contacto, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .contacto, .single-product.woocommerce .product .summary .woocommerce-product-attributes .contacto, header .icon_link .contacto {
  font-family: "Assistant", sans-serif;
  font-size: 14px;
}
.miscelaneas .lugar:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .lugar:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .lugar:before, header .icon_link .lugar:before, .miscelaneas .horario:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .horario:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .horario:before, header .icon_link .horario:before, .miscelaneas .nivel:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .nivel:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .nivel:before, header .icon_link .nivel:before, .miscelaneas .duracion:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .duracion:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .duracion:before, header .icon_link .duracion:before, .miscelaneas .cart:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .cart:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .cart:before, header .icon_link .cart:before, .miscelaneas .contacto:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .contacto:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .contacto:before, header .icon_link .contacto:before {
  padding-right: 8px;
  vertical-align: baseline;
  color: rgba(38, 38, 38, 0.54);
  font-size: 14px;
}
.miscelaneas .lugar, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .lugar, .single-product.woocommerce .product .summary .woocommerce-product-attributes .lugar, header .icon_link .lugar {
  padding-right: 12px;
}
.miscelaneas .lugar:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .lugar:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .lugar:before, header .icon_link .lugar:before {
  content: "\F3C5";
}
.miscelaneas .horario:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .horario:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .horario:before, header .icon_link .horario:before, .miscelaneas .duracion:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .duracion:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .duracion:before, header .icon_link .duracion:before {
  content: "\F017";
}
.miscelaneas .nivel:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .nivel:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .nivel:before, header .icon_link .nivel:before {
  content: "\F012";
}
.miscelaneas .contacto:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .contacto:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .contacto:before, header .icon_link .contacto:before {
  content: "\F0E0";
}
.miscelaneas .cart:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .cart:before, .single-product.woocommerce .product .summary .woocommerce-product-attributes .cart:before, header .icon_link .cart:before {
  content: "\F290";
}

.after-arrow:after, .btn-tertiary:after, a.btn-tertiary:not([href]):after, .lectura:after {
  content: "\F061";
  font-family: "Font Awesome 5 Pro";
  color: #D9A441;
  line-height: inherit;
}
.after-arrow:hover:after, .btn-tertiary:hover:after, .lectura:hover:after, .after-arrow:active:after, .btn-tertiary:active:after, .lectura:active:after, .after-arrow:focus:after, .btn-tertiary:focus:after, .lectura:focus:after {
  -webkit-animation: bounceLeft 2s infinite;
          animation: bounceLeft 2s infinite;
}

.before-arrow {
  position: relative;
  padding-left: 25px;
}
.before-arrow:after {
  content: "\F060";
  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: "\F099";
}
.social-network.facebook:before {
  content: "\F39E";
}
.social-network.instagram:before {
  content: "\F16D";
}
.social-network.youtube:before {
  content: "\F167";
}
.social-network.linkedin:before {
  content: "\F0E1";
}

/*!
 * 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, .single .mas_novedades {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row, .archive.woocommerce .products {
  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, .single-product.woocommerce .related.products .producto, .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, .single-product.woocommerce .product.right-img .entry-image, .single-product.woocommerce .product.right-img .entry-summary, .col-lg-5, .col-lg-4, .archive.woocommerce .producto, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .single-product.woocommerce .product.left-img .entry-image, .single-product.woocommerce .product.left-img .entry-summary, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto,
.single-product.woocommerce .product .bajada + .row .cart,
.single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart,
.archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart,
.single-product.woocommerce .product .bajada + .row .price,
.single-product.woocommerce .product .archive.woocommerce .bajada + .products .price,
.archive.woocommerce .single-product.woocommerce .product .bajada + .products .price, .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, .single-product.woocommerce .product .bajada + .row .cart, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart, .single-product.woocommerce .product .bajada + .row .price, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .price, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .price {
  -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, .single-product.woocommerce .related.products .producto, .archive.woocommerce .producto {
    -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, .archive.woocommerce .producto, .archive.woocommerce .single-product.woocommerce .related.products .producto, .single-product.woocommerce .related.products .archive.woocommerce .producto {
    -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, .single-product.woocommerce .product.left-img .entry-image, .single-product.woocommerce .product.left-img .entry-summary, .single-product.woocommerce .product.right-img .entry-image, .single-product.woocommerce .product.right-img .entry-summary {
    -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 {
    -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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4, .single-product.woocommerce .related.products .producto, .archive.woocommerce .producto {
    -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 {
    -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, .single-product.woocommerce .product.right-img .entry-image, .single-product.woocommerce .product.right-img .entry-summary {
    -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, .single-product.woocommerce .related.products .producto {
    -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, .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;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.splide__pagination {
  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;
  width: 95%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

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

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

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

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

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide--ttb > .splide__pagination {
  width: auto;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.splide__pagination {
  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;
  width: 95%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

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

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

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

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

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  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;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

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

.splide__arrow:focus {
  outline: none;
}

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

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

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

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
}

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

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

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

.splide__pagination__page:focus {
  outline: none;
}

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

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

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  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;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.splide__arrow {
  background: transparent;
  border: 1px solid #262626;
  opacity: 0.5;
}

.splide__arrows {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*left: 30px;
  @media (min-width: $container-padding) {
  	right: calc( (100vw - $container-padding) / 2 - 10px);
  }*/
}

.splide__arrow {
  margin: 0 10px;
  top: auto;
  -webkit-transform: none;
          transform: none;
  position: relative;
}

.splide__arrow--prev, .splide__arrow--next {
  left: auto;
  right: auto;
}

.splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 3px 12px 3px 0 !important;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #c66d58;
  -webkit-transform: none;
          transform: none;
}

.splide.singleHeight .splide__slide, .splide.singleHeight .container-fluid, .splide.singleHeight .single .mas_novedades, .single .splide.singleHeight .mas_novedades, .splide.singleHeight .row, .splide.singleHeight .archive.woocommerce .products, .archive.woocommerce .splide.singleHeight .products {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f8f6f2;
  /* Font rendering */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

.container-fluid, .single .mas_novedades {
  max-width: 1156px;
  /*@media (min-width: $start-md) {
  	padding-left: $container-padding; padding-right: $container-padding;
  }*/
}
@media (max-width: 1211px) and (min-width: 768px) {
  .container-fluid, .single .mas_novedades {
    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, .single #content, .error404 #content, .blog #content, .archive #content, .page-template-default:not(.home), .search-results {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .no-hero, .single #content, .error404 #content, .blog #content, .archive #content, .page-template-default:not(.home), .search-results {
    padding-top: 160px;
  }
}

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

.base-dark, footer {
  background-color: #262626;
  color: white;
}
.base-dark .primary, footer .primary {
  color: white;
}
.base-dark .secondary, footer .secondary {
  color: rgba(255, 255, 255, 0.7);
}
.base-dark .disabled, footer .disabled {
  color: rgba(255, 255, 255, 0.3);
}

.base-light, body.blog, .listing-item .listing-texto, .listing-item .listing-imagen, .base-neutral, .woocommerce {
  background-color: #f8f6f2;
  color: #262626;
}
.base-light .primary, body.blog .primary, .listing-item .listing-texto .primary, .listing-item .listing-imagen .primary, .base-neutral .primary, .woocommerce .primary {
  color: #262626;
}
.base-light .secondary, body.blog .secondary, .listing-item .listing-texto .secondary, .listing-item .listing-imagen .secondary, .base-neutral .secondary, .woocommerce .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, .woocommerce .disabled {
  color: rgba(38, 38, 38, 0.38);
}

.base-primary {
  background-color: #c66d58;
  color: #fff;
}

.base-arena, .page-template-coaching .top-section, .testimoniales .testimonio-item .testimonio-container {
  background-color: #af9e89;
  color: #fff;
}

.base-cacao {
  background-color: #6d4a41;
  color: #fff;
}

.base-cacao-gradient, .base-cacao-gradient-vertical, .home .recursos::before {
  color: #fff;
  background: #6d4a41;
  background: linear-gradient(135deg, #908850 0%, #7e553b 44%, #6d4a41 100%);
}

.base-cacao-gradient-vertical, .home .recursos::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#908850), color-stop(44%, #7e553b), to(#6d4a41));
  background: linear-gradient(180deg, #908850 0%, #7e553b 44%, #6d4a41 100%);
}

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

.blured-image-block {
  position: relative;
  overflow: hidden;
  padding: 35px 0;
}
.blured-image-block .blured-image {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  z-index: 0;
  background-position: center;
  opacity: 0.4;
  background-size: 50%;
}
.blured-image-block img {
  z-index: 1;
  position: relative;
  margin: auto;
  max-height: 325px;
  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%;
}

body, html {
  font-family: "Assistant", sans-serif;
  font-size: 20px;
}
@media (min-width: 992px) {
  body, html {
    font-size: 20px;
  }
}

h1, .h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1739130435em;
  margin: 0;
  font-family: "Fraunces", serif;
  letter-spacing: -0.02em;
}
@media (min-width: 577px) {
  h1, .h1 {
    font-size: 2.3rem;
  }
}

.heading-combined, .page-template-coaching .coaching-si-o-no .si p, .page-template-coaching .coaching-si-o-no .no p, .page-template-coaching .coaching-si-o-no .img p {
  font-family: "Assistant", sans-serif !important;
  font-weight: 500;
}
.heading-combined em, .page-template-coaching .coaching-si-o-no .si p em, .page-template-coaching .coaching-si-o-no .no p em, .page-template-coaching .coaching-si-o-no .img p em, .heading-combined i, .page-template-coaching .coaching-si-o-no .si p i, .page-template-coaching .coaching-si-o-no .no p i, .page-template-coaching .coaching-si-o-no .img p i {
  font-family: "Fraunces", serif !important;
  font-style: italic;
  font-weight: 400;
}

.random-img {
  display: inline-block;
  background: transparent url(assets/dist/img/random-1.png);
  background-size: cover;
  width: 155px;
  height: 80px;
  vertical-align: top;
  margin: 0 7px;
}
.random-img.random-img-2 {
  background-image: url(assets/dist/img/random-2.png);
}
.random-img.random-img-3 {
  background-image: url(assets/dist/img/random-3.png);
}
.random-img.random-img-4 {
  background-image: url(assets/dist/img/random-4.png);
}
.random-img.random-img-5 {
  background-image: url(assets/dist/img/random-5.png);
}
.random-img.random-img-6 {
  background-image: url(assets/dist/img/random-6.png);
}
.random-img.random-img-7 {
  background-image: url(assets/dist/img/random-7.png);
}

.h1-quote {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.4782608696em;
  margin: 0;
  font-family: "Fraunces", serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 68px;
}
.h1-quote strong::before, .h1-quote b::before {
  left: -8px;
  right: -8px;
}
.h1-quote .random-img {
  width: 126px;
  height: 65px;
}
@media (min-width: 768px) {
  .h1-quote {
    font-size: 2.3rem;
  }
  .h1-quote .random-img {
    width: 140px;
    height: 72px;
    /*  bottom: -20px;
      margin: 0 7px;*/
  }
}

.h1-quote strong, .h1-quote b {
  font-weight: 400 !important;
  position: relative;
  display: inline-block;
}
.h1-quote strong::before, .h1-quote b::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(assets/dist/fonts/pen-circle-dark.svg);
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.base-cacao .h1-quote b:before, .base-cacao .h1-quote strong:before, .base-cacao-gradient .h1-quote b:before, .base-cacao-gradient .h1-quote strong:before, .base-cacao-gradient-vertical .h1-quote b:before, .home .recursos::before .h1-quote b:before, .base-cacao-gradient-vertical .h1-quote strong:before, .home .recursos::before .h1-quote strong:before {
  background-image: url(assets/dist/fonts/pen-circle-light.svg) !important;
}

h2, .h2 {
  font-family: "Fraunces", serif;
  font-size: 2rem;
  line-height: 1.15em;
  letter-spacing: -0.02em;
  font-weight: 400;
}

h3, .h3 {
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  line-height: 1.1666666667em;
  letter-spacing: -0.02em;
  font-weight: 400;
}

h4, .h4 {
  font-family: "Fraunces", serif;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  letter-spacing: -0.02em;
  font-weight: 400;
}

h5, .novedades-comunidad p.p-title, .h5, .page-template-coaching .planes-coaching .producto .producto-texto .descripcion {
  font-family: "Fraunces", serif;
  font-size: 1.1rem;
  line-height: 1.2272727273em;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.subhead {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.3333333333em;
}

.bajada, .lectura, .btn-tertiary, a:not([href]).btn-tertiary, a.btn-tertiary {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.4em;
  color: rgba(38, 38, 38, 0.54);
}

p, li {
  font-size: 0.8rem;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1rem;
  }
}

p {
  padding-bottom: 0.5em;
}
p strong::before, p b::before {
  left: -2px;
  right: -10px;
}

.big-text {
  font-size: 1.1rem;
  line-height: 2em;
}

.small-text {
  font-size: 0.8rem;
  line-height: 1.625em;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #c66d58;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #262626;
}

.editor-styles-wrapper .is-root-container, .editor-styles-wrapper figure {
  max-width: 840px;
}

.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper .novedades-comunidad p.p-title, .novedades-comunidad .editor-styles-wrapper p.p-title, .editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text .novedades-comunidad p.p-title, .novedades-comunidad .editor-text p.p-title, #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce .novedades-comunidad p.p-title, .novedades-comunidad #tinymce p.p-title {
  margin-top: 2em;
  margin-bottom: 18px;
}
.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 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 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;
}
.editor-styles-wrapper a, .editor-text a, #tinymce a {
  color: #D9A441;
  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.recetas li, .editor-styles-wrapper ol.recetas li, .editor-text ul.recetas li, .editor-text ol.recetas li, #tinymce ul.recetas li, #tinymce ol.recetas li {
  margin-bottom: 0 !important;
}
.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: 0.8em;
  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: #c66d58;
}
.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: 50px 0;
  padding-left: 44px;
  position: relative;
}
.editor-styles-wrapper blockquote, .editor-styles-wrapper blockquote *, .editor-text blockquote, .editor-text blockquote *, #tinymce blockquote, #tinymce blockquote * {
  font-family: "Fraunces", serif !important;
  font-size: 1.4rem !important;
  line-height: 1.3928571429em !important;
}
.editor-styles-wrapper blockquote:before, .editor-text blockquote:before, #tinymce blockquote:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(222, 221, 217, 0.3);
  width: 156px;
  height: 156px;
  border-radius: 50%;
  top: -25px;
  z-index: -1;
  left: -10px;
}
.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.8rem;
  line-height: 1.5714285714em;
  margin-bottom: 30px;
  font-family: "Assistant", sans-serif;
}
.editor-styles-wrapper .bloque-galeria.multibloque + .figcaption-gallery, .editor-text .bloque-galeria.multibloque + .figcaption-gallery, #tinymce .bloque-galeria.multibloque + .figcaption-gallery {
  padding-top: 15px;
  font-size: 0.8rem;
  line-height: 1.5714285714em;
}
.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;
}
.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;
}
@media (min-width: 1156px) {
  .editor-styles-wrapper .bloque-galeria, .editor-text .bloque-galeria, #tinymce .bloque-galeria {
    margin-right: -77px;
  }
}
@media (max-width: 1155px) and (min-width: 992px) {
  .editor-styles-wrapper .bloque-galeria, .editor-text .bloque-galeria, #tinymce .bloque-galeria {
    margin-right: -77px;
  }
}
.editor-styles-wrapper .link-chico, .editor-text .link-chico, #tinymce .link-chico {
  font-size: 15px;
  letter-spacing: 0.08em;
}
.editor-styles-wrapper .text-big2, .editor-styles-wrapper .single-product.woocommerce .product .woocommerce-product-details__short-description p, .single-product.woocommerce .product .woocommerce-product-details__short-description .editor-styles-wrapper p, .editor-styles-wrapper .copete, .editor-text .text-big2, .editor-text .single-product.woocommerce .product .woocommerce-product-details__short-description p, .single-product.woocommerce .product .woocommerce-product-details__short-description .editor-text p, .editor-text .copete, #tinymce .text-big2, #tinymce .single-product.woocommerce .product .woocommerce-product-details__short-description p, .single-product.woocommerce .product .woocommerce-product-details__short-description #tinymce p, #tinymce .copete {
  font-size: 1.1rem;
  line-height: 1.7272727273em;
  color: inherit;
  font-family: "Fraunces", serif !important;
}
.editor-styles-wrapper .concepto, .editor-text .concepto, #tinymce .concepto {
  font-weight: bold;
  padding-right: 6px;
}

.text-big2, .single-product.woocommerce .product .woocommerce-product-details__short-description p {
  font-size: 1.1rem;
  line-height: 1.7272727273em;
  color: inherit;
}

/*
.quote-text {
	font-family: $font-display; 
	font-size: remFontSize(30px);
	font-weight: 300; 
	line-height: (42px/30px) * 1em;
}

*/
.label, label {
  font-family: "Assistant", sans-serif;
  font-size: 0.7rem;
  color: rgba(38, 38, 38, 0.54);
  line-height: 1.5em;
}

.featured_caption {
  color: rgba(38, 38, 38, 0.54);
  font-size: 0.8rem;
  line-height: 1.5714285714em;
  margin-bottom: 30px;
  font-family: "Assistant", sans-serif;
  padding-top: 6px;
  text-align: right;
}

.data-block {
  margin-bottom: 1rem;
}
.data-block .dato {
  /*font-family: $font-display;*/
}
.data-block .dato a {
  color: #262626;
}
.data-block .label {
  font-family: "Assistant", sans-serif;
  font-size: 0.8rem;
  color: rgba(38, 38, 38, 0.54);
  line-height: 1.5em;
}

.breadcrumbs, .woocommerce .woocommerce-breadcrumb {
  font-family: "Assistant", sans-serif;
  font-size: 0.7rem;
  color: #262626;
}
.breadcrumbs a, .woocommerce .woocommerce-breadcrumb a {
  color: #262626;
  text-decoration: none;
}
.breadcrumbs a:hover, .woocommerce .woocommerce-breadcrumb a:hover {
  color: rgba(38, 38, 38, 0.54);
}

.font-cursiva, .firma .name, .single .firma .name {
  font-family: "Corinthia", cursive;
  font-weight: 400;
  font-style: normal;
}

.firma .name, .single .firma .name {
  font-size: 36px;
  padding: 0;
}
.firma.firma-larga, .single .firma-larga.firma {
  margin-top: 20px;
}
.firma.firma-larga .logo img, .single .firma-larga.firma .logo img {
  width: 50px;
}
.firma.firma-larga .firma, .single .firma-larga.firma .firma, .firma.firma-larga .single .firma, .single .firma.firma-larga .firma, .single .firma-larga.firma .firma {
  /*.name {
  	font-size: 40px;
  	@extend .font-cursiva;
  }*/
}
.firma.firma-larga .firma .subhead, .single .firma-larga.firma .firma .subhead, .firma.firma-larga .single .firma .subhead, .single .firma.firma-larga .firma .subhead, .single .firma-larga.firma .firma .subhead {
  font-size: 15px;
  margin-top: -18px;
  color: rgba(38, 38, 38, 0.38);
}
@media (min-width: 577px) {
  .firma.firma-larga .logo img, .single .firma-larga.firma .logo img {
    width: 70px;
  }
  .firma.firma-larga .firma .name, .single .firma-larga.firma .firma .name, .firma.firma-larga .single .firma .name, .single .firma.firma-larga .firma .name, .single .firma-larga.firma .firma .name {
    font-size: 60px;
  }
  .firma.firma-larga .firma .subhead, .single .firma-larga.firma .firma .subhead, .firma.firma-larga .single .firma .subhead, .single .firma.firma-larga .firma .subhead, .single .firma-larga.firma .firma .subhead {
    margin-top: -20px;
  }
}

.btn, .single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button, .woocommerce-cart .wc-block-cart__submit-container a, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button {
  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, .single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button, .woocommerce-cart .wc-block-cart__submit-container a, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .single-product.woocommerce .product .bajada + .row .cart button:hover, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:hover, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:hover, .woocommerce-cart .wc-block-cart__submit-container a:hover, .woocommerce-cart .wc-block-components-checkout-place-order-button:hover, .woocommerce-checkout .wc-block-cart__submit-container a:hover, .woocommerce-checkout .wc-block-components-checkout-place-order-button:hover, .novedades-comunidad .p-inline-fields button:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .single-product.woocommerce .product .bajada + .row .cart button:focus, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:focus, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:focus, .woocommerce-cart .wc-block-cart__submit-container a:focus, .woocommerce-cart .wc-block-components-checkout-place-order-button:focus, .woocommerce-checkout .wc-block-cart__submit-container a:focus, .woocommerce-checkout .wc-block-components-checkout-place-order-button:focus, .novedades-comunidad .p-inline-fields button:focus, .btn.focus, .single-product.woocommerce .product .bajada + .row .cart button.focus, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.focus, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.focus, .woocommerce-cart .wc-block-cart__submit-container a.focus, .woocommerce-cart .focus.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a.focus, .woocommerce-checkout .focus.wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button.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, .single-product.woocommerce .product .bajada + .row .cart button.disabled, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.disabled, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.disabled, .woocommerce-cart .wc-block-cart__submit-container a.disabled, .woocommerce-cart .disabled.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a.disabled, .woocommerce-checkout .disabled.wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button.disabled, .btn:disabled, .single-product.woocommerce .product .bajada + .row .cart button:disabled, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:disabled, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:disabled, .woocommerce-cart .wc-block-cart__submit-container a:disabled, .woocommerce-cart .wc-block-components-checkout-place-order-button:disabled, .woocommerce-checkout .wc-block-cart__submit-container a:disabled, .woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled, .novedades-comunidad .p-inline-fields button:disabled {
  opacity: 0.65;
}
a.btn.disabled, .woocommerce-cart .wc-block-cart__submit-container a.disabled, .woocommerce-cart a.disabled.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a.disabled, .woocommerce-checkout a.disabled.wc-block-components-checkout-place-order-button,
fieldset:disabled a.btn,
fieldset:disabled .woocommerce-cart .wc-block-cart__submit-container a,
.woocommerce-cart .wc-block-cart__submit-container fieldset:disabled a,
fieldset:disabled .woocommerce-cart a.wc-block-components-checkout-place-order-button,
.woocommerce-cart fieldset:disabled a.wc-block-components-checkout-place-order-button,
fieldset:disabled .woocommerce-checkout .wc-block-cart__submit-container a,
.woocommerce-checkout .wc-block-cart__submit-container fieldset:disabled a,
fieldset:disabled .woocommerce-checkout a.wc-block-components-checkout-place-order-button,
.woocommerce-checkout fieldset:disabled a.wc-block-components-checkout-place-order-button {
  pointer-events: none;
}

.btn-primary, .single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button, .woocommerce-cart .wc-block-cart__submit-container a, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, .single-product.woocommerce .product .bajada + .row .cart button:hover, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:hover, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:hover, .woocommerce-cart .wc-block-cart__submit-container a:hover, .woocommerce-cart .wc-block-components-checkout-place-order-button:hover, .woocommerce-checkout .wc-block-cart__submit-container a:hover, .woocommerce-checkout .wc-block-components-checkout-place-order-button:hover, .novedades-comunidad .p-inline-fields button:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .single-product.woocommerce .product .bajada + .row .cart button:focus, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:focus, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:focus, .woocommerce-cart .wc-block-cart__submit-container a:focus, .woocommerce-cart .wc-block-components-checkout-place-order-button:focus, .woocommerce-checkout .wc-block-cart__submit-container a:focus, .woocommerce-checkout .wc-block-components-checkout-place-order-button:focus, .novedades-comunidad .p-inline-fields button:focus, .btn-primary.focus, .single-product.woocommerce .product .bajada + .row .cart button.focus, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.focus, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.focus, .woocommerce-cart .wc-block-cart__submit-container a.focus, .woocommerce-cart .focus.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a.focus, .woocommerce-checkout .focus.wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields 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-primary.disabled, .single-product.woocommerce .product .bajada + .row .cart button.disabled, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.disabled, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.disabled, .woocommerce-cart .wc-block-cart__submit-container a.disabled, .woocommerce-cart .disabled.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a.disabled, .woocommerce-checkout .disabled.wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button.disabled, .btn-primary:disabled, .single-product.woocommerce .product .bajada + .row .cart button:disabled, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:disabled, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:disabled, .woocommerce-cart .wc-block-cart__submit-container a:disabled, .woocommerce-cart .wc-block-components-checkout-place-order-button:disabled, .woocommerce-checkout .wc-block-cart__submit-container a:disabled, .woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled, .novedades-comunidad .p-inline-fields button:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .single-product.woocommerce .product .bajada + .row .cart button:not(:disabled):not(.disabled):active, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:not(:disabled):not(.disabled):active, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:not(:disabled):not(.disabled):active, .woocommerce-cart .wc-block-cart__submit-container a:not(:disabled):not(.disabled):active, .woocommerce-cart .wc-block-components-checkout-place-order-button:not(:disabled):not(.disabled):active, .woocommerce-checkout .wc-block-cart__submit-container a:not(:disabled):not(.disabled):active, .woocommerce-checkout .wc-block-components-checkout-place-order-button:not(:disabled):not(.disabled):active, .novedades-comunidad .p-inline-fields button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .single-product.woocommerce .product .bajada + .row .cart button:not(:disabled):not(.disabled).active, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:not(:disabled):not(.disabled).active, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:not(:disabled):not(.disabled).active, .woocommerce-cart .wc-block-cart__submit-container a:not(:disabled):not(.disabled).active, .woocommerce-cart .wc-block-components-checkout-place-order-button:not(:disabled):not(.disabled).active, .woocommerce-checkout .wc-block-cart__submit-container a:not(:disabled):not(.disabled).active, .woocommerce-checkout .wc-block-components-checkout-place-order-button:not(:disabled):not(.disabled).active, .novedades-comunidad .p-inline-fields button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .single-product.woocommerce .product .bajada + .row .cart .show > button.dropdown-toggle, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart .show > button.dropdown-toggle, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart .show > button.dropdown-toggle, .woocommerce-cart .wc-block-cart__submit-container .show > a.dropdown-toggle, .woocommerce-cart .show > .dropdown-toggle.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container .show > a.dropdown-toggle, .woocommerce-checkout .show > .dropdown-toggle.wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields .show > button.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .single-product.woocommerce .product .bajada + .row .cart button:not(:disabled):not(.disabled):active:focus, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:not(:disabled):not(.disabled):active:focus, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:not(:disabled):not(.disabled):active:focus, .woocommerce-cart .wc-block-cart__submit-container a:not(:disabled):not(.disabled):active:focus, .woocommerce-cart .wc-block-components-checkout-place-order-button:not(:disabled):not(.disabled):active:focus, .woocommerce-checkout .wc-block-cart__submit-container a:not(:disabled):not(.disabled):active:focus, .woocommerce-checkout .wc-block-components-checkout-place-order-button:not(:disabled):not(.disabled):active:focus, .novedades-comunidad .p-inline-fields button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .single-product.woocommerce .product .bajada + .row .cart button:not(:disabled):not(.disabled).active:focus, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:not(:disabled):not(.disabled).active:focus, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:not(:disabled):not(.disabled).active:focus, .woocommerce-cart .wc-block-cart__submit-container a:not(:disabled):not(.disabled).active:focus, .woocommerce-cart .wc-block-components-checkout-place-order-button:not(:disabled):not(.disabled).active:focus, .woocommerce-checkout .wc-block-cart__submit-container a:not(:disabled):not(.disabled).active:focus, .woocommerce-checkout .wc-block-components-checkout-place-order-button:not(:disabled):not(.disabled).active:focus, .novedades-comunidad .p-inline-fields button:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .single-product.woocommerce .product .bajada + .row .cart .show > button.dropdown-toggle:focus, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart .show > button.dropdown-toggle:focus, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart .show > button.dropdown-toggle:focus, .woocommerce-cart .wc-block-cart__submit-container .show > a.dropdown-toggle:focus, .woocommerce-cart .show > .dropdown-toggle.wc-block-components-checkout-place-order-button:focus, .woocommerce-checkout .wc-block-cart__submit-container .show > a.dropdown-toggle:focus, .woocommerce-checkout .show > .dropdown-toggle.wc-block-components-checkout-place-order-button:focus, .novedades-comunidad .p-inline-fields .show > button.dropdown-toggle: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 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.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, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.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: #212529;
  background-color: #8BA864;
  border-color: #8BA864;
}
.btn-success:hover {
  color: #fff;
  background-color: #789353;
  border-color: #718b4e;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 148, 91, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123, 148, 91, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #8BA864;
  border-color: #8BA864;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #718b4e;
  border-color: #6a8349;
}
.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(123, 148, 91, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123, 148, 91, 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: #C66D58;
  border-color: #C66D58;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b9563f;
  border-color: #af523c;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 131, 113, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 131, 113, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C66D58;
  border-color: #C66D58;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #af523c;
  border-color: #a64d39;
}
.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(207, 131, 113, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 131, 113, 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: #8BA864;
  border-color: #8BA864;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #8BA864;
  border-color: #8BA864;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 168, 100, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(139, 168, 100, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #8BA864;
  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: #212529;
  background-color: #8BA864;
  border-color: #8BA864;
}
.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(139, 168, 100, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(139, 168, 100, 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: #C66D58;
  border-color: #C66D58;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #C66D58;
  border-color: #C66D58;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 109, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198, 109, 88, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #C66D58;
  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: #C66D58;
  border-color: #C66D58;
}
.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(198, 109, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198, 109, 88, 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,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn, .single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button, .woocommerce-cart .wc-block-cart__submit-container a, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button, a.btn, .woocommerce-cart a.wc-block-components-checkout-place-order-button, .woocommerce-checkout a.wc-block-components-checkout-place-order-button, .sub-btn a,
.woocommerce-notices-wrapper a.button {
  font-family: "Assistant", sans-serif;
  font-size: 0.7rem;
  line-height: 3.4285714286em;
  letter-spacing: 0.08em;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 48px;
  position: relative;
  border: none;
}
.btn, .single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button, .woocommerce-cart .wc-block-cart__submit-container a, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button, .btn::after, .single-product.woocommerce .product .bajada + .row .cart button::after, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button::after, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button::after, .woocommerce-cart .wc-block-cart__submit-container a::after, .woocommerce-cart .wc-block-components-checkout-place-order-button::after, .woocommerce-checkout .wc-block-cart__submit-container a::after, .woocommerce-checkout .wc-block-components-checkout-place-order-button::after, .novedades-comunidad .p-inline-fields button::after, a.btn, .woocommerce-cart a.wc-block-components-checkout-place-order-button, .woocommerce-checkout a.wc-block-components-checkout-place-order-button, a.btn::after, .sub-btn a, .sub-btn a::after,
.woocommerce-notices-wrapper a.button,
.woocommerce-notices-wrapper a.button::after {
  border-radius: 24px 0 24px 24px;
}
.btn.btn-small, .single-product.woocommerce .product .bajada + .row .cart button.btn-small, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.btn-small, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.btn-small, .woocommerce-cart .wc-block-cart__submit-container a.btn-small, .woocommerce-cart .btn-small.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a.btn-small, .woocommerce-checkout .btn-small.wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button.btn-small, a.btn.btn-small, .sub-btn a.btn-small,
.woocommerce-notices-wrapper a.button.btn-small {
  height: 44px;
  line-height: 44px;
}
.btn.btn-small, .single-product.woocommerce .product .bajada + .row .cart button.btn-small, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.btn-small, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.btn-small, .woocommerce-cart .wc-block-cart__submit-container a.btn-small, .woocommerce-cart .btn-small.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a.btn-small, .woocommerce-checkout .btn-small.wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button.btn-small, .btn.btn-small::after, .single-product.woocommerce .product .bajada + .row .cart button.btn-small::after, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.btn-small::after, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.btn-small::after, .woocommerce-cart .wc-block-cart__submit-container a.btn-small::after, .woocommerce-cart .btn-small.wc-block-components-checkout-place-order-button::after, .woocommerce-checkout .wc-block-cart__submit-container a.btn-small::after, .woocommerce-checkout .btn-small.wc-block-components-checkout-place-order-button::after, .novedades-comunidad .p-inline-fields button.btn-small::after, a.btn.btn-small, a.btn.btn-small::after, .sub-btn a.btn-small, .sub-btn a.btn-small::after,
.woocommerce-notices-wrapper a.button.btn-small,
.woocommerce-notices-wrapper a.button.btn-small::after {
  border-radius: 22px 0 22px 22px;
}
.btn.disabled, .single-product.woocommerce .product .bajada + .row .cart button.disabled, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.disabled, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.disabled, .woocommerce-cart .wc-block-cart__submit-container a.disabled, .woocommerce-cart .disabled.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a.disabled, .woocommerce-checkout .disabled.wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button.disabled, .btn:disabled, .single-product.woocommerce .product .bajada + .row .cart button:disabled, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:disabled, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:disabled, .woocommerce-cart .wc-block-cart__submit-container a:disabled, .woocommerce-cart .wc-block-components-checkout-place-order-button:disabled, .woocommerce-checkout .wc-block-cart__submit-container a:disabled, .woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled, .novedades-comunidad .p-inline-fields button: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, .single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button, .woocommerce-cart .wc-block-cart__submit-container a, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button, .btn-primary, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .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;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.btn-primary, .single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button, .woocommerce-cart .wc-block-cart__submit-container a, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button, a.btn-primary, .woocommerce-cart a.wc-block-components-checkout-place-order-button, .woocommerce-checkout a.wc-block-components-checkout-place-order-button, 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;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#c66d58), to(#c66d58));
  background: linear-gradient(90deg, #c66d58 0%, #c66d58 100%);
}
.btn-primary:hover, .single-product.woocommerce .product .bajada + .row .cart button:hover, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:hover, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:hover, .woocommerce-cart .wc-block-cart__submit-container a:hover, .woocommerce-cart .wc-block-components-checkout-place-order-button:hover, .woocommerce-checkout .wc-block-cart__submit-container a:hover, .woocommerce-checkout .wc-block-components-checkout-place-order-button:hover, .novedades-comunidad .p-inline-fields button:hover, .btn-primary:active, .single-product.woocommerce .product .bajada + .row .cart button:active, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:active, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:active, .woocommerce-cart .wc-block-cart__submit-container a:active, .woocommerce-cart .wc-block-components-checkout-place-order-button:active, .woocommerce-checkout .wc-block-cart__submit-container a:active, .woocommerce-checkout .wc-block-components-checkout-place-order-button:active, .novedades-comunidad .p-inline-fields button:active, .btn-primary:focus, .single-product.woocommerce .product .bajada + .row .cart button:focus, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:focus, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:focus, .woocommerce-cart .wc-block-cart__submit-container a:focus, .woocommerce-cart .wc-block-components-checkout-place-order-button:focus, .woocommerce-checkout .wc-block-cart__submit-container a:focus, .woocommerce-checkout .wc-block-components-checkout-place-order-button:focus, .novedades-comunidad .p-inline-fields button:focus, a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus, a:not([href]).btn-primary:hover, a:not([href]).btn-primary:active, a:not([href]).btn-primary:focus, .sub-btn-primary a:hover, .sub-btn-primary a:active, .sub-btn-primary a:focus, .woocommerce-button:hover, .woocommerce-button:active, .woocommerce-button:focus,
.woocommerce-form-login__submit:hover,
.woocommerce-form-login__submit:active,
.woocommerce-form-login__submit:focus,
.woocommerce-cart-form__contents .button:hover,
.woocommerce-cart-form__contents .button:active,
.woocommerce-cart-form__contents .button:focus,
.checkout-button:hover,
.checkout-button:active,
.checkout-button:focus,
.woocommerce-checkout-payment button:hover,
.woocommerce-checkout-payment button:active,
.woocommerce-checkout-payment button:focus,
.woocommerce-form-coupon button:hover,
.woocommerce-form-coupon button:active,
.woocommerce-form-coupon button:focus,
.woocommerce-Button:hover,
.woocommerce-Button:active,
.woocommerce-Button:focus {
  background: -webkit-gradient(linear, left top, right top, from(#c66d58), to(#6d4a41));
  background: linear-gradient(90deg, #c66d58 0%, #6d4a41 100%);
  color: #fff !important;
}
.btn-primary:focus, .single-product.woocommerce .product .bajada + .row .cart button:focus, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:focus, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:focus, .woocommerce-cart .wc-block-cart__submit-container a:focus, .woocommerce-cart .wc-block-components-checkout-place-order-button:focus, .woocommerce-checkout .wc-block-cart__submit-container a:focus, .woocommerce-checkout .wc-block-components-checkout-place-order-button:focus, .novedades-comunidad .p-inline-fields button:focus, a.btn-primary:focus, a:not([href]).btn-primary:focus, .sub-btn-primary a:focus, .woocommerce-button:focus,
.woocommerce-form-login__submit:focus,
.woocommerce-cart-form__contents .button:focus,
.checkout-button:focus,
.woocommerce-checkout-payment button:focus,
.woocommerce-form-coupon button:focus,
.woocommerce-Button:focus {
  background: -webkit-gradient(linear, left top, right top, from(#6d4a41), to(#6d4a41));
  background: linear-gradient(90deg, #6d4a41 0%, #6d4a41 100%);
  color: #fff;
}
.btn-primary.disabled, .single-product.woocommerce .product .bajada + .row .cart button.disabled, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.disabled, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.disabled, .woocommerce-cart .wc-block-cart__submit-container a.disabled, .woocommerce-cart .disabled.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-container a.disabled, .woocommerce-checkout .disabled.wc-block-components-checkout-place-order-button, .novedades-comunidad .p-inline-fields button.disabled, .btn-primary:disabled, .single-product.woocommerce .product .bajada + .row .cart button:disabled, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:disabled, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:disabled, .woocommerce-cart .wc-block-cart__submit-container a:disabled, .woocommerce-cart .wc-block-components-checkout-place-order-button:disabled, .woocommerce-checkout .wc-block-cart__submit-container a:disabled, .woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled, .novedades-comunidad .p-inline-fields 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 {
  background: rgba(198, 109, 88, 0.38);
}

.btn-secondary, a.btn-secondary, a:not([href]).btn-secondary, .sub-btn-secondary a,
.woocommerce-notices-wrapper .button {
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:disabled, .btn-secondary.disabled, a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary:disabled, a.btn-secondary.disabled, a:not([href]).btn-secondary:hover, a:not([href]).btn-secondary:active, a:not([href]).btn-secondary:focus, a:not([href]).btn-secondary:disabled, a:not([href]).btn-secondary.disabled, .sub-btn-secondary a:hover, .sub-btn-secondary a:active, .sub-btn-secondary a:focus, .sub-btn-secondary a:disabled, .sub-btn-secondary a.disabled,
.woocommerce-notices-wrapper .button:hover,
.woocommerce-notices-wrapper .button:active,
.woocommerce-notices-wrapper .button:focus,
.woocommerce-notices-wrapper .button:disabled,
.woocommerce-notices-wrapper .button.disabled {
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary: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;
}
.base-neutral .btn-secondary, .woocommerce .btn-secondary, .base-arena .btn-secondary, .page-template-coaching .top-section .btn-secondary, .testimoniales .testimonio-item .testimonio-container .btn-secondary, .base-light .btn-secondary, body.blog .btn-secondary, .listing-item .listing-texto .btn-secondary, .listing-item .listing-imagen .btn-secondary, .base-neutral a.btn-secondary, .base-arena a.btn-secondary, .base-light a.btn-secondary, .base-neutral a:not([href]).btn-secondary, .base-arena a:not([href]).btn-secondary, .base-light a:not([href]).btn-secondary, .base-neutral .sub-btn-secondary a, .woocommerce .sub-btn-secondary a, .base-arena .sub-btn-secondary a, .page-template-coaching .top-section .sub-btn-secondary a, .testimoniales .testimonio-item .testimonio-container .sub-btn-secondary a, .base-light .sub-btn-secondary a, body.blog .sub-btn-secondary a, .listing-item .listing-texto .sub-btn-secondary a, .listing-item .listing-imagen .sub-btn-secondary a,
.base-neutral .woocommerce-notices-wrapper .button,
.woocommerce .woocommerce-notices-wrapper .button,
.base-arena .woocommerce-notices-wrapper .button,
.page-template-coaching .top-section .woocommerce-notices-wrapper .button,
.testimoniales .testimonio-item .testimonio-container .woocommerce-notices-wrapper .button,
.base-light .woocommerce-notices-wrapper .button,
body.blog .woocommerce-notices-wrapper .button,
.listing-item .listing-texto .woocommerce-notices-wrapper .button,
.listing-item .listing-imagen .woocommerce-notices-wrapper .button {
  color: #262626 !important;
  border-color: #262626;
}
.base-neutral .btn-secondary:hover, .woocommerce .btn-secondary:hover, .base-neutral .btn-secondary:active, .woocommerce .btn-secondary:active, .base-neutral .btn-secondary:focus, .woocommerce .btn-secondary:focus, .base-neutral .btn-secondary:disabled, .woocommerce .btn-secondary:disabled, .base-neutral .btn-secondary.disabled, .woocommerce .btn-secondary.disabled, .base-arena .btn-secondary:hover, .page-template-coaching .top-section .btn-secondary:hover, .testimoniales .testimonio-item .testimonio-container .btn-secondary:hover, .base-arena .btn-secondary:active, .page-template-coaching .top-section .btn-secondary:active, .testimoniales .testimonio-item .testimonio-container .btn-secondary:active, .base-arena .btn-secondary:focus, .page-template-coaching .top-section .btn-secondary:focus, .testimoniales .testimonio-item .testimonio-container .btn-secondary:focus, .base-arena .btn-secondary:disabled, .page-template-coaching .top-section .btn-secondary:disabled, .testimoniales .testimonio-item .testimonio-container .btn-secondary:disabled, .base-arena .btn-secondary.disabled, .page-template-coaching .top-section .btn-secondary.disabled, .testimoniales .testimonio-item .testimonio-container .btn-secondary.disabled, .base-light .btn-secondary:hover, body.blog .btn-secondary:hover, .listing-item .listing-texto .btn-secondary:hover, .listing-item .listing-imagen .btn-secondary:hover, .base-light .btn-secondary:active, body.blog .btn-secondary:active, .listing-item .listing-texto .btn-secondary:active, .listing-item .listing-imagen .btn-secondary:active, .base-light .btn-secondary:focus, body.blog .btn-secondary:focus, .listing-item .listing-texto .btn-secondary:focus, .listing-item .listing-imagen .btn-secondary:focus, .base-light .btn-secondary:disabled, body.blog .btn-secondary:disabled, .listing-item .listing-texto .btn-secondary:disabled, .listing-item .listing-imagen .btn-secondary:disabled, .base-light .btn-secondary.disabled, body.blog .btn-secondary.disabled, .listing-item .listing-texto .btn-secondary.disabled, .listing-item .listing-imagen .btn-secondary.disabled, .base-neutral a.btn-secondary:hover, .woocommerce a.btn-secondary:hover, .base-neutral a.btn-secondary:active, .woocommerce a.btn-secondary:active, .base-neutral a.btn-secondary:focus, .woocommerce a.btn-secondary:focus, .base-neutral a.btn-secondary:disabled, .woocommerce a.btn-secondary:disabled, .base-neutral a.btn-secondary.disabled, .woocommerce a.btn-secondary.disabled, .base-arena a.btn-secondary:hover, .page-template-coaching .top-section a.btn-secondary:hover, .testimoniales .testimonio-item .testimonio-container a.btn-secondary:hover, .base-arena a.btn-secondary:active, .page-template-coaching .top-section a.btn-secondary:active, .testimoniales .testimonio-item .testimonio-container a.btn-secondary:active, .base-arena a.btn-secondary:focus, .page-template-coaching .top-section a.btn-secondary:focus, .testimoniales .testimonio-item .testimonio-container a.btn-secondary:focus, .base-arena a.btn-secondary:disabled, .page-template-coaching .top-section a.btn-secondary:disabled, .testimoniales .testimonio-item .testimonio-container a.btn-secondary:disabled, .base-arena a.btn-secondary.disabled, .page-template-coaching .top-section a.btn-secondary.disabled, .testimoniales .testimonio-item .testimonio-container a.btn-secondary.disabled, .base-light a.btn-secondary:hover, body.blog a.btn-secondary:hover, .listing-item .listing-texto a.btn-secondary:hover, .base-light a.btn-secondary:active, body.blog a.btn-secondary:active, .listing-item .listing-texto a.btn-secondary:active, .base-light a.btn-secondary:focus, body.blog a.btn-secondary:focus, .listing-item .listing-texto a.btn-secondary:focus, .base-light a.btn-secondary:disabled, body.blog a.btn-secondary:disabled, .listing-item .listing-texto a.btn-secondary:disabled, .base-light a.btn-secondary.disabled, body.blog a.btn-secondary.disabled, .listing-item .listing-texto a.btn-secondary.disabled, .base-neutral a:not([href]).btn-secondary:hover, .woocommerce a:not([href]).btn-secondary:hover, .base-neutral a:not([href]).btn-secondary:active, .woocommerce a:not([href]).btn-secondary:active, .base-neutral a:not([href]).btn-secondary:focus, .woocommerce a:not([href]).btn-secondary:focus, .base-neutral a:not([href]).btn-secondary:disabled, .woocommerce a:not([href]).btn-secondary:disabled, .base-neutral a:not([href]).btn-secondary.disabled, .woocommerce a:not([href]).btn-secondary.disabled, .base-arena a:not([href]).btn-secondary:hover, .page-template-coaching .top-section a:not([href]).btn-secondary:hover, .testimoniales .testimonio-item .testimonio-container a:not([href]).btn-secondary:hover, .base-arena a:not([href]).btn-secondary:active, .page-template-coaching .top-section a:not([href]).btn-secondary:active, .testimoniales .testimonio-item .testimonio-container a:not([href]).btn-secondary:active, .base-arena a:not([href]).btn-secondary:focus, .page-template-coaching .top-section a:not([href]).btn-secondary:focus, .testimoniales .testimonio-item .testimonio-container a:not([href]).btn-secondary:focus, .base-arena a:not([href]).btn-secondary:disabled, .page-template-coaching .top-section a:not([href]).btn-secondary:disabled, .testimoniales .testimonio-item .testimonio-container a:not([href]).btn-secondary:disabled, .base-arena a:not([href]).btn-secondary.disabled, .page-template-coaching .top-section a:not([href]).btn-secondary.disabled, .testimoniales .testimonio-item .testimonio-container a:not([href]).btn-secondary.disabled, .base-light a:not([href]).btn-secondary:hover, body.blog a:not([href]).btn-secondary:hover, .listing-item .listing-texto a:not([href]).btn-secondary:hover, .base-light a:not([href]).btn-secondary:active, body.blog a:not([href]).btn-secondary:active, .listing-item .listing-texto a:not([href]).btn-secondary:active, .base-light a:not([href]).btn-secondary:focus, body.blog a:not([href]).btn-secondary:focus, .listing-item .listing-texto a:not([href]).btn-secondary:focus, .base-light a:not([href]).btn-secondary:disabled, body.blog a:not([href]).btn-secondary:disabled, .listing-item .listing-texto a:not([href]).btn-secondary:disabled, .base-light a:not([href]).btn-secondary.disabled, body.blog a:not([href]).btn-secondary.disabled, .listing-item .listing-texto a:not([href]).btn-secondary.disabled, .base-neutral .sub-btn-secondary a:hover, .woocommerce .sub-btn-secondary a:hover, .base-neutral .sub-btn-secondary a:active, .woocommerce .sub-btn-secondary a:active, .base-neutral .sub-btn-secondary a:focus, .woocommerce .sub-btn-secondary a:focus, .base-neutral .sub-btn-secondary a:disabled, .woocommerce .sub-btn-secondary a:disabled, .base-neutral .sub-btn-secondary a.disabled, .woocommerce .sub-btn-secondary a.disabled, .base-arena .sub-btn-secondary a:hover, .page-template-coaching .top-section .sub-btn-secondary a:hover, .testimoniales .testimonio-item .testimonio-container .sub-btn-secondary a:hover, .base-arena .sub-btn-secondary a:active, .page-template-coaching .top-section .sub-btn-secondary a:active, .testimoniales .testimonio-item .testimonio-container .sub-btn-secondary a:active, .base-arena .sub-btn-secondary a:focus, .page-template-coaching .top-section .sub-btn-secondary a:focus, .testimoniales .testimonio-item .testimonio-container .sub-btn-secondary a:focus, .base-arena .sub-btn-secondary a:disabled, .page-template-coaching .top-section .sub-btn-secondary a:disabled, .testimoniales .testimonio-item .testimonio-container .sub-btn-secondary a:disabled, .base-arena .sub-btn-secondary a.disabled, .page-template-coaching .top-section .sub-btn-secondary a.disabled, .testimoniales .testimonio-item .testimonio-container .sub-btn-secondary a.disabled, .base-light .sub-btn-secondary a:hover, body.blog .sub-btn-secondary a:hover, .listing-item .listing-texto .sub-btn-secondary a:hover, .listing-item .listing-imagen .sub-btn-secondary a:hover, .base-light .sub-btn-secondary a:active, body.blog .sub-btn-secondary a:active, .listing-item .listing-texto .sub-btn-secondary a:active, .listing-item .listing-imagen .sub-btn-secondary a:active, .base-light .sub-btn-secondary a:focus, body.blog .sub-btn-secondary a:focus, .listing-item .listing-texto .sub-btn-secondary a:focus, .listing-item .listing-imagen .sub-btn-secondary a:focus, .base-light .sub-btn-secondary a:disabled, body.blog .sub-btn-secondary a:disabled, .listing-item .listing-texto .sub-btn-secondary a:disabled, .listing-item .listing-imagen .sub-btn-secondary a:disabled, .base-light .sub-btn-secondary a.disabled, body.blog .sub-btn-secondary a.disabled, .listing-item .listing-texto .sub-btn-secondary a.disabled, .listing-item .listing-imagen .sub-btn-secondary a.disabled,
.base-neutral .woocommerce-notices-wrapper .button:hover,
.woocommerce .woocommerce-notices-wrapper .button:hover,
.base-neutral .woocommerce-notices-wrapper .button:active,
.woocommerce .woocommerce-notices-wrapper .button:active,
.base-neutral .woocommerce-notices-wrapper .button:focus,
.woocommerce .woocommerce-notices-wrapper .button:focus,
.base-neutral .woocommerce-notices-wrapper .button:disabled,
.woocommerce .woocommerce-notices-wrapper .button:disabled,
.base-neutral .woocommerce-notices-wrapper .button.disabled,
.woocommerce .woocommerce-notices-wrapper .button.disabled,
.base-arena .woocommerce-notices-wrapper .button:hover,
.page-template-coaching .top-section .woocommerce-notices-wrapper .button:hover,
.testimoniales .testimonio-item .testimonio-container .woocommerce-notices-wrapper .button:hover,
.base-arena .woocommerce-notices-wrapper .button:active,
.page-template-coaching .top-section .woocommerce-notices-wrapper .button:active,
.testimoniales .testimonio-item .testimonio-container .woocommerce-notices-wrapper .button:active,
.base-arena .woocommerce-notices-wrapper .button:focus,
.page-template-coaching .top-section .woocommerce-notices-wrapper .button:focus,
.testimoniales .testimonio-item .testimonio-container .woocommerce-notices-wrapper .button:focus,
.base-arena .woocommerce-notices-wrapper .button:disabled,
.page-template-coaching .top-section .woocommerce-notices-wrapper .button:disabled,
.testimoniales .testimonio-item .testimonio-container .woocommerce-notices-wrapper .button:disabled,
.base-arena .woocommerce-notices-wrapper .button.disabled,
.page-template-coaching .top-section .woocommerce-notices-wrapper .button.disabled,
.testimoniales .testimonio-item .testimonio-container .woocommerce-notices-wrapper .button.disabled,
.base-light .woocommerce-notices-wrapper .button:hover,
body.blog .woocommerce-notices-wrapper .button:hover,
.listing-item .listing-texto .woocommerce-notices-wrapper .button:hover,
.listing-item .listing-imagen .woocommerce-notices-wrapper .button:hover,
.base-light .woocommerce-notices-wrapper .button:active,
body.blog .woocommerce-notices-wrapper .button:active,
.listing-item .listing-texto .woocommerce-notices-wrapper .button:active,
.listing-item .listing-imagen .woocommerce-notices-wrapper .button:active,
.base-light .woocommerce-notices-wrapper .button:focus,
body.blog .woocommerce-notices-wrapper .button:focus,
.listing-item .listing-texto .woocommerce-notices-wrapper .button:focus,
.listing-item .listing-imagen .woocommerce-notices-wrapper .button:focus,
.base-light .woocommerce-notices-wrapper .button:disabled,
body.blog .woocommerce-notices-wrapper .button:disabled,
.listing-item .listing-texto .woocommerce-notices-wrapper .button:disabled,
.listing-item .listing-imagen .woocommerce-notices-wrapper .button:disabled,
.base-light .woocommerce-notices-wrapper .button.disabled,
body.blog .woocommerce-notices-wrapper .button.disabled,
.listing-item .listing-texto .woocommerce-notices-wrapper .button.disabled,
.listing-item .listing-imagen .woocommerce-notices-wrapper .button.disabled {
  background-color: rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-tertiary, .wc-backward {
  text-align: left;
}

.btn-tertiary, a:not([href]).btn-tertiary, a.btn-tertiary, .lectura {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.4em;
  color: rgba(38, 38, 38, 0.54);
  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 !important;
  text-decoration: 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: rgba(38, 38, 38, 0.38) !important;
}
.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: rgba(38, 38, 38, 0.54) !important;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-down:focus,
.btn-down.focus,
.btn-primary:focus,
.single-product.woocommerce .product .bajada + .row .cart button:focus,
.single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button:focus,
.archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button:focus,
.woocommerce-cart .wc-block-cart__submit-container a:focus,
.woocommerce-cart .wc-block-components-checkout-place-order-button:focus,
.woocommerce-checkout .wc-block-cart__submit-container a:focus,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus,
.novedades-comunidad .p-inline-fields button:focus,
.btn-tertiary:focus,
.btn-dropdown:focus,
.btn-primary.focus,
.single-product.woocommerce .product .bajada + .row .cart button.focus,
.single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button.focus,
.archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button.focus,
.woocommerce-cart .wc-block-cart__submit-container a.focus,
.woocommerce-cart .focus.wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-cart__submit-container a.focus,
.woocommerce-checkout .focus.wc-block-components-checkout-place-order-button,
.novedades-comunidad .p-inline-fields button.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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sub-btn a {
  display: block;
}

.btn .i.right, .single-product.woocommerce .product .bajada + .row .cart button .i.right, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button .i.right, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button .i.right, .woocommerce-cart .wc-block-cart__submit-container a .i.right, .woocommerce-cart .wc-block-components-checkout-place-order-button .i.right, .woocommerce-checkout .wc-block-cart__submit-container a .i.right, .woocommerce-checkout .wc-block-components-checkout-place-order-button .i.right, .novedades-comunidad .p-inline-fields button .i.right, .btn .i-left, .single-product.woocommerce .product .bajada + .row .cart button .i-left, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button .i-left, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button .i-left, .woocommerce-cart .wc-block-cart__submit-container a .i-left, .woocommerce-cart .wc-block-components-checkout-place-order-button .i-left, .woocommerce-checkout .wc-block-cart__submit-container a .i-left, .woocommerce-checkout .wc-block-components-checkout-place-order-button .i-left, .novedades-comunidad .p-inline-fields button .i-left {
  vertical-align: middle;
}
.btn .i-right, .single-product.woocommerce .product .bajada + .row .cart button .i-right, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button .i-right, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button .i-right, .woocommerce-cart .wc-block-cart__submit-container a .i-right, .woocommerce-cart .wc-block-components-checkout-place-order-button .i-right, .woocommerce-checkout .wc-block-cart__submit-container a .i-right, .woocommerce-checkout .wc-block-components-checkout-place-order-button .i-right, .novedades-comunidad .p-inline-fields button .i-right {
  margin-left: 8px;
}
.btn .i-left, .single-product.woocommerce .product .bajada + .row .cart button .i-left, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button .i-left, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button .i-left, .woocommerce-cart .wc-block-cart__submit-container a .i-left, .woocommerce-cart .wc-block-components-checkout-place-order-button .i-left, .woocommerce-checkout .wc-block-cart__submit-container a .i-left, .woocommerce-checkout .wc-block-components-checkout-place-order-button .i-left, .novedades-comunidad .p-inline-fields button .i-left {
  margin-right: 8px;
}

.btn-row {
  padding: 25px 0 10px;
}
.btn-row .btn, .btn-row .single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .bajada + .row .cart .btn-row button, .btn-row .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart .btn-row button, .btn-row .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart .btn-row button, .btn-row .woocommerce-cart .wc-block-cart__submit-container a, .woocommerce-cart .wc-block-cart__submit-container .btn-row a, .btn-row .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-cart .btn-row .wc-block-components-checkout-place-order-button, .btn-row .woocommerce-checkout .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-cart__submit-container .btn-row a, .btn-row .woocommerce-checkout .wc-block-components-checkout-place-order-button, .woocommerce-checkout .btn-row .wc-block-components-checkout-place-order-button, .btn-row .novedades-comunidad .p-inline-fields button, .novedades-comunidad .p-inline-fields .btn-row button {
  margin: 0 10px;
  margin-bottom: 15px;
}

/*
Elements to be defined: 
- Forms
- Buttons
*/
footer {
  font-family: "Assistant", sans-serif;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer > .container-fluid > .row, .archive.woocommerce footer > .container-fluid > .products, .single footer > .mas_novedades > .row, .single .archive.woocommerce footer > .mas_novedades > .products, .archive.woocommerce .single footer > .mas_novedades > .products {
  -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, .archive.woocommerce footer > .container-fluid > .products, .single footer > .mas_novedades > .row, .single .archive.woocommerce footer > .mas_novedades > .products, .archive.woocommerce .single footer > .mas_novedades > .products {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
footer .info-contacto, footer .menu {
  font-size: 0.75rem;
  line-height: 1.6rem;
  color: #fff;
  letter-spacing: 0.08em;
}
footer .info-contacto p, footer .menu p {
  font-size: 0.75rem;
  color: #fff;
}
footer .info-contacto .titulo, footer .menu .titulo {
  display: block;
}
footer .info-contacto .email, footer .menu .email {
  padding-bottom: 25px;
  margin-top: -2px;
}
footer .menu li {
  list-style: none;
  padding-bottom: 8px;
  font-size: 0.75rem;
}
footer .menu li a {
  color: #fff;
  text-transform: uppercase;
}
footer .menu li a:hover {
  color: #c66d58;
}
footer h5, footer .novedades-comunidad p.p-title, .novedades-comunidad footer p.p-title {
  padding-bottom: 10px;
}
footer .footer-logo {
  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;
  /*@media (min-width: $start-md) {
      max-width: 10;
  } */
}
footer .footer-logo .logo {
  max-width: 240px;
  width: 100%;
  margin-bottom: 30px;
}
footer .footer-logo .logo svg path {
  fill: #fff;
}
footer .footer-logo .logo a {
  display: block;
}
footer .footer-logo .logo img, footer .footer-logo .logo svg {
  max-width: 100%;
  height: auto;
}
footer .footer-legales {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 60px;
  padding-top: 16px;
}
@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.8rem;
  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 15px;
  margin-left: -11px !important;
  margin-right: 0 !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;
  margin-bottom: 8px;
  margin-right: 14px;
}
.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 {
  color: #c66d58;
}
.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;
}

/*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;
}

/*.social-networks {
	$padding-x: 0.5em;
	margin-left: -$padding-x; margin-right: -$padding-x;
	display: flex; flex-direction: row;
	li {
		list-style: none;
		padding: 0 $padding-x;
		border-color: pink; 
    	margin: 0; 
    }
}*/
/*
.hamburger {
	position: absolute;
	top: 30px;
    right: 15px;
    z-index: 999;
    display: block;
    height: 16px;
    width: 20px;
    margin-left: 0;
    background: transparent;
    border: none;
    padding: 0;

	&:hover,
	&:focus,
	&:active {
		outline: none;
	}
	.hamb-top,
	.hamb-middle,
	.hamb-bottom {
		position: absolute;
		left: 0;
		height: 2px;
		width: 100%;
	}
	&: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 .35s ease-in-out;
	}
	&.is-closed {
		.hamb-top, .hamb-bottom {-webkit-transition: all .35s ease-in-out;}
		.hamb-top {
			top: 0;
		}
		.hamb-middle {
			top: 50%;
			margin-top: -1px;
		}
		.hamb-bottom {
			bottom: 0;
		}
	}
	&.is-open {
		.hamb-top,
		.hamb-bottom {
			top: 50%;
			margin-top: -2px;
			-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
		}
		.hamb-top {
			-webkit-transform: rotate(45deg);
		}
		.hamb-middle {
			display: none;
		}
		.hamb-bottom {
			-webkit-transform: rotate(-45deg);
		}
		&:hover:before {
			opacity: 1;
			-webkit-transform: translate3d(-100px, 0, 0);
		}
	}
}
*/
header {
  min-height: 81px;
  -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 > .navbar {
  display: block;
}
header .navbar > .container {
  display: block;
}
header .logo-div {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
header .site-title {
  margin: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .site-title a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  display: block;
  height: 50px;
  background-size: auto 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 576px) {
  header .site-title a {
    height: 40px;
    max-width: 260px;
  }
}
@media (max-width: 991px) {
  header .site-title a {
    margin-top: 10px;
    width: 200px;
  }
}
header .navbar {
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
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: 55px;
}
header .menu-item {
  position: relative;
  list-style: none;
}
header .menu-item.menu-item-has-children:hover .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .menu-item:not(.sub-btn) a {
  margin: 0 14px;
  padding: 0.7em 3px 0.7em;
  font-family: "Assistant", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
  color: #262626;
  text-decoration: none;
}
header .menu-item .sub-menu {
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
  margin: -17px 0 0 -10px;
  padding: 10px 0 18px;
  background-color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .menu-item .sub-menu li {
  min-width: 280px;
  text-align: left;
  margin: 0;
  line-height: normal;
}
header .menu-item .sub-menu li a {
  padding: 9px 10px 9px 10px;
  display: block;
  border: none;
  font-size: 0.75rem;
  line-height: 1.7142857143em;
  /*&:after {
  	content: ""; 
   position: absolute;
   left: $left-margin - 5px;
   right: $left-margin - 5px - 5px;
   height: 1px;
   background:$submenu-item-border-color;
   bottom: 0;
  }*/
}
header .menu-item .sub-menu li a:hover {
  color: #D9A441;
}
header .menu-item .sub-menu li:last-child a:after {
  background-color: transparent;
}
header .menu-item .sub-menu a {
  color: #262626;
}
@media (min-width: 992px) {
  header .menu-item .sub-menu {
    display: none;
    position: absolute;
  }
}
header .menu-item.destacado {
  padding-bottom: 0;
}
header .menu-item.destacado a {
  color: #D9A441;
  text-transform: uppercase;
}
header .icon_link i > span {
  display: none;
}
header .icon_link i:before {
  padding-right: 0 !important;
}
header.sticky {
  min-height: 55px;
  background-color: #f8f6f2;
}
header.sticky .site-title {
  margin: 0;
}
header.sticky .site-title a {
  width: 32px;
  height: 38px;
  margin-bottom: 4px !important;
}
header.sticky .menu {
  line-height: 55px;
}
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 .menu, header .menu li, header .menu ul {
    line-height: 81px;
  }
  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 .single .sidebar-nav.mas_novedades, .single header .sidebar-nav.mas_novedades {
    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 {
    color: #c66d58;
  }
  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;
  }
  header .site-title .main-logo {
    width: 192px;
  }
}
@media (min-width: 992px) {
  header .site-title .main-logo {
    width: 225px;
  }
}

/*
########################
	MOBILE
########################
*/
@media screen and (max-width: 991px) {
  header button.navbar-toggler {
    border: 0;
    outline: none;
  }
  header .menu {
    /*padding: 0px 0 0 20px;*/
    display: block;
    text-align: left;
    line-height: 55px;
  }
  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.sticky button.navbar-toggler {
    margin-top: 0;
    top: 20px;
  }
  header.sticky #main-menu {
    top: 55px;
  }
  header li a {
    padding: 8px 30px;
    font-weight: bold;
    display: block;
    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;
  }
  header .menu-item .sub-menu {
    position: relative;
    padding-top: 0;
    margin-left: 0;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #efefef;
  }
  header .menu-item .sub-menu:before {
    border-bottom-color: #FFFFFF;
  }
  header .menu-item .sub-menu li {
    width: 100%;
  }
  header .menu-item .sub-menu li a {
    font-weight: normal;
    padding: 7px 20px 7px 3px;
    font-size: 14px;
  }
  header .menu-item .sub-menu li a:after {
    background-color: transparent;
  }
  header .menu-item.submenu-double-col .sub-menu li {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }

  #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 #main-menu {
    width: 100vw;
  }
  #wrapper.toggled #content {
    margin-left: -100vw;
  }

  .sidebar-nav {
    width: 100%;
    margin: 0;
    /*padding: 0;*/
    list-style: none;
  }
}
.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: 22px;
  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.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 {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.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;
}

.custom-cart-hgc {
  position: relative;
  display: inline-block;
}
.custom-cart-hgc:before {
  vertical-align: baseline;
  color: rgba(38, 38, 38, 0.54);
  content: "\F07A";
  font-size: 16px;
}
.custom-cart-hgc .item-count {
  position: absolute;
  top: -2px;
  right: -8px;
  z-index: 1;
  background-color: #262626;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .menu-menu-secundario-header-container a {
    border: 2px solid transparent;
    background: none;
    margin: 0 14px;
    padding: 0.7em 3px 0.7em !important;
    color: #c4674a;
    height: auto;
    display: inline;
    font-weight: 600;
    border-radius: 0;
  }
  header .menu-menu-secundario-header-container a:active, header .menu-menu-secundario-header-container a:hover, header .menu-menu-secundario-header-container a:focus {
    background: transparent;
    color: #262626;
  }
  header .menu-item:not(.sub-btn) 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;
  }
}
@media (min-width: 1200px) {
  header .menu-menu-secundario-header-container {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 25px;
  }
  header a.custom-cart-hgc:after {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(96, 102, 64, 0.1);
    display: block;
    position: absolute;
    bottom: 9px;
    left: -15px;
  }
}

.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: 35px;
  font-family: "Assistant", sans-serif;
  font-size: 13px;
  letter-spacing: 1.47px;
  text-transform: uppercase;
}
.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;
  border-bottom: 2px solid transparent;
  color: #262626;
}
.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 {
  border-bottom-color: #D9A441;
  font-weight: bold;
}
.pagination li a:hover, .pagination li span.current, .woocommerce-pagination li a:hover, .woocommerce-pagination li span.current, .wc_pagination li a:hover, .wc_pagination li span.current {
  text-shadow: 0px 0px 1px #262626;
}

/*Auxiliares de desarrollo*/
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.dev-text {
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}

.listing-item {
  max-width: 385px;
}
.listing-item .listing-imagen {
  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: 29px 27px;
  /*a {

  	color: $on-light-primary-text;
  }*/
}
.listing-item .miscelaneas, .listing-item .single-product.woocommerce .product .summary .woocommerce-product-attributes-item, .single-product.woocommerce .product .summary .listing-item .woocommerce-product-attributes-item, .listing-item .single-product.woocommerce .product .summary .woocommerce-product-attributes, .single-product.woocommerce .product .summary .listing-item .woocommerce-product-attributes, .listing-item header .icon_link, header .listing-item .icon_link {
  margin-bottom: 1em;
}
.listing-item .lectura, .listing-item .btn-tertiary, .listing-item a:not([href]).btn-tertiary {
  color: rgba(38, 38, 38, 0.54);
  font-size: 0.7rem;
  position: relative;
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
}
.listing-item .lectura a, .listing-item .btn-tertiary a {
  display: inline-block;
  color: rgba(38, 38, 38, 0.54);
}
.listing-item h5 a, .listing-item .novedades-comunidad p.p-title a, .novedades-comunidad .listing-item p.p-title a {
  color: #262626;
  text-decoration: none;
  display: block;
}
.listing-item h5 a:active, .listing-item .novedades-comunidad p.p-title a:active, .novedades-comunidad .listing-item p.p-title a:active, .listing-item h5 a:focus, .listing-item .novedades-comunidad p.p-title a:focus, .novedades-comunidad .listing-item p.p-title a:focus, .listing-item h5 a:hover, .listing-item .novedades-comunidad p.p-title a:hover, .novedades-comunidad .listing-item p.p-title a:hover {
  text-shadow: 0px 0px 1px #262626;
}

.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;
  margin-bottom: 40px;
}
.novedad .listing-texto a {
  height: 100%;
}
.novedad .miscelaneas, .novedad .single-product.woocommerce .product .summary .woocommerce-product-attributes-item, .single-product.woocommerce .product .summary .novedad .woocommerce-product-attributes-item, .novedad .single-product.woocommerce .product .summary .woocommerce-product-attributes, .single-product.woocommerce .product .summary .novedad .woocommerce-product-attributes, .novedad header .icon_link, header .novedad .icon_link {
  padding-top: 20px;
  margin-top: auto;
  margin-bottom: 0;
}
.novedad h4.titulo {
  font-family: "Assistant", sans-serif;
  font-size: 17px;
  letter-spacing: -0.68px;
  line-height: 22px;
  font-weight: normal;
  color: #262626;
  text-transform: none;
  font-size: 0.85rem;
  line-height: 22px;
  letter-spacing: -0.68px;
  margin-bottom: 0;
}

.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: "\F177";
}
.bloque-galeria .splide__arrow.splide__arrow--next:before {
  content: "\F178";
}
.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;
  }
}

.testimoniales {
  padding-bottom: 70px;
}
.testimoniales .testimonio-item:nth-child(even) {
  padding-top: 65px;
}
.testimoniales .testimonio-item:nth-child(odd) {
  padding-bottom: 65px;
}
.testimoniales .testimonio-item .row, .testimoniales .testimonio-item .archive.woocommerce .products, .archive.woocommerce .testimoniales .testimonio-item .products {
  margin-left: 0;
  margin-right: 0;
}
.testimoniales .testimonio-item .testimonio-container {
  margin-left: 50px;
  margin-right: 18px;
  border-radius: 0 25px 25px 25px;
  padding: 24px 24px 24px 32px;
  font-size: 14px;
}
.testimoniales .testimonio-item .testimonio-container .firma, .testimoniales .testimonio-item .testimonio-container .single .firma, .single .testimoniales .testimonio-item .testimonio-container .firma {
  color: rgba(255, 255, 255, 0.7);
}
.testimoniales .testimonio-item .testimonio-imagen {
  position: absolute;
  padding: 0;
  z-index: 1;
}
.testimoniales .testimonio-item .testimonio-imagen .square-img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .testimoniales .testimonio-container {
    font-size: 1rem;
    margin-left: 90px;
    margin-right: 40px;
    border-radius: 0 33px 33px 33px;
    padding: 32px 44px;
  }
  .testimoniales .testimonio-imagen .square-img {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .testimoniales .testimonio-container {
    margin-left: 118px;
    margin-right: 40px;
    padding: 40px 44px;
  }
  .testimoniales .testimonio-imagen .square-img {
    width: 138px;
    height: 138px;
  }
}

/* Probablemente se reutilice */
.top-section {
  padding-top: 81px;
  background-size: cover;
  background-position: center top;
}
.top-section.full-height {
  min-height: 95vh;
}

/* HOME */
.home .top-section {
  background-color: #e1d9d6;
  background-size: auto;
  background-position: 25% top;
}
.home .top-section .hero-cta {
  padding-top: 48px;
}
.home .top-section .secondary-block {
  margin-top: 280px;
  text-align: center;
}
.home .top-section .btn-row {
  text-align: center;
}
@media (min-width: 768px) {
  .home .top-section {
    background-size: cover;
    background-position: center top;
  }
  .home .top-section .hero-cta {
    padding-top: 78px;
  }
  .home .top-section .secondary-block {
    margin-top: 320px;
  }
}

.home-desafios .desafios-container {
  position: relative;
  padding: 35px;
  border-radius: 0 30px 30px 30px;
  z-index: 1;
  margin: 15px;
}
.home-desafios .desafios-lista {
  margin-top: 30px;
}
.home-desafios .desafios-lista strong, .home-desafios .desafios-lista b {
  font-weight: 400 !important;
  position: relative;
  display: inline-block;
}
.home-desafios .desafios-lista strong::before, .home-desafios .desafios-lista b::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(assets/dist/fonts/pen-circle-dark.svg);
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.home-desafios .desafios-lista .desafio-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-desafios .desafios-lista .col.desafio-icono {
  max-width: 65px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .home-desafios .desafios-container {
    padding: 40px;
    border-radius: 0 40px 40px 40px;
  }
  .home-desafios .desafios-lista {
    margin-top: 0px;
  }
  .home-desafios .desafios-lista .col.desafio-icono {
    max-width: 82px;
  }
}
@media (min-width: 992px) {
  .home-desafios .desafios-container {
    padding: 90px 0;
    border-radius: 0 60px 60px 60px;
    top: 100px;
    max-width: 1300px;
    margin: auto auto 100px;
  }
  .home-desafios .desafios-intro {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .home-desafios .desafios-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.home .recursos .recursos-intro, .page-template-coaching .frase-motivacional {
  text-align: center;
}
.home .recursos .recursos-intro .btn-row, .page-template-coaching .frase-motivacional .btn-row {
  text-align: center;
  padding-bottom: 140px;
}

.home .recursos {
  position: relative;
  padding-top: 100px;
}
.home .recursos::before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: -100px;
  width: 100%;
}
@media (min-width: 992px) {
  .home .recursos {
    margin-bottom: 100px;
    padding-top: 200px;
  }
}

.frase-destacada .subhead {
  padding-bottom: 34px;
}
.frase-destacada .h1-quote b::before, .frase-destacada .h1-quote strong::before {
  background-image: url(assets/dist/fonts/pen-circle-light.svg) !important;
}

.home .recursos-listado {
  padding-bottom: 1px;
}
.home .recursos-listado .recurso-item {
  margin: 10px auto 60px;
}
.home .recursos-listado .recurso-imagen {
  text-align: center;
}
@media (max-width: 576px) {
  .home .recursos-listado .recurso-imagen .img-fluid, .home .recursos-listado .recurso-imagen .editor-styles-wrapper img, .editor-styles-wrapper .home .recursos-listado .recurso-imagen img, .home .recursos-listado .recurso-imagen .editor-styles-wrapper figure, .editor-styles-wrapper .home .recursos-listado .recurso-imagen figure, .home .recursos-listado .recurso-imagen .editor-text img, .editor-text .home .recursos-listado .recurso-imagen img, .home .recursos-listado .recurso-imagen .editor-text figure, .editor-text .home .recursos-listado .recurso-imagen figure, .home .recursos-listado .recurso-imagen #tinymce img, #tinymce .home .recursos-listado .recurso-imagen img, .home .recursos-listado .recurso-imagen #tinymce figure, #tinymce .home .recursos-listado .recurso-imagen figure {
    max-height: 280px;
    width: auto;
  }
}
.home .recursos-listado .recurso-texto {
  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;
}
.home .recursos-listado .recurso-texto h3 {
  padding-bottom: 15px;
}

.home .equilibrio {
  background-color: #C2B4A5;
  padding: 250px 0 70px;
  background-repeat: no-repeat;
  background-position: 67% top;
  background-size: 250vw;
  padding-top: 86vw;
}
.home .equilibrio .equilibrio-intro {
  padding-bottom: 65px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .home .equilibrio {
    padding-top: 250px;
    background-size: cover;
    background-position: center top;
  }
  .home .equilibrio .equilibrio-intro {
    text-align: left;
    padding-bottom: 85px;
    margin-bottom: 50px;
  }
}
.home .equilibrio .equilibrio-pasos-list {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.home .equilibrio .equilibrio-pasos-list .equilibrio-paso-item {
  font-size: 2.3rem;
}
.home .equilibrio .equilibrio-pasos-list .equilibrio-paso-item .numero {
  color: #fff;
  font-size: 0.5em;
  vertical-align: super;
}
.home .equilibrio .equilibrio-pasos-list .equilibrio-paso-item:nth-child(even) .paso {
  font-family: "Fraunces", serif;
  font-style: italic;
}
@media (min-width: 577px) {
  .home .equilibrio .equilibrio-pasos-list .equilibrio-paso-item {
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) {
  .home .equilibrio .equilibrio-pasos-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .home .equilibrio .equilibrio-pasos-list .equilibrio-paso-item {
    text-align: left;
    font-size: 1.4rem;
  }
  .home .equilibrio .equilibrio-pasos-list .equilibrio-paso-item:nth-child(2) {
    margin-top: 1em;
    padding-left: 0;
  }
  .home .equilibrio .equilibrio-pasos-list .equilibrio-paso-item:nth-child(3) {
    margin-top: 2em;
    padding-left: 0;
  }
  .home .equilibrio .equilibrio-pasos-list .equilibrio-paso-item:nth-child(4) {
    margin-top: 3em;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .home .equilibrio .equilibrio-pasos-list .equilibrio-paso-item {
    font-size: 2.3rem;
  }
}

.home .testimoniales {
  background-color: #c2b4a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2b4a5), to(#f8f6f2));
  background-image: linear-gradient(top, #c2b4a5, #f8f6f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#c2b4a5", endColorStr="#f8f6f2");
}

.home .historia, .page-template-coaching .historia {
  background: #f8f6f2;
  padding-bottom: 60px;
}
.home .historia .btn-row, .page-template-coaching .historia .btn-row {
  text-align: right;
}
.home .historia .historia-imagen, .page-template-coaching .historia .historia-imagen {
  text-align: center;
  width: 80%;
  max-width: 540px;
  margin: auto;
}
@media (min-width: 768px) {
  .home .historia .historia-imagen, .page-template-coaching .historia .historia-imagen {
    text-align: left;
    max-width: auto;
    width: auto;
  }
}

.home .mas-que-coaching {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.home .mas-que-coaching .btn-row {
  text-align: center;
}

.home .home-final {
  background-image: url(assets/dist/img/bg-fin-home.jpg);
  background-position: top center;
  background-size: cover;
}

.novedades-comunidad .p-close, .novedades-comunidad .p-perfit-ad {
  display: none;
}
.novedades-comunidad .p-body {
  background: transparent !important;
}
.novedades-comunidad p.p-footer {
  font-size: 14px;
}
.novedades-comunidad .p-inline-fields {
  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-bottom: 10px;
  margin: 0 -8px;
}
.novedades-comunidad .p-inline-fields > * {
  padding-left: 8px;
  padding-right: 8px;
}
.novedades-comunidad .p-inline-fields input {
  padding-top: 6px;
  padding-bottom: 6px !important;
}
form.p-optin#optin-form-TzJkFf1t {
  max-width: 100% !important;
}

/*.menu-categorias-container {width: 100%;}
#menu-categorias {
	position: relative;
	display: flex;
	flex-flow: row wrap; 
	margin-bottom: 50px; 
	border-bottom: 1px solid $border-color; 


	li {
		list-style: none; 
		font-family: $font; 
		display: flex; flex-direction: column; justify-content: center;
		position: relative; 

		@media (max-width: $end-xs) {
			height: 38px;
		}

		a {
			color: $c-primary-secondary;
			text-decoration: none; 
			text-transform: uppercase; 
			font-size: remFontSize(14px);
			letter-spacing: 0.1em;
			padding: 16px 24px 16px 0;
			line-height: 1.5em;

			&:hover {
				color: $c-primary;
			}
		}

		&:first-child a {
			padding-left: 0;
		}
		&.current-menu-item {
			@media (min-width: $start-sm) {
				&:after {
					content: ""; 
					width: 100%; height: 3px; position: absolute;
					bottom: -2px; left: 0; 
					background-color: $c-secondary;
					font-weight: 700;
				} 
			}
			a {
				color: $c-secondary;
			}
		}
	}

	@media (max-width: $end-xs) {
		padding-bottom: 20px;
		margin-top:18px;
	} 

	.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]), .is-menu.sliding.is-first button.is-search-submit {visibility: visible;}
}
*/
.blog_intro .intro-text .subhead {
  color: #c66d58;
  font-weight: bold;
}
.blog_intro .categoryMenu:empty {
  padding-bottom: 37px;
  margin-bottom: 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

body.blog .blog-body {
  padding-bottom: 85px;
}
@media (min-width: 768px) {
  body.blog .blog-body {
    padding-bottom: 185px;
  }
}

.single canvas {
  display: none;
}
.single .header-row {
  max-width: 860px;
}
.single .header-row .subhead {
  font-weight: bold;
  font-size: 15px;
}
.single .header-row .miscelaneas, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes-item, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes-item, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes, .single .header-row header .icon_link, header .single .header-row .icon_link {
  margin: 40px 0 25px;
}
.single .header-row .miscelaneas .lectura:after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .lectura:after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes-item .lectura:after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes .lectura:after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes .lectura:after, .single .header-row header .icon_link .lectura:after, header .single .header-row .icon_link .lectura:after, .single .header-row .miscelaneas .btn-tertiary:after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .btn-tertiary:after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes-item .btn-tertiary:after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes .btn-tertiary:after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes .btn-tertiary:after, .single .header-row header .icon_link .btn-tertiary:after, header .single .header-row .icon_link .btn-tertiary:after, .single .header-row .miscelaneas a.btn-tertiary:not([href]):after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes-item a.btn-tertiary:not([href]):after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes-item a.btn-tertiary:not([href]):after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes a.btn-tertiary:not([href]):after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes a.btn-tertiary:not([href]):after, .single .header-row header .icon_link a.btn-tertiary:not([href]):after, header .single .header-row .icon_link a.btn-tertiary:not([href]):after, .single .header-row .miscelaneas a.btn-tertiary:after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes-item a.btn-tertiary:after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes-item a.btn-tertiary:after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes a.btn-tertiary:after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes a.btn-tertiary:after, .single .header-row header .icon_link a.btn-tertiary:after, header .single .header-row .icon_link a.btn-tertiary:after, .single .header-row .miscelaneas .lectura:after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes-item .lectura:after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes-item .lectura:after, .single .header-row .single-product.woocommerce .product .summary .woocommerce-product-attributes .lectura:after, .single-product.woocommerce .product .summary .single .header-row .woocommerce-product-attributes .lectura:after, .single .header-row header .icon_link .lectura:after, header .single .header-row .icon_link .lectura:after {
  content: none;
}
.single .main-article-content {
  margin-top: 60px;
}
.single .main-article-content p, .single .main-article-content ol, .single .main-article-content ul {
  font-family: "Assistant", sans-serif;
  line-height: 1.62em;
}
.single .entry-content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 1156px) {
  .single .entry-content blockquote {
    margin-right: -200px;
  }
}
@media (max-width: 1155px) and (min-width: 992px) {
  .single .entry-content blockquote {
    margin-right: -150px;
  }
}
.single .autor {
  margin-top: 50px;
  padding-top: 28px;
  border-top: 1px solid rgba(96, 102, 64, 0.1);
}
.single .autor p {
  font-size: 16px;
}
.single .autor img {
  border-radius: 50%;
}
.single .autor .social-networks a, .single .autor .preguntas-frecuentes .social-links .social-networks a, .preguntas-frecuentes .social-links .single .autor .social-networks a, .single .autor .legales .social-links .social-networks a, .legales .social-links .single .autor .social-networks a {
  color: #c66d58;
}
.single .autor .social-networks a:focus, .single .autor .preguntas-frecuentes .social-links .social-networks a:focus, .preguntas-frecuentes .social-links .single .autor .social-networks a:focus, .single .autor .legales .social-links .social-networks a:focus, .legales .social-links .single .autor .social-networks a:focus, .single .autor .social-networks a:active, .single .autor .preguntas-frecuentes .social-links .social-networks a:active, .preguntas-frecuentes .social-links .single .autor .social-networks a:active, .single .autor .legales .social-links .social-networks a:active, .legales .social-links .single .autor .social-networks a:active, .single .autor .social-networks a:hover, .single .autor .preguntas-frecuentes .social-links .social-networks a:hover, .preguntas-frecuentes .social-links .single .autor .social-networks a:hover, .single .autor .legales .social-links .social-networks a:hover, .legales .social-links .single .autor .social-networks a:hover {
  color: #262626;
}
.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: end;
  margin-top: 1em;
}
.single .share-links .secondary {
  color: rgba(38, 38, 38, 0.54);
  font-family: "Assistant", sans-serif;
  font-size: 0.8rem;
}
.single .share-links .redes {
  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: #c66d58;
}
@media (min-width: 768px) {
  .single .share-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    top: 55px;
    margin-top: 2em;
  }
  .single .share-links .redes {
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: 0px;
  }
  .single .share-links .redes a {
    padding: 10px 10px 10px 0;
  }
}
@media (min-width: 992px) {
  .single .share-links {
    top: 81px;
  }
}
.single .end-links {
  border-top: 1px solid rgba(96, 102, 64, 0.1);
  margin-top: 50px;
}
.single .end-links div {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 13px;
  line-height: 1.85em;
}
.single .end-links div a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #262626;
  font-weight: 600;
}
.single .end-links .forward-link {
  margin-right: 0;
  margin-left: auto;
}
.single .end-links .forward-link a {
  color: #c66d58;
}
.single .end-links .after-arrow, .single .end-links .btn-tertiary, .single .end-links a:not([href]).btn-tertiary, .single .end-links a.btn-tertiary, .single .end-links .lectura {
  padding-right: 25px;
  position: relative;
}
.single .end-links .after-arrow:after, .single .end-links .btn-tertiary:after, .single .end-links a.btn-tertiary:not([href]):after, .single .end-links a.btn-tertiary:after, .single .end-links .lectura:after {
  position: absolute;
  right: 0;
  color: #c66d58;
}
.single .mas_novedades {
  margin-top: 86px;
}
.single .mas_novedades h4 {
  margin-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .single .metadata {
    margin: 10px 0 14px 0;
  }
  .single .entry-title {
    margin: 0;
  }
  .single .main-article-content {
    margin-top: 20px;
  }
  .single .share-links {
    margin-bottom: 20px;
  }
  .single .mas_novedades {
    margin-top: 60px;
  }
}
.page-template-trayectoria .top-section {
  background-color: #f8f6f2;
  padding-bottom: 150px;
  padding-bottom: 450px;
  background-size: 1120px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: -170px;
  position: relative;
}
.page-template-trayectoria .top-section:after {
  content: "";
  background-color: #e6e1db;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(230, 225, 219, 0)), color-stop(20%, rgba(230, 225, 219, 0.95)), to(#e6e1db));
  background: linear-gradient(0deg, rgba(230, 225, 219, 0) 0%, rgba(230, 225, 219, 0.95) 20%, #e6e1db 100%);
  position: absolute;
  top: 0;
  bottom: 440px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.page-template-trayectoria .top-section, .page-template-trayectoria .top-section > .container-fluid, .page-template-trayectoria .single .top-section > .mas_novedades, .single .page-template-trayectoria .top-section > .mas_novedades {
  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;
  z-index: 0;
}
.page-template-trayectoria .top-section .hero-cta {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.page-template-trayectoria .top-section .hero-cta h1.heading-combined {
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .page-template-trayectoria .top-section {
    padding-bottom: 170px;
    background-size: cover;
    background-position-x: -330px;
  }
  .page-template-trayectoria .top-section:after {
    content: none;
  }
}
@media (min-width: 992px) {
  .page-template-trayectoria .top-section {
    background-position-y: -110px;
    background-position-x: center;
  }
}
.page-template-trayectoria .formacion {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
  padding: 0 15px;
}
.page-template-trayectoria .formacion .formacion-texto, .page-template-trayectoria .formacion .formacion-logos {
  padding: 8% 7%;
  background-color: #fff;
}
.page-template-trayectoria .formacion .formacion-logos {
  padding-top: 0;
  border-bottom-right-radius: 70px;
}
.page-template-trayectoria .formacion .formacion-logos img {
  opacity: 80%;
  max-height: 110px;
  width: auto;
}
.page-template-trayectoria .formacion .formacion-logos img:hover {
  opacity: 100%;
}
.page-template-trayectoria .formacion .formacion-texto {
  padding-bottom: 0;
  border-top-right-radius: 70px;
}
@media (min-width: 768px) {
  .page-template-trayectoria .formacion {
    top: -170px;
    margin-bottom: -170px;
    padding: 0;
  }
  .page-template-trayectoria .formacion .formacion-texto {
    padding-bottom: 8%;
    border-bottom-right-radius: 70px;
  }
  .page-template-trayectoria .formacion .formacion-logos {
    padding-top: 8%;
    padding-left: 40px;
    border-top-left-radius: 70px;
  }
  .page-template-trayectoria .formacion > .container-fluid > .row, .page-template-trayectoria .archive.woocommerce .formacion > .container-fluid > .products, .archive.woocommerce .page-template-trayectoria .formacion > .container-fluid > .products, .page-template-trayectoria .single .formacion > .mas_novedades > .row, .page-template-trayectoria .single .archive.woocommerce .formacion > .mas_novedades > .products, .archive.woocommerce .page-template-trayectoria .single .formacion > .mas_novedades > .products, .single .page-template-trayectoria .formacion > .mas_novedades > .row, .single .page-template-trayectoria .archive.woocommerce .formacion > .mas_novedades > .products, .archive.woocommerce .single .page-template-trayectoria .formacion > .mas_novedades > .products {
    padding: 0px;
  }
  .page-template-trayectoria .formacion .formacion-texto {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 0;
  }
  .page-template-trayectoria .formacion .formacion-logos {
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
  }
}
.page-template-trayectoria .emprendimientos {
  padding-top: 65px;
  padding-bottom: 60px;
  background-position-x: center;
}
.page-template-trayectoria .emprendimientos .editor-text {
  padding-top: 15px;
}
.page-template-trayectoria .emprendimientos .editor-text img {
  margin-bottom: 0;
  max-height: 75px;
  width: auto;
}
.page-template-trayectoria .emprendimientos .editor-text a {
  color: rgba(38, 38, 38, 0.54);
}
.page-template-trayectoria .emprendimientos .editor-text a:focus, .page-template-trayectoria .emprendimientos .editor-text a:hover, .page-template-trayectoria .emprendimientos .editor-text a:active {
  color: #262626;
}
.page-template-trayectoria .recursos {
  padding-top: 80px;
  padding-bottom: 80px;
  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;
}
@media (min-width: 768px) {
  .page-template-trayectoria .recursos {
    background-position-x: center;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .page-template-trayectoria .recursos {
    min-height: 80vh;
  }
}
.page-template-trayectoria .motivacional {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.page-template-trayectoria .motivacional .h1-quote b:before, .page-template-trayectoria .motivacional .h1-quote strong:before {
  background-image: url(assets/dist/fonts/pen-circle-light.svg) !important;
}

.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;
}
.preguntas-frecuentes .page-header .text-big2, .preguntas-frecuentes .page-header .single-product.woocommerce .product .woocommerce-product-details__short-description p, .single-product.woocommerce .product .woocommerce-product-details__short-description .preguntas-frecuentes .page-header p, .legales .page-header .text-big2, .legales .page-header .single-product.woocommerce .product .woocommerce-product-details__short-description p, .single-product.woocommerce .product .woocommerce-product-details__short-description .legales .page-header p {
  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 .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, .preguntas-frecuentes .sin-categorias .novedades-comunidad p.titulo.p-title, .novedades-comunidad .preguntas-frecuentes .sin-categorias p.titulo.p-title, .legales .sin-categorias .novedades-comunidad p.titulo.p-title, .novedades-comunidad .legales .sin-categorias p.titulo.p-title {
  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;
  }
}

.lista-categorias, .woocommerce-MyAccount-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
.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: #c66d58 !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: #c66d58 !important;
}
@media (max-width: 991px) {
  .lista-categorias ul, .woocommerce-MyAccount-navigation ul {
    border-bottom: 1px solid rgba(96, 102, 64, 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;
}
.categoria-pane:first-child {
  margin-top: 12px;
}
.categoria-pane .titulo {
  color: #c66d58;
}
.categoria-pane .titulo, .categoria-pane .header-pregunta {
  border: none;
  border-bottom: 1px solid rgba(96, 102, 64, 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;
}
.categoria-pane .header-pregunta:before {
  content: "\F00D";
  -webkit-transition: rotate 0.5s ease-in-out;
  transition: rotate 0.5s ease-in-out;
  rotate: 45deg;
  margin-right: 19px;
  font-size: 20px;
}
.categoria-pane .header-pregunta.active {
  border-bottom-color: transparent;
}
.categoria-pane .header-pregunta.active:before {
  rotate: 0deg;
}
.categoria-pane .content {
  padding: 0 18px 0 35px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.categoria-pane .pregunta.active .content {
  margin-bottom: 15px;
}

.page-template-coaching {
  background-color: #f8f6f2;
}
.page-template-coaching .top-section {
  padding-bottom: 70px;
  background-size: auto;
  background-position-x: right;
  background-position-y: bottom;
  min-height: 0;
  /*@media (max-width: $end-xs) {
  	background-size: 620px;
      background-repeat: no-repeat;
      background-position-x: -145px;
      background-position-y: 500px;

      &:before {
      	//NUNCA LOGRE FUSIONAR EL FONDO
      	background-color: #c6baae;
      	background: linear-gradient(0deg, rgba(#c6baae,1) 0%, rgba(#c6baae,0.8) 44%, rgba(#c6baae,0) 100%);
      }
  }*/
}
.page-template-coaching .top-section, .page-template-coaching .top-section > .container-fluid, .page-template-coaching .single .top-section > .mas_novedades, .single .page-template-coaching .top-section > .mas_novedades {
  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;
}
.page-template-coaching .top-section .hero-cta {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.page-template-coaching .top-section .hero-cta h1.heading-combined {
  padding-bottom: 0.5em;
}
.page-template-coaching .top-section .hero-cta .h4 {
  line-height: 1.38em;
}
@media (min-width: 577px) {
  .page-template-coaching .top-section {
    padding-bottom: 320px;
    min-height: 95vh;
    background-position-x: center;
    background-position-y: top;
  }
}
@media (min-width: 1200px) {
  .page-template-coaching .top-section {
    min-height: 100vh;
    background-position-y: -60px;
  }
}
.page-template-coaching .top-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-template-coaching .planes-coaching .bajada {
  padding-top: 4.5em;
  padding-bottom: 2em;
}
.page-template-coaching .planes-coaching .producto .producto-imagen, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto .producto-imagen, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto .producto-imagen {
  position: relative;
}
.page-template-coaching .planes-coaching .producto .producto-imagen img, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto .producto-imagen img, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto .producto-imagen img {
  z-index: 1;
  position: relative;
}
.page-template-coaching .planes-coaching .producto .producto-imagen:after, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto .producto-imagen:after, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto .producto-imagen:after {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #fff;
  z-index: 0;
}
.page-template-coaching .planes-coaching .producto:first-child .producto-imagen {
  background-color: #fff;
}
.page-template-coaching .planes-coaching .producto:first-child img, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto:first-child img, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto:first-child img {
  border-radius: 0 0 106px 0;
}
.page-template-coaching .planes-coaching .producto:last-child .producto-imagen img {
  border-radius: 0 106px 0 0;
}
.page-template-coaching .planes-coaching .producto .producto-texto, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto .producto-texto, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto .producto-texto {
  padding: 34px 42px 40px;
  position: relative;
}
.page-template-coaching .planes-coaching .producto .producto-texto .titulo {
  font-size: 1.75rem;
  padding-bottom: 25px;
}
.page-template-coaching .planes-coaching .producto .producto-texto .titulo span:last-child {
  font-family: "Fraunces", serif;
  font-style: italic;
  color: #c66d58;
}
.page-template-coaching .planes-coaching .producto .producto-texto .descripcion {
  padding-bottom: 40px;
}
.page-template-coaching .planes-coaching .producto .producto-texto .descripcion strong, .page-template-coaching .planes-coaching .producto .producto-texto .descripcion b {
  color: #c66d58;
  font-weight: normal;
}
.page-template-coaching .planes-coaching .producto .producto-texto .price {
  font-weight: normal;
}
.page-template-coaching .planes-coaching .producto .producto-texto .letra-chica {
  color: rgba(38, 38, 38, 0.54);
  font-size: 14px;
  letter-spacing: -0.002em;
  padding-bottom: 40px;
}
.page-template-coaching .planes-coaching .producto .producto-texto .cta a {
  display: inline-block;
  color: white;
}
.page-template-coaching .planes-coaching .prueba {
  padding-top: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(96, 102, 64, 0.1);
}
.page-template-coaching .planes-coaching .prueba .texto h4 {
  color: #c66d58;
}
.page-template-coaching .planes-coaching .prueba .cta {
  position: relative;
}
.page-template-coaching .planes-coaching .prueba .cta a {
  z-index: 1;
}
.page-template-coaching .planes-coaching .prueba .cta:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -2px;
  height: 4px;
  background: #f8f6f2;
  left: -44px;
  right: -44px;
}
@media (min-width: 577px) {
  .page-template-coaching .planes-coaching {
    margin-top: -320px;
  }
  .page-template-coaching .planes-coaching .bajada {
    text-align: center;
    color: white;
    padding-top: 0;
    padding-bottom: 2.5em;
  }
  .page-template-coaching .planes-coaching .producto:first-child .producto-imagen img {
    border-radius: 0 0 76px 0;
  }
  .page-template-coaching .planes-coaching .producto:last-child .producto-imagen img {
    border-radius: 0 76px 0 0;
  }
  .page-template-coaching .planes-coaching .producto .producto-texto, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto .producto-texto, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto .producto-texto {
    padding: 30px 32px 45px;
  }
}
@media (min-width: 768px) {
  .page-template-coaching .planes-coaching .producto:first-child .producto-imagen img {
    border-radius: 0 0 106px 0;
  }
  .page-template-coaching .planes-coaching .producto:last-child .producto-imagen img {
    border-radius: 0 106px 0 0;
  }
  .page-template-coaching .planes-coaching .producto .descripcion, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto .descripcion, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto .descripcion {
    font-size: 1.3rem;
    line-height: 1.2307692308em;
    letter-spacing: -0.02em;
  }
  .page-template-coaching .planes-coaching .producto .titulo, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto .titulo, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto .titulo {
    font-size: 2rem;
    line-height: 1.1739130435em;
    letter-spacing: -0.02em;
  }
  .page-template-coaching .planes-coaching .producto .producto-texto, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto .producto-texto, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto .producto-texto {
    padding: 44px 52px 60px;
    /*.letra-chica {
    	font-size: 16px;
    }*/
  }
  .page-template-coaching .planes-coaching .producto .producto-texto .descripcion {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .page-template-coaching .planes-coaching .producto .titulo, .page-template-coaching .planes-coaching .single-product.woocommerce .related.products .producto .titulo, .single-product.woocommerce .related.products .page-template-coaching .planes-coaching .producto .titulo {
    font-size: 2rem;
  }
  .page-template-coaching .planes-coaching .producto .producto-texto .letra-chica {
    font-size: 16px;
  }
}
.page-template-coaching .video-section {
  text-align: center;
  padding-bottom: 95px;
  padding-top: 90px;
}
.page-template-coaching .video-section .h1 {
  padding-bottom: 25px;
}
.page-template-coaching .video-section .editor-text {
  color: rgba(38, 38, 38, 0.54);
  padding-bottom: 45px;
}
.page-template-coaching .coaching-si-o-no {
  position: relative;
}
.page-template-coaching .coaching-si-o-no:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: #fff;
  z-index: 0;
}
.page-template-coaching .coaching-si-o-no .si, .page-template-coaching .coaching-si-o-no .no, .page-template-coaching .coaching-si-o-no .img {
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 30px;
}
.page-template-coaching .coaching-si-o-no .si p, .page-template-coaching .coaching-si-o-no .no p, .page-template-coaching .coaching-si-o-no .img p {
  padding-top: 0;
  padding-bottom: 35px;
  font-size: 1rem;
}
.page-template-coaching .coaching-si-o-no .si p strong, .page-template-coaching .coaching-si-o-no .si p b, .page-template-coaching .coaching-si-o-no .no p strong, .page-template-coaching .coaching-si-o-no .no p b, .page-template-coaching .coaching-si-o-no .img p strong, .page-template-coaching .coaching-si-o-no .img p b {
  font-weight: 400 !important;
  position: relative;
  display: inline-block;
}
.page-template-coaching .coaching-si-o-no .si p strong::before, .page-template-coaching .coaching-si-o-no .si p b::before, .page-template-coaching .coaching-si-o-no .no p strong::before, .page-template-coaching .coaching-si-o-no .no p b::before, .page-template-coaching .coaching-si-o-no .img p strong::before, .page-template-coaching .coaching-si-o-no .img p b::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(assets/dist/fonts/pen-circle-dark.svg);
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.page-template-coaching .coaching-si-o-no .si ul li, .page-template-coaching .coaching-si-o-no .no ul li, .page-template-coaching .coaching-si-o-no .img ul li {
  padding-bottom: 1em;
  list-style: none;
  padding-left: 35px;
  position: relative;
  font-size: 0.8rem;
}
.page-template-coaching .coaching-si-o-no .si ul li:before, .page-template-coaching .coaching-si-o-no .no ul li:before, .page-template-coaching .coaching-si-o-no .img ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-coaching .coaching-si-o-no .si ul li:before {
  color: #8BA864;
  content: "\F058";
}
.page-template-coaching .coaching-si-o-no .no ul li:before {
  color: #C66D58;
  content: "\F057";
}
.page-template-coaching .coaching-si-o-no .img {
  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;
}
.page-template-coaching .coaching-si-o-no .cta-row {
  position: absolute;
  z-index: 2;
  bottom: -24px;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0;
}
.page-template-coaching .coaching-si-o-no .cta-row .btn-row {
  margin: auto;
  padding: 0;
}
.page-template-coaching .coaching-si-o-no .cta-row .btn-row .btn, .page-template-coaching .coaching-si-o-no .cta-row .btn-row .single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .bajada + .row .cart .page-template-coaching .coaching-si-o-no .cta-row .btn-row button, .page-template-coaching .coaching-si-o-no .cta-row .btn-row .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart .page-template-coaching .coaching-si-o-no .cta-row .btn-row button, .page-template-coaching .coaching-si-o-no .cta-row .btn-row .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart .page-template-coaching .coaching-si-o-no .cta-row .btn-row button, .page-template-coaching .coaching-si-o-no .cta-row .btn-row .woocommerce-cart .wc-block-cart__submit-container a, .woocommerce-cart .wc-block-cart__submit-container .page-template-coaching .coaching-si-o-no .cta-row .btn-row a, .page-template-coaching .coaching-si-o-no .cta-row .btn-row .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-cart .page-template-coaching .coaching-si-o-no .cta-row .btn-row .wc-block-components-checkout-place-order-button, .page-template-coaching .coaching-si-o-no .cta-row .btn-row .woocommerce-checkout .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-cart__submit-container .page-template-coaching .coaching-si-o-no .cta-row .btn-row a, .page-template-coaching .coaching-si-o-no .cta-row .btn-row .woocommerce-checkout .wc-block-components-checkout-place-order-button, .woocommerce-checkout .page-template-coaching .coaching-si-o-no .cta-row .btn-row .wc-block-components-checkout-place-order-button, .page-template-coaching .coaching-si-o-no .cta-row .btn-row .novedades-comunidad .p-inline-fields button, .novedades-comunidad .p-inline-fields .page-template-coaching .coaching-si-o-no .cta-row .btn-row button {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 577px) {
  .page-template-coaching .coaching-si-o-no:after {
    content: "";
  }
  .page-template-coaching .coaching-si-o-no .si, .page-template-coaching .coaching-si-o-no .no, .page-template-coaching .coaching-si-o-no .img {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .page-template-coaching .coaching-si-o-no .si ul li, .page-template-coaching .coaching-si-o-no .no ul li, .page-template-coaching .coaching-si-o-no .img ul li {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .page-template-coaching .coaching-si-o-no .si p, .page-template-coaching .coaching-si-o-no .no p, .page-template-coaching .coaching-si-o-no .img p {
    padding-top: 22px;
  }
}
.page-template-coaching .historia {
  padding-top: 130px;
  padding-bottom: 110px;
  background-image: url(assets/dist/img/bg-historia-coaching.jpg);
  background-position: top center;
  background-size: cover;
}
.page-template-coaching .frase-motivacional {
  padding-top: 80px;
}

.contacto {
  background-position: top left;
  position: relative;
}
.contacto .blog_intro {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.contacto .form {
  padding: 30px 0;
}
.contacto .form-main {
  margin-bottom: 2em;
}
.contacto .form-main input[type=text], .contacto .form-main input[type=email] {
  line-height: 36px;
}
.contacto .form-main input[type=text], .contacto .form-main input[type=email], .contacto .form-main textarea {
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  border-radius: 0;
  padding: 10px;
}
.contacto .form-main input[type=text].wpcf7-not-valid, .contacto .form-main input[type=email].wpcf7-not-valid, .contacto .form-main textarea.wpcf7-not-valid {
  border-bottom-color: #FA1414;
}
.contacto .form-main input[type=text]:focus, .contacto .form-main input[type=text]:focus-visible, .contacto .form-main input[type=email]:focus, .contacto .form-main input[type=email]:focus-visible, .contacto .form-main textarea:focus, .contacto .form-main textarea:focus-visible {
  border: none;
  border-bottom: 1px solid #c66d58;
}
.contacto .form-main textarea {
  height: 210px;
  resize: none;
}
.contacto .form-main label, .contacto .form-main .label {
  color: #262626;
  font-size: 20px;
}
.contacto .screen-reader-response {
  display: none;
}
.contacto span.wpcf7-not-valid-tip {
  background: transparent;
  color: #FA1414;
  font-size: 14px;
  display: block;
}
.contacto .mensaje-wrapper {
  display: none;
}
.contacto .mensaje-wrapper .mensaje {
  text-align: center;
  margin-bottom: 35px;
}
.contacto .mensaje-wrapper .mensaje h1 {
  text-align: center;
  font-size: 24px;
  color: #262626;
  font-weight: bold;
  margin: 15px 0;
}
.contacto .mensaje-wrapper .mensaje p {
  color: #262626;
  margin: 0;
}
.contacto .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 {
  border-top: 1px solid #b9a975;
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
}
.contacto .mensaje-wrapper .redes span {
  font-size: 14px;
}
.contacto .mensaje-wrapper .redes ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contacto .mensaje-wrapper .redes ul li {
  list-style: none;
}
.contacto .wpcf7 form.invalid .wpcf7-response-output, .contacto .wpcf7 form.unaccepted .wpcf7-response-output, .contacto .wpcf7 form.payment-required .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 {
  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;
}

.contacto .form-main input[type=text], .contacto .form-main input[type=email], .newsletter-signup form input[type=text], .newsletter-signup form input[type=email] {
  line-height: 36px;
}
.contacto .form-main input[type=text], .contacto .form-main input[type=email], .contacto .form-main textarea, .newsletter-signup form input[type=text], .newsletter-signup form input[type=email], .newsletter-signup form textarea {
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  border-radius: 0;
  padding: 10px;
}
.contacto .form-main input[type=text].wpcf7-not-valid, .contacto .form-main input[type=email].wpcf7-not-valid, .contacto .form-main textarea.wpcf7-not-valid, .newsletter-signup form input[type=text].wpcf7-not-valid, .newsletter-signup form input[type=email].wpcf7-not-valid, .newsletter-signup form textarea.wpcf7-not-valid {
  border-bottom-color: #FA1414;
}
.contacto .form-main input[type=text]:focus, .contacto .form-main input[type=text]:focus-visible, .contacto .form-main input[type=email]:focus, .contacto .form-main input[type=email]:focus-visible, .contacto .form-main textarea:focus, .contacto .form-main textarea:focus-visible, .newsletter-signup form input[type=text]:focus, .newsletter-signup form input[type=text]:focus-visible, .newsletter-signup form input[type=email]:focus, .newsletter-signup form input[type=email]:focus-visible, .newsletter-signup form textarea:focus, .newsletter-signup form textarea:focus-visible {
  border: none;
  border-bottom: 1px solid #c66d58;
}
.contacto .form-main textarea, .newsletter-signup form textarea {
  height: 210px;
  resize: none;
}
.contacto .form-main label, .contacto .form-main .label, .newsletter-signup form label, .newsletter-signup form .label {
  color: #262626;
  font-size: 20px;
}

.error404 .hero-cta {
  text-align: center;
}
.error404 .hero-cta h1 {
  font-size: 2.7rem;
  margin-bottom: 0;
}
.error404 .hero-cta .bajada {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}
.error404 .hero-cta .menu li {
  list-style: none;
  padding-bottom: 8px;
}

.nothing-to-show {
  margin: 90px 0;
  /*.miscelanea-nothing {

  	font-family: $font-display;
  	font-size: remFontSize(146px);
  	color: $c-primary;
  	@media (max-width: $end-xs) {
  		font-size: remFontSize(90px);
  		text-align: center;
  	}
  }*/
}
.nothing-to-show .miscelanea-nothing:before {
  content: "( \2686   _ \2686   )";
  display: contents;
  font-family: "Fraunces", serif;
  font-size: 7.3rem;
  color: #c66d58;
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .nothing-to-show {
    margin: 50px 0;
  }
  .nothing-to-show .miscelanea-nothing:before {
    font-size: 4.5rem;
    text-align: center;
    margin-bottom: 50px;
  }
}

.woocommerce-notices-wrapper a.button.wc-forward {
  color: #c66d58;
}
.woocommerce-notices-wrapper > * {
  padding: 1.2em 2em;
  border-top: none;
  text-align: center;
}
.woocommerce-notices-wrapper > *, .woocommerce-notices-wrapper > * p, .woocommerce-notices-wrapper > * li, .woocommerce-notices-wrapper > * button, .woocommerce-notices-wrapper > * a {
  font-size: 16px;
}
.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
  color: #262626;
}
.woocommerce-notices-wrapper .woocommerce-error li::before, .woocommerce-notices-wrapper .woocommerce-info li::before, .woocommerce-notices-wrapper .woocommerce-message li::before {
  font-family: WooCommerce;
  content: "\E028";
  content: "\E028"/"";
  display: inline;
  vertical-align: bottom;
}
.woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce-notices-wrapper .woocommerce-message .button {
  float: none;
  color: #c66d58 !important;
  border: none;
  display: inline;
  background: none;
  padding: 0 0 0 2px !important;
  text-transform: none;
  font-size: 16px !important;
  line-height: 1.5em;
  border-radius: 0;
}
.woocommerce-notices-wrapper .woocommerce-error .button:active, .woocommerce-notices-wrapper .woocommerce-error .button:hover, .woocommerce-notices-wrapper .woocommerce-error .button:focus, .woocommerce-notices-wrapper .woocommerce-info .button:active, .woocommerce-notices-wrapper .woocommerce-info .button:hover, .woocommerce-notices-wrapper .woocommerce-info .button:focus, .woocommerce-notices-wrapper .woocommerce-message .button:active, .woocommerce-notices-wrapper .woocommerce-message .button:hover, .woocommerce-notices-wrapper .woocommerce-message .button:focus {
  text-decoration: underline;
  background: none;
}
.woocommerce-notices-wrapper .woocommerce-error:focus-visible, .woocommerce-notices-wrapper .woocommerce-error:focus, .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 {
  border: none !important;
  outline: none !important;
}
.woocommerce-notices-wrapper .woocommerce-error {
  background-color: rgba(184, 28, 35, 0.08);
}
.woocommerce-notices-wrapper .woocommerce-error::before {
  content: none;
}
.woocommerce-notices-wrapper .woocommerce-error li::before {
  content: "\E016";
  color: #b81c23;
}
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: rgba(143, 174, 27, 0.18);
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  content: ""  "";
  color: #b81c23;
  position: static;
  display: inline;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  float: none;
  color: #8fae1b !important;
}
.woocommerce-notices-wrapper .woocommerce-info {
  background-color: #fff;
}

.woocommerce-cart .wc-block-components-sale-badge, .woocommerce-cart .wc-block-components-product-metadata__description, .woocommerce-checkout .wc-block-components-sale-badge, .woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-cart #content > .container-fluid, .woocommerce-cart .single #content > .mas_novedades, .single .woocommerce-cart #content > .mas_novedades, .woocommerce-checkout #content > .container-fluid, .woocommerce-checkout .single #content > .mas_novedades, .single .woocommerce-checkout #content > .mas_novedades {
  margin-bottom: 60px;
}
.woocommerce-cart h1, .woocommerce-checkout h1 {
  padding-bottom: 0.8em;
}
.woocommerce-cart .wc-block-components-product-name, .woocommerce-checkout .wc-block-components-product-name {
  color: #262626;
  font-family: "Fraunces", serif;
}
.woocommerce-cart .wc-block-components-checkout-return-to-cart-button, .woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.4em;
  color: rgba(38, 38, 38, 0.54);
  border: none;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border-radius: 0;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-textarea {
  border-color: rgba(96, 102, 64, 0.1) !important;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name a {
  font-family: "Fraunces", serif;
  color: #262626;
}

/* ALERTAS Y NOTIFICACIONES DE WOOCOMMERCE */
/*
#shipping_method_0_local_pickup3:checked + label[for="shipping_method_0_local_pickup3"]:after { 
    display: block; 
    content: "Av. Santa Fe 2710, Recoleta, CABA";
}


.woocommerce-cart {
	#shipping_method_0_correo_argentino-sas:checked + label[for="shipping_method_0_correo_argentino-sas"]:after { 
    	display: block; 
    	content: "Podrás seleccionar la sucursal en el siguiente paso";
    }
}

.woocommerce-checkout {
	#shipping_method_0_correo_argentino-sas:checked + label[for="shipping_method_0_correo_argentino-sas"]:after { 
    	display: block; 
    	content: "Seleccioná la sucursal abajo";
    }

    #order_sucursal_mainca {
    	small:after {
    		display: block; 
    		content: "Para que aparezcan las opciones de sucursales tenés que tener completado el 'Partido' de tu domicilio en el formulario de arriba.";
    	}
    	small {
    		padding-bottom: 20px;
    		display: block;
    		@extend p;
    	}
    }
}
*/
/*
.woocommerce-shipping-destination {
	padding-top: 16px;
	color: $on-light-secondary-text;
}

#shipping_method {
	label {
		@extend p; 
		font-family: $font;
		color: $dark-text;
	}
	label:after {
		@extend label;
		font-weight: normal !important;
	}
	li {
		margin: 0 0 16px !important;
		font-weight: normal;
		padding-left: 0;
	}
	li input {
		vertical-align: text-top !important;
		height: auto !important;
	}
	input:checked + label {
		font-weight: 700;
	}
	.amount {
		font-weight: normal;
	}
}

.single-product.woocommerce {
	.woocommerce-message, .woocommerce-error, .woocommerce-info {
		margin: -50px 0 60px !important;
		padding: 1.5em 2em 1em 3.5em !important;
	}
}

.woocommerce-cart, 
.woocommerce-checkout,
.woocommerce-account {
	.woocommerce-message, .woocommerce-error, .woocommerce-info {
		background-color: transparent !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		&:before {
			left: 0 !important;
		}
	}
	.woocommerce-checkout-review-order {
		form input {
			height: auto !important;
		}
	}
}


.woocommerce-page {
	.woocommerce-message, .woocommerce-error, .woocommerce-info {
		padding: 1em 2em 1em 2em !important;
	}
	.woocommerce-form-login-toggle {
		margin-bottom: -40px;
	}
}

.woocommerce-message, 
.woocommerce-error, 
.woocommerce-info {
	border-top: 0 !important;
	line-height: (27/16) * 1em;

	a.button {
		top:-1px;
		margin-bottom: 0 !important;
		margin-left: 12px;
	}

	&:before {
		top: auto !important;
	}

	li {
		//font-family: $font_b2;
		//font-size: remFontSize(15px);
		padding-bottom: 8px;
	}
}

.woocommerce-info {
	&:before {
		color: $dark-text !important;
		content: "" !important;
		font-family: $awesome !important;
	}
}

// CHECKOUT 

.cart-custom-message {
	margin: -10px 0 30px;
}


.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
	border: none !important;
	padding: 0 !important;
	margin: -28px 0 28px 2em !important;	
}

.woocommerce-account {
	.entry .woocommerce {
		h2 {display: none !important; }
	}
}

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

.woocommerce-checkout, 
.woocommerce-order, 
.woocommerce-page {

	article {

		p.woocommerce-notice {
			@extend .h3; 
			color: $on-light-secondary-text !important;
		}
		h2 {
			font-size: limitDecimals(38px/$bodysize) * 1rem !important;
			line-height: (50/38) * 1em !important;
		}

		ul.order_details {
			margin: 2em 0 3em;
			li {
				line-height: 2.2em;
			}
		}
	}
}

.woocommerce-cart, 
.woocommerce-page {
	.woocommerce {

		margin-top: 35px;
		margin-bottom: 60px;
	}

	.cart-collaterals {

		//background: $light-grey-bg !important;
		//*margin-left: 40px;
	}
	.cart_totals {
		width: auto !important;
		float: none !important;
		padding: 20px 30px 11px;
		border-top: 2px solid $dark-text;

		td {
			text-align: right;

		}

		h2 {
			display: none;

		}

		.woocommerce-shipping-totals {
			th,td {padding: 20px 12px;}
		}
		.wc-proceed-to-checkout {
			padding-top: 0 !important;
		}
		.order-total {font-weight: bold;}


	}

	.cart-empty {
		@extend .text-big2;

		margin: 0px 30px 20px 0 !important;
		border-top: 0px !important;
		background: none !important;
		padding: 0 !important;


		&:before {
			content: "( ⚆ _ ⚆ )" !important;
			font-family: $font-display !important;
			font-size: remFontSize(40px) !important;
			color: $dark-text !important;
			display: inline-block !important;
		    position: relative !important;
		    top: 2px !important;
		    left: 0 !important;
		    padding-right: 15px;
		}	
	}

	.wc-backward {
		margin-bottom: 0 !important;
		top:10px;
	}
}

.woocommerce-order-details, 
.woocommerce-cart-form, 
.cart-collaterals, 
.woocommerce-checkout-review-order {
	h2 {
		display: none;
	}


	a.remove {
		color: $on-light-secondary-text !important;
		font-weight: normal !important;
		&:hover {
			background: $dark-text;
		}
	}

	.product-name a {
		color: $dark-text !important;
		font-weight: 700 !important;
	}

	input[type="number"] {
		border: 1px solid $border-color !important; 
	}
}

table.shop_table {
	border: none !important;
	border-collapse: collapse !important;
	margin: 0px 0px 24px 0 !important;

	thead {
		//background: $light-grey-bg;

		th {
			//*font-family: $font_b2 !important;
			font-size: remFontSize(12px) !important;
			font-weight: normal !important;
		}	
	}
	td,th {
		padding: 15px 12px;
	}
	tbody {
		strong {
			//*font-weight: normal !important;
		}
		tr:last-child {
			td {
				padding-bottom: 18px !important;
			}
		}
	}
	tfoot { 
		td, th {font-weight: normal; }

		tr:first-child, tr:last-child {
			th, td {
				border-top: 1px solid $dark-text ;
				font-weight: bold;
			}
		}
	}
	td.actions {
		padding: 32px 0 !important;

	}	
}



#customer_details {
	margin-bottom: 0px;

	h3 {
		margin-bottom: 24px;

	}
}

.woocommerce-customer-details {

	h2 {@extend .h3}

	address {
		margin:30px 0 !important;
		padding: 30px !important;
		@extend p;
	}

} 

#order_review {
	margin-top: 26px;
}

.woocommerce-additional-fields {
	@media (max-width: $end-sm) {
		margin-top: 30px;
	}
}
.woocommerce-checkout-payment {
	//background: $light-grey-bg !important;
	font-size: remFontSize(16px) !important;
	//font-family: $font !important;

	@media (min-width: $start-sm) {
		ul, .place-order {
			padding: 40px 50px !important;
		}
	}
	.place-order {padding: 2em !important;}

	ul li {
		list-style: none !important;
	}
	.payment_box {
		//background-color: darken($light-grey-bg, 5%) !important; 

		&:before {
			//border-top-color: darken($light-grey-bg, 5%);
			border-top-style: solid;
			border-top-width: 1em;
			//border-right-color: darken($light-grey-bg, 5%);
			border-right-style: solid;
			border-right-width: 1em;
			//border-bottom-color: darken($light-grey-bg, 5%)!important;
			border-bottom-style: solid;
			border-bottom-width: 1em;
			//border-left-color: darken($light-grey-bg, 5%);
			border-left-style: solid;
			border-left-width: 1em;
			border-image-outset: 0;
			border-image-repeat: stretch;
			border-image-slice: 100%;
			border-image-source: none;
			border-image-width: 1;
			//*border: 1em solid darken($light-grey-bg, 5%) !important;
		}
	}

	button {
		margin-top: 20px !important;
	}

	.wc_payment_method {
		input {float: left; position: relative;}
		label {
			font-size: remFontSize(16px) !important;
			color: $dark-text;
		}
		* {vertical-align: top; }
		label {display: block; padding-top: 13px; }
	}
}

.checkout_coupon {
	//margin: -28px 0 28px 2em !important;
	p:first-child {display: none;}
	.form-row-last {float: left !important;}
}

.woocommerce-invalid #terms {outline: none !important;}


// MY ACCOUNT 
.woocommerce-account {
	.entry {
		margin-left: -12px;
		margin-right: -12px;

	}
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
	width: -webkit-fill-available !important;
	}
.woocommerce-MyAccount-navigation {@extend .col-lg-3;}
.woocommerce-MyAccount-content {@extend .col-lg-9;}

.woocommerce-MyAccount-navigation {
	ul {
		li {
			list-style: none;
			margin-left: 0;
			padding: 0 0 14px 0 !important;
		}
	}	
}

.woocommerce-Addresses {
	address {
		font-style: normal !important;
		@extend p;
	}

	h3, .edit {float: none !important;}
	h3 {@extend .h4; margin-bottom: 5px !important}
	header {margin-bottom: 16px;}

	.col-1, .col-2 {
		flex: none !important;
		max-width: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

table.my_account_orders {font-size: 1em !important;}


.woocommerce-checkout {
	.woocommerce-form.woocommerce-form-login p:first-child {display: none;}

	.woocommerce-billing-fields__field-wrapper {
		#billing_company_field {display: none;}
	}
	.mailchimp-newsletter {
		input {float: left; vertical-align: top;}
		span {display: block; padding-top: 11px; line-height: 20px;}
	}
	.woocommerce-terms-and-conditions-checkbox-text { padding-top: 11px; line-height: 20px;}
}

form input[type=checkbox] {
	vertical-align: middle;
	float: left;
}

label.checkbox {
	span {display: block;}
}*/
.woocommerce .blog_intro {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.productCategoryMenu, .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;
  border-bottom: 1px solid rgba(96, 102, 64, 0.1);
  margin-top: 25px;
  /*.encuentros-item {
  	position: absolute;
  	right: 0;
  	a {
  		padding: 0;
  		border: none !important;
  		&:after {
  			top:-1px;
  			position: relative;
  		}
  	}
  	@media (max-width: 640px) {
  		position: relative; padding-left:16px;
  	}
  }*/
}
.productCategoryMenu li, .blogCategoryMenu li {
  list-style: none;
  font-family: "Assistant", 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;
}
@media (max-width: 576px) {
  .productCategoryMenu li, .blogCategoryMenu li {
    height: 38px;
  }
}
.productCategoryMenu li a, .blogCategoryMenu li a {
  color: rgba(38, 38, 38, 0.54);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 16px;
  line-height: 1.5em;
}
.productCategoryMenu li a:hover, .blogCategoryMenu li a:hover {
  color: #262626;
}
.productCategoryMenu li:first-child a, .blogCategoryMenu li:first-child a {
  padding-left: 0;
}
@media (max-width: 576px) {
  .productCategoryMenu li:first-child a, .blogCategoryMenu li:first-child a {
    padding-left: 16px;
  }
}
@media (min-width: 577px) {
  .productCategoryMenu li.current-menu-item, .blogCategoryMenu li.current-menu-item {
    font-weight: bold;
  }
  .productCategoryMenu li.current-menu-item:after, .blogCategoryMenu li.current-menu-item:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #c66d58;
  }
}
.productCategoryMenu li.current-menu-item a, .blogCategoryMenu li.current-menu-item a {
  color: #c66d58;
}
@media (max-width: 576px) {
  .productCategoryMenu, .blogCategoryMenu {
    padding-bottom: 20px;
    margin-top: 18px;
  }
}

.archive.woocommerce .products {
  /*display: flex;
  flex-direction: row;
  flex-wrap: wrap;*/
}

.producto, .single-product.woocommerce .related.products .producto {
  margin-bottom: 2em;
  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;
}
.producto a, .single-product.woocommerce .related.products .producto a {
  text-decoration: none;
  color: #262626;
  display: block;
}
.producto img, .single-product.woocommerce .related.products .producto img {
  width: 100%;
  height: auto;
}
.producto .producto-texto, .single-product.woocommerce .related.products .producto .producto-texto {
  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;
  background: #fff;
  text-align: left;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.producto .producto-texto > a, .single-product.woocommerce .related.products .producto .producto-texto > a {
  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: 25px 30px;
}
.producto .bajada, .single-product.woocommerce .related.products .producto .bajada {
  margin: 15px 0;
}
.producto .price, .single-product.woocommerce .related.products .producto .price {
  font-size: 1rem;
  padding-bottom: 0;
  margin-top: auto;
  line-height: 1.625em;
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  color: #262626;
  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;
  text-align: left;
  margin-right: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.producto .price del, .single-product.woocommerce .related.products .producto .price del {
  font-weight: normal;
  font-size: 0.8rem;
  padding-left: 10px;
  color: rgba(38, 38, 38, 0.54);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.producto .price ins, .single-product.woocommerce .related.products .producto .price ins {
  text-decoration: none;
  color: green;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 1200px) {
  .producto .price, .single-product.woocommerce .related.products .producto .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .producto .price del, .single-product.woocommerce .related.products .producto .price del {
    font-size: 1rem;
    color: #262626;
  }
}

.woocommerce-no-products-found {
  margin-bottom: 60px;
  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;
  text-align: center;
}
.woocommerce-no-products-found:before {
  content: "\22B9\2570(\2323\29F\2323)\256F\22B9";
  font-family: "Assistant", sans-serif;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 15px;
  font-size: 55px;
  color: #262626;
  padding-bottom: 2rem;
}
.woocommerce-no-products-found .notice {
  padding-top: 11px;
}
.woocommerce-no-products-found .notice .woocommerce-info {
  padding: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  background: none;
  border-top: none;
}
.woocommerce-no-products-found .notice .woocommerce-info:before, .woocommerce-no-products-found .notice .woocommerce-info:after {
  content: none;
}
@media (min-width: 768px) {
  .woocommerce-no-products-found {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .woocommerce-no-products-found:before {
    padding-bottom: 0;
    padding-right: 30px;
  }
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 20px;
}

.single-product.woocommerce .product .entry-image .woocommerce-product-gallery {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  margin-top: -15px;
}
.single-product.woocommerce .product .entry-image ol {
  margin-right: -16px;
}
.single-product.woocommerce .product .entry-image ol li {
  padding: 16px 16px 16px 0;
}
.single-product.woocommerce .product.right-img .entry-summary {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media (max-width: 767px) {
  .single-product.woocommerce .product.right-img .entry-summary {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.single-product.woocommerce .product.right-img .entry-image div.images {
  float: right !important;
}
@media (min-width: 768px) {
  .single-product.woocommerce .product.left-img .entry-image {
    padding-right: 50px;
  }
}
.single-product.woocommerce .product .subhead {
  color: #c66d58;
  font-weight: bold;
}
.single-product.woocommerce .product .autor {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}
.single-product.woocommerce .product .autor i, .single-product.woocommerce .product .autor em {
  font-family: "Fraunces", serif;
}
.single-product.woocommerce .product .bajada {
  padding-bottom: 15px;
}
.single-product.woocommerce .product .bajada + .row .price, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .price, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .price {
  padding: 0 48px 0 24px;
  height: 48px;
  border-radius: 24px 0 0 24px;
  background-color: #fff;
  margin-left: 15px;
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product.woocommerce .product .bajada + .row .price > del, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .price > del, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .price > del {
  font-weight: normal;
  font-size: 15px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  color: rgba(38, 38, 38, 0.54);
  opacity: 1;
  margin-left: 10px;
}
.single-product.woocommerce .product .bajada + .row .price > span, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .price > span, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .price > span, .single-product.woocommerce .product .bajada + .row .price > ins, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .price > ins, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .price > ins {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
  text-decoration: none;
}
.single-product.woocommerce .product .bajada + .row .cart, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart {
  margin-bottom: 0;
  padding-left: 0;
  margin-left: -24px;
}
.single-product.woocommerce .product .bajada + .row .cart button, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .cart button, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .cart button {
  color: white;
}
.single-product.woocommerce .product .product_meta {
  display: none !important;
}
.single-product.woocommerce .product .shop_attributes {
  display: none !important;
}
.single-product.woocommerce .product .related.products {
  margin-top: 40px;
}
.single-product.woocommerce .product .attribute-list .col-auto, .single-product.woocommerce .product .attribute-list .bajada + .row .price, .single-product.woocommerce .product .bajada + .row .attribute-list .price, .single-product.woocommerce .product .attribute-list .archive.woocommerce .bajada + .products .price, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .attribute-list .price, .archive.woocommerce .single-product.woocommerce .product .attribute-list .bajada + .products .price, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .attribute-list .price, .single-product.woocommerce .product .attribute-list .bajada + .row .cart, .single-product.woocommerce .product .bajada + .row .attribute-list .cart, .single-product.woocommerce .product .attribute-list .archive.woocommerce .bajada + .products .cart, .single-product.woocommerce .product .archive.woocommerce .bajada + .products .attribute-list .cart, .archive.woocommerce .single-product.woocommerce .product .attribute-list .bajada + .products .cart, .archive.woocommerce .single-product.woocommerce .product .bajada + .products .attribute-list .cart {
  padding-bottom: 15px;
}
.single-product.woocommerce .product .attribute-list .bajada {
  padding-bottom: 0;
  font-size: 15px;
}
.single-product.woocommerce .product .woocommerce-product-details__short-description p {
  padding-bottom: 16px;
}
.single-product.woocommerce .product .editor-text {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-product.woocommerce .product .editor-text blockquote, .single-product.woocommerce .product .editor-text blockquote * {
  font-size: 1.1rem;
  line-height: 1.7272727273em;
}
.single-product.woocommerce .product .editor-text li {
  margin-bottom: 0.4em;
}
.single-product.woocommerce .product .editor-text hr {
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
}
.single-product.woocommerce .product .summary .product_title {
  margin-bottom: 0.3em !important;
}
.single-product.woocommerce .product .summary .woocommerce-product-attributes {
  padding: 2em 0 3em;
  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;
}
.single-product.woocommerce .product .summary .woocommerce-product-attributes span {
  font-size: 0.8rem !important;
  font-family: "Fraunces", serif;
}
.single-product.woocommerce .product .summary .woocommerce-product-attributes-item {
  margin-right: 35px;
}
.single-product.woocommerce .product .summary p.in-stock {
  display: none;
}
.single-product.woocommerce .related.products {
  margin-top: 35px;
}
.single-product.woocommerce .related.products .subhead {
  color: #262626;
  font-weight: normal;
}
form.cart div.quantity, .woocommerce-cart-form div.quantity {
  margin: 0 !important;
  padding: 0;
}
form.cart input[type=number], form.cart .coupon input[type=text], .woocommerce-cart-form input[type=number], .woocommerce-cart-form .coupon input[type=text] {
  height: 48px;
  border-radius: 0;
  border: 1px solid #262626;
  padding: 8px;
}
form.cart .coupon input[type=text], .woocommerce-cart-form .coupon input[type=text] {
  width: auto !important;
  margin: 0 !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
}

.woocommerce-breadcrumb span.separador:last-child {
  display: none;
}

.woocommerce-notices-wrapper, .woocommerce-no-products-found {
  font-size: 18px;
}

.woocommerce-notices-wrapper > ul, .woocommerce-info {
  background: #fff;
}