/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Admin/Login/Login.less ***!
  \******************************************************************************************************************************************************************************************************/
.nanomonx-landing-page-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.nanomonx-landing-page-container h2 {
  font-family: "FatFrank", sans-serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1em;
  font-weight: 900;
  text-transform: none;
  color: var(--landing-page-heading-light);
  text-align: center;
  margin: 60px 0;
}
.nanomonx-landing-page-container p.heading-desc {
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  max-width: 700px;
  margin: 0 auto;
}
.nanomonx-landing-page-container .product-cards-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 680px) {
  .nanomonx-landing-page-container .product-cards-container {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 800px) {
  .nanomonx-landing-page-container .product-cards-container {
    gap: 20px 40px;
  }
}
.nanomonx-landing-page-container .product-cards-container .product-card {
  width: 50%;
  min-width: 275px;
  max-width: 330px;
  aspect-ratio: 328 / 334;
  align-self: stretch;
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper {
  position: relative;
  transition: 0.6s ease-in-out;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: var(--default-color-2);
  width: 100%;
  height: 100%;
  padding: 25px;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-front {
  cursor: pointer;
  z-index: 2;
  transform: rotateY(0deg);
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-front img {
  width: 100%;
  max-width: 60%;
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-front h4 {
  color: var(--default-color-2);
  text-align: center;
  font-family: "Sofia Pro";
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 900;
  line-height: 1em;
  text-transform: none;
  margin: 0;
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back {
  transform: rotateY(180deg);
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back .close-card-btn {
  cursor: pointer;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--default-bg);
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back .close-card-btn i,
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back .close-card-btn svg {
  font-size: 17px;
  color: var(--troubadour-main-5);
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back .close-card-btn:hover {
  filter: brightness(1.1);
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back .card-text {
  color: var(--default-color-2);
  font-family: "Sofia Pro";
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.3em;
  padding: 20px 0;
  text-align: left;
  flex: 1;
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back .card-text span {
  display: block;
  margin-top: 5px;
  font-size: clamp(12px, 2vw, 16px);
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back .card-text a {
  color: var(--constellation-main-5);
  text-decoration: underline;
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back .card-links {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back a,
.nanomonx-landing-page-container .product-cards-container .product-card .card-flipper .card-inner.card-back button {
  margin: auto 0 0;
  align-self: center;
}
.nanomonx-landing-page-container .product-cards-container .product-card.flipped .card-flipper {
  transform: rotateY(180deg);
}
.nanomonx-landing-page-container .product-cards-container .product-card[data-product="TROUBADOUR"] .card-inner {
  background-color: var(--default-color-2);
}
.nanomonx-landing-page-container .product-cards-container .product-card[data-product="TROUBADOUR"] .card-inner.card-front h4 {
  color: var(--troubadour-main);
  margin-top: -5px;
}
.nanomonx-landing-page-container .product-cards-container .product-card[data-product="TROUBADOUR"] .card-inner.card-back .card-text {
  color: var(--troubadour-main-5);
}
.nanomonx-landing-page-container .product-cards-container .product-card[data-product="FAMILY"] .card-inner {
  background: var(--troubadour-section-bg2);
}
.nanomonx-landing-page-container .product-cards-container .product-card[data-product="FAMILY"] .card-inner.card-front h4 {
  margin-top: -5px;
}
.nanomonx-landing-page-container .product-cards-container .product-card[data-product="PARTNERS"] .card-inner {
  background-color: var(--admin-3);
}
.nanomonx-landing-page-container .product-cards-container .product-card[data-product="CONSTELLATION"] .card-inner {
  background-color: var(--constellation-main-2);
}
.nanomonx-landing-page-container .landing-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60vh;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/landing-header-left-top-bg.svg"), linear-gradient(77.07deg, var(--landing-bg-1) 35.55%, var(--landing-bg-2) 94.28%);
  background-repeat: no-repeat, no-repeat;
  background-position: top left 15%,
      top left;
  background-size: 10%, auto;
  overflow: hidden;
}
.nanomonx-landing-page-container .landing-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1108/1178;
  width: 50vw;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/landing-header-left-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-38%, 12%);
}
.nanomonx-landing-page-container .landing-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1315/1175;
  width: 50vw;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/landing-header-right-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(30%, -30%);
}
.nanomonx-landing-page-container .landing-header .landing-header-wave {
  position: absolute;
  width: 100%;
  height: 108px;
  left: 0;
  bottom: -60px;
  overflow: hidden;
  z-index: 10;
}
.nanomonx-landing-page-container .landing-header .landing-header-inner {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  max-width: 780px;
  margin: 10% auto;
  padding: 0 40px;
  z-index: 20;
}
.nanomonx-landing-page-container .landing-header .landing-header-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 190 / 210;
  width: 8vw;
  min-width: 60px;
  max-width: 100px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/adm-logo-white-trans.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-60%, -70%);
}
.nanomonx-landing-page-container .landing-header .landing-header-inner h1 {
  color: var(--default-color-2);
  text-align: center;
  font-family: Eagle, Lato, sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.17px;
  text-transform: none;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .nanomonx-landing-page-container .landing-header::before {
    width: 300px;
  }
  .nanomonx-landing-page-container .landing-header::after {
    width: 300px;
  }
  .nanomonx-landing-page-container .landing-header .landing-header-inner {
    margin: 140px auto 160px;
  }
  .nanomonx-landing-page-container .landing-header .landing-header-inner::before {
    transform: translate(40px, -120%);
  }
}
.nanomonx-landing-page-container .landing-products {
  position: relative;
  width: 100%;
  background-color: var(--default-bg);
  padding: 0 40px 40px 40px;
  margin-top: -2px;
}
.nanomonx-landing-page-container .landing-products .products-heading-title {
  color: var(--landing-page-heading-light);
}
.nanomonx-landing-page-container .landing-products .products-heading-desc {
  color: var(--landing-page-color1);
}
.nanomonx-landing-page-container .landing-expertise {
  width: 100%;
  padding: 0 40px;
  background-color: var(--landing-bg-2);
}
.nanomonx-landing-page-container .landing-expertise .expertise-heading-title {
  color: var(--landing-page-heading-dark);
}
.nanomonx-landing-page-container .landing-expertise .expertise-heading-desc {
  color: var(--landing-page-color2);
}
.nanomonx-landing-page-container .landing-expertise .expertise-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 240px;
  margin: 60px auto;
  padding: 0;
  gap: 20px;
  list-style-type: none;
}
.nanomonx-landing-page-container .landing-expertise .expertise-list li {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nanomonx-landing-page-container .landing-expertise .expertise-list li img {
  max-height: 125px;
  margin-bottom: 15px;
}
.nanomonx-landing-page-container .landing-expertise .expertise-list li span {
  font-family: Sofia Pro, sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.2em;
  color: var(--landing-page-color2);
  text-align: center;
}
@media screen and (min-width: 601px) {
  .nanomonx-landing-page-container .landing-expertise .expertise-list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 600px;
  }
  .nanomonx-landing-page-container .landing-expertise .expertise-list li {
    flex: 1 0 calc(50% - 10px);
  }
}
@media screen and (min-width: 1401px) {
  .nanomonx-landing-page-container .landing-expertise .expertise-list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
  }
  .nanomonx-landing-page-container .landing-expertise .expertise-list li {
    flex: 1 0 calc(25% - 15px);
  }
}
.invalid-credential {
  color: var(--content-invalid);
  margin: 0 0 5px;
}
.account-popup--success {
  position: absolute;
  z-index: 500;
  text-align: center;
  left: 0;
  right: 0;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  color: var(--default-color-2);
  border-radius: 6px;
  opacity: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  animation: fadeIn 0.4s forwards cubic-bezier(0.37, 0.24, 0.42, 1.4);
  animation-delay: 0.5s;
  background-color: var(--account-creation-bg);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    top: -50px;
  }
  to {
    opacity: 1;
    top: 25px;
  }
}
.account-popup--success .content {
  padding: 21px;
}
.account-popup--success .content h2 {
  color: var(--default-color-2);
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
.account-popup--success .content p {
  font-size: 16px;
  margin: 5px 0 0 0;
}
.account-popup--success .content p span {
  text-decoration: underline;
  font-weight: bold;
}
.account-popup--success .button-close {
  position: absolute;
  top: 0;
  padding: 10px 15px;
  right: 0;
}
.account-popup--success .button-close i {
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.account-popup--success .button-close i:hover {
  cursor: pointer;
  opacity: 0.7;
}


/*# sourceMappingURL=AdminLogin.e8111581821cf7092938.css.map*/