@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --spacing-fixed-xs-1: 2px;
  --spacing-fixed-xs-2: 4px;
  --spacing-fixed-xs-3: 8px;
  --spacing-fixed-xs-4: 12px;
  --spacing-fixed-sm-1: 20px;
  --spacing-fixed-sm-2: 24px;
  --spacing-fixed-sm-3: 28px;
  --spacing-fixed-sm-4: 32px;
  --spacing-fixed-md-1: 44px;
  --spacing-fixed-md-2: 48px;
  --spacing-fixed-md-3: 52px;
  --spacing-fixed-md-4: 56px;
  --spacing-fixed-lg-1: 68px;
  --spacing-fixed-lg-2: 76px;
  --spacing-fixed-lg-3: 84px;
  --spacing-fixed-lg-4: 92px;
  --spacing-fixed-xl-1: 108px;
  --spacing-fixed-xl-2: 120px;
  --spacing-fixed-xl-3: 132px;
  --spacing-fixed-xl-4: 144px;
  --spacing-xs-1: 2px;
  --spacing-xs-2: 4px;
  --spacing-xs-3: 8px;
  --spacing-xs-4: 12px;
  --spacing-sm-1: 20px;
  --spacing-sm-2: 24px;
  --spacing-sm-3: 28px;
  --spacing-sm-4: 32px;
  --spacing-md-1: 44px;
  --spacing-md-2: 48px;
  --spacing-md-3: 52px;
  --spacing-md-4: 56px;
  --spacing-lg-1: 68px;
  --spacing-lg-2: 76px;
  --spacing-lg-3: 84px;
  --spacing-lg-4: 92px;
  --spacing-xl-1: 108px;
  --spacing-xl-2: 120px;
  --spacing-xl-3: 132px;
  --spacing-xl-4: 144px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  :root {
    --spacing-xs-1: 1px;
    --spacing-xs-2: 2px;
    --spacing-xs-3: 4px;
    --spacing-xs-4: 8px;
    --spacing-sm-1: 16px;
    --spacing-sm-2: 20px;
    --spacing-sm-3: 24px;
    --spacing-sm-4: 28px;
    --spacing-md-1: 36px;
    --spacing-md-2: 40px;
    --spacing-md-3: 44px;
    --spacing-md-4: 48px;
    --spacing-lg-1: 56px;
    --spacing-lg-2: 64px;
    --spacing-lg-3: 72px;
    --spacing-lg-4: 80px;
    --spacing-xl-1: 96px;
    --spacing-xl-2: 108px;
    --spacing-xl-3: 120px;
    --spacing-xl-4: 132px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacing-xs-1: 1px;
    --spacing-xs-2: 2px;
    --spacing-xs-3: 4px;
    --spacing-xs-4: 8px;
    --spacing-sm-1: 12px;
    --spacing-sm-2: 16px;
    --spacing-sm-3: 20px;
    --spacing-sm-4: 24px;
    --spacing-md-1: 28px;
    --spacing-md-2: 32px;
    --spacing-md-3: 36px;
    --spacing-md-4: 40px;
    --spacing-lg-1: 44px;
    --spacing-lg-2: 52px;
    --spacing-lg-3: 60px;
    --spacing-lg-4: 68px;
    --spacing-xl-1: 76px;
    --spacing-xl-2: 88px;
    --spacing-xl-3: 100px;
    --spacing-xl-4: 112px;
  }
}
.padding-top-md-1 {
  padding-top: var(--spacing-md-1);
}

.padding-top-md-4 {
  padding-top: var(--spacing-md-4);
}

/*========== variables ==========*/
/*========== inputs ==========*/
/*========== end inputs ==========*/
.h1-style, h1 {
  font-size: 6.3115120968rem;
  line-height: 1.85;
  font-weight: 600;
  margin-bottom: 0;
}

.h2-style, h2 {
  font-size: 4.734817777rem;
  line-height: 1.85;
  font-weight: 600;
  margin-bottom: 0;
}

.h3-style, h3 {
  font-size: 3.5520013331rem;
  line-height: 1.85;
  font-weight: 600;
  margin-bottom: 0;
}

.h4-style, h4 {
  font-size: 2.6646671666rem;
  line-height: 1.85;
  font-weight: 600;
  margin-bottom: 0;
}

