@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-down.css);@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-up.css);@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-left.css);@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-right.css);@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-right-o.css);@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-left-o.css);@font-face {
  font-family: 'lg';
  src: url(/wp-content/themes/iberico/dist/vendor/lg_f4292655.ttf) format("truetype"), url(/wp-content/themes/iberico/dist/vendor/lg_1fbfd4bc.woff) format("woff"), url(/wp-content/themes/iberico/dist/vendor/lg_2ec2cb21.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\E095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\E070";
}

.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\E1FF";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url([object Object]) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url([object Object]) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url([object Object]) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url([object Object]) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url([object Object]) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\E312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\E80D";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\E900";
}

.lg-rotate-right:after {
  content: "\E901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\E902";
}

.lg-flip-ver:after {
  content: "\E903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url([object Object]) no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
}

}

@media only screen and (max-width: 1140px) {

.modaal-image .modaal-inner-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

@media screen and (max-width: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

}

@media only screen and (max-width: 600px) {

.modaal-instagram iframe {
	width: 280px !important;
}

}

@media screen and (max-height: 1100px) {

.modaal-instagram iframe {
	width: 700px !important;
}

}

@media screen and (max-height: 1000px) {

.modaal-inner-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.modaal-instagram iframe {
	width: 600px !important;
}

}

@media screen and (max-height: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

.modaal-video-container {
	max-width: 900px;
	max-height: 510px;
}

}

@media only screen and (max-height: 820px) {

.modaal-gallery-label {
	display: none;
}

}

@keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@charset "UTF-8";
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
/*! tailwindcss v3.4.4 | 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 {
  -webkit-box-sizing: border-box;
          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.
7. Disable tap highlights on iOS
*/
html,
:host {
  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: Gordita, sans-serif; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 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;
}
a{
  color: #D3AE76;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover{}
p{
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
  font-family: Gordita, sans-serif;
  letter-spacing: -.025em;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
h1, h2, h3{
  font-weight: 900;
}
h4, h5, h6{
  font-weight: 700;
}
h1{
  font-size: 2rem;
}
h2{
  font-size: 1.5rem;
}
h3{
  font-size: 1.33rem;
}
h4{
  font-size: 1.2rem;
}
h5{
  font-size: 1.125rem;
}
ol, ul{
  padding-left: 1rem;
}
ol{
  list-style-type: decimal;
}
ul{
  list-style-type: disc;
}
[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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-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: -webkit-inline-box;
  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;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::-ms-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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/** Import variables */
/** Import everything from autoload */
/**
  * Import npm dependencies
  *
  * Prefix your imports with `~` to grab from node_modules/
  * @see https://github.com/webpack-contrib/sass-loader#imports
  */
/**
  * This injects any component classes registered by Tailwind plugins.
  */
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
.tham{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.tham:hover{
  opacity: 0.7;
}
.tham-box{
  position: relative;
  display: inline-block;
}
.tham-inner{
  top: 50%;
  display: block;
  background-color: #000;
  position: absolute;
  border-radius: 4px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}
.tham-inner::before{
  content: "";
  background-color: inherit;
  position: absolute;
  display: block;
  border-radius: 4px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}
.tham-inner::after{
  content: "";
  background-color: inherit;
  position: absolute;
  display: block;
  border-radius: 4px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}
.tham.tham-w-4.tham-e-slider .tham-inner{
  top: 1px;
}
.tham.tham-w-4.tham-e-slider .tham-inner::before{
  top: 4px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.tham.tham-w-4.tham-e-slider .tham-inner::after{
  top: 8px;
}
.tham.tham-w-4.tham-e-slider.tham-active .tham-inner{
  -webkit-transform: translate3d(0, 4px, 0) rotate(45deg);
          transform: translate3d(0, 4px, 0) rotate(45deg);
}
.tham.tham-w-4.tham-e-slider.tham-active .tham-inner::before{
  -webkit-transform: rotate(-45deg) translate3d(-2.2857142857142856px, -2px, 0);
          transform: rotate(-45deg) translate3d(-2.2857142857142856px, -2px, 0);
  opacity: 0;
}
.tham.tham-w-4.tham-e-slider.tham-active .tham-inner::after{
  -webkit-transform: translate3d(0, -8px, 0) rotate(-90deg);
          transform: translate3d(0, -8px, 0) rotate(-90deg);
}
.tham.tham-e-squeeze .tham-inner{
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
       -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
          transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -webkit-transition-duration: 75ms;
       -o-transition-duration: 75ms;
          transition-duration: 75ms;
}
.tham.tham-e-squeeze .tham-inner::before{
  -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
  -o-transition: top 75ms ease .12s,opacity 75ms ease;
  transition: top 75ms ease .12s,opacity 75ms ease;
}
.tham.tham-e-squeeze .tham-inner::after{
  -webkit-transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
  transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
  -o-transition: bottom 75ms ease .12s,-o-transform 75ms cubic-bezier(.55,.055,.675,.19);
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19),-o-transform 75ms cubic-bezier(.55,.055,.675,.19);
}
.tham.tham-e-squeeze.tham-active .tham-inner{
  -webkit-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
       -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
          transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tham.tham-e-squeeze.tham-active .tham-inner::before{
  top: 0;
  -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
  -o-transition: top 75ms ease,opacity 75ms ease .12s;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}
.tham.tham-e-squeeze.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  -o-transition: bottom 75ms ease,-o-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-o-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner::before{
  -webkit-transform: translate3d(-3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner::after{
  -webkit-transform: translate3d(-3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-4.tham-e-arrow-alt .tham-inner::before{
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-4.tham-e-arrow-alt .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner::before{
  top: 0;
  -webkit-transform: translate3d(-3.20px, -4.00px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-3.20px, -4.00px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: translate3d(-3.20px, 4.00px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-3.20px, 4.00px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner{
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner::before{
  -webkit-transform: translate3d(3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner::after{
  -webkit-transform: translate3d(3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-4.tham-e-spin .tham-inner{
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-4.tham-e-spin .tham-inner::before{
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.tham.tham-w-4.tham-e-spin .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-4.tham-e-spin.tham-active .tham-inner{
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-4.tham-e-spin.tham-active .tham-inner::before{
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.tham.tham-w-4.tham-e-spin.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-5.tham-e-slider .tham-inner{
  top: 1.25px;
}
.tham.tham-w-5.tham-e-slider .tham-inner::before{
  top: 5px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.tham.tham-w-5.tham-e-slider .tham-inner::after{
  top: 10px;
}
.tham.tham-w-5.tham-e-slider.tham-active .tham-inner{
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
          transform: translate3d(0, 5px, 0) rotate(45deg);
}
.tham.tham-w-5.tham-e-slider.tham-active .tham-inner::before{
  -webkit-transform: rotate(-45deg) translate3d(-2.857142857142857px, -2.5px, 0);
          transform: rotate(-45deg) translate3d(-2.857142857142857px, -2.5px, 0);
  opacity: 0;
}
.tham.tham-w-5.tham-e-slider.tham-active .tham-inner::after{
  -webkit-transform: translate3d(0, -10px, 0) rotate(-90deg);
          transform: translate3d(0, -10px, 0) rotate(-90deg);
}
.tham.tham-w-5.tham-e-arrow.tham-active .tham-inner::before{
  -webkit-transform: translate3d(-4.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-5.tham-e-arrow.tham-active .tham-inner::after{
  -webkit-transform: translate3d(-4.00px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-5.tham-e-arrow-alt .tham-inner::before{
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-5.tham-e-arrow-alt .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-5.tham-e-arrow-alt.tham-active .tham-inner::before{
  top: 0;
  -webkit-transform: translate3d(-4.00px, -5.00px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4.00px, -5.00px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-5.tham-e-arrow-alt.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: translate3d(-4.00px, 5.00px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4.00px, 5.00px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-5.tham-e-arrow-turn.tham-active .tham-inner{
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tham.tham-w-5.tham-e-arrow-turn.tham-active .tham-inner::before{
  -webkit-transform: translate3d(4.00px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-5.tham-e-arrow-turn.tham-active .tham-inner::after{
  -webkit-transform: translate3d(4.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-5.tham-e-spin .tham-inner{
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-5.tham-e-spin .tham-inner::before{
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.tham.tham-w-5.tham-e-spin .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-5.tham-e-spin.tham-active .tham-inner{
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-5.tham-e-spin.tham-active .tham-inner::before{
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.tham.tham-w-5.tham-e-spin.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-6.tham-e-slider .tham-inner{
  top: 1.5px;
}
.tham.tham-w-6.tham-e-slider .tham-inner::before{
  top: 6px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.tham.tham-w-6.tham-e-slider .tham-inner::after{
  top: 12px;
}
.tham.tham-w-6.tham-e-slider.tham-active .tham-inner{
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}
.tham.tham-w-6.tham-e-slider.tham-active .tham-inner::before{
  -webkit-transform: rotate(-45deg) translate3d(-3.4285714285714284px, -3px, 0);
          transform: rotate(-45deg) translate3d(-3.4285714285714284px, -3px, 0);
  opacity: 0;
}
.tham.tham-w-6.tham-e-slider.tham-active .tham-inner::after{
  -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
          transform: translate3d(0, -12px, 0) rotate(-90deg);
}
.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner::before{
  -webkit-transform: translate3d(-4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner::after{
  -webkit-transform: translate3d(-4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-6.tham-e-arrow-alt .tham-inner::before{
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-6.tham-e-arrow-alt .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner::before{
  top: 0;
  -webkit-transform: translate3d(-4.80px, -6.00px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4.80px, -6.00px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: translate3d(-4.80px, 6.00px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4.80px, 6.00px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner{
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner::before{
  -webkit-transform: translate3d(4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner::after{
  -webkit-transform: translate3d(4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-6.tham-e-spin .tham-inner{
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-6.tham-e-spin .tham-inner::before{
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.tham.tham-w-6.tham-e-spin .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-6.tham-e-spin.tham-active .tham-inner{
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-6.tham-e-spin.tham-active .tham-inner::before{
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.tham.tham-w-6.tham-e-spin.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-7.tham-e-slider .tham-inner{
  top: 1.75px;
}
.tham.tham-w-7.tham-e-slider .tham-inner::before{
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.tham.tham-w-7.tham-e-slider .tham-inner::after{
  top: 14px;
}
.tham.tham-w-7.tham-e-slider.tham-active .tham-inner{
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}
.tham.tham-w-7.tham-e-slider.tham-active .tham-inner::before{
  -webkit-transform: rotate(-45deg) translate3d(-4px, -3.5px, 0);
          transform: rotate(-45deg) translate3d(-4px, -3.5px, 0);
  opacity: 0;
}
.tham.tham-w-7.tham-e-slider.tham-active .tham-inner::after{
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}
.tham.tham-w-7.tham-e-arrow.tham-active .tham-inner::before{
  -webkit-transform: translate3d(-5.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-7.tham-e-arrow.tham-active .tham-inner::after{
  -webkit-transform: translate3d(-5.60px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-7.tham-e-arrow-alt .tham-inner::before{
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-7.tham-e-arrow-alt .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-7.tham-e-arrow-alt.tham-active .tham-inner::before{
  top: 0;
  -webkit-transform: translate3d(-5.60px, -7.00px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5.60px, -7.00px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-7.tham-e-arrow-alt.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: translate3d(-5.60px, 7.00px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5.60px, 7.00px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-7.tham-e-arrow-turn.tham-active .tham-inner{
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tham.tham-w-7.tham-e-arrow-turn.tham-active .tham-inner::before{
  -webkit-transform: translate3d(5.60px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-7.tham-e-arrow-turn.tham-active .tham-inner::after{
  -webkit-transform: translate3d(5.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-7.tham-e-spin .tham-inner{
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-7.tham-e-spin .tham-inner::before{
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.tham.tham-w-7.tham-e-spin .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-7.tham-e-spin.tham-active .tham-inner{
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-7.tham-e-spin.tham-active .tham-inner::before{
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.tham.tham-w-7.tham-e-spin.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-8.tham-e-slider .tham-inner{
  top: 2px;
}
.tham.tham-w-8.tham-e-slider .tham-inner::before{
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.tham.tham-w-8.tham-e-slider .tham-inner::after{
  top: 16px;
}
.tham.tham-w-8.tham-e-slider.tham-active .tham-inner{
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.tham.tham-w-8.tham-e-slider.tham-active .tham-inner::before{
  -webkit-transform: rotate(-45deg) translate3d(-4.571428571428571px, -4px, 0);
          transform: rotate(-45deg) translate3d(-4.571428571428571px, -4px, 0);
  opacity: 0;
}
.tham.tham-w-8.tham-e-slider.tham-active .tham-inner::after{
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner::before{
  -webkit-transform: translate3d(-6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner::after{
  -webkit-transform: translate3d(-6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-8.tham-e-arrow-alt .tham-inner::before{
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-8.tham-e-arrow-alt .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::before{
  top: 0;
  -webkit-transform: translate3d(-6.40px, -8.00px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6.40px, -8.00px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: translate3d(-6.40px, 8.00px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6.40px, 8.00px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner{
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::before{
  -webkit-transform: translate3d(6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::after{
  -webkit-transform: translate3d(6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-8.tham-e-spin .tham-inner{
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-8.tham-e-spin .tham-inner::before{
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.tham.tham-w-8.tham-e-spin .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-8.tham-e-spin.tham-active .tham-inner{
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-8.tham-e-spin.tham-active .tham-inner::before{
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.tham.tham-w-8.tham-e-spin.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-9.tham-e-slider .tham-inner{
  top: 2.25px;
}
.tham.tham-w-9.tham-e-slider .tham-inner::before{
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.tham.tham-w-9.tham-e-slider .tham-inner::after{
  top: 18px;
}
.tham.tham-w-9.tham-e-slider.tham-active .tham-inner{
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}
.tham.tham-w-9.tham-e-slider.tham-active .tham-inner::before{
  -webkit-transform: rotate(-45deg) translate3d(-5.142857142857143px, -4.5px, 0);
          transform: rotate(-45deg) translate3d(-5.142857142857143px, -4.5px, 0);
  opacity: 0;
}
.tham.tham-w-9.tham-e-slider.tham-active .tham-inner::after{
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
          transform: translate3d(0, -18px, 0) rotate(-90deg);
}
.tham.tham-w-9.tham-e-arrow.tham-active .tham-inner::before{
  -webkit-transform: translate3d(-7.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-7.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-9.tham-e-arrow.tham-active .tham-inner::after{
  -webkit-transform: translate3d(-7.20px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-7.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-9.tham-e-arrow-alt .tham-inner::before{
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-9.tham-e-arrow-alt .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-9.tham-e-arrow-alt.tham-active .tham-inner::before{
  top: 0;
  -webkit-transform: translate3d(-7.20px, -9.00px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-7.20px, -9.00px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-9.tham-e-arrow-alt.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: translate3d(-7.20px, 9.00px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-7.20px, 9.00px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-9.tham-e-arrow-turn.tham-active .tham-inner{
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tham.tham-w-9.tham-e-arrow-turn.tham-active .tham-inner::before{
  -webkit-transform: translate3d(7.20px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(7.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-9.tham-e-arrow-turn.tham-active .tham-inner::after{
  -webkit-transform: translate3d(7.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(7.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-9.tham-e-spin .tham-inner{
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-9.tham-e-spin .tham-inner::before{
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.tham.tham-w-9.tham-e-spin .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-9.tham-e-spin.tham-active .tham-inner{
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-9.tham-e-spin.tham-active .tham-inner::before{
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.tham.tham-w-9.tham-e-spin.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-10.tham-e-slider .tham-inner{
  top: 2.5px;
}
.tham.tham-w-10.tham-e-slider .tham-inner::before{
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.tham.tham-w-10.tham-e-slider .tham-inner::after{
  top: 20px;
}
.tham.tham-w-10.tham-e-slider.tham-active .tham-inner{
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.tham.tham-w-10.tham-e-slider.tham-active .tham-inner::before{
  -webkit-transform: rotate(-45deg) translate3d(-5.714285714285714px, -5px, 0);
          transform: rotate(-45deg) translate3d(-5.714285714285714px, -5px, 0);
  opacity: 0;
}
.tham.tham-w-10.tham-e-slider.tham-active .tham-inner::after{
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.tham.tham-w-10.tham-e-arrow.tham-active .tham-inner::before{
  -webkit-transform: translate3d(-8.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-10.tham-e-arrow.tham-active .tham-inner::after{
  -webkit-transform: translate3d(-8.00px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-10.tham-e-arrow-alt .tham-inner::before{
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-10.tham-e-arrow-alt .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-10.tham-e-arrow-alt.tham-active .tham-inner::before{
  top: 0;
  -webkit-transform: translate3d(-8.00px, -10.00px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8.00px, -10.00px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-10.tham-e-arrow-alt.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: translate3d(-8.00px, 10.00px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8.00px, 10.00px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-10.tham-e-arrow-turn.tham-active .tham-inner{
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tham.tham-w-10.tham-e-arrow-turn.tham-active .tham-inner::before{
  -webkit-transform: translate3d(8.00px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-10.tham-e-arrow-turn.tham-active .tham-inner::after{
  -webkit-transform: translate3d(8.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-10.tham-e-spin .tham-inner{
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-10.tham-e-spin .tham-inner::before{
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.tham.tham-w-10.tham-e-spin .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-10.tham-e-spin.tham-active .tham-inner{
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-10.tham-e-spin.tham-active .tham-inner::before{
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.tham.tham-w-10.tham-e-spin.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-11.tham-e-slider .tham-inner{
  top: 2.75px;
}
.tham.tham-w-11.tham-e-slider .tham-inner::before{
  top: 11px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.tham.tham-w-11.tham-e-slider .tham-inner::after{
  top: 22px;
}
.tham.tham-w-11.tham-e-slider.tham-active .tham-inner{
  -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
          transform: translate3d(0, 11px, 0) rotate(45deg);
}
.tham.tham-w-11.tham-e-slider.tham-active .tham-inner::before{
  -webkit-transform: rotate(-45deg) translate3d(-6.285714285714286px, -5.5px, 0);
          transform: rotate(-45deg) translate3d(-6.285714285714286px, -5.5px, 0);
  opacity: 0;
}
.tham.tham-w-11.tham-e-slider.tham-active .tham-inner::after{
  -webkit-transform: translate3d(0, -22px, 0) rotate(-90deg);
          transform: translate3d(0, -22px, 0) rotate(-90deg);
}
.tham.tham-w-11.tham-e-arrow.tham-active .tham-inner::before{
  -webkit-transform: translate3d(-8.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-11.tham-e-arrow.tham-active .tham-inner::after{
  -webkit-transform: translate3d(-8.80px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-11.tham-e-arrow-alt .tham-inner::before{
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-11.tham-e-arrow-alt .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-11.tham-e-arrow-alt.tham-active .tham-inner::before{
  top: 0;
  -webkit-transform: translate3d(-8.80px, -11.00px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8.80px, -11.00px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-11.tham-e-arrow-alt.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: translate3d(-8.80px, 11.00px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8.80px, 11.00px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-11.tham-e-arrow-turn.tham-active .tham-inner{
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tham.tham-w-11.tham-e-arrow-turn.tham-active .tham-inner::before{
  -webkit-transform: translate3d(8.80px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-11.tham-e-arrow-turn.tham-active .tham-inner::after{
  -webkit-transform: translate3d(8.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-11.tham-e-spin .tham-inner{
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-11.tham-e-spin .tham-inner::before{
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.tham.tham-w-11.tham-e-spin .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-11.tham-e-spin.tham-active .tham-inner{
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-11.tham-e-spin.tham-active .tham-inner::before{
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.tham.tham-w-11.tham-e-spin.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-12.tham-e-slider .tham-inner{
  top: 3px;
}
.tham.tham-w-12.tham-e-slider .tham-inner::before{
  top: 12px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.tham.tham-w-12.tham-e-slider .tham-inner::after{
  top: 24px;
}
.tham.tham-w-12.tham-e-slider.tham-active .tham-inner{
  -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
          transform: translate3d(0, 12px, 0) rotate(45deg);
}
.tham.tham-w-12.tham-e-slider.tham-active .tham-inner::before{
  -webkit-transform: rotate(-45deg) translate3d(-6.857142857142857px, -6px, 0);
          transform: rotate(-45deg) translate3d(-6.857142857142857px, -6px, 0);
  opacity: 0;
}
.tham.tham-w-12.tham-e-slider.tham-active .tham-inner::after{
  -webkit-transform: translate3d(0, -24px, 0) rotate(-90deg);
          transform: translate3d(0, -24px, 0) rotate(-90deg);
}
.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner::before{
  -webkit-transform: translate3d(-9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner::after{
  -webkit-transform: translate3d(-9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-12.tham-e-arrow-alt .tham-inner::before{
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-12.tham-e-arrow-alt .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner::before{
  top: 0;
  -webkit-transform: translate3d(-9.60px, -12.00px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-9.60px, -12.00px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: translate3d(-9.60px, 12.00px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-9.60px, 12.00px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner{
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner::before{
  -webkit-transform: translate3d(9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner::after{
  -webkit-transform: translate3d(9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.tham.tham-w-12.tham-e-spin .tham-inner{
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-12.tham-e-spin .tham-inner::before{
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.tham.tham-w-12.tham-e-spin .tham-inner::after{
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tham.tham-w-12.tham-e-spin.tham-active .tham-inner{
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham.tham-w-12.tham-e-spin.tham-active .tham-inner::before{
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.tham.tham-w-12.tham-e-spin.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tham-w-4 .tham-box{
  width: 16px;
  height: 10px;
}
.tham-w-4 .tham-inner{
  margin-top: -1px;
  width: 16px;
  height: 2px;
}
.tham-w-4 .tham-inner::before{
  width: 16px;
  height: 2px;
  top: -4px;
}
.tham-w-4 .tham-inner::after{
  width: 16px;
  height: 2px;
  bottom: -4px;
}
.tham-w-5 .tham-box{
  width: 20px;
  height: 12.5px;
}
.tham-w-5 .tham-inner{
  margin-top: -1.25px;
  width: 20px;
  height: 2.5px;
}
.tham-w-5 .tham-inner::before{
  width: 20px;
  height: 2.5px;
  top: -5px;
}
.tham-w-5 .tham-inner::after{
  width: 20px;
  height: 2.5px;
  bottom: -5px;
}
.tham-w-6{
  width: 24px;
  height: 15px;
}
.tham-w-6 .tham-box{
  width: 24px;
  height: 15px;
}
.tham-w-6 .tham-inner{
  margin-top: -1.5px;
  width: 24px;
  height: 3px;
}
.tham-w-6 .tham-inner::before{
  width: 24px;
  height: 3px;
  top: -6px;
}
.tham-w-6 .tham-inner::after{
  width: 24px;
  height: 3px;
  bottom: -6px;
}
.tham-w-7 .tham-box{
  width: 28px;
  height: 17.5px;
}
.tham-w-7 .tham-inner{
  margin-top: -1.75px;
  width: 28px;
  height: 3.5px;
}
.tham-w-7 .tham-inner::before{
  width: 28px;
  height: 3.5px;
  top: -7px;
}
.tham-w-7 .tham-inner::after{
  width: 28px;
  height: 3.5px;
  bottom: -7px;
}
.tham-w-8 .tham-box{
  width: 32px;
  height: 20px;
}
.tham-w-8 .tham-inner{
  margin-top: -2px;
  width: 32px;
  height: 4px;
}
.tham-w-8 .tham-inner::before{
  width: 32px;
  height: 4px;
  top: -8px;
}
.tham-w-8 .tham-inner::after{
  width: 32px;
  height: 4px;
  bottom: -8px;
}
.tham-w-9 .tham-box{
  width: 36px;
  height: 22.5px;
}
.tham-w-9 .tham-inner{
  margin-top: -2.25px;
  width: 36px;
  height: 4.5px;
}
.tham-w-9 .tham-inner::before{
  width: 36px;
  height: 4.5px;
  top: -9px;
}
.tham-w-9 .tham-inner::after{
  width: 36px;
  height: 4.5px;
  bottom: -9px;
}
.tham-w-10 .tham-box{
  width: 40px;
  height: 25px;
}
.tham-w-10 .tham-inner{
  margin-top: -2.5px;
  width: 40px;
  height: 5px;
}
.tham-w-10 .tham-inner::before{
  width: 40px;
  height: 5px;
  top: -10px;
}
.tham-w-10 .tham-inner::after{
  width: 40px;
  height: 5px;
  bottom: -10px;
}
.tham-w-11 .tham-box{
  width: 44px;
  height: 27.5px;
}
.tham-w-11 .tham-inner{
  margin-top: -2.75px;
  width: 44px;
  height: 5.5px;
}
.tham-w-11 .tham-inner::before{
  width: 44px;
  height: 5.5px;
  top: -11px;
}
.tham-w-11 .tham-inner::after{
  width: 44px;
  height: 5.5px;
  bottom: -11px;
}
.tham-w-12 .tham-box{
  width: 48px;
  height: 30px;
}
.tham-w-12 .tham-inner{
  margin-top: -3px;
  width: 48px;
  height: 6px;
}
.tham-w-12 .tham-inner::before{
  width: 48px;
  height: 6px;
  top: -12px;
}
.tham-w-12 .tham-inner::after{
  width: 48px;
  height: 6px;
  bottom: -12px;
}
.aspect-w-1,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-9,
.aspect-w-16,
.aspect-w-21{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-9 > *,
.aspect-w-16 > *,
.aspect-w-21 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-1{
  --tw-aspect-w: 1;
}
.aspect-h-1{
  --tw-aspect-h: 1;
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  -webkit-box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
          box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  -webkit-padding-end: 0.375em;
          padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  -webkit-padding-end: 1.1428571em;
          padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  -webkit-padding-start: 1.1428571em;
          padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
/* line 2, resources/assets/styles/components/_buttons.scss */
.btn,
  .button,
  body.single-product .single_add_to_cart_button,
  body.single-product .product_add_on{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  font-family: Gordita, sans-serif;
  font-weight: 900;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
    background-color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
/* line 14, resources/assets/styles/components/_buttons.scss */
.btn:hover,
    .button:hover,
    body.single-product .single_add_to_cart_button:hover,
    body.single-product .product_add_on:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* line 18, resources/assets/styles/components/_buttons.scss */
.btn.solid, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn.single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.single_add_to_cart_button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn.product_add_on, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.product_add_on, aside.side-cart .side-cart__container footer .cart_totals .btn.button, aside.side-cart .side-cart__container footer .cart_totals body.single-product .btn.single_add_to_cart_button, body.single-product aside.side-cart .side-cart__container footer .cart_totals .btn.single_add_to_cart_button, aside.side-cart .side-cart__container footer .cart_totals body.single-product .btn.product_add_on, body.single-product aside.side-cart .side-cart__container footer .cart_totals .btn.product_add_on, .woocommerce-account .woocommerce-order-details p.order-again .btn.button, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .btn.single_add_to_cart_button, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .btn.single_add_to_cart_button, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .btn.product_add_on, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .btn.product_add_on, .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn.button, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .btn.single_add_to_cart_button, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn.single_add_to_cart_button, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .btn.product_add_on, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn.product_add_on, body.single-product .btn.single_add_to_cart_button, body.single-product .btn.product_add_on, body.single-product .btn.btn-success,
    .button.solid,
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button,
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .single_add_to_cart_button,
    body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .single_add_to_cart_button,
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .product_add_on,
    body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .product_add_on,
    aside.side-cart .side-cart__container footer .cart_totals .button,
    aside.side-cart .side-cart__container footer .cart_totals body.single-product .single_add_to_cart_button,
    body.single-product aside.side-cart .side-cart__container footer .cart_totals .single_add_to_cart_button,
    aside.side-cart .side-cart__container footer .cart_totals body.single-product .product_add_on,
    body.single-product aside.side-cart .side-cart__container footer .cart_totals .product_add_on,
    .woocommerce-account .woocommerce-order-details p.order-again .button,
    .woocommerce-account .woocommerce-order-details p.order-again body.single-product .single_add_to_cart_button,
    body.single-product .woocommerce-account .woocommerce-order-details p.order-again .single_add_to_cart_button,
    .woocommerce-account .woocommerce-order-details p.order-again body.single-product .product_add_on,
    body.single-product .woocommerce-account .woocommerce-order-details p.order-again .product_add_on,
    .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .button,
    .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button,
    body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button,
    .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .product_add_on,
    body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .product_add_on,
    body.single-product .single_add_to_cart_button,
    body.single-product .product_add_on,
    body.single-product .button.btn-success{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* line 20, resources/assets/styles/components/_buttons.scss */
.btn.solid:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn.single_add_to_cart_button:hover, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.single_add_to_cart_button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn.product_add_on:hover, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.product_add_on:hover, aside.side-cart .side-cart__container footer .cart_totals .btn.button:hover, aside.side-cart .side-cart__container footer .cart_totals body.single-product .btn.single_add_to_cart_button:hover, body.single-product aside.side-cart .side-cart__container footer .cart_totals .btn.single_add_to_cart_button:hover, aside.side-cart .side-cart__container footer .cart_totals body.single-product .btn.product_add_on:hover, body.single-product aside.side-cart .side-cart__container footer .cart_totals .btn.product_add_on:hover, .woocommerce-account .woocommerce-order-details p.order-again .btn.button:hover, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .btn.single_add_to_cart_button:hover, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .btn.single_add_to_cart_button:hover, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .btn.product_add_on:hover, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .btn.product_add_on:hover, .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn.button:hover, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .btn.single_add_to_cart_button:hover, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn.single_add_to_cart_button:hover, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .btn.product_add_on:hover, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn.product_add_on:hover, body.single-product .btn.single_add_to_cart_button:hover, body.single-product .btn.product_add_on:hover, body.single-product .btn.btn-success:hover,
      .button.solid:hover,
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .single_add_to_cart_button:hover,
      body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .single_add_to_cart_button:hover,
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .product_add_on:hover,
      body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .product_add_on:hover,
      aside.side-cart .side-cart__container footer .cart_totals .button:hover,
      aside.side-cart .side-cart__container footer .cart_totals body.single-product .single_add_to_cart_button:hover,
      body.single-product aside.side-cart .side-cart__container footer .cart_totals .single_add_to_cart_button:hover,
      aside.side-cart .side-cart__container footer .cart_totals body.single-product .product_add_on:hover,
      body.single-product aside.side-cart .side-cart__container footer .cart_totals .product_add_on:hover,
      .woocommerce-account .woocommerce-order-details p.order-again .button:hover,
      .woocommerce-account .woocommerce-order-details p.order-again body.single-product .single_add_to_cart_button:hover,
      body.single-product .woocommerce-account .woocommerce-order-details p.order-again .single_add_to_cart_button:hover,
      .woocommerce-account .woocommerce-order-details p.order-again body.single-product .product_add_on:hover,
      body.single-product .woocommerce-account .woocommerce-order-details p.order-again .product_add_on:hover,
      .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .button:hover,
      body.single-product .single_add_to_cart_button:hover,
      body.single-product .product_add_on:hover,
      body.single-product .button.btn-success:hover {
        background-color: #111;
        color: #fff;
        border: 1px solid white; }
/* line 26, resources/assets/styles/components/_buttons.scss */
.btn.dark,
    .button.dark,
    body.single-product .dark.single_add_to_cart_button,
    body.single-product .dark.product_add_on{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* line 28, resources/assets/styles/components/_buttons.scss */
.btn.dark:hover,
      .button.dark:hover,
      body.single-product .dark.single_add_to_cart_button:hover,
      body.single-product .dark.product_add_on:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity));
}
/* line 32, resources/assets/styles/components/_buttons.scss */
.btn.hover-dark:hover,
    .button.hover-dark:hover,
    body.single-product .hover-dark.single_add_to_cart_button:hover,
    body.single-product .hover-dark.product_add_on:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* line 35, resources/assets/styles/components/_buttons.scss */
.btn.small, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn.button, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .btn.single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn.single_add_to_cart_button, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .btn.product_add_on, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn.product_add_on,
    .button.small,
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .button,
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .single_add_to_cart_button,
    body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .single_add_to_cart_button,
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .product_add_on,
    body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .product_add_on,
    body.single-product .small.single_add_to_cart_button,
    body.single-product .small.product_add_on{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
/* line 38, resources/assets/styles/components/_buttons.scss */
.btn.outline, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn.button[name="update_cart"], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .btn.single_add_to_cart_button[name="update_cart"], body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn.single_add_to_cart_button[name="update_cart"], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .btn.product_add_on[name="update_cart"], body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn.product_add_on[name="update_cart"],
    .button.outline,
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .button[name="update_cart"],
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .single_add_to_cart_button[name="update_cart"],
    body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .single_add_to_cart_button[name="update_cart"],
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .product_add_on[name="update_cart"],
    body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .product_add_on[name="update_cart"],
    body.single-product .outline.single_add_to_cart_button,
    body.single-product .outline.product_add_on{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 600;
}
/* line 41, resources/assets/styles/components/_buttons.scss */
.btn.has-icon,
    .button.has-icon,
    body.single-product .has-icon.single_add_to_cart_button,
    body.single-product .has-icon.product_add_on{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.has-icon > :not([hidden]) ~ :not([hidden]),
    .button.has-icon > :not([hidden]) ~ :not([hidden]),
    body.single-product .has-icon.single_add_to_cart_button > :not([hidden]) ~ :not([hidden]),
    body.single-product .has-icon.product_add_on > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
/* line 44, resources/assets/styles/components/_buttons.scss */
.btn.has-icon svg,
      .button.has-icon svg,
      body.single-product .has-icon.single_add_to_cart_button svg,
      body.single-product .has-icon.product_add_on svg {
        margin-top: -.25rem; }
/* line 49, resources/assets/styles/components/_buttons.scss */
.btn.medium,
    .button.medium,
    body.single-product .medium.single_add_to_cart_button,
    body.single-product .medium.product_add_on{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
/* line 52, resources/assets/styles/components/_buttons.scss */
.btn.ajax_add_to_cart, .btn.product_type_simple,
    .button.ajax_add_to_cart,
    body.single-product .ajax_add_to_cart.single_add_to_cart_button,
    body.single-product .ajax_add_to_cart.product_add_on,
    .button.product_type_simple,
    body.single-product .product_type_simple.single_add_to_cart_button,
    body.single-product .product_type_simple.product_add_on {
      border: none;
      padding: .5rem; }
/* line 58, resources/assets/styles/components/_buttons.scss */
.btn-success, body.single-product .btn-success{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  font-family: Gordita, sans-serif;
  font-weight: 900;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
    background-color: #32CD32;
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
/* line 68, resources/assets/styles/components/_buttons.scss */
.btn-success:hover, body.single-product .btn-success:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* line 72, resources/assets/styles/components/_buttons.scss */
.btn-success.solid, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn-success.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .single_add_to_cart_button.btn-success, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .single_add_to_cart_button.btn-success, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .product_add_on.btn-success, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .product_add_on.btn-success, aside.side-cart .side-cart__container footer .cart_totals .btn-success.button, aside.side-cart .side-cart__container footer .cart_totals body.single-product .single_add_to_cart_button.btn-success, body.single-product aside.side-cart .side-cart__container footer .cart_totals .single_add_to_cart_button.btn-success, aside.side-cart .side-cart__container footer .cart_totals body.single-product .product_add_on.btn-success, body.single-product aside.side-cart .side-cart__container footer .cart_totals .product_add_on.btn-success, .woocommerce-account .woocommerce-order-details p.order-again .btn-success.button, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .single_add_to_cart_button.btn-success, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .single_add_to_cart_button.btn-success, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .product_add_on.btn-success, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .product_add_on.btn-success, .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn-success.button, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .button.btn-success, body.single-product .btn-success{
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* line 74, resources/assets/styles/components/_buttons.scss */
.btn-success.solid:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn-success.button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .single_add_to_cart_button.btn-success:hover, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .single_add_to_cart_button.btn-success:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .product_add_on.btn-success:hover, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .product_add_on.btn-success:hover, aside.side-cart .side-cart__container footer .cart_totals .btn-success.button:hover, aside.side-cart .side-cart__container footer .cart_totals body.single-product .single_add_to_cart_button.btn-success:hover, body.single-product aside.side-cart .side-cart__container footer .cart_totals .single_add_to_cart_button.btn-success:hover, aside.side-cart .side-cart__container footer .cart_totals body.single-product .product_add_on.btn-success:hover, body.single-product aside.side-cart .side-cart__container footer .cart_totals .product_add_on.btn-success:hover, .woocommerce-account .woocommerce-order-details p.order-again .btn-success.button:hover, .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn-success.button:hover, body.single-product .btn-success:hover {
        background-color: #32CD32;
        color: #fff;
        border: 1px solid white; }
/* line 80, resources/assets/styles/components/_buttons.scss */
.btn-success.dark, body.single-product .dark.btn-success{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* line 85, resources/assets/styles/components/_buttons.scss */
.btn-success.hover-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* line 88, resources/assets/styles/components/_buttons.scss */
.btn-success.small, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn-success.button, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .single_add_to_cart_button.btn-success, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .single_add_to_cart_button.btn-success, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .product_add_on.btn-success, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .product_add_on.btn-success, body.single-product .small.btn-success{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
/* line 91, resources/assets/styles/components/_buttons.scss */
.btn-success.outline, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn-success.button[name="update_cart"], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .btn-success.single_add_to_cart_button[name="update_cart"], body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn-success.single_add_to_cart_button[name="update_cart"], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .btn-success.product_add_on[name="update_cart"], body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .btn-success.product_add_on[name="update_cart"], body.single-product .outline.btn-success{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 600;
}
/* line 94, resources/assets/styles/components/_buttons.scss */
.btn-success.has-icon, body.single-product .has-icon.btn-success{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-success.has-icon > :not([hidden]) ~ :not([hidden]), body.single-product .has-icon.btn-success > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
/* line 97, resources/assets/styles/components/_buttons.scss */
.btn-success.has-icon svg {
        margin-top: -.25rem; }
/* line 102, resources/assets/styles/components/_buttons.scss */
.btn-success.medium, body.single-product .medium.btn-success{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
/* line 105, resources/assets/styles/components/_buttons.scss */
.btn-success.ajax_add_to_cart, body.single-product .ajax_add_to_cart.btn-success, .btn-success.product_type_simple, body.single-product .product_type_simple.btn-success {
      border: none;
      padding: .5rem; }
/* line 112, resources/assets/styles/components/_buttons.scss */
/* line 87, resources/assets/styles/components/_notices.scss */
/* line 97, resources/assets/styles/components/_notices.scss */
/** Import theme styles */
/* line 2, resources/assets/styles/common/_global.scss */
html{
  font-family: Aleo, serif;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a202c;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 8, resources/assets/styles/common/_global.scss */
body {
  position: relative;
  font-size: 1.2rem; }
  /* line 12, resources/assets/styles/common/_global.scss */
  body.open-overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007a;
    z-index: 1;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

/* line 24, resources/assets/styles/common/_global.scss */
.text-center {
  text-align: center; }

/* line 28, resources/assets/styles/common/_global.scss */
.font-bold {
  font-weight: 600; }

/* line 32, resources/assets/styles/common/_global.scss */
.group:focus .group-focus\:visible {
  display: block; }

/* line 36, resources/assets/styles/common/_global.scss */
hr{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity));
}

/* line 40, resources/assets/styles/common/_global.scss */
ins {
  text-decoration: none;
  font-weight: 500; }

/* line 45, resources/assets/styles/common/_global.scss */
del {
  font-weight: 400;
  text-decoration: none; }
  /* line 49, resources/assets/styles/common/_global.scss */
  del > span bdi {
    position: relative; }
    /* line 52, resources/assets/styles/common/_global.scss */
    del > span bdi::before {
      content: ' ';
      width: 100%;
      width: calc(100% + .25em);
      border-bottom: 1px solid #111;
      overflow: hidden;
      display: block;
      position: absolute;
      top: 40%;
      left: -.125em;
      -webkit-transform: translateY(-40%);
           -o-transform: translateY(-40%);
              transform: translateY(-40%);
      height: 1px; }

/* line 68, resources/assets/styles/common/_global.scss */
.pill{
  display: block;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Gordita, sans-serif;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-weight: 600;
}

/* line 72, resources/assets/styles/common/_global.scss */
.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

/* line 79, resources/assets/styles/common/_global.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  width: 100%; }

/* line 85, resources/assets/styles/common/_global.scss */
.label{
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Gordita, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
  font-size: .6rem;
}

/**
 * Password strength meter
 */
/* line 94, resources/assets/styles/common/_global.scss */
.woocommerce-password-strength {
  text-align: center;
  padding: 3px 0.5em;
  margin-top: 0.5rem;
  font-size: 0.875rem; }
  /* line 99, resources/assets/styles/common/_global.scss */
  .woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373; }
  /* line 104, resources/assets/styles/common/_global.scss */
  .woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b; }
  /* line 109, resources/assets/styles/common/_global.scss */
  .woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53; }
  /* line 114, resources/assets/styles/common/_global.scss */
  .woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733; }

/* line 120, resources/assets/styles/common/_global.scss */
.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block; }

/* line 126, resources/assets/styles/common/_global.scss */
body.template-restaurants .product .button, body.template-restaurants .product body.single-product .single_add_to_cart_button, body.single-product body.template-restaurants .product .single_add_to_cart_button, body.template-restaurants .product body.single-product .product_add_on, body.single-product body.template-restaurants .product .product_add_on {
  display: none; }

/* line 131, resources/assets/styles/common/_global.scss */
.price-decimal {
  top: -0.235em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 139, resources/assets/styles/common/_global.scss */
figure.has-video {
  position: relative; }
  /* line 142, resources/assets/styles/common/_global.scss */
  figure.has-video::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  /* line 154, resources/assets/styles/common/_global.scss */
  figure.has-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    height: 50px;
    width: 50px;
    fill: rgba(255, 255, 255, 0.808);
    -webkit-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  /* line 166, resources/assets/styles/common/_global.scss */
  figure.has-video:hover::before {
    cursor: pointer;
    background: #ffffffa1; }
  /* line 171, resources/assets/styles/common/_global.scss */
  figure.has-video:hover svg {
    fill: #000; }

/* line 177, resources/assets/styles/common/_global.scss */
.loader {
  border-top-color: #666;
  -webkit-animation: spinner 1.5s linear infinite;
       -o-animation: spinner 1.5s linear infinite;
          animation: spinner 1.5s linear infinite; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* line 192, resources/assets/styles/common/_global.scss */
.preloader {
  width: 100%;
  height: 100vh;
  background: #ffffffba;
  position: absolute;
  z-index: 200000; }

/* line 200, resources/assets/styles/common/_global.scss */
.lds-ring {
  position: absolute;
  z-index: 200000000000000;
  top: calc(100%/2);
  bottom: calc(100%/2);
  left: calc(100%/2); }

@media (max-width: 639px) {
  /* line 200, resources/assets/styles/common/_global.scss */
  .lds-ring {
    top: calc(100%/2);
    bottom: calc(100%/2);
    left: calc(80%/2); } }

/* line 214, resources/assets/styles/common/_global.scss */
.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #d3ae76 transparent transparent transparent; }

/* line 227, resources/assets/styles/common/_global.scss */
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
       -o-animation-delay: -0.45s;
          animation-delay: -0.45s; }

/* line 231, resources/assets/styles/common/_global.scss */
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s; }

/* line 235, resources/assets/styles/common/_global.scss */
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
       -o-animation-delay: -0.15s;
          animation-delay: -0.15s; }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes lds-ring {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* line 249, resources/assets/styles/common/_global.scss */
#loading {
  display: inline-block !important;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #d3ae76;
  -o-animation: spin 1s ease-in-out infinite;
     animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite; }

/* line 260, resources/assets/styles/common/_global.scss */
.container-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  /* line 270, resources/assets/styles/common/_global.scss */
  .container-loading .img-loading {
    display: inline-block;
    width: 40px !important;
    height: 40px !important;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #d3ae76;
    -o-animation: spin 1s ease-in-out infinite;
       animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite; }

/* line 282, resources/assets/styles/common/_global.scss */
.opacity-loading {
  opacity: 0.7; }

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

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

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

/* line 298, resources/assets/styles/common/_global.scss */
.wc-braintree-product-gateways-container li.wc-braintree-product-gateway .apple-pay-button {
  width: 100% !important; }

/* line 302, resources/assets/styles/common/_global.scss */
.wc-braintree-applepay-product-checkout-container {
  width: 100% !important; }

/* line 306, resources/assets/styles/common/_global.scss */
.wc-braintree-product-gateways li.wc_braintree_product_gateway_braintree_applepay {
  max-width: 100% !important; }

/* line 309, resources/assets/styles/common/_global.scss */
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

/* line 312, resources/assets/styles/common/_global.scss */
.md\:grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

/* line 316, resources/assets/styles/common/_global.scss */
.md\:bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, #4a5568, #1a202c) !important;
  background-image: -webkit-linear-gradient(top, #4a5568, #1a202c) !important;
  background-image: -o-linear-gradient(top, #4a5568, #1a202c) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4a5568), to(#1a202c)) !important;
  background-image: linear-gradient(180deg, #4a5568, #1a202c) !important; }

/* line 322, resources/assets/styles/common/_global.scss */
a.added_to_cart.wc-forward {
  display: none !important; }

/* line 326, resources/assets/styles/common/_global.scss */
.woocommerce-mini-cart-item.removing {
  opacity: 0.5;
  /* Reduce la opacidad para indicar que se está procesando */
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* Animación de transición suave */ }

@font-face {
  font-family: 'Aleo';
  src: url(/wp-content/themes/iberico/dist/fonts/Aleo-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Aleo';
  src: url(/wp-content/themes/iberico/dist/fonts/Aleo-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Aleo';
  src: url(/wp-content/themes/iberico/dist/fonts/Aleo-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Aleo';
  src: url(/wp-content/themes/iberico/dist/fonts/Aleo-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Aleo';
  src: url(/wp-content/themes/iberico/dist/fonts/Aleo-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Aleo';
  src: url(/wp-content/themes/iberico/dist/fonts/Aleo-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-Black.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-BlackItalic.woff) format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-RegularItalic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-Ultra.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url(/wp-content/themes/iberico/dist/fonts/Gordita-UltraItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

/* line 160, resources/assets/styles/common/_fonts.scss */
.text-gordita-500 {
  font-family: 'Gordita';
  font-weight: 500; }

/* line 1, resources/assets/styles/components/_comments.scss */
.comment-list{
  list-style-type: none;
  padding: 0px;
}
#wholehams-single-product .comment-list {
  margin-top: 0;
  margin-bottom: 0; }

/* line 5, resources/assets/styles/components/_comments.scss */
.comment-list ol {
  list-style: none; }

/* line 9, resources/assets/styles/components/_comments.scss */
.comment-form p{
  margin-bottom: 1rem;
}

/* line 13, resources/assets/styles/components/_comments.scss */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}

/* line 22, resources/assets/styles/components/_comments.scss */
.comment-form input[type="submit"]{
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 150 / var(--tw-bg-opacity));
}
  /* line 24, resources/assets/styles/components/_comments.scss */
  .comment-form input[type="submit"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity));
}

/* Common form styles */
/* line 5, resources/assets/styles/components/_forms.scss */
form label{
  font-family: Gordita, sans-serif;
  font-size: 1rem;
}

/* line 8, resources/assets/styles/components/_forms.scss */
form .required{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity));
}

/* line 14, resources/assets/styles/components/_forms.scss */
.input-text.qty{
  border-radius: 0.25rem;
  max-width: 60px;
}

@media (max-width: 639px) {
  /* line 14, resources/assets/styles/components/_forms.scss */
  .input-text.qty {
    max-width: 50px; } }

/** Search form */
/* line 24, resources/assets/styles/components/_forms.scss */
.search-form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 28, resources/assets/styles/components/_forms.scss */
.search-form label{
  margin-bottom: 1rem;
  font-weight: normal;
}

/* line 33, resources/assets/styles/components/_forms.scss */
.search-form .search-field{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity));
}

/* line 37, resources/assets/styles/components/_forms.scss */
.search-form .search-submit{
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(160 174 192 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(247 250 252 / var(--tw-text-opacity));
  text-decoration-line: none;
  text-align: center;
}
  /* line 39, resources/assets/styles/components/_forms.scss */
  .search-form .search-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity));
}

/* line 45, resources/assets/styles/components/_forms.scss */
form.acf-form {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto; }
  /* line 48, resources/assets/styles/components/_forms.scss */
  form.acf-form .acf-fields > .acf-field {
    border: none; }
  /* line 51, resources/assets/styles/components/_forms.scss */
  form.acf-form [data-width]{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1rem;
}
    /* line 53, resources/assets/styles/components/_forms.scss */
    form.acf-form [data-width]:last-of-type{
  --tw-bg-opacity: 1;
  background-color: rgb(245 101 101 / var(--tw-bg-opacity));
}
  /* line 57, resources/assets/styles/components/_forms.scss */
  form.acf-form .acf-hidden{
  display: none;
}
  /* line 60, resources/assets/styles/components/_forms.scss */
  form.acf-form label{
  display: block;
  width: 100%;
  font-weight: 600;
}
    /* line 62, resources/assets/styles/components/_forms.scss */
    form.acf-form label .acf-required{
  --tw-text-opacity: 1;
  color: rgb(210 54 41 / var(--tw-text-opacity));
}
  /* line 66, resources/assets/styles/components/_forms.scss */
  form.acf-form input,
  form.acf-form select,
  form.acf-form textarea{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
}
  form.acf-form input:focus,
  form.acf-form select:focus,
  form.acf-form textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(248 244 239 / var(--tw-border-opacity));
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(203 213 224 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}
  form.acf-form input,
  form.acf-form select,
  form.acf-form textarea {
    padding: .5rem !important; }
  /* line 72, resources/assets/styles/components/_forms.scss */
  form.acf-form .af-field-instructions{
  font-family: Gordita, sans-serif;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity));
}
  /* line 75, resources/assets/styles/components/_forms.scss */
  form.acf-form .acf-form-submit{
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
/* line 7, resources/assets/styles/components/_wp-classes.scss */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

/* line 14, resources/assets/styles/components/_wp-classes.scss */
.aligncenter{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

/* line 21, resources/assets/styles/components/_wp-classes.scss */
.alignleft,
.alignright{
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 640px) {
  /* line 29, resources/assets/styles/components/_wp-classes.scss */
  .alignleft{
    margin-right: 1rem;
    float: left;
  }
  /* line 35, resources/assets/styles/components/_wp-classes.scss */
  .alignright{
    margin-left: 1rem;
    float: right;
  } }

/** Captions */
/* line 43, resources/assets/styles/components/_wp-classes.scss */
.wp-caption{
  margin-bottom: 1rem;
  display: inline-block;
}

/* line 47, resources/assets/styles/components/_wp-classes.scss */
.wp-caption img{
  margin-bottom: 0.5rem;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

/* line 51, resources/assets/styles/components/_wp-classes.scss */
.wp-caption-text {
  font-size: 90%;
  color: #6c757d; }

/** Text meant only for screen readers */
/* line 57, resources/assets/styles/components/_wp-classes.scss */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 69, resources/assets/styles/components/_wp-classes.scss */
.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/**
** These styles are to avoid creating extra fields in the admin to enter the second line in menu items (which is styled differently). Note: a span is still required around the second line when input in the admin for this to work.
*/
/* line 5, resources/assets/styles/components/_navigation.scss */
ul.category-grid li {
  overflow: hidden;
  position: relative; }
  /* line 8, resources/assets/styles/components/_navigation.scss */
  ul.category-grid li a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    /* line 10, resources/assets/styles/components/_navigation.scss */
    ul.category-grid li a span{
  display: block;
  font-weight: 400;
  text-transform: none;
}
  /* line 14, resources/assets/styles/components/_navigation.scss */
  ul.category-grid li:nth-last-child(-n+2) a{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
  /* line 17, resources/assets/styles/components/_navigation.scss */
  ul.category-grid li img {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  /* line 21, resources/assets/styles/components/_navigation.scss */
  ul.category-grid li:hover {
    cursor: pointer; }
    /* line 23, resources/assets/styles/components/_navigation.scss */
    ul.category-grid li:hover::before {
      -webkit-box-shadow: inset 3px 3px 10px 0 #000000;
              box-shadow: inset 3px 3px 10px 0 #000000;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    /* line 32, resources/assets/styles/components/_navigation.scss */
    ul.category-grid li:hover a{
  letter-spacing: .1em;
  --tw-text-opacity: 1;
  color: rgb(248 244 239 / var(--tw-text-opacity));
}
    /* line 35, resources/assets/styles/components/_navigation.scss */
    ul.category-grid li:hover img {
      -webkit-transform: scale(1.05);
           -o-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-transform-origin: center;
           -o-transform-origin: center;
              transform-origin: center; }

/* line 44, resources/assets/styles/components/_navigation.scss */
ul.category-slider li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 85px;
          flex: 1 0 85px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  /* line 53, resources/assets/styles/components/_navigation.scss */
  ul.category-slider li.active a {
    text-decoration: underline;
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(211 174 118 / var(--tw-text-opacity)); }
  /* line 60, resources/assets/styles/components/_navigation.scss */
  ul.category-slider li img {
    border-radius: 4px; }

/* line 68, resources/assets/styles/components/_navigation.scss */
.posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* line 77, resources/assets/styles/components/_navigation.scss */
#dropdown-bar nav ul.dropdown-menu > li.card a {
  overflow: hidden; }
  /* line 80, resources/assets/styles/components/_navigation.scss */
  #dropdown-bar nav ul.dropdown-menu > li.card a:first-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
  #dropdown-bar nav ul.dropdown-menu > li.card a:first-child > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
  #dropdown-bar nav ul.dropdown-menu > li.card a:first-child {
    padding: 1rem; }
  /* line 85, resources/assets/styles/components/_navigation.scss */
  #dropdown-bar nav ul.dropdown-menu > li.card a:last-child {
    display: block;
    max-height: 260px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    /* line 92, resources/assets/styles/components/_navigation.scss */
    #dropdown-bar nav ul.dropdown-menu > li.card a:last-child span {
      display: none; }
  /* line 96, resources/assets/styles/components/_navigation.scss */
  #dropdown-bar nav ul.dropdown-menu > li.card a img {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

/* line 102, resources/assets/styles/components/_navigation.scss */
#dropdown-bar nav ul.dropdown-menu > li.card a:hover {
  overflow: hidden; }
  /* line 104, resources/assets/styles/components/_navigation.scss */
  #dropdown-bar nav ul.dropdown-menu > li.card a:hover img {
    -webkit-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05); }

/* line 111, resources/assets/styles/components/_navigation.scss */
.category-grid {
  background-image: url(/wp-content/themes/iberico/dist/images/home-categories-hero.jpg); }

@media (max-width: 639px) {
  /* line 111, resources/assets/styles/components/_navigation.scss */
  .category-grid {
    background-image: none; } }

/* line 3, resources/assets/styles/components/_reviews.scss */
.yotpo.bottomLine .yotpo-bottomline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.yotpo.bottomLine .yotpo-bottomline > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

/* line 9, resources/assets/styles/components/_reviews.scss */
.yotpo.bottomLine a{
  font-family: Aleo, serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(211 174 118 / var(--tw-text-opacity)) !important;
}

/* line 14, resources/assets/styles/components/_reviews.scss */
.yotpo.bottomLine a.text-m{
  font-family: Aleo, serif !important;
  font-size: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(160 174 192 / var(--tw-text-opacity)) !important;
}
@media (max-width: 639px){
  .yotpo.bottomLine a.text-m{
    font-size: 0.75rem !important;
  }
}

/* line 21, resources/assets/styles/components/_reviews.scss */
.product.compact_layout .yotpo.bottomLine .yotpo-bottomline{
  width: 100%;
}
.product.compact_layout .yotpo.bottomLine .yotpo-bottomline > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 639px){
  .product.compact_layout .yotpo.bottomLine .yotpo-bottomline{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px){
  .product.compact_layout .yotpo.bottomLine .yotpo-bottomline > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

/* line 3, resources/assets/styles/components/_sliders.scss */
.slider.peek-slider .slick-list,
.slider.peek-slider-compact .slick-list {
  padding: 0 20% 0 0; }

/* line 6, resources/assets/styles/components/_sliders.scss */
.slider.peek-slider .slick-dotted.slick-slider,
.slider.peek-slider-compact .slick-dotted.slick-slider {
  margin-bottom: 0 !important; }
  /* line 9, resources/assets/styles/components/_sliders.scss */
  .slider.peek-slider .slick-dotted.slick-slider ul.slick-dots,
  .slider.peek-slider-compact .slick-dotted.slick-slider ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
    list-style: none;
    padding-left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
    background-image: -webkit-linear-gradient(bottom, var(--tw-gradient-stops));
    background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops));
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #1a202c var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(26 32 44 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
    /* line 20, resources/assets/styles/components/_sliders.scss */
    .slider.peek-slider .slick-dotted.slick-slider ul.slick-dots li,
    .slider.peek-slider-compact .slick-dotted.slick-slider ul.slick-dots li {
      opacity: .5; }
      /* line 23, resources/assets/styles/components/_sliders.scss */
      .slider.peek-slider .slick-dotted.slick-slider ul.slick-dots li.slick-active,
      .slider.peek-slider-compact .slick-dotted.slick-slider ul.slick-dots li.slick-active {
        opacity: 1; }
      /* line 27, resources/assets/styles/components/_sliders.scss */
      .slider.peek-slider .slick-dotted.slick-slider ul.slick-dots li button,
      .slider.peek-slider-compact .slick-dotted.slick-slider ul.slick-dots li button {
        font-size: 12px;
        background-color: #fff;
        width: .5rem;
        height: .5rem;
        border-radius: 50%;
        padding: .25rem;
        margin: 1.5rem .5rem; }

/* line 3, resources/assets/styles/components/_tables.scss */
.woocommerce table.shop_table{
  margin-bottom: 2rem;
  width: 100%;
}
.woocommerce table.shop_table > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-divide-opacity));
}
.woocommerce table.shop_table{
  overflow: hidden;
  font-family: Gordita, sans-serif;
}
  /* line 6, resources/assets/styles/components/_tables.scss */
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}
  /* line 11, resources/assets/styles/components/_tables.scss */
  .woocommerce table.shop_table thead{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
    /* line 14, resources/assets/styles/components/_tables.scss */
    .woocommerce table.shop_table thead tr th{
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}
    @media (max-width: 639px) {
    .container-wb .rigth-welcomeback .products-historial .woocommerce table.shop_table thead tr th {
      display: none; } }
    .woocommerce table.shop_table thead tr th {
      font-size: 0.7rem; }

@media (max-width: 639px) {
  /* line 11, resources/assets/styles/components/_tables.scss */
  .woocommerce table.shop_table thead{
    display: none;
  } }
  /* line 27, resources/assets/styles/components/_tables.scss */
  .woocommerce table.shop_table tbody tr th,
  .woocommerce table.shop_table tbody tr td{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}
    /* line 31, resources/assets/styles/components/_tables.scss */
    .woocommerce table.shop_table tbody tr th a:not(.button),
    .woocommerce table.shop_table tbody tr td a:not(.button){
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
      /* line 34, resources/assets/styles/components/_tables.scss */
      .woocommerce table.shop_table tbody tr th a:not(.button):hover,
      .woocommerce table.shop_table tbody tr td a:not(.button):hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
}
  /* line 40, resources/assets/styles/components/_tables.scss */
  .woocommerce table.shop_table tbody tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
    /* line 43, resources/assets/styles/components/_tables.scss */
    .woocommerce table.shop_table tbody tr:nth-child(even) td{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (max-width: 639px) {
  /* line 25, resources/assets/styles/components/_tables.scss */
  .woocommerce table.shop_table tbody tr {
    display: block;
    padding: 1rem 0; }
    /* line 52, resources/assets/styles/components/_tables.scss */
    .woocommerce table.shop_table tbody tr th,
    .woocommerce table.shop_table tbody tr td{
    border-bottom-width: 1px;
  }
    /* line 57, resources/assets/styles/components/_tables.scss */
    .woocommerce table.shop_table tbody tr td{
    display: block;
    text-align: right;
  }
      /* line 60, resources/assets/styles/components/_tables.scss */
      .woocommerce table.shop_table tbody tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left; }
      /* line 66, resources/assets/styles/components/_tables.scss */
      .woocommerce table.shop_table tbody tr td:last-child{
    border-bottom-width: 0px;
  } }
  /* line 76, resources/assets/styles/components/_tables.scss */
  .woocommerce table.shop_table tfoot tr th {
    text-align: right; }

/* line 86, resources/assets/styles/components/_tables.scss */
.woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; }

@media (max-width: 639px) {
  /* line 90, resources/assets/styles/components/_tables.scss */
  .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions:before {
    display: none; } }
  /* line 95, resources/assets/styles/components/_tables.scss */
  .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .reoder_button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: -webkit-linear-gradient(315deg, #3aa560, #8ebd42) !important;
    background: -o-linear-gradient(315deg, #3aa560, #8ebd42) !important;
    background: linear-gradient(135deg, #3aa560, #8ebd42) !important; }
  /* line 100, resources/assets/styles/components/_tables.scss */
  .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.button, .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions body.single-product .woocommerce-button.single_add_to_cart_button, body.single-product .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.single_add_to_cart_button, .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions body.single-product .woocommerce-button.product_add_on, body.single-product .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.product_add_on {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: #d3ae76;
    --tw-text-opacity: 1;
    color: #ffffff !important;
    padding: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
    margin-top: .5rem;
    border-radius: 5px; }
    /* line 114, resources/assets/styles/components/_tables.scss */
    .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.button:hover, .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions body.single-product .woocommerce-button.single_add_to_cart_button:hover, body.single-product .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.single_add_to_cart_button:hover, .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions body.single-product .woocommerce-button.product_add_on:hover, body.single-product .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.product_add_on:hover {
      background-color: #000; }

/* line 1, resources/assets/styles/components/_notices.scss */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top-width: 3px;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity)); }

/* line 17, resources/assets/styles/components/_notices.scss */
.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: ' ';
  display: table; }

/* line 27, resources/assets/styles/components/_notices.scss */
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both; }

/* line 44, resources/assets/styles/components/_notices.scss */
.woocommerce-error .button, .woocommerce-error body.single-product .single_add_to_cart_button, body.single-product .woocommerce-error .single_add_to_cart_button, .woocommerce-error body.single-product .product_add_on, body.single-product .woocommerce-error .product_add_on,
.woocommerce-info .button,
.woocommerce-info body.single-product .single_add_to_cart_button,
body.single-product .woocommerce-info .single_add_to_cart_button,
.woocommerce-info body.single-product .product_add_on,
body.single-product .woocommerce-info .product_add_on,
.woocommerce-message .button,
.woocommerce-message body.single-product .single_add_to_cart_button,
body.single-product .woocommerce-message .single_add_to_cart_button,
.woocommerce-message body.single-product .product_add_on,
body.single-product .woocommerce-message .product_add_on {
  float: right; }

/* line 50, resources/assets/styles/components/_notices.scss */
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important; }

/* line 58, resources/assets/styles/components/_notices.scss */
.woocommerce-notices-wrapper {
  width: 100%; }
  /* line 62, resources/assets/styles/components/_notices.scss */
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper ul.woocommerce-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    line-height: 1.4;
    padding: 1rem; }
    /* line 70, resources/assets/styles/components/_notices.scss */
    .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-notices-wrapper .woocommerce-message body.single-product .single_add_to_cart_button, body.single-product .woocommerce-notices-wrapper .woocommerce-message .single_add_to_cart_button, .woocommerce-notices-wrapper .woocommerce-message body.single-product .product_add_on, body.single-product .woocommerce-notices-wrapper .woocommerce-message .product_add_on,
    .woocommerce-notices-wrapper ul.woocommerce-error .button,
    .woocommerce-notices-wrapper ul.woocommerce-error body.single-product .single_add_to_cart_button,
    body.single-product .woocommerce-notices-wrapper ul.woocommerce-error .single_add_to_cart_button,
    .woocommerce-notices-wrapper ul.woocommerce-error body.single-product .product_add_on,
    body.single-product .woocommerce-notices-wrapper ul.woocommerce-error .product_add_on {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      white-space: nowrap;
      padding-left: 1rem;
      padding-bottom: 1rem;
      margin-top: 1rem; }
  /* line 111, resources/assets/styles/components/_notices.scss */
  .woocommerce-notices-wrapper ul.woocommerce-error li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 1rem !important;
    list-style: none;
    background: pink;
    -webkit-box-shadow: inset 0 0 0 2px #c84b4b;
            box-shadow: inset 0 0 0 2px #c84b4b;
    background: #f8f0ef; }

/* line 126, resources/assets/styles/components/_notices.scss */
body.single-product form.cart a.added_to_cart.wc-forward{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 24rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(47 133 90 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-family: Gordita, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  text-align: center;
}
body.single-product form.cart a.added_to_cart.wc-forward:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 84 61 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  body.single-product form.cart a.added_to_cart.wc-forward{
    margin-left: 0px;
    display: block;
    padding-top: 1rem;
  }
}

/* line 134, resources/assets/styles/components/_notices.scss */
.products-list a.added_to_cart.wc-forward,
.slider a.added_to_cart.wc-forward{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(47 133 90 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-family: Gordita, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  text-align: center;
  background-color: #439425;
}
  /* line 137, resources/assets/styles/components/_notices.scss */
  .products-list a.added_to_cart.wc-forward:hover,
  .slider a.added_to_cart.wc-forward:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity));
}

/* line 144, resources/assets/styles/components/_notices.scss */
p.stock.out-of-stock{
  margin-top: 1.25rem;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 178 178 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Gordita, sans-serif;
  font-size: 0.875rem;
}

/* line 148, resources/assets/styles/components/_notices.scss */
p.cart-empty.woocommerce-info {
  width: 100%; }

/* line 6, resources/assets/styles/components/_subscription.scss */
body.single-product .wcsatt-options-wrapper {
  display: none; }

/* line 10, resources/assets/styles/components/_subscription.scss */
body.single-product .modaal-container {
  width: auto; }
  /* line 12, resources/assets/styles/components/_subscription.scss */
  body.single-product .modaal-container .added_to_cart.wc-forward {
    display: none; }
  /* line 15, resources/assets/styles/components/_subscription.scss */
  body.single-product .modaal-container .single_add_to_cart_button {
    max-width: none; }
  /* line 19, resources/assets/styles/components/_subscription.scss */
  body.single-product .modaal-container #no_thanks {
    font-weight: 400; }

/* line 30, resources/assets/styles/components/_subscription.scss */
body.woocommerce-cart table.shop_table_responsive td.product-price li.subscription-option,
body.woocommerce-cart table.shop_table_responsive td.product-price input[type="radio"] {
  display: none; }

/* line 41, resources/assets/styles/components/_subscription.scss */
body.woocommerce-cart table.shop_table_responsive .bundled_table_item .bundled_table_item_indent {
  padding-left: 0; }

/* line 50, resources/assets/styles/components/_subscription.scss */
.modaal-wrapper form.cart .wcsatt-options-wrapper {
  display: block; }

/* line 54, resources/assets/styles/components/_subscription.scss */
.modaal-wrapper form.cart .wcsatt-options-product-prompt {
  line-height: 1.4; }

/* line 59, resources/assets/styles/components/_subscription.scss */
.modaal-wrapper form.cart .wcsatt-options-product-wrapper {
  display: block; }
  /* line 62, resources/assets/styles/components/_subscription.scss */
  .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding-left: 0;
    margin: 2rem 0 1rem; }
    /* line 68, resources/assets/styles/components/_subscription.scss */
    .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li{
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 2rem;
}
      /* line 71, resources/assets/styles/components/_subscription.scss */
      .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li.subscription-option {
        border-radius: 4px 4px 0 0; }
      /* line 75, resources/assets/styles/components/_subscription.scss */
      .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li.one-time-option {
        display: none;
        border-radius: 0 0 4px 4px;
        border-bottom-width: 1px; }
      /* line 81, resources/assets/styles/components/_subscription.scss */
      .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        /* line 84, resources/assets/styles/components/_subscription.scss */
        .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$='option-details'] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding-left: .5em; }
          /* line 89, resources/assets/styles/components/_subscription.scss */
          .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$='option-details'] .option-name {
            font-weight: 700;
            font-size: 1.2rem;
            text-transform: none;
            width: 60%;
            text-align: left;
            text-transform: capitalize;
            margin-bottom: 1rem;
            line-height: 1.2; }
          /* line 100, resources/assets/styles/components/_subscription.scss */
          .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$='option-details'] > .price {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row;
                    flex-flow: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            width: 100%;
            font-size: 0.6rem;
            font-weight: 400;
            text-align: left; }
            /* line 109, resources/assets/styles/components/_subscription.scss */
            .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$='option-details'] > .price .price {
              width: 40%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
                  -ms-flex-flow: column-reverse;
                      flex-flow: column-reverse;
              -ms-flex-item-align: start;
                  align-self: flex-start;
              text-align: right; }
              /* line 116, resources/assets/styles/components/_subscription.scss */
              .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$='option-details'] > .price .price bdi {
                font-size: 1.3rem;
                line-height: 1.4; }
              /* line 121, resources/assets/styles/components/_subscription.scss */
              .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$='option-details'] > .price .price ins bdi {
                font-weight: bold; }
              /* line 125, resources/assets/styles/components/_subscription.scss */
              .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$='option-details'] > .price .price del bdi {
                font-weight: 400;
                opacity: 0.5; }
          /* line 134, resources/assets/styles/components/_subscription.scss */
          .modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$='option-details'] .subscription-details {
            display: none; }

/* line 161, resources/assets/styles/components/_subscription.scss */
.modaal-wrapper .controls,
.modaal-wrapper .free-shipping-notice,
.modaal-wrapper .refund-notice {
  display: none; }

/* line 175, resources/assets/styles/components/_subscription.scss */
body.woocommerce-view-subscription table.subscription_details .button, body.woocommerce-view-subscription table.subscription_details body.single-product .single_add_to_cart_button, body.single-product body.woocommerce-view-subscription table.subscription_details .single_add_to_cart_button, body.woocommerce-view-subscription table.subscription_details body.single-product .product_add_on, body.single-product body.woocommerce-view-subscription table.subscription_details .product_add_on {
  display: inline-block;
  text-transform: none;
  font-weight: 400; }
  /* line 179, resources/assets/styles/components/_subscription.scss */
  body.woocommerce-view-subscription table.subscription_details .button:hover, body.woocommerce-view-subscription table.subscription_details body.single-product .single_add_to_cart_button:hover, body.single-product body.woocommerce-view-subscription table.subscription_details .single_add_to_cart_button:hover, body.woocommerce-view-subscription table.subscription_details body.single-product .product_add_on:hover, body.single-product body.woocommerce-view-subscription table.subscription_details .product_add_on:hover {
    text-decoration: underline; }

@media (max-width: 639px) {
  /* line 184, resources/assets/styles/components/_subscription.scss */
  body.woocommerce-view-subscription table.subscription_details tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 189, resources/assets/styles/components/_subscription.scss */
    body.woocommerce-view-subscription table.subscription_details tbody tr td:first-child {
      font-weight: 500;
      text-align: left;
      border-bottom: none; }
    /* line 194, resources/assets/styles/components/_subscription.scss */
    body.woocommerce-view-subscription table.subscription_details tbody tr td::before {
      display: none; }
  /* line 205, resources/assets/styles/components/_subscription.scss */
  body.woocommerce-view-subscription table.order_details tbody tr td {
    padding: .5rem; } }

/* line 210, resources/assets/styles/components/_subscription.scss */
body.woocommerce-view-subscription table.order_details tbody a.wcs-switch-link {
  display: none; }

@media (max-width: 639px) {
  /* line 222, resources/assets/styles/components/_subscription.scss */
  body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions {
    padding-left: 2em;
    margin-bottom: 0; }
    /* line 225, resources/assets/styles/components/_subscription.scss */
    body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions .button, body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions body.single-product .single_add_to_cart_button, body.single-product body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions .single_add_to_cart_button, body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions body.single-product .product_add_on, body.single-product body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions .product_add_on {
      display: block;
      width: 100%;
      margin-top: 1rem; } }

/* line 242, resources/assets/styles/components/_subscription.scss */
body.cart table tbody tr td .edit_bundle_in_cart_text,
body.cart table tbody tr td .edit_in_cart_text {
  display: none; }

@media (max-width: 639px) {
  /* line 5, resources/assets/styles/components/_cart.scss */
  .woocommerce-cart .page-header {
    padding-left: 0; } }

/* line 10, resources/assets/styles/components/_cart.scss */
.woocommerce-cart .woocommerce{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px){
  .woocommerce-cart .woocommerce{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
  /* line 14, resources/assets/styles/components/_cart.scss */
  @media (min-width: 1024px){
  .woocommerce-cart .woocommerce form.woocommerce-cart-form{
    width: 75%;
    padding-right: 5rem;
  }
}
    /* line 17, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      /* line 21, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart thead {
        background-color: #fff; }
        /* line 25, resources/assets/styles/components/_cart.scss */
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart thead tr th.product-remove, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart thead tr th.product-thumbnail {
          display: none; }

@media (max-width: 639px) {
  /* line 34, resources/assets/styles/components/_cart.scss */
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart thead {
    display: none; }
  /* line 40, resources/assets/styles/components/_cart.scss */
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  /* line 46, resources/assets/styles/components/_cart.scss */
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td {
    border-bottom: none; }
    /* line 49, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td::before {
      display: none; }
    /* line 52, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-remove {
      width: 30%;
      padding-left: 0;
      padding-top: 0;
      text-align: center;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      /* line 58, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-remove .remove {
        text-decoration: none; }
    /* line 62, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-thumbnail {
      padding-left: 0;
      width: 30%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      /* line 66, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-thumbnail img {
        max-width: 100%; }
    /* line 70, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-name {
      text-align: left;
      padding-left: 0;
      width: 70%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    /* line 76, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-price {
      display: none; }
    /* line 79, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-subtotal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      padding-top: 0;
      padding-left: 0;
      font-weight: 500;
      font-size: 1.15rem; }
    /* line 88, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-quantity {
      padding-top: 0;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
      /* line 91, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-quantity input {
        border-color: #ddd;
        border-radius: 4px; } }
      /* line 97, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-thumbnail img {
        max-width: 80px; }
      /* line 100, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-price {
        padding-right: 0; }
        /* line 102, resources/assets/styles/components/_cart.scss */
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-price ul.wcsatt-options {
          padding-left: 0; }
      /* line 109, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
        border-top-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(203 213 224 / var(--tw-border-opacity)); }
        /* line 115, resources/assets/styles/components/_cart.scss */
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions {
          padding: 2rem 1rem;
          background-color: transparent !important;
          border-top: 1px solid #eee; }
          /* line 120, resources/assets/styles/components/_cart.scss */
          .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .coupon {
            display: inline; }
            /* line 123, resources/assets/styles/components/_cart.scss */
            .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .coupon label {
              display: none; }
            /* line 127, resources/assets/styles/components/_cart.scss */
            .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .coupon #coupon_code {
              border: none;
              border-bottom: 1px solid #ddd;
              margin-right: 1rem; }
          /* line 135, resources/assets/styles/components/_cart.scss */
          .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .button[name="update_cart"], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .single_add_to_cart_button[name="update_cart"], body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .single_add_to_cart_button[name="update_cart"], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .product_add_on[name="update_cart"], body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .product_add_on[name="update_cart"] {
            float: right; }

@media (max-width: 639px) {
  /* line 115, resources/assets/styles/components/_cart.scss */
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions {
    width: 100%;
    padding: 1rem; }
    /* line 142, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions::before {
      display: none; }
    /* line 145, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .coupon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }
      /* line 148, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .coupon #coupon_code {
        margin-right: 0;
        margin-bottom: .5rem; }
    /* line 153, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .button[name="update_cart"], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .single_add_to_cart_button[name="update_cart"], body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .single_add_to_cart_button[name="update_cart"], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions body.single-product .product_add_on[name="update_cart"], body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child td.actions .product_add_on[name="update_cart"] {
      width: 100%;
      margin-top: 1rem; } }
  /* line 167, resources/assets/styles/components/_cart.scss */
  @media (min-width: 1024px){
  .woocommerce-cart .woocommerce .cart-collaterals{
    width: 25%;
  }
}
  .woocommerce-cart .woocommerce .cart-collaterals {
    text-align: left; }
    /* line 171, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce .cart-collaterals .cross-sells {
      display: none; }
    /* line 175, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
      margin-bottom: 4rem; }

@media (max-width: 639px) {
  /* line 178, resources/assets/styles/components/_cart.scss */
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    display: none; }
  /* line 181, resources/assets/styles/components/_cart.scss */
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
    margin-bottom: .5rem; }
    /* line 183, resources/assets/styles/components/_cart.scss */
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .order-total th {
      border-bottom: none; } }
      /* line 189, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
        margin: 1rem 0;
        padding-bottom: 0.8rem;
        font-size: 1rem;
        text-transform: uppercase;
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(203 213 224 / var(--tw-border-opacity)); }
      /* line 197, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
        margin-bottom: 1rem; }

@media (max-width: 639px) {
  /* line 199, resources/assets/styles/components/_cart.scss */
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr {
    display: table-row; } }
        /* line 203, resources/assets/styles/components/_cart.scss */
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr th {
          text-align: left;
          padding-left: 0; }
        /* line 207, resources/assets/styles/components/_cart.scss */
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr td {
          font-size: 1.3rem;
          padding: 1.5rem 1rem;
          color: #333;
          background-color: #fff; }
          /* line 212, resources/assets/styles/components/_cart.scss */
          .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr td::before {
            display: none; }
        /* line 216, resources/assets/styles/components/_cart.scss */
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping {
          background-color: #fff; }
          /* line 219, resources/assets/styles/components/_cart.scss */
          .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping th,
          .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping td {
            border-bottom: 1px solid #eee; }
          /* line 224, resources/assets/styles/components/_cart.scss */
          .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping ul {
            list-style: none;
            padding-left: 0;
            font-size: 1rem; }
          /* line 230, resources/assets/styles/components/_cart.scss */
          .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping p.woocommerce-shipping-destination {
            display: none; }
        /* line 236, resources/assets/styles/components/_cart.scss */
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .cart-subtotal {
          display: none; }
      /* line 241, resources/assets/styles/components/_cart.scss */
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .single_add_to_cart_button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .product_add_on, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .product_add_on {
        display: block; }

/* line 251, resources/assets/styles/components/_cart.scss */
p.cart-empty {
  margin: 2rem auto;
  text-align: center;
  font-size: 1.1rem; }

/* line 258, resources/assets/styles/components/_cart.scss */
p.return-to-shop {
  margin: 0 0 2rem;
  text-align: center;
  display: block; }
  /* line 263, resources/assets/styles/components/_cart.scss */
  p.return-to-shop a {
    display: block; }

/*----------------------------------------------*\
	#FONTS
\*----------------------------------------------*/
/* -------------------------------- Open Cart ------------------------------- */
/* line 12, resources/assets/styles/components/_side-cart.scss */
body {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, -o-transform 300ms ease; }
  /* line 15, resources/assets/styles/components/_side-cart.scss */
  body.js-side-cart-opened {
    overflow: hidden; }
    /* line 19, resources/assets/styles/components/_side-cart.scss */
    body.js-side-cart-opened:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000000ad;
      z-index: 99999; }
  /* line 32, resources/assets/styles/components/_side-cart.scss */
  body.js-side-cart-opened .side-cart {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    overflow-y: scroll;
    overflow-x: hidden; }

/* ----------------------------- Base Side Cart ----------------------------- */
/* line 42, resources/assets/styles/components/_side-cart.scss */
aside.side-cart {
  opacity: 0;
  position: fixed;
  width: 95%;
  max-width: 500px;
  height: 100%;
  min-height: -webkit-fill-available;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 999999; }
  /* line 59, resources/assets/styles/components/_side-cart.scss */
  aside.side-cart .side-cart__container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative;
    padding-bottom: 12rem;
    overflow: auto; }
    /* line 67, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container .wc-button-bagde {
      display: none; }
    /* line 70, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container header {
      padding: .5rem 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      border-bottom: 1px solid gainsboro; }
      /* line 76, resources/assets/styles/components/_side-cart.scss */
      aside.side-cart .side-cart__container header .side-cart__top_title {
        display: inline-block;
        margin: 0.5rem 0; }
      /* line 81, resources/assets/styles/components/_side-cart.scss */
      aside.side-cart .side-cart__container header .side-cart__close {
        position: absolute;
        top: 1.25rem;
        right: 1rem;
        font-size: 2.5rem; }
    /* line 89, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container .widget_shopping_cart_content {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }
      /* line 95, resources/assets/styles/components/_side-cart.scss */
      aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart {
        padding-left: 0;
        list-style: none; }
        /* line 99, resources/assets/styles/components/_side-cart.scss */
        aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item {
          padding: 1.5rem .75rem 1rem;
          background-color: #fff;
          border: 1px solid #eee;
          border-top: none; }
          /* line 105, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item .product-remove {
            line-height: 3; }
          /* line 109, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item .product-thumbnail {
            width: 25%;
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            padding-right: .75rem;
            padding-bottom: 0; }
          /* line 116, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item .product-name {
            width: 75%;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            font-family: "Gordita", sans-serif;
            color: #555;
            line-height: 1.6;
            font-size: 1rem; }
          /* line 124, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item input.qty {
            border-color: #ddd;
            border-radius: 4px; }
          /* line 128, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item .amount {
            font-weight: 500;
            font-family: "Gordita", sans-serif;
            color: #333;
            letter-spacing: 0.5px;
            font-size: 1.15rem; }
      /* line 138, resources/assets/styles/components/_side-cart.scss */
      aside.side-cart .side-cart__container .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
        text-align: center;
        padding: 2rem 1rem; }
      /* line 144, resources/assets/styles/components/_side-cart.scss */
      aside.side-cart .side-cart__container .widget_shopping_cart_content .variation {
        display: none; }
      /* line 147, resources/assets/styles/components/_side-cart.scss */
      aside.side-cart .side-cart__container .widget_shopping_cart_content .tidy-minicart-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      /* line 151, resources/assets/styles/components/_side-cart.scss */
      aside.side-cart .side-cart__container .widget_shopping_cart_content .subscription-details {
        white-space: pre; }
    /* line 158, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container #side-cart-cross-sells ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    /* line 163, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container #side-cart-cross-sells .container-quick-add {
      display: none; }
    /* line 166, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container #side-cart-cross-sells .btn-mobile-add-cart {
      display: none; }
    /* line 170, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container #side-cart-cross-sells .price {
      color: #333333; }
    /* line 174, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container #side-cart-cross-sells .ajax_add_to_cart {
      padding-left: 0;
      padding-right: 0;
      font-size: .7rem;
      width: 100%;
      text-align: center;
      margin-top: .5rem; }
    /* line 182, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container #side-cart-cross-sells .button, aside.side-cart .side-cart__container #side-cart-cross-sells body.single-product .single_add_to_cart_button, body.single-product aside.side-cart .side-cart__container #side-cart-cross-sells .single_add_to_cart_button, aside.side-cart .side-cart__container #side-cart-cross-sells body.single-product .product_add_on, body.single-product aside.side-cart .side-cart__container #side-cart-cross-sells .product_add_on {
      padding-left: 0;
      padding-right: 0;
      font-size: .7rem;
      width: 100%;
      text-align: center;
      margin-top: .5rem;
      border: none;
      padding: 0.5rem; }
    /* line 194, resources/assets/styles/components/_side-cart.scss */
    aside.side-cart .side-cart__container footer {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 1rem 2rem;
      background: #fff;
      --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);
      -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
              box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
      /* line 203, resources/assets/styles/components/_side-cart.scss */
      aside.side-cart .side-cart__container footer .cross-sells {
        display: none; }
      /* line 207, resources/assets/styles/components/_side-cart.scss */
      aside.side-cart .side-cart__container footer .cart_totals {
        padding: 1rem; }
        /* line 210, resources/assets/styles/components/_side-cart.scss */
        aside.side-cart .side-cart__container footer .cart_totals h2 {
          display: none;
          margin: 1rem 0;
          padding-bottom: .5rem;
          font-size: .9rem;
          text-transform: uppercase;
          border-bottom: 1px solid #4d5c6b4a; }
        /* line 219, resources/assets/styles/components/_side-cart.scss */
        aside.side-cart .side-cart__container footer .cart_totals table {
          background-color: #fff;
          padding: 1rem;
          margin-bottom: 1rem; }
          /* line 225, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container footer .cart_totals table tr th {
            text-align: right; }
          /* line 228, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container footer .cart_totals table tr th, aside.side-cart .side-cart__container footer .cart_totals table tr td {
            background-color: #fff;
            font-size: 1.75rem; }
          /* line 237, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container footer .cart_totals table .cart-subtotal {
            display: none; }
          /* line 242, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container footer .cart_totals table .shipping td {
            font-size: .8rem;
            border-bottom: 1px solid #eee; }
            /* line 246, resources/assets/styles/components/_side-cart.scss */
            aside.side-cart .side-cart__container footer .cart_totals table .shipping td ul {
              list-style: none; }
          /* line 251, resources/assets/styles/components/_side-cart.scss */
          aside.side-cart .side-cart__container footer .cart_totals table .shipping p.woocommerce-shipping-destination {
            display: none; }
        /* line 257, resources/assets/styles/components/_side-cart.scss */
        aside.side-cart .side-cart__container footer .cart_totals .button, aside.side-cart .side-cart__container footer .cart_totals body.single-product .single_add_to_cart_button, body.single-product aside.side-cart .side-cart__container footer .cart_totals .single_add_to_cart_button, aside.side-cart .side-cart__container footer .cart_totals body.single-product .product_add_on, body.single-product aside.side-cart .side-cart__container footer .cart_totals .product_add_on {
          display: block; }
  /* line 265, resources/assets/styles/components/_side-cart.scss */
  aside.side-cart .cart-empty,
  aside.side-cart .return-to-shop {
    text-align: center; }

/* line 271, resources/assets/styles/components/_side-cart.scss */
#side-cart-cross-sells:last-child {
  display: none; }

/* ------------------------- Checkout Button Spinner ------------------------ */
/* line 278, resources/assets/styles/components/_side-cart.scss */
#side-cart-checkout-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  /* line 285, resources/assets/styles/components/_side-cart.scss */
  #side-cart-checkout-btn .btn-text,
  #side-cart-checkout-btn .btn-spinner {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  /* line 290, resources/assets/styles/components/_side-cart.scss */
  #side-cart-checkout-btn .btn-spinner {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
  /* line 297, resources/assets/styles/components/_side-cart.scss */
  #side-cart-checkout-btn.is-loading {
    pointer-events: none;
    opacity: 0.85; }
    /* line 301, resources/assets/styles/components/_side-cart.scss */
    #side-cart-checkout-btn.is-loading .btn-text {
      display: none; }
    /* line 305, resources/assets/styles/components/_side-cart.scss */
    #side-cart-checkout-btn.is-loading .btn-spinner {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }

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

/* line 321, resources/assets/styles/components/_side-cart.scss */
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite; }

/* line 1, resources/assets/styles/components/_badges.scss */
span.onsale {
  padding: 0.7rem 1.4rem;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #d3ae76;
  color: #fff;
  font-size: 0.857em;
  z-index: 9; }

@media (max-width: 639px) {
  /* line 16, resources/assets/styles/components/_badges.scss */
  .products-list .product {
    position: relative; } }

/* line 22, resources/assets/styles/components/_badges.scss */
span.wc-button-bagde {
  position: absolute;
  z-index: 1;
  padding: 0.4rem 2rem;
  background: #000000bf;
  border: 4px solid #FFC000;
  color: #FFC000;
  text-align: left;
  margin-top: 10px; }

@media (max-width: 639px) {
  /* line 22, resources/assets/styles/components/_badges.scss */
  span.wc-button-bagde {
    font-size: 14px;
    padding: 0.4rem 1rem; } }

/* line 38, resources/assets/styles/components/_badges.scss */
.category-product-list .added_to_cart.wc-forward {
  display: none; }

/* line 44, resources/assets/styles/components/_badges.scss */
.container-quick-add .quick-add-cart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  /* line 46, resources/assets/styles/components/_badges.scss */
  .container-quick-add .quick-add-cart .lazyload {
    width: 22px;
    height: 22px; }

/* line 54, resources/assets/styles/components/_badges.scss */
.mobile-quick-add .row-quick-add {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* line 62, resources/assets/styles/components/_badges.scss */
.mobile-quick-add .quick-more-info {
  padding: 0.5rem;
  border-color: #d3ae76;
  font-size: 14px;
  font-weight: normal; }

/* line 68, resources/assets/styles/components/_badges.scss */
.mobile-quick-add .quick-add-cart {
  font-size: 14px;
  font-weight: normal; }
  /* line 71, resources/assets/styles/components/_badges.scss */
  .mobile-quick-add .quick-add-cart .lazyload {
    width: 22px;
    height: 22px; }

/* line 76, resources/assets/styles/components/_badges.scss */
.mobile-quick-add .added_to_cart.wc-forward {
  display: none; }

/* line 83, resources/assets/styles/components/_badges.scss */
figure:hover .container-quick-add {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #9e9e9e82;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* line 95, resources/assets/styles/components/_badges.scss */
figure .container-quick-add {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  /* line 98, resources/assets/styles/components/_badges.scss */
  figure .container-quick-add .row-quick-add {
    margin: 0 auto;
    text-align: center;
    width: 60%; }
    /* line 103, resources/assets/styles/components/_badges.scss */
    figure .container-quick-add .row-quick-add .quick-more-info {
      width: 100%;
      margin-bottom: 1rem;
      padding: 0.5rem !important;
      font-weight: 500;
      font-size: 14px;
      border: 1px solid #d3ae76;
      color: #fff; }
      /* line 112, resources/assets/styles/components/_badges.scss */
      figure .container-quick-add .row-quick-add .quick-more-info:hover {
        background: #000;
        border-color: #fff; }
    /* line 118, resources/assets/styles/components/_badges.scss */
    figure .container-quick-add .row-quick-add .quick-add-cart {
      width: 100%;
      padding: 0.5rem !important;
      font-weight: 500;
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    /* line 129, resources/assets/styles/components/_badges.scss */
    figure .container-quick-add .row-quick-add .added_to_cart {
      display: none; }

@media (max-width: 450px) {
  /* line 138, resources/assets/styles/components/_badges.scss */
  .woocommerce-shop span.wc-button-bagde {
    position: absolute;
    z-index: 1;
    padding: 0.4rem 0.8rem;
    background: #000000bf;
    border: 4px solid #FFC000;
    color: #FFC000;
    text-align: left;
    margin-top: 10px;
    font-size: 14px; } }

/* line 3, resources/assets/styles/components/_account.scss */
.woocommerce-account .woocommerce{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce{
    margin-top: 1rem;
    margin-bottom: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 8, resources/assets/styles/components/_account.scss */
.woocommerce-account .woocommerce-MyAccount-content{
  width: 100%;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce-MyAccount-content{
    width: 66.666667%;
    padding-right: 1rem;
  }
}
  /* line 10, resources/assets/styles/components/_account.scss */
  .woocommerce-account .woocommerce-MyAccount-content h1 {
    margin-bottom: 1.5rem; }

/* line 16, resources/assets/styles/components/_account.scss */
.woocommerce-account .woocommerce-MyAccount-navigation{
  width: 100%;
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce-MyAccount-navigation{
    width: 33.333333%;
    padding-bottom: 2.5rem;
    padding-right: 5rem;
  }
}
  /* line 18, resources/assets/styles/components/_account.scss */
  .woocommerce-account .woocommerce-MyAccount-navigation > ul{
  list-style-type: none;
}
  .woocommerce-account .woocommerce-MyAccount-navigation > ul > :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));
}
  .woocommerce-account .woocommerce-MyAccount-navigation > ul{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(top, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #edf2f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 242 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Gordita, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
  #wholehams-single-product .woocommerce-account .woocommerce-MyAccount-navigation > ul {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 1024px){
  .woocommerce-account .woocommerce-MyAccount-navigation > ul{
    border-radius: 0.25rem;
  }
}

@media (max-width: 639px) {
  /* line 18, resources/assets/styles/components/_account.scss */
  .woocommerce-account .woocommerce-MyAccount-navigation > ul {
    width: calc(100% + 2rem);
    margin: 0 -1rem; } }
    /* line 24, resources/assets/styles/components/_account.scss */
    .woocommerce-account .woocommerce-MyAccount-navigation > ul:before {
      content: 'Account Menu';
      display: block;
      text-transform: uppercase;
      font-size: 0.75rem;
      font-weight: 600;
      margin-bottom: 2rem; }
    /* line 32, resources/assets/styles/components/_account.scss */
    .woocommerce-account .woocommerce-MyAccount-navigation > ul a{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}
      /* line 34, resources/assets/styles/components/_account.scss */
      .woocommerce-account .woocommerce-MyAccount-navigation > ul a:hover{
  text-decoration-line: underline;
}
    /* line 38, resources/assets/styles/components/_account.scss */
    .woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* line 46, resources/assets/styles/components/_account.scss */
.woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}
  /* line 48, resources/assets/styles/components/_account.scss */
  .woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions .button, .woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions body.single-product .single_add_to_cart_button, body.single-product .woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions .single_add_to_cart_button, .woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions body.single-product .product_add_on, body.single-product .woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions .product_add_on{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 400;
    background: transparent;
    text-transform: none;
    border: none;
    text-align: left;
}

/* line 63, resources/assets/styles/components/_account.scss */
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content p {
  margin-bottom: 2rem; }
  /* line 65, resources/assets/styles/components/_account.scss */
  .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content p mark {
    background-color: transparent;
    font-weight: bold; }

/* line 71, resources/assets/styles/components/_account.scss */
.woocommerce-account .woocommerce-order-details h2 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem; }

@media (max-width: 639px) {
  /* line 76, resources/assets/styles/components/_account.scss */
  .woocommerce-account .woocommerce-order-details p.order-again .button, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .single_add_to_cart_button, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .single_add_to_cart_button, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .product_add_on, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .product_add_on{
    display: block;
    width: 100%;
  }
  /* line 86, resources/assets/styles/components/_account.scss */
  .woocommerce-account table.order_details tbody tr {
    display: table-row; }
    /* line 88, resources/assets/styles/components/_account.scss */
    .woocommerce-account table.order_details tbody tr td {
      display: table-cell; }
      /* line 90, resources/assets/styles/components/_account.scss */
      .woocommerce-account table.order_details tbody tr td::before {
        display: none; } }

/* line 101, resources/assets/styles/components/_account.scss */
.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .addresses,
.woocommerce-account .gift-message{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-account .woocommerce-Addresses > :not([hidden]) ~ :not([hidden]),
.woocommerce-account .addresses > :not([hidden]) ~ :not([hidden]),
.woocommerce-account .gift-message > :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));
}
.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .addresses,
.woocommerce-account .gift-message{
  padding-top: 1.5rem;
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce-Addresses > :not([hidden]) ~ :not([hidden]),
.woocommerce-account .addresses > :not([hidden]) ~ :not([hidden]),
.woocommerce-account .gift-message > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
  /* line 106, resources/assets/styles/components/_account.scss */
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-account .woocommerce-Addresses .woocommerce-column,
  .woocommerce-account .woocommerce-Addresses .inner,
  .woocommerce-account .addresses .woocommerce-Address,
  .woocommerce-account .addresses .woocommerce-column,
  .woocommerce-account .addresses .inner,
  .woocommerce-account .gift-message .woocommerce-Address,
  .woocommerce-account .gift-message .woocommerce-column,
  .woocommerce-account .gift-message .inner{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding: 1.5rem;
}
  @media (min-width: 1024px){
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-account .woocommerce-Addresses .woocommerce-column,
  .woocommerce-account .woocommerce-Addresses .inner,
  .woocommerce-account .addresses .woocommerce-Address,
  .woocommerce-account .addresses .woocommerce-column,
  .woocommerce-account .addresses .inner,
  .woocommerce-account .gift-message .woocommerce-Address,
  .woocommerce-account .gift-message .woocommerce-column,
  .woocommerce-account .gift-message .inner{
    width: 41.666667%;
  }
}
    /* line 111, resources/assets/styles/components/_account.scss */
    .woocommerce-account .woocommerce-Addresses .woocommerce-Address h2,
    .woocommerce-account .woocommerce-Addresses .woocommerce-Address h3,
    .woocommerce-account .woocommerce-Addresses .woocommerce-column h2,
    .woocommerce-account .woocommerce-Addresses .woocommerce-column h3,
    .woocommerce-account .woocommerce-Addresses .inner h2,
    .woocommerce-account .woocommerce-Addresses .inner h3,
    .woocommerce-account .addresses .woocommerce-Address h2,
    .woocommerce-account .addresses .woocommerce-Address h3,
    .woocommerce-account .addresses .woocommerce-column h2,
    .woocommerce-account .addresses .woocommerce-column h3,
    .woocommerce-account .addresses .inner h2,
    .woocommerce-account .addresses .inner h3,
    .woocommerce-account .gift-message .woocommerce-Address h2,
    .woocommerce-account .gift-message .woocommerce-Address h3,
    .woocommerce-account .gift-message .woocommerce-column h2,
    .woocommerce-account .gift-message .woocommerce-column h3,
    .woocommerce-account .gift-message .inner h2,
    .woocommerce-account .gift-message .inner h3{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
}
      /* line 114, resources/assets/styles/components/_account.scss */
      .woocommerce-account .woocommerce-Addresses .woocommerce-Address h2 + a,
      .woocommerce-account .woocommerce-Addresses .woocommerce-Address h3 + a,
      .woocommerce-account .woocommerce-Addresses .woocommerce-column h2 + a,
      .woocommerce-account .woocommerce-Addresses .woocommerce-column h3 + a,
      .woocommerce-account .woocommerce-Addresses .inner h2 + a,
      .woocommerce-account .woocommerce-Addresses .inner h3 + a,
      .woocommerce-account .addresses .woocommerce-Address h2 + a,
      .woocommerce-account .addresses .woocommerce-Address h3 + a,
      .woocommerce-account .addresses .woocommerce-column h2 + a,
      .woocommerce-account .addresses .woocommerce-column h3 + a,
      .woocommerce-account .addresses .inner h2 + a,
      .woocommerce-account .addresses .inner h3 + a,
      .woocommerce-account .gift-message .woocommerce-Address h2 + a,
      .woocommerce-account .gift-message .woocommerce-Address h3 + a,
      .woocommerce-account .gift-message .woocommerce-column h2 + a,
      .woocommerce-account .gift-message .woocommerce-column h3 + a,
      .woocommerce-account .gift-message .inner h2 + a,
      .woocommerce-account .gift-message .inner h3 + a{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  text-decoration-line: underline;
}
    /* line 118, resources/assets/styles/components/_account.scss */
    .woocommerce-account .woocommerce-Addresses .woocommerce-Address address,
    .woocommerce-account .woocommerce-Addresses .woocommerce-column address,
    .woocommerce-account .woocommerce-Addresses .inner address,
    .woocommerce-account .addresses .woocommerce-Address address,
    .woocommerce-account .addresses .woocommerce-column address,
    .woocommerce-account .addresses .inner address,
    .woocommerce-account .gift-message .woocommerce-Address address,
    .woocommerce-account .gift-message .woocommerce-column address,
    .woocommerce-account .gift-message .inner address{
  line-height: 1.5rem;
}

/* line 126, resources/assets/styles/components/_account.scss */
.woocommerce-account .woocommerce-address-fields .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  /* line 130, resources/assets/styles/components/_account.scss */
  .woocommerce-account .woocommerce-address-fields .form-row input {
    width: 100%; }

/* line 137, resources/assets/styles/components/_account.scss */
.woocommerce-account form.woocommerce-EditAccountForm{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
  /* line 139, resources/assets/styles/components/_account.scss */
  .woocommerce-account form.woocommerce-EditAccountForm .form-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
  @media (min-width: 1024px){
  .woocommerce-account form.woocommerce-EditAccountForm .form-row{
    width: 75%;
  }
}
    /* line 141, resources/assets/styles/components/_account.scss */
    .woocommerce-account form.woocommerce-EditAccountForm .form-row.form-row-wide{
  width: 100%;
}
    @media (min-width: 1024px){
  .woocommerce-account form.woocommerce-EditAccountForm .form-row.form-row-wide{
    width: 75%;
  }
}
      /* line 143, resources/assets/styles/components/_account.scss */
      .woocommerce-account form.woocommerce-EditAccountForm .form-row.form-row-wide .input-text{
  margin-bottom: 0.5rem;
}
        /* line 145, resources/assets/styles/components/_account.scss */
        .woocommerce-account form.woocommerce-EditAccountForm .form-row.form-row-wide .input-text + span{
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
  /* line 151, resources/assets/styles/components/_account.scss */
  .woocommerce-account form.woocommerce-EditAccountForm fieldset{
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
    /* line 153, resources/assets/styles/components/_account.scss */
    .woocommerce-account form.woocommerce-EditAccountForm fieldset legend{
  margin-bottom: 1rem;
  font-family: Gordita, sans-serif;
  font-size: 1.33rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
}
    /* line 156, resources/assets/styles/components/_account.scss */
    .woocommerce-account form.woocommerce-EditAccountForm fieldset .woocommerce-Input--password{
  width: 100%;
}

@media (max-width: 639px) {
  /* line 167, resources/assets/styles/components/_account.scss */
  .woocommerce-account table.woocommerce-MyAccount-paymentMethods td.payment-method-actions::before {
    display: none; } }

/* line 171, resources/assets/styles/components/_account.scss */
.woocommerce-account table.woocommerce-MyAccount-paymentMethods td.payment-method-actions a {
  text-transform: none;
  font-weight: 400;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity)); }
.woocommerce-account table.woocommerce-MyAccount-paymentMethods td.payment-method-actions a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
}
  /* line 178, resources/assets/styles/components/_account.scss */
  .woocommerce-account table.woocommerce-MyAccount-paymentMethods td.payment-method-actions a:last-child {
    padding-right: 0; }

@media (max-width: 639px) {
  /* line 183, resources/assets/styles/components/_account.scss */
  .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .button, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .product_add_on, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .product_add_on {
    display: block;
    width: 100%; } }

/* line 194, resources/assets/styles/components/_account.scss */
.woocommerce-account #payment ul.methods {
  padding-left: 0; }

/* line 197, resources/assets/styles/components/_account.scss */
.woocommerce-account #payment .wc-braintree-new-payment-method-container .hosted-field--label {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity)); }

/* line 203, resources/assets/styles/components/_account.scss */
.btn.woocommerce-account #payment button#place_order,
    .button.woocommerce-account #payment button#place_order{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.woocommerce-account #payment button#place_order:hover,
      .button.woocommerce-account #payment button#place_order:hover {
        background-color: #111;
        color: #fff;
        border: 1px solid white; }
.btn-success.woocommerce-account #payment button#place_order{
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-success.woocommerce-account #payment button#place_order:hover {
        background-color: #32CD32;
        color: #fff;
        border: 1px solid white; }

@media (max-width: 639px) {
  /* line 203, resources/assets/styles/components/_account.scss */
  .woocommerce-account #payment button#place_order{
    width: 100%;
  } }

/* line 215, resources/assets/styles/components/_account.scss */
body.my-account .woocommerce-privacy-policy-text{
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}

/* line 218, resources/assets/styles/components/_account.scss */
body.my-account .oneall_social_login_label label{
  display: block;
  font-family: Gordita, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 1.5rem 0 .75rem;
}

/* line 223, resources/assets/styles/components/_account.scss */
body.my-account #social_login_frame #branding {
  display: none; }

/* line 3, resources/assets/styles/components/_yotpo.scss */
.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label{
  font-family: Gordita, sans-serif !important;
}

/* line 6, resources/assets/styles/components/_yotpo.scss */
.yotpo .content-review{
  font-family: Aleo, serif !important;
}

/* line 9, resources/assets/styles/components/_yotpo.scss */
.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span{
  --tw-text-opacity: 1 !important;
  color: rgb(74 85 104 / var(--tw-text-opacity)) !important;
}

/* line 13, resources/assets/styles/components/_yotpo.scss */
.yotpo a{
  --tw-text-opacity: 1 !important;
  color: rgb(211 174 118 / var(--tw-text-opacity)) !important;
}

/* line 17, resources/assets/styles/components/_yotpo.scss */
.yotpo a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(74 85 104 / var(--tw-text-opacity)) !important;
}

/* line 21, resources/assets/styles/components/_yotpo.scss */
.yotpo .font-color-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(211 174 118 / var(--tw-text-opacity)) !important;
}

/* line 25, resources/assets/styles/components/_yotpo.scss */
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity)) !important;
}

/* line 29, resources/assets/styles/components/_yotpo.scss */
.yotpo.yotpo-main-widget .yotpo-header .yotpo-icon-profile, .yotpo.yotpo-main-widget .yotpo-icon-star, .yotpo.yotpo-main-widget .yotpo-icon-half-star, .yotpo.yotpo-main-widget .yotpo-icon-empty-star, .yotpo.embedded-widget .yotpo-header .yotpo-icon-profile, .yotpo.embedded-widget .yotpo-icon-star, .yotpo.embedded-widget .yotpo-icon-half-star, .yotpo.embedded-widget .yotpo-icon-empty-star, .yotpo.yotpo-modal .yotpo-header .yotpo-icon-profile, .yotpo.yotpo-modal .yotpo-icon-star, .yotpo.yotpo-modal .yotpo-icon-half-star, .yotpo.yotpo-modal .yotpo-icon-empty-star, .yotpo.bottomLine .yotpo-header .yotpo-icon-profile, .yotpo.bottomLine .yotpo-icon-star, .yotpo.bottomLine .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-icon-empty-star, .yotpo.yotpo-reviews-carousel .yotpo-header .yotpo-icon-profile, .yotpo.yotpo-reviews-carousel .yotpo-icon-star, .yotpo.yotpo-reviews-carousel .yotpo-icon-half-star, .yotpo.yotpo-reviews-carousel .yotpo-icon-empty-star, .mobile-filters-modal .yotpo-header .yotpo-icon-profile, .mobile-filters-modal .yotpo-icon-star, .mobile-filters-modal .yotpo-icon-half-star, .mobile-filters-modal .yotpo-icon-empty-star{
  --tw-grayscale: grayscale(100%);
  -webkit-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);
          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);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

/* line 1, resources/assets/styles/components/_search.scss */
.searchwp-live-search-results {
  background-color: #fff;
  top: 0 !important;
  right: 0 !important;
  left: auto !important; }
  /* line 8, resources/assets/styles/components/_search.scss */
  .searchwp-live-search-results.searchwp-live-search-no-min-chars::after {
    font-size: 1rem;
    font-style: italic;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%; }
  /* line 17, resources/assets/styles/components/_search.scss */
  .searchwp-live-search-results.searchwp-live-search-results-showing {
    height: 65vh;
    max-height: none;
    top: 0 !important; }

@media (min-width: 768px) {
  /* line 17, resources/assets/styles/components/_search.scss */
  .searchwp-live-search-results.searchwp-live-search-results-showing{
    position: absolute;
    right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    --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);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    /* line 23, resources/assets/styles/components/_search.scss */
    .searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result{
    margin-left: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --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);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  } }
    /* line 27, resources/assets/styles/components/_search.scss */
    .searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a{
  white-space: normal;
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity));
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
}
      /* line 30, resources/assets/styles/components/_search.scss */
      .searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a img {
        max-width: 70px;
        height: auto;
        overflow: hidden; }

/* line 1, resources/assets/styles/components/_blocks.scss */
.wp-block-image figure {
  margin: 2rem 0; }

/* line 5, resources/assets/styles/components/_blocks.scss */
.has-text-align-center {
  text-align: center; }

/* line 10, resources/assets/styles/components/_blocks.scss */
.peek-slider .slick-slide {
  margin-left: 1rem; }

/* line 13, resources/assets/styles/components/_blocks.scss */
.peek-slider li{
  margin-left: 1rem;
}
@media (min-width: 768px){
  .peek-slider li{
    width: 25%;
    padding-left: 0px;
  }
}

/* line 6, resources/assets/styles/components/_content.scss */
body.page .entry-content h2, body.page .entry-content h3, body.page .entry-content h4, body.page .entry-content h5, body.page .entry-content h6,
body.page .page-content h2,
body.page .page-content h3,
body.page .page-content h4,
body.page .page-content h5,
body.page .page-content h6,
body.page .final-text h2,
body.page .final-text h3,
body.page .final-text h4,
body.page .final-text h5,
body.page .final-text h6,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5,
body.single-post .entry-content h6,
body.single-post .page-content h2,
body.single-post .page-content h3,
body.single-post .page-content h4,
body.single-post .page-content h5,
body.single-post .page-content h6,
body.single-post .final-text h2,
body.single-post .final-text h3,
body.single-post .final-text h4,
body.single-post .final-text h5,
body.single-post .final-text h6 {
  margin-top: 2rem; }

/* line 10, resources/assets/styles/components/_content.scss */
body.page .entry-content figure figcaption,
body.page .page-content figure figcaption,
body.page .final-text figure figcaption,
body.single-post .entry-content figure figcaption,
body.single-post .page-content figure figcaption,
body.single-post .final-text figure figcaption {
  padding: .5rem;
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
  line-height: 1.2; }

/* line 21, resources/assets/styles/components/_content.scss */
body.page .entry-content ul li,
body.page .page-content ul li,
body.page .final-text ul li,
body.single-post .entry-content ul li,
body.single-post .page-content ul li,
body.single-post .final-text ul li {
  line-height: 1.5; }

/* line 1, resources/assets/styles/layouts/_header.scss */
#header {
  padding-top: 1rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: sticky;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }
  /* line 7, resources/assets/styles/layouts/_header.scss */
  #header #dropdown-bar {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
    /* line 10, resources/assets/styles/layouts/_header.scss */
    #header #dropdown-bar.is-sticky {
      padding-top: 1rem;
      padding-bottom: 1rem;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
  /* line 17, resources/assets/styles/layouts/_header.scss */
  #header.minimal {
    position: absolute; }
  /* line 22, resources/assets/styles/layouts/_header.scss */
  #header .searchwp-live-search-results-showing{
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  /* line 22, resources/assets/styles/layouts/_header.scss */
  #header .searchwp-live-search-results-showing {
    width: 30rem !important; } }
    /* line 29, resources/assets/styles/layouts/_header.scss */
    #header .searchwp-live-search-results-showing a{
  white-space: normal;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 250 252 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
    #header .searchwp-live-search-results-showing a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

/* line 36, resources/assets/styles/layouts/_header.scss */
#main-bar .cart .bubble {
  top: -0.2rem;
  right: -0.3rem;
  padding-top: 0.1rem; }

/* line 44, resources/assets/styles/layouts/_header.scss */
.shop_nav .nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0px;
  font-family: Gordita, sans-serif;
}
#wholehams-single-product .shop_nav .nav {
  margin-top: 0;
  margin-bottom: 0; }

/* line 68, resources/assets/styles/layouts/_header.scss */
.shop_nav .nav > li.menu-item-has-children li{
  list-style-type: none;
}
#wholehams-single-product .shop_nav .nav > li.menu-item-has-children li {
  margin-top: 0;
  margin-bottom: 0; }

/* line 72, resources/assets/styles/layouts/_header.scss */
.shop_nav .nav > li.menu-item-has-children:hover .sub-menu{
  display: block;
}

/* line 77, resources/assets/styles/layouts/_header.scss */
.shop_nav .nav > li.menu-item-has-children > .sub-menu{
  position: absolute;
  left: 0px;
  z-index: 10;
  margin-top: 0px;
  display: none;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity));
  padding-top: 0px;
  width: 20rem;
}
  /* line 81, resources/assets/styles/layouts/_header.scss */
  .shop_nav .nav > li.menu-item-has-children > .sub-menu li {
    background-color: #fff; }
    /* line 84, resources/assets/styles/layouts/_header.scss */
    .shop_nav .nav > li.menu-item-has-children > .sub-menu li > a{
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
      /* line 87, resources/assets/styles/layouts/_header.scss */
      .shop_nav .nav > li.menu-item-has-children > .sub-menu li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  /* line 97, resources/assets/styles/layouts/_header.scss */
  #header {
    padding-top: 1rem; }
    /* line 100, resources/assets/styles/layouts/_header.scss */
    #header .brand {
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      padding-bottom: 1rem; }
    /* line 106, resources/assets/styles/layouts/_header.scss */
    #header .search-nav-wrap {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      /* line 113, resources/assets/styles/layouts/_header.scss */
      #header .search-nav-wrap .search-form-custom {
        max-width: 245px; }
      /* line 120, resources/assets/styles/layouts/_header.scss */
      #header .search-nav-wrap .header_top_right-wrap {
        -ms-flex-item-align: center;
            align-self: center;
        justify-self: end;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
    /* line 127, resources/assets/styles/layouts/_header.scss */
    #header .dropdown-wrap {
      max-width: 400px;
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    /* line 133, resources/assets/styles/layouts/_header.scss */
    #header .cart-wrap {
      justify-self: end;
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    /* line 142, resources/assets/styles/layouts/_header.scss */
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
    @media (min-width: 640px){
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
      max-width: 640px;
    }
  }
    @media (min-width: 768px){
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
      max-width: 768px;
    }
  }
    @media (min-width: 1024px){
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
      max-width: 1024px;
    }
  }
    @media (min-width: 1280px){
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
      max-width: 1280px;
    }
  }
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu {
      width: 100vw;
      overflow: hidden;
      -webkit-transform: scaleY(0);
           -o-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: center top;
           -o-transform-origin: center top;
              transform-origin: center top;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    /* line 152, resources/assets/styles/layouts/_header.scss */
    #header nav.shop_nav ul.nav li.has-dropdown:hover ul.dropdown-menu {
      display: grid;
      -webkit-transform: scaleY(1);
           -o-transform: scaleY(1);
              transform: scaleY(1); } }

/* line 164, resources/assets/styles/layouts/_header.scss */
#menu-desktop-header-bottom-right li.menu-item{
  position: relative;
}
  /* line 167, resources/assets/styles/layouts/_header.scss */
  #menu-desktop-header-bottom-right li.menu-item .sub-menu {
    list-style: none;
    display: none;
    text-align: left;
    position: absolute;
    border-radius: 0.375rem;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(247 250 252 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
    /* line 173, resources/assets/styles/layouts/_header.scss */
    #menu-desktop-header-bottom-right li.menu-item .sub-menu a {
      font-weight: 400 !important; }
  /* line 179, resources/assets/styles/layouts/_header.scss */
  #menu-desktop-header-bottom-right li.menu-item:hover .sub-menu {
    display: block; }

/* line 186, resources/assets/styles/layouts/_header.scss */
.woocommerce-message {
  display: none !important; }

/* line 190, resources/assets/styles/layouts/_header.scss */
.is-sticky .tag-new-menu {
  display: none; }

/* line 194, resources/assets/styles/layouts/_header.scss */
.tag-new-menu {
  position: absolute;
  top: -0.5rem;
  /* left: 0; */
  width: 60px; }

@media (max-width: 639px) {
  /* line 194, resources/assets/styles/layouts/_header.scss */
  .tag-new-menu {
    position: absolute;
    top: initial;
    bottom: 1.5rem;
    width: 60px; } }

/* Reduce la opacidad de los totales mientras carga, pero no del producto que se está borrando */
/* line 209, resources/assets/styles/layouts/_header.scss */
.widget_shopping_cart_content.processing .woocommerce-mini-cart__total,
.widget_shopping_cart_content.processing .woocommerce-mini-cart__buttons {
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* Spinner de carga */
/* line 217, resources/assets/styles/layouts/_header.scss */
.spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #333;
  /* Color de tu marca */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: inline-block;
  margin-bottom: 5px; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Efecto de procesamiento en el carrito */
/* line 234, resources/assets/styles/layouts/_header.scss */
.widget_shopping_cart_content {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* line 238, resources/assets/styles/layouts/_header.scss */
.widget_shopping_cart_content.processing {
  opacity: 0.6;
  pointer-events: none;
  /* Evita clics locos mientras carga */
  cursor: wait; }

/* El item placeholder */
/* line 245, resources/assets/styles/layouts/_header.scss */
.placeholder-loading {
  background: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 10px; }

/* line 3, resources/assets/styles/layouts/_footer.scss */
#footer ul.menu{
  list-style-type: none;
}
#footer ul.menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
#footer ul.menu{
  padding-left: 0px;
}
#wholehams-single-product #footer ul.menu {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 6, resources/assets/styles/layouts/_footer.scss */
  #footer ul.menu li a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    /* line 8, resources/assets/styles/layouts/_footer.scss */
    #footer ul.menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
}

/* line 4, resources/assets/styles/layouts/_posts.scss */
body.single .entry-content-wrap figure.main-thumbnail {
  margin-bottom: 2rem; }
  /* line 7, resources/assets/styles/layouts/_posts.scss */
  body.single .entry-content-wrap figure.main-thumbnail .wp-caption-text {
    font-style: italic;
    padding: 0.4rem;
    opacity: 0.5; }

/* line 14, resources/assets/styles/layouts/_posts.scss */
body.single .entry-content-wrap h3,
body.single .entry-content-wrap h4,
body.single .entry-content-wrap h5,
body.single .entry-content-wrap h5 {
  font-weight: 500; }

/* line 27, resources/assets/styles/layouts/_posts.scss */
body.single .entry-content-wrap .entry-content ol,
body.single .entry-content-wrap .entry-content ul,
body.single .entry-content-wrap .ingredients ol,
body.single .entry-content-wrap .ingredients ul,
body.single .entry-content-wrap .instructions ol,
body.single .entry-content-wrap .instructions ul {
  margin-top: 1.5rem;
  padding-left: 1.5rem; }
  /* line 32, resources/assets/styles/layouts/_posts.scss */
  body.single .entry-content-wrap .entry-content ol li,
  body.single .entry-content-wrap .entry-content ul li,
  body.single .entry-content-wrap .ingredients ol li,
  body.single .entry-content-wrap .ingredients ul li,
  body.single .entry-content-wrap .instructions ol li,
  body.single .entry-content-wrap .instructions ul li {
    margin-bottom: 1rem;
    line-height: 1.4; }

/* line 38, resources/assets/styles/layouts/_posts.scss */
body.single .entry-content-wrap .entry-content a,
body.single .entry-content-wrap .ingredients a,
body.single .entry-content-wrap .instructions a{
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* line 44, resources/assets/styles/layouts/_posts.scss */
body.single .entry-content-wrap .products-in-recipe .description {
  display: none; }

/* line 49, resources/assets/styles/layouts/_posts.scss */
body.single .entry-content-wrap #reviews {
  display: none; }

/* line 4, resources/assets/styles/layouts/_single-product.scss */
body.single-product span.onsale {
  display: none !important; }

/* line 9, resources/assets/styles/layouts/_single-product.scss */
body.single-product #breadcrumbs a{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}
  /* line 12, resources/assets/styles/layouts/_single-product.scss */
  body.single-product #breadcrumbs a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
}

/* line 17, resources/assets/styles/layouts/_single-product.scss */
body.single-product #breadcrumbs span.breadcrumb_last {
  display: none; }

/* line 21, resources/assets/styles/layouts/_single-product.scss */
body.single-product #breadcrumbs span.divider{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
  /* line 24, resources/assets/styles/layouts/_single-product.scss */
  body.single-product #breadcrumbs span.divider:last-child {
    display: none; }

/* line 31, resources/assets/styles/layouts/_single-product.scss */
body.single-product #product-images-carousel .item {
  height: 34rem; }

@media (max-width: 639px) {
  /* line 31, resources/assets/styles/layouts/_single-product.scss */
  body.single-product #product-images-carousel .item {
    height: 20rem;
    background-size: cover; } }

/* line 42, resources/assets/styles/layouts/_single-product.scss */
body.single-product .product-images-carousel-thumb .slick-slide {
  opacity: 0.5;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: .5rem; }
  /* line 47, resources/assets/styles/layouts/_single-product.scss */
  body.single-product .product-images-carousel-thumb .slick-slide:hover {
    opacity: 1;
    cursor: pointer; }
  /* line 52, resources/assets/styles/layouts/_single-product.scss */
  body.single-product .product-images-carousel-thumb .slick-slide.slick-current {
    opacity: 1; }

/* line 59, resources/assets/styles/layouts/_single-product.scss */
body.single-product .single_add_to_cart_button{
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  max-width: 24rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 65, resources/assets/styles/layouts/_single-product.scss */
body.single-product .product_add_on{
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 71, resources/assets/styles/layouts/_single-product.scss */
body.single-product .btn-success{
  margin-bottom: 0.25rem;
  width: 100%;
  max-width: 24rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
  @media (max-width: 768px) {
    /* line 71, resources/assets/styles/layouts/_single-product.scss */
    body.single-product .btn-success {
      width: 80%; } }

/* line 82, resources/assets/styles/layouts/_single-product.scss */
body.single-product .product-content h3 {
  text-transform: uppercase; }

/* line 90, resources/assets/styles/layouts/_single-product.scss */
body.single-product .product-content ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
  /* line 93, resources/assets/styles/layouts/_single-product.scss */
  body.single-product .product-content ul li {
    margin-bottom: 1rem; }
    /* line 96, resources/assets/styles/layouts/_single-product.scss */
    body.single-product .product-content ul li img {
      width: 100%; }
  /* line 103, resources/assets/styles/layouts/_single-product.scss */
  body.single-product .product-content ul.blocks-gallery-grid li {
    list-style: none; }

/* line 120, resources/assets/styles/layouts/_single-product.scss */
body.single-product form.cart .bundled_product {
  display: none; }

/* line 126, resources/assets/styles/layouts/_single-product.scss */
body.single-product section.cross-sells .ajax_add_to_cart {
  display: none; }

/* line 131, resources/assets/styles/layouts/_single-product.scss */
body.single-product a.reset_variations {
  display: none; }

/* line 135, resources/assets/styles/layouts/_single-product.scss */
body.single-product select#amount {
  display: none; }

/* line 139, resources/assets/styles/layouts/_single-product.scss */
body.single-product .variation-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0; }
  /* line 145, resources/assets/styles/layouts/_single-product.scss */
  body.single-product .variation-radios label {
    border: 2px solid #000;
    padding: 1rem;
    font-weight: bold; }
  /* line 152, resources/assets/styles/layouts/_single-product.scss */
  body.single-product .variation-radios input[type="radio"]:checked + label {
    color: #d3ae76;
    border-color: #d3ae76; }

/* line 159, resources/assets/styles/layouts/_single-product.scss */
body.single-product .single_variation_wrap .controls{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

/* line 164, resources/assets/styles/layouts/_single-product.scss */
body.single-product select#pa_count {
  display: none; }

/* line 169, resources/assets/styles/layouts/_single-product.scss */
body.single-product table.variations th.label {
  display: none; }

/* line 174, resources/assets/styles/layouts/_single-product.scss */
body.single-product .woocommerce-variation-price {
  margin-top: 2rem; }

/* line 179, resources/assets/styles/layouts/_single-product.scss */
.product_type_variable {
  display: none; }

/* line 184, resources/assets/styles/layouts/_single-product.scss */
.controls .price {
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

/* Create a custom checkbox */
/* line 193, resources/assets/styles/layouts/_single-product.scss */
.no-kit-container label .checkmark {
  position: absolute;
  top: 0;
  right: auto;
  height: 25px;
  width: 25px;
  margin-left: 0.5rem;
  background-color: transparent;
  border: 1px solid #d3ae76; }

/* line 204, resources/assets/styles/layouts/_single-product.scss */
.no-kit-container label {
  display: initial;
  position: relative;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
/* line 215, resources/assets/styles/layouts/_single-product.scss */
.no-kit-container label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* On mouse-over, add a grey background color */
/* line 224, resources/assets/styles/layouts/_single-product.scss */
.no-kit-container label:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
/* line 229, resources/assets/styles/layouts/_single-product.scss */
.no-kit-container label input:checked ~ .checkmark {
  background-color: #d3ae76; }

/* Create the checkmark/indicator (hidden when not checked) */
/* line 234, resources/assets/styles/layouts/_single-product.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
/* line 241, resources/assets/styles/layouts/_single-product.scss */
.no-kit-container label input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
/* line 246, resources/assets/styles/layouts/_single-product.scss */
.no-kit-container label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg); }

/* line 258, resources/assets/styles/layouts/_single-product.scss */
.product_add_on_modal {
  padding: 0;
  text-align: center; }
  /* line 262, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .controls {
    display: block;
    max-width: 100%; }
    /* line 266, resources/assets/styles/layouts/_single-product.scss */
    .product_add_on_modal .controls .quantity {
      display: none; }
    /* line 270, resources/assets/styles/layouts/_single-product.scss */
    .product_add_on_modal .controls .price {
      display: none; }
  /* line 275, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .no-kit-container {
    display: none; }
  /* line 279, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .bundle_button {
    display: none; }
  /* line 283, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .woocommerce-variation {
    display: none; }
  /* line 287, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .variations {
    display: none; }
  /* line 291, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .claims {
    display: none; }
  /* line 295, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal #toggle-qty-calculator {
    display: none; }
  /* line 299, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal #toggle-shipping-policy {
    display: none; }
  /* line 303, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .wc-braintree-product-gateways {
    display: none; }
  /* line 307, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .affirm-as-low-as {
    display: none; }
  /* line 311, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .container_product_add_on {
    display: block;
    margin-bottom: 1rem; }
    /* line 315, resources/assets/styles/layouts/_single-product.scss */
    .product_add_on_modal .container_product_add_on a {
      display: block;
      margin: 15px 30px;
      color: #000000;
      text-decoration-line: underline;
      margin-bottom: 2rem; }
    /* line 323, resources/assets/styles/layouts/_single-product.scss */
    .product_add_on_modal .container_product_add_on span {
      color: #718096; }

/* line 330, resources/assets/styles/layouts/_single-product.scss */
.product_add_on_modal form.cart {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

/* line 337, resources/assets/styles/layouts/_single-product.scss */
.product_add_on_modal .image-container-on {
  position: relative; }
  /* line 340, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .image-container-on h3 {
    padding: 20px;
    position: absolute;
    background: #08080899;
    font-size: 20px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    top: 0px;
    bottom: 82%;
    z-index: 100;
    font-family: 'Gordita'; }
  /* line 354, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .image-container-on span {
    padding: 20px;
    position: absolute;
    background: #08080899;
    font-size: 20px;
    width: 100%;
    color: #fff;
    bottom: 0px;
    margin: 0 auto;
    font-weight: 600;
    left: 0px;
    font-family: 'Gordita'; }

/* line 369, resources/assets/styles/layouts/_single-product.scss */
.product_add_on_modal h4 {
  padding: 10px 30px;
  max-width: 450px; }

/* line 374, resources/assets/styles/layouts/_single-product.scss */
.product_add_on_modal h5 {
  padding: 5px 30px;
  font-size: 1.5rem; }

/* line 379, resources/assets/styles/layouts/_single-product.scss */
.product_add_on_modal .img-product-on {
  width: 450px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

@media (max-width: 639px) {
  /* line 379, resources/assets/styles/layouts/_single-product.scss */
  .product_add_on_modal .img-product-on {
    height: 400px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 379, resources/assets/styles/layouts/_single-product.scss */
    .product_add_on_modal .img-product-on {
      height: 350px; } }
  @media (min-width: 1024px) and (max-width: 1440px) {
    /* line 379, resources/assets/styles/layouts/_single-product.scss */
    .product_add_on_modal .img-product-on {
      height: 350px; } }
  @media (min-width: 1440px) and (max-width: 2500px) {
    /* line 379, resources/assets/styles/layouts/_single-product.scss */
    .product_add_on_modal .img-product-on {
      height: 350px; } }
  @media (min-width: 2000px) and (max-width: 2500px) {
    /* line 379, resources/assets/styles/layouts/_single-product.scss */
    .product_add_on_modal .img-product-on {
      height: 350px; } }

/* line 406, resources/assets/styles/layouts/_single-product.scss */
.product_add_on_modal .note-modal {
  margin-top: 1rem;
  font-size: 14px; }

/* line 412, resources/assets/styles/layouts/_single-product.scss */
.container_product_add_on {
  display: none; }

/* line 416, resources/assets/styles/layouts/_single-product.scss */
.feed-instagram .slick-list {
  padding: 0 20% 0 0 !important; }

/* line 421, resources/assets/styles/layouts/_single-product.scss */
.product-instagram h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1rem 0; }
  /* line 428, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram h2 img {
    width: 30px;
    height: 30px; }

/* line 434, resources/assets/styles/layouts/_single-product.scss */
.product-instagram .feed-instagram {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem; }

@media (max-width: 639px) {
  /* line 439, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram .feed-instagram-single {
    margin: 0 0.5rem; } }
  /* line 444, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram .feed-instagram-single img {
    height: 320px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  /* line 452, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram .feed-instagram-button {
    margin-top: 1rem;
    padding: 0 .8rem; }

@media (max-width: 639px) {
  /* line 452, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram .feed-instagram-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  /* line 434, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram {
    display: block; } }
  /* line 469, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram .feed-instagram-like {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 14px; }

@media (max-width: 639px) {
  /* line 469, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram .feed-instagram-like {
    font-size: 14px; } }
    /* line 482, resources/assets/styles/layouts/_single-product.scss */
    .product-instagram .feed-instagram .feed-instagram-like img {
      width: 15px;
      height: 15px; }

@media (max-width: 639px) {
  /* line 482, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram .feed-instagram-like img {
    width: 20px;
    height: 20px; } }
  /* line 493, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram .feed-instagram-user {
    float: right;
    color: #9d9d9d;
    font-size: 14px; }

@media (max-width: 639px) {
  /* line 493, resources/assets/styles/layouts/_single-product.scss */
  .product-instagram .feed-instagram .feed-instagram-user {
    text-align: right;
    font-size: 16px; } }

/* line 507, resources/assets/styles/layouts/_single-product.scss */
.product-fbt .feed-fbt {
  display: grid;
  grid-template-columns: 3fr 0.2fr 3fr 0.2fr 3fr 2fr;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center; }
  /* line 515, resources/assets/styles/layouts/_single-product.scss */
  .product-fbt .feed-fbt svg {
    fill: #d3ae76; }

@media (max-width: 639px) {
  /* line 507, resources/assets/styles/layouts/_single-product.scss */
  .product-fbt .feed-fbt {
    grid-template-columns: 1fr; } }

/* line 524, resources/assets/styles/layouts/_single-product.scss */
.product-fbt .feed-single-fbt {
  display: grid;
  grid-template-columns: 2fr .2fr 2fr 3fr;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center; }
  /* line 532, resources/assets/styles/layouts/_single-product.scss */
  .product-fbt .feed-single-fbt svg {
    fill: #d3ae76; }

@media (max-width: 639px) {
  /* line 524, resources/assets/styles/layouts/_single-product.scss */
  .product-fbt .feed-single-fbt {
    grid-template-columns: 4.5fr 1fr 4.5fr; }
    /* line 539, resources/assets/styles/layouts/_single-product.scss */
    .product-fbt .feed-single-fbt .feed-instagram-button {
      grid-column: 1/4;
      grid-row: 2/2;
      width: 100%; } }

/* line 547, resources/assets/styles/layouts/_single-product.scss */
.product-fbt .price {
  font-weight: bold;
  font-size: 1.5rem; }

/* line 553, resources/assets/styles/layouts/_single-product.scss */
.shipping-policy {
  position: absolute;
  background-color: #fff;
  z-index: 2; }
  /* line 558, resources/assets/styles/layouts/_single-product.scss */
  .shipping-policy h2 {
    font-size: 1rem;
    text-align: center; }

@media (max-width: 639px) {
  /* line 558, resources/assets/styles/layouts/_single-product.scss */
  .shipping-policy h2 {
    font-size: 1rem; } }
  /* line 567, resources/assets/styles/layouts/_single-product.scss */
  .shipping-policy h3 {
    line-height: normal;
    font-family: Gordita, sans-serif;
    font-weight: 900;
    font-size: 1rem; }

@media (max-width: 639px) {
  /* line 567, resources/assets/styles/layouts/_single-product.scss */
  .shipping-policy h3 {
    font-size: 1rem; } }
  /* line 578, resources/assets/styles/layouts/_single-product.scss */
  .shipping-policy li {
    font-weight: normal;
    line-height: normal;
    font-size: 1rem; }

@media (max-width: 639px) {
  /* line 578, resources/assets/styles/layouts/_single-product.scss */
  .shipping-policy li {
    font-size: 1rem;
    line-height: 15px; } }
  /* line 590, resources/assets/styles/layouts/_single-product.scss */
  .shipping-policy #close_shipping span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 10px;
    /* text-align: right; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    /* width: 100%; */
    /* margin: 0 auto; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/* line 605, resources/assets/styles/layouts/_single-product.scss */
.product-summary .product-details-inner {
  padding-top: 0; }

/* line 609, resources/assets/styles/layouts/_single-product.scss */
.product-summary .flex-grow-1 {
  margin-bottom: 0; }

/* line 613, resources/assets/styles/layouts/_single-product.scss */
.product-summary .claims {
  margin-top: 0.5rem; }

/* line 618, resources/assets/styles/layouts/_single-product.scss */
.learn-differences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto; }

@media (max-width: 639px) {
  /* line 618, resources/assets/styles/layouts/_single-product.scss */
  .learn-differences {
    width: 90%;
    margin: 0 auto;
    font-size: 14px; } }
  @media (max-width: 768px) {
    /* line 618, resources/assets/styles/layouts/_single-product.scss */
    .learn-differences {
      width: 80%; } }
  /* line 636, resources/assets/styles/layouts/_single-product.scss */
  .learn-differences:hover {
    cursor: pointer; }

/* line 642, resources/assets/styles/layouts/_single-product.scss */
#wholehams-single-product .popular-card {
  border: 4px solid #d3ae76; }

/* line 646, resources/assets/styles/layouts/_single-product.scss */
#wholehams-single-product .btn-selection {
  background-color: #000000 !important;
  color: #fff !important; }

/* line 652, resources/assets/styles/layouts/_single-product.scss */
#wholehams-single-product .slick-next.slick-disabled {
  color: #d2d2d2; }

@media (max-width: 639px) {
  /* line 651, resources/assets/styles/layouts/_single-product.scss */
  #wholehams-single-product .slick-next {
    right: 0px;
    color: #000;
    z-index: 2; } }

/* line 664, resources/assets/styles/layouts/_single-product.scss */
#wholehams-single-product .slick-prev.slick-disabled {
  color: #d2d2d2; }

@media (max-width: 639px) {
  /* line 663, resources/assets/styles/layouts/_single-product.scss */
  #wholehams-single-product .slick-prev {
    left: 0px;
    color: #000;
    z-index: 2; } }

/* line 675, resources/assets/styles/layouts/_single-product.scss */
#wholehams-single-product .icon-img {
  width: 17px !important;
  height: 18px !important; }

@media (max-width: 639px) {
  /* line 675, resources/assets/styles/layouts/_single-product.scss */
  #wholehams-single-product .icon-img {
    width: 17px !important;
    height: 18px !important; }
  /* line 685, resources/assets/styles/layouts/_single-product.scss */
  #wholehams-single-product .text-card {
    font-size: 12px; } }

/* line 691, resources/assets/styles/layouts/_single-product.scss */
#wholehams-single-product .list-none {
  margin-top: 0;
  margin-bottom: 0; }

/* line 696, resources/assets/styles/layouts/_single-product.scss */
#wholehams-single-product ul.slick-dots {
  display: none !important; }

/* line 702, resources/assets/styles/layouts/_single-product.scss */
#custom-events-demo .slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

/* line 712, resources/assets/styles/layouts/_single-product.scss */
#custom-events-demo .gg-chevron-right-o {
  color: #fff;
  right: 5px;
  text-shadow: 1px 2px 3px #000;
  -webkit-box-shadow: 1px 2px 3px #000;
          box-shadow: 1px 2px 3px #000; }

/* line 719, resources/assets/styles/layouts/_single-product.scss */
#custom-events-demo .gg-chevron-left-o {
  color: #fff;
  left: 5px;
  text-shadow: 1px 2px 3px #000;
  -webkit-box-shadow: 1px 2px 3px #000;
          box-shadow: 1px 2px 3px #000; }

/* line 727, resources/assets/styles/layouts/_single-product.scss */
#custom-events-demo .slick-slide img {
  display: block;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

/* line 736, resources/assets/styles/layouts/_single-product.scss */
#custom-events-demo .slick-prev {
  left: 5px;
  z-index: 2000; }
  /* line 740, resources/assets/styles/layouts/_single-product.scss */
  #custom-events-demo .slick-prev::before {
    content: ''; }

/* line 745, resources/assets/styles/layouts/_single-product.scss */
#custom-events-demo .slick-next {
  right: 5px;
  z-index: 2000; }
  /* line 749, resources/assets/styles/layouts/_single-product.scss */
  #custom-events-demo .slick-next::before {
    content: ''; }

/* line 757, resources/assets/styles/layouts/_single-product.scss */
#custom-events-demo .slick-dots li button:before {
  font-size: 40px !important;
  color: #2d2d2d !important; }

/* line 765, resources/assets/styles/layouts/_single-product.scss */
#custom-events-demo .slick-dots li .slick-active button:before {
  color: #2d2d2d; }

/* line 776, resources/assets/styles/layouts/_single-product.scss */
.lg-events-demo-outer .lg-backdrop {
  -webkit-transition: opacity 333ms ease-in 0s, background-color 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s, background-color 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s, background-color 333ms ease-in 0s; }

/* line 2, resources/assets/styles/layouts/_archive.scss */
body.post-type-archive-tapas .wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(45 55 72 / var(--tw-bg-opacity));
}
  /* line 5, resources/assets/styles/layouts/_archive.scss */
  body.post-type-archive-tapas .wrap .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5; }
  /* line 14, resources/assets/styles/layouts/_archive.scss */
  body.post-type-archive-tapas .wrap article{
  background-color: transparent;
}
    /* line 17, resources/assets/styles/layouts/_archive.scss */
    body.post-type-archive-tapas .wrap article h2 a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* line 2, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .modaal-container {
  width: auto; }
  /* line 4, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .modaal-container span.bundled_item_price_quantity {
    display: none; }

/* line 9, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .subscribe_product {
  padding: 0;
  text-align: center; }
  /* line 13, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .controls {
    display: block;
    max-width: 100%; }
    /* line 17, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing .subscribe_product .controls .quantity {
      display: none; }
    /* line 21, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing .subscribe_product .controls .price {
      display: none; }
  /* line 26, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .no-kit-container {
    display: none; }
  /* line 30, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .bundle_button {
    display: none; }
  /* line 34, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .woocommerce-variation {
    display: none; }
  /* line 38, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .variations {
    display: none; }
  /* line 42, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .claims {
    display: none; }
  /* line 46, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product #toggle-qty-calculator {
    display: none; }
  /* line 50, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product #toggle-shipping-policy {
    display: none; }
  /* line 54, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .wc-braintree-product-gateways {
    display: none; }
  /* line 58, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .affirm-as-low-as {
    display: none; }
  /* line 62, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .container_product_add_on {
    display: block;
    margin-bottom: 1rem; }
    /* line 66, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing .subscribe_product .container_product_add_on a {
      display: block;
      margin: 15px 30px;
      color: #000000;
      text-decoration-line: underline;
      margin-bottom: 2rem; }
    /* line 74, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing .subscribe_product .container_product_add_on span {
      color: #718096; }

/* line 81, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .subscribe_product form.cart {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

/* line 88, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .subscribe_product .image-container-on {
  position: relative; }
  /* line 91, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .image-container-on h3 {
    padding: 20px;
    position: absolute;
    background: #08080899;
    font-size: 20px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    top: 0px;
    bottom: 82%;
    z-index: 100;
    font-family: 'Gordita'; }
  /* line 105, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .image-container-on span {
    padding: 20px;
    position: absolute;
    background: #08080899;
    font-size: 20px;
    width: 100%;
    color: #fff;
    bottom: 0px;
    margin: 0 auto;
    font-weight: 600;
    left: 0px;
    font-family: 'Gordita'; }

/* line 120, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .subscribe_product h4 {
  padding: 10px 30px;
  max-width: 450px; }

/* line 125, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .subscribe_product h5 {
  padding: 5px 30px;
  font-size: 1.5rem; }

/* line 130, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .subscribe_product .img-product-on {
  width: 450px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

@media (max-width: 639px) {
  /* line 130, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing .subscribe_product .img-product-on {
    height: 400px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 130, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing .subscribe_product .img-product-on {
      height: 350px; } }
  @media (min-width: 1024px) and (max-width: 1440px) {
    /* line 130, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing .subscribe_product .img-product-on {
      height: 350px; } }
  @media (min-width: 1440px) and (max-width: 2500px) {
    /* line 130, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing .subscribe_product .img-product-on {
      height: 350px; } }
  @media (min-width: 2000px) and (max-width: 2500px) {
    /* line 130, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing .subscribe_product .img-product-on {
      height: 350px; } }

/* line 157, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .subscribe_product .note-modal {
  margin-top: 1rem;
  font-size: 14px; }

/* line 163, resources/assets/styles/layouts/_landing-subscriptions.scss */
@media (max-width: 639px){
  body.template-landing .hero{
    min-height: 25vh;
    background-position: left;
  }
}
  /* line 166, resources/assets/styles/layouts/_landing-subscriptions.scss */
  @media (max-width: 639px){
  body.template-landing .hero > div{
    padding-top: 12rem;
  }
}

/* line 172, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .price del {
  text-decoration: line-through; }

/* line 177, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .welcomeback {
  display: none; }

/* line 182, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .main #yotpo_reviews {
  display: none; }

/* line 188, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing #get-started .yotpo-widget-instance {
  display: none; }

/* line 195, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .landing-product .yotpo.bottomLine {
  display: none; }

/* line 199, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .landing-product .bundled_product_image {
  margin-right: 0 !important; }

/* line 204, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* line 208, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing form.cart .price{
  font-weight: 500;
}
  /* line 213, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing form.cart .bundled_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: inherit;
    margin-bottom: 0;
    border-bottom: inherit;
    border-radius: 0.5rem; }
    /* line 222, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .bundled_product .bundled_product_permalink {
      display: none; }
    /* line 228, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .bundled_product .bundled_product_title_inner .item_qty,
    body.template-landing form.cart .bundled_product .bundled_product_title_inner .item_suffix {
      display: none; }
    /* line 242, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .bundled_product .bundled_item_cart_content .in-stock {
      display: none; }
  /* line 251, resources/assets/styles/layouts/_landing-subscriptions.scss */
  @media (max-width: 639px){
  body.template-landing form.cart .step-1 .bundled_product{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
  body.template-landing form.cart .step-1 .bundled_product {
    padding-bottom: 0; }
    /* line 255, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .step-1 .bundled_product .bundled_product_title{
  font-size: 1.5rem;
}
    @media (min-width: 1024px){
  body.template-landing form.cart .step-1 .bundled_product .bundled_product_title{
    font-size: 1.7rem;
  }
}
    /* line 259, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .step-1 .bundled_product .bundled_product_excerpt {
      margin-bottom: 1.5rem; }
    /* line 263, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: column-reverse;
              flex-flow: column-reverse; }
      /* line 268, resources/assets/styles/layouts/_landing-subscriptions.scss */
      body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .bundled_item_button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
        /* line 271, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .bundled_item_button .quantity{
  margin-bottom: 0px;
}
      /* line 276, resources/assets/styles/layouts/_landing-subscriptions.scss */
      body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price {
        text-transform: uppercase;
        font-weight: 500;
        color: #718096;
        margin-top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
      body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price{
  font-family: Gordita, sans-serif;
}
        /* line 282, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price .bundled_item_price_quantity{
  font-size: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(160 174 192 / var(--tw-text-opacity)) !important;
}
        /* line 288, resources/assets/styles/layouts/_landing-subscriptions.scss */
        @media (max-width: 639px){
  body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price .amount{
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  /* line 294, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing form.cart .step-1 .bundled_product .details {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
}
    /* line 304, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .step-1 .bundled_product .bundled_product_images {
      width: 60%;
      max-width: none; }
    @media (max-width: 639px){
  body.template-landing form.cart .step-1 .bundled_product .bundled_product_images{
    width: 100%;
  }
}
      /* line 308, resources/assets/styles/layouts/_landing-subscriptions.scss */
      @media (max-width: 639px){
  body.template-landing form.cart .step-1 .bundled_product .bundled_product_images img{
    margin-bottom: 1rem;
  }
}
    /* line 313, resources/assets/styles/layouts/_landing-subscriptions.scss */
    @media (max-width: 639px){
  body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_details{
    width: 100%;
  }
}
    /* line 318, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .step-1 .bundled_product .bundled_item_wrap * + .bundled_item_button .quantity,
    body.template-landing form.cart .step-1 .bundled_product .single-product div.product .bundled_item_wrap * + .bundled_item_button .quantity {
      margin-top: 0;
      margin-right: 1rem;
      margin-bottom: 1rem; }
      /* line 324, resources/assets/styles/layouts/_landing-subscriptions.scss */
      body.template-landing form.cart .step-1 .bundled_product .bundled_item_wrap * + .bundled_item_button .quantity input,
      body.template-landing form.cart .step-1 .bundled_product .single-product div.product .bundled_item_wrap * + .bundled_item_button .quantity input{
  border-radius: 0.25rem;
}
  /* line 332, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing form.cart .steps-cart-wrap{
  display: none;
}
    /* line 336, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .steps-cart-wrap .step {
      margin-bottom: 2rem; }
      /* line 339, resources/assets/styles/layouts/_landing-subscriptions.scss */
      body.template-landing form.cart .steps-cart-wrap .step .bundled_product {
        padding: 1rem; }
        /* line 345, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .details > .out-of-stock {
          display: none; }
        /* line 349, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .details .out-of-stock {
          padding: 0.6rem 1rem 0.4rem;
          margin: 0.25rem 0; }
        /* line 354, resources/assets/styles/layouts/_landing-subscriptions.scss */
        @media (max-width: 639px){
  body.template-landing form.cart .steps-cart-wrap .step .bundled_product .details .price .amount{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.template-landing form.cart .steps-cart-wrap .step .bundled_product .details .price .amount > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
        /* line 359, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
          /* line 360, resources/assets/styles/layouts/_landing-subscriptions.scss */
          body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_title .item_title {
            font-weight: 500;
            font-size: 1.125rem; }
        /* line 368, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_optional_checkbox {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        /* line 372, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_images {
          width: 40%; }
        @media (max-width: 639px){
  body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_images{
    margin-right: 0.75rem;
  }
}
        /* line 377, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_price_quantity {
          display: none; }
        /* line 381, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_cart_content {
          display: block !important;
          height: auto !important; }
        /* line 386, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_optional_checkbox {
          line-height: 1.2; }
        /* line 390, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_cart_content--populated::before {
          height: 0; }
        /* line 394, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_wrap * + .bundled_item_button .quantity,
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .single-product div.product .bundled_item_wrap * + .bundled_item_button .quantity {
          margin-top: 0; }
        /* line 399, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: .5rem; }
        body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_button > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
    /* line 408, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .steps-cart-wrap .step-3{
  display: none;
}
      /* line 411, resources/assets/styles/layouts/_landing-subscriptions.scss */
      body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
      body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product > :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));
}
      @media (max-width: 639px){
  body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product{
    padding-left: 0px;
    padding-right: 0px;
  }
}
      @media (min-width: 1024px){
  body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product{
    padding-right: 5rem;
  }
}
        /* line 414, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
          /* line 417, resources/assets/styles/layouts/_landing-subscriptions.scss */
          body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
          body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
            /* line 421, resources/assets/styles/layouts/_landing-subscriptions.scss */
            body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label input[type="radio"] + .subscription-option-details::after{
  margin-top: 0.5rem;
  display: block;
  font-family: Aleo, serif;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
            /* line 426, resources/assets/styles/layouts/_landing-subscriptions.scss */
            body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label input[type="radio"][value="1_month"] + .subscription-option-details::after {
              content: 'Most popular!'; }
            /* line 430, resources/assets/styles/layouts/_landing-subscriptions.scss */
            body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label input[type="radio"][value="2_month"] + .subscription-option-details::after {
              content: 'Nice and slow'; }
            /* line 434, resources/assets/styles/layouts/_landing-subscriptions.scss */
            body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label input[type="radio"][value="2_week"] + .subscription-option-details::after {
              content: 'Recommended for food lovers'; }
            /* line 439, resources/assets/styles/layouts/_landing-subscriptions.scss */
            body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label .subscription-details{
  font-weight: 600;
}
    /* line 448, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .steps-cart-wrap > div.cart{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-family: Gordita, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}
    @media (min-width: 1024px){
  body.template-landing form.cart .steps-cart-wrap > div.cart{
    width: 33.333333%;
  }
}
      /* line 451, resources/assets/styles/layouts/_landing-subscriptions.scss */
      body.template-landing form.cart .steps-cart-wrap > div.cart .controls{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 2rem;
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
      @media (min-width: 1024px){
  body.template-landing form.cart .steps-cart-wrap > div.cart .controls{
    margin-left: 1.5rem;
  }
}
        /* line 454, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap > div.cart .controls .bundle_wrap {
          width: 100%; }
          /* line 459, resources/assets/styles/layouts/_landing-subscriptions.scss */
          body.template-landing form.cart .steps-cart-wrap > div.cart .controls .bundle_wrap .bundle_button .quantity,
          body.template-landing form.cart .steps-cart-wrap > div.cart .controls .bundle_wrap .bundle_button .price,
          body.template-landing form.cart .steps-cart-wrap > div.cart .controls .bundle_wrap .bundle_button .bundle_add_to_cart_button {
            display: none; }
        /* line 467, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap > div.cart .controls .refund-notice {
          display: none; }
        /* line 472, resources/assets/styles/layouts/_landing-subscriptions.scss */
        body.template-landing form.cart .steps-cart-wrap > div.cart .controls .totals .price del {
          text-decoration: line-through; }

/* line 482, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing .bundled_product_summary .bundled_product_optional_checkbox input,
body.template-landing .single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox input {
  width: 0px !important;
  height: 0px !important;
  outline: 0;
  border: none; }

/* line 491, resources/assets/styles/layouts/_landing-subscriptions.scss */
body.template-landing ul#markers li a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
@media (max-width: 639px){
  body.template-landing ul#markers li a{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1024px){
  body.template-landing ul#markers li a > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  body.template-landing ul#markers li a{
    padding: 2rem;
  }
}
  /* line 494, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing ul#markers li a span{
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
    /* line 497, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing ul#markers li a span.number{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
    body.template-landing ul#markers li a span.number:hover{
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
}
    @media (max-width: 639px){
  body.template-landing ul#markers li a span.number{
    display: none;
  }
}
  /* line 503, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing ul#markers li a:hover span{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
    /* line 506, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing ul#markers li a:hover span.number{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
  /* line 513, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing ul#markers li a.active-step .text{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity));
}
  /* line 517, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing ul#markers li a.active-step .number{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 639px) {
  /* line 529, resources/assets/styles/layouts/_landing-subscriptions.scss */
  body.template-landing form.cart .steps-cart-wrap > div.cart {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10; }
    /* line 537, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .steps-cart-wrap > div.cart .controls {
      display: none;
      margin: 0 auto; }
      /* line 541, resources/assets/styles/layouts/_landing-subscriptions.scss */
      body.template-landing form.cart .steps-cart-wrap > div.cart .controls::after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0000004d;
        top: 0;
        left: 0;
        z-index: -1; }
      /* line 552, resources/assets/styles/layouts/_landing-subscriptions.scss */
      body.template-landing form.cart .steps-cart-wrap > div.cart .controls .price del {
        text-decoration: line-through; }
    /* line 558, resources/assets/styles/layouts/_landing-subscriptions.scss */
    body.template-landing form.cart .steps-cart-wrap > div.cart button.add-to-box {
      display: none; } }

/* line 1, resources/assets/styles/layouts/_tinymce.scss */
body#tinymce {
  margin: 12px !important; }

/* line 2, resources/assets/styles/layouts/_home.scss */
.bg-buy {
  background-image: url(/wp-content/themes/iberico/dist/images/webp/hero-buy.webp);
  background-position: center;
  background-size: cover; }

@media (max-width: 639px) {
  /* line 2, resources/assets/styles/layouts/_home.scss */
  .bg-buy {
    background-image: url(/wp-content/themes/iberico/dist/images/webp/hero-buy-mobile.webp);
    background-position: center;
    background-size: cover; } }

/* line 14, resources/assets/styles/layouts/_home.scss */
#homeSlider .slick-dots {
  bottom: 20px !important; }

/* line 21, resources/assets/styles/layouts/_home.scss */
.slick-dots li button:before {
  font-size: 40px !important;
  color: #fff !important; }

/* line 28, resources/assets/styles/layouts/_home.scss */
.slick-dots li .slick-active button:before {
  color: #fff; }

/* line 35, resources/assets/styles/layouts/_home.scss */
.shop_catalog.lazy {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

/* line 39, resources/assets/styles/layouts/_home.scss */
.bg-about {
  background-image: url("/wp-content/themes/iberico/dist/images/webp/About hero 2.webp");
  background-position: center;
  background-size: cover; }

@media (max-width: 639px) {
  /* line 39, resources/assets/styles/layouts/_home.scss */
  .bg-about {
    background-image: url([object Object]);
    background-position: center;
    background-size: cover; } }

/* line 51, resources/assets/styles/layouts/_home.scss */
body.home .hero-image {
  background-image: url("/wp-content/themes/iberico/dist/images/webp/Home hero image 1400x600.webp");
  background-position: center;
  background-size: cover; }

@media (max-width: 639px) {
  /* line 51, resources/assets/styles/layouts/_home.scss */
  body.home .hero-image {
    background-image: url("/wp-content/themes/iberico/dist/images/webp/Home hero image mobile 500x430.webp");
    background-position: center;
    background-size: cover; } }

/* line 63, resources/assets/styles/layouts/_home.scss */
body.home #gifts {
  background-image: url(/wp-content/themes/iberico/dist/images/webp/home-gifts-bg.webp);
  background-position: center;
  background-size: cover; }

@media (max-width: 639px) {
  /* line 63, resources/assets/styles/layouts/_home.scss */
  body.home #gifts {
    background-image: url(/wp-content/themes/iberico/dist/images/webp/home-gifts-bg-mobile.webp);
    background-position: center;
    background-size: cover; } }

/* line 2, resources/assets/styles/layouts/_shop.scss */
body.shop .shop-hero {
  background-image: url(/wp-content/themes/iberico/dist/images/webp/hero-shop.webp);
  background-position: center;
  background-size: cover; }

@media (max-width: 639px) {
  /* line 2, resources/assets/styles/layouts/_shop.scss */
  body.shop .shop-hero {
    background-image: url(/wp-content/themes/iberico/dist/images/webp/hero-shop-mobile.webp);
    background-position: center;
    background-size: cover; } }

/* line 13, resources/assets/styles/layouts/_shop.scss */
body.shop .banner-subscription {
  background-image: url(/wp-content/themes/iberico/dist/images/webp/banner-subscription-box-door-wide.webp);
  background-position: center;
  background-size: cover; }

@media (max-width: 639px) {
  /* line 13, resources/assets/styles/layouts/_shop.scss */
  body.shop .banner-subscription {
    background-image: url(/wp-content/themes/iberico/dist/images/webp/banner-subscription-box-door-Mobile.webp);
    background-position: center;
    background-size: cover; } }

/* line 24, resources/assets/styles/layouts/_shop.scss */
body.shop .banner-seafood {
  background-image: url("/wp-content/themes/iberico/dist/images/webp/banner-seafood-bg-wide(1).webp");
  background-position: center;
  background-size: cover; }

@media (max-width: 639px) {
  /* line 24, resources/assets/styles/layouts/_shop.scss */
  body.shop .banner-seafood {
    background-image: url(/wp-content/themes/iberico/dist/images/webp/banner-seafood-bg-Mobile.webp);
    background-position: center;
    background-size: cover; } }

/* line 35, resources/assets/styles/layouts/_shop.scss */
body.shop .banner-vegetable {
  background-image: url(/wp-content/themes/iberico/dist/images/webp/banner-vegetable-preserves-wide.webp);
  background-position: center;
  background-size: cover; }

@media (max-width: 639px) {
  /* line 35, resources/assets/styles/layouts/_shop.scss */
  body.shop .banner-vegetable {
    background-image: url(/wp-content/themes/iberico/dist/images/webp/banner-vegetable-preserves-Mobile.webp);
    background-position: center;
    background-size: cover; } }

/* line 1, resources/assets/styles/components/_login.scss */
.border-black-300 {
  border-color: #000; }

/* line 5, resources/assets/styles/components/_login.scss */
#customer_login .the_champ_outer_login_container {
  display: none; }

/* line 9, resources/assets/styles/components/_login.scss */
.input-text {
  border: 1px black solid;
  border-radius: 3px;
  color: #000; }

/* line 15, resources/assets/styles/components/_login.scss */
.register-message {
  font-size: 14px;
  font-weight: 600;
  font-family: Gordita, sans-serif; }

/* line 21, resources/assets/styles/components/_login.scss */
.woocommerce-privacy-policy-text {
  font-family: Gordita, sans-serif;
  font-style: italic; }

/* line 26, resources/assets/styles/components/_login.scss */
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* line 31, resources/assets/styles/components/_login.scss */
.woocommerce-form-login__rememberme {
  display: none !important; }

/* line 35, resources/assets/styles/components/_login.scss */
.woocommerce-form {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  /* line 43, resources/assets/styles/components/_login.scss */
  .woocommerce-form input:focus {
    border-color: #c9a670;
    --tw-ring-color: #c9a670; }

/* line 51, resources/assets/styles/components/_login.scss */
.u-columns a:hover {
  color: #000; }

/* line 57, resources/assets/styles/components/_login.scss */
[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
  border-color: #c9a670;
  --tw-ring-color: #c9a670; }

/* line 76, resources/assets/styles/components/_login.scss */
.woocommerce-lost-password .woocommerce {
  display: block !important; }

/* line 80, resources/assets/styles/components/_login.scss */
.lost-password-message {
  font-size: 1.2rem;
  font-weight: bold; }

/* line 84, resources/assets/styles/components/_login.scss */
.lost_reset_message {
  font-size: 1.2rem;
  font-weight: bold; }

/* line 88, resources/assets/styles/components/_login.scss */
.lost_reset_password .woocommerce-password-strength {
  width: 20rem; }

/* line 91, resources/assets/styles/components/_login.scss */
p.mailchimp-newsletter {
  display: none; }

/* line 1, resources/assets/styles/layouts/_wholehams.scss */
.icon-img {
  width: 17px;
  height: 18px; }

/* line 6, resources/assets/styles/layouts/_wholehams.scss */
.template-wholehams .modaal-content-container {
  padding: 0; }

/* line 10, resources/assets/styles/layouts/_wholehams.scss */
.h-700 {
  height: 100vh; }
  @media (min-width: 1024px) and (max-width: 1440px) {
    /* line 10, resources/assets/styles/layouts/_wholehams.scss */
    .h-700 {
      height: calc(100vh + 200px); } }
  @media (max-width: 750px) {
    /* line 10, resources/assets/styles/layouts/_wholehams.scss */
    .h-700 {
      height: 50vh; } }
  @media (min-width: 760) and (max-width: 1024px) {
    /* line 10, resources/assets/styles/layouts/_wholehams.scss */
    .h-700 {
      height: calc(100vh + 200px); } }
  @media (min-width: 1440px) and (max-width: 2000px) {
    /* line 10, resources/assets/styles/layouts/_wholehams.scss */
    .h-700 {
      /*padding: 0 4rem;
    width: 90%;
    margin: 0 auto;*/ } }
  @media (min-width: 2000px) and (max-width: 2500px) {
    /* line 10, resources/assets/styles/layouts/_wholehams.scss */
    .h-700 {
      /*padding: 0 4rem;
    width: 60%;
    margin: 0 auto;*/ } }

/* line 38, resources/assets/styles/layouts/_wholehams.scss */
.hero-wholehams-page.mobile {
  background-image: url(/wp-content/themes/iberico/dist/images/webp/Hero-Wholehams-Mobile2.webp) !important;
  background-position: center;
  background-size: cover; }

/* line 44, resources/assets/styles/layouts/_wholehams.scss */
.hero-wholehams-page.desktop {
  background-image: url(/wp-content/themes/iberico/dist/images/webp/heropage.webp);
  background-position: center;
  background-size: cover; }

@media (max-width: 768px) {
  /* line 54, resources/assets/styles/layouts/_wholehams.scss */
  .hero-wholehams-page h1 {
    font-size: 20px;
    font-weight: 600; } }

@media (min-width: 1024px) and (max-width: 1440px) {
  /* line 50, resources/assets/styles/layouts/_wholehams.scss */
  .hero-wholehams-page {
    height: 82vh; }
    /* line 63, resources/assets/styles/layouts/_wholehams.scss */
    .hero-wholehams-page h1 {
      font-size: 1.8rem; }
    /* line 67, resources/assets/styles/layouts/_wholehams.scss */
    .hero-wholehams-page p {
      font-size: 1rem; }
  /* line 72, resources/assets/styles/layouts/_wholehams.scss */
  .hero-wholehams-page .content {
    margin: 1.5rem 0; } }

@media (min-width: 1440px) and (max-width: 2500px) {
  /* line 72, resources/assets/styles/layouts/_wholehams.scss */
  .hero-wholehams-page .content {
    margin: 1.5rem 0; } }

@media (min-width: 2000px) and (max-width: 2500px) {
  /* line 72, resources/assets/styles/layouts/_wholehams.scss */
  .hero-wholehams-page .content {
    margin: 6rem 0; } }

@media (min-width: 1440px) and (max-width: 2500px) {
  /* line 50, resources/assets/styles/layouts/_wholehams.scss */
  .hero-wholehams-page {
    padding: 0 4rem;
    height: 82vh;
    margin: 0 auto; } }

/* line 92, resources/assets/styles/layouts/_wholehams.scss */
.hero-wholehams-page h4 {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px; }

/* line 100, resources/assets/styles/layouts/_wholehams.scss */
.hero-wholehams-page .button-down {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto; }

/* line 109, resources/assets/styles/layouts/_wholehams.scss */
.image-product {
  background: #000; }
  @media (max-width: 768px) {
    /* line 109, resources/assets/styles/layouts/_wholehams.scss */
    .image-product {
      background: #fff; } }

/* line 117, resources/assets/styles/layouts/_wholehams.scss */
.content-product {
  padding: 0 4rem;
  width: 60%;
  margin: 0 auto; }
  @media (min-width: 1024px) and (max-width: 1440px) {
    /* line 117, resources/assets/styles/layouts/_wholehams.scss */
    .content-product {
      padding: 0 4rem;
      width: 100%; } }
  @media (min-width: 1440px) and (max-width: 2500px) {
    /* line 117, resources/assets/styles/layouts/_wholehams.scss */
    .content-product {
      padding: 0 4rem;
      width: 90%;
      margin: 0 auto; } }
  @media (min-width: 2000px) and (max-width: 2500px) {
    /* line 117, resources/assets/styles/layouts/_wholehams.scss */
    .content-product {
      padding: 0 4rem;
      width: 60%;
      margin: 0 auto; } }
  @media (max-width: 790px) {
    /* line 117, resources/assets/styles/layouts/_wholehams.scss */
    .content-product {
      width: 100%;
      padding: 0; } }
  @media (min-width: 1024px) and (max-width: 1440px) {
    /* line 144, resources/assets/styles/layouts/_wholehams.scss */
    .content-product .product_title {
      font-size: 1.6rem; } }
  /* line 151, resources/assets/styles/layouts/_wholehams.scss */
  .content-product .description-product {
    font-family: 'Gordita';
    font-weight: 500;
    font-size: 16px;
    color: #686868; }
  /* line 158, resources/assets/styles/layouts/_wholehams.scss */
  .content-product .price-product {
    font-size: 28px;
    font-family: 'Gordita';
    font-weight: 500; }

@media (min-width: 768px) {
  /* line 158, resources/assets/styles/layouts/_wholehams.scss */
  .content-product .price-product {
    font-size: 1.5rem; } }
  /* line 168, resources/assets/styles/layouts/_wholehams.scss */
  .content-product .attributes-product {
    padding: 0;
    font-family: 'Gordita';
    font-size: 14px;
    font-weight: 400; }
  /* line 176, resources/assets/styles/layouts/_wholehams.scss */
  .content-product .buttons-product .added_to_cart {
    display: none; }
  /* line 181, resources/assets/styles/layouts/_wholehams.scss */
  .content-product .btn {
    padding: 1rem 1rem 0.75rem;
    font-weight: 500; }

/* line 187, resources/assets/styles/layouts/_wholehams.scss */
.reviews-wholehams {
  background: -webkit-linear-gradient(212.51deg, #F8F4EF 30.54%, rgba(248, 244, 239, 0) 102.37%);
  background: -o-linear-gradient(212.51deg, #F8F4EF 30.54%, rgba(248, 244, 239, 0) 102.37%);
  background: linear-gradient(237.49deg, #F8F4EF 30.54%, rgba(248, 244, 239, 0) 102.37%);
  margin-top: 4rem;
  margin-bottom: 4rem; }
  /* line 192, resources/assets/styles/layouts/_wholehams.scss */
  .reviews-wholehams .slick-prev {
    color: #131313; }
    /* line 195, resources/assets/styles/layouts/_wholehams.scss */
    .reviews-wholehams .slick-prev:before {
      color: #131313; }
  /* line 200, resources/assets/styles/layouts/_wholehams.scss */
  .reviews-wholehams .slick-next {
    color: #131313; }
    /* line 203, resources/assets/styles/layouts/_wholehams.scss */
    .reviews-wholehams .slick-next:before {
      color: #131313; }
  /* line 208, resources/assets/styles/layouts/_wholehams.scss */
  .reviews-wholehams h2 {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase; }
  /* line 217, resources/assets/styles/layouts/_wholehams.scss */
  .reviews-wholehams h3 {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1px;
    color: #DCAA5F; }
  /* line 228, resources/assets/styles/layouts/_wholehams.scss */
  .reviews-wholehams .review {
    margin: 0 1rem; }
    /* line 231, resources/assets/styles/layouts/_wholehams.scss */
    .reviews-wholehams .review .shadow-md {
      height: 100%; }
      @media (min-width: 768px) and (max-width: 1024px) {
        /* line 231, resources/assets/styles/layouts/_wholehams.scss */
        .reviews-wholehams .review .shadow-md {
          height: 100%; } }
      @media (min-width: 1024px) and (max-width: 1440px) {
        /* line 231, resources/assets/styles/layouts/_wholehams.scss */
        .reviews-wholehams .review .shadow-md {
          height: 520px; } }
      @media (min-width: 1440px) and (max-width: 2500px) {
        /* line 231, resources/assets/styles/layouts/_wholehams.scss */
        .reviews-wholehams .review .shadow-md {
          height: 520px; } }
      @media (min-width: 2000px) and (max-width: 2500px) {
        /* line 231, resources/assets/styles/layouts/_wholehams.scss */
        .reviews-wholehams .review .shadow-md {
          height: 520px; } }
    /* line 252, resources/assets/styles/layouts/_wholehams.scss */
    .reviews-wholehams .review .content-review .profile-review-content {
      color: #686868;
      font-size: 14px;
      font-family: roboto; }
    /* line 258, resources/assets/styles/layouts/_wholehams.scss */
    .reviews-wholehams .review .content-review h4 {
      font-family: 'Gordita';
      font-weight: 500;
      font-size: 14px; }
    /* line 264, resources/assets/styles/layouts/_wholehams.scss */
    .reviews-wholehams .review .content-review p {
      font-family: 'Gordita';
      font-size: 14px;
      color: #686868; }

/* line 273, resources/assets/styles/layouts/_wholehams.scss */
.icons-three {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }

@media (max-width: 639px) {
  /* line 273, resources/assets/styles/layouts/_wholehams.scss */
  .icons-three {
    border: none; } }

/* line 283, resources/assets/styles/layouts/_wholehams.scss */
.content-message .message {
  border-right: 1px solid #F2F2F2; }
  /* line 286, resources/assets/styles/layouts/_wholehams.scss */
  .content-message .message:last-child {
    border-right: 1px solid transparent; }
  /* line 290, resources/assets/styles/layouts/_wholehams.scss */
  .content-message .message .icon-message {
    margin-right: 1rem; }
    /* line 293, resources/assets/styles/layouts/_wholehams.scss */
    .content-message .message .icon-message svg {
      width: 55px;
      height: 55px; }

@media (max-width: 639px) {
  /* line 290, resources/assets/styles/layouts/_wholehams.scss */
  .content-message .message .icon-message {
    margin: 0 auto; } }
  /* line 303, resources/assets/styles/layouts/_wholehams.scss */
  .content-message .message .text-message {
    font-family: 'Gordita';
    font-size: 14px;
    color: #282828;
    font-weight: 500;
    line-height: 22px;
    margin: auto;
    text-align: center; }

/* line 315, resources/assets/styles/layouts/_wholehams.scss */
.bg-protected {
  background: #F8F4EF; }
  /* line 318, resources/assets/styles/layouts/_wholehams.scss */
  .bg-protected .protected-description {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: 'Gordita';
    color: #282828; }

/* line 328, resources/assets/styles/layouts/_wholehams.scss */
.difference h2 {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
  text-transform: uppercase; }

@media (max-width: 639px) {
  /* line 328, resources/assets/styles/layouts/_wholehams.scss */
  .difference h2 {
    line-height: 28px; } }

/* line 341, resources/assets/styles/layouts/_wholehams.scss */
.difference .text-card {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 639px) {
  /* line 351, resources/assets/styles/layouts/_wholehams.scss */
  .difference .cards-difference {
    overflow: hidden; } }

/* line 357, resources/assets/styles/layouts/_wholehams.scss */
.difference .cards-difference .popular-card {
  border: 1px solid #D3AE76; }

/* line 361, resources/assets/styles/layouts/_wholehams.scss */
.difference .cards-difference .border-card {
  border: 1px solid #DDDDDD; }

/* line 365, resources/assets/styles/layouts/_wholehams.scss */
.difference .cards-difference ul {
  padding: 0; }
  /* line 368, resources/assets/styles/layouts/_wholehams.scss */
  .difference .cards-difference ul li {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px; }

/* line 377, resources/assets/styles/layouts/_wholehams.scss */
.difference .cards-difference span {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px; }

@media (max-width: 639px) {
  /* line 385, resources/assets/styles/layouts/_wholehams.scss */
  .difference .cards-difference .card {
    margin: 0 1rem; } }

/* line 396, resources/assets/styles/layouts/_wholehams.scss */
.preserving .content h3 {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px; }

/* line 404, resources/assets/styles/layouts/_wholehams.scss */
.preserving .content p {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px; }

/* line 415, resources/assets/styles/layouts/_wholehams.scss */
.faq.wholehams h2 {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px; }

/* line 424, resources/assets/styles/layouts/_wholehams.scss */
.videos-wholehams {
  background: -webkit-gradient(linear, left top, left bottom, from(#455064), to(#1B202D));
  background: -webkit-linear-gradient(top, #455064 0%, #1B202D 100%);
  background: -o-linear-gradient(top, #455064 0%, #1B202D 100%);
  background: linear-gradient(180deg, #455064 0%, #1B202D 100%); }
  /* line 429, resources/assets/styles/layouts/_wholehams.scss */
  .videos-wholehams #feat_tapas .tapas h4 {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    /* or 153% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase; }
  /* line 443, resources/assets/styles/layouts/_wholehams.scss */
  .videos-wholehams #feat_tapas .tapas p {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    /* GrayScale/Texts */
    color: #686868; }
  /* line 459, resources/assets/styles/layouts/_wholehams.scss */
  .videos-wholehams .video-iframe {
    display: none; }

/* line 465, resources/assets/styles/layouts/_wholehams.scss */
.kit {
  background: -webkit-linear-gradient(352.7deg, #2F2F2F -5.44%, #131313 92.61%);
  background: -o-linear-gradient(352.7deg, #2F2F2F -5.44%, #131313 92.61%);
  background: linear-gradient(97.3deg, #2F2F2F -5.44%, #131313 92.61%); }
  /* line 468, resources/assets/styles/layouts/_wholehams.scss */
  .kit h2 {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff; }
  /* line 477, resources/assets/styles/layouts/_wholehams.scss */
  .kit p {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    /* or 129% */
    /* GrayScale/White */
    color: #FFFFFF; }
  /* line 490, resources/assets/styles/layouts/_wholehams.scss */
  .kit .list-kit {
    grid-template-columns: 12fr 1fr 12fr 1fr 12fr;
    grid-gap: 10px; }
    /* line 494, resources/assets/styles/layouts/_wholehams.scss */
    .kit .list-kit span {
      color: #fff;
      font-weight: 800;
      font-size: 24px;
      text-align: center; }
  /* line 502, resources/assets/styles/layouts/_wholehams.scss */
  .kit .kit-single {
    text-align: center; }
    /* line 505, resources/assets/styles/layouts/_wholehams.scss */
    .kit .kit-single p {
      font-family: 'Gordita';
      margin-top: 1rem; }
    /* line 510, resources/assets/styles/layouts/_wholehams.scss */
    .kit .kit-single:hover {
      cursor: pointer; }

/* line 517, resources/assets/styles/layouts/_wholehams.scss */
.closing .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  /* line 520, resources/assets/styles/layouts/_wholehams.scss */
  .closing .btn svg {
    width: 20px;
    height: 20px;
    margin-left: 1rem;
    fill: #fff; }

/* line 530, resources/assets/styles/layouts/_wholehams.scss */
.btn:hover {
  cursor: pointer; }

/* line 536, resources/assets/styles/layouts/_wholehams.scss */
.img-modal:hover {
  cursor: pointer; }

/* line 542, resources/assets/styles/layouts/_wholehams.scss */
.image-product:hover {
  cursor: pointer; }

/* line 547, resources/assets/styles/layouts/_wholehams.scss */
.bottom-10 {
  bottom: 10%; }

/* line 551, resources/assets/styles/layouts/_wholehams.scss */
.left-45 {
  left: 45%; }

@media (max-width: 639px) {
  /* line 551, resources/assets/styles/layouts/_wholehams.scss */
  .left-45 {
    left: 30%; } }

/* line 559, resources/assets/styles/layouts/_wholehams.scss */
.template-wholehams .modaal-wrapper {
  z-index: 1000 !important; }

@media (max-width: 639px) {
  /* line 563, resources/assets/styles/layouts/_wholehams.scss */
  img#modal-seemore {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  /* line 571, resources/assets/styles/layouts/_wholehams.scss */
  #section-hero-wholehams {
    height: 90vh; } }

/* line 2, resources/assets/styles/layouts/_unique-jamon.scss */
.content-unique-jams .box-stats {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0; }
  /* line 7, resources/assets/styles/layouts/_unique-jamon.scss */
  .content-unique-jams .box-stats:last-child {
    border-bottom: none; }
  /* line 11, resources/assets/styles/layouts/_unique-jamon.scss */
  .content-unique-jams .box-stats h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #222; }
  /* line 21, resources/assets/styles/layouts/_unique-jamon.scss */
  .content-unique-jams .box-stats .item-stats {
    margin-bottom: 2rem; }
    /* line 24, resources/assets/styles/layouts/_unique-jamon.scss */
    .content-unique-jams .box-stats .item-stats .text-stats {
      font-size: 1.125rem;
      line-height: 1.8;
      color: #333; }
      /* line 29, resources/assets/styles/layouts/_unique-jamon.scss */
      .content-unique-jams .box-stats .item-stats .text-stats .svg-inline--fa {
        color: #d3ae76;
        font-size: 2rem;
        margin-bottom: 1rem;
        display: block; }
      /* line 36, resources/assets/styles/layouts/_unique-jamon.scss */
      .content-unique-jams .box-stats .item-stats .text-stats h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: #1a1a1a; }

/* line 45, resources/assets/styles/layouts/_unique-jamon.scss */
.content-unique-jams .cta-trust-block {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  margin-top: 2rem;
  border: 1px solid #eee; }
  /* line 53, resources/assets/styles/layouts/_unique-jamon.scss */
  .content-unique-jams .cta-trust-block .btn:hover {
    -webkit-transform: translateY(-2px);
         -o-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

/* line 1, resources/assets/styles/components/_checkout.scss */
.block-btn {
  display: none !important; }

/* line 4, resources/assets/styles/components/_checkout.scss */
a#cfw-login-modal-trigger {
  color: #0078ba !important;
  font-weight: 500 !important; }

/* line 8, resources/assets/styles/components/_checkout.scss */
input#billing_phone {
  display: none; }

/* line 12, resources/assets/styles/components/_checkout.scss */
textarea#order_comments {
  display: none; }

/* line 17, resources/assets/styles/components/_checkout.scss */
.cross-sells .stock-notify {
  display: none; }

/* line 20, resources/assets/styles/components/_checkout.scss */
.cross-sells .button.product_type_simple, .cross-sells body.single-product .product_type_simple.single_add_to_cart_button, body.single-product .cross-sells .product_type_simple.single_add_to_cart_button, .cross-sells body.single-product .product_type_simple.product_add_on, body.single-product .cross-sells .product_type_simple.product_add_on {
  padding-left: 0;
  padding-right: 0;
  font-size: .7rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem; }

/* line 1, resources/assets/styles/components/_welcomeback.scss */
.welcomeback {
  position: relative; }

/* line 5, resources/assets/styles/components/_welcomeback.scss */
.container-wb {
  grid-template-columns: 6fr 6fr; }

@media (max-width: 639px) {
  /* line 5, resources/assets/styles/components/_welcomeback.scss */
  .container-wb {
    grid-template-columns: 1fr !important; }
    /* line 11, resources/assets/styles/components/_welcomeback.scss */
    .container-wb .hidden-wb {
      margin: 0 auto; }
    /* line 15, resources/assets/styles/components/_welcomeback.scss */
    .container-wb .hide-container {
      margin-top: 1rem;
      text-align: center; }
      /* line 19, resources/assets/styles/components/_welcomeback.scss */
      .container-wb .hide-container p {
        font-size: 10px;
        margin-top: -6px; }
      /* line 24, resources/assets/styles/components/_welcomeback.scss */
      .container-wb .hide-container .btn {
        font-size: 14px;
        width: 100%;
        margin-bottom: 1rem; } }
  /* line 32, resources/assets/styles/components/_welcomeback.scss */
  .container-wb .rigth-welcomeback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 5px;
    margin-right: 2rem; }
    /* line 39, resources/assets/styles/components/_welcomeback.scss */
    .container-wb .rigth-welcomeback .view-mobile a {
      display: none; }

@media (max-width: 639px) {
  /* line 32, resources/assets/styles/components/_welcomeback.scss */
  .container-wb .rigth-welcomeback {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr !important;
    grid-gap: 10px;
    text-align: center; }
    /* line 50, resources/assets/styles/components/_welcomeback.scss */
    .container-wb .rigth-welcomeback .view-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      /* line 54, resources/assets/styles/components/_welcomeback.scss */
      .container-wb .rigth-welcomeback .view-mobile a {
        display: block; } }
    /* line 60, resources/assets/styles/components/_welcomeback.scss */
    .container-wb .rigth-welcomeback.wb-cart {
      grid-template-columns: 4fr 8fr;
      grid-gap: 10px; }
    /* line 65, resources/assets/styles/components/_welcomeback.scss */
    .container-wb .rigth-welcomeback .products-historial {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

@media (max-width: 639px) {
  /* line 65, resources/assets/styles/components/_welcomeback.scss */
  .container-wb .rigth-welcomeback .products-historial {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    /* line 70, resources/assets/styles/components/_welcomeback.scss */
    .container-wb .rigth-welcomeback .products-historial .tracking-wider {
      display: none; } }
  /* line 77, resources/assets/styles/components/_welcomeback.scss */
  .container-wb .left-welcomeback {
    opacity: 0; }

@media (max-width: 639px) {
  /* line 77, resources/assets/styles/components/_welcomeback.scss */
  .container-wb .left-welcomeback {
    text-align: center; }
    /* line 82, resources/assets/styles/components/_welcomeback.scss */
    .container-wb .left-welcomeback h2 {
      display: none; } }
  /* line 89, resources/assets/styles/components/_welcomeback.scss */
  .container-wb .gg-chevron-up:hover {
    cursor: pointer; }
  /* line 94, resources/assets/styles/components/_welcomeback.scss */
  .container-wb figure {
    width: 50px;
    height: 50px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

@media (max-width: 639px) {
  /* line 94, resources/assets/styles/components/_welcomeback.scss */
  .container-wb figure {
    width: 80px;
    height: 80px; } }
    /* line 103, resources/assets/styles/components/_welcomeback.scss */
    .container-wb figure img {
      -webkit-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      /* line 111, resources/assets/styles/components/_welcomeback.scss */
      .container-wb figure img:hover {
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
           transform: scale(1.3); }

/* line 120, resources/assets/styles/components/_welcomeback.scss */
.hide-container {
  text-align: center;
  position: absolute;
  bottom: -5px;
  right: 5vh; }

@media (max-width: 639px) {
  /* line 120, resources/assets/styles/components/_welcomeback.scss */
  .hide-container {
    text-align: center;
    margin-top: 1rem; } }
  /* line 131, resources/assets/styles/components/_welcomeback.scss */
  .hide-container:hover {
    cursor: pointer; }
  /* line 136, resources/assets/styles/components/_welcomeback.scss */
  .hide-container .btn:hover {
    cursor: pointer; }

@media (max-width: 639px) {
  /* line 135, resources/assets/styles/components/_welcomeback.scss */
  .hide-container .btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%; }
  /* line 147, resources/assets/styles/components/_welcomeback.scss */
  .hide-container .hidden-wb {
    margin: 0 auto;
    font-size: 10px;
    margin-bottom: 1rem; } }
  /* line 156, resources/assets/styles/components/_welcomeback.scss */
  .hide-container p {
    font-size: 8px;
    margin-top: -8px; }

@media (max-width: 639px) {
  /* line 156, resources/assets/styles/components/_welcomeback.scss */
  .hide-container p {
    margin-right: 0px;
    display: none; } }

/*
 // ADD TO CART
 form.cart {
    @screen xs {
        @apply flex-wrap;
    }
    @screen md {
        @apply flex-no-wrap;
    }
    &:not(.variations_form) {
        >* {
            //apply mr-4;
        }
    }
    // VARIATIONS
    &.variations_form {
        // @apply inline-block;
        .reset_variations {
            @apply hidden;
        }
        table.variations {
            @apply my-2 w-full;
            tr td.label {
                @apply hidden pr-8 font-bold;
            }
            tr td.value {
                @apply relative;
                select {
                    @apply hidden;
                }
                .variation-radios {
                    .variation {
                        input:checked {
                            &+label {
                                @apply border-2 border-gold-200;
                            }
                        }
                    }
                }
            }
        }
        .single_variation_wrap,
        .woocommerce-variation-add-to-cart {
            @apply flex md_inline-flex items-center;
            >*:not(.button) {
                @apply mr-4;
                &:last-child {
                    @apply mr-0;
                }
            }
        }
        .variations_button .price {
            @apply hidden; //Hide variation price range
        }
    }
    //Buy now
    .woocommerce-variation-add-to-cart,
    .single_add_to_cart_button {
        @apply mr-0 mt-2;
    }
    .qty {
        @apply bg-white border border-gray-400 px-4 py-1 rounded w-16;
    }
    .price {
        @apply mb-0;
        ins,
        del {
            @apply mx-2 no-underline;
        }
        del {
            text-decoration: line-through;
        }
        .amount {
            @apply font-bold text-2xl;
            @screen md {
                @apply text-3xl;
            }
        }
    }
    #presentation {
        @apply block appearance-none w-full bg-white border border-gray-400 px-4 py-2 pr-8 rounded shadow leading-tight;
    }
    @screen sm {
        .button {
            @apply px-12;
        }
    }
    &.bundle_form {
        .bundled_product {
            display: none;
        }
        .bundle_button {
            @apply flex flex-wrap w-full items-center justify-center py-2 mt-2 space-x-1 border-t border-gray-200;
            @screen md {
                @apply md_w-auto md_justify-start md_space-x-3;
            }
        }
    }
}
*/
/* Slider */
/* line 3, node_modules/slick-carousel/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 17, node_modules/slick-carousel/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 24, node_modules/slick-carousel/slick/slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 28, node_modules/slick-carousel/slick/slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 33, node_modules/slick-carousel/slick/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 42, node_modules/slick-carousel/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  /* line 50, node_modules/slick-carousel/slick/slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 56, node_modules/slick-carousel/slick/slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 60, node_modules/slick-carousel/slick/slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 64, node_modules/slick-carousel/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 68, node_modules/slick-carousel/slick/slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 71, node_modules/slick-carousel/slick/slick.scss */
  .slick-slide img {
    display: block; }
  /* line 74, node_modules/slick-carousel/slick/slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 80, node_modules/slick-carousel/slick/slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 84, node_modules/slick-carousel/slick/slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 88, node_modules/slick-carousel/slick/slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 92, node_modules/slick-carousel/slick/slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 98, node_modules/slick-carousel/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* line 45, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url(/wp-content/themes/iberico/dist/vendor/ajax-loader_c5cd7f53.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url([object Object]);
  src: url([object Object]?#iefix) format("embedded-opentype"), url([object Object]) format("woff"), url([object Object]) format("truetype"), url([object Object]#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
/* line 63, node_modules/slick-carousel/slick/slick-theme.scss */
.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%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  /* line 81, node_modules/slick-carousel/slick/slick-theme.scss */
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    /* line 85, node_modules/slick-carousel/slick/slick-theme.scss */
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  /* line 89, node_modules/slick-carousel/slick/slick-theme.scss */
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  /* line 92, node_modules/slick-carousel/slick/slick-theme.scss */
  .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; }

/* line 103, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev {
  left: -25px; }
  /* line 105, node_modules/slick-carousel/slick/slick-theme.scss */
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  /* line 109, node_modules/slick-carousel/slick/slick-theme.scss */
  .slick-prev:before {
    content: "\2190"; }
    /* line 111, node_modules/slick-carousel/slick/slick-theme.scss */
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

/* line 117, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-next {
  right: -25px; }
  /* line 119, node_modules/slick-carousel/slick/slick-theme.scss */
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  /* line 123, node_modules/slick-carousel/slick/slick-theme.scss */
  .slick-next:before {
    content: "\2192"; }
    /* line 125, node_modules/slick-carousel/slick/slick-theme.scss */
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
/* line 133, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 137, node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  /* line 146, node_modules/slick-carousel/slick/slick-theme.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    /* line 154, node_modules/slick-carousel/slick/slick-theme.scss */
    .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; }
      /* line 166, node_modules/slick-carousel/slick/slick-theme.scss */
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        /* line 168, node_modules/slick-carousel/slick/slick-theme.scss */
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      /* line 172, node_modules/slick-carousel/slick/slick-theme.scss */
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        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; }
    /* line 189, node_modules/slick-carousel/slick/slick-theme.scss */
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
  * This injects all of Tailwind's utility classes, generated based on your
  * config file.
  */
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-left-3{
  left: -0.75rem;
}
.-top-2{
  top: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-5{
  bottom: 1.25rem;
}
.left-0{
  left: 0px;
}
.left-5{
  left: 1.25rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-auto{
  top: auto;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.order-1{
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-6{
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-full{
  grid-column: 1 / -1;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.m-2{
  margin: 0.5rem;
}
.m-4{
  margin: 1rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 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;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-32{
  margin-bottom: -8rem;
}
.-ml-px{
  margin-left: -1px;
}
.-mr-4{
  margin-right: -1rem;
}
.-mt-0{
  margin-top: -0px;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-4{
  margin-top: -1rem;
}
.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-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-36{
  margin-top: 9rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-3\/5{
  min-height: 60vh;
}
.\!w-auto{
  width: auto !important;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/12{
  width: 8.333333%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/12{
  width: 16.666667%;
}
.w-2\/5{
  width: 40%;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-5\/6{
  width: 83.333333%;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-9\/12{
  width: 75%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-screen-sm{
  max-width: 640px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.flex-auto{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex-shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.origin-center{
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}
.rotate-180{
  --tw-rotate: 180deg;
  -webkit-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));
       -o-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));
          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));
}
.transform{
  -webkit-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));
       -o-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));
          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));
}
@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animate-spin{
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-col-reverse{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-center{
  -ms-flex-line-pack: center;
      align-content: center;
}
.content-start{
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.items-start{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items-stretch{
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-around{
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-0{
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.gap-x-2{
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.gap-x-3{
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.gap-x-4{
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.gap-x-6{
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.gap-x-8{
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}
.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-divide-opacity));
}
.self-center{
  -ms-flex-item-align: center;
      align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(247 250 252 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(74 85 104 / var(--tw-border-opacity));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(26 32 44 / var(--tw-border-opacity));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(198 246 213 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gold-100{
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 239 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(160 174 192 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(240 255 244 / var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(72 187 120 / var(--tw-bg-opacity));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(237 137 54 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(197 48 48 / var(--tw-bg-opacity));
}
.bg-river-500{
  --tw-bg-opacity: 1;
  background-color: rgb(77 92 107 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.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-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(top, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(top left, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(top left, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(left, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(left, var(--tw-gradient-stops));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gold-100{
  --tw-gradient-from: #F8F4EF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 244 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100{
  --tw-gradient-from: #f7fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700{
  --tw-gradient-from: #4a5568 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500{
  --tw-gradient-from: #48bb78 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(72 187 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600{
  --tw-gradient-from: #38a169 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 161 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-900{
  --tw-gradient-to: #1a202c var(--tw-gradient-to-position);
}
.to-green-500{
  --tw-gradient-to: #48bb78 var(--tw-gradient-to-position);
}
.to-green-600{
  --tw-gradient-to: #38a169 var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-200\%{
  background-size: 200%;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-right{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-right-top{
  background-position: right top;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.stroke-current{
  stroke: currentColor;
}
.stroke-none{
  stroke: none;
}
.stroke-primary{
  stroke: #D3AE76;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.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;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-52{
  padding-top: 13rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-80{
  padding-top: 20rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-sans{
  font-family: Gordita, sans-serif;
}
.font-serif{
  font-family: Aleo, serif;
}
.text-2xl{
  font-size: 1.33rem;
}
.text-3xl{
  font-size: 1.5rem;
}
.text-4xl{
  font-size: 1.7rem;
}
.text-5xl{
  font-size: 2rem;
}
.text-6xl{
  font-size: 2.25rem;
}
.text-7xl{
  font-size: 2.5rem;
}
.text-8xl{
  font-size: 3rem;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-sm{
  font-size: 0.875rem;
}
.text-xl{
  font-size: 1.2rem;
}
.text-xs{
  font-size: 0.75rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 0;
}
.tracking-wide{
  letter-spacing: .1em;
}
.tracking-wider{
  letter-spacing: .2em;
}
.tracking-widest{
  letter-spacing: .4em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-boulder-100{
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}
.text-boulder-300{
  color: rgba(98, 98, 98, 1);
}
.text-boulder-500{
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity));
}
.text-current{
  color: currentColor;
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(247 250 252 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(56 161 105 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(39 103 73 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
}
.text-river-100{
  --tw-text-opacity: 1;
  color: rgb(139 145 154 / var(--tw-text-opacity));
}
.text-river-500{
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(210 54 41 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.placeholder-gray-500::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity));
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  -webkit-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);
          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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  -webkit-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);
          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);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  -webkit-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);
          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);
}
.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  -webkit-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);
          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);
}
.filter{
  -webkit-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);
          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{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, filter, backdrop-filter, -o-transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -o-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-all{
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-colors{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-opacity{
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-transform{
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-300{
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
.duration-500{
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.col-count-2{
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 639px){
  .xs\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .xs\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .xs\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .xs\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .xs\:container{
      max-width: 1280px;
    }
  }
  .xs\:aspect-w-4{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .xs\:aspect-w-4 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .xs\:aspect-w-4{
    --tw-aspect-w: 4;
  }
  .xs\:aspect-h-3{
    --tw-aspect-h: 3;
  }
}
@media (min-width: 768px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  .md\:aspect-w-1{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .md\:aspect-w-1 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:aspect-none{
    position: static;
    padding-bottom: 0;
  }
  .md\:aspect-none > *{
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .md\:aspect-w-1{
    --tw-aspect-w: 1;
  }
  .md\:aspect-h-1{
    --tw-aspect-h: 1;
  }
}
@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
}
.focus-within\:z-10:focus-within{
  z-index: 10;
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  -webkit-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));
       -o-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));
          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));
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity));
}
.hover\:bg-river-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 92 107 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity));
}
.hover\:text-river-500:hover{
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:transition:hover{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, filter, backdrop-filter, -o-transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -o-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.focus\:border-\[\#D3AE76\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus{
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus{
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#D3AE76\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 174 118 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  -webkit-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));
       -o-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));
          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));
}
.group:hover .group-hover\:transform{
  -webkit-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));
       -o-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));
          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));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.first-line\:font-bold:first-line{
  font-weight: 700;
}
.first-line\:font-normal:first-line{
  font-weight: 400;
}
@media (max-width: 639px){
  .xs\:sticky{
    position: sticky;
  }
  .xs\:top-0{
    top: 0px;
  }
  .xs\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xs\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xs\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }
  .xs\:order-last{
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }
  .xs\:m-auto{
    margin: auto;
  }
  .xs\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xs\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xs\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xs\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xs\:-mt-1{
    margin-top: -0.25rem;
  }
  .xs\:mb-8{
    margin-bottom: 2rem;
  }
  .xs\:mt-8{
    margin-top: 2rem;
  }
  .xs\:block{
    display: block;
  }
  .xs\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xs\:grid{
    display: grid;
  }
  .xs\:hidden{
    display: none;
  }
  .xs\:h-1\/2{
    height: 50%;
  }
  .xs\:h-80{
    height: 20rem;
  }
  .xs\:h-auto{
    height: auto;
  }
  .xs\:h-screen{
    height: 100vh;
  }
  .xs\:w-2{
    width: 0.5rem;
  }
  .xs\:w-2\/3{
    width: 66.666667%;
  }
  .xs\:w-24{
    width: 6rem;
  }
  .xs\:w-8\/12{
    width: 66.666667%;
  }
  .xs\:w-full{
    width: 100%;
  }
  .xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xs\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xs\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xs\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .xs\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xs\:gap-0{
    gap: 0px;
  }
  .xs\:gap-4{
    gap: 1rem;
  }
  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .xs\:overflow-hidden{
    overflow: hidden;
  }
  .xs\:overflow-y-hidden{
    overflow-y: hidden;
  }
  .xs\:overflow-x-scroll{
    overflow-x: scroll;
  }
  .xs\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .xs\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }
  .xs\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
    background-image: -webkit-linear-gradient(top, var(--tw-gradient-stops));
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .xs\:bg-none{
    background-image: none;
  }
  .xs\:from-black{
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .xs\:from-white{
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .xs\:object-center{
    -o-object-position: center;
       object-position: center;
  }
  .xs\:p-2{
    padding: 0.5rem;
  }
  .xs\:p-6{
    padding: 1.5rem;
  }
  .xs\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xs\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xs\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xs\:pb-12{
    padding-bottom: 3rem;
  }
  .xs\:pb-20{
    padding-bottom: 5rem;
  }
  .xs\:pt-0{
    padding-top: 0px;
  }
  .xs\:pt-32{
    padding-top: 8rem;
  }
  .xs\:text-center{
    text-align: center;
  }
  .xs\:text-2xl{
    font-size: 1.33rem;
  }
  .xs\:text-7xl{
    font-size: 2.5rem;
  }
  .xs\:text-base{
    font-size: 1rem;
  }
  .xs\:text-sm{
    font-size: 0.875rem;
  }
  .xs\:text-xl{
    font-size: 1.2rem;
  }
  .xs\:text-xs{
    font-size: 0.75rem;
  }
  .xs\:leading-8{
    line-height: 2rem;
  }
}
@media (min-width: 640px){
  .sm\:hidden{
    display: none;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
  }
}
@media (min-width: 768px){
  .md\:inset-0{
    inset: 0px;
  }
  .md\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .md\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .md\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .md\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .md\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:-mr-4{
    margin-right: -1rem;
  }
  .md\:-mt-10{
    margin-top: -2.5rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-32{
    margin-bottom: 8rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:ml-1{
    margin-left: 0.25rem;
  }
  .md\:ml-6{
    margin-left: 1.5rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-2{
    height: 0.5rem;
  }
  .md\:h-80{
    height: 20rem;
  }
  .md\:h-96{
    height: 24rem;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-1\/5{
    width: 20%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-2{
    width: 0.5rem;
  }
  .md\:w-2\.5{
    width: 0.625rem;
  }
  .md\:w-2\/12{
    width: 16.666667%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-9\/12{
    width: 75%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-sm{
    max-width: 24rem;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:max-w-xs{
    max-width: 20rem;
  }
  .md\:flex-grow{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .md\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .md\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .md\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md\:justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-5{
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .md\:gap-x-6{
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .md\:gap-y-10{
    row-gap: 2.5rem;
  }
  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\: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));
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:rounded{
    border-radius: 0.25rem;
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
    background-image: -webkit-linear-gradient(top, var(--tw-gradient-stops));
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .md\:bg-cover{
    background-size: cover;
  }
  .md\:bg-center{
    background-position: center;
  }
  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-4{
    padding-left: 1rem;
  }
  .md\:pr-5{
    padding-right: 1.25rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-14{
    padding-top: 3.5rem;
  }
  .md\:pt-2{
    padding-top: 0.5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-40{
    padding-top: 10rem;
  }
  .md\:pt-5{
    padding-top: 1.25rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-2xl{
    font-size: 1.33rem;
  }
  .md\:text-3xl{
    font-size: 1.5rem;
  }
  .md\:text-4xl{
    font-size: 1.7rem;
  }
  .md\:text-5xl{
    font-size: 2rem;
  }
  .md\:text-6xl{
    font-size: 2.25rem;
  }
  .md\:text-8xl{
    font-size: 3rem;
  }
  .md\:text-base{
    font-size: 1rem;
  }
  .md\:text-xl{
    font-size: 1.2rem;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:uppercase{
    text-transform: uppercase;
  }
  .md\:leading-7{
    line-height: 1.75rem;
  }
  .md\:tracking-widest{
    letter-spacing: .4em;
  }
  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\: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);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1024px){
  .lg\:visible{
    visibility: visible;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:float-right{
    float: right;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:-mt-40{
    margin-top: -10rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:inline-flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-3\/6{
    width: 50%;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-44{
    width: 11rem;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-56{
    width: 14rem;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-72{
    width: 18rem;
  }
  .lg\:w-80{
    width: 20rem;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-2xl{
    max-width: 42rem;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-none{
    grid-template-rows: none;
  }
  .lg\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lg\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lg\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lg\:content-center{
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .lg\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lg\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lg\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg\:gap-32{
    gap: 8rem;
  }
  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:rounded{
    border-radius: 0.25rem;
  }
  .lg\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(45 55 72 / var(--tw-bg-opacity));
  }
  .lg\:bg-contain{
    background-size: contain;
  }
  .lg\:bg-right-bottom{
    background-position: right bottom;
  }
  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }
  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pl-24{
    padding-left: 6rem;
  }
  .lg\:pr-24{
    padding-right: 6rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-2xl{
    font-size: 1.33rem;
  }
  .lg\:text-7xl{
    font-size: 2.5rem;
  }
  .lg\:text-8xl{
    font-size: 3rem;
  }
  .lg\:text-base{
    font-size: 1rem;
  }
  .lg\:leading-7{
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:pb-8{
    padding-bottom: 2rem;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(74 85 104 / var(--tw-divide-opacity));
  }
  .dark\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgb(160 174 192 / var(--tw-border-opacity));
  }
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(113 128 150 / var(--tw-border-opacity));
  }
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(74 85 104 / var(--tw-border-opacity));
  }
  .dark\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(113 128 150 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(74 85 104 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(45 55 72 / var(--tw-bg-opacity));
  }
  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity));
  }
  .dark\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity));
  }
  .dark\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity));
  }
  .dark\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity));
  }
  .dark\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity));
  }
  .dark\:ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748;
  }
  .dark\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(45 55 72 / var(--tw-bg-opacity));
  }
  .dark\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

/*# sourceMappingURL=main.css.map*/