﻿.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-regular,
.fa-classic {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

/*
.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: 'Font Awesome 6 Duotone'; }

.fasds,
.fa-sharp-duotone {
  font-family: 'Font Awesome 6 Sharp Duotone'; }

.fasds,
.fa-sharp-duotone {
  font-weight: 900; }

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: 'Font Awesome 6 Sharp'; }

.fass,
.fa-sharp {
  font-weight: 900; }

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

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

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

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

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

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: var(--fa-inverse, #fff); }
*/
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-angle-down::before {
  content: "\f107";
}

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

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

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

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

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-bag-shopping::before {
  content: "\f290";
}

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

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-basket-shopping-plus::before {
  content: "\e653";
}

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

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

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

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-chain::before {
  content: "\f0c1";
}

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

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

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

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

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

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

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

.fa-close::before {
  content: "\f00d";
}

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

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

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

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

.fa-display::before {
  content: "\e163";
}

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

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

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

.fa-face-smile::before {
  content: "\f118";
}

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

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

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

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

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

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

.fa-lock::before {
  content: "\f023";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

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

.fa-plus-square::before {
  content: "\f0fe";
}

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

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

.fa-rocket-launch::before {
  content: "\e027";
}

.fa-search::before {
  content: "\f002";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

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

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

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

.fa-square-minus::before {
  content: "\f146";
}

.fa-square-plus::before {
  content: "\f0fe";
}

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

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

.fa-truck::before {
  content: "\f0d1";
}

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

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

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

.fa-xmark::before {
  content: "\f00d";
}

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

.sr-only,
.fa-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;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/vendor/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("/vendor/fontawesome/webfonts/fa-light-300.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

.fab,
.fa-brands {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/vendor/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/vendor/fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
}
.fa-apple-pay::before {
  content: "\f415";
}

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

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

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

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

.fa-github::before {
  content: "\f09b";
}

.fa-google-pay::before {
  content: "\e079";
}

.fa-linkedin::before {
  content: "\f08c";
}

.fa-pinterest::before {
  content: "\f0d2";
}

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

.fa-youtube::before {
  content: "\f167";
}

.grey-10 {
  color: hsl(46.67, 10%, 10%);
}

.grey-20 {
  color: hsl(46.67, 10%, 20%);
}

.grey-30 {
  color: hsl(46.67, 10%, 30%);
}

.grey-40 {
  color: hsl(46.67, 10%, 40%);
}

.grey-50 {
  color: hsl(46.67, 10%, 50%);
}

.grey-60 {
  color: hsl(46.67, 10%, 60%);
}

.grey-70 {
  color: hsl(46.67, 10%, 70%);
}

.grey-80 {
  color: hsl(46.67, 10%, 80%);
}

.grey-90 {
  color: hsl(46.67, 10%, 90%);
}

@font-face {
  font-family: "Noto Sans";
  font-display: block;
  src: url("/fonts/NotoSans-Variable.woff2") format("woff2");
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.5s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #052c65;
  background-color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 20px;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
  background: hsl(46.67, 10%, 98%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(250, 250, 249) 100%);
  transition: transform 0.5s ease-in-out;
}

.accordion-button:focus {
  z-index: 3;
  background: hsl(46.67, 10%, 98%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(250, 250, 249) 100%);
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: #212529;
  border-top: 1px solid hsl(46.67, 10%, 60%) !important;
}

.accordion-body {
  padding: 16px 20px;
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #212529;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 5px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 16px 16px;
  color: #000;
}

.card-title {
  margin-bottom: 8px;
  color: #000;
}

.card-subtitle {
  margin-top: -4px;
  margin-bottom: 0;
  color: #000;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 16px;
}

.card-header {
  padding: 8px 16px;
  margin-bottom: 0;
  color: #000;
  background-color: rgba(33, 37, 41, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

.card-footer {
  padding: 8px 16px;
  color: #000;
  background-color: rgba(33, 37, 41, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.175);
}

.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

.card-header-tabs {
  margin-right: -8px;
  margin-bottom: -8px;
  margin-left: -8px;
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.card-header-pills {
  margin-right: -8px;
  margin-left: -8px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  border-radius: 4px;
}

.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-group > .card {
  margin-bottom: 9px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 6px;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 8px 0;
  margin: 0;
  font-size: 16px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 5px;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 2px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 16px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 5px;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #212529;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: rgba(33, 37, 41, 0.5);
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-menu.show {
  display: block;
}

.form-label {
  margin-bottom: 8px;
}

.form-text {
  margin-top: 4px;
  font-size: 0.875em;
  color: rgb(33, 37, 41);
}

.form-control {
  display: block;
  width: 100%;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #5e5957;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #014BB2;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::placeholder {
  color: rgb(33, 37, 41);
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 6px 12px;
  margin: -6px -12px;
  margin-inline-end: 12px;
  color: #212529;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9ecef;
}

.form-control-sm {
  min-height: 30.8px;
  padding: 2px 15px;
  font-size: 14px;
  border-radius: 20px;
}

.form-control-sm::file-selector-button {
  padding: 4px 8px;
  margin: -4px -8px;
  margin-inline-end: 8px;
}

textarea.form-control {
  min-height: 38px;
}

textarea.form-control-sm {
  min-height: 34px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 6px 36px 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), none;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  border: 1px solid #5e5957;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #014BB2;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 12px;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #212529;
}

.form-check {
  display: block;
  min-height: 24px;
  padding-left: 1.5em;
  margin-bottom: 2px;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #5e5957;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #014BB2;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid #5e5957;
  border-radius: 20px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -12px;
  margin-left: -12px;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0;
}

.col {
  flex: 1 0 0;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #5e5957;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 16px);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 16px);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 8px;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 16px 16px;
  border-bottom: 1px solid #5e5957;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.modal-header .btn-close {
  padding: 8px 8px;
  margin: -8px -8px -8px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 16px;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 12px;
  background-color: #fff;
  border-top: 1px solid #5e5957;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.modal-footer > * {
  margin: 4px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 16px;
  font-size: 20px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  color: black;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 8px;
  padding-left: 8px;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: #212529;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.175);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.175);
  transform: translateX(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: 16px 16px;
}

.offcanvas-header .btn-close {
  padding: 8px 8px;
  margin: -8px -8px -8px auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 16px 16px;
  overflow-y: auto;
}

.progress, .progress-stacked {
  display: flex;
  height: 16px;
  overflow: hidden;
  font-size: 12px;
  background-color: #e9ecef;
  border-radius: 5px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 32px;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 16px;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 8px;
  margin-left: 0;
}

blockquote {
  margin: 0 0 16px;
}

b, strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: #212529;
  background-color: #fff3cd;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: hsl(46.67, 10%, 10%);
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 16px;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(33, 37, 41);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: calc(20.4px + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 24px;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.table {
  width: 100%;
  margin-bottom: 16px;
  vertical-align: top;
  border-color: #5e5957;
}

.table > :not(caption) > * > * {
  padding: 8px 8px;
  color: #000;
  background-color: #fff;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.lead {
  font-size: 20px;
  font-weight: 300;
}

.display-3 {
  font-size: calc(24.4px + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 64px;
  }
}
.display-4 {
  font-size: calc(23.6px + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 56px;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 2px 4px rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 16px 512px rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.border {
  border: 1px solid #5e5957 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #5e5957 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #5e5957 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #5e5957 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #5e5957 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.m-5 {
  margin: 48px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-5 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 4px !important;
}

.me-2 {
  margin-right: 8px !important;
}

.me-3 {
  margin-right: 16px !important;
}

.me-4 {
  margin-right: 24px !important;
}

.me-5 {
  margin-right: 48px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 4px !important;
}

.ms-2 {
  margin-left: 8px !important;
}

.ms-3 {
  margin-left: 16px !important;
}

.ms-4 {
  margin-left: 24px !important;
}

.ms-5 {
  margin-left: 48px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.p-3 {
  padding: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

.p-5 {
  padding: 48px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-5 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 4px !important;
}

.pe-2 {
  padding-right: 8px !important;
}

.pe-3 {
  padding-right: 16px !important;
}

.pe-4 {
  padding-right: 24px !important;
}

.pe-5 {
  padding-right: 48px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pb-3 {
  padding-bottom: 16px !important;
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 4px !important;
}

.ps-2 {
  padding-left: 8px !important;
}

.ps-3 {
  padding-left: 16px !important;
}

.ps-4 {
  padding-left: 24px !important;
}

.ps-5 {
  padding-left: 48px !important;
}

.fs-1 {
  font-size: calc(22px + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(21.2px + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(20.8px + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(20.4px + 0.3vw) !important;
}

.fs-5 {
  font-size: 20px !important;
}

.fs-6 {
  font-size: 16px !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-black {
  color: black !important;
}

.text-white {
  color: white !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: rgb(33, 37, 41) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-black {
  background-color: black !important;
}

.bg-white {
  background-color: white !important;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 4px !important;
}

.rounded-2 {
  border-radius: 5px !important;
}

.rounded-3 {
  border-radius: 8px !important;
}

.rounded-4 {
  border-radius: 16px !important;
}

.rounded-5 {
  border-radius: 32px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .mb-md-5 {
    margin-bottom: 48px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 4px !important;
  }
  .ms-md-2 {
    margin-left: 8px !important;
  }
  .ms-md-3 {
    margin-left: 16px !important;
  }
  .ms-md-4 {
    margin-left: 24px !important;
  }
  .ms-md-5 {
    margin-left: 48px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 4px !important;
  }
  .ps-md-2 {
    padding-left: 8px !important;
  }
  .ps-md-3 {
    padding-left: 16px !important;
  }
  .ps-md-4 {
    padding-left: 24px !important;
  }
  .ps-md-5 {
    padding-left: 48px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .mb-lg-5 {
    margin-bottom: 48px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  .pt-lg-5 {
    padding-top: 48px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 4px !important;
  }
  .pe-lg-2 {
    padding-right: 8px !important;
  }
  .pe-lg-3 {
    padding-right: 16px !important;
  }
  .pe-lg-4 {
    padding-right: 24px !important;
  }
  .pe-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .pb-lg-5 {
    padding-bottom: 48px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .pe-xl-5 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 40px !important;
  }
  .fs-2 {
    font-size: 32px !important;
  }
  .fs-3 {
    font-size: 28px !important;
  }
  .fs-4 {
    font-size: 24px !important;
  }
}
.grey-10 {
  color: hsl(46.67, 10%, 10%);
}

.grey-20 {
  color: hsl(46.67, 10%, 20%);
}

.grey-30 {
  color: hsl(46.67, 10%, 30%);
}

.grey-40 {
  color: hsl(46.67, 10%, 40%);
}

.grey-50 {
  color: hsl(46.67, 10%, 50%);
}

.grey-60 {
  color: hsl(46.67, 10%, 60%);
}

.grey-70 {
  color: hsl(46.67, 10%, 70%);
}

.grey-80 {
  color: hsl(46.67, 10%, 80%);
}

.grey-90 {
  color: hsl(46.67, 10%, 90%);
}

@font-face {
  font-family: "Noto Sans";
  font-display: block;
  src: url("/fonts/NotoSans-Variable.woff2") format("woff2");
}
.grey-10 {
  color: hsl(46.67, 10%, 10%);
}

.grey-20 {
  color: hsl(46.67, 10%, 20%);
}

.grey-30 {
  color: hsl(46.67, 10%, 30%);
}

.grey-40 {
  color: hsl(46.67, 10%, 40%);
}

.grey-50 {
  color: hsl(46.67, 10%, 50%);
}

.grey-60 {
  color: hsl(46.67, 10%, 60%);
}

.grey-70 {
  color: hsl(46.67, 10%, 70%);
}

.grey-80 {
  color: hsl(46.67, 10%, 80%);
}

.grey-90 {
  color: hsl(46.67, 10%, 90%);
}

@font-face {
  font-family: "Noto Sans";
  font-display: block;
  src: url("/fonts/NotoSans-Variable.woff2") format("woff2");
}
.paging {
  list-style: none;
  position: relative;
  text-align: center;
}
.paging .page-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  margin: 0 5px;
  padding: 5px 10px;
}
.paging .page-link {
  box-shadow: none;
}
.paging .active {
  background-color: hsl(80, 70%, 70%);
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15) !important;
  color: hsl(46.67, 10%, 10%);
}
.paging .page-item a {
  color: hsl(46.67, 10%, 10%);
}

.topbar {
  background: #333;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 10px;
  width: 100%;
  overflow: hidden;
}
.topbar .telephone {
  font-size: 14px;
  text-transform: uppercase;
}
.topbar a {
  color: #fff !important;
}
.topbar .brands img {
  height: 18px;
  width: auto;
  margin-right: 20px;
}
.topbar .brands img:hover {
  filter: brightness(50%);
}
.topbar .brands ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar .brands ul li {
  display: list-item;
  margin: 0 10px;
}

.navcontainer {
  display: flex;
  justify-content: space-between; /* Space between columns */
  align-items: center; /* Vertically center all columns */
  padding: 20px 20px;
  /* Styling for the columns */
  /* Make outer columns wider */
  /* Make center column narrower */
  /* Right column alignment */
}
.navcontainer .column {
  display: flex;
}
.navcontainer .left, .navcontainer .right {
  flex: 2; /* Outer columns take more space */
}
.navcontainer .center {
  flex: 1; /* Center column takes less space */
  justify-content: center; /* Horizontally center content */
  align-items: center; /* Vertically center content */
  text-align: center;
  display: flex; /* Center the content using flex */
}
.navcontainer .right {
  justify-content: flex-end; /* Align content to the right */
  align-items: center; /* Vertically center content */
}

.grey-10 {
  color: hsl(46.67, 10%, 10%);
}

.grey-20 {
  color: hsl(46.67, 10%, 20%);
}

.grey-30 {
  color: hsl(46.67, 10%, 30%);
}

.grey-40 {
  color: hsl(46.67, 10%, 40%);
}

.grey-50 {
  color: hsl(46.67, 10%, 50%);
}

.grey-60 {
  color: hsl(46.67, 10%, 60%);
}

.grey-70 {
  color: hsl(46.67, 10%, 70%);
}

.grey-80 {
  color: hsl(46.67, 10%, 80%);
}

.grey-90 {
  color: hsl(46.67, 10%, 90%);
}

@font-face {
  font-family: "Noto Sans";
  font-display: block;
  src: url("/fonts/NotoSans-Variable.woff2") format("woff2");
}
.dropdown-menu a {
  cursor: pointer;
}
.dropdown-menu li {
  padding: 5px;
  font-size: 16px;
  list-style: none;
}
.dropdown-menu i {
  margin-right: 10px;
  color: hsl(80, 70%, 30%);
  display: inline-block;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  margin: 0 auto;
  list-style: none;
}
.navbar a:hover, .navbar a:focus {
  color: #1849e7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.navbar .nav-item {
  padding-right: 1.125rem;
}
.navbar .nav-item:hover .nav-link:not(.disabled), .navbar .nav-item:hover .nav-link:not(.disabled) > i {
  color: var(--cz-primary);
}
.navbar .nav-item.active .nav-link:not(.disabled) > i, .navbar .nav-item.show .nav-link:not(.disabled) > i, .navbar .nav-item.dropdown .nav-link:focus:not(.disabled) > i, .navbar .nav-item.active .nav-link:not(.disabled), .navbar .nav-item.show .nav-link:not(.disabled), .navbar .nav-item.dropdown .nav-link:focus:not(.disabled) {
  color: var(--cz-primary);
}
.navbar .dropdown-menu a {
  cursor: pointer;
}
.navbar .dropdown-menu li {
  padding: 5px;
  font-size: 16px;
  list-style: none;
}
.navbar .dropdown-menu li:first-child {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px !important;
  margin-top: 3px !important;
}
.navbar .dropdown-menu i {
  margin-right: 10px;
  color: hsl(80, 70%, 30%);
  display: inline-block;
}
.navbar .nav-link {
  display: block;
  transition: color 0.25s ease-in-out;
  color: #495569;
  font-size: 0.95rem;
  font-weight: normal;
  padding: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navbar .dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate; /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}
.navbar .nav-item.dropdown.dropdown-mega {
  position: static;
}
.navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
  border: 0;
  border-radius: 0;
  background-color: rgb(250, 250, 250);
  box-shadow: rgba(0, 0, 0, 0.05) 10.95px 10.95px 10.6px;
}
.navbar .navbar-brand {
  z-index: 1000;
}

.dropdownlink:hover .dropdown-menu {
  display: block;
}

.dropdown-menu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: normal;
  max-width: 100%;
}
.dropdown-menu-wrapper div {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: flex-start;
  order: 0;
  width: 300px;
  padding: 20px;
}
.dropdown-menu-wrapper div p {
  display: block;
  font-weight: 500;
  border-bottom: 2px solid hsl(80, 70%, 60%);
}
.dropdown-menu-wrapper div a {
  display: block;
  font-size: 15px;
  padding: 6px 0;
  color: hsl(46.67, 10%, 10%);
}
.dropdown-menu-wrapper div a:hover {
  color: hsl(46.67, 10%, 10%) !important;
}
.dropdown-menu-wrapper div small {
  color: hsl(80, 70%, 30%);
  margin-left: 5px;
}

.navbar-tool {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.navbar-tool-icon-box {
  color: #495569;
}

.navbar-tool .navbar-tool-label {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #3a5c00;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 200;
  text-align: center;
  line-height: 1.25rem;
}

.navbar-tool-icon-box.bg-secondary {
  background-color: #f3f5f9 !important;
}

.navbar-tool-icon-box {
  position: relative;
  width: 1.875rem;
  height: 2.875rem;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2.625rem;
  text-align: center;
}

.navbar-tool-text {
  color: #333;
}

.navbar-tool-text {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 0.875rem;
  transition: color 0.25s ease-in-out;
  font-size: 0.875rem;
  text-decoration: none !important;
  white-space: nowrap;
}

.navbar-tool-text small, .navbar-tool-text .small {
  display: block;
  margin-bottom: -0.125rem;
  font-size: 0.8em;
}

@media (min-width: 992px) {
  .navbar-tool-text {
    display: block;
  }
}
.navbar-tool-icon {
  font-size: 1.5rem;
  line-height: 2.875rem;
  color: #495569;
  height: 24px;
  fill: #495569;
}

.navbar-tool .navbar-tool-label {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #3a5c00;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
}

.navbar-tool .navbar-tool-tooltip {
  display: none;
}

.navbar-tool-text {
  color: #4b566b;
}

.navbar-tool-icon {
  font-size: 1.5rem;
  line-height: 2.875rem;
  color: #495569;
}

.offcanvas-body p {
  padding: 10px 0 10px 30px;
}
.offcanvas-body a {
  color: #495569;
}

.nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.nav-tabs li {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  text-align: center;
  padding: 0 0 10px 0 !important;
  margin: 0 !important;
  border-bottom: 3px solid hsl(46.67, 10%, 90%);
  position: relative;
}
.nav-tabs h1 {
  font-size: 20px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nav-tabs a {
  color: hsl(46.67, 10%, 30%);
}
.nav-tabs a:hover {
  color: hsl(80, 70%, 40%);
}
.nav-tabs .nav-tabs-active {
  font-weight: 600 !important;
  border-bottom: 3px solid #3a5c00;
}
.nav-tabs .nav-tabs-active h1, .nav-tabs .nav-tabs-active h2, .nav-tabs .nav-tabs-active h3, .nav-tabs .nav-tabs-active h4, .nav-tabs .nav-tabs-active h5, .nav-tabs .nav-tabs-active h6 {
  font-weight: 600 !important;
}

.grey-10 {
  color: hsl(46.67, 10%, 10%);
}

.grey-20 {
  color: hsl(46.67, 10%, 20%);
}

.grey-30 {
  color: hsl(46.67, 10%, 30%);
}

.grey-40 {
  color: hsl(46.67, 10%, 40%);
}

.grey-50 {
  color: hsl(46.67, 10%, 50%);
}

.grey-60 {
  color: hsl(46.67, 10%, 60%);
}

.grey-70 {
  color: hsl(46.67, 10%, 70%);
}

.grey-80 {
  color: hsl(46.67, 10%, 80%);
}

.grey-90 {
  color: hsl(46.67, 10%, 90%);
}

@font-face {
  font-family: "Noto Sans";
  font-display: block;
  src: url("/fonts/NotoSans-Variable.woff2") format("woff2");
}
.blog-list-item, .blog-list-item-alternate {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin: 0 0 30px 0;
  min-height: 250px;
  position: relative;
}
.blog-list-item a, .blog-list-item-alternate a {
  color: hsl(46.67, 10%, 10%);
}
.blog-list-item .blog-list-image, .blog-list-item-alternate .blog-list-image {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 25%;
}
.blog-list-item .blog-list-image img, .blog-list-item-alternate .blog-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list-item .blog-list-content, .blog-list-item-alternate .blog-list-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  order: 0;
}
.blog-list-item .blog-list-content .blog-list-featured, .blog-list-item-alternate .blog-list-content .blog-list-featured {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  justify-content: stretch;
  font-size: 18px;
  padding: 20px 50px 0 50px;
  margin: 0;
  order: 0;
}
.blog-list-item .blog-list-content .blog-list-title, .blog-list-item-alternate .blog-list-content .blog-list-title {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  padding: 20px 50px 10px 50px;
  order: 1;
}
.blog-list-item .blog-list-content .blog-list-title h2, .blog-list-item-alternate .blog-list-content .blog-list-title h2 {
  font-size: 28px !important;
}
.blog-list-item .blog-list-content .blog-list-text, .blog-list-item-alternate .blog-list-content .blog-list-text {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  padding: 0 50px 10px 50px;
  order: 2;
}
.blog-list-item .blog-list-content .blog-list-footer, .blog-list-item-alternate .blog-list-content .blog-list-footer {
  display: block;
  font-size: 14px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  border-top: 1px solid hsl(46.67, 10%, 90%);
  color: hsl(46.67, 10%, 30%);
  padding: 6px 50px 10px 50px;
  margin-top: 20px;
  order: 3;
}

.blog-list-item .blog-list-image {
  order: 1;
}
.blog-list-item .blog-list-image img {
  border-radius: 10px 0 0 10px;
  box-shadow: 10px 0 23px -17px rgba(0, 0, 0, 0.54);
}
.blog-list-item .blog-list-content {
  order: 2;
}

.blog-list-item-alternate .blog-list-image {
  order: 2;
}
.blog-list-item-alternate .blog-list-image img {
  border-radius: 0 10px 10px 0;
  box-shadow: -10px 0 23px -17px rgba(0, 0, 0, 0.54);
}
.blog-list-item-alternate .blog-list-content {
  order: 1;
}

@media (max-width: 960px) {
  .blog-list-item, .blog-list-item-alternate {
    flex-direction: column;
  }
  .blog-list-item .blog-list-image, .blog-list-item-alternate .blog-list-image {
    width: 100%;
    order: 1;
  }
  .blog-list-item .blog-list-image img, .blog-list-item-alternate .blog-list-image img {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 10px 23px -17px rgba(0, 0, 0, 0.54);
  }
  .blog-list-item .blog-list-content, .blog-list-item-alternate .blog-list-content {
    width: 100%;
    order: 2;
  }
}
.grey-10 {
  color: hsl(46.67, 10%, 10%);
}

.grey-20 {
  color: hsl(46.67, 10%, 20%);
}

.grey-30 {
  color: hsl(46.67, 10%, 30%);
}

.grey-40 {
  color: hsl(46.67, 10%, 40%);
}

.grey-50 {
  color: hsl(46.67, 10%, 50%);
}

.grey-60 {
  color: hsl(46.67, 10%, 60%);
}

.grey-70 {
  color: hsl(46.67, 10%, 70%);
}

.grey-80 {
  color: hsl(46.67, 10%, 80%);
}

.grey-90 {
  color: hsl(46.67, 10%, 90%);
}

@font-face {
  font-family: "Noto Sans";
  font-display: block;
  src: url("/fonts/NotoSans-Variable.woff2") format("woff2");
}
.footer-links {
  background: #fafaf9;
  border-top: 1px solid #bab7ab;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
}
.footer-links div {
  width: 28%;
  margin: 0 1%;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.footer-links a {
  display: block;
  color: #495569 !important;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
}
.footer-links p {
  border-bottom: 2px solid hsl(80, 70%, 50%) !important;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  font-size: 16px !important;
  font-weight: 600;
}

.footer-info {
  background: #fff;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
}
.footer-info .footer-col {
  width: 28%;
  margin: 0 1%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer-info i {
  color: #3a5c00;
  font-size: 2.25rem;
  margin: 15px 20px 0 0;
  font-weight: 300;
  vertical-align: middle;
}
.footer-info p {
  font-size: 14px;
  vertical-align: middle;
}
.footer-info p:first-child {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
@media (max-width: 992px) {
  .footer-info .footer-col {
    width: 100%;
  }
  .footer-info i {
    margin: 15px 0 0 20px;
  }
}

.footer-nav {
  padding-top: 12px;
  background: hsl(46.67, 10%, 99%);
  border-top: 1px solid hsl(46.67, 10%, 70%);
  text-align: center;
}

.footer-nav svg:hover {
  fill: #3a5c00;
}

.footer {
  background: hsl(46.67, 10%, 98%);
  border-top: 1px solid hsl(46.67, 10%, 70%);
}

.footer-copyright {
  padding: 5px 0;
  text-align: center;
  background: hsl(46.67, 10%, 20%);
  font-size: 0.8em;
  color: hsl(46.67, 10%, 99%);
}
.footer-copyright p {
  margin: 0;
  padding: 0;
}
.footer-copyright a {
  color: hsl(39.57, 82.22%, 95%);
  text-decoration: underline;
}
.footer-copyright a :hover {
  color: hsl(39.57, 82.22%, 80%) !important;
}

@media (max-width: 700px) {
  .footer-nav svg {
    margin: 10px auto;
  }
  .footer-links, .footer-info {
    display: block;
  }
  .footer-links div, .footer-info div {
    width: 90%;
    margin: 20px 5%;
  }
  .footer-links a, .footer-links p {
    font-size: 16px;
    margin: 20px 0;
  }
}
.grey-10 {
  color: hsl(46.67, 10%, 10%);
}

.grey-20 {
  color: hsl(46.67, 10%, 20%);
}

.grey-30 {
  color: hsl(46.67, 10%, 30%);
}

.grey-40 {
  color: hsl(46.67, 10%, 40%);
}

.grey-50 {
  color: hsl(46.67, 10%, 50%);
}

.grey-60 {
  color: hsl(46.67, 10%, 60%);
}

.grey-70 {
  color: hsl(46.67, 10%, 70%);
}

.grey-80 {
  color: hsl(46.67, 10%, 80%);
}

.grey-90 {
  color: hsl(46.67, 10%, 90%);
}

@font-face {
  font-family: "Noto Sans";
  font-display: block;
  src: url("/fonts/NotoSans-Variable.woff2") format("woff2");
}
.ribbonwrapper {
  transition-duration: 0.2s;
  border-radius: 15px;
  padding: 5px 10px 10px 10px;
}

.ribbonwrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;
}

.productlisting {
  background: none;
}
.productlisting a {
  color: #000;
}
.productlisting a:hover {
  color: #000;
}
.productlisting .imgcontainer {
  aspect-ratio: 1.4/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
}
.productlisting .imgcontainer img {
  padding: 20px;
}
.productlisting .h3 {
  line-height: 1.2;
  color: hsl(46.67, 10%, 10%);
  font-size: 18px !important;
  font-weight: 400;
  margin: 15px 0 5px 0;
}
.productlisting p {
  font-size: 0.8125rem !important;
  color: hsl(46.67, 10%, 10%);
}
.productlisting h2 {
  min-height: 45px;
}
.productlisting .card-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
}
.productlisting .card-footer .product-price {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  font-size: 22px;
  font-weight: 500;
}
.productlisting .card-footer .product-price small {
  font-size: 14px;
  font-weight: normal;
}
.productlisting .card-footer .add-to-cart-button-small {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  padding: 5px 15px;
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px !important;
  border: none;
  background: hsl(225.94, 30%, 95%);
}
.productlisting .card-footer .add-to-cart-button-small i {
  color: #333 !important;
}
.productlisting .card-footer .add-to-cart-button-small:hover {
  background: hsl(80, 70%, 50%);
  margin: 0 0 0 10px;
}
.productlisting .card-footer .add-to-cart-button-small:hover i {
  color: #333 !important;
}
.productlisting .product-description {
  min-height: 60px;
}

@media (max-width: 768px) {
  .productlisting {
    text-align: center;
  }
  .card-footer {
    display: flex;
    flex-direction: column !important;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
  }
  .card-footer small {
    margin: 0;
  }
  .add-to-cart-button-small {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
}
.featurebar div {
  border-right: 1px solid #444;
  padding: 0 20px;
}
.featurebar div:last-child {
  border-right: none;
}
.featurebar h2, .featurebar h2 a {
  font-size: 1.3rem !important;
  font-weight: 600;
  color: #2f4858;
  margin: 0 0 10px 0;
}

.topbox1 {
  background: #f6edd9;
  color: #000;
}
.topbox1 h1, .topbox1 h2 {
  color: #000;
}

.topbox2 {
  background: #F8FCF7;
  border-right: 1px solid #E3E6E8;
  border-top: 1px solid #E3E6E8;
}

.topbox3 {
  background: #FCFBF7;
  border-top: 1px solid #E3E6E8;
}

.featurecard {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  color: #fff !important;
  padding-bottom: 30px;
}
.featurecard .btn-secondary {
  background: #fff;
  color: #333;
  border: none;
}
.featurecard .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #000;
}
.featurecard a {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.featurecard a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.featurecard h3 a {
  color: #fff;
}
.featurecard .card-wrapper {
  display: block;
  position: relative;
  height: 100%;
}
.featurecard .card-wrapper .shim {
  height: 60px;
}
.featurecard .card-wrapper .item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.featurecard .card-wrapper img {
  height: 50%;
  object-fit: cover;
}
.featurecard .card-wrapper .inner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  height: calc(100% - 50px);
}
.featurecard .card-wrapper figure {
  padding-bottom: 50%;
  border-radius: 6px 6px 0 0;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
@media (max-width: 768px) {
  .featurecard .card-wrapper img {
    height: 50%;
    object-fit: cover;
  }
  .featurecard .card-wrapper figure {
    padding-bottom: 40%;
  }
}
.featurecard .card-wrapper .inner-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.featurecard .card-wrapper .inner-wrapper .text {
  position: relative;
  padding: 0 24px 75px 24px;
  border-radius: 0 0 6px 6px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  z-index: 4;
}
.featurecard h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.featurecard p {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featurecard .shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 32px;
  width: calc(100% - 48px);
}
.featurecard .shop p {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.featurecard .shop sup {
  font-size: 0.7rem;
}
.featurecard .expander {
  background: #d13214;
}
.featurecard .breakout {
  background: #008639;
}
.featurecard .serial {
  background: #42483b;
}
.featurecard .iopi {
  background: #00724D;
}

@media (prefers-reduced-motion) {
  .featurecard a, .featurecard a:hover {
    transition: none !important;
  }
}
/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.ribbon span {
  font-size: 16px;
}

.ribbon {
  --f: .5em; /* control the folded part */
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333), #000, #000) 51%/0.5em;
  clip-path: polygon(100% calc(100% - 0.5em), 100% 100%, calc(100% - 0.5em) calc(100% - 0.5em), 0.5em calc(100% - 0.5em), 0 100%, 0 calc(100% - 0.5em), 999px calc(100% - 0.5em - 999px), calc(100% - 999px) calc(100% - 0.5em - 999px));
  transform: translate(29.2893218813%, -100%) rotate(45deg);
  transform-origin: 0 100%;
  background-color: #BD1550; /* the main color  */
}

.wasprice {
  margin-bottom: 10px;
  text-decoration: line-through;
  font-size: 16px;
  color: #666;
}

@media (max-width: 800px) {
  .ribbonwrapper {
    overflow: hidden;
  }
}
.specialofferprice {
  color: #BD1550 !important;
  font-weight: 600 !important;
}
.specialofferprice small {
  font-size: 14px;
  margin-left: 5px;
}

body {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: hsl(46.67, 10%, 10%);
  overflow-wrap: normal;
  word-wrap: normal;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: normal;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.page-wrapper {
  padding: 0;
  margin: 0;
}

a {
  color: hsl(46.67, 10%, 10%);
  text-decoration: none;
  text-underline-offset: 2px;
}

a:hover, a:focus {
  color: hsl(225.94, 81.01%, 50%) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

strong {
  font-weight: 600;
}

article {
  padding: 0;
  margin: 0;
}

.pagecontent h2 {
  font-size: 22px !important;
  font-weight: bold;
  margin: 30px 0 20px 0;
  color: hsl(46.67, 10%, 30%);
}
.pagecontent h3 {
  font-size: 18px !important;
  font-weight: bold;
  margin: 30px 0 20px 0;
  color: hsl(46.67, 10%, 30%);
}
.pagecontent h4 {
  font-size: 16px !important;
  font-weight: bold;
  margin: 30px 0 20px 0;
  color: hsl(46.67, 10%, 30%);
}
.pagecontent p {
  font-size: 16px !important;
  font-weight: normal;
  line-height: 26px;
}
.pagecontent a {
  text-decoration: underline !important;
  color: hsl(46.67, 10%, 10%);
  text-underline-offset: 3px;
}
.pagecontent a :hover {
  text-decoration: underline !important;
  color: hsl(225.94, 81.01%, 50%);
}
.pagecontent pre, .pagecontent code {
  position: relative;
  white-space: pre-wrap; /* Ensures whitespace and line breaks are preserved */
  word-wrap: break-word;
}
.pagecontent pre {
  background: hsl(46.67, 10%, 98%);
  border: 1px solid hsl(46.67, 10%, 90%);
  border-left: 3px solid hsl(225.94, 81.01%, 70%);
  border-radius: 10px;
  font-family: monospace;
  font-size: 14px;
  line-height: 1.6;
  overflow: auto;
  padding: 1em;
  margin-bottom: 1.6em;
  display: block; /* Ensures <pre> takes the full width */
  white-space: pre-wrap; /* Ensures whitespace and line breaks are preserved */
  word-wrap: break-word;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px 0 inset;
}
.pagecontent .cmd {
  border-left: 3px solid hsl(39.57, 82.22%, 70%);
}
.pagecontent ul {
  margin-bottom: 20px;
  list-style-type: circle;
}
.pagecontent li {
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: clamp(1rem, -0.5rem + 10vw, 36px);
}

h2, .h2 {
  font-size: clamp(1rem, -0.5rem + 7vw, 32px);
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-weight: 300;
  line-height: 1.2;
}

h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 300;
}

h6, .h6, h5, .h5, h4, .h4 {
  font-weight: 400;
}

img, figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.card {
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 0.4375rem;
}

.card-img-top {
  padding: 20px;
}

.product-card .card-body {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.mb-grid-gutter {
  margin-bottom: 1.875rem !important;
}

.bg-secondary {
  opacity: 1;
  background-color: hsl(46.67, 10%, 98%) !important;
}

.bg-light {
  opacity: 1;
  background-color: #ffffff !important;
}

.header-bar {
  background: hsl(80, 70%, 80%);
  background: linear-gradient(0deg, hsl(80, 70%, 80%) 0%, hsl(80, 70%, 90%) 100%);
  box-shadow: inset 0 -10px 20px -5px hsl(80, 70%, 80%);
}

.header-bar h1, .header-bar h2 {
  font-weight: 400 !important;
  line-height: 48px;
}

.header-bar ol {
  margin-left: 0;
  padding-left: 0;
}

.rounded-3 {
  border-radius: 0.4375rem !important;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Start inline Search */
#inline-search {
  width: 100%;
  min-width: 400px;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1000;
  font-size: 0.9em;
  display: none;
  overflow-x: hidden;
  border-radius: 10px;
}
#inline-search a {
  color: hsl(46.67, 10%, 10%);
  text-decoration: none;
}
#inline-search a:hover {
  color: hsl(225.94, 81.01%, 50%);
  text-decoration: underline;
}
#inline-search .section-title {
  font-size: 0.8em;
  font-weight: 600;
  margin-bottom: 10px;
}
#inline-search .product {
  margin-bottom: 10px;
}
#inline-search h4 {
  font-size: 1rem !important;
  font-weight: bold !important;
  margin: 0;
}
#inline-search p {
  font-size: 0.8rem;
  line-height: 1.5em;
  margin: 0;
}
#inline-search .price {
  font-size: 1em;
  margin: 0;
  font-weight: 600;
}
#inline-search .small {
  font-size: 0.9em;
  margin: 0;
}
#inline-search .spacer {
  border-bottom: 1px dotted #ccc;
  padding-top: 10px;
  margin-bottom: 10px;
  clear: both;
}
#inline-search .article {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 5px 25px;
  margin-top: 5px;
  background: url("/images/kb/articlesmall.svg") 0 2px no-repeat;
}
#inline-search .article a {
  display: block;
}
#inline-search .more {
  display: block;
  text-align: center;
  padding: 5px;
  background: #3D6100;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  margin: 10px -10px -10px -10px;
}
#inline-search .more:hover {
  color: #fff;
  background: #000;
}

.header-alert {
  font-family: Arial, Helvetica, sans-serif;
}

.header-alert a {
  font-family: Arial, Helvetica, sans-serif;
  color: hsl(46.67, 10%, 10%);
}

a.basketqtylink {
  font-size: 0.85em;
  font-weight: normal;
}

.product-title > a {
  transition: color 0.25s ease-in-out;
  color: hsl(46.67, 10%, 10%);
  text-decoration: none !important;
}

.product-title > a:hover {
  text-decoration: underline;
  color: hsl(225.94, 81.01%, 50%);
}

.product-meta {
  transition: color 0.25s ease-in-out;
  color: #424a57;
  text-decoration: none !important;
}

.product-price {
  font-size: 28px;
  line-height: 1.8rem;
}

.product-price span {
  font-size: 14px;
  display: block;
}

.each {
  font-size: 0.6em;
  color: #666;
  font-weight: 400;
}

.product-kbarticle {
  display: inline-block;
  font-size: 0.9em;
}

.product-kbarticle i {
  display: block;
  margin-right: 10px;
  font-size: 1.5rem;
  float: left;
  color: #666;
}

#product-tagbox {
  list-style: none;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

#product-tagbox li {
  display: block;
  margin: 0 5px 5px 0;
  padding: 1px 10px;
  float: left;
  background-color: hsl(46.67, 10%, 30%);
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
}

#product-tagbox a {
  margin: 0;
  padding: 0;
  color: #fff;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.status-no:before {
  content: "\f057";
}

.status-no {
  display: inline-block;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro"), serif;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #f00;
  font-weight: 700;
  font-size: 1.5em;
}

.status-yes:before {
  content: "\f058";
}

.status-yes {
  display: inline-block;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro"), serif;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #3DA500;
  font-weight: 700;
  font-size: 1.5em;
}

.table-comp td {
  padding: 5px 5px 5px 0;
}

a[href$=".pdf"], a[href^="/viewpdf"] {
  padding-left: 20px;
  background: url("/docs/filetype-pdf.svg") center left no-repeat;
}

#password-strength {
  width: 0;
}

/* Forum Master Page*/
.h15rem {
  height: 15rem;
}

.w20rem {
  width: 20rem;
}

.font225 {
  font-size: 2.25rem;
}

.cursorpointer {
  cursor: pointer;
}

.clearboth {
  clear: both;
}

.maxwidth22 {
  max-width: 22rem;
}

.req {
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
}

.page-title-overlap {
  padding-bottom: 6.375rem;
}

.page-title-overlap + * {
  margin-top: -4.875rem;
}

@media (max-width: 767.98px) {
  .page-title-overlap {
    padding-bottom: 5.5rem;
  }
}
@media print {
  header, .navbar, .footer, .page-title-overlap, aside {
    display: none;
  }
}
.frmerror {
  border: 1px solid #bb2d3b !important;
}

/*
.firstlevel {
    font-size: 0.98rem;
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
    color: #495569;
    font-weight: 400;
}
.firstlevel:hover {
    text-decoration: none;
}

 */
.infotable {
  font-size: 0.9rem;
}

.infotable strong {
  font-weight: 500;
}

.infotable th {
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 500px) {
  .product-card {
    padding-bottom: 0;
  }
}
.product-card {
  border: 0;
  border-radius: 20px;
  transition: all 0.15s ease-in-out;
  margin-bottom: 20px;
}
.product-card a {
  color: hsl(46.67, 10%, 10%);
}
.product-card a :hover {
  color: hsl(225.94, 81.01%, 50%);
}

.card-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: hsl(225.94, 81.01%, 30%);
  margin: 10px 0 20px 0;
}

.card-footer {
  background: none;
  border: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.card-footer .btn-cart {
  margin: 0 -10px 0 -10px;
  border-radius: 20px;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid;
}

.btn-cart {
  border-radius: 30px;
  padding: 10px 0;
  color: hsl(46.67, 10%, 10%);
  background-color: hsl(70, 84.24%, 50%);
  border-color: hsl(70, 84.24%, 50%);
  font-weight: 600;
}
.btn-cart .fa {
  color: hsl(46.67, 10%, 10%);
}

.btn-cart:hover {
  background-color: hsl(70, 84.24%, 70%);
  border-color: hsl(70, 84.24%, 70%);
  color: #333 !important;
}

.btn-cart-small {
  border-radius: 15px;
  padding: 5px 0;
}

.btn-primary {
  color: hsl(46.67, 10%, 99%);
  background-color: hsl(80, 70%, 20%);
  border-color: hsl(80, 70%, 20%);
  font-weight: 600;
  border-radius: 30px;
  padding: 7px 20px;
}

.btn-primary:hover {
  color: hsl(46.67, 10%, 99%) !important;
  background-color: hsl(80, 70%, 40%);
  border-color: hsl(80, 70%, 40%);
}

.btn-secondary {
  color: hsl(46.67, 10%, 99%);
  background-color: hsl(46.67, 10%, 30%);
  border-color: hsl(46.67, 10%, 30%);
  font-weight: 600;
  border-radius: 30px;
  padding: 7px 20px;
}

.btn-secondary:hover {
  color: hsl(46.67, 10%, 99%);
  background-color: hsl(46.67, 10%, 50%);
  border-color: hsl(46.67, 10%, 50%);
}

.btn-danger {
  color: hsl(46.67, 10%, 99%);
  background-color: #dc3545;
  border-color: #dc3545;
  font-weight: 600;
  border-radius: 30px;
  padding: 3px 20px;
}

.btn-danger:hover {
  color: hsl(46.67, 10%, 99%);
  background-color: hsl(46.67, 10%, 20%);
  border-color: hsl(46.67, 10%, 20%);
}

.btn-dark {
  color: hsl(46.67, 10%, 99%);
  background-color: hsl(46.67, 10%, 10%);
  font-weight: 600;
  border-radius: 30px;
  border: none;
  padding: 4px 20px;
}

.btn-dark:hover {
  color: hsl(46.67, 10%, 99%) !important;
  background-color: hsl(80, 70%, 30%);
  border-color: hsl(80, 70%, 30%);
}

.btn-outline-primary {
  color: hsl(46.67, 10%, 10%);
  background-color: hsl(46.67, 10%, 99%);
  border-color: hsl(80, 70%, 20%);
  font-weight: 600;
  border-radius: 30px;
  padding: 7px 20px;
}

.btn-outline-primary:hover {
  color: hsl(46.67, 10%, 10%);
  border-color: hsl(80, 70%, 20%);
  background-color: hsl(80, 70%, 90%);
}

.btn-outline-secondary {
  color: hsl(46.67, 10%, 30%);
  background-color: hsl(46.67, 10%, 99%);
  border-color: hsl(46.67, 10%, 30%);
  font-weight: 600;
  border-radius: 30px;
  padding: 7px 20px;
}

.btn-outline-secondary:hover {
  color: hsl(46.67, 10%, 99%);
  background-color: hsl(46.67, 10%, 50%);
  border-color: hsl(46.67, 10%, 50%);
}

.btn-outline-dark {
  color: hsl(46.67, 10%, 20%);
  background-color: hsl(46.67, 10%, 99%);
  border-color: hsl(46.67, 10%, 20%);
  font-weight: 600;
  border-radius: 30px;
  padding: 3px 20px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 2px 10px !important;
  font-size: 14px !important;
}

.btn-primary:hover, .btn-secondary:hover, .btn:hover {
  text-decoration: none;
}

.widget-list-link {
  display: block;
  transition: color 0.25s ease-in-out;
  color: #495569 !important;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 0;
}

.widget-list-link a {
  color: hsl(46.67, 10%, 10%);
}

.widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-title {
  border-bottom: 2px solid hsl(80, 70%, 50%) !important;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  font-size: 16px !important;
  font-weight: 600;
}

.text-dark {
  color: #373f50 !important;
}

.fs-base {
  font-size: 1rem !important;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-ms {
  font-size: 0.8125rem !important;
}

.text-green {
  color: #3a5c00;
}

.product-gallery-preview {
  position: relative;
  width: 100%;
}

@media (min-width: 500px) {
  .order-sm-2 {
    order: 2 !important;
  }
}
.product-gallery-thumblist {
  display: flex;
  justify-content: center;
}

.product-gallery-thumblist-item.active {
  border-color: #ccc;
}

.product-gallery-thumblist-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 12px;
  transition: box-shadow 0.3s ease-in;
}

.product-gallery-thumblist-item {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0.625rem;
  border: 1px solid hsl(46.67, 10%, 80%);
  border-radius: 0.3125rem;
  text-decoration: none !important;
  overflow: hidden;
  display: block;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  transition: box-shadow 0.3s ease-out;
}

.product-gallery-thumblist-item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

img, figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.product-gallery-preview-item.active {
  position: relative;
  opacity: 1;
  z-index: 10;
}

.product-gallery-preview-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.3);
}

.product-badge {
  position: absolute;
  top: 50%;
  right: -1.75rem;
  padding: 8px 20px;
  transform: translateY(-50%);
  border-radius: 20px 5px 0 20px;
  font-size: 0.8125rem;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.09) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px, rgba(0, 0, 0, 0.09) 0 32px 16px;
}

.product-badge::after {
  position: absolute;
  bottom: -0.475rem;
  right: 0.25rem;
  height: 0;
  width: 0;
  transform: rotate(-45deg);
  content: " ";
  pointer-events: none;
  border: 0.525rem solid transparent;
}

.product-badge > i {
  margin-top: -0.125rem;
  margin-right: 0.25rem;
  font-size: 1.2em;
  vertical-align: middle;
}

.product-badge .fa {
  color: hsl(80, 70%, 60%);
  margin-right: 10px;
}

.product-badge.product-available {
  background-color: hsl(80, 70%, 20%);
  color: #fff;
}

.product-badge.product-available::after {
  border-color: rgba(66, 214, 151, 0);
  border-bottom-color: hsl(80, 70%, 40%);
}

.product-badge.product-not-available {
  background-color: hsl(46.67, 10%, 80%);
  color: hsl(46.67, 10%, 10%);
}

.product-badge.product-not-available::after {
  border-color: rgba(243, 245, 249, 0);
  border-bottom-color: hsl(46.67, 10%, 90%);
}

@media (max-width: 991.98px) {
  .product-badge {
    right: -0.75rem;
  }
}
.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n10 {
  margin-right: -10rem !important;
}

.btn-share {
  display: inline-block;
  padding: 5px 10px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none !important;
  vertical-align: middle;
}

.btn-share > i {
  margin-top: -0.125rem;
  margin-right: 0.3125rem;
  font-size: 1.1em;
  vertical-align: middle;
}

.btn-share.btn-twitter {
  background-color: rgba(29, 161, 242, 0.08);
  color: #005B94;
}

.btn-share.btn-twitter:hover {
  background-color: #005B94;
}

.btn-share.btn-facebook {
  background-color: rgba(59, 89, 152, 0.08);
  color: #005B94;
}

.btn-share.btn-facebook:hover {
  background-color: #005B94;
}

.btn-share:hover {
  color: #fff;
  box-shadow: none;
}

.counter {
  font-size: 1.2rem;
}

.pc a {
  text-decoration: underline;
}

.widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-list[data-simplebar] {
  overflow-x: hidden;
}

.widget-categories .accordion-item {
  border: 0;
  border-radius: 0;
}

.widget-categories .accordion-body {
  padding: 0.625rem 0;
}

.widget-categories .accordion-button {
  padding: 0.444rem 0;
  font-size: 0.9375rem;
  font-weight: normal;
  color: var(--cz-primary);
  box-shadow: none;
}

.widget-categories .accordion-button::after {
  width: 1.375rem;
  height: 1.375rem;
  padding-top: 0.0625rem;
  background-image: none;
  background-color: rgba(255, 105, 206, 0.1);
  font-size: 0.5rem;
  font-weight: bold;
  content: "\e906";
  text-align: center;
  line-height: 1.375rem;
}

.widget-categories .accordion-button.collapsed {
  color: #4b566b;
}

.widget-categories .accordion-button.collapsed::after {
  background-color: #f3f5f9;
}

.widget-categories .accordion-button:hover {
  color: var(--cz-primary);
}

.widget-categories .accordion-button:hover::after {
  background-color: rgba(255, 105, 206, 0.1);
}

.widget-categories .widget-list-item {
  margin-bottom: 0.375rem;
  padding-left: 0.75rem;
}

.widget-categories .widget-list:not([data-simplebar]) {
  border-right: 2px solid #e3e9ef;
}

.widget-categories .widget-list:not([data-simplebar]) .widget-list-item {
  padding-right: 1rem;
}

.widget-categories .widget-list:not([data-simplebar]) .widget-list-item .widget-list:not([data-simplebar]) {
  border-right: 0;
}

.widget-list-item {
  margin-bottom: 0.5rem;
}

.widget-list-item:last-child {
  margin-bottom: 0;
}

.widget-list-link {
  display: block;
  transition: color 0.25s ease-in-out;
  color: #4b566b;
  font-size: 14px;
  font-weight: normal;
}

.widget-list-link:hover {
  color: var(--cz-primary);
}

.active > .widget-list-link {
  color: var(--cz-primary);
}

.widget-light .widget-list-link {
  color: rgba(255, 255, 255, 0.65);
}

.widget-light .widget-list-link:hover {
  color: #fff;
}

.widget-light .active > .widget-list-link {
  color: #fff;
}

.widget-product-title {
  font-size: 0.9rem !important;
  font-weight: 500;
  margin: 0 0 0.25rem 0;
}

.widget-product-title > a {
  color: hsl(46.67, 10%, 10%);
}

.widget-product-title:hover > a {
  color: var(--cz-primary);
}

.widget-product-meta {
  font-size: 0.875rem;
}

.widget-cart-item {
  position: relative;
}

*, :before, :after {
  box-sizing: border-box;
}

.spinner {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  max-width: 30rem;
  text-align: center;
  padding: 2rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.spinner b {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: rgb(0, 0, 0);
}

.paypal-spinner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAwCAIAAAAQDIQGAAABgmlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rRFEUxz8zQyM/olAWFi8NKzRGTaQsRgyFxRjl12bmzbwZNW+83htJtspWUWLj14K/gK2yVopIycrCmtgwPefNqJHMuZ17Pvd77zndey64oxlVtyr8oGdzZiQcUmZm5xTvM5VU0MwArTHVMiamRqKUtY87XE686XJqlT/3r9UkkpYKrirhQdUwc8KjwuMrOcPhbeEmNR1LCJ8Kd5pyQeFbR48X+cXhVJG/HDajkSFwNwgrqV8c/8Vq2tSF5eX49Myy+nMf5yW1yez0lMQ28VYsIoQJoTDGMEME6aFf5iBdBOiWFWXy/YX8SZYkV5XZYBWTRVKkydEp6rJUT0rURE/KyLDq9P9vXy2tN1CsXhuCyifbfmsH7xbkN23789C280fgeYSLbCl/6QD63kXfLGm+fahfh7PLkhbfgfMNaHkwYmasIHnE3ZoGrydQNwuN11A9X+zZzz7H9xBdk6+6gt096JDz9QvfkNRn+SCyap4AAAIjSURBVFiF7ddNy6JAAMDxGbPRSbEw69ALBV07yUPQyzfo8/YBgrpEeAo6BQW9J2SiqanNHrwsuz6ltcHu4v/my8wPREYHEkLAs3Rd32w2qqoahnG/3ymK4nlekqRyuSwIwtPh8LFhWdZsNjsejwAAnucFQUAI3W43XdcNwwAAFIvFZrOJMX7ROJ1OiqL4vl+r1er1OsdxP181TXO5XK5Wq1QqJctyoVCIbaiqOplMGIb5+vrKZrPfjb9cLtPp1HGcVqslSVLoPVToWdu2FUVBCHU6nQcAACCbzXY6HYSQoii2bccw5vO567qyLD9+0EEYY1mWXdedz+dRDcuyttttqVQSRfEpECSKYqlU2m63lmVFMna7HQCgWq1GBIKC+4Oxz43z+UzTdD6fj2Xk83maps/ncyTjer1ijCGEsQwIIcb4er1GMjzPQwjFAoIQQp7nRTKirC7fFTo2/N39syVGYnwiSAhRVXWxWJimGZyybRtCyDBM3LkcxyGEsCwbHHIc12g0JEmCmqaNx+N0Op3L5YL1wzRNiqKirOq/ZFnW/X4PPpeEEE3TXNftdrv0fr8nhLTbbZ7n4076OMMwhsPhfr+nfN8HALzwZJ4WzOn7/v/yXiXGP24MBoOPGy+UGInxVxj9fv/jxgslRmJ8xAh+6w6Hwzvbp98jhBwOBwAAy7LQcZzRaBS6r34/jHGv14OEEM/z1ut16Jb0nTKZTKVSoWn6B1Wj9lslFHzfAAAAAElFTkSuQmCC") center center no-repeat;
}

.paypal-spinner .loading {
  position: relative;
  height: 110px;
  width: 110px;
  left: 50%;
  margin-left: -55px;
  margin-bottom: 2rem;
  border-width: 5px;
  border-style: solid;
  border-color: #2180c0 #ccc #ccc;
  border-radius: 100%;
  animation: rotation 0.7s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#tagcloud {
  list-style: none;
}

#tagcloud li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  height: 30px;
}

#tagcloud a {
  text-decoration: none;
  padding: 0 5px 0 5px;
  text-transform: lowercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#tagcloud a:hover {
  text-decoration: underline;
}

#tagcloud A.tag1 {
  font-size: 1.5em;
  font-weight: 400;
}

