/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/FooterComponent/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0px 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer .container-xxl {
  background: white;
  border-radius: 40px;
  overflow: hidden;
  padding: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
  gap: 32px;
  box-shadow: 4px 8px 20px 0px rgba(121, 197, 153, 0.2);
}
.footer .container-xxl .get-in-touch-follow-us {
  width: 100%;
  grid-column: span 1/span 1;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .get-in-touch-follow-us .get-in-touch {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .get-in-touch-follow-us .get-in-touch h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.footer .container-xxl .get-in-touch-follow-us .get-in-touch address,
.footer .container-xxl .get-in-touch-follow-us .get-in-touch p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.footer .container-xxl .get-in-touch-follow-us .follow-us {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .get-in-touch-follow-us .follow-us h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin-bottom: 0px;
}
.footer .container-xxl .information-get-started {
  width: 100%;
  grid-column: span 2/span 2;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .information-get-started .information {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .information-get-started .information h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin-bottom: 0px;
}
.footer .container-xxl .information-get-started .information .links {
  margin-top: 10px;
  width: 100%;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
  gap: 32px;
}
.footer .container-xxl .information-get-started .information .links div {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}
.footer .container-xxl .information-get-started .information .links div a {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin: 0;
  padding: 0;
}
.footer .container-xxl .information-get-started .get-started {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .information-get-started .get-started h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin-bottom: 0px;
}
.footer .container-xxl .information-get-started .get-started .create-account {
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  padding: 0px 20px;
  background-color: var(--text-gray);
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: white;
  text-transform: capitalize;
  height: 50px;
  transition: all 0.1s ease-in-out;
}
.footer .container-xxl .information-get-started .get-started .create-account :hover {
  box-shadow: 4px 8px 20px 0px var(--text-gray);
}
.footer .container-xxl .information-get-started .get-started .create-account p {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin-bottom: 0px;
}
.footer p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
}

.footer-new-version {
  background-color: var(--bs-primary);
}
.footer-new-version .subscribe {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(246, 246, 246, 0.2235294118);
}
.footer-new-version .subscribe h5 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: start;
  margin-left: 16px;
  line-height: 26px;
}
.footer-new-version .subscribe .input-container {
  display: flex;
  width: 100%;
  margin-top: 1.5rem;
}
.footer-new-version .subscribe .input-container input {
  width: 100%;
  border-radius: 2.5rem;
  height: 3.125rem;
  font-family: var(--font-primary);
  border: none;
  outline: none;
  padding: 0 0.625rem;
  margin-right: 1rem;
}
.footer-new-version .subscribe .input-container input:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 197, 153, 0.3882352941);
}
.footer-new-version .links {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
  flex-direction: column;
}
.footer-new-version .links h5 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: start;
}
.footer-new-version .links p,
.footer-new-version .links a {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: start;
}

