.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;
}

body {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.section-nav {
  z-index: 10;
  padding-left: .625rem;
  padding-right: .625rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  width: 100%;
  max-width: 78.75rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  display: flex;
}

.logo-wrapper {
  color: #fff;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.logo-img {
  height: 2.1875rem;
  margin-right: .625rem;
}

.hero-section {
  color: #fff;
  background-color: #00192a;
  padding-left: .625rem;
  padding-right: .625rem;
  position: relative;
}

.hero-section.nb {
  background-image: none;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 8.5rem;
  padding-bottom: 0;
  display: flex;
}

.hero-container {
  width: 100%;
  max-width: 78.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-content {
  width: 50%;
  padding: 1.875rem;
}

.hero-content.f {
  width: 100%;
}

.hero-content.small {
  width: 45%;
}

.hero-content.r {
  margin-bottom: -4.6875rem;
  padding-bottom: 0;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.1rem;
  line-height: 105%;
}

.hero-p {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  line-height: 150%;
}

.btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #00ac74;
  border-radius: 22.5rem;
  padding: 1.05rem 2.3125rem;
  font-size: .9rem;
  font-weight: 700;
  transition: all .2s;
}

.btn:hover {
  transform: translate(0, -.1875rem);
}

.btn.topm {
  margin-top: 1.25rem;
}

.btn.ghost {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #00ac74;
}

.section {
  color: #00192a;
  background-color: #fff;
  padding: 4.6875rem .625rem;
}

.section.alt {
  background-color: rgba(20, 80, 87, .05);
}

.section.footer {
  background-color: #fff;
  border-top: .0625rem solid rgba(255, 255, 255, .5);
}

.section.first {
  padding-top: 9.5875rem;
}

.section.cta {
  color: #fff;
  background-color: #00192a;
}

.container {
  width: 100%;
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding: 1.875rem;
}

.content._45 {
  width: 45%;
}

.content._50 {
  width: 50%;
}

.content._50.rel {
  position: relative;
}

.content._40 {
  width: 40%;
}

.section-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.875rem;
  line-height: 130%;
}

.wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.wrapper.c {
  align-items: center;
}

.p-reg {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

.p-reg.small {
  font-size: .9375rem;
  line-height: 1.4375rem;
}

.grid-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-box {
  border: .0625rem solid rgba(227, 104, 156, .15);
  border-radius: .5rem;
  padding: 2.5rem;
}

.title-h3 {
  color: #00ac74;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 115%;
}

.img-abs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .3125rem;
  padding-right: 1.875rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-abs.left {
  padding-left: 1.875rem;
  padding-right: 0;
}

.cta-container {
  width: 100%;
  max-width: 50.1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-footer {
  justify-content: flex-end;
  align-items: center;
  padding: 1.875rem;
  display: flex;
}

.footer-link {
  color: #00ac74;
  text-transform: uppercase;
  margin-left: 1.25rem;
  font-size: .8125rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.p-terms {
  opacity: .5;
  border-top: .0625rem solid rgba(0, 25, 42, .1);
  padding-top: 1.875rem;
  font-size: .8125rem;
}

.wrapper-pop {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-pop {
  width: 100%;
  max-width: 56.25rem;
  background-color: #fff;
  border: .0625rem solid #145057;
  border-radius: .3125rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.875rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.form-step {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}

.form-block {
  width: 100%;
  max-width: 37.5rem;
  border-radius: .1875rem;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  box-shadow: 0 2px .3125rem rgba(255, 255, 255, .16);
}

.input {
  color: #000;
  background-color: #fff;
  border-radius: .5rem;
  margin-bottom: .625rem;
  padding: .5rem .75rem;
}

.input::-ms-input-placeholder {
  color: #9f9f9f;
}

.input::placeholder {
  color: #9f9f9f;
}

.input.area {
  min-height: 6.25rem;
}

.field-label {
  margin-bottom: .3125rem;
  display: inline-block;
}

.close-btn {
  width: 1.8rem;
  height: 1.8rem;
  min-height: 1.8rem;
  min-width: 1.8rem;
  color: #002b49;
  cursor: pointer;
  background-color: #00ac74;
  justify-content: center;
  align-items: center;
  padding: .3875rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section-callback {
  z-index: 90;
  background-color: #00192a;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-feature {
  height: 2.5rem;
  margin-bottom: 1.25rem;
}

.logo-image {
  width: 12.5rem;
}

.input-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.input-wrap {
  width: 49%;
}

.form {
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.form-block-2 {
  margin-bottom: 0;
}

.green {
  color: #00ac74;
}

@media screen and (max-width: 991px) {
  .section-nav, .hero-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .hero-wrapper {
    padding-top: 8.125rem;
    padding-bottom: 0;
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-content, .hero-content.small {
    width: 100%;
  }

  .section {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .content._45, .content._50, .content._40 {
    width: 100%;
  }

  .section-title {
    font-size: 2rem;
  }

  .grid-features {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .img-abs {
    padding-right: 0;
    position: static;
  }

  .img-abs.left {
    padding-left: 0;
  }

  .wrapper-pop, .container-pop {
    align-items: flex-start;
  }

  .section-callback {
    height: 100vh;
    padding-left: 5rem;
    padding-right: 5rem;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-nav, .hero-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-h1 {
    font-size: 2.6rem;
  }

  .section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .grid-features {
    flex-direction: column;
    display: flex;
  }

  .section-callback {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section-nav {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .nav-container {
    padding: .9375rem 0;
  }

  .logo-wrapper {
    font-size: 1.125rem;
  }

  .logo-img {
    height: 1.5625rem;
  }

  .hero-section {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .hero-wrapper {
    padding-top: 7.25rem;
  }

  .hero-content {
    padding: .9375rem;
  }

  .hero-h1 {
    font-size: 2rem;
  }

  .btn {
    text-align: center;
    font-size: .8rem;
  }

  .btn.ghost {
    padding-left: 1.175rem;
    padding-right: 1.175rem;
  }

  .section {
    padding: 1.875rem .625rem;
  }

  .content {
    padding: .9375rem;
  }

  .section-title {
    font-size: 1.5625rem;
  }

  .feature-box {
    padding: 1.5625rem;
  }

  .nav-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: .9375rem;
  }

  .footer-link {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-left: 0;
  }

  .form-block {
    padding: 0;
  }

  .section-callback {
    padding: 1.875rem .625rem;
  }

  .logo-image {
    width: 6.25rem;
  }

  .input-wrap {
    width: 100%;
  }

  .form {
    padding: 1.25rem;
  }
}

#w-node-eac231a8-bf5f-cc61-97df-8526573c2e04-b2dabe61, #w-node-_51e1e6f9-d967-4432-3235-12dea7a9270e-b2dabe61, #w-node-b9696dfc-ae94-0fbf-1a0b-ea98c4c84a53-b2dabe61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