#tagcloud A.tag2 {
  font-size: 1.4em;
  font-weight: 400;
}

#tagcloud A.tag3 {
  font-size: 1.3em;
  font-weight: 400;
}

#tagcloud A.tag4 {
  font-size: 1.2em;
}

#tagcloud A.tag5 {
  font-size: 1em;
}

#termsconfirm {
  padding: 20px 0 0 0;
  text-align: center;
}

[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* One radio button per line */
label.radiobutton {
  display: block;
  cursor: pointer;
  line-height: 1.5;
  margin-bottom: 20px;
}

label.radiobutton strong {
  font-size: 1.5em;
  font-weight: 400;
}

[type=radio] + span {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.textleft [type=radio] + span {
  text-align: left;
}

/* the basic, unchecked style */
[type=radio] + span {
  content: "";
  display: inline-block;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.15em solid #efefef;
  -webkit-box-shadow: 2px 2px 1px 0 rgba(239, 239, 239, 0.2);
  -moz-box-shadow: 2px 2px 1px 0 rgba(239, 239, 239, 0.2);
  box-shadow: 2px 2px 1px 0 rgba(239, 239, 239, 0.2);
}

/* the checked style using the :checked pseudo class */
[type=radio]:checked + span {
  background: #f3f3f3;
  border: 0.15em solid #639C00;
  -webkit-box-shadow: 2px 2px 1px 0 rgba(99, 156, 0, 0.2);
  -moz-box-shadow: 2px 2px 1px 0 rgba(99, 156, 0, 0.2);
  box-shadow: 2px 2px 1px 0 rgba(99, 156, 0, 0.2);
}

.imageButton {
  background: none;
  border: none;
}

#findpasspanel {
  margin: 40px 0 0 0;
  display: none;
}

.box {
  padding: 0 30px 0 30px;
}

.smaller {
  font-size: 0.8em;
}

label span {
  font-style: italic;
  font-size: 0.9em;
}

.google-button {
  height: 40px;
  border-width: 0;
  width: 100%;
  background: white;
  color: #737373;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  padding: 0;
}

.google-button:hover {
  box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}

.google-button:active {
  background-color: #e5e5e5;
  box-shadow: none;
  transition-duration: 10ms;
}

*, :before, :after {
  box-sizing: border-box;
}

.spinner {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  max-width: 30rem;
  text-align: center;
  padding: 2rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.spinner b {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: rgb(0, 0, 0);
}

.paypal-spinner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAwCAIAAAAQDIQGAAABgmlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rRFEUxz8zQyM/olAWFi8NKzRGTaQsRgyFxRjl12bmzbwZNW+83htJtspWUWLj14K/gK2yVopIycrCmtgwPefNqJHMuZ17Pvd77zndey64oxlVtyr8oGdzZiQcUmZm5xTvM5VU0MwArTHVMiamRqKUtY87XE686XJqlT/3r9UkkpYKrirhQdUwc8KjwuMrOcPhbeEmNR1LCJ8Kd5pyQeFbR48X+cXhVJG/HDajkSFwNwgrqV8c/8Vq2tSF5eX49Myy+nMf5yW1yez0lMQ28VYsIoQJoTDGMEME6aFf5iBdBOiWFWXy/YX8SZYkV5XZYBWTRVKkydEp6rJUT0rURE/KyLDq9P9vXy2tN1CsXhuCyifbfmsH7xbkN23789C280fgeYSLbCl/6QD63kXfLGm+fahfh7PLkhbfgfMNaHkwYmasIHnE3ZoGrydQNwuN11A9X+zZzz7H9xBdk6+6gt096JDz9QvfkNRn+SCyap4AAAIjSURBVFiF7ddNy6JAAMDxGbPRSbEw69ALBV07yUPQyzfo8/YBgrpEeAo6BQW9J2SiqanNHrwsuz6ltcHu4v/my8wPREYHEkLAs3Rd32w2qqoahnG/3ymK4nlekqRyuSwIwtPh8LFhWdZsNjsejwAAnucFQUAI3W43XdcNwwAAFIvFZrOJMX7ROJ1OiqL4vl+r1er1OsdxP181TXO5XK5Wq1QqJctyoVCIbaiqOplMGIb5+vrKZrPfjb9cLtPp1HGcVqslSVLoPVToWdu2FUVBCHU6nQcAACCbzXY6HYSQoii2bccw5vO567qyLD9+0EEYY1mWXdedz+dRDcuyttttqVQSRfEpECSKYqlU2m63lmVFMna7HQCgWq1GBIKC+4Oxz43z+UzTdD6fj2Xk83maps/ncyTjer1ijCGEsQwIIcb4er1GMjzPQwjFAoIQQp7nRTKirC7fFTo2/N39syVGYnwiSAhRVXWxWJimGZyybRtCyDBM3LkcxyGEsCwbHHIc12g0JEmCmqaNx+N0Op3L5YL1wzRNiqKirOq/ZFnW/X4PPpeEEE3TXNftdrv0fr8nhLTbbZ7n4076OMMwhsPhfr+nfN8HALzwZJ4WzOn7/v/yXiXGP24MBoOPGy+UGInxVxj9fv/jxgslRmJ8xAh+6w6Hwzvbp98jhBwOBwAAy7LQcZzRaBS6r34/jHGv14OEEM/z1ut16Jb0nTKZTKVSoWn6B1Wj9lslFHzfAAAAAElFTkSuQmCC") center center no-repeat;
}

.paypal-spinner .loading {
  position: relative;
  height: 110px;
  width: 110px;
  left: 50%;
  margin-left: -55px;
  margin-bottom: 2rem;
  border-width: 5px;
  border-style: solid;
  border-color: #2180c0 #ccc #ccc;
  border-radius: 100%;
  animation: rotation 0.7s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.input-validation-error {
  border: 1px solid #da0202 !important;
}

.formheader {
  margin-top: 0;
  margin-bottom: 14.5px;
  line-height: 1.2;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 5px solid #dedede;
}

.formheaderactive {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-align: center;
  border-bottom: 5px solid #639C00;
}

.alert {
  border-radius: 10px;
  background: hsl(39.57, 50%, 97%);
  background: linear-gradient(145deg, hsl(39.57, 82.22%, 95%) 0%, hsl(39.57, 50%, 97%) 100%);
  padding: 20px 20px;
  text-align: left;
  font-size: 1em;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.alert .fa {
  color: hsl(80, 70%, 30%);
}

.alert a {
  color: hsl(39.57, 82.22%, 20%);
}

.alert-light {
  background: #fcfcfc;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.quantity-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.quantity-row .quantity-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* Cart buttons for quantity */
}
.quantity-row .quantity-container .plus-btn, .quantity-row .quantity-container .minus-btn {
  color: #555;
  text-align: center;
  border: 1px solid hsl(46.67, 10%, 40%) !important;
  background-color: hsl(46.67, 10%, 99%);
  cursor: pointer;
  font-size: 1em;
  width: 40px;
  min-height: 44px;
  padding-top: 5px;
}
.quantity-row .quantity-container .plus-btn {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-left: none !important;
}
.quantity-row .quantity-container .minus-btn {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-right: none !important;
}
.quantity-row .quantity-container .quantityinput {
  width: 30%;
  min-width: 30px;
  min-height: 44px;
  font-size: 1em;
  font-weight: 500;
  color: #383838;
  text-align: center !important;
  border: 1px solid hsl(46.67, 10%, 40%) !important;
  border-left: none !important;
  border-right: none !important;
  background: hsl(46.67, 10%, 99%);
  box-shadow: none !important;
  border-radius: 0;
  -moz-appearance: textfield;
}
.quantity-row .quantity-container .quantityinput::-webkit-outer-spin-button,
.quantity-row .quantity-container .quantityinput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-row .quantity-container input.quantityinput:focus {
  min-height: 37px;
  font-size: 1em;
  font-weight: 300;
  color: #000;
  text-align: center;
  border: 1px solid #555;
  border-left: none;
  border-right: none;
  background: #efefef;
}

@media (max-width: 991px) {
  .quantity-row {
    flex-direction: column;
    justify-content: center;
  }
  .quantity-row .quantity-container {
    width: 100%;
    justify-content: center;
    margin: 20px auto 20px auto;
  }
}
.cart-table {
  width: 100%;
  margin: -17px 0 30px 0;
}
.cart-table thead {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid hsl(46.67, 10%, 60%);
}
.cart-table thead td {
  padding: 10px 0;
}
.cart-table tr {
  padding: 10px 0 10px 0;
}
.cart-table tr td {
  padding: 12px 0;
  font-weight: 600;
  text-align: right;
}
.cart-table tr td:first-child {
  text-align: left;
  font-weight: 400;
}
.cart-table tfoot {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  border-top: 1px solid hsl(46.67, 10%, 60%);
}
.cart-table tfoot td {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .cart-table {
    margin-top: 20px;
  }
}
/* End Cart buttons for quantity */
.tech-table th, .tech-table td {
  text-align: left;
  padding: 5px 20px 5px 10px;
}
.tech-table tr th {
  font-weight: bold;
}
.tech-table tr:nth-child(even) {
  background: #f3f3f3;
  border-bottom: #ccc !important;
}

.breadcrumb {
  margin: 20px 0 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  list-style: none;
  font-weight: 600;
}
.breadcrumb li a {
  color: hsl(46.67, 10%, 10%);
}
.breadcrumb li + li {
  padding-left: 10px;
}
.breadcrumb li + li::before {
  float: left;
  padding-right: 10px;
  color: hsl(46.67, 10%, 50%);
  content: "/";
}
.breadcrumb li.active {
  color: hsl(46.67, 10%, 50%);
}

input {
  border: 1px solid hsl(46.67, 10%, 30%) !important;
  box-shadow: inset rgba(99, 99, 99, 0.1) 0 3px 8px 0;
}

hr {
  color: #fff;
  background: none;
  border-top: 1px solid hsl(46.67, 10%, 70%);
  margin: 50px 0;
  display: block;
}

.search-box {
  border-radius: 20px 0 0 20px !important;
  height: 38px;
  font-size: 14px;
}

.search-button {
  border-radius: 0 20px 20px 0 !important;
  height: 38px;
  padding: 0 16px 0 12px;
  color: hsl(46.67, 10%, 30%);
  font-weight: 300;
  border: 1px solid hsl(46.67, 10%, 30%);
  font-size: 20px;
  background: hsl(46.67, 10%, 98%);
  display: block;
  cursor: pointer;
}
.search-button:hover {
  background: hsl(80, 70%, 90%);
}

.data-table {
  display: inline-block;
  margin: 20px 0 30px 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  font-size: 15px;
}
.data-table caption {
  text-align: center;
  background: hsl(46.67, 10%, 98%);
  border-top: 2px solid hsl(46.67, 10%, 90%);
  color: hsl(46.67, 10%, 10%);
  padding: 5px 10px;
  font-size: 14px;
}
.data-table thead tr th {
  background: hsl(70, 84.24%, 90%);
  border-bottom: 2px solid hsl(70, 84.24%, 70%);
  color: hsl(46.67, 10%, 10%);
  padding: 3px 20px;
  margin: 0;
  text-transform: uppercase;
}
.data-table tbody tr td {
  border-bottom: 1px solid hsl(46.67, 10%, 90%);
  color: hsl(46.67, 10%, 20%);
  padding: 3px 20px;
  min-width: 100px;
  margin: 0;
}
.data-table tbody tr:nth-child(even) {
  background: hsl(46.67, 10%, 98%);
}
.data-list {
  margin: 0 0 0 20px;
  padding: 0;
  width: auto;
  display: inline-block;
}
.data-list li {
  list-style: disc;
  padding: 5px 5px;
  margin: 0;
  font-size: 15px;
}
.data-list li::marker {
  color: hsl(80, 70%, 50%);
}

#share-bar {
  border-top: 1px solid hsl(46.67, 10%, 90%);
  border-bottom: 1px solid hsl(46.67, 10%, 90%);
  margin: 20px 0 40px 0;
  padding: 12px 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  color: hsl(46.67, 10%, 20%);
}
#share-bar span {
  flex-grow: 1;
  flex-shrink: 1;
}
#share-bar svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 30px;
}
#share-bar button {
  border: none;
  background: none;
  padding: 0;
  margin: 0 10px 0 0;
  color: hsl(46.67, 10%, 40%);
  font-size: 20px;
  line-height: 1px;
}