.h5-style, h5 {
  font-size: 1.999000125rem;
  line-height: 1.85;
  font-weight: 600;
  margin-bottom: 0;
}

.h6-style, h6 {
  font-size: 1.499625rem;
  line-height: 1.85;
  font-weight: 600;
  margin-bottom: 0;
}

.body-style, p, ul {
  font-size: 1.125rem;
  line-height: 1.85;
  font-weight: 400;
  margin-bottom: 0;
}

p, ul {
  font-weight: 400;
  margin-bottom: 0;
}
p + p, p + ul, ul + p, ul + ul {
  margin-top: var(--spacing-xs-4);
}

li + li {
  margin-top: var(--spacing-xs-3);
}

small {
  font-size: 0.8439609902rem;
  line-height: 1.85;
  font-weight: 400;
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .h1-style, h1 {
    font-size: 3.8146972656rem;
  }
  .h2-style, h2 {
    font-size: 3.0517578125rem;
  }
  .h3-style, h3 {
    font-size: 2.44140625rem;
  }
  .h4-style, h4 {
    font-size: 1.953125rem;
  }
  .h5-style, h5 {
    font-size: 1.5625rem;
  }
  .h6-style, h6 {
    font-size: 1.25rem;
  }
  p, ul {
    font-size: 1rem;
  }
  small {
    font-size: 0.8rem;
  }
}
.typography-light-weight, .faqs-container .row .faq-container .faq-content p,
.faqs-container .row .faq-container .faq-content ul {
  font-weight: 400;
}

.typography-compact-line, .faqs-container .row .faq-container .faq-content p,
.faqs-container .row .faq-container .faq-content ul {
  line-height: 1.65;
}

.typography-compact-line-2 {
  line-height: 1.4;
}

/*========== imports ==========*/
body {
  font-family: "Poppins", "Inter", sans-serif !important;
}

/*========== buttons ==========*/
.btn {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 22px;
  transition: 0.25s;
  margin-right: var(--spacing-fixed-sm-2);
}
.btn:hover {
  border-radius: 26px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1rem;
  }
}
.btn:last-child {
  margin: 0;
}
.btn.btn-primary, .btn.btn-primary:active {
  border: solid 2px transparent;
  background-color: #1d1d1d;
  color: #fafafa;
}
.btn.btn-primary:hover, .btn.btn-primary:active:hover {
  background-color: #3b3d3e;
}
.btn.btn-secondary {
  border: solid 2px #fafafa;
  background-color: #fafafa;
  color: #1d1d1d;
}
.btn.btn-secondary:hover {
  background-color: transparent !important;
  color: #fafafa;
}
.btn.btn-secondary-transparent {
  border: solid 2px #fafafa;
  background-color: transparent;
  color: #fafafa;
}
.btn.btn-secondary-transparent:hover {
  background-color: #fafafa !important;
  color: #1d1d1d;
}
.btn.btn-tertiary {
  border: solid 2px #1d1d1d;
  background-color: #fafafa;
  color: #1d1d1d;
}
.btn.btn-tertiary:hover {
  background-color: #1d1d1d !important;
  color: #fafafa;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-fixed-xs-4);
}

.btn-float-left {
  float: left;
  margin-right: var(--spacing-fixed-sm-2) !important;
}

.btn-small {
  font-size: 0.8439609902rem;
  padding: 6px 12px;
}

.btn-big {
  font-size: 1.125rem;
  padding: 14px 24px;
}

/*========== css ==========*/
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: 100%;
  background-color: #1d1d1d;
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("../images/founder_2_1.jpg") url("../images/logos/logo.png") url("../images/logos/logo_light.png");
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.arrow-link, #back-to-top a,
#back-to-top a:active,
#back-to-top a:visited {
  width: auto;
  font-size: 36px;
  line-height: 36px;
  color: #fafafa;
  text-decoration: none;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.35);
}
.arrow-link:hover, #back-to-top a:hover {
  text-decoration: none;
}

