/* [project]/src/components/organisms/registrationForm/registrationForm.module.scss.module.css [app-client] (css) */
.registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form {
  position: relative;
}

.registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form .registrationForm-module-scss-module__Qtk-IG__close {
  cursor: pointer;
  color: #666;
  background: #fff;
  border: 1px solid #666;
  border-radius: .5rem .25rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -.5rem;
  right: -.5rem;
}

.registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form h2 {
  text-align: center;
  margin-bottom: 1.375rem;
}

.registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form input[type="text"], .registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form textarea, .registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form input[type="email"], .registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form input[type="tel"] {
  border: 1px solid #ccc;
  border-radius: 1.375rem;
  outline: none;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1rem .875rem;
  font-size: .875rem;
  transition: border-color .3s, box-shadow .3s;
}

.registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form input[type="text"]:focus, .registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form textarea:focus, .registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form input[type="email"]:focus, .registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form input[type="tel"]:focus {
  border-color: #666;
}

.registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form button[type="submit"] {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1de9b6;
  border: none;
  border-radius: 1.375rem;
  width: 100%;
  padding: 1rem .875rem;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
}

.registrationForm-module-scss-module__Qtk-IG__registrationForm .registrationForm-module-scss-module__Qtk-IG__form button[type="submit"]:hover {
  color: #fff;
  background-color: #091219;
}

.registrationForm-module-scss-module__Qtk-IG__showRegistrationForm {
  display: flex;
}

/* [project]/src/components/organisms/header/header.module.scss.module.css [app-client] (css) */
.header-module-scss-module__Lu_kpG__header {
  z-index: 1;
  opacity: 1;
  will-change: transform, opacity;
  background-color: #091219;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  transition: transform .3s, opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
}

.header-module-scss-module__Lu_kpG__header .header-module-scss-module__Lu_kpG__inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (min-width: 600px) {
  .header-module-scss-module__Lu_kpG__header .header-module-scss-module__Lu_kpG__inner {
    justify-content: space-between;
  }
}

.header-module-scss-module__Lu_kpG__header .header-module-scss-module__Lu_kpG__inner .header-module-scss-module__Lu_kpG__logo {
  padding: 0;
}

@media (min-width: 0) {
  .header-module-scss-module__Lu_kpG__header .header-module-scss-module__Lu_kpG__inner .header-module-scss-module__Lu_kpG__btn {
    z-index: 999;
    border-top: 1px solid #666;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .header-module-scss-module__Lu_kpG__header .header-module-scss-module__Lu_kpG__inner .header-module-scss-module__Lu_kpG__btn a {
    text-align: center;
    text-transform: uppercase;
    background: #1de9b6;
    border-radius: 0;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .header-module-scss-module__Lu_kpG__header .header-module-scss-module__Lu_kpG__inner .header-module-scss-module__Lu_kpG__btn {
    border-top: none;
    width: auto;
    display: block;
    position: relative;
  }

  .header-module-scss-module__Lu_kpG__header .header-module-scss-module__Lu_kpG__inner .header-module-scss-module__Lu_kpG__btn a {
    text-transform: none;
    border-radius: 1.5rem;
  }
}

.header-module-scss-module__Lu_kpG__headerStickey {
  z-index: 999;
  opacity: 1;
  background-color: #091219;
  width: 100%;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.header-module-scss-module__Lu_kpG__headerHide {
  opacity: 0;
  transform: translateY(-100%);
}

/* [project]/src/components/atoms/cta/cta.module.scss.module.css [app-client] (css) */
.cta-module-scss-module__GRghuG__cta a {
  color: #000;
  background: #fff;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.cta-module-scss-module__GRghuG__cta a:hover {
  color: #fff;
  background: #1de9b6;
}

/* [project]/src/components/organisms/footer/footer.module.scss.module.css [app-client] (css) */
.footer-module-scss-module__OEd45W__footer {
  background: #111c26;
  padding: 1.25rem 0;
}

.footer-module-scss-module__OEd45W__footer .footer-module-scss-module__OEd45W__inner {
  color: #fff;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: .75rem;
  display: flex;
}

@media (min-width: 900px) {
  .footer-module-scss-module__OEd45W__footer .footer-module-scss-module__OEd45W__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* [project]/src/assets/scss/main.scss.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  line-height: 120%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

html, body {
  font-optical-sizing: auto;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
}

@media (min-width: 900px) {
  .container {
    padding: 0;
  }
}

.primaryCta, .secondaryCTA, .whiteCta {
  cursor: pointer;
  color: #000;
  background: #1de9b6;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.primaryCta:hover, .secondaryCTA:hover, .whiteCta:hover {
  color: #091219;
  background-color: #fff;
}

.whiteCta {
  color: #000;
  background-color: #fff;
}

.whiteCta:hover {
  color: #000;
  background-color: #1de9b6;
}

/* [project]/src/components/organisms/Lightbox/lightbox.scss.css [app-client] (css) */
.lightbox-overlay {
  z-index: 1000;
  background: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.lightbox-content {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  padding: 2rem;
  position: relative;
}

.close-btn {
  color: #fff;
  cursor: pointer;
  background: red;
  border: none;
  font-size: 16px;
  position: absolute;
  top: 8px;
  right: 12px;
}

/*# sourceMappingURL=src_9c002068._.css.map*/