.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-size: 56px;
  line-height: 67px;
  font-weight: 400;
  text-align: left;
}

h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'F37moon demi', sans-serif;
  color: #1486fb;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h5 {
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #000c59;
  font-size: 20px;
  line-height: 150%;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Poppins, sans-serif;
  color: #1a1b1f;
  font-size: 20px;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

strong {
  font-weight: 600;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 50px;
}

.section.cta {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffa900;
}

.section.home-splash-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00083d;
}

.section.navy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#060c31), to(#000c59));
  background-image: linear-gradient(180deg, #060c31, #000c59);
}

.section.navy.contact {
  position: relative;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0058b2), to(#1486fb));
  background-image: linear-gradient(180deg, #0058b2, #1486fb);
}

.section.grey {
  position: relative;
  bottom: auto;
  z-index: 1;
  background-color: #f2f2f2;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.navygradient {
  position: relative;
  padding-top: 60px;
  background-color: #000c59;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#060c31), to(#000c59));
  background-image: linear-gradient(180deg, #060c31, #000c59);
}

.section.blue {
  position: static;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0058b2), to(#1486fb));
  background-image: linear-gradient(180deg, #0058b2, #1486fb);
  opacity: 1;
}

.section.blue-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0058b3), to(#1486fb));
  background-image: linear-gradient(180deg, #0058b3, #1486fb);
}

.section.blue-gradient.contact {
  position: relative;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0058b2), to(#1486fb));
  background-image: linear-gradient(180deg, #0058b2, #1486fb);
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.centred {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.bottom-part {
  display: block;
  width: 50%;
}

.container.bottom-part._55 {
  width: 55%;
  padding-bottom: 100px;
}

.container.about {
  padding-top: 100px;
}

.container.investors {
  padding-top: 80px;
  padding-bottom: 60px;
}

.container.howitworks {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.intro {
  margin-top: 20px;
  padding-bottom: 0px;
}

.container.narrow {
  width: 69%;
}

.container.heading-wrap {
  margin-top: 60px;
}

.container.no-margin-top {
  padding-top: 0px;
}

.container.no-margin-top.no-margin-bottom {
  padding-bottom: 0px;
}

.container.footer {
  padding-top: 50px;
  padding-bottom: 20px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-large {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.paragraph-large.cc-bigger-light {
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #000c59;
}

.button {
  padding: 18px 60px;
  float: none;
  border-radius: 50px;
  background-color: #1486fb;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: 'F37moon demi', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.button:hover {
  background-color: #000c59;
  color: #fff;
}

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

.button.jumbo-button {
  padding: 10px 80px;
  float: left;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.button.jumbo-button.jumbobuttonnavy {
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  clear: none;
  background-color: #fff;
  text-align: left;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 15px 45px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button.cc-contact-us.contact-white {
  background-color: #000c59;
}

.button.cc-contact-us.contact-white.w--current:hover {
  background-color: #fff;
  color: #000c59;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.centred {
  margin-right: auto;
  margin-left: auto;
}

.button.white {
  margin-top: 40px;
  background-color: #fff;
  color: #000c59;
}

.button.white:hover {
  background-color: #000c59;
  color: #fff;
}

.label {
  margin-bottom: 10px;
  float: none;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  font-family: Poppins, sans-serif;
  color: #000c59;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 1;
}

.paragraph-light {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 1;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.heading-jumbo {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-size: 6vw;
  line-height: 110%;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  float: left;
  clear: none;
  font-family: Poppins, sans-serif;
  color: #000c59;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.heading-jumbo-small.ctaheader {
  display: block;
  width: 50%;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-align: left;
}

.heading-jumbo-small.ctaheader.investors {
  margin-bottom: 40px;
  font-family: 'F37moon demi', sans-serif;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 16px;
  line-height: 150%;
}

.logo-link {
  z-index: 1;
}

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

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #000c59;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.menu-button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo-image {
  display: block;
  width: 200px;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
}

.navigation-items.white {
  background-color: transparent;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000c59;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  float: left;
  clear: left;
  text-align: left;
}

.cta-wrap {
  width: 65%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-content {
  width: 100%;
  text-align: center;
}

.intro-content.home-intro-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro-content.home-image-slideshow {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.our-services-grid {
  margin-top: 60px;
  margin-bottom: 10px;
  grid-column-gap: 70px;
  grid-row-gap: 60px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-wrap {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: left;
}

.heading-wrap.constrain-width {
  width: 80%;
  padding-top: 0px;
  padding-bottom: 60px;
}

.heading-wrap._80 {
  width: 70%;
  max-width: 80%;
  min-width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.team-members {
  margin-top: 0px;
  margin-bottom: 0px;
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-members._1 {
  margin-top: 40px;
  margin-bottom: 0px;
}

.team-member-text {
  overflow: visible;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 40px;
  margin-bottom: 120px;
  font-size: 14px;
}

.home-section-wrap {
  width: 90%;
  max-width: 480px;
  margin-bottom: 30px;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-column-gap: 40px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
}

.intro-text {
  width: 100%;
  margin-bottom: 35px;
  text-align: left;
}

.constrained-heading {
  max-width: 770px;
  margin-top: 0px;
  float: none;
  text-align: left;
}

.constrained-heading.centre {
  margin-right: auto;
  margin-left: auto;
}

.constrained-heading.centre.contact {
  max-width: 654px;
}

.constrained-heading.investors {
  max-width: 715px;
}

.button-text {
  margin-bottom: 0px;
  font-family: 'F37moon demi', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-2 {
  width: 50%;
  margin-bottom: 40px;
  float: none;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-weight: 500;
  text-align: left;
}

.heading-2.white {
  width: auto;
  margin-top: 0px;
}

.heading-2._100 {
  width: auto;
}

.heading-2.about {
  padding-top: 60px;
}

.heading-6 {
  font-family: Poppins, sans-serif;
  color: #000c59;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}

.text-block-2 {
  font-family: 'F37moon demi', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-3 {
  font-family: 'F37moon demi', sans-serif;
  font-size: 18px;
}

.white-heading {
  font-family: 'F37moon demi', sans-serif;
  color: #fff;
  font-size: 24px;
}

.smallteamphoto {
  max-width: 156px;
  margin-right: auto;
  margin-bottom: 30px;
  border-radius: 200px;
}

.partners-grid {
  margin-top: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-areas: ". . . . . Area";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partners-grid._1 {
  margin-bottom: 90px;
}

.paragraph {
  width: 100%;
  float: none;
}

.paragraph._50 {
  width: 50%;
}

.paragraph._50.white {
  position: relative;
  width: auto;
}

.paragraph.centre80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph.stat-description {
  width: 90%;
  text-align: center;
}

.paragraph.job-title {
  margin-bottom: 20px;
  opacity: 0.5;
  font-size: 16px;
}

.paragraph.expandable {
  overflow: hidden;
  height: 90px;
  margin-bottom: 0px;
  border-radius: 0px;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph._80 {
  width: 80%;
}

.statnumber {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'F37moon demi', sans-serif;
  color: #1486fb;
  font-size: 38px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.footer-icon {
  width: 52px;
  clear: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.footer-link {
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-transition: color 200ms ease-in-out, opacity 200ms ease;
  transition: color 200ms ease-in-out, opacity 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  text-decoration: none;
}

.footer-link:hover {
  color: #1486fb;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-wrapper.footer1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-3 {
  background-color: #000c59;
}

.copyright {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}

.div-block-4 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.icons-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  grid-auto-flow: row;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.centre {
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 140px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.image-28 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  float: right;
  clear: right;
}

.image-29 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.white {
  color: #fff;
}

.white._50 {
  width: 50%;
}

.white.contact {
  max-width: 650px;
}

.white.constrain {
  width: 95%;
}

.boldteam {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
}

.boldteam.navy {
  margin-top: 30px;
  color: #000c59;
}

.linkedin {
  margin-top: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.largeteamphoto {
  max-width: 200px;
  margin-right: auto;
  border-radius: 200px;
}

.smallteamphoto {
  width: 90%;
}

.hide {
  display: none;
}

.slider {
  height: auto;
  max-height: 85vh;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
}

.homeimage {
  max-height: 85vh;
}

.image-32 {
  position: fixed;
  left: 0%;
  top: 18%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.image-33 {
  position: fixed;
  left: auto;
  top: 92%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  margin-top: 0px;
}

.diagram-image {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: auto;
  float: none;
  clear: none;
}

.div-block-5 {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-right: 100px;
}

.mapimage {
  position: absolute;
  left: -15%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 70%;
  margin-bottom: 40px;
  opacity: 0.2;
  -webkit-filter: invert(84%);
  filter: invert(84%);
}

.heading-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-38 {
  position: fixed;
  left: auto;
  top: 11%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  overflow: visible;
}

.footer-circle {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -26%;
  z-index: 1;
}

.image-40 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -280%;
  display: none;
  overflow: visible;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.image-41 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -25%;
  z-index: 1;
  overflow: visible;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.readmore {
  display: block;
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: transparent;
  color: #1486fb;
  font-size: 16px;
}

.readmore:hover {
  opacity: 1;
  color: #1486fb;
}

.readmore.less {
  display: none;
}

.div-block-6 {
  margin-bottom: -40px;
}

.div-block-7 {
  margin-bottom: -40px;
}

.div-block-8 {
  margin-bottom: -40px;
}

.navigation-link {
  position: relative;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #fff;
}

.navigation-link:active {
  opacity: 0.8;
}

.navigation-link.w--current {
  opacity: 1;
}

.navigation-link.w--current:hover {
  opacity: 1;
  color: #fff;
}

.navigation-link.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-link.case-studies {
  position: relative;
  text-align: center;
}

.nav-link-text {
  margin-top: 5px;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.nav-link-text.white {
  color: #fff;
}

.nav-underline {
  width: 3em;
  height: 3px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-underline.blue {
  width: 3em;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1486fb;
  color: #1486fb;
  text-align: center;
}

.policy-stages-wrapper {
  margin-top: 50px;
  margin-left: 60px;
  text-align: left;
}

.marker-stage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-decoration: none;
}

.marker-dot {
  width: 19px;
  height: 19px;
  max-height: 19px;
  max-width: 19px;
  min-height: 19px;
  min-width: 19px;
  margin-right: 30px;
  border-radius: 20px;
  background-color: #1486fb;
}

.marker-dot.orange {
  background-color: #ffa900;
}

.marker-dot.grey {
  background-color: #e7e7e7;
}

.icon-line {
  position: absolute;
  left: 83%;
  top: 37px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ffa900;
}

.icon-line.howitworks {
  height: 40px;
}

.bodysmall {
  font-size: 16px;
  line-height: 24px;
}

.bodysmall.white {
  opacity: 0.8;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
}

.bodysmall.timeline {
  position: relative;
  z-index: 1;
  max-width: 530px;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.bodysmall.white {
  margin-right: auto;
}

.blueheading {
  padding-bottom: 20px;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-size: 24px;
  font-weight: 500;
}

.heading-13 {
  padding-bottom: 20px;
}

.icontext {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.icon {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

._40spacer {
  width: 40%;
}

.diagram {
  max-width: 50%;
}

.div-block-9 {
  margin-bottom: 60px;
}

.home-intro-text {
  width: 30ch;
}

.icon-wrapper {
  position: relative;
  width: 20%;
  padding-right: 20px;
  padding-left: 20px;
}

.title-constrain {
  width: 80%;
  margin-bottom: 60px;
  padding-top: 20px;
}

.timeline-line {
  position: absolute;
  left: 8.5px;
  top: 16px;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 840px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #e7e7e7;
}

.timeline-line.howitworks {
  height: 40px;
}

.team-name {
  margin-top: 30px;
  margin-bottom: 0px;
}

.heading-16 {
  font-weight: 500;
}

.cta-heading {
  color: #fff;
}

.burger-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
  cursor: pointer;
}

.b1-bar1 {
  width: 30px;
  height: 2px;
  background-color: #858eca;
}

.b1-bar2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858eca;
}

.b1-middle {
  width: 2px;
  height: 0px;
  background-color: #858eca;
}

.b1-bar3 {
  width: 30px;
  height: 2px;
  background-color: #858eca;
}

.burger-1-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  cursor: pointer;
}

.b1-bar1-2 {
  width: 30px;
  height: 2px;
  background-color: #858eca;
}

.b1-bar2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858eca;
}

.b1-middle-2 {
  width: 2px;
  height: 0px;
  background-color: #858eca;
}

.b1-bar3-2 {
  width: 30px;
  height: 2px;
  background-color: #858eca;
}

.b1-bar1-3 {
  width: 30px;
  height: 2px;
  background-color: #000c59;
}

.b1-bar2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000c59;
}

.b1-middle-3 {
  width: 2px;
  height: 0px;
  background-color: #000c59;
}

.b1-bar3-3 {
  width: 30px;
  height: 2px;
  background-color: #000c59;
}

.lottie-animation {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 90%;
}

.lottie-animation-2 {
  z-index: 2;
  display: block;
  margin-left: auto;
}

.stattext {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'F37moon demi', sans-serif;
  color: #1486fb;
  font-size: 38px;
  line-height: 34px;
  font-weight: 500;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dot-hero {
  position: relative;
  z-index: 3;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-bottom: -5px;
  border-radius: 50%;
  background-color: #eeeff4;
}

.scoll-wrap-hero {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.steps.dots {
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
}

.scroll-base {
  width: 6px;
  height: 100%;
  background-color: #eeeff4;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.scroll-animate {
  position: absolute;
  bottom: 0px;
  width: 6px;
  height: 100%;
  background-color: #006cd0;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.scroll-animate._2 {
  height: 100%;
}

.img-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label {
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.form-block {
  margin-top: 60px;
}

.list {
  font-family: Poppins, sans-serif;
  color: #000c59;
  font-size: 20px;
}

.collection-list-wrapper-2 {
  margin-top: 40px;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.collection-item {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-text {
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.bodysmall-2 {
  font-family: 'F37moon demi', sans-serif;
  color: rgba(0, 12, 89, 0.7);
  font-size: 1.1em;
  line-height: 1.2em;
}

.bodysmall-2.white {
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 500;
}

.pop-up-text {
  width: 70%;
  height: auto;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-right: 90px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.pop-up-text-box {
  max-width: 650px;
}

.team-name-2 {
  margin-top: 15px;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  line-height: 1.2;
  font-weight: 500;
}

.team-member-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 12, 89, 0.49);
}

.smallteamphoto1 {
  max-width: 120px;
  margin-right: auto;
  margin-bottom: 15px;
  border-radius: 200px;
}

.smallteamphoto1.pop-up {
  width: 120px;
}

.popup-team-name {
  margin-top: 30px;
  font-family: 'F37moon demi', sans-serif;
  color: #000c59;
  font-size: 1.6em;
  line-height: 1.2;
}

.pop-up-exit-button {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.pop-up-exit-button:hover {
  opacity: 0.8;
}

.popup-w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-pic-pop-up {
  width: 30%;
  margin-top: 20px;
}

.pop-up-box {
  position: relative;
  max-width: 660px;
  padding: 32px 40px;
  border-radius: 8px;
  background-color: #fff;
  cursor: auto;
}

.pop-up-back-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(32, 32, 32, 0.6);
}

.team-member-text-1 {
  overflow: visible;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pop-up-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-wrapper._2 {
  display: none;
}

.pop-up-wrapper._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pop-up-wrapper.david {
  display: none;
}

.pop-up-wrapper.eli {
  display: none;
}

.pop-up-wrapper.erik {
  display: none;
}

.pop-up-wrapper.jasmeet {
  display: none;
}

.pop-up-wrapper.matt {
  display: none;
}

.pop-up-wrapper.tim {
  display: none;
}

.pop-up-wrapper.matthew {
  display: none;
}

.pop-up-wrapper.chris {
  display: none;
}

.pop-up-wrapper.shane {
  display: none;
}

.pop-up-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.pop-up-box-2 {
  position: relative;
  z-index: 100;
  max-width: 460px;
  padding: 40px 40px 32px;
  border-radius: 8px;
  background-color: #fff;
  cursor: auto;
}

.form {
  margin-bottom: 8px;
}

.popup-form-error {
  padding: 16px;
  border-radius: 6px;
  background-color: #dee5eb;
  color: #444;
}

.pop-up-form-success {
  padding: 32px;
  border-radius: 4px;
  background-color: #e9e9e9;
  color: #33383f;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-button {
  margin-bottom: 8px;
  padding: 8px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #272727;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.pop-up-button:hover {
  opacity: 0.8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-text-input {
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  background-color: #f7f9fa;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::-webkit-input-placeholder {
  color: #c2cdd8;
}

.pop-up-text-input:-ms-input-placeholder {
  color: #c2cdd8;
}

.pop-up-text-input::-ms-input-placeholder {
  color: #c2cdd8;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.popup_w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_w._2 {
  display: none;
}

.popup_w._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(32, 32, 32, 0.6);
}

.popup_box {
  position: relative;
  max-width: 460px;
  padding: 40px 40px 32px;
  border-radius: 8px;
  background-color: #fff;
  cursor: auto;
}

.popup_wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  position: absolute;
  z-index: 2000;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.close {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

.div-block-18 {
  width: 100px;
  height: 100px;
  background-color: #ffa900;
}

.collection-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.collection-list-1 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.close-modal {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.close-modal:hover {
  opacity: 0.8;
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.1);
}

.div-block-20 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  background-color: #ffa900;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #160042;
}

.collection-list-wrapper-1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.popup-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.team-member-w-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 12, 89, 0.49);
}

.close-01 {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

.popup-01 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.pop-up-wrapper-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-box-1 {
  position: relative;
  max-width: 90vw;
  padding: 40px 40px 32px;
  border-radius: 8px;
  background-color: #fff;
  cursor: auto;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.team-member-w-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 12, 89, 0.49);
}

.team-member-text-2 {
  overflow: visible;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pop-up-wrapper-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-wrapper-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-wrapper-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(32, 32, 32, 0.6);
}

.pop-up-exit-button-2 {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.pop-up-exit-button-2:hover {
  opacity: 0.8;
}

.margin-top {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    text-align: left;
  }

  p {
    text-align: left;
  }

  .section.cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.home-splash-wrap {
    height: 110vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.navy {
    color: #fff;
  }

  .section.blue {
    margin-bottom: 0px;
  }

  .section.blue-gradient {
    color: #fff;
  }

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

  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.flex {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.narrow {
    width: 90%;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 73px;
    padding-left: 73px;
  }

  .button.cc-contact-us.contact-white.w--current {
    margin-top: 20px;
    background-color: #000c59;
  }

  .button.centred {
    margin-bottom: 20px;
  }

  .button.white {
    margin-top: 30px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: transparent;
  }

  .navigation {
    position: fixed;
    margin-bottom: 0px;
    padding: 25px 30px;
    background-color: #fff;
  }

  .navigation.blue {
    background-color: #005cbb;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    margin-right: -30px;
    margin-left: -30px;
    border-bottom: 4px solid #000c59;
    background-color: #005cbb;
  }

  .navigation-items.white {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: 80%;
    padding: 30px 50px;
  }

  .intro-content.home-intro-text {
    width: 80%;
    margin-top: 50px;
  }

  .intro-content.home-image-slideshow {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 50%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 43%;
  }

  .our-services-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 90px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .team-members {
    grid-column-gap: 50px;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .team-member-text {
    margin-bottom: 0px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .home-section-wrap {
    width: 100%;
  }

  .about-grid {
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .intro-text {
    width: auto;
    margin-bottom: 25px;
  }

  .constrained-heading {
    max-width: 76%;
  }

  .heading-2 {
    width: 70%;
  }

  .smallteamphoto {
    max-width: 130px;
  }

  .partners-grid {
    grid-column-gap: 30px;
    grid-template-areas: ". . ."
      ". . Area";
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph._50.white {
    padding-bottom: 100px;
  }

  .paragraph.stat-description {
    width: 100%;
    font-size: 18px;
  }

  .statnumber {
    font-size: 24px;
    line-height: 30px;
  }

  .icons-grid {
    margin-top: 70px;
    -ms-grid-columns: 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr;
    grid-template-columns: 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr;
  }

  .image-28 {
    display: none;
  }

  .white.constrain {
    width: 98%;
  }

  .image-33 {
    top: 240%;
  }

  .diagram-image {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .mapimage {
    left: -30%;
    top: auto;
    right: auto;
    bottom: -10%;
    width: 100%;
  }

  .footer-circle {
    bottom: -12%;
    width: 30%;
  }

  .navigation-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  }

  .navigation-link:active {
    background-color: transparent;
    opacity: 0.8;
  }

  .navigation-link.case-studies {
    margin-top: 100px;
  }

  .navigation-link.case-studies:active {
    background-color: transparent;
  }

  .nav-link-text {
    font-size: 20px;
  }

  .nav-underline {
    display: none;
  }

  .policy-stages-wrapper {
    margin-top: 0px;
  }

  .marker-dot {
    width: 15px;
    height: 15px;
    min-height: 15px;
    min-width: 15px;
    margin-right: 20px;
  }

  .icon-line {
    left: 92%;
    width: 30px;
    margin-top: 0px;
  }

  .bodysmall.timeline {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .icontext {
    font-size: 16px;
    line-height: 24px;
  }

  .icon {
    width: 70px;
  }

  .diagram {
    max-width: 70%;
    margin-top: 60px;
  }

  .about-image {
    margin-top: 12px;
  }

  .icon-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-constrain {
    width: 80%;
  }

  .timeline-line {
    left: 6px;
    width: 3px;
    margin-top: 0px;
  }

  .burger-1 {
    border: 0px none #000;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .b1-bar1 {
    background-color: #000c59;
  }

  .b1-bar2 {
    background-color: #000c59;
  }

  .b1-middle {
    background-color: transparent;
  }

  .b1-bar3 {
    background-color: #000c59;
  }

  .b1-bar1-3 {
    display: block;
  }

  .b1-bar1-3.contact {
    background-color: #fff;
  }

  .b1-bar1-3.white {
    background-color: #fff;
  }

  .b1-bar2-3.contact {
    background-color: #fff;
  }

  .b1-bar2-3.white {
    background-color: #fff;
  }

  .b1-middle-3.contact {
    background-color: #fff;
  }

  .b1-bar3-3.contact {
    background-color: #fff;
  }

  .b1-bar3-3.white {
    background-color: #fff;
  }

  .stattext {
    font-size: 24px;
    line-height: 30px;
  }

  .scoll-wrap-hero {
    height: 75%;
  }

  .scroll-hero {
    min-height: 40vh;
  }

  .img-hero {
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .smallteamphoto1 {
    max-width: 100px;
  }

  .team-member-text-1 {
    margin-bottom: 0px;
  }

  .pop-up-button {
    position: relative;
  }

  .team-member-text-2 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }

  h3 {
    text-align: left;
  }

  p {
    font-size: 18px;
  }

  .section {
    padding-right: 35px;
    padding-left: 35px;
  }

  .section.cta {
    padding: 15px;
  }

  .section.home-splash-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 120vh;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section.navy {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .section.blue {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .section.blue-gradient {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.narrow {
    width: 100%;
  }

  .container.heading-wrap {
    padding-top: 40px;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    position: fixed;
    padding: 20px 35px;
  }

  .logo-image {
    width: 179px;
  }

  .navigation-items {
    margin-right: -35px;
    margin-left: -35px;
  }

  .navigation-items.white {
    margin-right: -35px;
    margin-left: -35px;
    padding-top: 10px;
  }

  .cta-wrap {
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.home-intro-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-content.home-image-slideshow {
    display: block;
    width: 80%;
    height: auto;
    margin-left: 36%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .our-services-grid {
    padding-bottom: 0px;
    grid-auto-flow: row;
    grid-auto-rows: 0.25fr;
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto;
    grid-template-rows: auto auto auto;
  }

  .service-icon {
    max-height: 240px;
    margin-bottom: 20px;
  }

  .team-members {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-members._1 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .team-member-text {
    margin-bottom: 0px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .about-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-grid.cc-about-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .constrained-heading {
    max-width: 90%;
  }

  .heading-2 {
    width: 80%;
  }

  .smallteamphoto {
    max-width: 100px;
  }

  .paragraph._50 {
    width: 80%;
  }

  .paragraph.centre80 {
    width: 90%;
  }

  .paragraph.stat-description {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.expandable {
    height: 75px;
  }

  .statnumber {
    line-height: 28px;
  }

  .icons-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-auto-flow: row;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .image-28 {
    display: none;
  }

  .white.contact {
    font-size: 32px;
    line-height: 41px;
    text-align: left;
  }

  .linkedin {
    display: block;
  }

  .largeteamphoto {
    max-width: 160px;
  }

  .slider {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: -43px;
  }

  .homeimage {
    height: 430px;
  }

  .footer-circle {
    bottom: -9%;
  }

  .image-41 {
    bottom: -15%;
  }

  .readmore {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-6 {
    margin-bottom: 0px;
  }

  .policy-stages-wrapper {
    margin-left: 30px;
    padding-top: 40px;
    padding-right: 30px;
  }

  .icon-line {
    left: 89%;
    top: 27px;
    width: 25px;
  }

  .icon-line.howitworks {
    position: relative;
    left: auto;
    top: 0px;
    bottom: 0px;
    z-index: 3;
    width: 4px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #ffa900;
    color: #ffa900;
  }

  .bodysmall.timeline {
    font-size: 14px;
  }

  .mask {
    overflow: hidden;
  }

  .icontext {
    font-size: 14px;
    line-height: 18px;
  }

  .icon {
    width: 55px;
    margin-bottom: 10px;
  }

  .diagram {
    max-width: 90%;
  }

  .about-image {
    margin-top: 0px;
  }

  .div-block-10 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .div-block-11 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-12 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-13 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .timeline-line {
    width: 2px;
    height: 618px;
  }

  .timeline-line.howitworks {
    position: relative;
    left: auto;
    top: 0px;
    bottom: 0px;
    z-index: 3;
    width: 4px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #ffa900;
    color: #ffa900;
  }

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

  .stattext {
    line-height: 28px;
  }

  .img-hero {
    margin-top: 15%;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .bodysmall-2.white {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .pop-up-text {
    width: 90%;
  }

  .team-name-2 {
    text-align: center;
  }

  .team-member-w {
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .smallteamphoto1 {
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-pic-pop-up {
    margin-bottom: 10px;
  }

  .team-member-text-1 {
    margin-bottom: 0px;
  }

  .pop-up-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-list-1 {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .team-member-w-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-member-w-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-member-text-2 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 17px;
    line-height: 160%;
  }

  .section {
    padding: 60px 20px;
  }

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

  .section.home-splash-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 120vh;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .section.blue {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
  }

  .section.blue-gradient {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.bottom-part._55 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .container.flex {
    padding-bottom: 0px;
  }

  .container.heading-wrap {
    padding-bottom: 40px;
  }

  .container.no-margin-top {
    margin-top: -20px;
  }

  .container.footer {
    padding-top: 60px;
  }

  .button.cc-contact-us.contact-white.w--current {
    background-color: #000c59;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    width: 100%;
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    width: 150px;
  }

  .navigation-items {
    padding-top: 0px;
    border-bottom: 3px solid #000c59;
    border-radius: 0px;
    background-color: #055eba;
  }

  .navigation-items.white {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 0px;
  }

  .cta-wrap {
    width: 100%;
    padding: 20px 0px;
  }

  .intro-content.home-intro-text {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  .intro-content.home-image-slideshow {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 90%;
    height: auto;
    margin-left: 7%;
  }

  .our-services-grid {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-wrap._80 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .service-icon {
    max-height: 210px;
  }

  .team-members {
    margin-bottom: -150px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members._1 {
    margin-top: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-text {
    position: static;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .about-grid.cc-about-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .intro-text {
    margin-bottom: 20px;
  }

  .constrained-heading {
    max-width: 100%;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-2.white {
    line-height: 44px;
  }

  .white-heading {
    margin-top: 60px;
    font-size: 24px;
  }

  .smallteamphoto {
    max-width: 80px;
  }

  .partners-grid {
    grid-template-areas: ". ."
      ". ."
      ". Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .partners-grid._1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph._50.white {
    padding-bottom: 0px;
  }

  .paragraph.stat-description {
    width: 80%;
    font-size: 16px;
  }

  .paragraph.job-title {
    font-size: 14px;
  }

  .paragraph._80 {
    width: 90%;
  }

  .footer-link {
    margin-top: 35px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copyright {
    padding-top: 20px;
    font-size: 12px;
  }

  .icons-grid {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-5 {
    padding-bottom: 0px;
    font-size: 16px;
    text-align: center;
  }

  .image-28 {
    display: none;
  }

  .image-29 {
    max-width: 250px;
  }

  .white.contact {
    font-size: 28px;
    line-height: 36px;
  }

  .hide {
    display: none;
  }

  .slider {
    position: static;
    display: block;
    margin-bottom: 0px;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homeimage {
    display: block;
    height: 300px;
  }

  .image-32 {
    width: 90%;
  }

  .diagram-image {
    width: 90%;
  }

  .div-block-5 {
    padding-right: 0px;
  }

  .mapimage {
    min-width: 390px;
    margin-bottom: 20px;
  }

  .footer-circle {
    bottom: -5%;
    width: 40%;
  }

  .readmore {
    padding-top: 16px;
    padding-bottom: 16px;
    background-image: none;
  }

  .navigation-link.case-studies {
    margin-top: 50px;
  }

  .policy-stages-wrapper {
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .marker-stage {
    width: 100%;
  }

  .marker-stage.bottom {
    margin-bottom: 0px;
  }

  .icon-line {
    left: 50%;
    top: 138px;
    right: 50%;
    width: 3px;
    height: 30px;
    margin-top: 5px;
  }

  .bodysmall {
    font-size: 14px;
  }

  .bodysmall.timeline {
    overflow: visible;
    font-size: 12px;
  }

  .diagram {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .about-image {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .heading-15 {
    line-height: 44px;
  }

  .stats {
    margin-bottom: 80px;
  }

  .home-intro-text {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .icon-wrapper {
    width: 42%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .title-constrain {
    width: 100%;
  }

  .timeline-line {
    left: 6px;
    top: 17px;
    height: 237vw;
    margin-top: 0px;
  }

  .cta-heading {
    color: #fff;
    font-size: 34px;
    line-height: 41px;
  }

  .body {
    display: block;
  }

  .stattext {
    line-height: 28px;
  }

  .body-2 {
    display: block;
  }

  .div-block-15 {
    width: 50%;
    background-color: #fff;
  }

  .scoll-wrap-hero {
    height: 77%;
    margin-top: 12px;
  }

  .steps.dots {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .scroll-hero {
    margin-top: 5%;
  }

  .bodysmall-2 {
    font-size: 14px;
    line-height: 1.1em;
  }

  .pop-up-text {
    width: 100%;
    margin-left: 20px;
    padding-right: 40px;
  }

  .team-member-w {
    padding-right: 10px;
    padding-left: 10px;
  }

  .smallteamphoto1 {
    max-width: 70px;
  }

  .team-pic-pop-up {
    width: 80%;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }

  .team-member-text-1 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .pop-up-box-2 {
    padding: 48px 24px 16px;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .popup_box {
    padding: 48px 24px 16px;
  }

  .collection-list-1 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .team-member-w-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pop-up-box-1 {
    padding: 48px 24px 16px;
  }

  .team-member-w-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .team-member-text-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-35d45d29 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-35d45d29 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-35d45d29 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_99ab90a7-2f71-b11f-fcef-766095caaa6d-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_760b24e9-2872-c536-35f0-14935ce29041-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f57675b9-ac14-ee40-cfc5-f7779dfe29da-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_760b24e9-2872-c536-35f0-14935ce2904e-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8c0e3712-5d1b-5c88-45f4-e35236396470-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c07402d-cd5e-a998-1355-00c1864a6c96-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_292c5d6f-10f7-4130-9b4e-d5f4c0fe0581-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5dea40d9-5fac-325f-a98d-7b9c3fa30b06-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dcc9a1ac-59f4-f289-dbcd-358df3ccef55-3cd45d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-af413fac {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-af413fac {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8207cb9d-2f6f-b408-7771-24530ea23247-af413fac {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cc458002-68c5-3b66-8037-c652abc19efe-af413fac {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c070b5b3-3f67-3d09-a930-c9381df4c64e-af413fac {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9744abcf-5b03-d513-804b-f2c37020643f-af413fac {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7fb695d4-8aea-4e9f-53be-2bacb653c959-be14d00b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92e954ce-d0ee-ecb9-8312-4e72c590cb22-be14d00b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45d03145-2580-3111-e132-ea2e17154d76-be14d00b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_79340b4c-ac87-47ad-0b14-3ae50318faf9-be14d00b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3d9803ce-63a9-5687-86ec-e9f820965229-be14d00b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35176630-1b1b-eb66-bb4f-8a117203fc89-be14d00b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-35d45d29 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_99ab90a7-2f71-b11f-fcef-766095caaa6d-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_760b24e9-2872-c536-35f0-14935ce29041-3cd45d32 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_760b24e9-2872-c536-35f0-14935ce2904e-3cd45d32 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-af413fac {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-af413fac {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_8207cb9d-2f6f-b408-7771-24530ea23247-af413fac {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-cc458002-68c5-3b66-8037-c652abc19efe-af413fac {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c070b5b3-3f67-3d09-a930-c9381df4c64e-af413fac {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_9744abcf-5b03-d513-804b-f2c37020643f-af413fac {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-35d45d29 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-35d45d29 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f57675b9-ac14-ee40-cfc5-f7779dfe29da-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_8c0e3712-5d1b-5c88-45f4-e35236396470-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_6c07402d-cd5e-a998-1355-00c1864a6c96-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_292c5d6f-10f7-4130-9b4e-d5f4c0fe0581-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5dea40d9-5fac-325f-a98d-7b9c3fa30b06-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-dcc9a1ac-59f4-f289-dbcd-358df3ccef55-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_99ab90a7-2f71-b11f-fcef-766095caaa6d-3cd45d32 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'F37moon demi';
  src: url('../fonts/F37Moon-Demi.woff2') format('woff2'), url('../fonts/F37Moon-Demi.eot') format('embedded-opentype'), url('../fonts/F37Moon-Demi.woff') format('woff'), url('../fonts/F37Moon-Demi.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}