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

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

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

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

.section-footer {
  background-color: #f5f9fd;
  flex-flow: column;
  display: block;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.footer-container {
  margin-left: 30px;
  margin-right: 30px;
}

.footer-grid-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-grid-div.flex-center {
  justify-content: center;
  align-items: center;
}

.footer-grid-link {
  color: #000000a6;
  font-family: helvetica-neue-lt-pro, sans-serif;
  text-decoration: none;
}

.link-block-2 {
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-12 {
  vertical-align: baseline;
  margin-top: 4px;
  margin-left: 40px;
  position: static;
}

.navbar-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-grid-logo {
  padding-top: 10px;
}

.nav-text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button {
  background-image: linear-gradient(90deg, #3f77b2 9%, #ee5399);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px 0 10px 10px;
  padding: 10px 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: opacity .2s, background-color .675s cubic-bezier(.23, 1, .32, 1), all .375s;
  display: flex;
  box-shadow: 0 2px 7px 2px #0003;
}

.button:hover {
  box-shadow: none;
  background-image: linear-gradient(90deg, #3f77b2 61%, #ee5399);
}

.button:active {
  box-shadow: inset 0 0 6px 3px #fff3;
}

.container-6 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 60px;
  margin-right: 0;
  display: flex;
}

.nav-menu-2 {
  flex-flow: row;
  margin-top: 5px;
  margin-bottom: auto;
  display: flex;
}

.nav-link-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-link-7 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.navbar-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: bottom;
  background-color: #f5f9fd;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

@media screen and (min-width: 1440px) {
  .image-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-text, .button, .nav-link-6, .nav-link-7 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    width: 60vw;
  }

  .div-block-18 {
    background-color: #fbfbfb;
    width: auto;
    display: flex;
  }

  .nav-menu-2, .div-block-19 {
    background-color: #fbfbfb;
  }

  .div-block-17 {
    background-color: #d3d3d3;
  }

  .div-block-20 {
    background-color: #fbfbfb;
    width: auto;
    display: flex;
  }

  .div-block-21 {
    background-color: #fbfbfb;
  }

  .div-block-22 {
    background-color: #d3d3d3;
  }
}

@media screen and (max-width: 479px) {
  .image-12 {
    margin-left: 20px;
  }

  .nav-text {
    background-color: #fbfbfb;
  }

  .button {
    width: 80vw;
  }

  .container-6 {
    margin-right: 20px;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fbfbfb;
  }

  .div-block-17 {
    background-color: #d3d3d3;
  }

  .div-block-20 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    background-color: #d3d3d3;
  }
}

#w-node-ac8eee61-c8f0-3b20-f405-fd240aa0b7de-76fe021c, #w-node-_303f512b-c69b-8181-cf6b-e3a76092fe88-76fe021c, #w-node-d7114966-279f-5a8f-d0f8-f8bc43b3174d-76fe021c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


