:root {
  --dark-blue: #36406b;
  --turquoise: #43c2ce;
  --black: black;
  --orange: #e68220;
  --lime: #b0c52e;
  --white: white;
  --sand: #e7e8e3;
  --blue: #246cb4;
}

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

h1 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

p {
  color: var(--dark-blue);
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

a {
  text-decoration: none;
}

img {
  text-align: center;
  min-width: 100%;
  display: inline-block;
}

.section-hero {
  background-color: #0000;
  margin-bottom: 20px;
  padding-left: 90px;
  padding-right: 90px;
}

.button {
  background-color: var(--turquoise);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-indent: 0%;
  text-transform: uppercase;
  column-count: auto;
  border-radius: 20px;
  padding: 9px 15px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  position: static;
}

.button.bg-orange {
  background-color: var(--orange);
  color: #000;
}

.button.bg-lime {
  background-color: var(--lime);
  color: var(--black);
  text-align: center;
}

.heading-1 {
  color: #36406b;
  text-align: left;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 400;
  line-height: 2.625rem;
}

.paragraph {
  color: #36406b;
  text-align: left;
  border: 0 solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.text-lime {
  color: #b8cf2e;
}

.paragraph.text-lime.text-center {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph.text-center {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
}

.paragraph.text-center.margin-sides-80 {
  margin-left: 80px;
  margin-right: 80px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.625rem;
}

.paragraph.text-white {
  margin-top: 30px;
  margin-bottom: -9px;
}

.paragraph.text-white.text-center {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph.note {
  font-size: .8rem;
  line-height: 1.2rem;
}

.paragraph.pad {
  padding-left: 160px;
  padding-right: 160px;
}

.body {
  background-color: var(--sand);
}

.section-1-hero {
  padding-bottom: 20px;
}

.section-button-1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.image-anw-logo {
  float: right;
  width: 250px;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-navbar {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  margin: 10px;
  padding: 10px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.button-navbar.w--current {
  color: var(--turquoise);
}

.grid-1-2x2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  grid-template-columns: 1fr 1fr 1fr;
}

.divblock-grid-2x2 {
  border-right: 1px solid #f08318;
  border-bottom: 1px solid var(--orange);
  padding: 20px;
}

.divblock-grid-2x2.nostrokeright {
  border-right-width: 0;
}

.divblock-grid-2x2.nostrokebellow {
  border-bottom-style: none;
}

.divblock-grid-2x2.nostrokes {
  border-bottom-style: none;
  border-right-width: 0;
}

.divblock-grid-2x2.less {
  padding-top: 0;
}

.heading-2 {
  color: #36406b;
  text-align: left;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.875rem;
}

.heading-2.text-center {
  text-align: center;
  margin-bottom: 10px;
}

.heading-2.text-center.line-bellow-lime {
  border-bottom: 1px solid var(--lime);
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-6 {
  background-color: var(--sand);
  border-radius: 18px;
  padding: 13px;
}

.div-block-button-2 {
  text-align: center;
  margin-top: 23px;
}

.text-bold-turquoise {
  color: var(--turquoise);
  font-weight: 600;
}

.text-medium-lime {
  color: var(--lime);
  font-weight: 500;
}

.image-jenny1 {
  text-align: center;
  min-width: 200px;
  max-width: 200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-medium-orange {
  color: var(--orange);
  font-weight: 500;
}

.text-span {
  color: #f08318;
}

.text-span.text-orange {
  color: var(--orange);
}

.div-block-grid3x2 {
  margin-bottom: 5px;
}

.image-illustration {
  vertical-align: top;
  object-fit: contain;
  min-width: 100px;
  max-width: 100px;
  margin-bottom: 10px;
}

.div-block-9 {
  vertical-align: top;
  min-width: 25%;
  max-width: 25%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px 0 27px;
}

.image-jenny-2 {
  text-align: center;
  min-width: 250px;
  max-width: 250px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-medium-darkblue {
  color: #36406b;
  font-weight: 500;
}

.text-white {
  color: #fff;
}

.navbar-3 {
  z-index: 99;
  background-color: #ffffffe6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  display: flex;
  position: sticky;
  top: 0;
}

.container-11 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  min-width: 80%;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-menu-2 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

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

.bg-lime {
  background-color: var(--lime);
}

.bg-orange {
  background-color: var(--orange);
}

.div-block-11 {
  vertical-align: top;
  max-width: 50%;
  display: inline-block;
}

.div-block-12 {
  vertical-align: top;
  max-width: 50%;
  padding-left: 82px;
  padding-right: 82px;
  display: inline-block;
}

.section-4 {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.div-block-13 {
  vertical-align: top;
  min-width: 70%;
  max-width: 70%;
  display: inline-block;
}

.footer-copyright-center {
  text-align: center;
  margin-top: 23px;
  font-size: 14px;
  line-height: 16px;
}

.footer-copyright-center.paragraph {
  color: #000000a6;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 400;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
}

.heading-4.line-bellow {
  border-bottom: 1px solid var(--lime);
  padding-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 400;
}

.bold-text-2 {
  color: var(--blue);
  font-weight: 600;
}

.image-anw-logo-2 {
  vertical-align: bottom;
  max-width: 150px;
  display: block;
  overflow: clip;
}

.div-block---quote {
  margin-top: 33px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: .875rem;
  line-height: 1.25rem;
}

.div-block-nw-logo-footer {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 15%;
  max-width: 15%;
  margin-right: 80px;
  display: block;
}

.button-text-footer {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  flex-flow: wrap;
  align-items: center;
  margin-right: 20px;
  padding: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline-flex;
}

.div-block-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  min-width: 10%;
  max-width: 20%;
  margin-left: 20px;
  margin-right: 60px;
  display: flex;
}

.heading-3 {
  color: var(--blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-16 {
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 90px 35px auto auto;
}

.button-nav-bar {
  background-color: var(--turquoise);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-indent: 0%;
  text-transform: uppercase;
  column-count: auto;
  border-radius: 20px;
  padding: 9px 20px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  position: static;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: none;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-14 {
  text-align: center;
  align-self: center;
  height: 65px;
  margin-bottom: 23px;
}

.text-block {
  color: #464646;
  text-align: center;
  letter-spacing: 1px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 12px;
}

.bold-text-3 {
  color: #464646;
}

.section {
  margin-top: 20px;
}

.container-15, .div-block-18 {
  text-align: center;
}

.container-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-dark-blue {
  background-color: var(--dark-blue);
  border-radius: 20px;
  padding: 30px;
}

.container-dark-blue.turquoise {
  background-color: var(--turquoise);
  padding-top: 9px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.divblock-lime-stroke {
  border: 1px solid var(--lime);
  border-radius: 20px;
  padding: 15px;
}

.image-15 {
  min-width: 125px;
  max-width: 125px;
  margin-right: 20px;
}

.container-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.section-5 {
  padding-bottom: 20px;
}

.container-18 {
  padding-bottom: 10px;
  display: flex;
}

.divider {
  min-height: 80px;
  max-height: 80px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.section-footer {
  background-color: #ffffffa6;
}

.image-16 {
  min-width: 100%;
  max-width: 100%;
}

.link-block {
  min-width: 10%;
  max-width: 10%;
}

.section-6 {
  margin-top: 28px;
}

.container-20 {
  text-align: center;
  margin-top: 44px;
}

.link-block-2 {
  min-width: 15%;
  max-width: 20%;
  margin-right: 40px;
}

.div-block-19 {
  min-width: 20%;
  max-width: 30%;
}

.section-7 {
  margin-top: 40px;
}

.container-21 {
  padding-left: 120px;
  padding-right: 120px;
}

@media screen and (min-width: 1280px) {
  .image-illustration {
    min-width: 100px;
    min-height: 100px;
  }

  .footer-copyright-center {
    margin-right: 9px;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    margin-bottom: 30px;
  }

  .div-block-6 {
    min-width: 100%;
  }

  .div-block-17 {
    margin-left: 55px;
    margin-right: 55px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-family: Barlow Semi Condensed, sans-serif;
    font-weight: 400;
  }

  .section-hero {
    padding-left: 38px;
    padding-right: 38px;
  }

  .button {
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: static;
  }

  .heading-1 {
    color: var(--dark-blue);
    text-align: left;
    font-weight: 400;
  }

  .heading-1.text-white {
    color: var(--white);
    text-align: left;
  }

  .heading-1.text-center {
    text-align: center;
  }

  .heading-1.text-center.text-white {
    color: var(--sand);
  }

  .paragraph, .paragraph.text-center {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.text-center.margin-sides-80 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.text-white {
    padding-left: 60px;
    padding-right: 60px;
  }

  .body {
    min-width: 100%;
  }

  .section-1-hero {
    object-fit: fill;
    background-image: none;
    min-width: 300px;
    min-height: 300px;
  }

  .section-button-1 {
    text-align: center;
    margin-top: 15px;
  }

  .image-anw-logo {
    z-index: 99999;
    width: 175px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .button-navbar {
    position: static;
  }

  .button-navbar.w--current {
    color: var(--turquoise);
  }

  .grid-1-2x2 {
    grid-template-rows: max-content auto;
    grid-template-columns: 1fr minmax(200px, 1fr);
  }

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

  .image-jenny1 {
    text-align: center;
    min-width: 30%;
    max-width: 30%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-grid3x2 {
    min-width: 100%;
  }

  .div-block-9 {
    text-align: center;
    vertical-align: top;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: flex;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-jenny-2 {
    min-width: 100%;
    max-width: 100%;
  }

  .navbar-3 {
    z-index: 9;
  }

  .container-11 {
    z-index: 99;
  }

  .nav-menu-2 {
    z-index: auto;
  }

  .div-block-no-line-right {
    border-right: 1px none var(--lime);
    padding-left: 20px;
    padding-right: 15px;
  }

  .div-block-line-bottom {
    border-right: 1px solid var(--lime);
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12 {
    max-width: 50%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-13 {
    max-width: 100%;
  }

  .image-anw-logo-2 {
    min-width: 75%;
    max-width: 100%;
    min-height: 50%;
    max-height: 100%;
  }

  .div-block---quote {
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-nw-logo-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 20%;
    max-width: 20%;
    min-height: 20%;
    max-height: 20%;
    margin-right: 20px;
    display: inline-block;
  }

  .button-text-footer {
    text-align: left;
    min-width: 175px;
    display: inline-block;
    position: static;
  }

  .div-block-15 {
    vertical-align: bottom;
    max-width: 70%;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
  }

  .heading-3 {
    margin-bottom: 5px;
    line-height: 22px;
  }

  .div-block-16 {
    position: absolute;
    inset: 90px 35px auto auto;
  }

  .button-nav-bar {
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: static;
  }

  .container-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .heading-1.text-white {
    min-width: 100%;
    max-width: 100%;
  }

  .paragraph.text-white {
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-anw-logo {
    width: 125px;
    margin: auto;
    inset: 0% 0% auto auto;
  }

  .button-navbar {
    align-self: flex-start;
  }

  .grid-1-2x2 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .divblock-grid-2x2 {
    border-right-style: none;
    border-right-width: 0;
  }

  .divblock-grid-2x2.nostrokebellow {
    border-bottom-width: 1px;
  }

  .grid-5 {
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: row;
    place-content: start;
    place-items: stretch start;
  }

  .image-jenny1 {
    min-width: 40%;
    max-width: 40%;
    margin-bottom: 30px;
  }

  .text-lime {
    color: var(--lime);
  }

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

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

  .navbar-3 {
    z-index: 9999999;
  }

  .nav-menu-2 {
    background-color: #fff;
    align-items: flex-start;
  }

  .div-block-no-line-right {
    border-right-style: none;
    border-right-width: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-line-bottom {
    border-bottom: 0px none var(--lime);
    border-right-style: none;
    border-right-width: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .div-block-15 {
    margin-left: 0;
  }

  .menu-button {
    z-index: 99999999;
    background-color: #fff0;
  }

  .menu-button.w--open {
    color: var(--dark-blue);
    background-color: #fff;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .icon {
    color: var(--dark-blue);
  }

  .button-nav-bar {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-1.text-white.text-center {
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.text-center.margin-sides-80 {
    margin-left: -46px;
    margin-right: -46px;
  }

  .section-1-hero {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-width: auto;
    min-height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-button-1 {
    text-align: center;
  }

  .image-anw-logo {
    min-width: 35%;
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .grid-5 {
    grid-template-columns: minmax(200px, 1fr);
    place-items: start center;
  }

  .image-jenny1 {
    min-width: 70%;
    max-width: 70%;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .div-block-9 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-3 {
    z-index: 2147483647;
  }

  .nav-menu-2 {
    min-width: 100%;
  }

  .div-block-11, .div-block-12 {
    max-width: 100%;
  }

  .image-anw-logo-2 {
    min-width: 125%;
    min-height: 100%;
  }

  .div-block-nw-logo-footer {
    min-width: 90px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-text-footer {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    display: flex;
  }

  .image-13 {
    min-width: 90%;
    max-width: 90%;
  }

  .div-block-16 {
    top: 80px;
    right: 15px;
  }

  .menu-button {
    z-index: 2147483647;
  }

  .utility-page-content {
    width: 200px;
  }

  .container-15 {
    max-width: 90%;
  }

  .container-16 {
    text-align: center;
    flex-flow: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-15 {
    min-width: 100px;
  }

  .container-18 {
    flex-flow: column;
    max-width: 90%;
  }

  .container-19 {
    max-width: 90%;
  }

  .grid {
    text-align: center;
    grid-template-columns: 1fr;
  }
}

#w-node-_5862f6bb-4d7c-0a71-f264-6e2b3975a7c2-3bba7046 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_8df484cc-b7a7-dbc6-11ff-260161a71741-3bba7046 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e96365ba-92d2-66f3-2888-09bb36387805-3bba7046 {
    place-self: auto;
  }
}


