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

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

.text-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #142d52;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  background-color: #fff;
}

.section {
  background-color: #000;
  background-image: linear-gradient(#0003, #0003), url('../images/KW_familyGroup.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 70vh;
  padding-bottom: 10px;
  display: flex;
}

.brand {
  margin-left: 20px;
}

.image {
  height: 50px;
  margin-top: 5px;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 1px #0006;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 2px #0006;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.heading-2 {
  color: #fff;
  margin-top: 90px;
  margin-bottom: 0;
  font-size: 26px;
}

.button {
  text-align: center;
  background-color: #142d52;
  width: 170px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.button.color_b1 {
  color: #000;
  background-color: #b1d0ff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: block;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
}

.link {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.navbar_menu {
  color: #142d52;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.navbar_menu:hover {
  color: #fff;
  background-color: #142d52;
  text-decoration: overline;
}

.navbar_menu.w--current {
  color: #142d52;
  font-weight: 700;
}

.navbar_menu.w--open {
  color: #142d52;
}

.navbar_menu.w--open:hover {
  color: #fff;
}

.dropdown-list {
  background-color: #142d52;
}

.navbar_menu-sub {
  color: #fff;
}

.code-embed {
  text-align: center;
  height: 70px;
}

.paragraph-2 {
  color: #142d52;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.section-2 {
  padding: 40px 10px;
}

.section-2.color_1 {
  background-color: #dae9ff;
  border-bottom: 1px solid #8a7272;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-2.color_2 {
  background-color: #142d52;
  border-bottom: 1px solid #fff;
}

.paragraph-3 {
  color: #142d52;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block {
  border-top: 2px solid #007710;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  text-align: center;
  width: 600px;
  margin: 10px auto 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-2 {
  width: 200px;
  margin: 40px auto 10px;
  display: block;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-4 {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.heading-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 34px;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-7 {
  color: #000;
  text-align: center;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
}

.paragraph-11 {
  text-align: center;
}

.image-4 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container {
  background-color: #dae9ff;
}

.div-block-2 {
  background-color: #dae9ff;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-color: #008b17;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 80px;
  display: block;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.div-block-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Droid Serif, serif;
  font-size: 30px;
  line-height: 36px;
}

.paragraph-13 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  background-color: #142d52;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-4 {
  background-image: url('../images/KW_familyGroup_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.section-4.privacy {
  background-image: url('../images/KW_familyGroup_1.png');
  background-position: 100%;
}

.section-4.about-us {
  background-image: url('../images/KW_familyGroup_2.png');
}

.div-block-4 {
  background-color: #142d52e6;
  width: 600px;
  height: 500px;
  margin-left: 175px;
  margin-right: auto;
  padding: 40px;
}

.div-block-5 {
  background-color: #00ad45;
  width: 125px;
  height: 10px;
  margin: 20px auto;
}

.div-block-4-mobile {
  background-color: #142d52;
  height: 500px;
  padding: 40px;
  display: none;
}

.paragraph-14 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-15 {
  text-align: center;
  max-width: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.code-embed-2 {
  height: 900px;
}

.container-2 {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-17 {
  width: 150px;
  margin: 0 auto 40px;
  display: block;
}

.title-header-2 {
  color: #142d52;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.paragraph-20 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-38 {
  color: #142d52;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-link {
  color: #142d52;
  border-bottom: 1px solid #56697e52;
  font-weight: 700;
  text-decoration: none;
}

.page-link:hover {
  color: #56697e;
  border-bottom-color: #56697e;
}

.page-link.w--current {
  color: #8a191b;
  font-weight: 600;
  text-decoration: none;
}

.page-link.w--current:hover {
  box-shadow: none;
  color: #204546;
  font-weight: 600;
}

.section-5 {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-3 {
  grid-template-rows: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-39 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.heading-39.mobile {
  text-align: center;
  display: none;
}

.paragraph-21 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph-21.sub1 {
  font-size: 16px;
}

.div-block-8 {
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-39-sub {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.heading-39-sub.mobile {
  text-align: center;
  display: none;
}

.section-6 {
  padding-bottom: 40px;
}

.section-7 {
  background-color: #dae9ff;
  padding: 40px 10px;
}

.div-block-9 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-19 {
  height: 225px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.paragraph-22 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-23 {
  font-size: 16px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-8 {
  background-color: #dae9ff;
}

.heading-40 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.container-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-9 {
  background-image: url('../images/16-5-here.png');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.section-10 {
  padding: 0 0 40px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
}

.tab-link-33 {
  width: 33%;
}

.tab-link-33.w--current {
  color: #940406;
  background-color: #fff;
}

.text-block-4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.tab-pane-tab {
  padding: 20px 10px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.div-block-11 {
  background-color: #142d52;
  flex-flow: column;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.image-20 {
  width: 100%;
}

.heading-41 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}

.heading-42 {
  color: #e1ff00;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 21px;
}

.paragraph-24 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.heading-41-alt {
  color: #142d52;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
}

.heading-41-alt.white {
  color: #ffe30c;
  text-align: left;
  margin-bottom: 0;
}

.heading-41-alt.blue {
  text-align: left;
}

.div-block-12 {
  background-color: #142d52;
  flex-flow: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px;
  display: flex;
}

.div-block-12._600px {
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-template-rows: auto;
  margin-top: 10px;
}

.div-block-13 {
  display: flex;
}

.paragraph-25 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.grid-7 {
  grid-template-rows: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-21 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list {
  color: #fff;
}

.tabs-menu {
  background-color: #dcdcdc;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 30px;
  }

  .navbar_menu {
    display: block;
  }

  .navbar_menu:hover {
    color: #f8f8f8;
  }

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

  .menu-button.w--open {
    background-color: #142d52;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-13 {
    font-size: 15px;
  }

  .section-4 {
    background-position: 72%;
  }

  .section-4.privacy {
    background-position: 91%;
  }

  .div-block-4 {
    width: 400px;
    margin-left: 0;
    padding: 20px;
  }

  .div-block-4-mobile {
    width: 400px;
    margin-left: 0;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .heading-39 {
    text-align: center;
    margin-bottom: 0;
    display: none;
  }

  .heading-39.mobile {
    display: block;
  }

  .image-18 {
    width: 100%;
  }

  .div-block-6 {
    display: block;
  }

  .heading-39-sub {
    text-align: center;
    margin-bottom: 0;
  }

  .heading-39-sub.mobile {
    display: block;
  }

  .section-9 {
    height: 300px;
  }

  .heading-41 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-12, .heading-7, .paragraph-13 {
    text-align: center;
  }

  .section-4 {
    background-position: 90%;
  }

  .section-4.privacy {
    background-position: 100%;
  }

  .div-block-4 {
    display: none;
  }

  .div-block-4-mobile {
    width: 100%;
    height: 400px;
    display: block;
  }

  .heading-39, .heading-39-sub {
    font-size: 18px;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: linear-gradient(#0000, #0000), url('../images/KW_familyGroup.png');
    background-position: 0 0, 6%;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 17px;
  }

  .code-embed {
    height: 100px;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7 {
    font-size: 19px;
    line-height: 26px;
  }

  .section-4 {
    background-position: 80%;
  }

  .section-4.privacy {
    background-position: 83%;
  }

  .div-block-4-mobile {
    padding: 10px;
  }

  .heading-39 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-39.mobile {
    font-size: 18px;
  }

  .paragraph-21 {
    margin-bottom: 0;
  }

  .bold-text {
    color: #03852e;
  }

  .heading-39-sub {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-39-sub.mobile {
    font-size: 18px;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .image-19 {
    height: auto;
  }

  .paragraph-22, .paragraph-23 {
    text-align: center;
  }

  .section-9 {
    height: 275px;
  }

  .tab-link-33 {
    width: 100%;
  }

  .div-block-11 {
    height: 425px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-6bfe7bd7, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-6bfe7bd7, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-dee5df03, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-dee5df03, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-29014139, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-29014139, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-fabfc540, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-fabfc540, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-5a9ddfe5, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-5a9ddfe5, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-bcd98ec7, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-2d103c80, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-2d103c80, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-1eb8f8ca, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-1eb8f8ca, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-33230d7a, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-33230d7a, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-49121c12, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-49121c12, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-3fcb06ef, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-3fcb06ef, #w-node-_6a2a0df8-7baa-e8a4-978c-8e18d79b78ad-fe5bfb55, #w-node-_479d4a6e-ae64-489a-6372-a6b60784b542-fe5bfb55 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


