/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./site/src/scss/site.scss ***!
  \************************************************************************************************************************************************************/
/*--------------------------
* Globals
*--------------------------*/
/*--------------------------
* Widgets
*--------------------------*/
.curious-mouse-tracking-eye {
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.curious-mouse-tracking-eye .eye-container {
  transform: translateZ(0px);
  position: relative;
}
.curious-mouse-tracking-eye .eye-container svg {
  display: block;
  width: 100%;
  height: 100%;
}
.curious-mouse-tracking-eye .eye-container .eye {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translateZ(0px);
}
.curious-mouse-tracking-eye .eye-container .eye-lid {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  right: 0;
  transform: translateZ(0px);
}
.curious-mouse-tracking-eye .eye-container .eye-lid.top {
  bottom: 100%;
  transition: bottom 0.2s ease-in-out;
}
.curious-mouse-tracking-eye .eye-container .eye-lid.bottom {
  top: 100%;
  transition: top 0.2s ease-in-out;
}
.curious-mouse-tracking-eye .eye-container.blink .eye-lid.top {
  bottom: 50%;
}
.curious-mouse-tracking-eye .eye-container.blink .eye-lid.bottom {
  top: 50%;
}
.curious-mouse-tracking-eye .eye-container .highlight-1 {
  position: absolute;
  top: 25%;
  right: 25%;
  width: 22.5%;
  height: 22.5%;
}
.curious-mouse-tracking-eye .eye-container .highlight-1 .highlight-inner-1 {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 77.78%;
  height: 77.78%;
  top: 0;
  right: 0;
}
.curious-mouse-tracking-eye .eye-container .highlight-1 .highlight-inner-2 {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 33.33%;
  height: 33.33%;
  top: -5%;
  left: 90%;
}

.curious-site-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.curious-site-logo .logo-maker {
  display: flex;
  align-items: center;
  gap: 1px;
}
.curious-site-logo .logo-maker .sim {
  width: 51.3px;
}
.curious-site-logo .logo-maker .curious-mouse-tracking-eye {
  width: 26px;
  margin-top: 6px;
}
.curious-site-logo .logo-maker .nberry {
  width: 103.1px;
  margin-top: 6px;
}

.curious-hero-bar {
  padding: 10px 32px;
}
.curious-hero-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.curious-hero-bar ul li {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  gap: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}

.curious-iris-display {
  width: 60px;
  height: 60px;
  margin: -50px 0 0 0;
  z-index: 10;
  position: relative;
  border-radius: 50%;
  border: none;
}
.curious-iris-display img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.curious-logo-marquee {
  padding: 16px 0;
}
.curious-logo-marquee .marquee {
  align-items: center;
  display: flex;
  overflow-x: visible;
  gap: 0px;
}
.curious-logo-marquee .marquee-item {
  flex: 0 0 auto;
  width: 160px;
  height: auto;
  padding: 0 16px;
}
.curious-logo-marquee .marquee-item img {
  width: 100%;
  height: auto;
  display: block;
}

.curious-site-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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