a:not(.navbar-brand,
.scroll-down-chevron a,
.scroll-down-chevron,
.horizontal-scrolling-arrow a,
.icon-navigate,
.app-store-link,
.dark-link) {
  color: #fafafa;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
a:not(.navbar-brand,
.scroll-down-chevron a,
.scroll-down-chevron,
.horizontal-scrolling-arrow a,
.icon-navigate,
.app-store-link,
.dark-link):after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fafafa;
  transition: width 0.1s ease 0s, left 0.1s ease 0s;
  width: 0;
}
a:not(.navbar-brand,
.scroll-down-chevron a,
.scroll-down-chevron,
.horizontal-scrolling-arrow a,
.icon-navigate,
.app-store-link,
.dark-link):hover {
  color: #fafafa;
}
a:not(.navbar-brand,
.scroll-down-chevron a,
.scroll-down-chevron,
.horizontal-scrolling-arrow a,
.icon-navigate,
.app-store-link,
.dark-link):hover:after {
  width: 100%;
  left: 0;
}

.dark-link {
  color: #1d1d1d;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.dark-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #1d1d1d;
  transition: width 0.1s ease 0s, left 0.1s ease 0s;
  width: 0;
}
.dark-link:hover {
  color: #1d1d1d;
}
.dark-link:hover:after {
  width: 100%;
  left: 0;
}

.icon-animate-hover:hover {
  transition: 0.1s;
  transform: translateY(-3px);
}

.row {
  margin: 0;
}

.dotBg, .contact-us-section, .download-app-section, .what-we-do-section, .screen-explore-section {
  background-image: url("../images/dot_bg.png");
  background-repeat: repeat;
  background-size: 16px 16px;
  background-blend-mode: color-burn;
}

section.hidden {
  display: none;
}
section.single-page {
  padding-top: 46px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 550px;
    padding-left: var(--spacing-fixed-xs-4);
    padding-right: var(--spacing-fixed-xs-4);
  }
}
/*========== back to top button ==========*/
#back-to-top {
  position: fixed;
  right: var(--spacing-fixed-sm-2);
  bottom: var(--spacing-fixed-sm-2);
  transition: all 0.25s ease-out 0s;
}
#back-to-top.centered {
  left: 50%;
}
/*========== collapsable faq-style sections ==========*/
.faqs-container .row:not(:last-child) .faq-container {
  border-bottom: 1px solid #e3e3e3;
}
.faqs-container .row .faq-container {
  padding-top: var(--spacing-fixed-sm-1);
  padding-bottom: var(--spacing-fixed-sm-1);
}
.faqs-container .row .faq-container .faq-header {
  display: flex;
  gap: var(--spacing-fixed-sm-1);
}
.faqs-container .row .faq-container .faq-header p {
  display: inline;
}
.faqs-container .row .faq-container .faq-header button.toggle-faq {
  border: solid 0 transparent;
  background-color: transparent;
  margin-left: auto;
}
.faqs-container .row .faq-container .faq-header button.toggle-faq .toggler-icon {
  width: 18px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.25s ease-out 0s;
}
@media (max-width: 767px) {
  .faqs-container .row .faq-container .faq-header button.toggle-faq .toggler-icon {
    width: 16px;
  }
}
.faqs-container .row .faq-container .faq-header .toggler-icon:nth-of-type(1) {
  top: 7px;
}
.faqs-container .row .faq-container .faq-header .toggler-icon:nth-of-type(2) {
  transform: rotate(90deg);
}
.faqs-container .row .faq-container .faq-header.active .toggler-icon:nth-of-type(1) {
  transform: rotate(180deg);
}
.faqs-container .row .faq-container .faq-header.active .toggler-icon:nth-of-type(2) {
  transform: rotate(360deg);
}
.faqs-container .row .faq-container .faq-content {
  display: grid;
  transition: grid-template-rows 0.25s ease-in-out;
  grid-template-rows: 1fr;
  color: #3b3d3e;
}
.faqs-container .row .faq-container .faq-content .faq-expandable-content {
  overflow: hidden;
}
.faqs-container .row .faq-container .faq-content:not(.active) {
  grid-template-rows: 0fr;
}
.faqs-container .row .faq-container .faq-content p,
.faqs-container .row .faq-container .faq-content ul {
  margin-top: var(--spacing-fixed-sm-1);
}

/*========== start header and navbar ==========*/
.translucent-background, .header.sticky .header-background, .header:has(.show) .header-background {
  background-color: rgba(65, 65, 65, 0.5); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Blurs content behind the box */
  -webkit-backdrop-filter: blur(10px);
}