.footer-text p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: start;
}
.footer-text .social-media {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.footer-text .social-media svg {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 900px) {
  .footer .container-xxl {
    pad: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer .container-xxl .information-get-started {
    grid-column: span 1/span 1;
  }
  .footer .container-xxl .information-get-started .information .links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  .footer-text {
    flex-direction: column;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/BaseButton/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.base-button {
  display: flex;
  align-items: center;
  justify-content: var(--base-button-justify-content, center);
  white-space: nowrap;
  margin: var(--base-button-margin, 0);
  padding: var(--base-button-padding, 0 1.25rem);
  background-color: var(--base-button-bg-color, var(--bs-primary));
  border-radius: var(--base-button-border-radius, 2.5rem);
  font-size: var(--base-button-font-size, 1rem);
  font-family: var(--font-primary);
  color: var(--base-button-text-color, var(--bs-white));
  height: var(--base-button-height, 3.125rem);
  transition: box-shadow 0.1s ease-in-out;
  border: none;
}
.base-button:hover, .base-button:focus-visible {
  box-shadow: 0.25rem 0.5rem 1.25rem 0rem var(--color-gray-29);
}
.base-button--green-white {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
}
.base-button--green-black {
  background-color: var(--bs-secondary);
  color: var(--bs-black);
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/Header/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bs-white);
  height: 3.75rem;
  z-index: 999;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .header {
    height: 4.375rem;
  }
}
@media screen and (min-width: 992px) {
  .header {
    height: 5rem;
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 5.625rem;
  }
}
.header__navbar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.header__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.header__brand-logo {
  position: relative;
  width: 2.8125rem;
  height: 2.1875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header__brand-logo {
    width: 3.125rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 900px) {
  .header__brand-logo {
    width: 3.75rem;
    height: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__brand-logo {
    width: 5rem;
    height: 4.375rem;
  }
}
.header__brand-text {
  color: var(--bs-primary);
  font-size: 1.375rem;
  margin-top: 0.5rem;
  font-family: var(--font-tertiary);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header__brand-text {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 900px) {
  .header__brand-text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__brand-text {
    font-size: 2.5rem;
  }
}
.header__nav {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .header__nav {
    display: flex;
  }
}
.header__nav-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  height: 3.125rem;
  padding: 0rem 1.75rem;
  background-color: white;
  box-shadow: 0 4px 12px rgba(121, 197, 153, 0.15);
  border: 0.0625rem solid var(--bs-secondary);
  border-radius: 2.5rem;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .header__nav-items {
    gap: 2rem;
    padding: 0rem 2.25rem;
  }
}
.header__nav-item {
  font-size: 0.9375rem;
  font-family: var(--font-primary);
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header__nav-item {
    font-size: 1rem;
  }
}
.header__nav-item a {
  text-decoration: none;
}
.header__nav-item .nav-link {
  color: var(--bs-dark, #333);
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
}
.header__nav-item:hover .nav-link, .header__nav-item:focus-visible .nav-link {
  color: var(--bs-secondary);
}
.header__nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  margin-top: 0.5rem;
  pointer-events: auto;
}
.header__mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header__mobile-menu-toggle:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .header__mobile-menu-toggle {
    display: none;
  }
}
.header__mobile-overlay {
  display: block;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh - 3.75rem);
  background: rgba(0, 0, 0, 0.5);
  z-index: 898;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header__mobile-overlay {
    top: 4.375rem;
    height: calc(100vh - 4.375rem);
  }
}
@media screen and (min-width: 992px) {
  .header__mobile-overlay {
    display: none;
  }
}

.header__mobile-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.25rem;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  background-color: white;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  width: 100%;
  z-index: 899;
  padding: 1.5rem;
  max-height: calc(100vh - 3.75rem);
  overflow-y: auto;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .header__mobile-menu {
    top: 4.375rem;
    max-height: calc(100vh - 4.375rem);
  }
}
@media screen and (min-width: 992px) {
  .header__mobile-menu {
    display: none;
  }
}
.header__mobile-menu--active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__mobile-menu-item {
  width: 100%;
  font-size: 1rem;
  font-family: var(--font-primary);
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  list-style: none;
}
.header__mobile-menu-item a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.header__mobile-menu-item .nav-link {
  color: var(--bs-dark, #333);
  padding: 0.5rem 0;
  cursor: pointer;
}
.header__mobile-menu-item:hover .nav-link, .header__mobile-menu-item:focus-visible .nav-link {
  color: var(--bs-secondary);
}
.header__mobile-menu-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  height: 2.75rem;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0rem 2rem;
  background-color: var(--bs-primary);
  border-radius: 2.5rem;
  font-size: 1rem;
  font-family: var(--font-primary);
  font-weight: 600;
  color: white;
  transition: all 0.2s ease-in-out;
  border: none;
  cursor: pointer;
}
.header__mobile-menu-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.non-overlap-behavior {
  background-color: var(--bs-white);
  position: relative;
}
