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

.navbar-no-shadow {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.navbar-no-shadow-container {
  z-index: 5;
  text-align: left;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex: 1;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0679bd;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  background-image: linear-gradient(270deg, #00000003, #00000075 0%, #0003 0%, #00000075), url('../images/Rectangle-3-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
}

.div-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 96px;
  line-height: 120%;
}

.image {
  height: 75px;
  position: static;
}

.div-block-3 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #eee;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.section-3 {
  min-height: 250px;
  position: relative;
}

.image-2 {
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.div-block-4 {
  text-align: center;
  background-color: #1d366bd1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .64px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.button {
  color: #1d366b;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 5px;
  width: 150px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  box-shadow: 0 4px 4px #00000040;
}

.section-4 {
  background-color: #1d366b;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  grid-template: ". . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.image-3 {
  margin-bottom: 20px;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-6 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.div-block-6, .image-4, .div-block-7 {
  text-align: center;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

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

.text-block-7 {
  text-decoration: none;
}

.text-block-8 {
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
}

.link-block {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
}

.link-block-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 0;
  display: grid;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 0;
  display: flex;
}

.testimonial-quote-icon {
  width: 166px;
  margin: 20px auto;
}

.testimonial-quote {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 0;
  font-size: 20px;
  position: static;
  bottom: -60px;
}

.button-2 {
  background-color: #1d366b;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.image-5 {
  width: 100%;
}

.text-block-9 {
  color: #555;
  letter-spacing: .34px;
  margin-top: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.section-5 {
  max-width: 1200px;
  margin: 40px auto;
}

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  display: grid;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.section-6 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding-bottom: 0;
  display: block;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffbfb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100px;
  font-family: Lato, sans-serif;
  display: grid;
  position: static;
  bottom: 0;
}

.div-block-23 {
  text-align: left;
  border-left: 1px solid #dadada;
  border-right: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-10 {
  color: #1e1e1e;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
}

.text-block-11 {
  color: #1e1e1e;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-12 {
  color: #555;
  letter-spacing: .4px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 170%;
}

.div-block-28 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #555;
  letter-spacing: .4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 170%;
  display: flex;
}

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

.text-block-13 {
  padding-left: 10px;
  line-height: 41px;
}

.section-8 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-14 {
  color: #555;
  letter-spacing: .48px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
}

.icon {
  background-color: #0000;
}

.section-9 {
  max-width: 1200px;
  margin: 100px auto 40px;
}

.icon-2 {
  background-color: #0000;
  border-radius: 50px;
}

.section-10 {
  background-image: url('../images/Rectangle-3-1.png');
  background-position: 50%;
  background-size: cover;
  height: 527px;
}

.section-11 {
  background-image: url('../images/image-15.png');
  background-position: 50%;
  background-size: cover;
  height: 527px;
}

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

.section-13 {
  background-image: url('../images/image-17.png');
  background-position: 50%;
  background-size: cover;
  height: 527px;
}

.div-block-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-3 {
  background-color: #0679bd;
  border-radius: 5px;
  width: 150px;
  box-shadow: 0 4px 4px #00000040;
}

.div-block-37 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-38 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #eba738;
  border-radius: 5px;
  width: 35%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
  position: absolute;
  inset: auto 4% 15% auto;
  box-shadow: 0 4px 50px #0000001a;
}

.div-block-39 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-14 {
  position: relative;
  top: 92px;
}

.nav-link-2, .nav-link-2.w--current {
  color: #1e1e1e;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link {
  color: #1e1e1e;
  text-decoration: none;
}

.section-15 {
  margin-top: 92px;
}

.list-item-2 {
  font-size: 20px;
}

.div-block-42 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.text-block-15 {
  color: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 70px;
  line-height: 50px;
}

.text-block-16 {
  color: #555;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-17 {
  color: #555;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
}

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

.nav-link-3.w--current {
  color: #fff;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-17 {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.text-block-18 {
  color: #1e1e1e;
  text-align: left;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-19 {
  color: #1e1e1e;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-20 {
  color: #555;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.text-block-21 {
  margin-top: 40px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 50px;
}

.image-12, .image-13 {
  padding-right: 15px;
}

.image-14, .image-15, .image-16 {
  padding-left: 15px;
}

.image-17 {
  padding-right: 15px;
}

.image-18 {
  padding-left: 15px;
}

.image-19 {
  padding-right: 15px;
}

.image-20 {
  padding-left: 15px;
}

.image-21 {
  padding-right: 15px;
}

.image-22 {
  padding-left: 15px;
}

.image-23 {
  padding-right: 15px;
}

.text-block-22 {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-23 {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-24 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.link-block-3 {
  display: none;
}

.text-block-25 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: #fff;
  white-space: normal;
  grid-template: ". . Area"
  / max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 10px;
  padding-left: 0;
  display: inline-flex;
}

.footer3_social-link {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 14px;
  display: flex;
}

.icon-embed-xsmall.icon-yt {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.testimonial-slider-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -7%;
}

.div-block-45 {
  background-color: #000;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  box-shadow: 0 4px 4px 4px #0003;
}

.testimonial-slider-arrow-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -7%;
}

.div-block-46 {
  background-color: #000;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  margin-top: 333px;
  box-shadow: 0 4px 4px 4px #0003;
}

.code-embed-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section {
    background-position: 0 0, 50%;
  }

  .text-block {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-3 {
    width: 100%;
  }

  .testimonial-slider-nav {
    font-size: 22px;
  }

  .div-block-25 {
    background-color: #fffbfb;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-10 {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .icon {
    background-color: #0000;
  }

  .icon-2 {
    background-color: #0000;
    border-radius: 50px;
  }

  .testimonial-slider-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: -7%;
  }

  .div-block-45 {
    background-color: #000;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
    box-shadow: 0 4px 4px 4px #0003;
  }

  .testimonial-slider-arrow-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    right: -7%;
  }

  .div-block-46 {
    background-color: #000;
    border-radius: 50px;
    flex-flow: column;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-top: 333px;
    display: flex;
    box-shadow: 0 4px 4px 4px #0003;
  }

  .code-embed-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-position: 0 0, 50%;
  }

  .text-block {
    width: 100%;
  }

  .div-block-3 {
    flex-flow: column;
    width: 100%;
    padding-left: 10%;
  }

  .testimonial-slider-two {
    flex-flow: column;
  }

  .testimonial-slider-arrow {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    left: auto;
    right: -15%;
  }

  .testimonial-slider-nav {
    font-size: 22px;
  }

  .icon {
    background-color: #0000;
    display: block;
    position: static;
    right: 5%;
  }

  .section-9 {
    max-width: 100%;
  }

  .icon-2 {
    background-color: #0000;
    position: static;
  }

  .icon-embed-xsmall {
    color: #1e1e1e;
  }

  .div-block-44 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: -10%;
  }

  .div-block-45 {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
    box-shadow: 0 4px 5px 4px #0003;
  }

  .testimonial-slider-arrow-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    right: -10%;
  }

  .div-block-46 {
    background-color: #000;
    border-radius: 50px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-top: 332px;
    margin-bottom: 350.542px;
    display: flex;
    box-shadow: 0 4px 5px 4px #0003;
  }

  .code-embed-2 {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section {
    background-position: 0 0, 70%;
  }

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

  .div-block-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .section-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: block;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-23 {
    flex-flow: wrap;
    flex: 1;
    display: flex;
  }

  .icon-3 {
    color: #fff;
  }

  .image-10 {
    padding-left: 20px;
  }

  .text-block-19 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
  }

  .text-block-20 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-21 {
    margin-top: 20px;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    display: block;
  }

  .image-14 {
    padding-left: 15px;
  }

  .testimonial-slider-arrow-2 {
    left: 0%;
  }

  .testimonial-slider-arrow-3 {
    right: 0%;
  }

  .code-embed-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper {
    flex-flow: row;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section {
    background-position: 0 0, 70%;
  }

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

  .text-block-3 {
    font-size: 20px;
  }

  .div-block-5 {
    place-items: start center;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .image-10 {
    display: none;
  }

  .text-block-18 {
    line-height: 30px;
  }

  .text-block-19 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .text-block-21 {
    margin-top: 10px;
    line-height: 30px;
  }

  .image-11 {
    display: none;
  }

  .text-block-22 {
    text-align: left;
    font-size: 70px;
  }

  .text-block-23, .text-block-24 {
    font-size: 15px;
  }

  .footer3_social-list {
    display: flex;
  }

  .testimonial-slider-arrow-2 {
    inset: 0% auto 0% 0%;
  }

  .testimonial-slider-arrow-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .code-embed-2 {
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    padding-left: 20px;
  }

  .navbar-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-wrapper {
    inset: 12% 0% auto;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: static;
  }

  .nav-link, .nav-link.w--current {
    color: #1e1e1e;
  }

  .mobile-margin-top-10 {
    margin-bottom: 20px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section, .div-block {
    height: 350px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 350px;
    display: block;
    position: static;
  }

  .text-block {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
    font-size: 55px;
  }

  .image {
    width: auto;
    max-width: 100%;
    height: 60px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-left: 0;
    position: static;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
    grid-auto-columns: .25fr;
    place-items: stretch stretch;
  }

  .image-3 {
    max-width: 80%;
  }

  .text-block-5, .text-block-6 {
    text-align: center;
  }

  .div-block-6 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    justify-content: center;
  }

  .div-block-9 {
    align-items: center;
  }

  .testimonial-slider-large {
    background-color: #fff;
    padding: 0 10px;
  }

  .container {
    max-width: none;
  }

  .testimonial-slide {
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    padding: 0;
    display: flex;
  }

  .testimonial-content {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-quote-icon {
    width: 75%;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .button-2 {
    text-align: left;
  }

  .div-block-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: 5px;
  }

  .section-7 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    display: grid;
    position: relative;
  }

  .text-block-10 {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    line-height: 120%;
  }

  .text-block-11 {
    font-size: 30px;
  }

  .div-block-28 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-29 {
    flex-flow: column;
    align-items: center;
  }

  .text-block-13 {
    text-align: center;
    line-height: 120%;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .text-block-14 {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
  }

  .icon {
    margin-right: 0;
  }

  .section-9 {
    background-color: #fff;
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-10 {
    height: 350px;
  }

  .section-11 {
    width: 100%;
    height: 350px;
  }

  .section-12, .section-13 {
    height: 350px;
  }

  .div-block-31 {
    position: relative;
  }

  .div-block-32 {
    justify-content: center;
    display: flex;
  }

  .div-block-33, .div-block-34 {
    text-align: center;
  }

  .div-block-35, .div-block-36 {
    justify-content: center;
    display: flex;
  }

  .image-6, .image-7 {
    width: 100%;
    max-width: 80%;
  }

  .div-block-37 {
    width: 90%;
    max-width: 800px;
  }

  .div-block-38 {
    text-align: center;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 10%;
  }

  .div-block-39 {
    width: 90%;
  }

  .image-8 {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 100% 50%;
    min-height: 400px;
  }

  .nav-link-2, .nav-link-2.w--current {
    line-height: 170%;
  }

  .icon-3, .icon-4, .icon-5, .icon-6, .icon-7 {
    color: #fff;
    font-size: 35px;
  }

  .icon-8 {
    font-size: 35px;
  }

  .icon-9 {
    font-size: 35px;
    line-height: 120%;
  }

  .list-item {
    line-height: 170%;
  }

  .section-16 {
    margin-top: 60px;
  }

  .div-block-40 {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-41 {
    width: 100%;
  }

  .image-9, .image-10 {
    display: none;
  }

  .div-block-42 {
    margin-bottom: 20px;
  }

  .text-block-15 {
    font-size: 32px;
  }

  .text-block-16 {
    font-size: 17px;
  }

  .div-block-43 {
    grid-template-columns: 1fr;
  }

  .text-block-20 {
    padding-right: 15px;
  }

  .image-11, .image-12, .image-13, .image-17, .image-19, .image-21, .image-23 {
    display: none;
  }

  .text-block-22 {
    text-align: center;
    font-size: 40px;
  }

  .text-block-23 {
    text-align: center;
    font-size: 12px;
    line-height: 2vh;
  }

  .footer3_social-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-left: 0;
    display: flex;
  }

  .code-embed-2, .code-embed-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_366f1498-2fe7-4cb2-2aa7-ce664e446633-c994f486 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0980f6dc-429a-d1c3-1c0a-88116651c457-c994f486, #w-node-d8737af3-c4cd-7621-8e77-9e5a68955adb-260dfd81, #w-node-_7d8117ca-7566-547f-7d18-8aad1fd34925-46169998, #w-node-_401d0409-349e-0d69-fd34-7c5653427568-2a5ec101, #w-node-_5da8180e-d092-8ccf-3493-aa3ba6868a0f-fe9391d2, #w-node-f2f00e81-4c76-5c34-ef84-f5e3cdf17a58-6d198f18, #w-node-_130e1a26-c58e-924f-b0a5-d0699f305ae7-d8113808 {
    align-self: auto;
  }
}