.header {
  z-index: 99;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s ease-out 0s;
  width: 100%;
  margin-top: var(--spacing-xs-4);
}
.header .header-background {
  border-radius: 22px;
}
.header .nav-inner .navbar {
  padding: 0;
  position: relative;
  transition: all 0.25s ease-out 0s;
}
.header .nav-inner .navbar .navbar-nav {
  margin: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.header .nav-inner .navbar .navbar-nav li.nav-item {
  margin-top: 0;
  position: relative;
  margin-right: 40px;
  height: 80px;
}
.header .nav-inner .navbar .navbar-nav li.nav-item:last-child {
  margin-right: 0 !important;
}
.header .nav-inner .navbar .navbar-nav li.nav-item a {
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.header .nav-inner .navbar .navbar-nav li.nav-item a.nested-menu-link::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  transition: all 0.25s ease-out 0s;
  transform-origin: center;
  transform: rotate(180deg);
  display: none;
}
@media only screen and (max-width: 991px) {
  .header .nav-inner .navbar .navbar-nav li.nav-item a.nested-menu-link::after {
    display: inline-block;
  }
}
.header .nav-inner .navbar .navbar-nav li.nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header .nav-inner .navbar .navbar-nav .sub-menu {
  padding: 10px 20px;
  min-width: 270px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  right: 0;
  top: 89px !important;
  background-clip: padding-box;
  border-top: solid transparent 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out 0s;
}
.header .nav-inner .navbar .navbar-nav .sub-menu .nav-item a {
  line-height: 35px;
}
.header .nav-inner .navbar .navbar-nav .sub-menu > li {
  display: block;
  margin-left: 0;
}
.header .nav-inner .navbar .navbar-brand {
  padding-left: 0;
  border-radius: 0;
}
.header .nav-inner .navbar .navbar-brand .logo-text {
  margin-left: var(--spacing-fixed-xs-3);
  font-size: 43px;
  font-weight: 600;
  color: #fafafa;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.09);
}
.header .nav-inner .navbar .navbar-brand .logo-text span {
  font-weight: 400;
}
.header .nav-inner .navbar .navbar-brand img {
  width: 46px;
}
.header .nav-inner .navbar .navbar-toggler {
  border-color: transparent;
}
.header .nav-inner .navbar .navbar-toggler#nav-toggle-btn {
  padding: 0px;
}
.header .nav-inner .navbar .navbar-toggler#nav-toggle-btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.header .nav-inner .navbar .navbar-toggler#nav-toggle-btn.active .toggler-icon:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 7px;
}
.header .nav-inner .navbar .navbar-toggler#nav-toggle-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.header .nav-inner .navbar .navbar-toggler#nav-toggle-btn.active .toggler-icon:nth-of-type(3) {
  transform: rotate(-135deg);
  top: -7px;
}
.header .nav-inner .navbar .navbar-toggler#nav-toggle-btn .toggler-icon {
  width: 30px;
  height: 2px;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.25s ease-out 0s;
}
.header:has(.show) {
  /* styles applied to .header */
}
.header:has(.show) a {
  color: #fafafa;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.header:has(.show) a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fafafa;
  transition: width 0.1s ease 0s, left 0.1s ease 0s;
  width: 0;
}
.header:has(.show) a:hover {
  color: #fafafa;
}
.header:has(.show) a:hover:after {
  width: 100%;
  left: 0;
}
.header.sticky {
  position: fixed;
  z-index: 99;
}
.header.sticky {
  /* Add vendor prefix for better compatibility with older WebKit browsers */
  transition: all 0.25s ease-out 0s;
  top: 0;
  padding: 0 0;
}
.header.sticky .navbar #nav-toggle-btn .toggler-icon {
  background-color: #fafafa;
}
.header.sticky .navbar .navbar-brand .logo-text {
  color: #fafafa;
}
.header:not(.sticky) .navbar #nav-toggle-btn .toggler-icon {
  background-color: #fafafa;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header {
    padding: var(--spacing-fixed-xs-4) 0 !important;
  }
  .header .nav-inner .navbar .sub-menu-bar.navbar-collapse {
    top: 89px !important;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    border-radius: 12px;
    overflow: hidden;
  }
  .header .nav-inner .navbar .sub-menu-bar .navbar-nav li.nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .nav-inner .navbar .sub-menu-bar .navbar-nav li.nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .nav-inner .navbar .sub-menu-bar .navbar-nav li.nav-item .sub-menu .nav-item a.collapsed::after {
    transform: rotate(0deg);
  }
  .header .nav-inner .navbar .sub-menu-bar .navbar-nav li.nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .nav-inner .navbar .sub-menu-bar .navbar-nav li.nav-item {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .header .nav-inner .navbar .sub-menu-bar .navbar-nav li.nav-item {
    height: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-brand .logo-text {
    display: none;
  }
}
/*========== end header and navbar ==========*/
/*========== start hero area ==========*/
.hero-section {
  position: relative;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  min-height: 100%;
  padding: 120px 0 120px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05)), url("../images/splash_inmage_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.hero-section .container .row {
  row-gap: var(--spacing-fixed-lg-3);
}
.hero-section .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  color: #fafafa;
}
.hero-section .hero-content h1,
.hero-section .hero-content h2,
.hero-section .hero-content h3,
.hero-section .hero-content h4,
.hero-section .hero-content h5,
.hero-section .hero-content h6 {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.0901960784);
}
@media (max-width: 767px) {
  .hero-section .hero-content h1,
  .hero-section .hero-content h2,
  .hero-section .hero-content h3,
  .hero-section .hero-content h4,
  .hero-section .hero-content h5,
  .hero-section .hero-content h6 {
    line-height: 1.4;
  }
}
.hero-section .hero-content h1 span.scrolling-specialty,
.hero-section .hero-content h2 span.scrolling-specialty,
.hero-section .hero-content h3 span.scrolling-specialty,
.hero-section .hero-content h4 span.scrolling-specialty,
.hero-section .hero-content h5 span.scrolling-specialty,
.hero-section .hero-content h6 span.scrolling-specialty {
  display: inline-block;
  --animate-duration: 0.4s;
}
.hero-section .hero-content .hero-header {
  line-height: 1.5;
}
.hero-section .hero-content .hero-subheader {
  margin: var(--spacing-md-1) 0;
}
.hero-section .hero-phone-img {
  max-height: 70vh;
  min-height: 600px;
  width: auto;
}
.hero-section .scroll-down-chevron {
  position: absolute;
  bottom: var(--spacing-fixed-sm-2);
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero-section .scroll-down-chevron a,
.hero-section .scroll-down-chevron a:active,
.hero-section .scroll-down-chevron a:visited {
  width: auto;
  font-size: 36px;
  color: #fafafa;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    padding: 150px 0 60px 0;
  }
  .hero-section .hero-content {
    text-align: center;
  }
  .hero-section .hero-content h6 span {
    height: 2em;
  }
  .hero-section .scroll-down-chevron {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 120px 0 50px 0;
  }
  .hero-section .hero-content {
    text-align: center;
  }
  .hero-section .hero-content h6 span.scrolling-specialty {
    display: block;
    height: 2em;
  }
  .hero-section .hero-content h6 span.scrolling-specialty::first-letter {
    text-transform: capitalize;
  }
  .hero-section .scroll-down-chevron {
    display: none;
  }
}
/*========== end hero area ==========*/
/*========== start who we are section ==========*/
.who-we-are-section {
  color: #fafafa;
  background-color: #1d1d1d;
  background-image: radial-gradient(ellipse at right, transparent 0, rgba(44, 58, 59, 0.2) 30%, rgba(22, 24, 24, 0.3) 50%, #161818 70%);
}
.who-we-are-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  padding-bottom: var(--spacing-fixed-lg-3);
}
.who-we-are-section .container h2 {
  margin-bottom: var(--spacing-fixed-sm-2);
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.0901960784);
}
.who-we-are-section .container h2 span {
  color: #CCD5AE;
}
.who-we-are-section .container button#btn-people-anchor {
  margin-top: var(--spacing-md-1);
}

