@charset "UTF-8";
/* Sticky */
.sticky {
  position: sticky !important;
  top: 0;
  z-index: 40;
  background-color: #fff;
}

/* Homepage sticky */
.sticky-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
.sticky-overlay.shadow {
  transition: 0.3s box-shadow;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.sticky-overlay:before {
  top: 0 !important;
}

/* Font Awesome */
/* ! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #edf2f7; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e1; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e1; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #a0aec0;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #a0aec0;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23a0aec0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #a0aec0;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1340px){
  .container{
    max-width: 1340px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-14{
  bottom: -3.5rem;
}
.-top-7{
  top: -1.75rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-4{
  top: 1rem;
}
.top-6{
  top: 1.5rem;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.m-0{
  margin: 0px;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mt-14{
  margin-top: -3.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-12{
  height: 3rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[50px\]{
  height: 50px;
}
.h-full{
  height: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-3\/12{
  width: 25%;
}
.w-4{
  width: 1rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[77px\]{
  width: 77px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[160px\]{
  max-width: 160px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[45px\]{
  max-width: 45px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[650px\]{
  max-width: 650px;
}
.max-w-lg{
  max-width: 32rem;
}
.flex-auto{
  flex: 1 1 auto;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.\!rounded-none{
  border-radius: 0px !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[42px\]{
  border-radius: 42px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-\[30px\]{
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-solid{
  border-style: solid;
}
.\!border-none{
  border-style: none !important;
}
.border-\[\#CBCBCB\]{
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(4 4 4 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(112 16 45 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(252 234 207 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 234 207 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#fff9f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 240 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(4 4 4 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(252 234 207 / var(--tw-bg-opacity));
}
.bg-third{
  --tw-bg-opacity: 1;
  background-color: rgb(104 15 41 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pt-2{
  padding-top: 0.5rem !important;
}
.\!pt-7{
  padding-top: 1.75rem !important;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[57\%\]{
  padding-bottom: 57%;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-\[14px\]{
  font-weight: 14px;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.5em\]{
  letter-spacing: 0.5em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(112 16 45 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#605F5F\]{
  --tw-text-opacity: 1;
  color: rgb(96 95 95 / var(--tw-text-opacity));
}
.text-\[\#807E7E\]{
  --tw-text-opacity: 1;
  color: rgb(128 126 126 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(4 4 4 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(252 234 207 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/dist/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/dist/fonts/slick.eot");
  src: url("/dist/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/slick.woff") format("woff"), url("/dist/fonts/slick.ttf") format("truetype"), url("/dist/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

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

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

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

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

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

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

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

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

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

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

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

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

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

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

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

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

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

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

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

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

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

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

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

/*!
 * Font Awesome Pro 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.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,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  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-conditioner:before {
  content: "\f8f4";
}

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

.fa-airbnb:before {
  content: "\f834";
}

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

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

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

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

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

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.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-align-slash:before {
  content: "\f846";
}

.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-amp-guitar:before {
  content: "\f8a1";
}

.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-bacteria:before {
  content: "陵";
}

.fa-bacterium:before {
  content: "讀";
}

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

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

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

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

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

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

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.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-banjo:before {
  content: "\f8a3";
}

.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-battle-net:before {
  content: "\f835";
}

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

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

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

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

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

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

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

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

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

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

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

.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-betamax:before {
  content: "\f8a4";
}

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

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

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

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.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-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.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-boombox:before {
  content: "\f8a5";
}

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

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

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.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-tissue:before {
  content: "拏";
}

.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-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.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-buffer:before {
  content: "\f837";
}

.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-burger-soda:before {
  content: "\f858";
}

.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-buy-n-large:before {
  content: "\f8a6";
}

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

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

.fa-cactus:before {
  content: "\f8a7";
}

.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-camcorder:before {
  content: "\f8a8";
}

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

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

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

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

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

.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-building:before {
  content: "\f859";
}

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

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

.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-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "豈";
}

.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-cars:before {
  content: "\f85b";
}

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

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

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

.fa-cassette-tape:before {
  content: "\f8ab";
}

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

.fa-cat-space:before {
  content: "更";
}

.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-cctv:before {
  content: "\f8ac";
}

.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-chromecast:before {
  content: "\f838";
}

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

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

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

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

.fa-clarinet:before {
  content: "\f8ad";
}

.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-music:before {
  content: "\f8ae";
}

.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-pot:before {
  content: "車";
}

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

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

.fa-coffin-cross:before {
  content: "陋";
}

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

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

.fa-coin:before {
  content: "\f85c";
}

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

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

.fa-comet:before {
  content: "賈";
}

.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-music:before {
  content: "\f8af";
}

.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-music:before {
  content: "\f8b0";
}

.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-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

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

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

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

.fa-construction:before {
  content: "\f85d";
}

.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-cotton-bureau:before {
  content: "\f89e";
}

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

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

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.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-dailymotion:before {
  content: "勒";
}

.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-deezer:before {
  content: "亮";
}

.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-digging:before {
  content: "\f85e";
}

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

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

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

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

.fa-disc-drive:before {
  content: "\f8b5";
}

.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-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.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-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.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-edge-legacy:before {
  content: "兩";
}

.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-evernote:before {
  content: "\f839";
}

.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-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "滑";
}

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

.fa-farm:before {
  content: "\f864";
}

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

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

.fa-faucet:before {
  content: "串";
}

.fa-faucet-drip:before {
  content: "句";
}

.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-music:before {
  content: "\f8b6";
}

.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-search:before {
  content: "\f865";
}

.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-film-canister:before {
  content: "\f8b7";
}

.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-firefox-browser:before {
  content: "龜";
}

.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-flashlight:before {
  content: "\f8b8";
}

.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-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

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

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

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

.fa-folder-download:before {
  content: "肋";
}

.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-folder-upload:before {
  content: "凜";
}

.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-font-case:before {
  content: "\f866";
}

.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-galaxy:before {
  content: "龜";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

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

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

.fa-garage:before {
  content: "契";
}

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

.fa-garage-open:before {
  content: "喇";
}

.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-alt:before {
  content: "\f841";
}

.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-citrus:before {
  content: "\f869";
}

.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-pay:before {
  content: "凉";
}

.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-gramophone:before {
  content: "\f8bd";
}

.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-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.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-h4:before {
  content: "\f86a";
}

.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-medical:before {
  content: "樂";
}

.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-sparkles:before {
  content: "諾";
}

.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-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.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-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "磻";
}

.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-heat:before {
  content: "奈";
}

.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-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

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

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "癩";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "羅";
}

.fa-house-night:before {
  content: "蘿";
}

.fa-house-return:before {
  content: "螺";
}

.fa-house-signal:before {
  content: "裸";
}

.fa-house-user:before {
  content: "便";
}

.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-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "\f7ae";
}

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

.fa-image-polaroid:before {
  content: "\f8c4";
}

.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-instagram-square:before {
  content: "凌";
}

.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-itch-io:before {
  content: "\f83a";
}

.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-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.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-lamp-desk:before {
  content: "樂";
}

.fa-lamp-floor:before {
  content: "洛";
}

.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-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.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-light-ceiling:before {
  content: "烙";
}

.fa-light-switch:before {
  content: "珞";
}

.fa-light-switch-off:before {
  content: "落";
}

.fa-light-switch-on:before {
  content: "酪";
}

.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-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.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-music:before {
  content: "\f8c9";
}

.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-lungs-virus:before {
  content: "不";
}

.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-mdb:before {
  content: "\f8ca";
}

.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-microblog:before {
  content: "駱";
}

.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-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "亂";
}

.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-mixer:before {
  content: "稜";
}

.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-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.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:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.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-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-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "卵";
}

.fa-oven:before {
  content: "欄";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.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-paragraph-rtl:before {
  content: "\f878";
}

.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-arrows:before {
  content: "泌";
}

.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-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.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-pied-piper-square:before {
  content: "爛";
}

.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-plane-slash:before {
  content: "數";
}

.fa-planet-moon:before {
  content: "蘭";
}

.fa-planet-ringed:before {
  content: "鸞";
}

.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-police-box:before {
  content: "嵐";
}

.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-portal-enter:before {
  content: "濫";
}

.fa-portal-exit:before {
  content: "藍";
}

.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-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.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-radar:before {
  content: "襤";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.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-raygun:before {
  content: "拉";
}

.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-record-vinyl:before {
  content: "\f8d9";
}

.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-refrigerator:before {
  content: "臘";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.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-rocket-launch:before {
  content: "蠟";
}

.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-router:before {
  content: "\f8da";
}

.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-rust:before {
  content: "梁";
}

.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-salesforce:before {
  content: "\f83b";
}

.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-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.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-send-back:before {
  content: "\f87e";
}

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

.fa-sensor:before {
  content: "廊";
}

.fa-sensor-alert:before {
  content: "朗";
}

.fa-sensor-fire:before {
  content: "浪";
}

.fa-sensor-on:before {
  content: "狼";
}

.fa-sensor-smoke:before {
  content: "郎";
}

.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-shield-virus:before {
  content: "塞";
}

.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-shopify:before {
  content: "綾";
}

.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-signal-stream:before {
  content: "\f8dd";
}

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

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "省";
}

.fa-siren:before {
  content: "來";
}

.fa-siren-on:before {
  content: "冷";
}

.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-cow:before {
  content: "\f8de";
}

.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-snooze:before {
  content: "\f880";
}

.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-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "勞";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "擄";
}

.fa-sort-circle-down:before {
  content: "櫓";
}

.fa-sort-circle-up:before {
  content: "爐";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.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-space-station-moon:before {
  content: "盧";
}

.fa-space-station-moon-alt:before {
  content: "老";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

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

.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-sprinkler:before {
  content: "蘆";
}

.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-stackpath:before {
  content: "\f842";
}

.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-star-shooting:before {
  content: "虜";
}

.fa-starfighter:before {
  content: "路";
}

.fa-starfighter-alt:before {
  content: "露";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "魯";
}

.fa-starship-freighter:before {
  content: "鷺";
}

.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-stopwatch-20:before {
  content: "說";
}

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

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.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-sunglasses:before {
  content: "\f892";
}

.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-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "碌";
}

.fa-sword-laser-alt:before {
  content: "祿";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "綠";
}

.fa-symfony:before {
  content: "\f83d";
}

.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-telescope:before {
  content: "菉";
}

.fa-temperature-down:before {
  content: "錄";
}

.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-temperature-up:before {
  content: "鹿";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.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-tiktok:before {
  content: "糧";
}

.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-toilet-paper-slash:before {
  content: "沈";
}

.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-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "壟";
}

.fa-transporter-1:before {
  content: "弄";
}

.fa-transporter-2:before {
  content: "籠";
}

.fa-transporter-3:before {
  content: "聾";
}

.fa-transporter-empty:before {
  content: "牢";
}

.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-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.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-triangle-music:before {
  content: "\f8e2";
}

.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-trumpet:before {
  content: "\f8e3";
}

.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-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "磊";
}

.fa-ufo-beam:before {
  content: "賂";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.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-unity:before {
  content: "雷";
}

.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-unsplash:before {
  content: "良";
}

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

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

.fa-usd-square:before {
  content: "\f2e9";
}

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

.fa-user-alien:before {
  content: "壘";
}

.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-cowboy:before {
  content: "\f8ea";
}

.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-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "屢";
}

.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-user-unlock:before {
  content: "菱";
}

.fa-user-visor:before {
  content: "樓";
}

.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-users-slash:before {
  content: "拾";
}

.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-vacuum:before {
  content: "淚";
}

.fa-vacuum-robot:before {
  content: "漏";
}

.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-vhs:before {
  content: "\f8ec";
}

.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-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.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-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.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-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

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

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.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-turbine:before {
  content: "\f89b";
}

.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-frame:before {
  content: "累";
}

.fa-window-frame-open:before {
  content: "縷";
}

.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-yammer:before {
  content: "\f840";
}

.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 {
  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 Awesome Pro 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

html, body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
  font-family: "Didact Gothic", sans-serif;
}

a:focus {
  outline: none;
}

.heading-font {
  font-family: "grange-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-secondary {
  font-family: "Josefin Sans", sans-serif;
}

hr {
  border-bottom: 2px solid #040404;
  height: 2px;
  opacity: 0.4;
}

p{
  font-size: 17px;
}

h1, h2, h3, h4, h5{
  margin-bottom: 1.25rem;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

@media (min-width: 768px){
  h1, h2, h3, h4, h5{
    font-size: 76px;
    line-height: 76px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "grange-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3{
  font-size: 26px;
}

@media (min-width: 768px){
  h3{
    font-size: 56px;
  }
}

h4{
  font-size: 22px;
}

@media (min-width: 768px){
  h4{
    font-size: 42px;
  }
}

.uline {
  position: relative;
  padding-bottom: 10px;
}
.uline:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  content: "";
}

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

.link, .menu-link {
  position: relative;
  padding-bottom: 3px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .link, .menu-link {
    font-size: 16px;
  }
}
.link:before, .menu-link:before {
  content: "";
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.link:after, .menu-link:after {
  position: relative;
  transition: 0.3s margin;
  margin-left: 5px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2NSA2SDEyLjgzMzIiIHN0cm9rZT0iIzEyMTIxMiIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcuODMzNSAxMUwxMi44MzM1IDYiIHN0cm9rZT0iIzEyMTIxMiIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcuODMzNSAxTDEyLjgzMzUgNiIgc3Ryb2tlPSIjMTIxMjEyIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.link:hover:after, .menu-link:hover:after {
  margin-left: 8px;
}

.menu-link:after {
  display: none;
}

.button{
  display: inline-block;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(112 16 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce-widget-layered-nav-list .swatch.button {
  border: 1px solid #9A9A9A;
}

.product-block .swatch.button {
  border: 1px solid #9A9A9A;
}

.woocommerce-checkout .left-inner-wrap.button {
  border: 1px solid #C4C4C4;
}

.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}

/* Top banner */
.site-header{
  position: relative;
}
@media (min-width: 768px) {
  .site-header:before, .site-header:after {
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE4OSIgdmlld0JveD0iMCAwIDkwIDE4OSIgd2lkdGg9IjkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0iI2ZjZWFjZiIgc3Ryb2tlLXdpZHRoPSI0Ij48cGF0aCBkPSJtLTkuNSAxNTMuNSA1OC41LTU4LjUtNTktNTkiLz48cGF0aCBkPSJtLTEzLjI5NjYgMTc3IDgyLjI5NjYtODIuMTQ4OS04My04Mi44NTExIi8+PHBhdGggZD0ibS01LjIxMTg2IDE4NyA5Mi4yMTE4Ni05Mi4xMDY0LTkzLTkyLjg5MzYiLz48L2c+PC9zdmc+");
    position: absolute;
    left: 0;
    bottom: -50%;
    margin-bottom: -7px;
    z-index: 26;
  }
  .site-header:after {
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE4OSIgdmlld0JveD0iMCAwIDkzIDE4OSIgd2lkdGg9IjkzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0iI2ZjZWFjZiIgc3Ryb2tlLXdpZHRoPSI0Ij48cGF0aCBkPSJtOTkuNSAxNTMuNS01OC41LTU4LjUgNTktNTkiLz48cGF0aCBkPSJtMTAzLjI5NyAxNzctODIuMjk3LTgyLjE0ODkgODMtODIuODUxMSIvPjxwYXRoIGQ9Im05NS4yMTE5IDE4Ny05Mi4yMTE5LTkyLjEwNjQgOTMtOTIuODkzNiIvPjwvZz48L3N2Zz4=");
    left: auto;
    right: 0;
  }
}

.header-top {
  position: relative;
  z-index: 25;
  --tw-bg-opacity: 1;
  background-color: rgb(104 15 41 / var(--tw-bg-opacity));
}
.header-top .cart-contents {
  position: relative;
}
.header-top .cart-contents .cart-contents-count {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background: #000;
  border-radius: 50%;
  right: -26px;
  top: 1px;
}
.header-top.white{
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
}

/* Footer */
footer .container:first-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .flex .widget{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px){
  footer .flex .widget{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  footer .flex .widget:last-child {
    text-align: right;
  }
}
footer .menu li {
  margin-bottom: 10px;
}
footer .menu li a {
  font-size: 14px;
}

/* Payment Types */
.payment-types {
  list-style: none;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .payment-types{
    margin-bottom: 1.25rem;
    text-align: right;
  }
}
.payment-types li {
  display: inline-block;
  margin: 13px 10px 0;
  text-align: left;
  text-indent: -9000px;
  height: calc(23px * var(--scale));
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .payment-types li {
    margin: 13px 20px 0 0;
  }
}
.payment-types .visa {
  width: 50px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCA1MyAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI2LjI0NzYgNi4zMDQ1M0wyMi43MTQzIDIyLjY5NThIMTguNDIzOEwyMS45NTcxIDYuMzA0NTNIMjYuMjQ3NlpNNDQuMDQwNSAxNi44OTU4TDQ2LjMxMTkgMTAuNzE3Nkw0Ny41NzM4IDE2Ljg5NThINDQuMDQwNVpNNDguODM1NyAyMi42OTU4SDUyLjc0NzZMNDkuMzQwNSA2LjMwNDUzSDQ1LjY4MUM0NC44ODQ3IDYuMzEyMSA0NC4xNzkzIDYuODE2NDQgNDMuOTE0MyA3LjU2NTRMMzcuNjA0OCAyMi42OTU4SDQyLjAyMTRMNDIuOTA0OCAyMC4zMDAySDQ4LjMzMUw0OC44MzU3IDIyLjY5NThaTTM3LjczMSAxNy4yNzQxQzM3LjczMSAxMi45ODcxIDMxLjggMTIuNzM1IDMxLjggMTAuODQzN0MzMS45NDEzIDkuOTkzODQgMzIuNzA3MyA5LjM5MjQgMzMuNTY1NCA5LjQ1NjdDMzQuOTk3NyA5LjMyNjgzIDM2LjQzNjIgOS41ODc4NCAzNy43MzEgMTAuMjEzMkwzOC40ODgxIDYuNjgyNzlDMzcuMjQzOSA2LjE4OTc5IDM1LjkxNjMgNS45MzI1NyAzNC41NzYyIDUuOTI2MjdDMzAuNDEwNiA1LjkyNjI3IDI3LjM4MzMgOC4xOTU4MyAyNy4zODMzIDExLjM0OEMyNy4zODMzIDEzLjc0MzcgMjkuNTI4NiAxNS4wMDQ1IDMxLjA0MTYgMTUuNzYxMUMzMi41NTU5IDE2LjUxNzYgMzMuMzE0MyAxNy4wMjE5IDMzLjE4NjggMTcuNzc4NEMzMy4xODY4IDE4LjkxMzIgMzEuOTI0OSAxOS40MTg4IDMwLjY2MyAxOS40MTg4QzI5LjEzNjEgMTkuMzk4NyAyNy42MzA3IDE5LjA1NDQgMjYuMjQ2NCAxOC40MDg5TDI1LjQ5MDUgMjEuOTM5M0MyNi45NzQ1IDIyLjUzNTcgMjguNTYwNyAyMi44MzQ1IDMwLjE1OTUgMjIuODIwN0MzNC44Mjg2IDIyLjk0OCAzNy43MzEgMjAuNjc4NCAzNy43MzEgMTcuMjc0MVpNMjAuMTkwNSA2LjMwNDUzTDEzLjM3NjIgMjIuNjk1OEg4LjgzMzMzTDUuNDI2MTkgOS41ODI3OUM1LjM2OTQgOC45NzAwMSA0Ljk4MiA4LjQzNzkyIDQuNDE2NjcgOC4xOTU4M0MzLjEwNTU1IDcuNTI3NTcgMS43MDIzMSA3LjA2MTA1IDAuMjUyMzggNi44MDg4OEwwLjM3ODU3MSA2LjMwNDUzSDcuNTcxNDNDOC41MjI5MSA2LjMwMjAxIDkuMzMxNzkgNy4wMDE3OSA5LjQ2NDI5IDcuOTQzNjZMMTEuMjMxIDE3LjQwMDJMMTUuNzczOCA2LjMwNDUzSDIwLjE5MDVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}
.payment-types .mastercard {
  width: 101px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA1IiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgMTA1IDI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMV8zOSkiPgo8cGF0aCBkPSJNNDQuMDYyNSAxMS4yMjE2QzQzLjE2NSAxMS4xNjQ5IDQyLjMwNSAxMS41OTc0IDQxLjgxMjUgMTIuMzU2NEM0MS4zNTI1IDExLjYyNTEgNDAuNTQ1IDExLjE5MzkgMzkuNjg3NSAxMS4yMjE2QzM4Ljk1MTMgMTEuMTU4NiAzOC4yMzc1IDExLjQ5NCAzNy44MTI1IDEyLjEwNDJWMTEuMzQ3N0gzNi40Mzc1VjE3LjUyNkgzNy44MTI1VjE0LjEyMTZDMzcuNzg1IDEzLjI0NDEgMzguNDY2MyAxMi41MTAyIDM5LjMzNjMgMTIuNDgyNUMzOS4zNyAxMi40ODEyIDM5LjQwMzggMTIuNDgxMiAzOS40Mzc1IDEyLjQ4MjVDNDAuMzEyNSAxMi40ODI1IDQwLjgxMjUgMTMuMTEyOSA0MC44MTI1IDE0LjEyMTZWMTcuNTI2SDQyLjE4NzVWMTQuMTIxNkM0Mi4xNiAxMy4yNDQxIDQyLjg0MTMgMTIuNTEwMiA0My43MTEzIDEyLjQ4MjVDNDMuNzQ1IDEyLjQ4MTIgNDMuNzc4OCAxMi40ODEyIDQzLjgxMjUgMTIuNDgyNUM0NC42ODc1IDEyLjQ4MjUgNDUuMTg3NSAxMy4xMTI5IDQ1LjE4NzUgMTQuMTIxNlYxNy41MjZINDYuNTYyNVYxMy43NDM0QzQ2LjY0IDEyLjQyOTUgNDUuNjQ4OCAxMS4zMDExIDQ0LjM0NjMgMTEuMjIxNkM0NC4yNTEzIDExLjIxNjYgNDQuMTU3NSAxMS4yMTY2IDQ0LjA2MjUgMTEuMjIxNlpNNTIuNjg3NSAxMi4yMzAzQzUyLjI0IDExLjY0NzggNTEuNTQyNSAxMS4zMTg3IDUwLjgxMjUgMTEuMzQ3N0M0OS4xNDI1IDExLjM1NjUgNDcuNzk1IDEyLjczMDkgNDcuODAzOCAxNC40MTU0QzQ3LjgwMzggMTQuNDg2IDQ3LjgwNzUgMTQuNTU1NCA0Ny44MTI1IDE0LjYyNkM0Ny43Mjg4IDE2LjM1MDggNDkuMDQ3NSAxNy44MTcyIDUwLjc1NzUgMTcuOTAxN0M1MC43NzYzIDE3LjkwMyA1MC43OTM4IDE3LjkwMyA1MC44MTI1IDE3LjkwNDJDNTEuNTQyNSAxNy45MzIgNTIuMjQgMTcuNjA0MiA1Mi42ODc1IDE3LjAyMTZWMTcuNTI2SDU0LjA2MjVWMTEuMzQ3N0g1Mi42ODc1VjEyLjIzMDNaTTUwLjkzNzUgMTYuNTE3M0M0OS45MDEzIDE2LjUxOTggNDkuMDYxMyAxNS42NzUgNDkuMDU4OCAxNC42MzFDNDkuMDU4OCAxNC41ODY5IDQ5LjA2IDE0LjU0NCA0OS4wNjI1IDE0LjQ5OTlDNDkuMDYyNSAxMy40NTQ2IDQ5LjkwMTMgMTIuNjA4NiA1MC45Mzc1IDEyLjYwODZDNTEuOTczOCAxMi42MDg2IDUyLjgxMjUgMTMuNDU0NiA1Mi44MTI1IDE0LjQ5OTlDNTIuODgxMyAxNS41NDE0IDUyLjEgMTYuNDQyOSA1MS4wNjc1IDE2LjUxMzVDNTEuMDIzOCAxNi41MTczIDUwLjk4MTMgMTYuNTE3MyA1MC45Mzc1IDE2LjUxNzNaTTU4Ljc1IDEzLjg2OTVMNTguMTI1IDEzLjc0MzRDNTcuNjI1IDEzLjYxNzMgNTcuMTI1IDEzLjQ5MTIgNTcuMTI1IDEzLjExMjlDNTcuMTI1IDEyLjczNDcgNTcuNSAxMi4zNTY0IDU4LjI0ODggMTIuMzU2NEM1OC45MDc1IDEyLjM1NjQgNTkuNTUzOCAxMi41MzA0IDYwLjEyMzggMTIuODYwOEw2MC43NDg4IDExLjg1MjFDNTkuOTg3NSAxMS40MjIxIDU5LjEyMjUgMTEuMjA0IDU4LjI0ODggMTEuMjIxNkM1Ni43NSAxMS4yMjE2IDU1Ljc0ODggMTEuOTc4MiA1NS43NDg4IDEzLjIzOUM1NS43NDg4IDE0LjI0NzcgNTYuNSAxNC44NzgyIDU3Ljc1IDE1LjAwNDJMNTguMzc1IDE1LjEzMDNDNTkuMTI1IDE1LjI1NjQgNTkuMzc1IDE1LjUwODYgNTkuMzc1IDE1Ljc2MDhDNTkuMzc1IDE2LjI2NTEgNTguODc1IDE2LjUxNzMgNTggMTYuNTE3M0M1Ny4yNzYzIDE2LjU4NjYgNTYuNTU1IDE2LjM1OTcgNTUuOTk4OCAxNS44ODY4TDU1LjM3NSAxNi44OTU1QzU2LjE1NzUgMTcuNDAyNCA1Ny4wNyAxNy42NjU5IDU4LjAwMTMgMTcuNjUyMUM1OS43NSAxNy42NTIxIDYwLjc1IDE2Ljc2OTUgNjAuNzUgMTUuNjM0N0M2MC43NSAxNC40OTk5IDYwLjA2MjUgMTQuMTIxNiA1OC43NSAxMy44Njk1Wk02NS41IDE2LjUxNzNDNjQuOTMzOCAxNi41MDcyIDY0LjQ4NSAxNi4wMzQ0IDY0LjQ5MzggMTUuNDYzMkM2NC40OTUgMTUuNDM2NyA2NC40OTYzIDE1LjQwOSA2NC40OTg4IDE1LjM4MzhWMTIuNzM1OUg2Ni44NzM4VjExLjQ3NTFINjQuNDk4OFY5LjU4MjVINjMuMTIzOFYxMS40NzM4SDYxLjg3MzhWMTIuNzM0N0g2My4xMjM4VjE1LjM4MjVDNjMuMTIzOCAxNy4wMjE2IDYzLjg3MzggMTcuNzc2OSA2NS4yNDg4IDE3Ljc3NjlDNjUuOTI1IDE3Ljc4MTkgNjYuNTgzOCAxNy41NiA2Ny4xMjM4IDE3LjE0NjVMNjYuNjI1IDE2LjAxMjlDNjYuMjg2MyAxNi4yOTQxIDY1Ljg3MzggMTYuNDY5NCA2NS40Mzc1IDE2LjUxNkg2NS41VjE2LjUxNzNaTTcxIDExLjIyMTZDNjkuMzYzOCAxMS4xOTM5IDY4LjAxNSAxMi41MDc3IDY3Ljk4NjMgMTQuMTU4MkM2Ny45ODUgMTQuMjcyOSA2Ny45ODg4IDE0LjM4NjQgNjguMDAxMyAxNC40OTk5QzY3Ljg1MzggMTYuMTU2NyA2OS4wNjc1IDE3LjYyMzEgNzAuNzEgMTcuNzcwNkM3MC44NDc1IDE3Ljc4MzIgNzAuOTg3NSAxNy43ODU3IDcxLjEyNjMgMTcuNzc4MkM3Mi4wMzc1IDE3Ljc5NDUgNzIuOTIzOCAxNy40ODE4IDczLjYyNjMgMTYuODk2OEw3MyAxNS44ODY4QzcyLjQ5NzUgMTYuMjgwMiA3MS44ODM4IDE2LjQ5OTYgNzEuMjUgMTYuNTE3M0M3MC4zNTYzIDE2LjU3NjUgNjkuNTggMTUuOTA0NSA2OS41IDE1LjAwNDJINzRWMTQuNDk5OUM3NC4wODI1IDEyLjc3NSA3Mi43NjM4IDExLjMwODYgNzEuMDU1IDExLjIyNTRDNzEuMDE1IDExLjIyMjkgNzAuOTc2MyAxMS4yMjE2IDcwLjkzNzUgMTEuMjIxNkg3MVpNNjkuMzc1IDEzLjk5NTVDNjkuNDAxMyAxMy4xMzE4IDcwLjExNzUgMTIuNDU0OCA3MC45NzEzIDEyLjQ4MTJDNzAuOTgxMyAxMi40ODEyIDcwLjk5MTMgMTIuNDgxMiA3MC45OTg4IDEyLjQ4MjVDNzEuODczOCAxMi40ODI1IDcyLjM3NSAxMi45ODY4IDcyLjQ5ODggMTMuOTk1NUg2OS4zNzVaTTc2Ljc1IDEyLjEwNDJWMTEuMzQ3N0g3NS4zNzVWMTcuNTI2SDc2Ljc1VjE0LjEyMTZDNzYuNjY3NSAxMy4zMDQ2IDc3LjI1NSAxMi41NzMzIDc4LjA2NjMgMTIuNDkwMUM3OC4xMjc1IDEyLjQ4MzggNzguMTg4OCAxMi40ODEyIDc4LjI1IDEyLjQ4MjVDNzguNTk4OCAxMi40OTEzIDc4Ljk0IDEyLjU3NzEgNzkuMjUxMyAxMi43MzQ3TDc5LjYyNSAxMS4zNDc3Qzc5LjMwMzggMTEuMjM4IDc4Ljk2MzggMTEuMTk1MiA3OC42MjUgMTEuMjIxNkM3Ny44NjM4IDExLjExMDcgNzcuMTA3NSAxMS40NTQ5IDc2LjY4NjMgMTIuMTA0Mkg3Ni43NVpNODMgMTIuNDgyNUM4My41NTg4IDEyLjUwMjcgODQuMDkxMyAxMi43MjcxIDg0LjQ5ODggMTMuMTEyOUw4NS4zNzM4IDEyLjIzMDNDODQuODA3NSAxMS41NzU5IDgzLjk4NSAxMS4yMDY1IDgzLjEyMzggMTEuMjIxNkM4MS4zODUgMTEuMTY0OSA3OS45MyAxMi41NDA1IDc5Ljg3MzggMTQuMjk1NkM3OS44NzEzIDE0LjM2MzcgNzkuODcxMyAxNC40MzE4IDc5Ljg3MzggMTQuNTAxMkM3OS43ODEzIDE2LjIxODUgODEuMDg3NSAxNy42ODYxIDgyLjc4ODggMTcuNzc5NEM4Mi45MDEzIDE3Ljc4NyA4My4wMTI1IDE3Ljc4NyA4My4xMjM4IDE3Ljc3OTRDODMuOTgzOCAxNy43OTQ1IDg0LjgwNzUgMTcuNDI1MSA4NS4zNzM4IDE2Ljc3MDdMODQuNDk4OCAxNS44ODgxQzg0LjEwNjMgMTYuMjk1NCA4My41NjM4IDE2LjUyMzYgODMgMTYuNTE4NUM4Mi4wMTI1IDE2LjUwNDcgODEuMjIyNSAxNS42ODY0IDgxLjIzNzUgMTQuNjkxNUM4MS4yMzc1IDE0LjYyODUgODEuMjQyNSAxNC41NjQyIDgxLjI1IDE0LjUwMjRDODEuMTMxMyAxMy41MTM5IDgxLjgzIDEyLjYxNDkgODIuODEgMTIuNDk2NEM4Mi44NTEzIDEyLjQ5MTMgODIuODk1IDEyLjQ4NzUgODIuOTM3NSAxMi40ODVIODNWMTIuNDgyNVpNOTEgMTIuMjMwM0M5MC41NTM4IDExLjY0NzggODkuODU1IDExLjMxODcgODkuMTI1IDExLjM0NzdDODcuNDUzOCAxMS4zNTY1IDg2LjEwODggMTIuNzMwOSA4Ni4xMTc1IDE0LjQxNTRDODYuMTE3NSAxNC40ODYgODYuMTIxMyAxNC41NTU0IDg2LjEyNjMgMTQuNjI2Qzg2LjA0MjUgMTYuMzUwOCA4Ny4zNiAxNy44MTcyIDg5LjA3IDE3LjkwMTdDODkuMDg4OCAxNy45MDMgODkuMTA2MyAxNy45MDMgODkuMTI1IDE3LjkwNDJDODkuODU1IDE3LjkzMiA5MC41NTM4IDE3LjYwNDIgOTEgMTcuMDIxNlYxNy41MjZIOTIuMzc1VjExLjM0NzdIOTFWMTIuMjMwM1pNODkuMjUgMTYuNTE3M0M4OC4yMTUgMTYuNTE5OCA4Ny4zNzI1IDE1LjY3NSA4Ny4zNyAxNC42MzFDODcuMzcgMTQuNTg2OSA4Ny4zNzEzIDE0LjU0NCA4Ny4zNzUgMTQuNDk5OUM4Ny4zNzUgMTMuNDU0NiA4OC4yMTUgMTIuNjA4NiA4OS4yNSAxMi42MDg2QzkwLjI4NSAxMi42MDg2IDkxLjEyNSAxMy40NTQ2IDkxLjEyNSAxNC40OTk5QzkxLjE5MzggMTUuNTQxNCA5MC40MTM4IDE2LjQ0NDIgODkuMzggMTYuNTE0OEM4OS4zMTYzIDE2LjUxOTggODkuMjUxMyAxNi41MTk4IDg5LjE4NzUgMTYuNTE3M0g4OS4yNVpNOTUuNjI1IDEyLjEwNDJWMTEuMzQ3N0g5NC4yNVYxNy41MjZIOTUuNjI1VjE0LjEyMTZDOTUuNTQyNSAxMy4zMDQ2IDk2LjEzMTMgMTIuNTczMyA5Ni45NDI1IDEyLjQ5MDFDOTcuMDAyNSAxMi40ODM4IDk3LjA2MzggMTIuNDgxMiA5Ny4xMjUgMTIuNDgyNUM5Ny40NzI1IDEyLjQ5MTMgOTcuODE1IDEyLjU3NzEgOTguMTI1IDEyLjczNDdMOTguNSAxMS4zNDc3Qzk4LjE3ODggMTEuMjM4IDk3LjgzODggMTEuMTk1MiA5Ny41IDExLjIyMTZDOTYuNzM4OCAxMS4xMTA3IDk1Ljk4MjUgMTEuNDU0OSA5NS41NjI1IDEyLjEwNDJIOTUuNjI1Wk0xMDMuNjI1IDguMzIxNjNWMTIuMTA0MkMxMDMuMTc4IDExLjUyMTcgMTAyLjQ4IDExLjE5MjYgMTAxLjc1IDExLjIyMTZDMTAwLjA3OSAxMS4yMzA1IDk4LjczMjUgMTIuNjA0OCA5OC43NDEzIDE0LjI4OTNDOTguNzQyNSAxNC4zNTk5IDk4Ljc0NSAxNC40MjkzIDk4Ljc1IDE0LjQ5OTlDOTguNjY3NSAxNi4yMjQ4IDk5Ljk4NSAxNy42OTEyIDEwMS42OTQgMTcuNzc1NkMxMDEuNzE0IDE3Ljc3ODIgMTAxLjczMSAxNy43NzgyIDEwMS43NSAxNy43NzgyQzEwMi40OCAxNy44MDcyIDEwMy4xNzggMTcuNDc4MSAxMDMuNjI1IDE2Ljg5NjhWMTcuNTI3MkgxMDVWOC4zMjE2M0gxMDMuNjI1Wk0xMDEuODc1IDE2LjUxNzNDMTAwLjg0IDE2LjUxOTggOTkuOTk3NSAxNS42NzUgOTkuOTk1IDE0LjYzMUM5OS45OTUgMTQuNTg2OSA5OS45OTc1IDE0LjU0NCAxMDAgMTQuNDk5OUMxMDAgMTMuNDU0NiAxMDAuODQgMTIuNjA4NiAxMDEuODc1IDEyLjYwODZDMTAyLjkxIDEyLjYwODYgMTAzLjc1IDEzLjQ1NDYgMTAzLjc1IDE0LjQ5OTlDMTAzLjgyIDE1LjU0MTQgMTAzLjAzOSAxNi40NDQyIDEwMi4wMDUgMTYuNTE0OEMxMDEuOTQgMTYuNTE5OCAxMDEuODc2IDE2LjUxOTggMTAxLjgxMyAxNi41MTczSDEwMS44NzVaTTExLjI1IDE0LjYyNkMxMS4yNDYzIDExLjY0OTEgMTIuNjM2MyA4Ljg0MzYzIDE1IDcuMDYwNzZDMTAuODU4OCAzLjkyNzUgNC45ODEyNyA0Ljc3MzU0IDEuODc1MDIgOC45NTIwN0MtMS4yMzEyMyAxMy4xMjkzIC0wLjM5MTIzMyAxOS4wNTc5IDMuNzUwMDIgMjIuMTkxMkM3LjA4Mzc3IDI0LjcxMjkgMTEuNjY2MyAyNC43MTI5IDE1IDIyLjE5MTJDMTIuNjMxMyAyMC40MTIxIDExLjI0IDE3LjYwNTQgMTEuMjUgMTQuNjI2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggb3BhY2l0eT0iMC40IiBkPSJNMjAuNjI1IDUuMTY5NDNDMTguNTk1IDUuMTY5NDMgMTYuNjIgNS44Mzg5NiAxNSA3LjA3MzM1QzE5LjE0MTMgMTAuMTgzOSAyMCAxNi4wOTIzIDE2LjkxNjIgMjAuMjY5NkMxNi4zNzM3IDIxLjAwNiAxNS43Mjg3IDIxLjY1NjYgMTUgMjIuMjAyNUMxNi42MTc1IDIzLjQ0MzIgMTguNTkzOCAyNC4xMTE1IDIwLjYyNSAyNC4xMDc3QzI1LjgwMjUgMjQuMTA3NyAzMCAxOS44NzM3IDMwIDE0LjY1MTJDMzAgOS40Mjg2NSAyNS44MDI1IDUuMTk0NjUgMjAuNjI1IDUuMTk0NjVWNS4xNjk0M1oiIGZpbGw9IndoaXRlIi8+CjxnIG9wYWNpdHk9IjAuMyI+CjxwYXRoIG9wYWNpdHk9IjAuMyIgZD0iTTE1LjAwMDEgNy42MjY5NUMxMi45MjAxIDkuMzI1MzQgMTEuNjkwMSAxMS45MTY0IDExLjY5MjYgMTQuNjI2QzExLjY4MzggMTcuMzQwNyAxMi45MTM4IDE5LjkzMTggMTUuMDAwMSAyMS42MjY0QzE3LjA4NTEgMTkuOTMxOCAxOC4zMTYzIDE3LjM0MiAxOC4zMDc2IDE0LjYyODZDMTguMzEwMSAxMS45MTY0IDE3LjA4MDEgOS4zMjUzNCAxNS4wMDAxIDcuNjI2OTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMV8zOSI+CjxyZWN0IHdpZHRoPSIxMDUiIGhlaWdodD0iMjkiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
.payment-types .amex {
  width: 71px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzQiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCA3NCAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMzcpIj4KPHBhdGggZD0iTTcwLjIzNzMgOS4xNjY1NUw2Ni42Mzc2IDMuNzgyNjRINjMuNjg4OVYxMi42MDg3SDY2LjAzNTZWNi45ODUyNUw2OS42OTggMTIuNjA4N0g3Mi41MzI1VjMuNzgyNjRINzAuMjM3M1Y5LjE2NjU1Wk01Ni41OTEyIDguODI2MTJMNTcuODQ1NCA1Ljg2MzA3TDU4Ljk0OTIgOC44MjYxMkg1Ni41OTEyWk01Ni4zNTI5IDMuNzgyNjRMNTIuNTAyNCAxMi42MDg3SDU1LjA4NzRMNTUuODE0OCAxMC43OTMxSDU5LjkwMzZMNjAuNjggMTIuNjA4N0g2My4zMjY0TDU5LjM1MDUgMy43ODI2NEg1Ni4zNTI5Wk00OC42NTE5IDguMjU4NzNWOC4wNjk1OUM0OC41MzUyIDYuOTU0OTkgNDkuMzM5MiA1Ljk1NTEyIDUwLjQ0OTIgNS44Mzc4NUM1MC41ODg0IDUuODIyNzIgNTAuNzMxNCA1LjgyMjcyIDUwLjg3MzEgNS44Mzc4NUg1My41MTgzVjMuNzgyNjRINTAuNjk2M0M0OC40NzUgMy41ODM0MiA0Ni41MTM0IDUuMjMyNjQgNDYuMzE1MiA3LjQ2NTY0QzQ2LjI5NjQgNy42NjczOCA0Ni4yOTM5IDcuODY5MTIgNDYuMzA2NCA4LjA2OTU5VjguMjU4NzNDNDYuMTE4MyAxMC40Mzc1IDQ3LjcyMjUgMTIuMzU2NiA0OS44ODg1IDEyLjU0NTdDNTAuMTE1NiAxMi41NjU5IDUwLjM0MjYgMTIuNTY1OSA1MC41NzA4IDEyLjU0NTdINTEuNDIzN0w1Mi4zNzY5IDEwLjU1MzVINTAuOTk3M0M0OS44ODQ4IDEwLjcwMjMgNDguODYzOCA5LjkxNjc3IDQ4LjcxNDYgOC43OTgzOEM0OC42ODk1IDguNjE5MzMgNDguNjg5NSA4LjQzNzc3IDQ4LjcxNDYgOC4yNTc0Nkw0OC42NTE5IDguMjU4NzNaTTQyLjc1NyAzLjc4MjY0VjEyLjYwODdINDUuMTAyNFYzLjc4MjY0SDQyLjc1N1pNMzguMDY2MSA3LjU2NTI1SDM1LjU1NzZWNS43NzQ4MUgzOC4wNjYxQzM4Ljc5MzYgNS43NzQ4MSAzOS4xNDQ3IDYuMjAzNTEgMzkuMTQ0NyA2LjY4MjY0QzM5LjE0NDcgNy4xNjE3NyAzOC43OTM2IDcuNTI3NDIgMzguMDY2MSA3LjUyNzQyVjcuNTY1MjVaTTQxLjQ5MDIgNi42MTk1OUM0MS41MTUzIDUuMDY3NDYgNDAuMjgyMyAzLjc4NzY4IDM4LjczODQgMy43NjM3MkMzOC42MTQyIDMuNzYxMiAzOC40OSAzLjc2NzUxIDM4LjM2NzEgMy43ODI2NEgzMy4zNTAyVjEyLjYwODdIMzUuNjk1NlY5LjUzMjJIMzYuNTM1OUwzOS4xNDQ3IDEyLjYwODdINDIuMDkzNUwzOS4yMDc1IDkuNDA2MTJDNDAuNTU3IDkuMTg1NDYgNDEuNTMyOCA3Ljk5MjY4IDQxLjQ5MDIgNi42MTk1OVpNMjQuMzU3MyAxMi42MDg3SDMxLjc1NzNWMTAuNjE2NkgyNi43MDI3VjkuMTY2NTVIMzEuNjMxOVY3LjE2MTc3SDI2LjcwMjdWNS43NzQ4MUgzMS43NTczVjMuNzgyNjRIMjQuMzU3M1YxMi42MDg3Wk0xNi44OTQ2IDkuMzQzMDdMMTQuOTEyOSAzLjc4MjY0SDExLjI1MDVWMTIuNjA4N0gxMy41MzMyVjYuMjY2NTVMMTUuODE1OSAxMi42MDg3SDE3LjkyMzFMMjAuMjY4NSA2LjI2NjU1VjEyLjYwODdIMjIuNTUxMlYzLjc4MjY0SDE4Ljg4ODhMMTYuODk0NiA5LjM0MzA3Wk00LjE1MTUzIDguODI2MTJMNS40MDU3NiA1Ljg2MzA3TDYuNTU5NjYgOC44MjYxMkg0LjE1MTUzWk0zLjg1MDUxIDMuNzgyNjRMMCAxMi42MDg3SDIuNTgzNzNMMy4zMTExOSAxMC43OTMxSDcuNEw4LjE3NzYzIDEyLjYwODdIMTAuODI0MUw2LjkxMDg1IDMuNzgyNjRIMy44NTA1MVpNNzEuMTc4IDE5LjcyMTNINjguOTgzQzY4LjU5OCAxOS43NzMgNjguMjQ1NiAxOS41MDE5IDY4LjE5MjkgMTkuMTE2MUM2OC4xNDE1IDE4LjcyOSA2OC40MTExIDE4LjM3MzQgNjguNzk0OSAxOC4zMjA1QzY4Ljg1NzYgMTguMzEyOSA2OC45MjAzIDE4LjMxMjkgNjguOTgxOCAxOC4zMjA1SDcyLjg5NUw3My44MjMyIDE2LjM5MTNINjguOTgzQzY3LjQ0OTEgMTYuMjA5OCA2Ni4wNTk0IDE3LjMxMyA2NS44Nzg4IDE4Ljg1NjNDNjUuODY2MyAxOC45NjIyIDY1Ljg1ODcgMTkuMDcwNyA2NS44NTg3IDE5LjE3NzlDNjUuNzcyMiAyMC41Njg2IDY2LjgyMiAyMS43NjY0IDY4LjIwNDIgMjEuODUzNEM2OC4zNjM1IDIxLjg2MzUgNjguNTIyNyAyMS44NTg1IDY4LjY4MDggMjEuODM4M0g3MC44NTA2QzcxLjI0ODIgMjEuNzg0MSA3MS42MTQ0IDIyLjA2NzggNzEuNjY1OSAyMi40NjYyQzcxLjcxOTggMjIuODY3MiA3MS40Mzc2IDIzLjIzNDEgNzEuMDQxMyAyMy4yODgzQzcwLjk3NzMgMjMuMjk1OSA3MC45MTMzIDIzLjI5NTkgNzAuODUwNiAyMy4yODgzSDY2LjE4NjFWMjUuMjE3NEg3MC44NzY5QzcyLjM5NTggMjUuNDEyOSA3My43ODQzIDI0LjMzMzYgNzMuOTc4NyAyMi44MDc5QzczLjk5NzUgMjIuNjY2NyA3NC4wMDUgMjIuNTIyOSA3NC4wMDEzIDIyLjM4MDVDNzQuMDg5MSAyMC45ODk3IDczLjAzOCAxOS43OTE5IDcxLjY1NzEgMTkuNzA0OUM3MS40OTY1IDE5LjY5MzYgNzEuMzM2IDE5LjY5OTkgNzEuMTc4IDE5LjcyMTNaTTYyLjU3NTEgMTkuNzIxM0g2MC40MTY2QzYwLjAzMTYgMTkuNzczIDU5LjY3OTEgMTkuNTAxOSA1OS42Mjc3IDE5LjExNjFDNTkuNTc1IDE4LjcyOSA1OS44NDU5IDE4LjM3MzQgNjAuMjI4NSAxOC4zMjA1QzYwLjI5MTIgMTguMzEyOSA2MC4zNTUyIDE4LjMxMjkgNjAuNDE1NCAxOC4zMjA1SDY0LjMxNDhMNjUuMjIwMyAxNi4zOTEzSDYwLjQxNjZDNTguODgyNyAxNi4yMDQ3IDU3LjQ4OTIgMTcuMzAwNCA1Ny4zMDIzIDE4Ljg0MTJDNTcuMjg4NSAxOC45NTM0IDU3LjI4MSAxOS4wNjU2IDU3LjI4MSAxOS4xNzc5QzU3LjE5MzIgMjAuNTY4NiA1OC4yNDE4IDIxLjc2NzcgNTkuNjI1MiAyMS44NTU5QzU5Ljc4ODIgMjEuODY2IDU5Ljk1MzggMjEuODYxIDYwLjExNTYgMjEuODM4M0g2Mi4yNzQxQzYyLjY3MTcgMjEuNzg0MSA2My4wMzY3IDIyLjA2NzggNjMuMDg5NCAyMi40NjYyQzYzLjE0MjEgMjIuODY3MiA2Mi44NjExIDIzLjIzNDEgNjIuNDYzNSAyMy4yODgzQzYyLjQwMDggMjMuMjk1OSA2Mi4zMzU2IDIzLjI5NTkgNjIuMjc0MSAyMy4yODgzSDU3LjU4MzNWMjUuMjE3NEg2Mi4yNzQxQzYzLjc5MDUgMjUuNDE5MiA2NS4xODQgMjQuMzQ4NyA2NS4zODQ2IDIyLjgyMThDNjUuNDA0NyAyMi42NzY4IDY1LjQxMjIgMjIuNTI5MiA2NS40MDk3IDIyLjM4MDVDNjUuNDk3NSAyMC45ODk3IDY0LjQ0NzcgMTkuNzkxOSA2My4wNjU2IDE5LjcwMzZDNjIuOSAxOS42OTIzIDYyLjczNjkgMTkuNjk4NiA2Mi41NzUxIDE5LjcyMTNaTTQ4Ljg2NTEgMjUuMTU0NEg1Ni4yNjM4VjIzLjE2MjJINTEuMjEwNVYyMS43MTM1SDU2LjEzOTdWMTkuNzIxM0g1MS4yMTA1VjE4LjMyMDVINTYuMjYzOFYxNi4zMjgzSDQ4Ljg2NTFWMjUuMTU0NFpNNDQuMjM2OSAyMC4wNzMxSDQxLjcyODVWMTguMzE5Mkg0NC4yMzY5QzQ0Ljk1MTkgMTguMzE5MiA0NS4zMTU2IDE4Ljc0OTIgNDUuMzE1NiAxOS4yMjgzQzQ1LjI1MDQgMTkuNzYwNCA0NC43Njc1IDIwLjEzOTkgNDQuMjM5NSAyMC4wNzMxQzQ0LjIzODIgMjAuMDczMSA0NC4yMzgyIDIwLjA3MzEgNDQuMjM2OSAyMC4wNzMxWk00Ny42NjEgMTkuMTc3OUM0Ny42NDk3IDE3LjYxODIgNDYuMzgxNyAxNi4zNjIzIDQ0LjgzMTUgMTYuMzczN0M0NC43MzM2IDE2LjM3MzcgNDQuNjM1OCAxNi4zOCA0NC41MzggMTYuMzkxM0gzOS41MjFWMjUuMjE3NEg0MS44NjY0VjIyLjA3NzlINDIuNjQ0MUw0NS4zMTU2IDI1LjIxNzRINDguMjAwM0w0NS4zMTU2IDIyLjAxNDhDNDYuNjk2NSAyMS43OTkyIDQ3LjcwMjQgMjAuNTgyNSA0Ny42NjEgMTkuMTc3OVpNMzUuMDMwOCAyMC4yNjIySDMyLjUyMjRWMTguMzE5MkgzNS4wMzA4QzM1LjU1ODkgMTguMjQ5OSAzNi4wNDQzIDE4LjYyNDMgMzYuMTEzMyAxOS4xNTY0QzM2LjExOTUgMTkuMjAwNiAzNi4xMjIgMTkuMjQ0NyAzNi4xMjA4IDE5LjI5MDFDMzYuMDg4MiAxOS44NiAzNS42MDAzIDIwLjI5NSAzNS4wMzM0IDIwLjI2MjJDMzUuMDMzNCAyMC4yNjIyIDM1LjAzMjEgMjAuMjYyMiAzNS4wMzA4IDIwLjI2MjJaTTM1LjI2OTIgMTYuMzkxM0gzMC4xNjQ0VjI1LjIxNzRIMzIuNTA5OFYyMi4zMTc0SDM1LjIxOUMzNi44MTgxIDIyLjQ3MTIgMzguMjM5MiAyMS4yOTIzIDM4LjM5MDkgMTkuNjgzNUMzOC40MDIyIDE5LjU3MzggMzguNDA2IDE5LjQ2NDEgMzguNDA0NyAxOS4zNTMxQzM4LjQ1OTkgMTcuNzY2OSAzNy4yMjcgMTYuNDM1NSAzNS42NDc5IDE2LjM3ODdDMzUuNTIxMyAxNi4zNzQ5IDM1LjM5NDYgMTYuMzc4NyAzNS4yNjkyIDE2LjM5MTNaTTI5LjczOCAxNi4zMjgzSDI2Ljc0MDNMMjQuNDQ1MSAxOC45ODg3TDIyLjE2MjQgMTYuMzI4M0gxOS4xMDJMMjIuOTUyNSAyMC42NzgzTDE5LjAzOTMgMjUuMTU0NEgyMi4wNDk1TDI0LjM5NDkgMjIuMzgwNUwyNi43OTA1IDI1LjE1NDRIMjkuODYzNEwyNS44ODc1IDIwLjYyNjZMMjkuNzM4IDE2LjMyODNaTTExLjI3NTYgMjUuMTU0NEgxOC42NzU2VjIzLjE2MjJIMTMuNjIxVjIxLjcxMzVIMTguNTUwMlYxOS43MjEzSDEzLjYyMVYxOC4zMjA1SDE4LjY3NTZWMTYuMzI4M0gxMS4yNzU2VjI1LjE1NDRaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzFfMzciPgo8cmVjdCB3aWR0aD0iNzQiIGhlaWdodD0iMjkiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
.payment-types .apple-pay {
  width: 62px;
  height: 23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzQiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCA3NCAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjY4NDQgNy42NDQ1QzIwLjA4MTUgOC4zMjYxMSAxOS4xMTc1IDguODYyNTQgMTguMTUzNSA4Ljc4NjE4QzE4LjAzMzEgNy44NjUxMSAxOC41MDQ4IDYuODg2NTMgMTkuMDU4MyA2LjI4MTI5QzE5LjY2MTIgNS41ODA4MiAyMC43MTUgNS4wODIxMSAyMS41Njk0IDUuMDQzNDZDMjEuNjY5MSA2LjAwMzE4IDIxLjI3NjQgNi45NDMxIDIwLjY4NDQgNy42NDQ1Wk0yMS41NTg2IDguOTY4MTNDMjAuMTYyNCA4Ljg5MTc2IDE4Ljk2NzUgOS43MjcwNCAxOC4zMDM1IDkuNzI3MDRDMTcuNjMwNSA5LjcyNzA0IDE2LjYxNjIgOS4wMDY3OCAxNS41MTExIDkuMDI2NThDMTQuMDc0NSA5LjA0NTQzIDEyLjczODUgOS44MjMyIDEyLjAwNTQgMTEuMDYxQzEwLjQ5ODcgMTMuNTM2NyAxMS42MTM2IDE3LjIwMyAxMy4wNzEgMTkuMjE4NkMxMy43ODQ0IDIwLjIxNjEgMTQuNjM3OSAyMS4zMTE2IDE1Ljc2MjcgMjEuMjcyOUMxNi44Mjc0IDIxLjIzNTIgMTcuMjQ5NyAyMC42MTExIDE4LjUzNTMgMjAuNjExMUMxOS44Mjk5IDIwLjYxMTEgMjAuMjAxOSAyMS4yNzI5IDIxLjMyNzcgMjEuMjU0QzIyLjQ5MyAyMS4yMzUyIDIzLjIyNjEgMjAuMjU0NyAyMy45Mzk1IDE5LjI1ODJDMjQuNzUzNSAxOC4xMjQxIDI1LjA4NSAxNy4wMjIgMjUuMTA0OCAxNi45NjM2QzI1LjA4NDEgMTYuOTQ0NyAyMi44NTQxIDE2LjEyNzQgMjIuODM0NCAxMy42NzE1QzIyLjgxMzcgMTEuNjE4MiAyNC41OTE3IDEwLjYzOTYgMjQuNjcyNiAxMC41ODEyQzIzLjY2NzIgOS4xNjA0NSAyMi4xMDAzIDkuMDA2NzggMjEuNTU4NiA4Ljk2ODEzWk0yOS42MjM5IDYuMTg1MTNWMjEuMTQ3NUgzMi4wNTQxVjE2LjAzMzFIMzUuNDE4N0MzOC40OTIzIDE2LjAzMzEgNDAuNjUzMiAxNC4wMTY2IDQwLjY1MzIgMTEuMDk4N0M0MC42NTMyIDguMTgwOTMgMzguNTMzNyA2LjE4NTEzIDM1LjQ5OTcgNi4xODUxM0gyOS42MjM5Wk0zMi4wNTUxIDguMTQzMjJIMzQuODU3M0MzNi45NjY5IDguMTQzMjIgMzguMTcxNiA5LjIxNzk2IDM4LjE3MTYgMTEuMTA5MUMzOC4xNzE2IDEzLjAwMDMgMzYuOTY2OSAxNC4wODQ0IDM0Ljg0NzQgMTQuMDg0NEgzMi4wNTQxVjguMTQzMjJIMzIuMDU1MVpNNDUuMDkzMyAyMS4yNjI1QzQ2LjYyMDcgMjEuMjYyNSA0OC4wMzY2IDIwLjUyMzQgNDguNjggMTkuMzUzNUg0OC43MzAzVjIxLjE0NzVINTAuOThWMTMuNjk5OEM1MC45OCAxMS41Mzk5IDQ5LjE3MjMgMTAuMTQ5NCA0Ni4zODk4IDEwLjE0OTRDNDMuODA4NiAxMC4xNDk0IDQxLjg5OTQgMTEuNTU5NyA0MS44MjkzIDEzLjQ5OUg0NC4wMTk4QzQ0LjIwMDQgMTIuNTc3IDQ1LjA5NDMgMTEuOTcyNyA0Ni4zMTk4IDExLjk3MjdDNDcuODA2NyAxMS45NzI3IDQ4LjY0MDUgMTIuNjM1NCA0OC42NDA1IDEzLjg1NDRWMTQuNjc5M0w0NS42MDc0IDE0Ljg1MThDNDIuNzg1NCAxNS4wMTQgNDEuMjU4IDE2LjExODkgNDEuMjU4IDE4LjAzODNDNDEuMjU2MSAxOS45Nzc2IDQyLjgzMjggMjEuMjYyNSA0NS4wOTMzIDIxLjI2MjVaTTQ1Ljc0NjUgMTkuNDg4M0M0NC40NTEgMTkuNDg4MyA0My42MjgxIDE4Ljg5MDYgNDMuNjI4MSAxNy45Nzg5QzQzLjYyODEgMTcuMDM5IDQ0LjQyMTQgMTYuNDkzMiA0NS45Mzc5IDE2LjQwNTVMNDguNjM5NSAxNi4yNDMzVjE3LjA4OEM0OC42Mzg1IDE4LjQ4OTkgNDcuMzk0MyAxOS40ODgzIDQ1Ljc0NjUgMTkuNDg4M1pNNTMuOTgyNSAyNS4yMTc0QzU2LjM1MjUgMjUuMjE3NCA1Ny40Njc1IDI0LjM1MjkgNTguNDQyNCAyMS43MzNMNjIuNzExOCAxMC4yOTI3SDYwLjI0MTFMNTcuMzc3NyAxOS4xMzFINTcuMzI3NEw1NC40NjYgMTAuMjkyN0g1MS45MjQyTDU2LjA0MjcgMjEuMTg2Mkw1NS44MjE3IDIxLjg0OEM1NS40NDk3IDIyLjk2OTkgNTQuODQ3OCAyMy40MDM1IDUzLjc3MjMgMjMuNDAzNUM1My41ODE5IDIzLjQwMzUgNTMuMjA5OSAyMy4zODM3IDUzLjA1ODkgMjMuMzY0OVYyNS4xNTg5QzUzLjE5OTEgMjUuMTk3NiA1My44MDE5IDI1LjIxNzQgNTMuOTgyNSAyNS4yMTc0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.payment-types .g-pay {
  width: 62px;
  height: 23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjMiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA2MyAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMwLjE5NTIgMTIuMjAzNlYxOC4zNjg0SDI4LjE5NTJWMy4xNDkzMUgzMy40OTg5QzM0Ljc3ODIgMy4xMjUzMSAzNi4wMDgzIDMuNTk5MDUgMzYuOTM5NCA0LjQ3MjQ0QzM3Ljg3MDUgNS4yODUzMSAzOC4zOTI2IDYuNDYyMzUgMzguMzY5MiA3LjY3NTkyQzM4LjM5MjYgOC45MDIgMzcuODcwNSAxMC4wNzkgMzYuOTM5NCAxMC45MDQ0QzM2LjAwODMgMTEuNzY2MyAzNC44NjU3IDEyLjIwMzYgMzMuNTExNyAxMi4yMDM2SDMwLjE5NTJaTTMwLjE5NTIgNS4wMTkyMlYxMC4zMzQ3SDMzLjU0ODFDMzQuMjkzNCAxMC4zNTg3IDM1LjAxNDEgMTAuMDY4NiAzNS41MjQ1IDkuNTQ1ODNDMzYuNTc5NSA4LjU1MDM1IDM2LjU5MjMgNi45MTIwOSAzNS41NzM3IDUuODgwMDlMMzUuNTI0NSA1LjgzMjA5QzM1LjAxNDEgNS4yOTc4MyAzNC4yOTQ0IDUuMDA1NjUgMzMuNTQ4MSA1LjAzMDdMMzAuMTk1MiA1LjAxOTIyWk00Mi45NzU2IDcuNjE1MzlDNDQuNDUzNSA3LjYxNTM5IDQ1LjYyMDYgOC4wMDM1NyA0Ni40NzY5IDguNzY4NDRDNDcuMzM1NCA5LjU0NTgzIDQ3Ljc1NzIgMTAuNjAxOCA0Ny43NTcyIDExLjk0OVYxOC4zNTdINDUuODQ0OFYxNi45MTM4SDQ1Ljc1NzJDNDQuOTI1NCAxOC4xMDIzIDQzLjgzMDkgMTguNjk3MSA0Mi40NTI0IDE4LjY5NzFDNDEuMjg1MyAxOC42OTcxIDQwLjI5MzMgMTguMzU3IDM5LjUwOTYgMTcuNjc3N0MzOC43Mzg2IDE3LjA0NjMgMzguMzA1MSAxNi4xMTI0IDM4LjMyOTYgMTUuMTI4NEMzOC4zMjk2IDE0LjA0ODQgMzguNzUyNSAxMy4xOTggMzkuNTg1NCAxMi41NTUyQzQwLjQxNjEgMTEuOTEyNCA0MS41MzUyIDExLjU5NjMgNDIuOTI2NSAxMS41OTYzQzQ0LjExODIgMTEuNTk2MyA0NS4wODU2IDExLjgxNTQgNDUuODU2NSAxMi4yMjc2VjExLjc3NzhDNDUuODU2NSAxMS4xMSA0NS41NTg2IDEwLjQ3ODcgNDUuMDM2NSAxMC4wNTRDNDQuNTAyNiA5LjU5Mjc4IDQzLjgxOTIgOS4zMzgxOCA0My4xMTEyIDkuMzM4MThDNDEuOTk0MyA5LjMzODE4IDQxLjExMjMgOS43OTkzOSA0MC40NTM1IDEwLjcyMThMMzguNjg5NSA5LjY0MDc4QzM5LjY0NzMgOC4yOTU3NCA0MS4wNzUgNy42MTUzOSA0Mi45NzU2IDcuNjE1MzlaTTQwLjM5MTYgMTUuMTc3NUM0MC4zOTE2IDE1LjY4NjcgNDAuNjM5MyAxNi4xNjA0IDQxLjA1MDQgMTYuNDUxNkM0MS40OTY3IDE2Ljc5MTcgNDIuMDQ0NSAxNi45NzQzIDQyLjYwMTkgMTYuOTYwOEM0My40NDY1IDE2Ljk2MDggNDQuMjUzOCAxNi42MzUyIDQ0Ljg1MDcgMTYuMDUxOUM0NS41MDg0IDE1LjQ0NDYgNDUuODQ0OCAxNC43Mjg4IDQ1Ljg0NDggMTMuOTAzNEM0NS4yMjMzIDEzLjQxNzEgNDQuMzU0MiAxMy4xNzQgNDMuMjM3MiAxMy4xNzRDNDIuNDI3OCAxMy4xNzQgNDEuNzQ1NSAxMy4zNjkxIDQxLjE5ODggMTMuNzQ0OEM0MC42NjQ5IDE0LjEzNCA0MC4zOTE2IDE0LjYwNjcgNDAuMzkxNiAxNS4xNzc1Wk01OC43MzYzIDcuOTU1NTdMNTIuMDU0IDIyLjk1NjZINDkuOTkyMUw1Mi40NzU4IDE3LjcxNTJMNDguMDc5NyA3Ljk2ODA5SDUwLjI1MzdMNTMuNDIwOCAxNS40NDQ2SDUzLjQ2OTlMNTYuNTYzMyA3Ljk2ODA5TDU4LjczNjMgNy45NTU1N1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMi4xMDk4IDEwLjg2OTFDMjIuMTA5OCAxMC4yNzQzIDIyLjA2MDcgOS42Nzg0NSAyMS45NjAzIDkuMDk2MTlIMTMuNTI4VjEyLjQ1ODNIMTguMzU4N0MxOC4xNjAxIDEzLjUzODMgMTcuNTE0IDE0LjUwOTggMTYuNTcxMiAxNS4xMTZWMTcuMzAxMUgxOS40NTIxQzIxLjE0MTMgMTUuNzgzOCAyMi4xMDk4IDEzLjUzOTMgMjIuMTA5OCAxMC44NjkxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEzLjUyNzkgMTkuNDEyOUMxNS45MzY5IDE5LjQxMjkgMTcuOTc0MiAxOC42MzU1IDE5LjQ1MjEgMTcuMzAwOUwxNi41NzExIDE1LjExNTlDMTUuNzYzOSAxNS42NTAxIDE0LjczMzUgMTUuOTUzOCAxMy41Mjc5IDE1Ljk1MzhDMTEuMTkyNiAxNS45NTM4IDkuMjE4MjkgMTQuNDEyNiA4LjUxMDM0IDEyLjM0OTZINS41NDE4N1YxNC42MDY3QzcuMDU2MDEgMTcuNTQzIDEwLjE0OTQgMTkuNDEyOSAxMy41Mjc5IDE5LjQxMjlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOC41MTAzNSAxMi4zNDk1QzguMTM3NjkgMTEuMjY5NSA4LjEzNzY5IDEwLjA5MTQgOC41MTAzNSA4Ljk5OTk2VjYuNzU0MzlINS41NDE4OEM0LjI2MTU5IDkuMjE4MDUgNC4yNjE1OSAxMi4xMzA0IDUuNTQxODggMTQuNTk1MUw4LjUxMDM1IDEyLjM0OTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTMuNTI3OSA1LjM5NDhDMTQuODA3MSA1LjM2OTc1IDE2LjAzNjIgNS44NDM0OSAxNi45NTU1IDYuNzA0MzZMMTkuNTAyMiA0LjIxNjcxQzE3Ljg4NzcgMi43MjM0OSAxNS43NTExIDEuOTEwNjIgMTMuNTI3OSAxLjkzMzU4QzEwLjE0OTQgMS45MzM1OCA3LjA1NjAxIDMuODAzNDkgNS41NDE4NyA2Ljc1MjM2TDguNTEwMzQgOS4wMDk0QzkuMjE4MjkgNi45MzYwMSAxMS4xOTI2IDUuMzk0OCAxMy41Mjc5IDUuMzk0OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}

/* Gravity Forms */
.gform_wrapper{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .gform_wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.gform_wrapper .gfield{
  margin-bottom: 1rem;
}
.gform_wrapper .gfield .gform-field-label{
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 600;
}
.gform_wrapper .gfield input[type=text], .gform_wrapper .gfield input[type=tel], .gform_wrapper .gfield input[type=email], .gform_wrapper .gfield textarea{
  height: 3rem;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}
.gform_wrapper .gfield textarea{
  height: 16rem;
}
.gform_wrapper .gfield .gfield_checkbox .gchoice{
  display: flex;
}
footer .gform_wrapper .gfield .gfield_checkbox .gchoice .widget{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px){
  footer .gform_wrapper .gfield .gfield_checkbox .gchoice .widget{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  footer .gform_wrapper .gfield .gfield_checkbox .gchoice .widget:last-child {
    text-align: right;
  }
}
.main .collections-block > .container > .gform_wrapper .gfield .gfield_checkbox .gchoice{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 4rem;
}
.gform_wrapper .gfield .gfield_checkbox .gfield-choice-input{
  margin-right: 0.5rem;
  margin-top: 0.125rem;
  height: 18px;
  width: 18px;
  border-radius: 0.375rem;
}
.gform_wrapper .gfield .gfield_checkbox .gform-field-label{
  font-weight: 300;
}
.gform_wrapper .gform_button{
  width: 100%;
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#gform_2{
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
#gform_2 input[type=text], #gform_2 input[type=tel], #gform_2 input[type=email], #gform_2 textarea{
  width: 100%;
}

#gform_wrapper_1 {
  max-width: 700px;
  margin: 0 auto;
}

/* Nav Menus */
.site-header .menu {
  justify-content: center;
}
.site-header .menu li {
  padding: 0 15px;
}
.site-header .menu li.menu-item-has-children {
  cursor: pointer;
  position: relative;
}
.site-header .menu li a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(252 234 207 / var(--tw-text-opacity));
}
.site-header .menu li.menu-item-has-children.new:after {
  margin-left: 2px;
  top: 2px;
}
.site-header .menu li.menu-item-has-children > a:after {
  margin-left: 7px;
  position: relative;
  top: -4px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjcwNDM0NiAwLjc1TDUuMjA0MzUgNS4yNUw5LjcwNDM1IDAuNzUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjEyNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.megamenu-overlay {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 15;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
.megamenu-overlay.visible {
  opacity: 1;
}

/* Megamenu */
.menu-item-has-children .sub-menu-wrap {
  min-width: 170px;
  margin-left: -30px;
}

.sub-menu-wrap {
  padding: 33px 0 0;
  position: absolute;
  display: none;
}

.sub-menu-container {
  background-color: #FAFAFB;
}
.sub-menu-container .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sub-menu-container .sub-menu li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.sub-menu-container .sub-menu li:last-child {
  border: none;
}
.sub-menu-container .sub-menu li a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 19px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}
.sub-menu-container .sub-menu li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sub-menu-container .sub-menu .menu {
  padding-bottom: 20px;
  margin-left: 0;
}
.sub-menu-container .sub-menu .menu li {
  width: 100%;
  padding-bottom: 15px;
  margin: 0;
}
.sub-menu-container .sub-menu .menu li h5 {
  text-align: left;
  font-size: rem-calc(18);
  margin-bottom: 15px;
}
.sub-menu-container .sub-menu .menu > li > a {
  padding: 7px 0 5px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.sub-menu-container .sub-menu .menu > li > a:before {
  transition: 0.4s all;
  width: 0;
  max-width: 0;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #000;
  bottom: 1px;
  left: 0;
}
.sub-menu-container .sub-menu .menu > li > a:hover:before {
  width: 100%;
  max-width: 500px;
}
.sub-menu-container .sub-menu .menu .mega-title {
  font-weight: 700;
}
.sub-menu-container .sub-menu .menu .menu {
  margin-bottom: 10px;
}
.sub-menu-container .sub-menu .menu .menu li {
  width: 100%;
}

.menu.dropdown > .menu-item-has-children > a {
  position: relative;
}
.menu.dropdown > .menu-item-has-children:hover .sub-menu-wrap {
  display: block;
}

/* Mobile menu icon */
.m-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.m-icon .top, .m-icon .bot {
  background-color: #FCEACF;
  color: #FCEACF;
  height: 2px;
  width: 20px;
  position: absolute;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transform-origin: center;
  left: 10px;
}
.m-icon .top {
  top: 10px;
}
.m-icon .bot {
  top: 18px;
}
.m-icon.active .top {
  top: 17px;
  transform: rotate(45deg);
}
.m-icon.active .bot {
  top: 17px;
  transform: rotate(-45deg);
}

/* Hero Slider */
.hero-slider {
  position: relative;
}
.hero-slider .swiper-pagination-fraction, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}
.hero-slider .swiper-pagination-bullet-active, .hero-slider .swiper-pagination-bullet {
  transition: 0.3s all;
  background: #000;
  opacity: 1;
}
.hero-slider .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 30px;
}
.hero-slider h2 {
  font-weight: 600;
}
.hero-slider h2 span{
  display: block;
  font-size: 60px;
  line-height: 1.25;
}
@media (min-width: 768px){
  .hero-slider h2 span{
    font-size: 134px;
  }
}
.hero-slider .inner {
  height: 50vh;
}
.hero-slider .inner:before {
  content: "";
  background-color: rgba(17, 22, 15, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero {
  background-image: url("../img/hero.jpg");
}

/* Split Hero */
.split-hero-wrap p, .split-hero-carousel p {
  margin: 0;
  font-family: "grange-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .split-hero-wrap p, .split-hero-carousel p {
    font-size: 29px;
    line-height: 30px;
  }
}
.split-hero-wrap h1, .split-hero-carousel h1 {
  color: #fff;
  font-size: rem-calc(58);
  line-height: rem-calc(62);
  font-weight: 700;
  margin-bottom: 30px;
}

.split-hero-wrap {
  height: 60vh;
  position: relative;
}
.split-hero-wrap:first-of-type {
  height: 60vh;
}
.split-hero-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(17, 22, 15, 0.4);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.split-hero-wrap .content {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: rem-calc(30);
  font-weight: 500;
}
.split-hero-wrap .content > div {
  padding-bottom: 30px;
}
.split-hero-wrap .cta-btns {
  display: flex;
  justify-content: center;
}
.split-hero-wrap .cta-btns > div {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .split-hero-wrap .cta-btns > div .btn {
    width: 270px;
  }
}
.split-hero-wrap > .left, .split-hero-wrap > .right {
  height: 100%;
  width: 50%;
  flex: 0 0 50%;
  overflow: hidden;
}
.split-hero-wrap > .left img, .split-hero-wrap > .right img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

/* Split Carousel - Mobile */
.split-hero-carousel .slide {
  min-height: 40vh;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-hero-carousel .slide > div {
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.split-hero-carousel .slide > div > * {
  flex: 0 0 auto;
}
.split-hero-carousel .slide > div .btn {
  justify-self: flex-end;
}

/* Text */
.block-text p{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  max-width: 660px;
}
.block-text p a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}
.block-text .callout p{
  margin-bottom: 0px;
  max-width: 100%;
}

/* Feature Block */
.feature-block {
  background-position: center right;
  background-size: cover;
  border-radius: 10px;
  min-height: 380px;
}
.feature-block.secondary {
  display: flex;
  align-items: flex-end;
  min-height: 220px;
}
@media (min-width: 768px) {
  .feature-block.secondary {
    min-height: 380px;
  }
}
.feature-block.secondary:last-child {
  margin: 0;
}

/* Collections */
.main .collections-block {
  margin: 2.5rem 0;
}
.main .collections-block > .container > .flex{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 4rem;
}

/* FAQ */
.accordion-wrap .accordion-row {
  border-bottom: 1px solid #CBCBCB;
}
.accordion-wrap .accordion-row .accordion-label {
  cursor: pointer;
  padding-bottom: 8px;
  color: #3E3E59;
}
.accordion-wrap .accordion-row .accordion-label:after {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 15px 0 0;
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im05Ljc0OTY3LjgzMzAwOGMwLS40MTQyMTQtLjMzNTc4LS43NTAwMDAyLS43NS0uNzUwMDAwMi0uNDE0MjEgMC0uNzUuMzM1Nzg2Mi0uNzUuNzUwMDAwMnY3LjQxNjY2MmgtNy40MTY2NjJjLS40MTQyMTQgMC0uNzUwMDAwMi4zMzU3OS0uNzUwMDAwMi43NSAwIC40MTQyMi4zMzU3ODYyLjc1Ljc1MDAwMDIuNzVoNy40MTY2NjJ2Ny40MTY2M2MwIC40MTQzLjMzNTc5Ljc1Ljc1Ljc1LjQxNDIyIDAgLjc1LS4zMzU3Ljc1LS43NXYtNy40MTY2M2g3LjQxNjYzYy40MTQzIDAgLjc1LS4zMzU3OC43NS0uNzUgMC0uNDE0MjEtLjMzNTctLjc1LS43NS0uNzVoLTcuNDE2NjN6IiBmaWxsPSIjMTIxMjEyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
}
.accordion-wrap .accordion-row .accordion-content {
  display: none;
  color: #3E3E59;
}
.accordion-wrap .accordion-row.active .accordion-label:after {
  top: -8px;
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCAxOSAyIiB3aWR0aD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEuNjUxMzcgMWgxNi4zMzMzMyIgc3Ryb2tlPSIjMTIxMjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+PC9zdmc+");
}

/* Activities */
.rotation-wrap {
  clip-path: url(#clip);
  overflow: hidden;
  width: 120%;
  left: -8%;
  position: relative;
  top: -13%;
  height: 110px;
}
@media (min-width: 768px) {
  .rotation-wrap {
    height: 320px;
  }
}

/* Footer Service Blocks */
.footer-service-block {
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-service-block {
    border-right: 1px solid #EAEAEA;
  }
}
.w-1\/2:first-child .footer-service-block {
  justify-content: flex-start;
}
.w-1\/2:last-child .footer-service-block {
  justify-content: flex-end;
  border: none;
}

/* Diagonal shape */
.diag{
  position: relative;
}
.diag:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  pointer-events: none;
  padding-bottom: 2.647%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMTcwMCAzOCIgd2lkdGg9IjE3MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS05IDM4di00NWgxNzE2djl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: -10px 0;
}
.diag:after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  content: "";
  pointer-events: none;
  padding-bottom: 2.647%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjQ1IiB2aWV3Qm94PSIwIDAgMTcwMCA0NSIgd2lkdGg9IjE3MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE3MTYgLjAwMDEyMjA3djQ0Ljk5OTk3NzkzbC0xNzE2LS4wMDAxLjAwMDAwMDc5LTl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: -10px 0;
}
.diag.diag-top:after {
  background: none;
}

/* ACF Map */
.acf-map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.content-row {
  position: relative;
}
.content-row .content-box {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.content-row .content-box p{
  margin-bottom: 1rem;
}
.content-row .content-box ul {
  list-style: outside;
}
.content-row .content-box hr{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40px;
}
@media (min-width: 768px) {
  .content-row .content-box {
    min-height: 600px;
  }
}
@media (min-width: 1024px) {
  .content-row .content-box {
    padding: 60px 60px 60px 0;
  }
  .content-row .content-box p{
    margin-bottom: 1.5rem;
  }
}
.content-row .content-box h1, .content-row .content-box h2, .content-row .content-box h3, .content-row .content-box h4, .content-row .content-box h5 {
  margin-bottom: 30px;
}
.content-row .content-box a{
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}
.content-row .justify-end .content-box {
  padding: 30px;
}
@media (min-width: 1024px) {
  .content-row .justify-end .content-box {
    padding: 60px 0 60px 60px;
  }
}
.content-row .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .content-row .image {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%;
    bottom: 0;
    right: 0;
  }
  .content-row .image.left {
    right: auto;
    left: 0;
  }
}

/* Widgets */
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  letter-spacing: 0.5px;
}
.sidebar .widget .product-categories, .sidebar .widget .woocommerce-widget-layered-nav-list {
  font-size: 14px;
}
.sidebar .widget .product-categories li, .sidebar .widget .woocommerce-widget-layered-nav-list li {
  padding-bottom: 10px;
}
.sidebar .widget .product-categories li a, .sidebar .widget .woocommerce-widget-layered-nav-list li a {
  color: #807E7E;
}
.sidebar .widget .product-categories li.current-cat a, .sidebar .widget .woocommerce-widget-layered-nav-list li.current-cat a {
  color: #121212;
  text-decoration: underline;
  font-weight: 600;
}

/* Categories Widget */
.woocommerce-widget-layered-nav-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.woocommerce-widget-layered-nav-list ul {
  list-style: none;
}
.woocommerce-widget-layered-nav-list .swatch-item {
  display: inline-block;
  margin-right: 5px;
}
.woocommerce-widget-layered-nav-list .swatch {
  display: block;
  margin: 5px 5px 5px 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 0 !important;
  cursor: pointer;
}
.woocommerce-widget-layered-nav-list .swatch.border {
  border: 1px solid #9A9A9A;
}
.woocommerce-widget-layered-nav-list .swatch:before {
  display: none;
}

/* Content */
.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.off-canvas-left, .off-canvas-right, .off-canvas-cart, .off-canvas-search {
  position: absolute;
  transition: transform 0.5s ease, margin-top 0.5s;
  backface-visibility: hidden;
  z-index: 20;
  transform: translateX(100%);
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .off-canvas-left, .off-canvas-right, .off-canvas-cart, .off-canvas-search {
    transform: translateX(540px);
    width: 540px;
  }
}
.off-canvas-left.is-open, .off-canvas-right.is-open, .off-canvas-cart.is-open, .off-canvas-search.is-open {
  transform: translate(0);
}

.off-canvas-left {
  position: fixed;
  right: auto;
  left: 0;
  bottom: 0;
  top: auto;
  transform: translateX(-100%);
  height: 100vh;
  padding-top: var(--header-height, 100%);
  overflow: hidden;
}
@media (min-width: 768px) {
  .off-canvas-left {
    transform: translateX(-540px);
    width: 540px;
  }
}
.off-canvas-left .off-canvas-content{
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  overflow-y: scroll;
}

.off-canvas-search {
  transform: translateY(-100%);
  left: 0;
  height: auto;
}
@media (min-width: 768px) {
  .off-canvas-search {
    transform: translateY(-130px);
    height: 130px;
    width: 100%;
  }
}
.home .off-canvas-search.is-open {
  margin-top: 105px;
  transition-delay: 0.3s;
}

.off-canvas-cart {
  width: 92%;
  z-index: 26;
}
@media (min-width: 768px) {
  .off-canvas-cart {
    width: 540px;
  }
}

.off-canvas-overlay {
  position: fixed;
  cursor: pointer;
  background: rgba(17, 22, 15, 0.7);
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.close-icon:before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xNy43MDcxIDEuNzA3MTFjLjM5MDUtLjM5MDUzLjM5MDUtMS4wMjM2OTMgMC0xLjQxNDIxNy0uMzkwNS0uMzkwNTI0MS0xLjAyMzctLjM5MDUyNDEtMS40MTQyIDBsLTcuMjkyOSA3LjI5Mjg5Ny03LjI5Mjg5LTcuMjkyODk3Yy0uMzkwNTMtLjM5MDUyNDEtMS4wMjM2OTMtLjM5MDUyNDEtMS40MTQyMTcgMC0uMzkwNTI0MS4zOTA1MjQtLjM5MDUyNDEgMS4wMjM2ODcgMCAxLjQxNDIxN2w3LjI5Mjg5NyA3LjI5Mjg5LTcuMjkyODk3IDcuMjkyOWMtLjM5MDUyNDEuMzkwNS0uMzkwNTI0MSAxLjAyMzcgMCAxLjQxNDIuMzkwNTI0LjM5MDUgMS4wMjM2ODcuMzkwNSAxLjQxNDIxNyAwbDcuMjkyODktNy4yOTI5IDcuMjkyOSA3LjI5MjljLjM5MDUuMzkwNSAxLjAyMzcuMzkwNSAxLjQxNDIgMHMuMzkwNS0xLjAyMzcgMC0xLjQxNDJsLTcuMjkyOS03LjI5Mjl6IiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
}

/* Drilldown */
.is-drilldown {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .is-drilldown {
    width: 33.33%;
    overflow: visible;
  }
}

.drilldown {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.drilldown li > a{
  margin-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(252 234 207 / var(--tw-text-opacity));
  line-height: 1;
  display: block;
  text-decoration: none;
  padding: 20px 15px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}
.drilldown > li > a {
  /* Top level items */
  position: relative;
}
.drilldown .menu-item-has-children > a {
  position: relative;
}
.drilldown .menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  transition: 0.2s all;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw2IDVMMSA5LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.drilldown .feature-col{
  display: none;
}
@media (min-width: 1024px){
  .drilldown .feature-col{
    display: block;
  }
}
.drilldown .sub-menu{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  left: 100%;
  z-index: -1;
  transition: transform 0.3s ease-out, z-index 0.3s ease-out;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drilldown .sub-menu::-webkit-scrollbar {
  display: none;
}
.drilldown .sub-menu a {
  transition: 0.5s all;
}
.drilldown .sub-menu.is-active {
  z-index: 1;
  transform: translate(-100%);
}
@media (min-width: 1024px) {
  .drilldown .sub-menu.is-active {
    transform: none;
    opacity: 1;
  }
  .drilldown .sub-menu.is-active a {
    left: 0;
  }
}
.drilldown .sub-menu .menu-item-has-children > a:after {
  top: 50%;
  margin-top: -10px;
}
.drilldown .nested.sub-menu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .sub-menu .sub-menu li:last-child {
  padding-bottom: 40px;
}
.drilldown .js-drilldown-back > a {
  font-weight: 600;
  font-size: 20px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
}
.drilldown .js-drilldown-back > a:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDkuNUwxIDVMNiAwLjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .drilldown .js-drilldown-back {
    display: none;
  }
}

/* Events */
.event-booking-wrap{
  margin-bottom: 2.5rem;
}
@media (min-width: 768px){
  .event-booking-wrap{
    margin-bottom: 5rem;
  }
}
.event-booking-wrap .event-booking{
  margin-bottom: 0px;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-top: 1.25rem;
}
@media (min-width: 768px){
  .event-booking-wrap .event-booking{
    padding: 2.25rem;
  }
}
.event-booking-wrap .event-booking {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.event-booking-wrap .event-booking p {
  font-size: 1.1em;
}
.event-booking-wrap .event-booking hr {
  border-top: 2px dotted #70102D;
  border-bottom: 2px dotted #70102D;
  height: 7px;
  margin: 10px 0 30px;
}
.event-booking-wrap .event-booking h1, .event-booking-wrap .event-booking h2, .event-booking-wrap .event-booking h3, .event-booking-wrap .event-booking h4, .event-booking-wrap .event-booking h5 {
  font-family: "grange-condensed", sans-serif;
}

.woocommerce-pagination {
  margin: 15px 0;
}
@media (min-width: 640px) {
  .woocommerce-pagination {
    margin: 30px 0;
  }
}
.woocommerce-pagination ul {
  text-align: center;
  margin: 0;
}
.woocommerce-pagination li {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.woocommerce-pagination li a, .woocommerce-pagination li a:hover, .woocommerce-pagination li span{
  display: inline-block;
  border-radius: 9999px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 7px;
  text-decoration: none;
}
.woocommerce-pagination li a.next, .woocommerce-pagination li a.prev, .woocommerce-pagination li a:hover.next, .woocommerce-pagination li a:hover.prev, .woocommerce-pagination li span.next, .woocommerce-pagination li span.prev {
  display: none;
}
.woocommerce-pagination li a.current, .woocommerce-pagination li a:hover.current, .woocommerce-pagination li span.current {
  background: #70102D;
  color: #fff;
}

/* Homepage Styles */
.hero{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.hero-content h2{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.hero-content p{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}

.button{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Global wrapper */
.main > .woocommerce{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .main > .woocommerce {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .main > .woocommerce {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .main > .woocommerce {
    max-width: 1340px;
  }
}

/* Overview sorting */
.woocommerce-result-count {
  color: #605F5F;
  margin-right: auto;
}

.woocommerce-ordering {
  margin-right: 15px;
}
.woocommerce-ordering .orderby {
  border: none;
  padding: 0;
}

/* Product overview block */
.product-block .swatch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.product-block .swatch.border {
  border: 1px solid #9A9A9A;
}
.product-block .price, .product-block .old-price {
  font-size: 12px;
}
.product-block .price {
  font-weight: 700;
}

/* Columns */
.pop-toggle.active {
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .product-grid > div {
    width: 25%;
  }
  .product-grid.pop-cols-3 > div {
    width: 33.33%;
  }
  .product-grid.pop-cols-2 > div {
    width: 50%;
  }
}
/* Filters */
.filter-col {
  transition: 0.8s width;
}
@media (min-width: 768px) {
  .filter-col {
    width: 25%;
  }
  .filter-col.closed {
    width: 0;
    overflow: hidden;
  }
}

.filter-icon:after {
  position: relative;
  top: 4px;
  margin-left: 7px;
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im05Ljc5MTY2IDYuNDU3NjhjMC0uOTIwNDcuNzQ2MjQtMS42NjY2NyAxLjY2NjY0LTEuNjY2NjcuOTIwNSAwIDEuNjY2Ny43NDYyIDEuNjY2NyAxLjY2NjY3cy0uNzQ2MiAxLjY2NjY3LTEuNjY2NyAxLjY2NjY3Yy0uOTIwNCAwLTEuNjY2NjQtLjc0NjItMS42NjY2NC0xLjY2NjY3em0tMS4xODI4OC42MjVoLTYuMTA4NzhjLS4zNDUxOCAwLS42MjUtLjI3OTgyLS42MjUtLjYyNXMuMjc5ODItLjYyNS42MjUtLjYyNWg2LjEwODc4Yy4yODYxMS0xLjMxMDQ5IDEuNDUzMjItMi4yOTE2NiAyLjg0OTUyLTIuMjkxNjZzMi41NjM1Ljk4MTE3IDIuODQ5NiAyLjI5MTY2aDMuMTkyMWMuMzQ1MiAwIC42MjUuMjc5ODIuNjI1LjYyNXMtLjI3OTguNjI1LS42MjUuNjI1aC0zLjE5MjFjLS4yODYxIDEuMzEwNDktMS40NTMzIDIuMjkxNjctMi44NDk2IDIuMjkxNjdzLTIuNTYzNDEtLjk4MTE4LTIuODQ5NTItMi4yOTE2N3ptLTMuODE3MTIgNi4wNDE2MmMwLS45MjA0Ljc0NjItMS42NjY2IDEuNjY2NjctMS42NjY2czEuNjY2NjcuNzQ2MiAxLjY2NjY3IDEuNjY2NmMwIC45MjA1LS43NDYyIDEuNjY2Ny0xLjY2NjY3IDEuNjY2N3MtMS42NjY2Ny0uNzQ2Mi0xLjY2NjY3LTEuNjY2N3ptMS42NjY2NyAyLjkxNjdjLTEuMzk2MyAwLTIuNTYzNDMtLjk4MTItMi44NDk1NC0yLjI5MTdoLTEuMTA4NzljLS4zNDUxOCAwLS42MjUtLjI3OTgtLjYyNS0uNjI1IDAtLjM0NTEuMjc5ODItLjYyNS42MjUtLjYyNWgxLjEwODc5Yy4yODYxMS0xLjMxMDQgMS40NTMyNC0yLjI5MTYgMi44NDk1NC0yLjI5MTZzMi41NjM0My45ODEyIDIuODQ5NTQgMi4yOTE2aDguMTkyMTNjLjM0NTIgMCAuNjI1LjI3OTkuNjI1LjYyNSAwIC4zNDUyLS4yNzk4LjYyNS0uNjI1LjYyNWgtOC4xOTIxM2MtLjI4NjExIDEuMzEwNS0xLjQ1MzI0IDIuMjkxNy0yLjg0OTU0IDIuMjkxN3oiIGZpbGw9IiMxMjEyMTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 20px;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  cursor: ew-resize;
  outline: 0;
  margin-left: -0.5em;
  width: 20px;
  height: 20px;
  top: -9px;
  background-color: #595959;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  top: 0;
  width: 100%;
  background-color: #CBCBCB;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #CBCBCB;
}
.widget_price_filter .price_slider_amount .button{
  --tw-border-opacity: 1;
  border-color: rgb(89 89 89 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(4 4 4 / var(--tw-text-opacity));
}
.widget_price_filter .ui-slider-horizontal {
  height: 1px;
}
.widget_price_filter .price_label{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

/* PDP */
.woocommerce-notices-wrapper{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.callout{
  border-radius: 0px;
}
.callout .button{
  margin-left: 0.5rem;
}
.callout .close-button {
  cursor: pointer;
}
.callout .close-button svg{
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}

.simplefavorite-button {
  cursor: pointer;
}

.simplefavorites-clear{
  display: inline-block;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(112 16 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce-widget-layered-nav-list .swatch.simplefavorites-clear {
  border: 1px solid #9A9A9A;
}

.product-block .swatch.simplefavorites-clear {
  border: 1px solid #9A9A9A;
}

.woocommerce-checkout .left-inner-wrap.simplefavorites-clear {
  border: 1px solid #C4C4C4;
}

.simplefavorites-clear:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}

.simplefavorites-clear{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.widget_price_filter .price_slider_amount .simplefavorites-clear{
  --tw-border-opacity: 1;
  border-color: rgb(89 89 89 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(4 4 4 / var(--tw-text-opacity));
}

.callout .simplefavorites-clear{
  margin-left: 0.5rem;
}

.woocommerce-cart-form .coupon .simplefavorites-clear{
  height: 42px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

@media (min-width: 768px){
  .woocommerce-cart-form .coupon .simplefavorites-clear{
    float: left;
  }
}

.woocommerce-cart-form .actions > .simplefavorites-clear{
  margin-top: 1rem;
}

@media (min-width: 768px){
  .woocommerce-cart-form .actions > .simplefavorites-clear{
    float: right;
    margin-top: 0px;
  }
}

.wc-proceed-to-checkout .simplefavorites-clear.checkout-button{
  margin-top: 1.25rem;
  display: block;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(112 16 45 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Josefin Sans", sans-serif;
}

.wc-proceed-to-checkout .simplefavorites-clear.checkout-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 234 207 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 234 207 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .wc-proceed-to-checkout .simplefavorites-clear.checkout-button{
    padding: 1.25rem;
  }
}

.minicart-height .woocommerce.widget_shopping_cart .simplefavorites-clear.checkout{
  margin-top: 1.25rem;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.return-to-shop .simplefavorites-clear{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.return-to-shop .simplefavorites-clear:hover{
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}

 .woocommerce-checkout .woocommerce-form-coupon p.form-row .simplefavorites-clear {
  height: 40px;
}

.woocommerce-checkout .woocommerce-form-coupon p.form-row .simplefavorites-clear {
  margin: 0;
  padding: 5px 25px;
}

.woocommerce-checkout a.simplefavorites-clear.next-step {
  width: 100%;
  font-size: 25px;
  margin: 10px 0;
  background: #70102D;
  color: #fff;
  border: none;
}

@media (min-width: 768px) {}
.product .summary hr {
  border: none;
  border-bottom: 1px solid #EAEAEA;
}
.product .summary .product_title {
  margin-bottom: 10px;
  font-family: "grange-condensed", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .product .summary .product_title{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.product .summary .price {
  margin-bottom: 20px;
}
.product .summary .price .woocommerce-Price-amount {
  font-size: 32px;
  font-family: "grange-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
.product .summary .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.product .summary .woocommerce-product-details__short-description p {
  color: #3E3E59;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.product .product_meta {
  padding-top: 30px;
}
.product .product_meta > span {
  display: block;
  color: #807E7E;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product .product_meta > span span, .product .product_meta > span a {
  color: #121212;
  text-transform: none;
}
.product .upsells, .product .up-sells {
  margin: 30px 0 15px;
}
@media (min-width: 768px) {
  .product .upsells, .product .up-sells {
    margin: 60px 0 15px;
  }
}
.product .upsells h2, .product .up-sells h2 {
  font-size: 24px;
  line-height: 28px;
}
.product .accordion-wrap {
  margin: 30px 0 20px;
}
.product .accordion-wrap .accordion-label {
  font-family: "grange-condensed", sans-serif;
  color: #121212;
  font-weight: 500;
}
.product .woocommerce-product-attributes th {
  text-align: left;
  padding-right: 40px;
}

.product-slider .slick-slide {
  padding: 0 3px;
  cursor: all-scroll;
}
.product-slider .slick-slide > div {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 45vh;
}
@media (min-width: 768px) {
  .product-slider .slick-slide > div {
    height: 70vh;
  }
}

.product-slider {
  width: 100%;
  height: 45vh;
}
@media (min-width: 768px) {
  .product-slider {
    height: 55vh;
  }
}
.product-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 22;
  height: 100%;
  transform: none;
}
@media only screen and (min-width: 480px) {
  .product-slider .slick-arrow {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .product-slider .slick-arrow {
    width: 200px;
  }
}
@media only screen and (min-width: 1000px) {
  .product-slider .slick-arrow {
    width: 220px;
  }
}
.product-slider .slick-arrow:before {
  content: "";
}
.product-slider .slick-arrow.slick-prev {
  left: 0;
}
.product-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.product-slider .slick-slide {
  padding: 0 3px;
  cursor: all-scroll;
}
.product-slider .slick-slide > div {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 45vh;
}
@media only screen and (min-width: 480px) {
  .product-slider .slick-slide > div {
    height: 55vh;
  }
}

.off-canvas-right .woocommerce-variation-availability{
  text-align: center;
}
.off-canvas-right .quantity-wrap{
  margin-top: 1rem;
  width: 100%;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.off-canvas-right .quantity-wrap .quantity{
  width: 100%;
  text-align: center;
}
.off-canvas-right .quantity-wrap .qty{
  background-color: transparent;
  text-align: center;
}
.off-canvas-right .quantity-wrap .btn-plus:before, .off-canvas-right .quantity-wrap .btn-minus:before {
  width: 15px;
  height: 15px;
  top: 7px;
}
.off-canvas-right .quantity-wrap .btn-plus:before {
  top: 2px;
}
.off-canvas-right .woocommerce-variation-price{
  width: 100%;
  text-align: center;
}
.off-canvas-right .woocommerce-variation-price .woocommerce-Price-amount{
  margin-bottom: 1.25rem;
  display: block;
  font-size: 22px;
  font-weight: 600;
}

.single_add_to_cart_button{
  margin-bottom: 1.25rem;
  display: inline-block;
  width: 100%;
  min-width: 140px;
  cursor: pointer;
  border-radius: 0px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(112 16 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-family: "grange-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Josefin Sans", sans-serif;
}

.single_add_to_cart_button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 234 207 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 234 207 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .single_add_to_cart_button{
    min-width: 250px;
    border-radius: 0.75rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.subscription .single_add_to_cart_button{
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  border-radius: 9999px;
}

.icon-heart:before {
  position: relative;
  top: 1px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjczMjYgNy43NDA5Nkw4LjAwNjM2IDEzLjI1TDIuMjgwMTYgNy43NDA5Nk0yLjI4MDE2IDcuNzQwOTZDMS45MDI0NyA3LjM4MzkzIDEuNjA0OTYgNi45NTQ4MSAxLjQwNjM4IDYuNDgwNjFDMS4yMDc4IDYuMDA2NDEgMS4xMTI0NSA1LjQ5NzQgMS4xMjYzMiA0Ljk4NTY1QzEuMTQwMiA0LjQ3Mzg5IDEuMjYzMDEgMy45NzA0NyAxLjQ4NzAxIDMuNTA3MDhDMS43MTEwMiAzLjA0MzY5IDIuMDMxMzcgMi42MzAzOCAyLjQyNzg5IDIuMjkzMTZDMi44MjQ0MSAxLjk1NTk1IDMuMjg4NTEgMS43MDIxNCAzLjc5MDk3IDEuNTQ3NzJDNC4yOTM0MyAxLjM5MzMgNC44MjMzNiAxLjM0MTYyIDUuMzQ3MzkgMS4zOTU5MkM1Ljg3MTQzIDEuNDUwMjIgNi4zNzgyMSAxLjYwOTM0IDYuODM1ODMgMS44NjMyNEM3LjI5MzQ1IDIuMTE3MTUgNy42OTE5OSAyLjQ2MDM1IDguMDA2MzYgMi44NzEyM0M4LjMyMjA5IDIuNDYzMzMgOC43MjEwOSAyLjEyMzEzIDkuMTc4NCAxLjg3MTkyQzkuNjM1NyAxLjYyMDcxIDEwLjE0MTUgMS40NjM4OSAxMC42NjQgMS40MTEyOUMxMS4xODY2IDEuMzU4NjggMTEuNzE0NyAxLjQxMTQyIDEyLjIxNTMgMS41NjYyQzEyLjcxNTkgMS43MjA5OCAxMy4xNzgzIDEuOTc0NDcgMTMuNTczNCAyLjMxMDhDMTMuOTY4NSAyLjY0NzE0IDE0LjI4NzkgMy4wNTkwOCAxNC41MTE2IDMuNTIwODRDMTQuNzM1MyAzLjk4MjYgMTQuODU4NSA0LjQ4NDI1IDE0Ljg3MzQgNC45OTQzOEMxNC44ODg0IDUuNTA0NTEgMTQuNzk0OCA2LjAxMjE1IDE0LjU5ODUgNi40ODU1MUMxNC40MDIxIDYuOTU4ODggMTQuMTA3NCA3LjM4NzggMTMuNzMyNiA3Ljc0NTQxIiBzdHJva2U9IiMxMjEyMTIiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.icon-heart.full:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjczMjYgNy43NDA5Nkw4LjAwNjM2IDEzLjI1TDIuMjgwMTYgNy43NDA5Nk0yLjI4MDE2IDcuNzQwOTZDMS45MDI0NyA3LjM4MzkzIDEuNjA0OTYgNi45NTQ4MSAxLjQwNjM4IDYuNDgwNjFDMS4yMDc4IDYuMDA2NDEgMS4xMTI0NSA1LjQ5NzQgMS4xMjYzMiA0Ljk4NTY1QzEuMTQwMiA0LjQ3Mzg5IDEuMjYzMDEgMy45NzA0NyAxLjQ4NzAxIDMuNTA3MDhDMS43MTEwMiAzLjA0MzY5IDIuMDMxMzcgMi42MzAzOCAyLjQyNzg5IDIuMjkzMTZDMi44MjQ0MSAxLjk1NTk1IDMuMjg4NTEgMS43MDIxNCAzLjc5MDk3IDEuNTQ3NzJDNC4yOTM0MyAxLjM5MzMgNC44MjMzNiAxLjM0MTYyIDUuMzQ3MzkgMS4zOTU5MkM1Ljg3MTQzIDEuNDUwMjIgNi4zNzgyMSAxLjYwOTM0IDYuODM1ODMgMS44NjMyNEM3LjI5MzQ1IDIuMTE3MTUgNy42OTE5OSAyLjQ2MDM1IDguMDA2MzYgMi44NzEyM0M4LjMyMjA5IDIuNDYzMzMgOC43MjEwOSAyLjEyMzEzIDkuMTc4NCAxLjg3MTkyQzkuNjM1NyAxLjYyMDcxIDEwLjE0MTUgMS40NjM4OSAxMC42NjQgMS40MTEyOUMxMS4xODY2IDEuMzU4NjggMTEuNzE0NyAxLjQxMTQyIDEyLjIxNTMgMS41NjYyQzEyLjcxNTkgMS43MjA5OCAxMy4xNzgzIDEuOTc0NDcgMTMuNTczNCAyLjMxMDhDMTMuOTY4NSAyLjY0NzE0IDE0LjI4NzkgMy4wNTkwOCAxNC41MTE2IDMuNTIwODRDMTQuNzM1MyAzLjk4MjYgMTQuODU4NSA0LjQ4NDI1IDE0Ljg3MzQgNC45OTQzOEMxNC44ODg0IDUuNTA0NTEgMTQuNzk0OCA2LjAxMjE1IDE0LjU5ODUgNi40ODU1MUMxNC40MDIxIDYuOTU4ODggMTQuMTA3NCA3LjM4NzggMTMuNzMyNiA3Ljc0NTQxIiBmaWxsPSIjMTIxMjEyIi8+CjxwYXRoIGQ9Ik0xMy43MzI2IDcuNzQwOTZMOC4wMDYzNiAxMy4yNUwyLjI4MDE2IDcuNzQwOTZNMi4yODAxNiA3Ljc0MDk2QzEuOTAyNDcgNy4zODM5MyAxLjYwNDk2IDYuOTU0ODEgMS40MDYzOCA2LjQ4MDYxQzEuMjA3OCA2LjAwNjQxIDEuMTEyNDUgNS40OTc0IDEuMTI2MzIgNC45ODU2NUMxLjE0MDIgNC40NzM4OSAxLjI2MzAxIDMuOTcwNDcgMS40ODcwMSAzLjUwNzA4QzEuNzExMDIgMy4wNDM2OSAyLjAzMTM3IDIuNjMwMzggMi40Mjc4OSAyLjI5MzE2QzIuODI0NDEgMS45NTU5NSAzLjI4ODUxIDEuNzAyMTQgMy43OTA5NyAxLjU0NzcyQzQuMjkzNDMgMS4zOTMzIDQuODIzMzYgMS4zNDE2MiA1LjM0NzM5IDEuMzk1OTJDNS44NzE0MyAxLjQ1MDIyIDYuMzc4MjEgMS42MDkzNCA2LjgzNTgzIDEuODYzMjRDNy4yOTM0NSAyLjExNzE1IDcuNjkxOTkgMi40NjAzNSA4LjAwNjM2IDIuODcxMjNDOC4zMjIwOSAyLjQ2MzMzIDguNzIxMDkgMi4xMjMxMyA5LjE3ODQgMS44NzE5MkM5LjYzNTcgMS42MjA3MSAxMC4xNDE1IDEuNDYzODkgMTAuNjY0IDEuNDExMjlDMTEuMTg2NiAxLjM1ODY4IDExLjcxNDcgMS40MTE0MiAxMi4yMTUzIDEuNTY2MkMxMi43MTU5IDEuNzIwOTggMTMuMTc4MyAxLjk3NDQ3IDEzLjU3MzQgMi4zMTA4QzEzLjk2ODUgMi42NDcxNCAxNC4yODc5IDMuMDU5MDggMTQuNTExNiAzLjUyMDg0QzE0LjczNTMgMy45ODI2IDE0Ljg1ODUgNC40ODQyNSAxNC44NzM0IDQuOTk0MzhDMTQuODg4NCA1LjUwNDUxIDE0Ljc5NDggNi4wMTIxNSAxNC41OTg1IDYuNDg1NTFDMTQuNDAyMSA2Ljk1ODg4IDE0LjEwNzQgNy4zODc4IDEzLjczMjYgNy43NDU0MSIgc3Ryb2tlPSIjMTIxMjEyIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.icon-question:before {
  position: relative;
  top: 4px;
  margin-right: 5px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjMxMzQ3IDIuMDgxODVDNC41MTY1MiAyLjA4MTg1IDEuNDM4NDggNS4xNTk4OSAxLjQzODQ4IDguOTU2ODRDMS40Mzg0OCAxMi43NTM4IDQuNTE2NTIgMTUuODMxOCA4LjMxMzQ3IDE1LjgzMThDMTIuMTEwNCAxNS44MzE4IDE1LjE4ODUgMTIuNzUzOCAxNS4xODg1IDguOTU2ODRDMTUuMTg4NSA1LjE1OTg5IDEyLjExMDQgMi4wODE4NSA4LjMxMzQ3IDIuMDgxODVaTTAuMTg4NDc3IDguOTU2ODRDMC4xODg0NzcgNC40Njk1MyAzLjgyNjE2IDAuODMxODQ4IDguMzEzNDcgMC44MzE4NDhDMTIuODAwOCAwLjgzMTg0OCAxNi40Mzg1IDQuNDY5NTMgMTYuNDM4NSA4Ljk1Njg0QzE2LjQzODUgMTMuNDQ0MiAxMi44MDA4IDE3LjA4MTggOC4zMTM0NyAxNy4wODE4QzMuODI2MTYgMTcuMDgxOCAwLjE4ODQ3NyAxMy40NDQyIDAuMTg4NDc3IDguOTU2ODRaTTguMzEzNDcgMTIuNDk4NUM4LjY1ODY1IDEyLjQ5ODUgOC45Mzg0NyAxMi43NzgzIDguOTM4NDcgMTMuMTIzNVYxMy4xMzE4QzguOTM4NDcgMTMuNDc3IDguNjU4NjUgMTMuNzU2OCA4LjMxMzQ3IDEzLjc1NjhDNy45NjgyOSAxMy43NTY4IDcuNjg4NDcgMTMuNDc3IDcuNjg4NDcgMTMuMTMxOFYxMy4xMjM1QzcuNjg4NDcgMTIuNzc4MyA3Ljk2ODI5IDEyLjQ5ODUgOC4zMTM0NyAxMi40OTg1Wk04LjM4MDY0IDQuMTQxNTlDNy45NDg1NiA0LjE0MDM5IDcuNTIyMSA0LjIzOTUxIDcuMTM0ODMgNC40MzExM0M2Ljc0NzU2IDQuNjIyNzYgNi40MTAwNiA0LjkwMTY2IDYuMTQ4ODkgNS4yNDU4OEM1Ljk0MDI2IDUuNTIwODcgNS45OTQwNSA1LjkxMjkzIDYuMjY5MDQgNi4xMjE1NkM2LjU0NDAzIDYuMzMwMiA2LjkzNjA4IDYuMjc2NDEgNy4xNDQ3MiA2LjAwMTQyQzcuMjg4OTQgNS44MTEzMiA3LjQ3NTMyIDUuNjU3MyA3LjY4OTE5IDUuNTUxNDhDNy45MDMwNSA1LjQ0NTY2IDguMTM4NTYgNS4zOTA5MiA4LjM3NzE4IDUuMzkxNThDOC42MTU3OSA1LjM5MjI1IDguODUwOTkgNS40NDgyOSA5LjA2NDI3IDUuNTU1MjlDOS4yNzc1NCA1LjY2MjMgOS40NjMwNyA1LjgxNzM1IDkuNjA2MjMgNi4wMDgyNUM5Ljc0OTQgNi4xOTkxNCA5Ljg0NjMgNi40MjA2NSA5Ljg4OTMxIDYuNjU1MzZDOS45MzIzMiA2Ljg5MDA2IDkuOTIwMjcgNy4xMzE1NSA5Ljg1NDA5IDcuMzYwOEM5Ljc4NzkxIDcuNTkwMDYgOS42Njk0MyA3LjgwMDgyIDkuNTA3OTUgNy45NzY1QzkuMzQ4MDQgOC4xNTA0OCA5LjE1MDMgOC4yODUzNSA4LjkzMDAyIDguMzcwNzNDOC41NTA2NCA4LjUwNjQyIDguMjI0OTcgOC43NjA3NSA4LjAwMTM3IDkuMDk2MTRDNy43NzU5MiA5LjQzNDMxIDcuNjY2NDYgOS44MzY1OSA3LjY4OTQ4IDEwLjI0MjRDNy43MDkwMiAxMC41ODcgOC4wMDQyNCAxMC44NTA1IDguMzQ4ODYgMTAuODMxQzguNjkzNDkgMTAuODExNCA4Ljk1NzAxIDEwLjUxNjIgOC45Mzc0NyAxMC4xNzE2QzguOTI5OCAxMC4wMzYzIDguOTY2MjggOS45MDIyNCA5LjA0MTQzIDkuNzg5NTFDOS4xMTY1OCA5LjY3Njc5IDkuMjI2MzMgOS41OTE1MyA5LjM1NDEzIDkuNTQ2NTlMOS4zNzAwNSA5LjU0MDc1QzkuNzczNjMgOS4zODY0MiAxMC4xMzU5IDkuMTQwNTEgMTAuNDI4MyA4LjgyMjM4QzEwLjcyMDcgOC41MDQyNiAxMC45MzUyIDguMTIyNjEgMTEuMDU1MSA3LjcwNzQ3QzExLjE3NDkgNy4yOTIzNCAxMS4xOTY3IDYuODU1MDYgMTEuMTE4OCA2LjQzMDA1QzExLjA0MSA2LjAwNTA0IDEwLjg2NTUgNS42MDM5MSAxMC42MDYyIDUuMjU4MjVDMTAuMzQ3IDQuOTEyNTggMTAuMDExIDQuNjMxODEgOS42MjQ4MyA0LjQzODA0QzkuMjM4NjMgNC4yNDQyNyA4LjgxMjczIDQuMTQyNzkgOC4zODA2NCA0LjE0MTU5WiIgZmlsbD0iIzEyMTIxMiIvPgo8L3N2Zz4K");
}

.icon-share:before {
  position: relative;
  top: 4px;
  margin-right: 5px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC43NDA3IDMuMDM4MzlDMTMuNzA1MiAzLjAzODM5IDEyLjg2NTcgMy44Nzc4NiAxMi44NjU3IDQuOTEzMzlDMTIuODY1NyA1LjE4NDU5IDEyLjkyMzMgNS40NDIzNSAxMy4wMjY5IDUuNjc1MUMxMy4wMzM4IDUuNjg2NTUgMTMuMDQwMyA1LjY5ODMgMTMuMDQ2NSA1LjcxMDM0QzEzLjA1NzkgNS43MzI0NiAxMy4wNjc4IDUuNzU0OTUgMTMuMDc2NCA1Ljc3NzdDMTMuMzg4OSA2LjM3ODI1IDE0LjAxNjkgNi43ODgzOSAxNC43NDA3IDYuNzg4MzlDMTUuNzc2MiA2Ljc4ODM5IDE2LjYxNTcgNS45NDg5MiAxNi42MTU3IDQuOTEzMzlDMTYuNjE1NyAzLjg3Nzg2IDE1Ljc3NjIgMy4wMzgzOSAxNC43NDA3IDMuMDM4MzlaTTExLjYxNTcgNC45MTMzOUMxMS42MTU3IDUuMTgyODMgMTEuNjQ5OCA1LjQ0NDMxIDExLjcxMzkgNS42OTM3NUw3LjIxODg5IDguMDA5MzdDNi42NDc1NiA3LjI2Njg3IDUuNzUwMDIgNi43ODgzOSA0Ljc0MDcyIDYuNzg4MzlDMy4wMTQ4MyA2Ljc4ODM5IDEuNjE1NzIgOC4xODc1IDEuNjE1NzIgOS45MTMzOUMxLjYxNTcyIDExLjYzOTMgMy4wMTQ4MyAxMy4wMzg0IDQuNzQwNzIgMTMuMDM4NEM1Ljc1MDEzIDEzLjAzODQgNi42NDc3NSAxMi41NTk4IDcuMjE5MDcgMTEuODE3MkwxMS43MTQgMTQuMTMyN0MxMS42NDk4IDE0LjM4MjMgMTEuNjE1NyAxNC42NDM4IDExLjYxNTcgMTQuOTEzNEMxMS42MTU3IDE2LjYzOTMgMTMuMDE0OCAxOC4wMzg0IDE0Ljc0MDcgMTguMDM4NEMxNi40NjY2IDE4LjAzODQgMTcuODY1NyAxNi42MzkzIDE3Ljg2NTcgMTQuOTEzNEMxNy44NjU3IDEzLjE4NzUgMTYuNDY2NiAxMS43ODg0IDE0Ljc0MDcgMTEuNzg4NEMxMy43MzE1IDExLjc4ODQgMTIuODM0IDEyLjI2NjggMTIuMjYyNiAxMy4wMDkzTDcuNzY3NTQgMTAuNjkzNkM3LjgzMTYzIDEwLjQ0NDIgNy44NjU3MiAxMC4xODI4IDcuODY1NzIgOS45MTMzOUM3Ljg2NTcyIDkuNjQzODkgNy44MzE2MSA5LjM4MjM3IDcuNzY3NDYgOS4xMzI4OUwxMi4yNjI1IDYuODE3MjlDMTIuODMzOCA3LjU1OTg2IDEzLjczMTQgOC4wMzgzOSAxNC43NDA3IDguMDM4MzlDMTYuNDY2NiA4LjAzODM5IDE3Ljg2NTcgNi42MzkyOCAxNy44NjU3IDQuOTEzMzlDMTcuODY1NyAzLjE4NzUgMTYuNDY2NiAxLjc4ODM5IDE0Ljc0MDcgMS43ODgzOUMxMy4wMTQ4IDEuNzg4MzkgMTEuNjE1NyAzLjE4NzUgMTEuNjE1NyA0LjkxMzM5Wk02LjQ1MzU3IDEwLjY3NzNDNi41NTc3OCAxMC40NDM5IDYuNjE1NzIgMTAuMTg1NCA2LjYxNTcyIDkuOTEzMzlDNi42MTU3MiA5LjY0MDgyIDYuNTU3NTYgOS4zODE4MyA2LjQ1Mjk3IDkuMTQ4MTZDNi40NDY4IDkuMTM3NzIgNi40NDA5IDkuMTI3MDMgNi40MzUyNyA5LjExNjExQzYuNDI0NDcgOS4wOTUxMyA2LjQxNDk2IDkuMDczODIgNi40MDY3MyA5LjA1MjI4QzYuMDk0NzkgOC40NDk5OCA1LjQ2NTgyIDguMDM4MzkgNC43NDA3MiA4LjAzODM5QzMuNzA1MTkgOC4wMzgzOSAyLjg2NTcyIDguODc3ODUgMi44NjU3MiA5LjkxMzM5QzIuODY1NzIgMTAuOTQ4OSAzLjcwNTE5IDExLjc4ODQgNC43NDA3MiAxMS43ODg0QzUuNDY1NDYgMTEuNzg4NCA2LjA5NDE3IDExLjM3NzIgNi40MDYyNyAxMC43NzU0QzYuNDE0NiAxMC43NTM0IDYuNDI0MjYgMTAuNzMxNyA2LjQzNTI3IDEwLjcxMDNDNi40NDEwOCAxMC42OTkxIDYuNDQ3MTkgMTAuNjg4IDYuNDUzNTcgMTAuNjc3M1pNMTMuMDI3NSAxNC4xNTA0QzEzLjAzNDEgMTQuMTM5MiAxMy4wNDA1IDE0LjEyNzggMTMuMDQ2NSAxNC4xMTYxQzEzLjA1NzcgMTQuMDk0NCAxMy4wNjc1IDE0LjA3MjMgMTMuMDc1OSAxNC4wNDk5QzEzLjM4ODMgMTMuNDQ4OSAxNC4wMTY2IDEzLjAzODQgMTQuNzQwNyAxMy4wMzg0QzE1Ljc3NjIgMTMuMDM4NCAxNi42MTU3IDEzLjg3NzggMTYuNjE1NyAxNC45MTM0QzE2LjYxNTcgMTUuOTQ4OSAxNS43NzYyIDE2Ljc4ODQgMTQuNzQwNyAxNi43ODg0QzEzLjcwNTIgMTYuNzg4NCAxMi44NjU3IDE1Ljk0ODkgMTIuODY1NyAxNC45MTM0QzEyLjg2NTcgMTQuNjQxNyAxMi45MjM1IDE0LjM4MzUgMTMuMDI3NSAxNC4xNTA0WiIgZmlsbD0iIzEyMTIxMiIvPgo8L3N2Zz4K");
}

.icon-size-guide:before {
  position: relative;
  top: 1px;
  margin-right: 8px;
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTggMTIiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xIDIuNDI4NzVjMC0uMzAwMzkuMDg5MTItLjU1MjIuMjA4MzYtLjcxNjYuMTE5NjktLjE2NTA0LjI0MTk3LS4yMTIxNS4zMjc4Mi0uMjEyMTVoMS4yMjY5OHYzLjVjMCAuMjc2MTQuMjIzODYuNS41LjVzLjUtLjIyMzg2LjUtLjV2LTMuNWgxLjc2MzE2djIuNWMwIC4yNzYxNC4yMjM4NS41LjUuNS4yNzYxNCAwIC41LS4yMjM4Ni41LS41di0yLjVoMS43NjMxNnYzLjVjMCAuMjc2MTQuMjIzODUuNS41LjUuMjc2MTQgMCAuNS0uMjIzODYuNS0uNXYtMy41aDEuNzYzMTJ2Mi41YzAgLjI3NjE0LjIyMzkuNS41LjUuMjc2MiAwIC41LS4yMjM4Ni41LS41di0yLjVoMS43NjMydjMuNWMwIC4yNzYxNC4yMjM5LjUuNS41cy41LS4yMjM4Ni41LS41di0zLjVoMS4yMjdjLjA4NTggMCAuMjA4MS4wNDcxMS4zMjc4LjIxMjE1LjExOTIuMTY0NC4yMDgzLjQxNjIxLjIwODMuNzE2NnY3LjE0MjVjMCAuMzAwMzgtLjA4OTEuNTUyMTUtLjIwODMuNzE2NTUtLjExOTcuMTY1MS0uMjQyLjIxMjItLjMyNzguMjEyMmgtMTQuNjIxNzVjLS4wNTM4MiAwLS4xNDk4MS0uMDI4NC0uMjQ4NzUtLjE2MjctLjEwMDg0LS4xMzY5LS4xNzIzLS4zNDcxLS4xNzIzLS41ODczem0xMC41NTI2LTEuOTI4NzVoMi43NjMyIDEuNzI3Yy40ODYxIDAgLjg4MTkuMjcyODg1IDEuMTM3My42MjUwNC4yNTU5LjM1Mjc4LjM5ODguODE1MzQuMzk4OCAxLjMwMzcxdjcuMTQyNWMwIC40ODgzNS0uMTQyOS45NTA5NS0uMzk4OCAxLjMwMzc1LS4yNTU0LjM1MjEtLjY1MTIuNjI1LTEuMTM3My42MjVoLTE0LjYyMTc1Yy0uNDM0NzMyIDAtLjgwNzI4Ny0uMjM1LTEuMDUzODA4LS41Njk1LS4yNDQ2MTktLjMzMi0uMzY3MjQyLS43NTc3LS4zNjcyNDItMS4xODA1di03LjMyMTI1YzAtLjQ4ODM3LjE0Mjk4Ni0uOTUwOTMuMzk4ODQ4LTEuMzAzNzEuMjU1NDA1LS4zNTIxNTUuNjUxMjEyLS42MjUwNCAxLjEzNzMzMi0uNjI1MDRoMS43MjY5OCAyLjc2MzE2IDIuNzYzMTZ6IiBmaWxsPSIjMTIxMjEyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
}

.icon-delivery:before {
  position: relative;
  top: 3px;
  margin-right: 8px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS41Njg0IDEuNUMxMS41Njg0IDEuMTU0ODIgMTEuMjg4NSAwLjg3NSAxMC45NDM0IDAuODc1QzEwLjU5ODIgMC44NzUgMTAuMzE4NCAxLjE1NDgyIDEwLjMxODQgMS41VjIuNTQxNjdINC45MDE2OVYxLjVDNC45MDE2OSAxLjE1NDgyIDQuNjIxODcgMC44NzUgNC4yNzY2OSAwLjg3NUMzLjkzMTUxIDAuODc1IDMuNjUxNjkgMS4xNTQ4MiAzLjY1MTY5IDEuNVYyLjU0MTY3SDIuNjEwMDNDMS4zNDQzNyAyLjU0MTY3IDAuMzE4MzU5IDMuNTY3NjggMC4zMTgzNTkgNC44MzMzM1Y4LjE2NjY3VjE0LjgzMzNDMC4zMTgzNTkgMTYuMDk5IDEuMzQ0MzcgMTcuMTI1IDIuNjEwMDMgMTcuMTI1SDEyLjYxQzEzLjg3NTcgMTcuMTI1IDE0LjkwMTcgMTYuMDk5IDE0LjkwMTcgMTQuODMzM1Y4LjE2NjY3VjQuODMzMzNDMTQuOTAxNyAzLjU2NzY4IDEzLjg3NTcgMi41NDE2NyAxMi42MSAyLjU0MTY3SDExLjU2ODRWMS41Wk0xMy42NTE3IDcuNTQxNjdWNC44MzMzM0MxMy42NTE3IDQuMjU4MDQgMTMuMTg1MyAzLjc5MTY3IDEyLjYxIDMuNzkxNjdIMTEuNTY4NFY0LjgzMzMzQzExLjU2ODQgNS4xNzg1MSAxMS4yODg1IDUuNDU4MzMgMTAuOTQzNCA1LjQ1ODMzQzEwLjU5ODIgNS40NTgzMyAxMC4zMTg0IDUuMTc4NTEgMTAuMzE4NCA0LjgzMzMzVjMuNzkxNjdINC45MDE2OVY0LjgzMzMzQzQuOTAxNjkgNS4xNzg1MSA0LjYyMTg3IDUuNDU4MzMgNC4yNzY2OSA1LjQ1ODMzQzMuOTMxNTEgNS40NTgzMyAzLjY1MTY5IDUuMTc4NTEgMy42NTE2OSA0LjgzMzMzVjMuNzkxNjdIMi42MTAwM0MyLjAzNDczIDMuNzkxNjcgMS41NjgzNiA0LjI1ODA0IDEuNTY4MzYgNC44MzMzM1Y3LjU0MTY3SDEzLjY1MTdaTTEuNTY4MzYgOC43OTE2N0gxMy42NTE3VjE0LjgzMzNDMTMuNjUxNyAxNS40MDg2IDEzLjE4NTMgMTUuODc1IDEyLjYxIDE1Ljg3NUgyLjYxMDAzQzIuMDM0NzMgMTUuODc1IDEuNTY4MzYgMTUuNDA4NiAxLjU2ODM2IDE0LjgzMzNWOC43OTE2N1oiIGZpbGw9IiMxMjEyMTIiLz4KPC9zdmc+Cg==");
}

.icon-shipping:before {
  position: relative;
  top: 3px;
  margin-right: 8px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjY2Njk5MiAwLjU0MTMyMUMwLjMyMTgxNCAwLjU0MTMyMSAwLjA0MTk5MjIgMC44MjExNDMgMC4wNDE5OTIyIDEuMTY2MzJDMC4wNDE5OTIyIDEuNTExNSAwLjMyMTgxNCAxLjc5MTMyIDAuNjY2OTkyIDEuNzkxMzJIOS4yMDg2NlYxLjk5OTY1VjYuMTY2MzJWMTAuNTQxM0g3LjAzOTA2QzYuNzY3MDEgOS41Nzk0NCA1Ljg4MjY0IDguODc0NjUgNC44MzM2NiA4Ljg3NDY1QzMuNzg0NjggOC44NzQ2NSAyLjkwMDMxIDkuNTc5NDQgMi42MjgyNiAxMC41NDEzSDIuMTI1MzNWNy44MzI5OUMyLjEyNTMzIDcuNDg3ODEgMS44NDU1IDcuMjA3OTkgMS41MDAzMyA3LjIwNzk5QzEuMTU1MTUgNy4yMDc5OSAwLjg3NTMyNiA3LjQ4NzgxIDAuODc1MzI2IDcuODMyOTlWMTEuMTY2M0MwLjg3NTMyNiAxMS41MTE1IDEuMTU1MTUgMTEuNzkxMyAxLjUwMDMzIDExLjc5MTNIMi42MjgyNkMyLjkwMDMxIDEyLjc1MzIgMy43ODQ2OCAxMy40NTggNC44MzM2NiAxMy40NThDNS44ODI2NCAxMy40NTggNi43NjcwMSAxMi43NTMyIDcuMDM5MDYgMTEuNzkxM0g5LjgzMzY2SDEwLjk2MTZDMTEuMjMzNiAxMi43NTMyIDEyLjExOCAxMy40NTggMTMuMTY3IDEzLjQ1OEMxNC4yMTYgMTMuNDU4IDE1LjEwMDMgMTIuNzUzMiAxNS4zNzI0IDExLjc5MTNIMTYuNTAwM0MxNi44NDU1IDExLjc5MTMgMTcuMTI1MyAxMS41MTE1IDE3LjEyNTMgMTEuMTY2M1Y2LjE3NjYyQzE3LjEyNjQgNi4xMTY4NSAxNy4xMTg4IDYuMDU2NTQgMTcuMTAyMyA1Ljk5NzU5QzE3LjA4NjIgNS45Mzk5MyAxNy4wNjIgNS44ODU2NCAxNy4wMzEgNS44MzZMMTQuNTM2MyAxLjY3ODA5QzE0LjQyMzMgMS40ODk4NCAxNC4yMTk5IDEuMzc0NjUgMTQuMDAwMyAxLjM3NDY1SDEwLjQ1ODdWMS4xNjYzMkMxMC40NTg3IDAuODIxMTQzIDEwLjE3ODggMC41NDEzMjEgOS44MzM2NiAwLjU0MTMyMUgwLjY2Njk5MlpNMTUuMzcyNCAxMC41NDEzSDE1Ljg3NTNWNi43OTEzMkgxMC40NTg3VjEwLjU0MTNIMTAuOTYxNkMxMS4yMzM2IDkuNTc5NDQgMTIuMTE4IDguODc0NjUgMTMuMTY3IDguODc0NjVDMTQuMjE2IDguODc0NjUgMTUuMTAwMyA5LjU3OTQ0IDE1LjM3MjQgMTAuNTQxM1pNMTIuMTI1MyAxMS4xNjYzQzEyLjEyNTMgMTAuNTkxIDEyLjU5MTcgMTAuMTI0NyAxMy4xNjcgMTAuMTI0N0MxMy43NDIzIDEwLjEyNDcgMTQuMjA4NyAxMC41OTEgMTQuMjA4NyAxMS4xNjYzQzE0LjIwODcgMTEuNzQxNiAxMy43NDIzIDEyLjIwOCAxMy4xNjcgMTIuMjA4QzEyLjU5MTcgMTIuMjA4IDEyLjEyNTMgMTEuNzQxNiAxMi4xMjUzIDExLjE2NjNaTTMuNzkxOTkgMTEuMTY2M0MzLjc5MTk5IDExLjc0MTYgNC4yNTgzNiAxMi4yMDggNC44MzM2NiAxMi4yMDhDNS40MDg5NiAxMi4yMDggNS44NzUzMyAxMS43NDE2IDUuODc1MzMgMTEuMTY2M0M1Ljg3NTMzIDEwLjU5MSA1LjQwODk2IDEwLjEyNDcgNC44MzM2NiAxMC4xMjQ3QzQuMjU4MzYgMTAuMTI0NyAzLjc5MTk5IDEwLjU5MSAzLjc5MTk5IDExLjE2NjNaTTEwLjQ1ODcgNS41NDEzMlYyLjYyNDY1SDEzLjY0NjVMMTUuMzk2NSA1LjU0MTMySDEwLjQ1ODdaIiBmaWxsPSIjMTIxMjEyIi8+Cjwvc3ZnPgo=");
}

/* Stock levels */
.stock-level {
  color: #6DB95A;
}
.stock-level.amber {
  color: #FA8E10;
}
.stock-level.red {
  color: #E92626;
}

.woocommerce-variation-availability {
  display: none;
}

/* Modals */
@keyframes bounceIn {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.modal-content {
  animation: bounceIn 0.6s ease-out;
}
.modal-content .gform-body input[type=text], .modal-content .gform-body input[type=email], .modal-content .gform-body input[type=tel], .modal-content .gform-body textarea{
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}
.woocommerce-widget-layered-nav-list .swatch.modal-content .gform-body input[type=text],.woocommerce-widget-layered-nav-list .swatch .modal-content .gform-body input[type=email],.woocommerce-widget-layered-nav-list .swatch .modal-content .gform-body input[type=tel],.woocommerce-widget-layered-nav-list .swatch .modal-content .gform-body textarea {
  border: 1px solid #9A9A9A;
}
.product-block .swatch.modal-content .gform-body input[type=text],.product-block .swatch .modal-content .gform-body input[type=email],.product-block .swatch .modal-content .gform-body input[type=tel],.product-block .swatch .modal-content .gform-body textarea {
  border: 1px solid #9A9A9A;
}
.woocommerce-checkout .left-inner-wrap.modal-content .gform-body input[type=text],.woocommerce-checkout .left-inner-wrap .modal-content .gform-body input[type=email],.woocommerce-checkout .left-inner-wrap .modal-content .gform-body input[type=tel],.woocommerce-checkout .left-inner-wrap .modal-content .gform-body textarea {
  border: 1px solid #C4C4C4;
}
.modal-content .gform-body textarea {
  max-height: 110px;
}
.modal-content .gform-body .gfield--type-honeypot {
  display: none;
}

/* Appointments */
.main .wc-appointments-appointment-form-wrap{
  margin-bottom: 2.5rem;
}
@media (min-width: 768px){
  .main .wc-appointments-appointment-form-wrap{
    margin-bottom: 5rem;
  }
}
.main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form{
  margin-bottom: 0px;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (min-width: 768px){
  .main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form{
    padding: 2.25rem;
  }
}
.main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form p {
  font-size: 1.1em;
}
.main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form * {
  font-family: inherit;
}
.main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form h1, .main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form h2, .main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form h3, .main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form h4, .main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form h5 {
  font-family: "grange-condensed", sans-serif;
}
.main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form input[type=checkbox], .main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form input[type=radio] {
  width: 20px !important;
  height: 20px;
  position: relative;
  top: -2px;
  border-radius: 3px;
}
.main .wc-appointments-appointment-form-wrap .booking_hours_input, .main .wc-appointments-appointment-form-wrap .table_quantity_input, .main .wc-appointments-appointment-form-wrap .court_quantity_input{
  width: 100%;
  border-radius: 0.5rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.main .wc-appointments-appointment-form-wrap .wc-appointments-date-picker .ui-datepicker td.appointable a, .main .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot a{
  border-radius: 0.5rem;
}
.main .wc-appointments-appointment-form-wrap .wc-appointments-date-picker .ui-datepicker td.ui-datepicker-today a{
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}
.main .wc-appointments-appointment-form-wrap .wc-appointments-date-picker .ui-datepicker td.ui-datepicker-today.ui-datepicker-current-day a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.main .wc-appointments-appointment-form-wrap .quantity {
  display: none;
}

.product_title.entry-title{
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
}

@media (min-width: 768px){
  .product_title.entry-title{
    font-size: 62px;
  }
}

.entry-left{
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
}

@media (min-width: 768px){
  .entry-left{
    width: 58.333333%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .entry-left{
    padding-right: 2.5rem;
  }
}
.entry-left p{
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .entry-left p{
    margin-bottom: 1.5rem;
  }
}
.entry-left a, .entry-left a:link, .entry-left a:visited {
  color: #70102D;
  font-weight: bold;
}

.entry-summary{
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px){
  .entry-summary{
    top: -4rem;
    margin-top: 0px;
    width: 41.666667%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.entry-summary .variations_form.cart{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.entry-summary .variations_form.cart .tickets-form{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-bottom: 0px;
}
@media (min-width: 768px){
  .entry-summary .variations_form.cart .tickets-form{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.entry-summary .variations_form.cart .tickets-form table tr th:first-child, .entry-summary .variations_form.cart .tickets-form table tr td:first-child{
  width: 33.333333%;
}
.entry-summary .variations_form.cart .tickets-form .quantity input{
  width: 100%;
}
.entry-summary .variations_form.cart .variations{
  width: 100%;
  text-align: left;
}
.entry-summary .variations_form.cart .variations th, .entry-summary .variations_form.cart .variations td {
  vertical-align: top;
}
.entry-summary .variations_form.cart .variations select{
  width: 100%;
}

/* Flat UI Spinners */
.spinner {
  width: 65px;
  border-right-width: 0 !important;
  font-weight: bold;
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .spinner {
    width: 100%;
  }
}

.ui-spinner-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ui-spinner {
  display: block;
  overflow: hidden;
  padding: 0 37px 0 0;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.ui-spinner .ui-button-text {
  display: block;
  line-height: normal;
  padding-top: 2px;
}
.ui-spinner input {
  color: #96a5a6;
  border-color: #bdc3c7;
  text-align: center;
  padding: 6px;
  margin: 0;
  height: 42px;
  min-width: 60px;
  width: 100%;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: textfield !important;
}
.ui-spinner input[readonly] {
  background: #fff;
  cursor: default;
}
.ui-spinner.focus .ui-spinner-button{
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
}
.ui-spinner.focus .ui-spinner-up {
  border-bottom: 2px solid #70102D;
}
.ui-spinner.focus input{
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}

.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: 0.5em;
  line-height: 19px;
  height: 21px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 37px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #bdc3c7;
  outline: none;
}
.ui-spinner-button span {
  font-size: 0;
}
.ui-spinner-button span:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-weight: bold;
}

.ui-spinner-up {
  border-bottom: 2px solid #d1d5d8;
  top: 0;
  border-top-right-radius: 0.5rem;
}

.ui-spinner-down {
  bottom: 0;
  border-bottom-right-radius: 0.5rem;
}
.ui-spinner-down span:before {
  content: "\f0d7";
}

/* Cart items */
.woocommerce-cart-form .variation-AdditionalHours, .woocommerce-cart-form .variation-AdditionalTime {
  display: none;
}
.woocommerce-cart-form thead th {
  font-family: "grange-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .remove {
  color: #605F5F;
  font-size: 14px;
  margin-top: 0.5rem;
  display: block;
  max-width: 100px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .remove:before {
  position: relative;
  top: 3px;
  margin-right: 3px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgNS4yNUgxNSIgc3Ryb2tlPSIjNjA1RjVGIiBzdHJva2Utd2lkdGg9IjEuMTI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcuNSA4LjI1VjEyLjc1IiBzdHJva2U9IiM2MDVGNUYiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuNSA4LjI1VjEyLjc1IiBzdHJva2U9IiM2MDVGNUYiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy43NSA1LjI1TDQuNSAxNC4yNUM0LjUgMTQuNjQ3OCA0LjY1ODA0IDE1LjAyOTQgNC45MzkzNCAxNS4zMTA3QzUuMjIwNjQgMTUuNTkyIDUuNjAyMTggMTUuNzUgNiAxNS43NUgxMkMxMi4zOTc4IDE1Ljc1IDEyLjc3OTQgMTUuNTkyIDEzLjA2MDcgMTUuMzEwN0MxMy4zNDIgMTUuMDI5NCAxMy41IDE0LjY0NzggMTMuNSAxNC4yNUwxNC4yNSA1LjI1IiBzdHJva2U9IiM2MDVGNUYiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi43NSA1LjI1VjNDNi43NSAyLjgwMTA5IDYuODI5MDIgMi42MTAzMiA2Ljk2OTY3IDIuNDY5NjdDNy4xMTAzMiAyLjMyOTAyIDcuMzAxMDkgMi4yNSA3LjUgMi4yNUgxMC41QzEwLjY5ODkgMi4yNSAxMC44ODk3IDIuMzI5MDIgMTEuMDMwMyAyLjQ2OTY3QzExLjE3MSAyLjYxMDMyIDExLjI1IDIuODAxMDkgMTEuMjUgM1Y1LjI1IiBzdHJva2U9IiM2MDVGNUYiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .variation {
  color: #605F5F;
  font-size: 12px;
  margin-top: 0.5rem;
  display: flex;
}
footer .woocommerce-cart-form .woocommerce-cart-form__cart-item .variation .widget{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px){
  footer .woocommerce-cart-form .woocommerce-cart-form__cart-item .variation .widget{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  footer .woocommerce-cart-form .woocommerce-cart-form__cart-item .variation .widget:last-child {
    text-align: right;
  }
}
.main .collections-block > .container > .woocommerce-cart-form .woocommerce-cart-form__cart-item .variation{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 4rem;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .variation dt, .woocommerce-cart-form .woocommerce-cart-form__cart-item .variation dd {
  margin-right: 3px;
}
@media (min-width: 768px){
  .woocommerce-cart-form .coupon{
    float: left;
  }
}
.woocommerce-cart-form .coupon .input-text{
  float: left;
  height: 42px;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.woocommerce-cart-form .coupon .button{
  height: 42px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
@media (min-width: 768px){
  .woocommerce-cart-form .coupon .button{
    float: left;
  }
}
.woocommerce-cart-form .actions > .button{
  margin-top: 1rem;
}
@media (min-width: 768px){
  .woocommerce-cart-form .actions > .button{
    float: right;
    margin-top: 0px;
  }
}

.quantity-wrap {
  display: flex;
  width: 90px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 2px;
  justify-content: center;
}
.quantity-wrap .btn-minus, .quantity-wrap .btn-plus {
  cursor: pointer;
}
.quantity-wrap .btn-minus:before, .quantity-wrap .btn-plus:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.quantity-wrap .btn-minus:before {
  left: 7px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDExIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjIyODUyIDFIMTAuNTYxOCIgc3Ryb2tlPSIjMTIxMjEyIiBzdHJva2Utd2lkdGg9IjAuNzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.quantity-wrap .btn-plus:before {
  right: 4px;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjM3NTY0IDEuMzMzMDFDNi4zNzU2NCAxLjEyNTkgNi4yMDc3NSAwLjk1ODAwOCA2LjAwMDY0IDAuOTU4MDA4QzUuNzkzNTMgMC45NTgwMDggNS42MjU2NCAxLjEyNTkgNS42MjU2NCAxLjMzMzAxVjUuNjI1SDEuMzMzOThDMS4xMjY4OCA1LjYyNSAwLjk1ODk4NCA1Ljc5Mjg5IDAuOTU4OTg0IDZDMC45NTg5ODQgNi4yMDcxMSAxLjEyNjg4IDYuMzc1IDEuMzMzOTggNi4zNzVINS42MjU2NFYxMC42NjYzQzUuNjI1NjQgMTAuODczNCA1Ljc5MzUzIDExLjA0MTMgNi4wMDA2NCAxMS4wNDEzQzYuMjA3NzUgMTEuMDQxMyA2LjM3NTY0IDEwLjg3MzQgNi4zNzU2NCAxMC42NjYzVjYuMzc1SDEwLjY2NzNDMTAuODc0NCA2LjM3NSAxMS4wNDIzIDYuMjA3MTEgMTEuMDQyMyA2QzExLjA0MjMgNS43OTI4OSAxMC44NzQ0IDUuNjI1IDEwLjY2NzMgNS42MjVINi4zNzU2NFYxLjMzMzAxWiIgZmlsbD0iIzEyMTIxMiIvPgo8L3N2Zz4K");
}
.quantity-wrap .quantity .qty {
  text-align: center;
  box-shadow: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  height: 30px;
  width: 55px;
  padding: 0;
  margin: 0;
  border: none;
}
.quantity-wrap .quantity .qty::-webkit-inner-spin-button, .quantity-wrap .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.quantity-wrap .quantity button {
  width: 50px;
  padding: 0.5em;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 900;
  background: white;
  border: 1px solid #aaa;
}

/* Cart summary */
.cart-collaterals {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 2.5rem;
}
.cart-collaterals .cart_totals {
  width: 100%;
  border: 1px solid #CBCBCB;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 768px) {
  .cart-collaterals .cart_totals {
    width: 50%;
  }
}
.cart-collaterals .cart_totals h2 {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 10px;
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}
.cart-collaterals .cart_totals .shop_table{
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: left;
}
.cart-collaterals .cart_totals .shop_table th{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-weight: 500;
}
.cart-collaterals .cart_totals .shop_table td{
  text-align: right;
}
.cart-collaterals .cart_totals .shop_table .order-total{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.wc-proceed-to-checkout .button.checkout-button{
  margin-top: 1.25rem;
  display: block;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(112 16 45 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Josefin Sans", sans-serif;
}

.wc-proceed-to-checkout .button.checkout-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 234 207 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 234 207 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .wc-proceed-to-checkout .button.checkout-button{
    padding: 1.25rem;
  }
}

/* Mini Cart */
.minicart-height {
  height: calc(100vh - 110px);
}
.minicart-height .woocommerce.widget_shopping_cart {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.minicart-height .woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
}
.minicart-height .woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart {
  padding-bottom: 15px;
}
.minicart-height .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
}
.minicart-height .woocommerce.widget_shopping_cart .button.checkout{
  margin-top: 1.25rem;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.woocommerce-mini-cart-item .remove {
  color: #605F5F;
  font-size: 14px;
  margin-top: 0.5rem;
  display: block;
}
.woocommerce-mini-cart-item .remove:before {
  position: relative;
  top: 3px;
  margin-right: 3px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgNS4yNUgxNSIgc3Ryb2tlPSIjNjA1RjVGIiBzdHJva2Utd2lkdGg9IjEuMTI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcuNSA4LjI1VjEyLjc1IiBzdHJva2U9IiM2MDVGNUYiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuNSA4LjI1VjEyLjc1IiBzdHJva2U9IiM2MDVGNUYiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy43NSA1LjI1TDQuNSAxNC4yNUM0LjUgMTQuNjQ3OCA0LjY1ODA0IDE1LjAyOTQgNC45MzkzNCAxNS4zMTA3QzUuMjIwNjQgMTUuNTkyIDUuNjAyMTggMTUuNzUgNiAxNS43NUgxMkMxMi4zOTc4IDE1Ljc1IDEyLjc3OTQgMTUuNTkyIDEzLjA2MDcgMTUuMzEwN0MxMy4zNDIgMTUuMDI5NCAxMy41IDE0LjY0NzggMTMuNSAxNC4yNUwxNC4yNSA1LjI1IiBzdHJva2U9IiM2MDVGNUYiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi43NSA1LjI1VjNDNi43NSAyLjgwMTA5IDYuODI5MDIgMi42MTAzMiA2Ljk2OTY3IDIuNDY5NjdDNy4xMTAzMiAyLjMyOTAyIDcuMzAxMDkgMi4yNSA3LjUgMi4yNUgxMC41QzEwLjY5ODkgMi4yNSAxMC44ODk3IDIuMzI5MDIgMTEuMDMwMyAyLjQ2OTY3QzExLjE3MSAyLjYxMDMyIDExLjI1IDIuODAxMDkgMTEuMjUgM1Y1LjI1IiBzdHJva2U9IiM2MDVGNUYiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.woocommerce-mini-cart-item .woocommerce-Price-amount {
  font-weight: 600;
}
.woocommerce-mini-cart-item .variation {
  color: #605F5F;
  font-size: 12px;
  margin-top: 0.5rem;
  display: flex;
}
footer .woocommerce-mini-cart-item .variation .widget{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px){
  footer .woocommerce-mini-cart-item .variation .widget{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  footer .woocommerce-mini-cart-item .variation .widget:last-child {
    text-align: right;
  }
}
.main .collections-block > .container > .woocommerce-mini-cart-item .variation{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 4rem;
}
.woocommerce-mini-cart-item .variation dt, .woocommerce-mini-cart-item .variation dd {
  margin-right: 3px;
}

.return-to-shop {
  margin-left: 0 !important;
  margin-top: 30px;
}
.return-to-shop .button{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.return-to-shop .button:hover{
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}

/* Cart mobile styling */
@media screen and (max-width: 640px) {
  .woocommerce-cart .woocommerce-cart-form table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .woocommerce-cart .woocommerce-cart-form table thead {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
  }
  .woocommerce-cart .woocommerce-cart-form table td {
    display: block;
    text-align: right;
    padding: 0.75rem;
    position: relative;
  }
  .woocommerce-cart .woocommerce-cart-form table td::before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 0.75rem;
    font-weight: 600;
    text-align: left;
  }
  .woocommerce-cart .woocommerce-cart-form table tr td:first-child:before {
    display: none;
  }
}
/* Checkout Styling */
.booking-widget-checkout {
  padding: 25px 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
  color: #fff;
  margin-bottom: 30px;
}
.booking-widget-checkout table, .booking-widget-checkout tbody {
  background: none;
}
.booking-widget-checkout table td, .booking-widget-checkout tbody td {
  padding-left: 0;
}
@media (min-width: 768px) {
  .booking-widget-checkout {
    margin-right: 30px;
    padding: 30px 35px;
  }
}

.woocommerce-checkout-review-order-table{
  width: 100%;
}
.woocommerce-checkout-review-order-table th{
  text-align: left;
}

.woocommerce-checkout {
  /* coupon form */
}
.woocommerce-checkout .woocommerce {
  padding-top: 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce {
    padding-top: 30px;
  }
}
.woocommerce-checkout .woocommerce #checkout_timeline {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce #checkout_timeline.horizontal.style2 li .timeline-wrapper {
  padding: 10px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout {
  padding-bottom: 30px;
}
.woocommerce-checkout .woocommerce h2, .woocommerce-checkout .woocommerce h3, .woocommerce-checkout .woocommerce h4 {
  color: #70102D;
}
.woocommerce-checkout .woocommerce .form-row{
  margin-bottom: 1rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .input-text {
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-last, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field {
  width: 47%;
}
.woocommerce-checkout #order_comments_field .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-checkout #order_comments_field .woocommerce-input-wrapper #order_comments {
  width: 100%;
}
.woocommerce-checkout .wc_payment_methods {
  margin: 0;
}
.woocommerce-checkout .wc_payment_method {
  padding-bottom: 15px;
}
.woocommerce-checkout .wc_payment_method .payment_box {
  margin: 10px;
  background: none !important;
}
.woocommerce-checkout .wc_payment_method .payment_box .wc-stripe-elements-field {
  padding: 10px;
}
.woocommerce-checkout #payment div.payment_box::after {
  display: none !important;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  border-radius: 0;
  background: none;
  padding: 0;
}
.woocommerce-checkout #add_payment_method #payment .place-order, .woocommerce-checkout #payment .place-order {
  padding: 15px 0;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods, .woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout .wc_payment_methods {
  border-bottom: none;
  list-style: none;
  padding-top: 15px;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods div.payment_box, .woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods div.payment_box, .woocommerce-checkout .wc_payment_methods div.payment_box {
  padding: 15px;
}
.woocommerce-checkout .payment_method_stripe > label, .woocommerce-checkout .payment_method_paypal > label, .woocommerce-checkout .payment_method_ppec_paypal > label, .woocommerce-checkout .payment_method_clearpay > label, .woocommerce-checkout .payment_method_klarna_payments_pay_later > label, .woocommerce-checkout .payment_method_klarna_payments_pay_over_time > label {
  margin: 0 0 0 15px !important;
  padding: 5px 0 10px 115px;
  text-align: right;
  font-size: 11px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .payment_method_stripe > label, .woocommerce-checkout .payment_method_paypal > label, .woocommerce-checkout .payment_method_ppec_paypal > label, .woocommerce-checkout .payment_method_clearpay > label, .woocommerce-checkout .payment_method_klarna_payments_pay_later > label, .woocommerce-checkout .payment_method_klarna_payments_pay_over_time > label {
    font-size: 14px;
  }
}
.woocommerce-checkout .payment_method_stripe > label .about_paypal, .woocommerce-checkout .payment_method_paypal > label .about_paypal, .woocommerce-checkout .payment_method_ppec_paypal > label .about_paypal, .woocommerce-checkout .payment_method_clearpay > label .about_paypal, .woocommerce-checkout .payment_method_klarna_payments_pay_later > label .about_paypal, .woocommerce-checkout .payment_method_klarna_payments_pay_over_time > label .about_paypal {
  display: none;
}
.woocommerce-checkout .payment_method_stripe > label img, .woocommerce-checkout .payment_method_paypal > label img, .woocommerce-checkout .payment_method_ppec_paypal > label img, .woocommerce-checkout .payment_method_clearpay > label img, .woocommerce-checkout .payment_method_klarna_payments_pay_later > label img, .woocommerce-checkout .payment_method_klarna_payments_pay_over_time > label img {
  display: none;
}
.woocommerce-checkout .payment_method_stripe > label {
  background: url("../img/stripe.svg") no-repeat;
  background-size: 105px 30px;
}
.woocommerce-checkout .woocommerce-checkout-payment p {
  font-size: 15px;
}
.woocommerce-checkout .woocommerce-form-coupon {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-form-coupon p {
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon p.form-row {
  width: 50%;
}
.woocommerce-checkout .woocommerce-form-coupon p.form-row .input-text, .woocommerce-checkout .woocommerce-form-coupon p.form-row .button {
  height: 40px;
}
.woocommerce-checkout .woocommerce-form-coupon p.form-row input {
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon p.form-row input:focus {
  outline: none;
  box-shadow: none;
  border-color: #6b7280;
}
.woocommerce-checkout .woocommerce-form-coupon p.form-row .button {
  margin: 0;
  padding: 5px 25px;
}

/* Shopify style checkout */
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  width: 100%;
  float: none;
  padding-bottom: 10px;
}

.checkout-breadcrumbs {
  list-style: none;
  display: none;
  align-items: center;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .checkout-breadcrumbs {
    display: flex;
  }
}
.checkout-breadcrumbs li a {
  background: #70102D;
  border: 1px solid #70102D;
  border-radius: 50%;
  display: flex;
  width: 48px;
  height: 48px;
  color: #fff;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .checkout-breadcrumbs li a {
    width: 50px;
    height: 50px;
  }
}
.checkout-breadcrumbs li span {
  color: #70102D;
  background: #fff;
  display: inline-block;
  padding: 10px 15px;
}
.checkout-breadcrumbs li .timeline {
  display: flex;
}
.checkout-breadcrumbs li:not(:last-child) .timeline {
  position: relative;
  padding: 15px 45px 12px 0 !important;
}
@media (min-width: 768px) {
  .checkout-breadcrumbs li:not(:last-child) .timeline {
    padding: 15px 75px 12px 0 !important;
  }
}
.checkout-breadcrumbs li:not(:last-child) .timeline:after {
  display: none !important;
}
.checkout-breadcrumbs li:not(:last-child) .timeline:before {
  background: #70102D;
  content: "";
  height: 2px;
  position: absolute;
  left: 55px;
  right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .checkout-breadcrumbs li:not(:last-child) .timeline:before {
    left: 60px;
    right: 10px;
  }
}
.checkout-breadcrumbs li.is-active .timeline:before {
  background-color: #70102D;
}
.checkout-breadcrumbs li.is-active a {
  background: #70102D;
  border-color: #70102D;
  color: #fff;
  text-align: center;
}
.checkout-breadcrumbs .is-active ~ li .timeline:before {
  background-color: #F5F5F5;
}
.checkout-breadcrumbs .is-active ~ li a {
  background: #fff;
  border-color: #70102D;
  color: #000;
}

.woocommerce-checkout .woocommerce {
  padding: 15px 15px 0;
}
@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 2.5rem;
  }
}
.woocommerce-checkout .tabs-content {
  border: none;
  background: none;
}
.woocommerce-checkout .tabs-panel {
  padding: 0;
}

#checkout-wrapper.timeline-horizontal {
  width: 100% !important;
}

.wc_ppec_medium_payment_buttons {
  width: 100%;
}

.woocommerce-checkout .express-checkout-wrap {
  text-align: center;
  border: 1px solid #C4C4C4;
  padding: 5px 20px 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: space-between;
}
.woocommerce-checkout .express-checkout-wrap .heading {
  flex: 0 0 100%;
  position: relative;
  top: -22px;
  margin-bottom: -30px;
}
.woocommerce-checkout .express-checkout-wrap h3 {
  background: #fff;
  padding: 0 20px;
  font-size: 22px;
  display: inline-block;
  text-transform: none;
  font-weight: 500;
}
.woocommerce-checkout .express-checkout-wrap #wc-stripe-payment-request-wrapper, .woocommerce-checkout .express-checkout-wrap .wcppec-checkout-buttons {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .woocommerce-checkout .express-checkout-wrap #wc-stripe-payment-request-wrapper, .woocommerce-checkout .express-checkout-wrap .wcppec-checkout-buttons {
    width: 49%;
    margin: 0;
  }
}
.woocommerce-checkout .express-checkout-separator {
  text-align: center;
  border-top: 1px solid #C4C4C4;
  margin: 30px 0 10px;
}
.woocommerce-checkout .express-checkout-separator span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: -10px;
}
.woocommerce-checkout #checkout_login {
  display: none;
}
.woocommerce-checkout form .form-row [type=text], .woocommerce-checkout form .form-row input.input-text, .woocommerce-checkout form .form-row textarea {
  border-radius: 0 !important;
}
.woocommerce-checkout .phone-field-wrapper {
  position: relative;
}
.woocommerce-checkout .phone-field-wrapper .phone-tip {
  position: absolute;
  right: 15px;
  bottom: -55px;
  display: block;
}
.woocommerce-checkout .phone-field-wrapper .phone-tooltip {
  width: 22px;
  height: 22px;
  display: block;
  border-bottom: none;
}
.woocommerce-checkout .left-inner-wrap.border {
  border: 1px solid #C4C4C4;
}
.woocommerce-checkout .left-inner-wrap .login-wrap {
  padding: 15px 20px;
}
.woocommerce-checkout .left-inner-wrap .login-wrap h6 {
  font-weight: 400;
  font-size: 22px;
  font-family: "grange-condensed", sans-serif;
}
.woocommerce-checkout .left-inner-wrap .login-wrap h6, .woocommerce-checkout .left-inner-wrap .login-wrap .login-link {
  display: inline-block;
}
.woocommerce-checkout .left-inner-wrap .login-wrap .login-link {
  margin: 0;
}
@media (min-width: 768px) {
  .woocommerce-checkout .left-inner-wrap .login-wrap .login-link {
    float: right;
  }
}
.woocommerce-checkout .left-inner-wrap .login-wrap .woocommerce-form-login {
  display: block !important;
}
.woocommerce-checkout .billing-wrap, .woocommerce-checkout .shipping-wrap, .woocommerce-checkout .payment-wrap {
  border: 1px solid #C4C4C4;
  padding: 15px 20px;
}
.woocommerce-checkout .billing-wrap h6, .woocommerce-checkout .shipping-wrap h6, .woocommerce-checkout .payment-wrap h6 {
  font-weight: 400;
  font-family: "grange-condensed", sans-serif;
  font-size: 22px;
  display: inline-block;
}
.woocommerce-checkout .billing-wrap {
  border: none;
}
.woocommerce-checkout .shipping-wrap h6 {
  margin-bottom: 25px;
}
.woocommerce-checkout .wc_ppec_medium_payment_buttons {
  width: 100%;
}
.woocommerce-checkout .payment_method_ppec_paypal {
  display: none;
}
.woocommerce-checkout .wcppec-checkout-buttons__separator, .woocommerce-checkout #wc-stripe-payment-request-button-separator {
  display: none !important;
  width: 0;
  height: 0;
  overflow: hidden;
}
.woocommerce-checkout .step-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .step-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .woocommerce-checkout .step-wrapper {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.woocommerce-checkout .step-wrapper .cart-info__left {
  flex-direction: column;
  padding: 15px 0;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .woocommerce-checkout .step-wrapper .cart-info__left {
    padding: 15px 0 15px 10px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-checkout .step-wrapper .cart-info__left {
    margin-bottom: 0;
    width: 49%;
    max-width: 49%;
    flex-basis: 49%;
  }
}
.woocommerce-checkout .step-wrapper .cart-info__right {
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .woocommerce-checkout .step-wrapper .cart-info__right {
    padding: 15px 10px 15px 0;
  }
}
@media (min-width: 1024px) {
  .woocommerce-checkout .step-wrapper .cart-info__right {
    width: 49%;
    max-width: 49%;
    flex-basis: 49%;
  }
}
.woocommerce-checkout .step-wrapper .cart-info__right .woocommerce-cart-sidebar {
  padding: 15px;
}
.woocommerce-checkout .step-wrapper .cart-info__right .woocommerce-form-coupon {
  padding: 0;
  border: none;
  overflow: hidden;
  margin: 10px 0 15px;
}
.woocommerce-checkout .step-wrapper .cart-info__right .woocommerce-form-coupon.coupon-visible {
  display: block !important;
}
.woocommerce-checkout .step-wrapper .cart-info__right .woocommerce-form-coupon .form-row {
  width: 100%;
}
.woocommerce-checkout .step-wrapper .cart-info__right .woocommerce-form-coupon .input-text {
  padding: 10px 17px;
  height: 50px;
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
  background: none;
  border: none;
  font-size: 19px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td ul {
  text-align: left;
  float: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td ul label {
  margin-right: 0;
}
.woocommerce-checkout .woocommerce-form-login__submit {
  font-size: 15px;
  margin: 0;
}
.woocommerce-checkout .previous-step {
  padding: 10px;
  background: none;
  font-size: 16px;
  display: inline-block;
  width: auto;
  cursor: pointer;
  font-weight: 500;
}
.woocommerce-checkout .previous-step:hover {
  background: none;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  cursor: pointer;
}
.woocommerce-checkout a.button.next-step {
  width: 100%;
  font-size: 25px;
  margin: 10px 0;
  background: #70102D;
  color: #fff;
  border: none;
}
.woocommerce-checkout .cart-info__left h3 {
  font-weight: 500;
  font-size: 22px;
  text-transform: none;
}
.woocommerce-checkout .cart-info__right {
  padding-top: 30px;
}
.woocommerce-checkout .cart-info__right .woocommerce-cart-sidebar {
  background: rgba(196, 196, 196, 0.1);
  border: 1px solid #C4C4C4;
  padding: 35px !important;
}
.woocommerce-checkout .cart-info__right .woocommerce-cart-sidebar h3 {
  text-transform: none;
  font-size: 22px;
  font-weight: 500;
}
.woocommerce-checkout .cart-info__right .woocommerce-cart-sidebar .widget_shopping_cart {
  padding: 0;
}
.woocommerce-checkout .cart-info__right .product-logos {
  text-align: center;
  padding: 15px 0 45px;
}
.woocommerce-checkout .cart-info__right .product-logos img {
  margin: 0 10px;
}
.woocommerce-checkout #order_review_heading {
  margin: 0 0 15px;
}

#place_order, .woocommerce-Button{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#place_order{
  margin-top: 1.25rem;
  display: block;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(112 16 45 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Josefin Sans", sans-serif;
}

#place_order:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 234 207 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 234 207 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  #place_order{
    padding: 1.25rem;
  }
}

/* Thankyou Page */
.woocommerce-order {
  padding: 0 10px;
}
.woocommerce-order h2 {
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  text-transform: none;
}

/* Confirmation page */
.woocommerce-order-received .woocommerce{
  padding-bottom: 3rem;
}
.woocommerce-order-received .woocommerce-thankyou-order-details{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.woocommerce-order-received .woocommerce-table--order-details{
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.woocommerce-widget-layered-nav-list .swatch.woocommerce-order-received .woocommerce-table--order-details {
  border: 1px solid #9A9A9A;
}
.product-block .swatch.woocommerce-order-received .woocommerce-table--order-details {
  border: 1px solid #9A9A9A;
}
.woocommerce-checkout .left-inner-wrap.woocommerce-order-received .woocommerce-table--order-details {
  border: 1px solid #C4C4C4;
}
.woocommerce-order-received .woocommerce-table--order-details th,
.woocommerce-order-received .woocommerce-table--order-details td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
.woocommerce-widget-layered-nav-list .swatch.woocommerce-order-received .woocommerce-table--order-details th,.woocommerce-widget-layered-nav-list .swatch
.woocommerce-order-received .woocommerce-table--order-details td {
  border: 1px solid #9A9A9A;
}
.product-block .swatch.woocommerce-order-received .woocommerce-table--order-details th,.product-block .swatch
.woocommerce-order-received .woocommerce-table--order-details td {
  border: 1px solid #9A9A9A;
}
.woocommerce-checkout .left-inner-wrap.woocommerce-order-received .woocommerce-table--order-details th,.woocommerce-checkout .left-inner-wrap
.woocommerce-order-received .woocommerce-table--order-details td {
  border: 1px solid #C4C4C4;
}
.woocommerce-order-received .woocommerce-table--order-details th{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  font-weight: 500;
}
.woocommerce-order-received .woocommerce-order-details__title, .woocommerce-order-received .woocommerce-column__title{
  margin-top: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}
@media (min-width: 768px){
  .woocommerce-order-received .woocommerce-order-details__title, .woocommerce-order-received .woocommerce-column__title{
    margin-top: 2rem;
  }
}
.woocommerce-order-received .wc-item-meta p{
  display: inline-block;
}
.woocommerce-order-received .woocommerce-columns{
  display: flex;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
footer .woocommerce-order-received .woocommerce-columns .widget{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px){
  footer .woocommerce-order-received .woocommerce-columns .widget{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  footer .woocommerce-order-received .woocommerce-columns .widget:last-child {
    text-align: right;
  }
}
.main .collections-block > .container > .woocommerce-order-received .woocommerce-columns{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 4rem;
}
.woocommerce-order-received .woocommerce-columns .woocommerce-column{
  width: 100%;
}
@media (min-width: 768px){
  .woocommerce-order-received .woocommerce-columns .woocommerce-column{
    width: 50%;
  }
}

/* Login page */
.login-page{
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
}

/* My Account */
.woocommerce-account .woocommerce-orders-table{
  width: 100%;
  text-align: left;
}
.woocommerce-account .woocommerce-order-details__title, .woocommerce-account .woocommerce-column__title{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.woocommerce-account.logged-in .woocommerce{
  padding-bottom: 3.5rem;
}

.woocommerce-table--order-details{
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.woocommerce-widget-layered-nav-list .swatch.woocommerce-table--order-details {
  border: 1px solid #9A9A9A;
}

.product-block .swatch.woocommerce-table--order-details {
  border: 1px solid #9A9A9A;
}

.woocommerce-checkout .left-inner-wrap.woocommerce-table--order-details {
  border: 1px solid #C4C4C4;
}
.woocommerce-table--order-details th, .woocommerce-table--order-details td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
.woocommerce-widget-layered-nav-list .swatch.woocommerce-table--order-details th,.woocommerce-widget-layered-nav-list .swatch .woocommerce-table--order-details td {
  border: 1px solid #9A9A9A;
}
.product-block .swatch.woocommerce-table--order-details th,.product-block .swatch .woocommerce-table--order-details td {
  border: 1px solid #9A9A9A;
}
.woocommerce-checkout .left-inner-wrap.woocommerce-table--order-details th,.woocommerce-checkout .left-inner-wrap .woocommerce-table--order-details td {
  border: 1px solid #C4C4C4;
}
.woocommerce-table--order-details th{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  font-weight: 500;
}

.woocommerce-MyAccount-navigation {
  font-family: "grange-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a{
  font-weight: 500;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
  font-size: 1.5rem;
  line-height: 2rem;
}

.woocommerce-MyAccount-content{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.woocommerce-MyAccount-content p{
  margin-bottom: 1.25rem;
}
.woocommerce-MyAccount-content .u-columns {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .u-columns {
    flex-wrap: nowrap;
  }
}
.woocommerce-MyAccount-content .u-columns .woocommerce-Address{
  margin-right: 1.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  padding: 2rem;
}
.woocommerce-widget-layered-nav-list .swatch.woocommerce-MyAccount-content .u-columns .woocommerce-Address {
  border: 1px solid #9A9A9A;
}
.product-block .swatch.woocommerce-MyAccount-content .u-columns .woocommerce-Address {
  border: 1px solid #9A9A9A;
}
.woocommerce-checkout .left-inner-wrap.woocommerce-MyAccount-content .u-columns .woocommerce-Address {
  border: 1px solid #C4C4C4;
}
.woocommerce-MyAccount-content .u-columns .woocommerce-Address h2{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.woocommerce-MyAccount-content .u-columns .woocommerce-Address .edit:before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHdpZHRoPSIxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xMS43NTA2LjI2ODU1NWMtLjc5MDggMC0xLjU0OTMuMzE0MTc2LTIuMTA4NTYuODczNDE1bC0uODIyNTQuODIyNTRjLS4wMDM2My4wMDM0Ni0uMDA3MjMuMDA2OTctLjAxMDguMDEwNTQtLjAwMzU2LjAwMzU2LS4wMDcwNy4wMDcxNi0uMDEwNTMuMDEwNzlsLTcuOTA2MTI3IDcuOTA2MTJjLS4xMTcyMTEuMTE3MjQtLjE4MzA1OS4yNzYxNC0uMTgzMDU5LjQ0MTk0djMuMzMzM2MwIC4zNDUyLjI3OTgyMi42MjUuNjI0OTk2LjYyNWgzLjMzMzM0Yy4xNjU3NiAwIC4zMjQ3My0uMDY1OC40NDE5NC0uMTgzbDguNzUwMDQtOC43NTAwMmMuNTU5Mi0uNTU5MjMuODczNC0xLjMxNzcyLjg3MzQtMi4xMDg2cy0uMzE0Mi0xLjU0OTM3LS44NzM0LTIuMTA4NjFjLS41NTkzLS41NTkyMzktMS4zMTc4LS44NzM0MTUtMi4xMDg3LS44NzM0MTV6bS0yLjQ5OTgzIDMuMDMyNDQ1LTcuMjkxNzkgNy4yOTE4djIuNDQ5NGgyLjQ0OTQ1bDcuMjkxNzctNy4yOTE3NXptMy4zMzMzMyAxLjU2NTU3LjM5MTMtLjM5MTI3Yy4zMjQ4LS4zMjQ4Mi41MDczLS43NjUzNi41MDczLTEuMjI0NzIgMC0uNDU5MzctLjE4MjUtLjg5OTkxLS41MDczLTEuMjI0NzNzLS43NjU0LS41MDczLTEuMjI0OC0uNTA3M2MtLjQ1OTMgMC0uODk5OS4xODI0OC0xLjIyNDcuNTA3M2wtLjM5MTIuMzkxMjd6IiBmaWxsPSIjMTIxMjEyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
  margin-right: 0.25rem;
  margin-bottom: 0.75rem;
  display: inline-block;
}

.profile-avatar {
  cursor: pointer;
  position: relative;
}
.profile-avatar img{
  border-radius: 9999px;
}
.profile-avatar:after {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMzAgMzAiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBvcGFjaXR5PSIuOCI+PHBhdGggZD0ibTMwIDE1YzAtOC4yODQzLTYuNzE1Ny0xNS0xNS0xNXMtMTUgNi43MTU3LTE1IDE1IDYuNzE1NyAxNSAxNSAxNSAxNS02LjcxNTcgMTUtMTV6IiBmaWxsPSIjMTIxMjEyIi8+PGcgc3Ryb2tlPSIjY2JjYmNiIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Im0xMC4zMzMzIDExLjY2N2guNjY2N2MuMzUzNiAwIC42OTI4LS4xNDA1Ljk0MjgtLjM5MDUuMjUwMS0uMjUwMS4zOTA1LS41ODkyLjM5MDUtLjk0MjggMC0uMTc2OS4wNzAzLS4zNDY0MS4xOTUzLS40NzE0MS4xMjUtLjEyNTEuMjk0Ni0uMTk1My40NzE0LS4xOTUzaDRjLjE3NjggMCAuMzQ2NC4wNzAyLjQ3MTQuMTk1My4xMjUuMTI1LjE5NTMuMjk0NTEuMTk1My40NzE0MSAwIC4zNTM2LjE0MDQuNjkyNy4zOTA1Ljk0MjguMjUuMjUuNTg5Mi4zOTA1Ljk0MjguMzkwNWguNjY2N2MuMzUzNiAwIC42OTI3LjE0MDUuOTQyOC4zOTA1LjI1LjI1MDEuMzkwNS41ODkyLjM5MDUuOTQyOHY2YzAgLjM1MzYtLjE0MDUuNjkyOC0uMzkwNS45NDI4LS4yNTAxLjI1MDEtLjU4OTIuMzkwNi0uOTQyOC4zOTA2aC05LjMzMzRjLS4zNTM2IDAtLjY5MjctLjE0MDUtLjk0MjgtLjM5MDYtLjI1LS4yNS0uMzkwNS0uNTg5Mi0uMzkwNS0uOTQyOHYtNmMwLS4zNTM2LjE0MDUtLjY5MjcuMzkwNS0uOTQyOC4yNTAxLS4yNS41ODkyLS4zOTA1Ljk0MjgtLjM5MDV6Ii8+PHBhdGggZD0ibTE1IDE3LjY2N2MxLjEwNDYgMCAyLS44OTU0IDItMnMtLjg5NTQtMi0yLTItMiAuODk1NC0yIDIgLjg5NTQgMiAyIDJ6Ii8+PC9nPjwvZz48L3N2Zz4=");
  position: absolute;
  right: 0;
  bottom: -6px;
}

.woocommerce-EditAccountForm #profile_img_field {
  display: none;
}
.woocommerce-EditAccountForm .woocommerce-form-row label, .woocommerce-EditAccountForm .woocommerce-form-row input{
  display: block;
}
.woocommerce-EditAccountForm .woocommerce-form-row label{
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input{
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Addresses */
.woocommerce-address-fields label{
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.woocommerce-address-fields .woocommerce-input-wrapper{
  display: block;
}

.pagination {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .pagination {
    margin: 50px 0 30px;
  }
}
.pagination ul {
  text-align: center;
  margin: 0;
}
.pagination li {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.pagination li a, .pagination li a:hover, .pagination li span{
  display: inline-block;
  border-radius: 9999px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 7px 5px;
  text-decoration: none;
}
.pagination li a.next, .pagination li a.prev, .pagination li a:hover.next, .pagination li a:hover.prev, .pagination li span.next, .pagination li span.prev {
  display: none;
}
.pagination li a.current, .pagination li a:hover.current, .pagination li span.current {
  background: #70102D;
}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(112 16 45 / var(--tw-border-opacity));
}
.hover\:border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 234 207 / var(--tw-border-opacity));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 16 45 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 234 207 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(4 4 4 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(112 16 45 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(252 234 207 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
:is(.dark .dark\:border){
  border-width: 1px;
}
:is(.dark .dark\:border-gray-600){
  --tw-border-opacity: 1;
  border-color: rgb(113 128 150 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-700){
  --tw-border-opacity: 1;
  border-color: rgb(74 85 104 / var(--tw-border-opacity));
}
:is(.dark .dark\:bg-gray-700){
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-800){
  --tw-bg-opacity: 1;
  background-color: rgb(45 55 72 / var(--tw-bg-opacity));
}
:is(.dark .dark\:text-gray-300){
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-white){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:placeholder-gray-400)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:ring-offset-gray-800){
  --tw-ring-offset-color: #2d3748;
}
@media (min-width: 640px){
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .sm\:text-\[20px\]{
    font-size: 20px;
  }
}
@media (min-width: 768px){
  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:min-h-\[calc\(100vh-var\(--header-height\)\)\]{
    min-height: calc(100vh - var(--header-height));
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-3\/12{
    width: 25%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-4\/12{
    width: 33.333333%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-9\/12{
    width: 75%;
  }
  .md\:max-w-\[300px\]{
    max-width: 300px;
  }
  .md\:max-w-\[360px\]{
    max-width: 360px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-5{
    padding: 1.25rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:\!pt-10{
    padding-top: 2.5rem !important;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .md\:text-\[12px\]{
    font-size: 12px;
  }
  .md\:text-\[29px\]{
    font-size: 29px;
  }
  .md\:text-\[34px\]{
    font-size: 34px;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
  .md\:text-\[54px\]{
    font-size: 54px;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:leading-\[30px\]{
    line-height: 30px;
  }
  .md\:leading-\[42px\]{
    line-height: 42px;
  }
}
@media (min-width: 1024px){
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:pr-3{
    padding-right: 0.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.\[\&_p\]\:text-secondary p{
  --tw-text-opacity: 1;
  color: rgb(252 234 207 / var(--tw-text-opacity));
}