@font-face {
  font-family: Ubuntu;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url(https://hcfwer.com/cdn/fonts/ubuntu/ubuntu_n4.2c466c9d72970fbeeea5774a5658b256f03b28fd.woff2?h1=Yjg0NWFlLTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=aGNmd2VyLmNvbQ&h3=YWNjb3VudC5oY2Z3ZXIuY29t&hmac=337d92e7a62258a2cf825acd9f8c80f939f6737b991b43bf9b2066924d85b196)
      format("woff2"),
    url(https://hcfwer.com/cdn/fonts/ubuntu/ubuntu_n4.7d58d3bbaa6e4145f1df3f31b336b0f96f56885c.woff?h1=Yjg0NWFlLTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=aGNmd2VyLmNvbQ&h3=YWNjb3VudC5oY2Z3ZXIuY29t&hmac=29a727177bd8fa398e16df18290cf11bb3415a11123a05b2ec02e4c6979262be)
      format("woff");
}
:root {
  --bs-primary: #0056b3;
  --bs-primary-rgb: 0, 86, 179;
  --bs-secondary: #878787;
  --bs-secondary-rgb: 135, 135, 135;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-body-color: #ffffff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-container-max-width: 1350px;
  --bs-border-radius: 0.3rem;
  --bs-body-font-family:
    "system_ui", -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-weight: 400;
  --bs-body-font-size: rem;
  --bs-headings-font-family: Ubuntu, sans-serif;
  --bs-headings-font-weight: 400;
  --bs-headings-text-transform: uppercase;
  --bs-dialog-backdrop-color-rgb: 33, 37, 41;
  --bs-dialog-backdrop-opacity: 50%;
  --bs-dialog-backdrop-blur: 5px;
  --bs-dialog-header-bg-color-rgb: var(--bs-secondary-rgb);
  --bs-dialog-header-bg-opacity: 5%;
  --bs-dialog-header-text-color: body-color;
  --bs-dialog-header-border-width: 1px;
  --bs-dialog-header-border-color-rgb: var(--bs-secondary-rgb);
  --bs-dialog-header-border-opacity: 10%;
  --bs-dialog-header-title-font-size: 1.3em;
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-md: 0 0.25rem 0.5rem rgba(var(--bs-body-color-rgb), 0.125);
  --bs-box-shadow-lg: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.125);
  --bs-box-shadow: var(--bs-box-shadow-md);
}
.btn {
  --bs-btn-font-size: 1rem;
  --bs-btn-text-transform: none;
  --bs-btn-font-family-new: var(--bs-body-font-family);
  --bs-btn-font-weight: 500;
  --bs-btn-letter-spacing: 0.05rem;
  --bs-btn-bg-gradient: var(--bs-gradient);
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.3rem;
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}

:root {
  --bs-link-color: currentColor;
  --bs-link-color-rgb: currentColor;
  --bs-link-hover-color: currentColor;
  --bs-link-hover-color-rgb: currentColor;
  --bs-border-color: rgba(var(--bs-body-color-rgb), 0.1);
}
.title {
  margin-bottom: 0.25rem;
}
.title-border-bottom span {
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 1);
  display: inline-block;
  padding-bottom: 0.25rem;
}
.subtitle {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  opacity: 0.75;
  margin-bottom: 0.25rem;
}
.description {
  margin-bottom: 1.4rem;
}
.shadow-md {
  box-shadow: var(--bs-box-shadow-md);
}
.container {
  max-width: var(--bs-container-max-width);
}
.bg-primary {
  --bg-color-rgb: var(--bs-primary-rgb);
}
.bg-secondary {
  --bg-color-rgb: var(--bs-secondary-rgb);
}
.bg-body {
  --bg-color-rgb: var(--bs-body-bg-rgb);
}
.bg-white {
  --bg-color-rgb: var(--bs-white-rgb);
}
.text-primary {
  --text-color-rgb: var(--bs-primary-rgb);
}
.text-secondary {
  --text-color-rgb: var(--bs-secondary-rgb);
}
.text-body {
  --text-color-rgb: var(--bs-body-color-rgb);
}
.text-white {
  --text-color-rgb: var(--bs-white-rgb);
}
.border-body {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-body-color-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.heading {
  font-family: var(--bs-headings-font-family);
}
.btn {
  --bs-btn-font-family: var(--bs-btn-font-family-new);
  font-weight: var(--bs-btn-font-weight);
  text-transform: var(--bs-btn-text-transform);
  letter-spacing: var(--bs-btn-letter-spacing);
  background-image: var(--bs-btn-bg-gradient);
}
.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 0.9);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), 0.9);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), 0.8);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), 0.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 1);
}
.btn-secondary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), 0.9);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), 0.9);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), 0.8);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), 0.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb), 1);
}
.btn-white {
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: rgba(var(--bs-white-rgb), 0.9);
  --bs-btn-hover-border-color: rgba(var(--bs-white-rgb), 0.9);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: var(--bs-body-color);
  --bs-btn-active-bg: rgba(var(--bs-white-rgb), 0.8);
  --bs-btn-active-border-color: rgba(var(--bs-white-rgb), 0.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-body-color);
  --bs-btn-disabled-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-white-rgb), 1);
}
.btn-light-primary {
  --bs-btn-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), 0.1);
  --bs-btn-hover-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 0.2);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), 0.2);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), 0.3);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), 0.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 0.1);
}
.btn-light-secondary {
  --bs-btn-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-secondary-rgb), 0.1);
  --bs-btn-border-color: rgba(var(--bs-secondary-rgb), 0.1);
  --bs-btn-hover-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), 0.2);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), 0.2);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), 0.3);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), 0.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-secondary-rgb), 0.1);
  --bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb), 0.1);
}
.btn-light-white {
  --bs-btn-color: rgba(var(--bs-white-color-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-white-rgb), 0.1);
  --bs-btn-border-color: rgba(var(--bs-white-rgb), 0.1);
  --bs-btn-hover-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-white-rgb), 0.2);
  --bs-btn-hover-border-color: rgba(var(--bs-white-rgb), 0.2);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-white-rgb), 0.3);
  --bs-btn-active-border-color: rgba(var(--bs-white-rgb), 0.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-white-rgb), 0.1);
  --bs-btn-disabled-border-color: rgba(var(--bs-white-rgb), 0.1);
}
.btn-outline-primary {
  --bs-btn-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-whtie);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 1);
}
.btn-outline-secondary {
  --bs-btn-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-whtie);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb), 1);
}
.btn-outline-white {
  --bs-btn-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: var(--bs-body-color);
  --bs-btn-active-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-white-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-body-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-white-rgb), 1);
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: rgba(var(--bs-primary-rgb), 0.6);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 var(--bs-body-color);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  text-decoration: underline;
}
.btn-sm {
  font-size: 0.9rem;
  --bs-btn-padding-x: 0.8rem;
  --bs-btn-padding-y: 0.2rem;
  border-radius: var(--bs-border-radius);
}
.btn-lg {
  font-size: 1.2rem;
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-padding-y: 0.4rem;
  border-radius: var(--bs-border-radius);
}
.btn.loading {
  position: relative;
  text-indent: -9999rem;
}
.btn.loading svg {
  display: none;
}
.btn.loading:after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.55rem 0 0 -0.55rem;
  border-radius: 50%;
  border: 0.15rem solid currentcolor;
  border-right-color: transparent;
  animation: spinner-border 0.75s linear infinite;
}
.btn.loading.btn-sm:after {
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
}
.btn.loading.btn-lg:after {
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.7rem 0 0 -0.7rem;
}
.carousel {
  --caption-color-rgb: var(--text-color-rgb, 255, 255, 255);
}
.carousel-item {
  transition-duration: var(--transition-duration, 0.6s);
}
.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  padding: 0.5rem;
  color: currentColor;
  opacity: 1;
  border: 1px solid rgba(var(--caption-color-rgb), 0.25);
  color: rgba(var(--caption-color-rgb), 0.5);
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: rgba(var(--caption-color-rgb), 1);
  background-color: rgba(var(--caption-color-rgb), 0.1);
  border-color: rgba(var(--caption-color-rgb), 0.5);
  opacity: 1;
}
.carousel-control-prev:focus-visible,
.carousel-control-next:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(var(--caption-color-rgb), 0.25);
}
.carousel-control-prev {
  left: 1rem;
}
.carousel-control-next {
  right: 1rem;
}
.carousel-control-prev svg,
.carousel-control-next svg {
  transition: all 0.2s ease-out;
}
.carousel-control-prev:hover svg,
.carousel-control-prev:focus svg {
  transform: translate(-2px);
}
.carousel-control-next:hover svg,
.carousel-control-next:focus svg {
  transform: translate(2px);
}
.carousel-indicators [data-bs-target] {
  background-color: rgba(var(--caption-color-rgb), 0.2) !important;
  opacity: 1;
}
.carousel-indicators [data-bs-target] span {
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(var(--caption-color-rgb), 1);
}
.carousel-indicators [data-bs-target].active span {
  animation: carousel_indicator_autoplay 4s linear both;
  animation-duration: var(--duration);
}
@keyframes carousel_indicator_autoplay {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.carousel[data-bs-ride="false"] [data-bs-target].active span {
  width: 100% !important;
}
.carousel-caption {
  color: rgba(var(--caption-color-rgb), 1);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.carousel-caption-inner {
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
.carousel-caption.carousel-caption-center {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.carousel-caption.carousel-caption-bottom {
  bottom: 2.25rem;
}
.carousel-zoom-in .carousel-item {
  overflow: hidden;
}
.carousel-zoom-in .carousel-item.active img,
.carousel-zoom-in .carousel-item.active video {
  animation: carousel_zoom_in 1s ease-out both;
}
.carousel-zoom-out .carousel-item img,
.carousel-zoom-out .carousel-item video {
  transform: scale(1.2);
}
.carousel-zoom-out .carousel-item.active img,
.carousel-zoom-out .carousel-item.active video {
  animation: carousel_zoom_out 1s ease-out both;
}
@keyframes carousel_zoom_in {
  to {
    transform: scale(1.2);
  }
}
@keyframes carousel_zoom_out {
  to {
    transform: scale(1);
  }
}
.carousel-full-screen-indicator {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.2s ease-out;
}
.has-scrolled .carousel-full-screen-indicator {
  opacity: 0;
  transform: translate(-50%, -50%);
}
.carousel-indicators + .carousel-full-screen-indicator {
  bottom: 3.5rem;
}
.carousel-full-screen-indicator-border {
  width: 24px;
  height: 42px;
  border: 1.5px solid rgba(var(--bs-white-rgb), 0.25);
  border-radius: 12px;
  position: relative;
  text-align: center;
}
.carousel-full-screen-indicator-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: #fff;
  border-radius: 50%;
  animation: 1.6s ease infinite carousel_full_screen_indicator;
}
@keyframes carousel_full_screen_indicator {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  to {
    margin-top: 20px;
    opacity: 0;
  }
}
hr {
  opacity: 0.1;
  background-color: currentColor;
  border: none;
  height: 1px;
  margin: 0;
}
.form-control,
.form-select {
  color: var(--bs-body-color);
  border-color: var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-control:focus,
.form-select:focus {
  color: var(--bs-body-color);
  border-color: rgba(var(--bs-primary-rgb), 1);
  box-shadow: var(--bs-focus-box-shadow);
}
.text-white .form-control:focus,
.text-white .form-select:focus {
  box-shadow: 0 0 0 0.25rem #ffffff1a;
}
.form-label {
  margin-bottom: 0.375rem;
}
.input-group-text {
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
  border-radius: var(--bs-border-radius);
}
.form-check-input {
  background-color: var(--bs-body-bg);
  border-color: rgba(var(--bs-body-color-rgb), 0.75);
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.form-check-input:focus {
  border-color: rgba(var(--bs-primary-rgb), 0.5);
  box-shadow: var(--bs-focus-box-shadow);
}
.nav {
  --bs-nav-link-padding-x: 0.75rem;
  --bs-nav-link-padding-y: 0.375rem;
  --bs-nav-link-color: currentColor;
  --bs-nav-link-hover-color: currentColor;
}
.nav-link {
  border-radius: var(--bs-border-radius);
}
.nav-link:hover,
.nav-link:focus {
  background-color: rgba(var(--text-color-rgb), 0.05);
}
.nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(var(--text-color-rgb), 0.15);
}
.nav-link.active {
  background-color: rgba(var(--text-color-rgb), 0.05);
}
.nav-link:active {
  background-color: rgba(var(--text-color-rgb), 0.1);
}
.nav-link-icon,
.btn-icon {
  position: relative;
  display: inline-flex;
  padding: 0.65rem;
  border-radius: 50rem;
  background-image: none;
}
.nav-link-icon:hover,
.nav-link-icon:focus,
.btn-icon:hover,
.btn-icon:focus {
  background-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 0.05);
}
.nav-link-icon:active,
.btn-icon:active,
:not(.btn-check) + .btn-icon:active {
  background-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 0.1);
  border-color: transparent;
}
.nav-tabs .nav-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-brand img {
  transition: all 0.2s ease-out;
}
.navbar-brand:hover img,
.navbar-brand:focus img {
  opacity: 0.85;
}
.dropdown-menu {
  --bs-dropdown-border-color: var(--bs-border-color);
  --bs-dropdown-link-hover-bg: rgba(var(--bs-body-color-rgb), 0.05);
  --bs-dropdown-link-active-bg: rgba(var(--bs-body-color-rgb), 0.1);
  --bs-dropdown-link-active-color: currentColor;
  --bs-dropdown-spacer: 0.25rem;
  --bs-dropdown-divider-bg: var(--bs-border-color);
}
.dropdown-menu.show:not([data-popper-placement]) {
  animation: dropdown-menu-aninatiom 0.2s ease-out;
}
@keyframes dropdown-menu-aninatiom {
  0% {
    transform: translateY(0.375rem);
  }
  to {
    transform: translateY(0);
  }
}
.dropdown-toggle:after {
  margin-left: 0.1em;
  vertical-align: 0.15rem;
}
.dropdown-item {
  position: relative;
  font-size: 0.9rem;
  transition: all 0.2s ease-out;
}
.dropdown-divider {
  margin-left: var(--bs-dropdown-item-padding-x);
  margin-right: var(--bs-dropdown-item-padding-x);
  opacity: 1;
}
.dropdown-item-title {
  font-size: 1rem;
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headings-font-weight);
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}
.dropdown-megamenu {
  width: 100%;
  padding: 0.5rem 0 1rem;
  margin-top: 0 !important;
  border: none;
  border-bottom-style: solid;
  border-radius: 0;
}
.dropdown-megamenu .dropdown-item {
  border-radius: var(--bs-border-radius);
}
.badge.badge-circle {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  position: absolute;
  top: 0.327rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  animation: badge_circle 0.4s ease-out both;
  animation-delay: 0.4s;
  background-color: rgba(var(--text-color-rgb));
  color: rgba(var(--bg-color-rgb));
}
.badge.badge-circle[data-count="0"] {
  visibility: hidden;
}
@keyframes badge_circle {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.25);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal {
  --bs-modal-header-padding: 0.75rem 1rem;
  --bs-modal-footer-border-color: rgba(
    var(--bs-dialog-header-border-color-rgb),
    var(--bs-dialog-header-border-opacity)
  );
  --bs-modal-border-radius: var(--bs-border-radius);
}
.modal-dialog {
  padding-left: 1rem;
  padding-right: 1rem;
}
.offcanvas {
  --bs-offcanvas-padding-y: 0.75rem;
  --bs-modal-footer-border-color: rgba(
    var(--bs-dialog-header-border-color-rgb),
    var(--bs-dialog-header-border-opacity)
  );
}
.modal-backdrop,
.offcanvas-backdrop {
  background-color: rgba(
    var(--bs-dialog-backdrop-color-rgb),
    var(--bs-dialog-backdrop-opacity)
  );
  -webkit-backdrop-filter: blur(var(--bs-dialog-backdrop-blur));
  backdrop-filter: blur(var(--bs-dialog-backdrop-blur));
}
.modal-backdrop.show,
.offcanvas-backdrop.show {
  opacity: 1;
}
.modal-content,
.offcanvas {
  border: none !important;
  box-shadow: 0 0 1rem rgba(var(--bs-dialog-backdrop-color-rgb), 0.25);
}
.modal-header,
.offcanvas-header {
  background-color: rgba(
    var(--bs-dialog-header-bg-color-rgb),
    var(--bs-dialog-header-bg-opacity)
  );
  color: var(--bs-dialog-header-text-color);
  border-bottom-style: solid;
  border-bottom-width: var(--bs-dialog-header-border-width);
  border-bottom-color: rgba(
    var(--bs-dialog-header-border-color-rgb),
    var(--bs-dialog-header-border-opacity)
  );
}
.offcanvas-footer {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(
    var(--bs-dialog-header-border-color-rgb),
    var(--bs-dialog-header-border-opacity)
  );
}
.modal-title,
.offcanvas-title {
  font-size: var(--bs-dialog-header-title-font-size);
}
.offcanvas-backdrop {
  cursor:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E")
      24 24,
    pointer;
}
@media (max-width: 599px) {
  .offcanvas {
    --bs-offcanvas-width: 360px;
  }
  .modal-dialog {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.btn-close {
  --bs-btn-close-opacity: 0.75;
  --bs-btn-close-hover-opacity: 1;
  background: none;
  width: auto;
  height: auto;
  display: inline-flex;
  transition: all 0.2s ease-out;
  color: currentColor;
}
.btn-close:hover,
.btn-close:focus {
  transform: scale(1.1);
  color: currentColor;
}
.btn-close:focus {
  box-shadow: none;
}
.btn-close:focus-visible {
  outline: none;
  box-shadow: var(--bs-focus-box-shadow);
}
.alert {
  padding: 0.75rem 1rem;
  line-height: normal;
  font-weight: 500;
}
.alert-dismissible .btn-close {
  color: currentColor;
  padding: 0.75rem;
  margin-right: -1rem;
  margin-left: 0.5rem;
  position: relative;
  top: auto;
  left: auto;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary);
  --bs-alert-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-alert-border-color: rgba(var(--bs-primary-rgb), 0.5);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary);
  --bs-alert-bg: rgba(var(--bs-secondary-rgb), 0.1);
  --bs-alert-border-color: rgba(var(--bs-secondary-rgb), 0.5);
}
.popover {
  --bs-popover-border-color: var(--bs-border-color);
  --bs-popover-header-bg: rgba(var(--bs-body-color-rgb), 0.05);
  box-shadow: var(--bs-box-shadow-sm);
}
.list-group {
  --bs-list-group-action-color: var(--bs-body-color);
  --bs-list-group-action-hover-color: var(--bs-body-color);
  --bs-list-group-action-hover-bg: rgba(var(--bs-primary-rgb), 0.05);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-light-darken-5);
  --bs-list-group-active-color: var(--bs-primary);
  --bs-list-group-active-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-list-group-active-border-color: rgba(var(--bs-primary-rgb), 0.1);
}
.list-group-item-action {
  transition: all 0.2s ease-out;
}
.list-group-item-action:focus-visible {
  outline: none;
  box-shadow: var(--bs-focus-box-shadow);
}
.collapse-wrapper {
  border-top: 1px solid
    rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 0.1);
}
.collapse-wrapper:last-child {
  border-bottom: 1px solid
    rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 0.1);
}
.collapse-wrapper [data-bs-toggle="collapse"] {
  position: relative;
  background: none;
  border: none;
  padding: 0.75rem 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  text-align: left;
  color: currentColor;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collapse-wrapper [data-bs-toggle="collapse"] svg.svg-icon-chevron-down {
  margin-right: 0.125rem;
  transition: all 0.2s ease-out;
}
.collapse-wrapper
  [data-bs-toggle="collapse"][aria-expanded="true"]
  svg.svg-icon-chevron-down {
  transform: rotate(-180deg);
}
.collapse-wrapper [data-bs-toggle="collapse"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(var(--text-color-rgb), 0.25);
}
.collapse-wrapper .collapse-inner {
  padding: 0.25rem 0 1.75rem;
}
.accordion {
  --bs-accordion-btn-icon: var(--icon-chevron-down);
  --bs-accordion-btn-active-icon: var(--icon-chevron-up);
  --bs-accordion-btn-icon-width: 1.5rem;
  --bs-accordion-btn-focus-box-shadow: var(--bs-focus-box-shadow);
  --bs-accordion-active-color: var(--bs-primary);
  --bs-accordion-active-bg: rgba(var(--bs-primary-rgb), 0.05);
}
.accordion-button:after {
  --bs-accordion-btn-icon: var(--icon-chevron-down) !important;
  --bs-accordion-btn-active-icon: var(--icon-chevron-down) !important;
}
.accordion-button:focus:not(:focus-visible) {
  box-shadow: none;
}
.accordion-button:focus-visible {
  background-color: var(--bs-accordion-active-bg);
}
.card {
  --bs-card-border-color: var(--bs-border-color);
}
.img-thumbnail {
  position: relative;
  transition: background-color 0.2s ease-out;
}
.img-thumbnail-title {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  background-color: rgba(var(--bs-body-color-rgb), 0.5);
  color: #fff;
  text-align: center;
  line-height: 1.1;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  transition: background-color 0.2s ease-out;
}
a:hover .img-thumbnail-title {
  background-color: rgba(var(--bs-body-color-rgb), 0.75);
}
.progress {
  background-color: rgba(var(--bs-body-color-rgb), 0.1);
}
.progress-bar {
  background-color: var(--bs-primary);
}
.pagination {
  --bs-pagination-hover-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-pagination-active-color: var(--bs-primary);
  --bs-pagination-active-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-focus-bg: var(--bs-light);
  --bs-pagination-focus-box-shadow: var(--bs-focus-box-shadow);
}
.ratio-3x4 {
  --bs-aspect-ratio: 125%;
}
.ratio-9x16 {
  --bs-aspect-ratio: 143.75%;
}
.ratio-9x21 {
  --bs-aspect-ratio: 157.14%;
}
.ratio.adapt video {
  position: relative;
}
.swiper {
  --swiper-theme-color: var(--text-color-rgb, --bs-body-color-rgb);
  --swiper-navigation-size: 2rem;
  --swiper-navigation-color: rgb(var(--swiper-theme-color));
  --swiper-navigation-sides-offset: 0;
  --swiper-pagination-color: rgb(var(--swiper-theme-color));
  --swiper-pagination-right: 1rem;
  --swiper-pagination-bottom: 1rem;
  --swiper-pagination-bullet-horizontal-gap: 0.2rem;
  --swiper-pagination-bullet-vertical-gap: 0.2rem;
  --swiper-pagination-bullet-inactive-color: rgb(var(--swiper-theme-color));
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-fraction-color: rgb(var(--swiper-theme-color));
  --swiper-scrollbar-bg-color: rgba(var(--swiper-theme-color), 0.15);
  --swiper-scrollbar-drag-bg-color: rgba(var(--swiper-theme-color), 1);
  --swiper-scrollbar-sides-offset: 1%;
}
.swiper[data-controls-color="white"] {
  --swiper-theme-color: 255, 255, 255;
}
.swiper-button-prev,
.swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  transition: all 0.2s ease-out;
  opacity: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  background-color: transparent;
  opacity: 0.7;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 70%;
  height: 70%;
  transition: all 0.2s ease-out;
}
.swiper-button-prev:hover svg,
.swiper-button-prev:focus svg {
  transform: translate(-2px);
}
.swiper-button-next:hover svg,
.swiper-button-next:focus svg {
  transform: translate(2px);
}
.swiper-pagination-fraction {
  opacity: 0.75;
}
.swiper-pagination-bullet {
  border: 1px solid rgba(var(--swiper-theme-color), 1);
  background-color: transparent;
}
.swiper-pagination-bullet-active {
  background-color: rgba(var(--swiper-theme-color), 1);
}
.swiper-slider {
  display: block;
}
.swiper-slider .swiper {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.swiper-slider .swiper.swiper-initialized {
  opacity: 1;
}
.swiper-slider .swiper-controls {
  margin-top: 1rem;
  position: relative;
  min-height: var(--swiper-navigation-size);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.swiper-slider [class*="swiper-button"] {
  margin: 0;
  top: 0;
  bottom: 0;
}
.swiper-slider .swiper-button-prev {
  left: 0.5rem;
}
.swiper-slider .swiper-button-next {
  right: 0.5rem;
}
.swiper-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
}
.swiper-slider .swiper-pagination-bullets-dynamic {
  left: auto !important;
  transform: none !important;
  margin-bottom: 0.375rem;
}
.swiper-slider .swiper-scrollbar {
  max-width: 60vw;
  position: relative;
  bottom: auto;
  top: 0;
  left: auto;
  margin: 0 auto;
}
.swiper-slider .swiper-pagination + .swiper-scrollbar {
  margin-top: 0.375rem;
}
@media (max-width: 599px) {
  .swiper-slider[data-slider-partial-slides-mobile="true"] .container {
    padding: 0 !important;
    overflow: hidden;
  }
  .swiper-slider[data-slider-partial-slides-mobile="true"]
    .container
    > .swiper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .swiper-slider .swiper-scrollbar {
    max-width: 500px;
  }
}
.shopify-challenge__container {
  padding: 2rem;
}
.shopify-policy__container {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  max-width: 720px !important;
}
.errors ul {
  margin-bottom: 0;
}
.rte img {
  max-width: 100%;
  height: auto;
}
.rte p:last-child {
  margin-bottom: 0;
}
.fade-in-up {
  animation: fade_in_up 0.5s ease-out both;
}
.fade-in-down {
  animation: fade_in_down 0.5s ease-out both;
}
.zoom-in {
  animation: zoom_in 0.5s ease-out both;
}
@keyframes fade_in_up {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fade_in_down {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes zoom_in {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
#offcanvas-menu {
  box-shadow: none;
}
#offcanvas-menu .offcanvas-body {
  padding-top: 0;
  border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}
#offcanvas-menu .offcanvas-footer {
  border-top: none;
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}
#offcanvas-menu .social-icons {
  border-radius: 50rem;
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.accordion-nav {
  flex-direction: column;
}
.accordion-nav .nav-item {
  border-top: none;
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}
.accordion-nav .nav-link {
  padding: 0.75rem 0;
  border-radius: 0;
  background-color: transparent;
}
.accordion-nav .nav-link.active {
  background-color: transparent;
  color: var(--bs-primary);
}
.accordion-nav .nav-link[aria-expanded="true"] {
  border-bottom-color: transparent;
}
.accordion-nav .nav-link[data-bs-toggle="collapse"] {
  position: relative;
}
.accordion-nav .nav-link[data-bs-toggle="collapse"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--icon-chevron-down);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}
.accordion-nav
  .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion-nav .nav-link svg {
  margin-right: 0.5rem;
}
.accordion-nav .dropdown-item {
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5em;
  --bs-dropdown-item-border-radius: var(--bs-border-radius);
  --bs-dropdown-link-active-bg: trasparent;
  --bs-dropdown-link-active-color: var(--bs-primary);
}
.accordion-nav .nav {
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
  padding: 0.5rem 0;
  margin: 0 0 1rem;
  border-radius: var(--bs-border-radius);
}
.collections-nav {
  flex-wrap: nowrap;
  overflow: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.5rem 0;
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
}
.collections-nav .nav-item {
  width: 40vw;
  max-width: 200px;
  flex-shrink: 0;
}
.collections-nav .nav-item:first-child {
  margin-left: 0.5rem;
}
.collections-nav .nav-item:last-child {
  margin-right: 0.5rem;
}
[dir="rtl"] .collections-nav .nav-item:first-child {
  margin-left: 0;
  margin-right: 0.5rem;
}
.collections-nav .nav-link {
  font-size: 0.9rem;
  padding: 0.5rem;
  background: transparent;
}
.shopify-localization-form .list-group-item-action {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border: none;
  border-radius: var(--bs-border-radius);
}
.shopify-localization-form .localization-form-item-img {
  display: flex;
}
.shopify-localization-form .localization-form-item-text {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.payment-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.payment-icons svg {
  display: flex;
  height: 20px;
  width: 100%;
  margin: 0.1rem;
}
.payment-icons-text {
  display: block;
  line-height: normal;
  opacity: 0.7;
  margin-top: -0.3rem;
}
ul.social-icons {
  display: inline-flex;
  padding: 0;
  margin: 0;
}
ul.social-icons a {
  display: inline-flex;
  padding: 0.6rem;
  transition: all 0.2s ease-out;
}
ul.social-icons a:hover,
ul.social-icons a:focus {
  transform: scale(1.1);
}
ul.social-icons a:active {
  transform: scale(1.2);
}
.qty-input-wrapper {
  position: relative;
}
.qty-input-wrapper .btn {
  position: absolute;
  top: 0;
  padding: 0;
  width: 2rem;
  height: 100%;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.qty-input-wrapper .btn:focus-visible {
  box-shadow: var(--bs-focus-box-shadow);
}
.qty-input-wrapper .btn-qty-minus {
  left: 0;
}
.qty-input-wrapper .btn-qty-plus {
  right: 0;
}
.qty-input-wrapper .form-control {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 7rem;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.qty-input-wrapper .form-control-sm {
  width: 6rem;
}
.qty-input-wrapper .form-control-lg {
  width: 8rem;
}
.qty-input-wrapper .form-control::-webkit-outer-spin-button,
.qty-input-wrapper .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
#offcanvas-search .predictive-search {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.search-form .form-control-wrapper {
  position: relative;
}
.search-form .form-control-wrapper button[type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 2px);
  transition: all 0.2s ease-out;
  background-color: var(--bs-light);
  color: var(--bs-body-color);
  right: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-form .form-control-wrapper button[type="submit"]:hover,
.search-form .form-control-wrapper button[type="submit"]:focus {
  opacity: 1;
}
.search-form .form-control-wrapper .form-control {
  padding-right: 3.25rem;
}
.predictive-search-results .list-group-item {
  padding: 0;
  border-style: dotted;
}
.predictive-search-results .list-group-item-action {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
}
.predictive-search-results-queries-list mark {
  padding: 0;
  background-color: transparent;
  opacity: 1;
}
.predictive-search-results-queries-list span {
  opacity: 0.5;
}
.predictive-search-results-products-list .list-group-item {
  border: none;
}
.predictive-search-results-products-list .list-group-item-action {
  padding-left: 0;
  padding-right: 0;
}
.predictive-search-results-products-list .list-group-item-action:hover {
  background-color: transparent;
}
@media (max-width: 599px) {
  .offcanvas-search {
    width: 100% !important;
  }
}
.blog-header {
  border-top-style: solid;
  border-bottom-style: solid;
  text-align: center;
}
.blog-main {
  border-top-style: solid;
  border-bottom-style: solid;
}
.blog-utilities {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-card-link {
  text-decoration: none;
  color: currentColor;
}
.article-card-title {
  transition: color 0.2s ease-out;
}
.article-card-link:hover .article-card-title,
.article-card-link:focus .article-card-title {
  color: var(--bs-primary);
}
.article-card-img-wrapper img {
  width: 100%;
  transition: all 0.2s ease-out;
}
a:hover .article-card-img-wrapper img {
  opacity: 0.85;
}
.article-card-tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#offcanvas-blog-tags {
  width: 320px;
}
#offcanvas-blog-tags .list-group-item-action {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
body {
  background-color: #000 !important;
  color: #000 !important;
}
* {
  color: #b8b8b8 !important;
}
a {
  color: #fff !important;
}
.footer-links a {
  font-size: 0.75rem;
  color: #8e8e8e !important;
  text-decoration: none;
}
.footer-links a:hover {
  color: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #dadada !important;
}
input,
textarea {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #cccccc !important;
}
button,
.btn,
.btn-primary {
  color: #fff !important;
  background-color: #ff6f00 !important;
  border: none !important;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
button:hover,
.btn:hover,
.btn-primary:hover {
  background-color: #ff6f00 !important;
  color: #fff !important;
  box-shadow:
    0 0 15px #b34e00,
    0 0 25px #000;
}
button.secondary,
.btn.secondary,
.btn-secondary {
  background-color: #b0b0b0 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
button.secondary:hover,
.btn.secondary:hover,
.btn-secondary:hover {
  background-color: #a0a0a0 !important;
  color: #000 !important;
  box-shadow:
    0 0 15px #b0b0b066,
    0 0 25px #b0b0b033;
}
.site-header__logo img {
  margin-left: 20px;
}
body .announcement-bar {
  background-color: #000 !important;
}
body .announcement-bar,
body .announcement-bar .description,
body .announcement-bar .description a {
  color: #ff6f00 !important;
}
.site-header,
.header-wrapper,
.header,
.navbar,
.announcement-bar,
.featured-collection,
.featured-products,
.section-featured-products,
.index-section,
.shopify-section-featured-collection,
.template-product,
.product,
.product-section,
.main-content {
  background-color: #000 !important;
}
.template-product,
.template-product .product__media,
.template-product .product__media-wrapper,
.template-product .product-gallery,
.template-product .product-gallery__image-wrapper,
.template-product .product-gallery__slide,
.template-product figure,
.template-product .product__image-wrapper,
.product-single__photo,
.product-single__media,
.product__image,
.product__image-wrapper,
.product__media-item,
.product__media-item img,
.product-gallery img,
.product-gallery__image,
.slick-list,
.slick-track,
.slick-slide,
.slick-slide img,
.flickity-viewport,
.flickity-slider,
.flickity-slider .carousel-cell,
.carousel,
.carousel__slide,
.owl-carousel,
.owl-stage,
.owl-item,
.swiper-container,
.swiper-wrapper,
.swiper-slide,
.glider-track,
.glider-slide {
  background-color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
}
.template-product img,
.template-product picture,
.template-product picture img,
.template-product .product__image img,
.product-gallery img,
.slick-slide img,
.flickity-slider img,
.swiper-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.template-product *:before,
.template-product *:after {
  content: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
.template-product [style*="border"] {
  border: none !important;
}
.template-product [style*="background"] {
  background: transparent !important;
}
.template-product [style*="box-shadow"] {
  box-shadow: none !important;
}
.template-product svg {
  stroke: none !important;
  fill: none !important;
}
.slick-list,
.slick-track,
.flickity-viewport,
.flickity-slider,
.swiper-wrapper,
.glider-track {
  gap: 0 !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
}
.template-product img {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body,
html {
  overflow-x: visible !important;
}
.button--secondary {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  max-width: none;
}
@media screen and (max-width: 768px) {
  body,
  html {
    overflow-x: visible !important;
  }
  .button--secondary {
    white-space: nowrap;
    max-width: none;
  }
}
body,
html {
  overflow-x: visible;
}
#shopify-section-announcement-bar,
.shopify-section--announcement-bar,
.site-header,
.header-wrapper,
.header,
.announcement-bar,
.announcement-bar__wrapper,
.announcement-bar__inner,
.announcement-bar__content,
.announcement-bar .container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
  padding: 0.4rem 0.75rem !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  background-color: #000 !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.announcement-bar * {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}
.announcement-bar input,
.announcement-bar textarea,
.announcement-bar button,
.announcement-bar .btn {
  display: inline-block !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0.25rem 0.5rem !important;
  background: transparent !important;
  color: #fff !important;
  border: none !important;
}
#shopify-section-announcement-bar:before,
#shopify-section-announcement-bar:after,
.announcement-bar:before,
.announcement-bar:after,
.announcement-bar *:before,
.announcement-bar *:after {
  content: none !important;
  background: transparent !important;
  height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

#header-group {
  transition: transform 0.4s ease-out;
}
#header-group.hide {
  transform: translateY(-100%);
}
.announcement-bar {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden;
}
.announcement-bar .description {
  text-align: center;
  margin: 0;
}
.announcement-bar .description a {
  color: currentColor;
  transition: all 0.2s ease-out;
}
.announcement-bar .description a:hover,
.announcement-bar .description a:focus {
  opacity: 0.75;
}
.announcement-bar .carousel {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.announcement-bar .carousel-control {
  background-color: transparent;
  border-color: transparent;
}
.announcement-bar .carousel-control-prev {
  left: -1.25rem;
}
.announcement-bar .carousel-control-next {
  right: -1.25rem;
}
#navbar-wrapper {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
  transition: background-color 0.2s ease-out;
}
#navbar-wrapper.shadow {
  box-shadow: 0 0.125rem 0.25rem #00000013;
}
#navbar-wrapper .navbar-logo {
  display: flex;
  font-size: 1.5rem;
  text-decoration: none;
  color: currentColor;
  transition: all 0.2s ease;
}
#navbar-wrapper .navbar-logo:hover,
#navbar-wrapper .navbar-logo:focus {
  opacity: 0.75;
}
.nav-desktop-menu .nav-item {
  padding: 0 0.075rem;
}
.svg-icon-menu line {
  opacity: 1;
  transform: rotate(0) translateY(0) translate(0);
  transition:
    transform 0.3s ease-in-out,
    opacity 0.2s ease-in-out;
}
.svg-icon-menu-close line:nth-child(1) {
  transform: rotate(45deg) translate(6px, -12px);
}
.svg-icon-menu-close line:nth-child(2) {
  opacity: 0;
}
.svg-icon-menu-close line:nth-child(3) {
  transform: rotate(-45deg) translate(-12px);
}
body #main:after,
body #footer-group:after {
  content: "";
  transition: all 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(
    var(--bs-dialog-backdrop-color-rgb),
    var(--bs-dialog-backdrop-opacity)
  );
  -webkit-backdrop-filter: blur(var(--bs-dialog-backdrop-blur));
  backdrop-filter: blur(var(--bs-dialog-backdrop-blur));
}
body.navbar-dropdown-open #main,
body.navbar-dropdown-open #footer-group {
  position: relative;
  overflow: hidden;
}
body.navbar-dropdown-open #main:after,
body.navbar-dropdown-open #footer-group:after {
  animation: navbar_dropdown_open 0.4s ease-out both;
}
@keyframes navbar_dropdown_open {
  to {
    opacity: 1;
    visibility: visible;
  }
}
#footer {
  border-top-style: solid;
  border-bottom-style: solid;
}
#footer .footer-block .title span {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: linear-gradient(
    to right,
    rgba(var(--text-color-rgb), 0.1),
    transparent
  );
  border-radius: var(--bs-border-radius);
}
#footer .nav-link {
  transition: all 0.2s ease-out;
  background-color: transparent;
}
#footer .nav:hover .nav-link {
  opacity: 0.6;
}
#footer .nav:hover .nav-link:hover,
#footer .nav:hover .nav-link:focus {
  opacity: 1;
}
#footer .social-icons {
  border-radius: 50rem;
  background-color: rgba(var(--text-color-rgb), 0.05);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.hero-carousel {
  border-top-style: solid;
  border-bottom-style: solid;
}
.hero-carousel .media-wrapper img,
.hero-carousel .media-wrapper video {
  display: flex;
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.hero-carousel .media-wrapper {
  --opacity: 0;
  position: relative;
}
.hero-carousel .media-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(
    var(--overlay-color-rgb, 0, 0, 0),
    var(--overlay-opacity, 0.7)
  );
}
.hero-carousel .carousel-control-prev {
  left: 2%;
}
.hero-carousel .carousel-control-next {
  right: 2%;
}
.hero-carousel .carousel-caption .subtitle {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 0.4s;
}
.hero-carousel .carousel-caption .title {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 0.6s;
}
.hero-carousel .carousel-caption .description {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 0.8s;
}
.hero-carousel .carousel-caption .btn-wrapper {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 1s;
}
.image-overlay {
  position: relative;
}
.image-overlay img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.image-overlay .img-wrapper {
  --opacity: 0;
}
.image-overlay .img-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(
    var(--overlay-color-rgb, 0, 0, 0),
    var(--overlay-opacity, 0.7)
  );
  -webkit-backdrop-filter: blur(var(--overlay-blur, 0));
  backdrop-filter: blur(var(--overlay-blur, 0));
}
.image-overlay .title {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 0.2s;
}
.image-overlay .description {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 0.4s;
}
.featured-products,
.featured-collections {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}
.media-with-text {
  border-top-style: solid;
  border-bottom-style: solid;
}
.media-with-text img {
  width: 100%;
}
.media-with-text video {
  position: absolute;
  object-fit: cover;
}
.faq,
.richtext,
.contact-form-section,
.page-content,
.card-list {
  border-top-style: solid;
  border-bottom-style: solid;
}
.card-slider,
.html-section {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}
.newsletter {
  border-top-style: solid;
  border-bottom-style: solid;
}
.newsletter-form .form-floating .form-floating-icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  opacity: 0.5;
  z-index: 3;
  color: var(--bs-body-color);
}
.newsletter-form .form-floating input {
  padding-left: 3rem;
}
.newsletter-form .form-floating label {
  padding-left: 3rem;
  color: var(--bs-body-color);
}
.newsletter-form .form-floating input:focus + label {
  transform: scale(0.85) translateY(-0.5rem) translate(0.5rem);
}
.newsletter-form .form-floating button {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  z-index: 3;
  height: calc(100% - 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-trust-badges-item {
  border-radius: var(--bs-border-radius);
}
.testimonials {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}
.testimonials .card {
  border-radius: 1.5rem;
  border-bottom-left-radius: 0;
}
.testimonials .card .svg-icon-star {
  fill: currentColor;
}
.blog-slider {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}
.announcement-bar {
  background-color: #23d929;
}
.announcement-bar,
.announcement-bar .description,
.announcement-bar .description a {
  color: #fff;
}

.product-sale-badge {
  background-color: var(--bs-success);
}
.product-sold-out-badge {
  background-color: var(--bs-body-color);
}
  .swiper-thumbs
  .swiper-slide-thumb-active
  .img-thumbnail {
  border-color: rgba(var(--color-text-rgb), 0.75);
}
  .swiper-thumbs
  .swiper-slide[data-media-type="video"]
  svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
@media (max-width: 599px) {
}
@media (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
.product-price s {
  display: inline-block;
  margin-right: 0.25rem;
  opacity: 0.5;
}
.product-price .badge {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
.product-card-price-compare {
  color: red;
  text-decoration: none;
  position: relative;
}
.product-card-price-compare::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: -0.1em;
  right: -0.1em;
  height: 0;
  border-top: 2px solid red;
}
.product-card-price-compare::before {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  left: -0.1em;
  right: -0.1em;
  height: 0;
  border-top: 2px solid red;
}
.product-price-final-sale {
  color: var(--bs-success);
}
.text-white .product-price-final-sale {
  color: var(--bs-white);
}
.product-options {
  scroll-margin-top: 1rem;
}
.product-options.rounded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.product-options .color-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.product-options .color-swatches input + label {
  border-radius: 50rem;
  display: block;
  cursor: pointer;
  border: 1.5px solid rgba(var(--bs-body-color-rgb), 0.1);
  padding: 0.1rem;
  margin: 0.1rem;
}
.product-options .color-swatches input + label img {
  border-radius: 50rem;
  transition: all 0.2s ease-out;
}
.product-options .color-swatches input:checked + label {
  border-color: var(--bs-body-color);
}
.product-options .color-swatches input:focus-visible + label {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-body-color-rgb), 0.25);
}
.product-options .color-swatches input + label:hover img {
  opacity: 0.85;
}
.product-options .size-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.product-options .size-buttons input + label {
  display: block;
  cursor: pointer;
  border: 1.5px solid var(--bs-body-color);
  color: var(--bs-body-color);
  padding: 0.125rem 0.5rem;
  margin: 0.25rem;
  border-radius: var(--bs-border-radius);
  transition: all 0.2s ease-out;
}
.product-options .size-buttons input + label:hover {
  background-color: rgba(var(--bs-body-color-rgb), 0.1);
}
.product-options .size-buttons input:focus-visible + label {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs--body-color-rgb), 0.25);
}
.product-options .size-buttons input:checked + label {
  background-color: var(--bs-body-color);
  color: #fff;
}
.btn-atc,
.btn-buy,
.btn-quick-view {
  width: 100%;
}
.product-card-link {
  display: block;
  text-decoration: none;
  color: currentColor;
}
.product-card-link:focus-visible {
  outline: 0;
  box-shadow: var(--bs-focus-box-shadow);
}
.product-card-title {
  margin-bottom: 0.2em;
  transition: all 0.2s ease-out;
}
.product-card-link:hover .product-card-title,
.product-card-link:focus .product-card-title {
  opacity: 0.85;
}
.product-card-img-wrapper {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.product-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
}
a:hover .product-card-img-wrapper img {
  opacity: 0.8;
}
.product-card-img-wrapper .badge {
  position: absolute;
  z-index: 2;
  top: 0;
}
.product-card-img-wrapper .product-sale-badge[data-discount-type="percentage"] {
  top: -0.5rem;
  right: -0.5rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50rem;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .product-card-img-wrapper
    .product-sale-badge[data-discount-type="percentage"] {
    right: -0.375rem;
  }
}
.product-card-img-wrapper .product-sale-badge[data-discount-type="value"] {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-card-img-wrapper .product-sold-out-badge {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bs-body-color);
}
.product-card-img-wrapper .product-custom-badge {
  left: 0;
  top: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.product-card-btn-wishlist {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  z-index: 2;
  display: inline-flex;
  padding: 0.75rem;
  border-radius: 50rem;
  transition: all 0.2s ease-out;
  background: transparent;
  color: rgba(var(--controls-color-rgb), 1);
}
.product-card-btn-wishlist:hover,
.product-card-btn-wishlist:focus {
  color: rgba(var(--controls-color-rgb), 1);
  transform: scale(1.15);
}
.product-card-btn-wishlist:active,
.product-card-btn-wishlist.active {
  border-color: transparent !important;
}
.product-card-btn-wishlist.active svg {
  fill: var(--controls-color-rgb);
  stroke: var(--controls-color-rgb);
}
.product-card-btn-wishlist:focus-visible {
  box-shadow: var(--bs-focus-box-shadow);
}
.product-card .carousel {
  --transition-duration: 0.4s;
}
.product-card .carousel .carousel-control {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  background-color: rgba(var(--controls-color-rgb), 0.05);
  color: rgba(var(--controls-color-rgb), 1);
}
.product-card-color-swatches {
  position: absolute;
  bottom: 1.125rem;
  z-index: 2;
  width: 60%;
  left: 20%;
  display: flex;
  justify-content: center;
}
.product-card-color-swatches img {
  border-radius: 50rem;
  display: block;
  cursor: pointer;
  margin: 0.125rem;
}
.quick-view-modal .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  background: var(--bs-body-bg);
  border-radius: 50rem;
}
@media (max-width: 1199px) {
  .quick-view-modal .btn-close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    opacity: 0;
    transition: opacity 0.2s ease-out 0.3s;
  }
  .quick-view-modal.show .btn-close {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .quick-view-modal .modal-body .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .quick-view-modal .modal-body .row > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .quick-view-modal .product-title {
    margin-right: 2rem;
  }
}
@media (max-width: 575px) {
}
body .gslide-media {
  background-color: var(--bs-body-bg);
}
@media (min-width: 769px) {
}
body .shopify_subscriptions_fieldset {
  margin-bottom: 1rem;
}
body .shopify_subscriptions_app__title {
  font-size: 1.125rem;
  font-family: var(--bs-headings-font-family);
  margin-bottom: 0.5rem;
  text-align: center;
}
body .shopify_subscriptions_app_block_label {
  border: 0;
  margin: 0;
  padding: 0.75rem 1.25rem;
}
body .shopify_subscriptions_app_block_label label {
  display: flex;
  align-items: center;
}
body .shopify_subscriptions_app_block_label .form-check-input {
  margin: 0 0.5rem 0 0;
}
body .shopify_subscriptions_app_block_label ul {
  padding: 0.125rem 0 0 1rem;
}
body .shopify_subscriptions_app_block_label_children label {
  font-size: 0.9rem;
  margin: 0.125rem 0;
}
body .shopify_subscriptions_app_policy {
  font-size: 0.8rem;
  margin: 0.25rem 0 0;
  text-align: center;
  opacity: 0.7;
}