/*========== end who we are section ==========*/
/*========== start screen explore section ==========*/
.screen-explore-section {
  color: #3b3d3e;
  background-color: #fafafa;
  border-radius: 12px;
}
.screen-explore-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  clip-path: inset(-100% 0 0 0);
}
.screen-explore-section .container .container-row {
  row-gap: var(--spacing-fixed-sm-2);
}
.screen-explore-section .container .container-row .image-col {
  display: flex;
  justify-content: center;
}
.screen-explore-section .container .container-row .image-col .parallax-clip {
  max-height: 500px;
}
.screen-explore-section .container .container-row .image-col .parallax-clip .parallax-img {
  max-width: 100%;
  height: auto;
  max-height: 800px;
  will-change: transform;
}
@media (max-width: 991px) {
  .screen-explore-section .container .container-row .text-container {
    order: 1;
  }
  .screen-explore-section .container .container-row .image-col {
    order: 2;
  }
}
.screen-explore-section .container h2 {
  margin-bottom: var(--spacing-fixed-sm-2);
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.0901960784);
  line-height: 1.2;
}
.screen-explore-section .container h2 span {
  color: #CCD5AE;
}
.screen-explore-section .container h6 {
  margin-top: var(--spacing-sm-1);
}

/*========== end screen explore section ==========*/
/*========== start screen groups section ==========*/
.screen-groups-section {
  color: #fafafa;
  background-color: #1d1d1d;
  background-image: radial-gradient(ellipse at right, transparent 0, rgba(44, 58, 59, 0.2) 30%, rgba(22, 24, 24, 0.3) 50%, #161818 70%);
}
.screen-groups-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  clip-path: inset(-100% 0 0 0);
}
.screen-groups-section .container .container-row {
  row-gap: var(--spacing-fixed-sm-2);
}
.screen-groups-section .container .image-col {
  display: flex;
  justify-content: center;
}
.screen-groups-section .container .image-col .parallax-clip {
  max-height: 500px;
}
.screen-groups-section .container .image-col .parallax-clip .parallax-img {
  max-width: 100%;
  height: auto;
  max-height: 800px;
  will-change: transform;
}
.screen-groups-section .container h2 {
  margin-bottom: var(--spacing-fixed-sm-2);
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.0901960784);
  line-height: 1.2;
}
.screen-groups-section .container h2 span {
  color: #CCD5AE;
}
.screen-groups-section .container h6 {
  margin-top: var(--spacing-sm-1);
}

