.landing-page {
  /* =======================
  ******* Mobile Menu ******
  ========================*/
  /* Mobile to Tablet  */
  /* Tablet to Desktop */
}
.landing-page .ld-btn-list.geist-cx-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-page .ld-btn-list.geist-cx-btn > .ld-btn-list-item {
  padding: var(--geist-gap-half);
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-width: 0;
}
.landing-page .item {
  position: relative;
  display: flex;
}
.landing-page .item:after {
  content: "";
  display: block;
  height: 100vh;
  margin-bottom: -100vh;
}
.landing-page .item:last-of-type {
  margin-bottom: 0;
}
.landing-page .item:last-of-type:after {
  display: none;
}
@media screen and (max-width: 785px) {
  .landing-page .item {
    flex-direction: column;
  }
  .landing-page .item .image-holder {
    width: 75%;
    margin: 0 auto;
  }
  .landing-page .item .text-holder {
    margin-top: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 786px) {
  .landing-page .item .image-holder {
    max-width: 200px;
  }
  .landing-page .item .image-holder img {
    position: relative;
    height: 100%;
    width: auto;
  }
  .landing-page .item .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
  }
}
@media screen and (max-width: 960px) {
  .landing-page .ld-btn-list.geist-cx-btn > .ld-btn-list-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 600px) {
  .landing-page .ld-btn-list.geist-cx-btn > .ld-btn-list-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.landing-page .sticky {
  transition: 0.06s;
}
.landing-page .sticky.fixed {
  background-color: #fff;
}
.landing-page .sticky.fixed #navbar {
  min-height: 55px;
}
.landing-page #navbar {
  display: grid;
  min-height: 100px;
  grid-auto-flow: column;
  grid-gap: 1.5em;
  padding: 0 40px;
  transition: 0.06s;
}
@media screen and (max-width: 785px) {
  .landing-page #navbar {
    padding: 0 30px;
  }
}
.landing-page #logo {
  display: grid;
  justify-content: start;
  align-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.landing-page #logo img {
  /*filter: invert(1);*/
}
.landing-page .logo span {
  color: #0474bc;
}
.landing-page #links {
  display: grid;
  justify-content: right;
  align-content: center;
  grid-auto-flow: column;
  grid-gap: 1.5em;
}
.landing-page #links a {
  text-decoration: none;
  color: #333;
}
.landing-page #links a:hover {
  color: #333;
}
.landing-page #links a.btn-primary,
.landing-page #links a.btn-primary:hover {
  color: #fff;
}
.landing-page .search-input {
  border-radius: 8px;
  background-color: transparent;
}
.landing-page .search-input:focus {
  background-color: #fff;
  border: 1px solid #000 !important;
  outline: none !important;
  --tw-ring-shadow: none;
}
.landing-page .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.landing-page .sidenav.open {
  width: 280px;
}
.landing-page .sidenav .sidenav-menu-item {
  padding-top: 50px;
}
.landing-page .sidenav .sidenav-menu-item a {
  padding: 15px;
  white-space: nowrap;
}
.landing-page .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.landing-page .sidenav a:hover {
  color: #fff;
}
.landing-page .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.landing-page a {
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 320px) and (max-width: 767px) {
  .landing-page #links,
  .landing-page .mobile-menu {
    display: none;
  }
  .landing-page #logo {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-gap: 70px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
@media (min-width: 768px) {
  .landing-page .mobile-btn {
    display: none;
  }
}
.landing-page .contact-form {
  position: relative;
  min-height: 100vh;
}
.landing-page .contact-form::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: url(http://localhost:3000/assets/d3941113-a40d-4e29-ad1f-08b8f432deb3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.landing-page .contact-form form {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.landing-page .contact-form .input-group {
  padding: 5px;
}
.landing-page .contact-form .input-group input,
.landing-page .contact-form .input-group textarea {
  width: 100%;
  border-radius: 3px;
}
@-webkit-keyframes movingTab {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes movingTab {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}
.landing-page a {
  text-decoration: none;
}
.landing-page ul {
  margin: 0;
  padding: 0;
}
.landing-page .tabs .tabs--list {
  display: block;
  margin: auto;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 785px) {
  .landing-page .tabs .tabs--list {
    display: none;
  }
}
.landing-page .tabs .tabs--list li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  margin-right: 2rem;
}
.landing-page .tabs .tabs--list li a {
  display: block;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  text-align: center;
  color: #000;
  opacity: 0.6;
}
.landing-page .tabs .tabs--list li a.actived {
  background-color: #f2f2f4;
  transition: left 0.7s, box-shadow 0.5s;
  border-radius: 1.375rem;
  opacity: 1;
}
.landing-page .tabs .tabs--content {
  text-align: left;
  padding: 35px;
  background: #fff;
  border-radius: 15px;
  margin-top: 1rem;
}
@media screen and (max-width: 785px) {
  .landing-page .tabs .tabs--content {
    background: transparent;
    padding: 0;
  }
}
.landing-page .tabs .tabs--content li {
  display: none;
}
.landing-page .tabs .tabs--content li.actived {
  display: block;
}
@media screen and (max-width: 785px) {
  .landing-page .tabs .tabs--content li {
    display: block;
    margin-bottom: 3rem;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
  }
  .landing-page .tabs .tabs--content li:last-child {
    margin-bottom: 0;
  }
  .landing-page .tabs .tabs--content li .image-holder {
    width: 100%;
  }
}
.landing-page .footer {
  font-size: 0.875rem;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 758px) {
  .landing-page .footer {
    padding: 4rem 2rem 1rem;
  }
}
.landing-page .footer__main-bar {
  justify-content: space-between;
}
.landing-page .footer__info-bar {
  position: relative;
  padding-top: 1.5rem;
}
.landing-page .footer__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.1px;
  margin: 0 0 1.5rem;
  line-height: 1.15;
}
.landing-page .footer-nav__item,
.landing-page .footer__form {
  margin-bottom: 1.5rem;
}
.landing-page .form-group {
  margin-bottom: 0;
}
.landing-page .footer__form {
  max-width: 24.625rem;
  margin-bottom: 5rem;
}
.landing-page .footer__form .form-control {
  border-radius: 8px;
  border-width: 0;
  background: rgba(0, 0, 0, 0.04);
  font-size: 0.875rem;
  padding: 16px;
  margin-right: 8px;
  flex-grow: 1;
  height: 48px;
  color: #000;
  margin-bottom: 1rem;
}
.landing-page .footer__form .form-control:hover {
  background: rgba(0, 0, 0, 0.08);
}
.landing-page .footer__form .form-control:focus {
  background: #fff;
  box-shadow: 0 0 0 2px #149bfe;
}
.landing-page .footer__form .btn {
  flex-shrink: 0;
  padding: 0.8125rem;
  font-size: 0.9375rem;
  line-height: 1.333;
  margin-bottom: 1rem;
}
.landing-page .footer-nav__link {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.landing-page .footer-nav__link:hover {
  color: #000;
}
.landing-page .social-list {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .landing-page .social-list {
    justify-content: space-between;
    margin-top: 2rem;
  }
}
.landing-page .social-list__item {
  padding: 0 0.8rem;
}
.landing-page .social-list__item img {
  filter: invert(0.7);
  height: 18px;
}
.landing-page .social-list__item:hover img {
  filter: invert(1);
}
.landing-page .footer-logo {
  display: inline-flex;
  margin-bottom: 2.5rem;
}
.landing-page .footer-logo img {
  filter: invert(1);
}
.landing-page .social-list__link {
  outline: 1px solid transparent;
  color: currentColor;
}
.landing-page .social-list__link:hover {
  color: #0085e4;
}
.landing-page .footer__text {
  font-size: 0.75rem;
  line-height: 1.6667;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.1px;
}
.landing-page .footer__text p:last-child {
  margin-bottom: 0;
}
.landing-page .footer__copy {
  font-size: 1rem;
}
.landing-page .footer__author {
  font-size: 1rem;
  color: currentColor;
  display: inline-block;
}
.landing-page .footer__info-bar {
  font-size: 0.75rem;
}
.landing-page .footer__info-bar .footer-nav {
  margin: 0 -1rem;
}
.landing-page .footer__info-bar .footer-nav__item {
  margin: 0 1rem;
}
.landing-page .footer__info-bar .footer-nav__link {
  color: #000;
}
.landing-page .footer__info-bar .footer-nav__link:hover {
  color: #259aef;
}
.landing-page .bg-footer {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 0;
  width: 400px;
  z-index: -1;
}
.landing-page .footer__info-bar {
  justify-content: center;
}
.landing-page .footer__info-col {
  text-align: center;
}
.landing-page .footer__copy {
  letter-spacing: -0.3px;
}