.imagebox {
  cursor: pointer;
}

.top-banner {
  background: #333;
  background: linear-gradient(87deg, #333 0%, #666 100%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 3px 3px;
  font-weight: 500;
}
.top-banner a {
  color: #fff;
  display: block;
}
.top-banner a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.top-banner small {
  font-size: 10px;
  margin-left: 5px;
  margin-right: 0px;
}

.underline a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  color: hsl(46.67, 10%, 10%);
}
.underline a :hover {
  color: hsl(225.94, 81.01%, 50%);
}

.registration-fieldset {
  border-bottom: 2px solid hsl(46.67, 10%, 90%);
  padding: 10px 0 20px 0;
}
.registration-fieldset legend {
  margin: 10px 0 20px 0;
  padding: 0;
  font-size: 26px;
  color: hsl(46.67, 10%, 30%);
}
.registration-fieldset legend i {
  color: hsl(80, 70%, 80%);
  margin-right: 15px;
  font-size: 30px;
  vertical-align: middle;
}
.registration-fieldset label {
  font-weight: 500;
  margin: 0 0 10px 0;
}
.registration-fieldset label span {
  font-weight: 400;
  font-style: normal;
  color: hsl(46.67, 10%, 40%);
}
.registration-fieldset h2 {
  font-size: 22px !important;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.registration-fieldset a {
  text-decoration: underline;
}

.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
}