/*========== end screen groups section ==========*/
/*========== start what we do section ==========*/
.what-we-do-section {
  color: #3b3d3e;
  background-color: #fafafa;
  border-radius: 12px;
}
.what-we-do-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  padding-bottom: var(--spacing-fixed-lg-3);
}
.what-we-do-section .container h2 {
  margin-bottom: var(--spacing-fixed-sm-2);
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.0901960784);
}
.what-we-do-section .container h2 span {
  color: #CCD5AE;
}
.what-we-do-section .container h6 {
  margin-top: var(--spacing-sm-1);
}

/*========== end what we do section ==========*/
/*========== start what sets us apart section ==========*/
.what-sets-us-apart-section {
  color: #fafafa;
  background-color: #1d1d1d;
  background-image: radial-gradient(ellipse at right, transparent 0, rgba(44, 58, 59, 0.2) 30%, rgba(22, 24, 24, 0.3) 50%, #161818 70%);
}
.what-sets-us-apart-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  padding-bottom: var(--spacing-fixed-lg-3);
}
.what-sets-us-apart-section .container h2 {
  margin-bottom: var(--spacing-fixed-sm-2);
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.0901960784);
}
.what-sets-us-apart-section .container h6 {
  margin-top: var(--spacing-sm-1);
}
.what-sets-us-apart-section .container h6 span {
  color: #CCD5AE;
}

/*========== end what sets us apart section ==========*/
/*========== start download app section ==========*/
.download-app-section {
  color: #3b3d3e;
  background-color: #fafafa;
  border-radius: 12px;
}
.download-app-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  padding-bottom: var(--spacing-fixed-lg-3);
}
.download-app-section .container h2 {
  margin-bottom: var(--spacing-fixed-sm-2);
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.0901960784);
}
.download-app-section .container button#btn-sign-up {
  margin-top: var(--spacing-md-1);
}

