@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap");
.rounded--corners, .sect--divider .container {
  border-radius: 12px;
}

body {
  background-color: #F5F5F7;
  font-family: "Titillium Web", sans-serif;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 0;
  border-color: transparent;
  margin: 0;
  color: #dc3232;
  border-top: 4px solid #dc3232 !important;
  padding: 30px 0 0 0;
}

.btn {
  letter-spacing: -0.01rem;
}
.btn.btn-text {
  font-weight: 700;
  transition: 200ms ease-out all;
}
.btn.btn-text:hover {
  transform: translateX(4px);
}
.btn.btn-green {
  background-color: #99D751;
  color: white;
  border: 0;
}
.btn.btn-green:hover {
  background-color: rgba(153, 215, 81, 0.7);
}
.btn.btn-green.btn-text {
  background-color: transparent;
  color: #73b229;
}
.btn.btn-green.btn-text:hover {
  color: rgba(153, 215, 81, 0.7);
}

.page a {
  color: #73b229;
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  overflow-wrap: normal;
}

h1 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 2.8rem;
  letter-spacing: -0.05rem;
  font-weight: 700;
}

h3 {
  font-size: 2.4rem;
  letter-spacing: -0.025rem;
  font-weight: 700;
}

h4 {
  letter-spacing: -0.02rem;
  font-weight: 700;
}

p {
  font-size: 1.1rem;
  letter-spacing: -0.015rem;
}
p.lead {
  font-size: 1.4rem;
  font-weight: 700;
}
p strong {
  font-weight: 700;
}

ul.list-check, ul.list-arrow {
  list-style: none;
  padding-left: 2.1rem;
  position: relative;
}
ul.list-check li, ul.list-arrow li {
  padding: 0.25rem 0;
}
ul.list-check li:before, ul.list-arrow li:before {
  color: #99D751;
  content: "";
  font-size: 2rem;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.325em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  margin-top: -0.325rem;
}
ul.list-arrow li:before {
  content: "";
  color: #0a1435;
}

.checklist--green {
  list-style: none;
  padding-left: 0;
}
.checklist--green li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 16px;
}
.checklist--green li i {
  color: #99D751;
  position: absolute;
  left: 0;
  top: -20%;
}

.underline--green {
  border-bottom: 3px solid #99D751;
}

.social-links a svg {
  width: 32px;
  height: auto;
}

section.page {
  padding-top: 3rem;
}

.navigation {
  background-color: #0a1435;
}
.navigation:after {
  content: " ";
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  min-height: 2vw;
  background: url(../images/nav_triangle_white.svg) top center no-repeat transparent;
  background-size: cover;
  margin-top: -2px;
}
.navigation .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.navigation .navbar-nav > .menu-item.btn-contact {
  background-color: white;
}
.navigation .navbar-nav > .menu-item.btn-contact > a {
  color: #0a1435;
}
.navigation .navbar-nav > .menu-item.btn-contact > a:before {
  color: #0a1435;
  content: "";
  font-size: 1.2rem;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.5rem;
}
.navigation .navbar.navbar-dark {
  overflow: visible !important;
}
.navigation .navbar.navbar-dark .navbar-toggler {
  border: 0;
}
.navigation .navbar.navbar-dark .navbar-toggler .navbar-toggler-icon-close {
  display: none;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navigation .navbar.navbar-dark .navbar-toggler .navbar-toggler-icon-close i {
  display: block;
  margin-top: 4px;
}
.navigation .navbar.navbar-dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  display: none;
}
.navigation .navbar.navbar-dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon-close {
  display: inline-block;
}
.navigation .branding--logo {
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  color: white;
  display: inline-block;
}
.navigation .branding--logo img {
  max-width: 100%;
  width: 220px;
}
.navigation .branding--logo span {
  font-size: 0.6em;
  font-weight: 400;
  opacity: 0.8;
  margin-left: 15px;
}
.navigation .branding .name {
  font-size: 100%;
  font-weight: 700;
}
.navigation .sub-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(0);
  transition: 200ms ease-in-out all;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  border-radius: 4px;
  position: absolute;
  background-color: white;
  right: 0;
  top: 100%;
  z-index: 10;
  text-align: left;
}
.navigation .sub-menu .menu-item.current-menu-item > a, .navigation .sub-menu .menu-item.current-menu-parent > a, .navigation .sub-menu .menu-item.current-menu-ancestor > a {
  color: #73b229;
  opacity: 1;
}
.navigation .sub-menu .menu-item.current-menu-item > a:hover, .navigation .sub-menu .menu-item.current-menu-parent > a:hover, .navigation .sub-menu .menu-item.current-menu-ancestor > a:hover {
  color: #73b229;
  opacity: 0.75;
}
.navigation .sub-menu .menu-item > a {
  transition: 200ms ease-in-out all;
  display: block;
  white-space: nowrap;
  color: #0a1435;
  opacity: 0.75;
}
.navigation .sub-menu .menu-item > a:hover {
  color: #0a1435;
  opacity: 1;
}
.navigation .navbar-nav > .menu-item > a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navigation .menu-item {
  position: relative;
}
.navigation .menu-item > a {
  font-size: 1.1rem;
  color: #F5F5F7;
  font-weight: 700;
  text-decoration: none;
}
.navigation .menu-item > a:hover {
  color: #eef8e2;
}
.navigation .menu-item.current-menu-item > a, .navigation .menu-item.current-menu-parent > a, .navigation .menu-item.current-menu-ancestor > a {
  color: #bde58f;
}
.navigation .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(4px);
}