.text-divider::before,
.text-divider::after {
  content: "";
  height: 1px;
  background-color: #c7eb14;
  flex-grow: 1;
}

.text-divider::before {
  margin-right: var(--text-divider-gap);
}

.text-divider::after {
  margin-left: var(--text-divider-gap);
}

.sale-banner {
  box-shadow: rgba(30, 30, 30, 0.1) 0 20px 30px -10px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

@media (prefers-reduced-motion) {
  /* CSS to disable all animations and transitions if reduced motion is enabled */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.grey-10 {
  color: hsl(46.67, 10%, 10%);
}

.grey-20 {
  color: hsl(46.67, 10%, 20%);
}

.grey-30 {
  color: hsl(46.67, 10%, 30%);
}

.grey-40 {
  color: hsl(46.67, 10%, 40%);
}

.grey-50 {
  color: hsl(46.67, 10%, 50%);
}

.grey-60 {
  color: hsl(46.67, 10%, 60%);
}

.grey-70 {
  color: hsl(46.67, 10%, 70%);
}

.grey-80 {
  color: hsl(46.67, 10%, 80%);
}

.grey-90 {
  color: hsl(46.67, 10%, 90%);
}

@font-face {
  font-family: "Noto Sans";
  font-display: block;
  src: url("/fonts/NotoSans-Variable.woff2") format("woff2");
}
.pageblock {
  background-image: url("/docs/home/rowbackgrounds.svg");
  background-repeat: repeat;
  background-size: cover;
}

.rowheader1 {
  background-image: linear-gradient(225deg, rgba(240, 240, 240, 0.95), rgb(240, 240, 240));
}

.rowheader2 {
  background-image: linear-gradient(225deg, rgba(184, 232, 165, 0.95), rgb(184, 232, 165));
}

.row-intro {
  background: #333333;
}
.row-intro .row-intro-content {
  min-height: 490px;
  max-width: 1340px;
  margin: 0 auto;
  padding: 30px;
  background: url("/docs/home/2025-pi-stack.webp") no-repeat center bottom;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  background-size: cover;
  color: #fff;
}
.row-intro .row-intro-content div {
  width: 50%;
}
.row-intro .row-intro-content a {
  color: #ebf7d4 !important;
}
.row-intro .row-intro-content .btn-primary {
  color: #fff !important;
  background: #A65D0D;
  text-shadow: none;
  padding: 10px 30px;
  font-weight: normal;
  margin-top: 20px;
  border: 1px solid #fff;
}
.row-intro .row-intro-content .btn-primary:hover {
  background: #fff;
  color: #A65D0D !important;
}

@media (max-width: 768px) {
  .row-intro-content {
    background: url("/docs/home/2025-pi-stack.webp") no-repeat right bottom;
  }
}
.rowsoftware {
  background: #fafafa;
}

.rowkblist {
  background: #f3f3f3;
}

.text-lightgreen {
  color: #c7f5b5;
}

.carousel-image {
  max-height: 300px;
}

.feature-bar {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: stretch;
  align-content: stretch;
}
.feature-bar div {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  padding-right: 40px;
}
.feature-bar div a {
  color: hsl(80, 70%, 20%);
}
.feature-bar .feature-bar-title {
  align-self: center;
}
.feature-bar .feature-bar-title h2 {
  font-size: 22px;
  font-weight: 400;
}
.feature-bar h3 {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .feature-bar {
    flex-direction: column;
  }
  .feature-bar div {
    width: 100%;
    padding: 30px 20px;
  }
}
