.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-image: linear-gradient(90deg, #fff, #fff 52%, #f6f9fc 65%, #e7eff5 80%, #b8cedd);
  font-family: Inter, sans-serif;
}

.nav-section {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #d2d8e0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.nav-section.nav-section-mobile {
  display: none;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.nav-menu-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 56px;
  display: flex;
}

.nav-link {
  color: #333;
  text-decoration: none;
}

.nav-link:hover {
  color: #31a853;
  font-weight: 700;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image {
  width: auto;
  height: 60px;
}

.section-standard {
  margin-top: 0;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 0;
}

.section-standard.section-how-we-work, .section-standard.section-why-choose-us, .section-standard.section-about, .section-standard.section-about-copy, .section-standard.section-faqs, .section-standard.section-contact {
  margin-top: 0;
}

.section-heading {
  color: #0d2b45;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 36px;
}

.section-paragraph {
  color: #4a4a4a;
  text-align: left;
  max-width: 800px;
  margin: 20px auto 0 0;
  font-size: 20px;
  line-height: 170%;
}

.section-paragraph.contact-para-margin {
  padding-bottom: 40px;
}

.section-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/test1-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.heading {
  color: #0d2b45;
  text-align: center;
  margin-top: 120px;
  font-size: 48px;
}

.paragraph {
  color: #1a3c57;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
}

.hero-button {
  text-align: left;
  background-color: #31a853;
  border-radius: 25px;
  margin-top: 32px;
  padding: 14px 32px;
  font-size: 20px;
  font-weight: 600;
}

.hero-button:hover {
  background-color: #279347;
}

.container {
  text-align: center;
}

.section-footer {
  background-color: #0d2b45;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-container {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.footer-text {
  color: #e2e8f0;
  text-align: center;
  margin-top: 0;
}

.footer-link {
  color: #e2e8f0;
  text-decoration: none;
}

.paragraph-2 {
  font-size: 32px;
}

.tos-heading {
  color: #0a2342;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 32px;
}

.paragraph-3 {
  font-weight: 400;
}

.paragraph-4 {
  color: #455a64;
  font-size: 18px;
}

.bold-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.legal-page-tiitle {
  color: #1a3c57;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.body-paragraph {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.legal-heading {
  color: #1a3c57;
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
}

.legal-body {
  color: #4a4a4a;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.legal-list {
  color: #4a4a4a;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.legal-container {
  max-width: 1200px;
  padding-bottom: 30px;
}

.legal-date {
  color: #6d6d6d;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.footer-contact-info {
  color: #e2e8f0;
  text-align: center;
  margin-top: 6px;
}

.div-block {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-2, .heading-3, .heading-4 {
  font-size: 64px;
}

.heading-5 {
  transform: rotate(0);
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  margin-left: 60px;
}

.hero-content {
  width: 100%;
  max-width: 800px;
  margin-top: -40px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 20px;
}

.hero-heading {
  color: #333;
  margin-bottom: 16px;
  padding-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  line-height: 1.15;
}

.hero-paragraph {
  color: #444;
  height: auto;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.hero-cta {
  background-color: #31a853;
  border-radius: 6px;
  min-width: 120px;
  min-height: 44px;
  margin-top: 16px;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color .2s;
}

.hero-cta:hover {
  background-color: #2b8f48;
}

.hero-cta.button-secondary {
  margin-top: 40px;
  padding-top: 12px;
  font-size: 18px;
}

.container-2 {
  width: 100%;
  max-width: 800px;
  margin-left: 60px;
}

.faq-question {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-question-text {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 170%;
}

.dropdown {
  display: block;
}

.faq-toggle-icon {
  margin-top: 11.5px;
  margin-left: 8px;
  margin-right: 0;
  position: static;
}

.dropdown-list {
  background-color: #ddd0;
  position: static;
}

.faq-answer-text {
  color: #555;
  font-size: 16px;
  line-height: 160%;
}

.button {
  background-color: #31a853;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.about-list, .list-item {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 170%;
}

.list-item-2 {
  line-height: 170px;
}

.list-item-3, .list-item-4 {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 170%;
}

.code-embed {
  display: block;
}

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

  .section-paragraph {
    max-width: none;
  }

  .container-2 {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-left: 0;
    overflow: auto;
  }

  .nav-section {
    display: none;
  }

  .nav-section.nav-section-mobile {
    display: block;
  }

  .nav-menu-box {
    display: none;
  }

  .section-heading {
    font-size: 32px;
  }

  .section-paragraph {
    font-size: 17px;
  }

  .section-hero {
    background-position: 50%;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .legal-page-tiitle {
    font-size: 36px;
  }

  .legal-body, .legal-list {
    font-size: 17px;
  }

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

  .hero-container {
    margin-left: 0;
    padding-left: 16px;
  }

  .hero-content {
    margin-top: -40px;
    padding-top: 40px;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
  }

  .hero-paragraph {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 30px;
  }

  .container-2 {
    text-align: left;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2.faq {
    max-width: none;
  }

  .faq-question {
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }

  .faq-question-text {
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 17px;
    display: flex;
    overflow: visible;
  }

  .about-list {
    font-size: 18px;
  }

  .list-item, .list-item-3, .list-item-4 {
    font-size: 17px;
  }

  .navbar {
    background-color: #0000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    display: block;
    position: relative;
  }

  .menu-button {
    z-index: auto;
    padding-top: 38px;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .menu-button:focus {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
  }

  .icon {
    color: #000;
    background-color: #0000;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .close-icon {
    color: #000;
    width: 25px;
    height: 25px;
    display: none;
  }
}