/*========== end download app section ==========*/
/*========== start team section ==========*/
.team-section {
  color: #fafafa;
  background-color: #1d1d1d;
  background-image: radial-gradient(ellipse at right, transparent 0, rgba(44, 58, 59, 0.2) 30%, rgba(22, 24, 24, 0.3) 50%, #161818 70%);
  position: relative;
}
.team-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  padding-bottom: var(--spacing-fixed-lg-3);
}
.team-section .container h2 {
  margin-bottom: var(--spacing-fixed-sm-2);
}
.team-section .container .team-memebers-row {
  row-gap: var(--spacing-fixed-sm-2);
  padding-bottom: var(--spacing-fixed-sm-2);
}
.team-section .container .team-memebers-row .id-card {
  text-align: center;
  font-family: "Noto Serif", "Georgia", serif !important;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.team-section .container .team-memebers-row .id-card .circular-image {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: var(--spacing-sm-4);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.team-section .container .team-memebers-row .id-card .circular-image img {
  filter: grayscale(1);
  max-width: 100%;
}
.team-section .container .founder-description p {
  font-family: "Noto Serif", "Georgia", serif !important;
}
@media (max-width: 767px) {
  .team-section .container .founder-description {
    margin-top: var(--spacing-md-3);
  }
}
.team-section #btn-view-certs {
  margin-top: var(--spacing-md-1);
}

/*========== end team section ==========*/
/*========== start contact us section ==========*/
.contact-us-section {
  color: #3b3d3e;
  background-color: #fafafa;
  border-radius: 12px;
}
.contact-us-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  padding-bottom: var(--spacing-fixed-lg-3);
}
.contact-us-section .container h2 {
  margin-bottom: var(--spacing-fixed-sm-2);
}
.contact-us-section .container a {
  color: #3b3d3e;
}
.contact-us-section .container a.icon-navigate {
  margin-left: var(--spacing-fixed-xs-4);
}

/*========== end contact us section ==========*/
/*========== start faqs section ==========*/
.faqs-section {
  background-color: #fafafa;
}
.faqs-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  padding-bottom: var(--spacing-fixed-lg-3);
  /*
  .faqs-container {
    .row {
      &:not(:last-child) {
        .faq-container {
          border-bottom: 1px solid $color-gray;
        }
      }

      .faq-container {
        padding-top: var(--spacing-fixed-sm-1);
        padding-bottom: var(--spacing-fixed-sm-1);

        .faq-header {
          display: flex;
          gap: var(--spacing-fixed-sm-1);

          p {
            display: inline;
          }

          button.toggle-faq {
            border: solid 0 transparent;
            background-color: transparent;
            margin-left: auto;

            .toggler-icon {
              width: 18px;
              height: 2px;
              background-color: #222;
              display: block;
              margin: 5px 0;
              position: relative;
              -webkit-transition: all $animation-fast ease-out 0s;
              transition: all $animation-fast ease-out 0s;

              @media (max-width: 767px) {
                width: 16px;
              }
            }
          }

          .toggler-icon:nth-of-type(1) {
            top: 7px;
          }

          .toggler-icon:nth-of-type(2) {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
          }

          &.active {
            .toggler-icon:nth-of-type(1) {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
            }

            .toggler-icon:nth-of-type(2) {
              -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
            }
          }
        }

        .faq-content {
          display: grid;
          transition: grid-template-rows $animation-fast ease-in-out;
          grid-template-rows: 1fr;
          color: $color-dark-gray;

          .faq-expandable-content {
            overflow: hidden;
          }

          &:not(.active) {
            grid-template-rows: 0fr;
          }

          p, ul {
            @extend .typography-light-weight;
            @extend .typography-compact-line;
            margin-top: var(--spacing-fixed-sm-1);
          }
        }
      }
    }
  }

  */
}
.faqs-section .container button:not(.toggle-faq) {
  margin-top: var(--spacing-md-1);
}

/*========== end faqs section ==========*/
/*========== start who-we-serve section ==========*/
.who-we-serve-section {
  background-color: #fafafa;
}
.who-we-serve-section .container {
  padding-top: var(--spacing-fixed-lg-3);
  padding-bottom: var(--spacing-fixed-lg-3);
}
.who-we-serve-section .container button {
  margin-top: var(--spacing-md-1);
}

/*========== end who-we-serve section ==========*/
/*========== start terms-of-service section ==========*/
.terms-of-service-section {
  background-color: #fafafa;
}
.terms-of-service-section .container {
  padding-bottom: var(--spacing-fixed-lg-3);
}
.terms-of-service-section .container button {
  margin-top: var(--spacing-md-1);
}

