:root {
  --white: white;
  --323-c: #086262;
  --289-c: #0c2340;
  --144-c: #eb8b00;
  --grey: #555;
  --367-c: #a9d37b;
  --black: black;
  --570-c: #6bcaba;
}

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

.nav {
  z-index: 1000;
  background-color: var(--white);
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 7px 11px 6px #00000026;
}

.nav-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 20px 40px;
}

.nav-div {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.logo-link {
  transition: opacity .5s;
}

.logo-link:hover {
  opacity: .7;
}

.logo-link.w--current {
  transition: opacity .5s;
}

.logo-link.w--current:hover {
  opacity: .7;
}

.menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--289-c);
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: color .5s;
}

.nav-link:hover {
  color: var(--144-c);
  text-decoration: underline;
}

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

.logo {
  width: 175px;
}

.menu-list-item {
  margin-right: 40px;
}

.body {
  background-color: #0000;
}

.header {
  background-image: url('../images/Background.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  padding: 40px;
  display: flex;
}

.header-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.header-logo {
  width: 400px;
  margin-bottom: 40px;
}

.header-text {
  color: var(--white);
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.section-1 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.h1 {
  color: var(--289-c);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Old Standard TT, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 63px;
}

.h3 {
  color: var(--323-c);
  text-transform: none;
  margin-bottom: 15px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.h3.background {
  background-color: var(--144-c);
  color: var(--white);
  padding: 10px;
  font-size: 25px;
  line-height: 33px;
}

.body-text {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 30px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.body-text.padding-15 {
  margin-bottom: 15px;
}

.body-text.padding-15.indent {
  margin-left: 10px;
}

.body-text.padding-100 {
  margin-bottom: 100px;
}

.body-text.top-padding-30 {
  margin-bottom: 0;
  padding-top: 30px;
}

.body-text.padding-0 {
  margin-bottom: 0;
}

.h2 {
  color: var(--144-c);
  text-transform: none;
  margin-bottom: 30px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}

.bold {
  font-family: Frutiger Bold, Arial, sans-serif;
  font-weight: 700;
}

.list {
  color: var(--grey);
  margin-bottom: 30px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.list.padding-15 {
  margin-bottom: 15px;
}

.divider-div {
  background-image: url('../images/Divider.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 0;
}

.footer-div {
  background-color: var(--289-c);
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

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

.footer-logo {
  width: 300px;
}

.footer-header {
  color: var(--white);
  text-transform: none;
  margin-bottom: 15px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
}

.footer-text {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.footer-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  position: static;
}

.dropdown {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}

.dropdown:hover {
  background-color: var(--323-c);
}

.dropdown-toggle {
  background-color: var(--144-c);
  border-radius: 0;
  width: 100%;
  padding: 10px;
  transition: background-color .5s;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open, .dropdown-toggle.w--open:hover {
  background-color: var(--323-c);
}

.dropdown-icon {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.dropdown-label {
  color: var(--white);
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
}

.dropdown-list.w--open:hover {
  background-color: var(--white);
}

.dropdown-text {
  color: var(--grey);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link {
  color: var(--144-c);
  font-family: Frutiger Bold, Arial, sans-serif;
  font-weight: 700;
  transition: color .5s;
}

.link:hover {
  color: var(--323-c);
}

.link._2 {
  color: var(--289-c);
}

.link._2:hover {
  color: var(--144-c);
}

.footer-bottom {
  background-color: var(--289-c);
  width: 100%;
  margin-top: 85px;
  padding: 20px;
}

.footer-bottom-text {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Frutiger Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

.button {
  background-color: var(--289-c);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .5s;
  box-shadow: 0 7px 11px -6px #00000026;
}

.button:hover {
  background-color: var(--144-c);
}

.button._2 {
  margin-bottom: 0;
}

.columns {
  padding-top: 30px;
  padding-bottom: 45px;
}

.stat-wrapper {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.stat-fill {
  background-color: var(--289-c);
  border-radius: 0;
  width: 10%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.stat-fill._20 {
  width: 20%;
}

.stat-fill._7 {
  width: 7%;
}

.stat-fill._36 {
  width: 36%;
}

.stat-fill._6 {
  width: 6%;
}

.stat-fill._1 {
  width: 1%;
}

.stat-fill._25 {
  width: 25%;
}

.stat-fill._5 {
  width: 5%;
}

.stat-fill.orange {
  background-color: var(--144-c);
}

.stat-fill.orange._51 {
  width: 51%;
}

.stat-fill.orange._14 {
  width: 14%;
}

.stat-fill.orange._16 {
  width: 16%;
}

.stat-fill.orange._4 {
  width: 4%;
}

.stat-fill.orange._3 {
  width: 3%;
}

.stat-fill.orange._46 {
  width: 46%;
}

.stat-fill.orange._12 {
  width: 12%;
}

.stat-fill.orange._9 {
  width: 9%;
}

.stat-fill.orange._2 {
  width: 2%;
}

.stat-fill.orange._30 {
  width: 30%;
}

.stat-fill.orange._27 {
  width: 27%;
}

.stat-fill.orange._0-25 {
  width: .25%;
}

.stat-fill._50 {
  width: 50%;
}

.stat-fill._46 {
  width: 46%;
}

.stat-fill._47 {
  width: 47%;
}

.stat-fill._41 {
  width: 41%;
}

.stat-fill._39 {
  width: 39%;
}

.stat-fill._33 {
  width: 33%;
}

.stat-fill._26 {
  width: 26%;
}

.stat-fill._8 {
  width: 8%;
}

.stat-name {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  display: block;
}

.stat-bar {
  border: 2px solid var(--289-c);
  color: #0000;
  border-radius: 0;
  height: 20px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

.stat-bar.orange {
  border-color: var(--144-c);
}

.stat-percentage {
  float: right;
  color: var(--grey);
  letter-spacing: 0;
  margin-right: 0;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.quote {
  background-color: var(--323-c);
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 60px;
  padding: 20px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.h4 {
  background-color: var(--289-c);
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 45px;
  padding: 10px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.leads-text {
  background-color: var(--323-c);
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding: 10px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}

.leads-text-2 {
  background-color: var(--367-c);
  color: var(--289-c);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding: 10px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.leads-text-3 {
  background-color: var(--323-c);
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding: 10px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.grid-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--289-c);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  margin-bottom: 100px;
  padding: 2px;
}

.grid-header {
  background-color: var(--323-c);
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.grid-header.center {
  text-align: center;
  display: block;
}

.grid-header.orange {
  background-color: var(--144-c);
}

.grid-text {
  background-color: var(--white);
  color: var(--289-c);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.grid-text.center {
  text-align: center;
  display: block;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.grid-3._2 {
  margin-bottom: 100px;
}

.callout {
  color: var(--144-c);
  font-family: Frutiger Bold, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.link-h3 {
  color: var(--323-c);
  transition: color .5s;
}

.link-h3:hover {
  color: var(--144-c);
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: auto 1fr;
  margin-bottom: 30px;
}

.icon {
  margin-top: 5px;
}

.logos {
  width: 600px;
  margin-bottom: 30px;
}

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

@media screen and (max-width: 991px) {
  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-div {
    max-width: none;
  }

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

  .menu-wrapper {
    background-color: #0000;
  }

  .menu {
    background-color: var(--323-c);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px 20px 0;
    display: flex;
    box-shadow: 0 7px 11px 6px #00000026;
  }

  .nav-link {
    color: var(--white);
    padding: 0;
    transition-property: none;
    display: block;
  }

  .nav-link:hover {
    color: var(--white);
    text-decoration: none;
  }

  .nav-link.w--current {
    color: var(--white);
    padding: 0;
    transition-property: none;
    display: block;
  }

  .nav-link.w--current:hover {
    color: var(--white);
    text-decoration: none;
  }

  .menu-button {
    background-color: var(--289-c);
    color: var(--white);
    border-radius: 100px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--323-c);
    color: #fff;
    border-radius: 100px;
    flex-flow: column;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
  }

  .menu-list-item {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .menu-icon {
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    font-size: 80px;
    line-height: 80px;
    display: block;
  }

  .header {
    background-position: 95%;
    padding-right: 20px;
  }

  .divider-div {
    background-position: 49%;
  }

  .footer-div {
    flex-flow: column;
  }

  .footer-div-2 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .footer-header, .footer-text {
    text-align: center;
  }

  .footer-div-3 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .stat-name {
    padding-right: 45px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    max-width: 100%;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 0;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .header {
    background-position: 85%;
  }

  .header-logo {
    width: 325px;
  }

  .header-text {
    font-size: 45px;
    line-height: 53px;
  }

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

  .h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .divider-div {
    background-position: 40%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-text {
    font-size: 17px;
    line-height: 25px;
  }

  .footer-grid {
    flex-flow: column;
    display: flex;
  }

  .footer-bottom {
    position: absolute;
    left: 0;
    right: 0;
  }

  .button {
    width: 100%;
  }

  .grid-2 {
    overflow: auto;
  }

  .grid-3 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .nav-div {
    max-width: none;
  }

  .menu {
    flex-direction: column;
  }

  .header {
    background-position: 85%;
    height: 475px;
  }

  .header-logo {
    width: 225px;
  }

  .header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .divider-div {
    background-position: 41%;
  }

  .footer-logo {
    width: 275px;
  }

  .footer-header {
    font-size: 25px;
    line-height: 33px;
  }

  .footer-bottom-text {
    font-size: 13px;
    line-height: 21px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .grid-3 {
    display: flex;
  }

  .grid-5 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-a5462997-4116-dcf8-6291-59e85cdae782-2d959dd6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6e4d1857-6d7c-5a77-9c2d-a71890ee125f-2d959dd6, #w-node-f18f1bab-3817-27d5-c9f4-c4c3889f59e2-2d959dd6, #w-node-_7d7ae97b-ea41-4320-3457-b2b0d9e78ec7-2d959dd6, #w-node-_5d720a4a-fd3b-113f-dca8-a8c17d347fd7-2d959dd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b16b72f8-8ac3-8927-7ab2-8a585e27b9a2-2d959dd6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_76922e29-3bf3-a1ea-7297-63bc433ce316-2d959dd6, #w-node-abec701c-08e6-ed87-5656-7b1c2c6e47e8-2d959dd6, #w-node-c48d1f44-f43d-26c7-0e7f-57e6e7de8f67-2d959dd6, #w-node-_59d4bdcb-19e9-98b2-27e1-9f34443b564c-2d959dd6, #w-node-b6897b54-dd7b-796a-2146-7ccc8a621914-2d959dd6, #w-node-_13bf0fab-9a70-5d75-5aae-225f4a0965bf-2d959dd6, #w-node-_3f2aedd9-71a0-4e81-2b0d-90c1d5d1629c-2d959dd6, #w-node-f22c48a1-6ae0-9552-fbb0-e006326abf85-2d959dd6, #w-node-a77a907a-432b-8045-cb16-d32a73f7034d-2d959dd6, #w-node-_0977b6ab-1bac-f837-2979-b18519158c03-2d959dd6, #w-node-e01f0389-edf9-e6a2-68ed-4ea7be3bae39-2d959dd6, #w-node-c3ccb979-aea2-7814-3f55-d5e582b616c9-2d959dd6, #w-node-a4eafd2d-d679-8069-19a3-f4b70156893c-2d959dd6, #w-node-_6d711050-d3e7-8bcc-e750-4679339aa732-2d959dd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Frutiger Roman';
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Bold';
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Light';
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}