/* line 1, app/assets/stylesheets/landing_page/header.scss */
.navbar-header {
  padding: 20px 108px;
  background: var(--Light-Blue, #f5f8ff);
  border-bottom: none;
  position: relative;
}

/* line 8, app/assets/stylesheets/landing_page/header.scss */
.nav-center {
  border-radius: 20px;
  border: 1px solid var(--White, #fff);
  background: rgba(255, 255, 255, 0.6);
}

/* line 13, app/assets/stylesheets/landing_page/header.scss */
.nav-center ul.navbar-nav {
  display: flex;
  padding: 10px 30px;
  align-items: center;
  gap: 10px;
}

/* line 21, app/assets/stylesheets/landing_page/header.scss */
.navbar-light .navbar-nav .nav-item {
  padding: 8px;
}

/* line 25, app/assets/stylesheets/landing_page/header.scss */
.navbar-light .navbar-nav .nav-link {
  color: var(--Grey-4, #59606c);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  padding: 0px;
}

/* line 34, app/assets/stylesheets/landing_page/header.scss */
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--Blue, #0070f0);
}

/* line 39, app/assets/stylesheets/landing_page/header.scss */
.button-group-header {
  gap: 12px;
}

@media (min-width: 992px) {
  /* line 44, app/assets/stylesheets/landing_page/header.scss */
  #mobileNav {
    display: none !important;
  }
}

/* line 49, app/assets/stylesheets/landing_page/header.scss */
.header-btn-primary {
  background: var(--Blue, #0070f0);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

/* line 57, app/assets/stylesheets/landing_page/header.scss */
.header-btn-primary:hover {
  background: var(--Dark-Blue, #013280);
  border-color: var(--Dark-Blue, #013280);
  color: var(--White, #fff);
}

/* line 63, app/assets/stylesheets/landing_page/header.scss */
.header-btn-primary:focus {
  box-shadow: none;
}

/* line 67, app/assets/stylesheets/landing_page/header.scss */
.header-btn-primary:active {
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/landing_page/header.scss */
.header-btn-primary:active:focus {
  box-shadow: none;
}

/* line 76, app/assets/stylesheets/landing_page/header.scss */
.header-btn-primary .btn-text {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

/* line 84, app/assets/stylesheets/landing_page/header.scss */
.header-btn-outline {
  background: transparent;
  color: var(--Blue, #0070f0);
}

/* line 88, app/assets/stylesheets/landing_page/header.scss */
.header-btn-outline:hover {
  color: #013280;
}

/* line 92, app/assets/stylesheets/landing_page/header.scss */
.header-btn-outline:focus {
  box-shadow: none;
}

/* line 96, app/assets/stylesheets/landing_page/header.scss */
.header-btn-outline:active {
  box-shadow: none;
}

/* line 100, app/assets/stylesheets/landing_page/header.scss */
.header-btn-outline:active:focus {
  box-shadow: none;
}