/*========== end terms-of-service section ==========*/
/*========== start privacy-policy section ==========*/
.privacy-policy-section {
  background-color: #fafafa;
}
.privacy-policy-section .container {
  padding-bottom: var(--spacing-fixed-lg-3);
}
.privacy-policy-section .container button {
  margin-top: var(--spacing-md-1);
}

/*========== end privacy-policy section ==========*/
/*========== footer ==========*/
.footer-helper {
  width: 1px;
  background-color: transparent;
  z-index: -15;
}

.footer-section {
  position: fixed;
  bottom: 0;
  background-color: #1d1d1d;
  width: 100%;
  z-index: -10;
  color: #fafafa;
}
.footer-section .container {
  padding: var(--spacing-sm-4) 0;
}
.footer-section .container .footer-column:nth-child(2) p {
  line-height: 1.125rem;
  padding-bottom: var(--spacing-fixed-xs-2);
}
.footer-section .container .footer-column:nth-child(3) i {
  float: right;
  font-size: 36px;
  line-height: 36px;
  margin-left: var(--spacing-sm-1);
}
@media (max-width: 767px) {
  .footer-section .container .footer-column:nth-child(3) i {
    float: left;
  }
  .footer-section .container .footer-column:nth-child(3) i:first-of-type {
    margin-left: 0;
  }
}
.footer-section .container .footer-column:nth-child(3) a.footer-icon-link {
  color: #fafafa;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.footer-section .container .footer-column:nth-child(3) a.footer-icon-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fafafa;
  transition: width 0.1s ease 0s, left 0.1s ease 0s;
  width: 0;
}
.footer-section .container .footer-column:nth-child(3) a.footer-icon-link:hover {
  color: #fafafa;
}
.footer-section .container .footer-column:nth-child(3) a.footer-icon-link:hover:after {
  width: 100%;
  left: 0;
}
.footer-section .container .footer-column:nth-child(3) a.footer-icon-link {
  display: inline;
}
@media (max-width: 767px) {
  .footer-section .container .footer-column {
    padding-top: var(--spacing-fixed-sm-1);
  }
  .footer-section .container .footer-column:first-of-type {
    padding-top: 0;
  }
  .footer-section .container .footer-column:nth-child(3) a.footer-icon-link i {
    margin-right: var(--spacing-sm-1);
  }
}
.footer-section small a {
  color: #fafafa;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.footer-section small a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fafafa;
  transition: width 0.1s ease 0s, left 0.1s ease 0s;
  width: 0;
}
.footer-section small a:hover {
  color: #fafafa;
}
.footer-section small a:hover:after {
  width: 100%;
  left: 0;
}
.footer-section .title-translucent {
  font-size: 16rem;
  line-height: 0.75;
  color: rgb(36.65, 36.65, 36.65);
  z-index: -14;
  position: absolute;
  bottom: -43px;
  right: 0;
}
.footer-section .title-translucent span {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section .title-translucent {
    font-size: 14rem;
    bottom: -38px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .footer-section .title-translucent {
    font-size: 9rem;
    bottom: -24px;
  }
}
@media (max-width: 499px) {
  .footer-section .title-translucent {
    font-size: 7rem;
    bottom: -20px;
  }
}
.footer-section #footer-logo {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(218%) hue-rotate(74deg) brightness(113%) contrast(96%);
}
.footer-section::after {
  content: "";
  background-image: url("../images/noise.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: noise 0.2s steps(1) infinite;
  z-index: -2;
}

/*========== misc ==========*/
a.anchor {
  display: block;
  position: relative;
  top: -89px;
  visibility: hidden;
}

.noselect, .footer-section .title-translucent {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@keyframes noise {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(-1, 1);
  }
  66% {
    transform: scale(1, -1);
  }
  100% {
    transform: scale(-1, 1);
  }
}
.app-store-badges {
  display: flex;
  gap: var(--spacing-sm-3);
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.app-store-badges .app-store-badge {
  width: auto;
  height: 60px;
}

@media (max-width: 767px) {
  .app-store-badges {
    flex-direction: column;
  }
  .app-store-badges .app-store-badge {
    width: 190px !important;
    height: auto !important;
  }
}/*# sourceMappingURL=styles.css.map */