.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---nav-cta {
  height: 52px;
  color: #00e8be;
  background-color: #131313;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.waves---nav-cta:hover {
  color: #161616;
  background-color: #00e8be;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 16px;
  font-size: 18px;
  transition: all .2s;
}

.waves---nav-link:hover {
  color: #161616;
  font-weight: 400;
  text-decoration: underline;
  transform: translate(0, 5px);
}

.waves---nav-link.w--current {
  color: #00cca7;
  font-weight: 600;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(19, 19, 19, .1);
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-middle-nav-2 {
  grid-column-gap: 16px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.waves---brand {
  height: 100%;
  max-width: none;
}

.waves---nav-brand-link {
  height: 50px;
}

.waves-master-nav-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr 240px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.waves---nav-container {
  height: 100%;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-2 {
  z-index: 104;
  height: 80px;
  background-color: #e6fffa;
  border-bottom: 1px solid rgba(19, 19, 19, .2);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  color: #161616;
  background-color: #e6fffa;
  font-family: Mukta, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.waves---cta-dark {
  height: 52px;
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
  color: #00e8be;
  border-radius: 100px;
  font-family: MuseoModerno, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

.waves---cta-dark.wide-cta:hover {
  color: #161616;
  background-color: #00e8be;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves-bottom-right-hero-3 {
  width: 100%;
  max-width: 430px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.waves-bottom-hero-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-divider-hero-4 {
  width: 100%;
  height: 1px;
  background-color: #131313;
  margin-top: 64px;
  margin-bottom: 64px;
}

.waves---mega-heading-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 115%;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  padding-top: 150px;
  padding-bottom: 100px;
}

.text-span {
  color: #00e8be;
  -webkit-text-stroke-color: #00e8be;
}

.waves---cta-white {
  height: 52px;
  color: #131313;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
  background-color: #00e8be;
  border-radius: 100px;
  transition: all .2s;
}

.waves---cta-white.wide-cta:hover {
  color: #161616;
  background-color: #e6fffa;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

.waves---content-image-halves {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-rounded-24 {
  width: 100%;
  border-radius: 24px;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.waves-master-cta-3 {
  color: #fff;
  background-color: #161616;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.waves-icon-32 {
  width: 64px;
  height: 64px;
  color: #fff;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  color: #fff;
  background-color: #161616;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---master-tiles-features-2 {
  width: 100%;
  max-width: 545px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

.waves---content-sticky-features-2 {
  width: 100%;
  max-width: 420px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---sticky-halves {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves-dismmiss-bar-2 {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 32px;
}

.waves-dismmiss-bar-2:hover {
  transform: scale(1.1);
}

.waves---cta-bar-2 {
  height: 36px;
  color: #131313;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.waves---paragraph-regular {
  text-align: center;
  font-size: 17px;
  line-height: 130%;
}

.waves-content-bar-2 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-bar-2 {
  height: 52px;
  color: #fff;
  background-color: #131313;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.waves-icon-33 {
  width: 32px;
  height: 32px;
}

.waves-tile-feature-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 32px;
  display: flex;
}

.waves-grid-features-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---mg-bottom-100 {
  margin-bottom: 100px;
}

.waves---heading-3-no-margins-2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.waves---mg-bottom-101 {
  margin-bottom: 16px;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  color: #fff;
  background-color: #161616;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 36px 32px;
  transition: all .2s;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---heading-3-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---mg-bottom-102 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  height: 100%;
  grid-row-gap: 16px;
  color: #00e8be;
  background-color: #161616;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.waves-tile-contact-3:hover {
  color: #161616;
  background-color: #00e8be;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-2-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

.html-embed {
  width: 64px;
  height: 64px;
  border-radius: 15px;
  overflow: hidden;
}

.link-block-contacts {
  text-decoration: none;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  width: 100%;
  height: 1px;
  background-color: rgba(19, 19, 19, .2);
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 90px;
}

.waves-top-footer-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-footer-1 {
  background-color: #c2f2e9;
  padding-top: 80px;
  padding-bottom: 64px;
}

@media screen and (max-width: 991px) {
  .waves---hamburger-icon {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    width: 52px;
    height: 52px;
    background-color: #131313;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu {
    background-color: #fff;
    border: 1px solid rgba(19, 19, 19, .1);
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-master-nav-2 {
    display: flex;
  }

  .waves-bottom-right-hero-3 {
    align-items: center;
  }

  .waves-bottom-hero-3 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-3 {
    width: 100%;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves-bar-2 {
    justify-content: flex-start;
    padding-left: 24px;
  }

  .waves-grid-features-1 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---grid-features-6 {
    width: 100%;
    max-width: 430px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-contact-3 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-dismmiss-bar-2 {
    top: 8px;
    bottom: auto;
    left: auto;
    right: 8px;
  }

  .waves-content-bar-2 {
    width: 100%;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .waves-bar-2 {
    height: auto;
    padding: 32px 24px 24px;
  }

  .waves---heading-2-no-margins-3, .waves---heading-2-no-margins-4, .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .waves---nav-cta {
    display: none;
  }

  .waves---nav-menu {
    background-color: #c2f2e9;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .waves---cta-dark.wide-cta {
    max-width: 100%;
  }

  .waves---subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .waves-bottom-right-hero-3, .waves-bottom-hero-3 {
    align-items: flex-start;
  }

  .waves---mega-heading-1 {
    font-size: 31px;
    font-weight: 600;
    line-height: 130%;
  }

  .waves---main-container {
    padding-top: 40px;
  }

  .waves---section-hero-primary {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---paragraph-big {
    text-align: left;
    font-size: 18px;
  }

  .waves---heading-2-no-margins {
    text-align: left;
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves-image-rounded-24 {
    width: 70%;
    overflow: visible;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 22px;
  }

  .waves-master-cta-3 {
    padding: 32px 16px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-features-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-sticky-features-2 {
    align-items: flex-start;
  }

  .waves-content-bar-2 {
    grid-row-gap: 12px;
  }

  .waves-grid-features-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }
}

#w-node-_87ff0abb-09e9-b40a-a789-d01aba50f5bf-7e4a62db, #w-node-_87ff0abb-09e9-b40a-a789-d01aba50f5c0-7e4a62db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e451a030-8965-c0bf-5092-53d058eacee0-7e4a62db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e451a030-8965-c0bf-5092-53d058eaceea-7e4a62db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b80a7d78-4c8d-2c9e-994d-c542252debfe-7e4a62db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a730dd-87de-6fe6-d3f2-47d9fb810468-7e4a62db, #w-node-c23b254a-6c5b-850b-9ab4-e887e5049133-7e4a62db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-_87ff0abb-09e9-b40a-a789-d01aba50f5bf-7e4a62db {
    justify-self: start;
  }
}