.hero {
  background-color: #99D751;
  position: relative;
}
.hero .hero--image {
  position: relative;
  overflow: hidden;
}
.hero .hero--image .post-background-image {
  border-radius: 12px;
  position: relative;
  height: 480px;
  width: 100%;
  margin-bottom: 50px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.hero .hero--image > * {
  z-index: 5;
}
.hero .hero--typo {
  color: white;
  position: relative;
  z-index: 10;
}
.hero .hero--typo .company--logo {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  width: 160px;
  border: 0;
}
.hero:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #F5F5F7;
  background: linear-gradient(270deg, #99D751 0%, white 100%);
  z-index: 5;
  user-select: none;
  pointer-events: none;
}

body.home .hero {
  min-height: 680px;
}
body.home .hero .post-background-image {
  background-position: bottom right;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  margin-bottom: 0;
  margin-top: 0 !important;
  width: auto;
}
body.home .hero .post-background-image:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
body.home section.page {
  padding-top: 0;
}

.video--frame iframe {
  border-radius: 12px;
  overflow: hidden;
  max-width: 100%;
}

.sect--leader {
  margin-top: -2rem;
  position: relative;
  z-index: 10;
}

.sect--facts h3 {
  font-size: 2rem;
}
.sect--facts h3 small {
  font-size: 75%;
  font-weight: 700;
}
.sect--facts p {
  color: rgba(10, 20, 53, 0.55);
  line-height: 110%;
}
.sect--facts .btn {
  text-align: left;
}

.sect--columns .columns--section {
  background-color: white;
  border-radius: 12px;
}

.sect--service .service--hero {
  min-height: 620px;
}
.sect--service .service--hero .card {
  border: 0;
  position: relative;
  overflow: hidden;
}
.sect--service .service--hero .card h2, .sect--service .service--hero .card h3, .sect--service .service--hero .card h4 {
  color: white;
  user-select: none;
  pointer-events: none;
}
.sect--service .service--hero .card:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
.sect--service .service--hero .card > * {
  z-index: 5;
}
.sect--service .service--elements:hover .card {
  opacity: 0.4;
}
.sect--service .service--elements .card:hover {
  opacity: 1;
}

.card--rounded {
  border: 0;
  position: relative;
  transition: 300ms ease-in-out opacity;
}
.card--rounded .card-body {
  transition: 300ms ease-out transform;
}
.card--rounded .card-body:hover {
  transform: translateY(-5px);
}
.card--rounded .card-click {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card--rounded i {
  color: #99D751;
}
.card--rounded h5,
.card--rounded h5.card-title {
  font-size: 1.6rem;
  font-weight: 400;
}
.card--rounded h5 strong,
.card--rounded h5.card-title strong {
  font-weight: 700;
}
.card--rounded p,
.card--rounded p.card-text {
  color: rgba(10, 20, 53, 0.55);
  max-width: 85%;
  line-height: 110%;
}

.sect--fullimage .fullimage--holder {
  min-height: 680px;
  background-color: rgba(10, 20, 53, 0.55);
  position: relative;
}
.sect--fullimage .fullimage--holder:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
.sect--fullimage .fullimage--holder > * {
  z-index: 5;
}
.sect--fullimage .fullimage--content {
  color: white;
}
.sect--fullimage .fullimage--content i {
  color: #99D751;
}

.sect--divider .container {
  background-color: white;
}

.sect--about {
  overflow-x: hidden;
}
.sect--about .about--text {
  position: relative;
}
.sect--about .about--text:before {
  content: " ";
  position: absolute;
  left: -100vw;
  right: -100vw;
  background: linear-gradient(180deg, #c4c4c4 0, rgba(196, 196, 196, 0) 20%);
  opacity: 0.2;
  bottom: 0;
  top: -50px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.sect--about .about--text > * {
  position: relative;
  z-index: 5;
}
.sect--about .about--image {
  position: relative;
  z-index: 5;
}

.sect--featured .featured--app,
.sect--featured .featured--recruiting {
  position: relative;
  overflow: hidden;
}
.sect--featured .featured--app:after,
.sect--featured .featured--recruiting:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.sect--featured .featured--app > *,
.sect--featured .featured--recruiting > * {
  position: relative;
  z-index: 5;
}
.sect--featured .featured--recruiting:after {
  background: url(../images/featured-recruiting.png) bottom right no-repeat transparent;
  background-size: contain;
}

.sect--footer {
  background-color: #0a1435;
  color: #F5F5F7;
}
.sect--footer .btn-contact {
  display: none;
}
.sect--footer .footer--content .nav-link {
  font-size: 1.1rem;
  padding: 0.3rem 1rem 0.3rem 0;
  color: #F5F5F7;
}
.sect--footer p > a i {
  color: #F5F5F7;
}
.sect--footer .footer--copyright a {
  color: white;
}

.madeby svg {
  height: 18px;
}

@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  p.lead {
    font-size: 1.2rem;
  }

  body.home .hero {
    min-height: 50vh;
  }
  .sect--featured .featured--app:after,
.sect--featured .featured--recruiting:after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 110%;
    min-height: 260px;
    background-size: contain;
    background-position: bottom right;
    margin: -0.5rem;
  }

  .sect--service .service--hero {
    min-height: 420px;
  }
  .sect--service .service--hero .card:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0) 100%);
  }

  .sect--fullimage .fullimage--holder {
    min-height: 540px;
  }
  .sect--fullimage .fullimage--holder:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.25) 100%);
  }
}
@media (max-width: 767.98px) {
  .navigation .branding--logo img {
    width: 180px;
  }

  .sect--about .about--text:before {
    display: none;
  }

  .hero {
    min-height: 240px;
  }

  .home .hero {
    min-height: 40vh;
  }
  section.page h2 {
    font-size: 1.8rem;
  }
  section.page h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .hero {
    min-height: 360px;
  }
  .hero h1 {
    font-size: 2.6rem;
  }

  .home .hero {
    min-height: 50vh;
  }
}
@media (max-width: 991.98px) {
  body:not(.home) .hero .hero--image .post-background-image {
    position: absolute;
    height: 240px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0 !important;
    border-radius: 0;
  }
  body:not(.home) .hero .hero--headline {
    margin-top: 260px !important;
  }

  .navigation .navbar-nav {
    text-align: left !important;
  }
  .navigation .navbar-nav > .menu-item {
    font-size: 1.2rem;
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .navigation .navbar-nav > .menu-item.btn-contact {
    padding-top: 1rem;
    text-align: center !important;
  }
  .navigation .navbar-collapse {
    overflow-y: auto;
    max-height: 100vh;
    max-width: 85vw;
    /*
    &:before {
      content: " ";
      bottom: 0;
      left: 0;
      right: 0;
      height: 25%;
      z-index: 100;
      position: absolute;
      background: linear-gradient(0deg, rgba(28,28,28,1) 10%, rgba(28,28,28,0) 120%);
      user-select: none;
      pointer-events: none;
    }
    */
  }
  .navigation .navbar-collapse .navbar-nav {
    padding-bottom: 20%;
  }
  .navigation .navbar-collapse .sub-menu {
    padding: 0.5rem 0 1rem 0.5rem;
  }
  .navigation .navbar-collapse .sub-menu .menu-item a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navigation .menu-item:hover .sub-menu {
    transform: translateY(0);
  }
  .navigation .sub-menu {
    visibility: visible;
    opacity: 1;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    padding: 5px 0;
  }
  .navigation .sub-menu > .menu-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navigation .sub-menu > .menu-item a {
    font-size: 1rem;
    display: inline-block;
    color: #F5F5F7;
  }
  .navigation .sub-menu > .menu-item a:hover {
    color: #eef8e2;
  }
}

/*# sourceMappingURL=custom.css.map */
