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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #434040;
  letter-spacing: 0;
  background-color: #f26539;
  font-family: Campton, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Philosopher, sans-serif;
  font-size: 3.28em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Philosopher, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  color: #4b529e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Campton, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: #4b529e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Campton, sans-serif;
  font-size: 1.45em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3em;
}

.container.is--nav {
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  display: flex;
}

.container.is--hero {
  min-height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--hero.about-vh {
  min-height: 60vh;
}

.container.is--projects {
  min-height: 90vh;
  color: #434040;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--programs {
  min-height: 100vh;
  padding-top: 9.4em;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--circles {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18.6em;
  padding-bottom: 18.6em;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--stories {
  min-height: 100vh;
  border-radius: .8em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 18em;
  padding-bottom: 18em;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--potential {
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  padding-top: 9.4em;
  padding-bottom: 9.4em;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--titles {
  min-height: 50vh;
  border-radius: .8em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 18em;
  padding-bottom: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--blog-content {
  min-height: 100vh;
  border-radius: .8em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 6.8em;
  padding-bottom: 6.8em;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--padding {
  min-height: 90vh;
  color: #434040;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 9em;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
  font-family: Mavenpro, sans-serif;
  font-size: 15px;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.rich-text li {
  color: #fdfcfa;
  font-size: 1.45em;
}

.rich-text.is--legal {
  text-align: left;
  font-family: Mavenpro, sans-serif;
  font-weight: 400;
}

.section.is--nav {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.is--hero {
  z-index: 1;
  background-color: #feece1;
  position: relative;
}

.section.is--stat {
  z-index: 1;
  background-color: #fff7e9;
  position: relative;
}

.section.is--programs {
  z-index: 1;
  background-color: #fff7e9;
  display: flex;
  position: relative;
}

.section.is--who-we-help {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.section.is--orange {
  z-index: 1;
  background-color: #f26539;
  display: flex;
  position: relative;
}

.section.is--examples {
  z-index: 1;
  display: flex;
  position: relative;
}

.section.is--stories {
  z-index: 1;
  background-color: #fdfcfa;
  position: relative;
}

.section.is--potential {
  z-index: 1;
  background-color: #feece1;
  position: relative;
}

.section.is--footer {
  min-height: auto;
  background-color: #4b529e;
  margin-top: auto;
}

.section.is--page-hero {
  min-height: 40vh;
  display: flex;
  position: relative;
}

.section.is--page-hero.hide {
  display: none;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.form_input {
  height: 3em;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.display {
  font-size: 4.38em;
  line-height: 1.1;
}

.form_submit {
  font-size: 1.25em;
}

.paragraph {
  font-size: 1.45em;
}

.nav__logo-wrapper {
  width: 25%;
}

.nav-logo {
  width: 13.6em;
}

.nav__menu-wrapper {
  width: 60%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1.3em;
  display: flex;
}

.grid {
  width: 100%;
}

.nav__menu-link {
  margin-left: 1.5em;
  transition: color .3s;
}

.nav__menu-link:hover {
  color: #797070;
}

.nav__menu-link-text {
  text-transform: uppercase;
  font-family: Mavenpro, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.nav__button {
  height: 2.3em;
  color: #f26539;
  letter-spacing: .1em;
  background-color: #fdfcfa;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  padding: 0 1.7em;
  font-family: Mavenpro, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 30px 4px rgba(145, 69, 48, .1);
}

.nav__button:hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 30px 4px rgba(145, 69, 48, .3);
}

.left-side {
  width: 41%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: -3.2em;
  padding-right: 3.2em;
  display: flex;
}

.left-side.is--padding {
  padding-left: 5.3em;
  padding-right: 5.3em;
}

.left-side.is--padding.remove-margin {
  margin-top: 0;
}

.hero-par-wrapper {
  margin-top: 3em;
}

.hero-par {
  font-family: Mavenpro, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.hero-par.is--colored {
  color: #f26539;
}

.hero-h1 {
  color: #f26539;
  font-size: 3.7em;
  line-height: 1;
}

.hero-h1.is--large {
  color: #641d3a;
  font-size: 5em;
}

.hero-sub-wrapper {
  margin-top: 3em;
}

.hero-sub-wrapper.is--top {
  margin-top: 0;
}

.right-side {
  width: 50%;
  flex: none;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.right-side.is--color {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.right-side.is--color.is--padding {
  padding-right: 5.2em;
}

.corner-gradient {
  z-index: -1;
  background-image: radial-gradient(circle at 100% 100%, rgba(242, 101, 57, .3) 16%, #feece1 50%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.back-bar {
  width: 50%;
  height: 100%;
  background-color: #fccdb5;
  border-radius: .6em;
  flex: 0 auto;
  margin-top: auto;
}

.back-bar.is--about {
  background-color: #73b6a9;
}

.back-bar-content {
  width: 50%;
  flex: none;
  padding-left: 3.9em;
}

.back-top-text {
  text-align: left;
  text-transform: uppercase;
  padding-right: 1.2em;
  font-family: Mavenpro, sans-serif;
  font-size: 1.125vw;
  font-weight: 500;
}

.back-top-text.is--left-side {
  text-align: left;
  margin-top: 3.2em;
}

.family-number {
  font-size: 2.3em;
}

.family-number.is--green {
  color: #2c8e81;
  font-size: 3.4em;
}

.big-number {
  color: #2c8e81;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1;
}

.little-number {
  font-size: 2.2em;
  font-weight: 400;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.hero-slide, .mask {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide_content {
  height: 100%;
  align-items: flex-end;
  padding-top: 119%;
  display: flex;
  position: relative;
}

.slide_content._4 {
  align-items: flex-start;
}

.slide_content.is--right {
  margin-right: -7em;
}

.hero-image {
  height: 70%;
  object-fit: contain;
  object-position: 50% 100%;
  flex: 1;
  position: absolute;
  right: 0;
}

.hero-image.is--right {
  object-position: 100% 50%;
}

.hero-image._2 {
  right: -80px;
}

.hero-image._4 {
  height: 80%;
  flex: none;
  align-self: flex-end;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-image._4.is--about {
  height: 100%;
}

.color-back {
  z-index: -1;
  width: 50%;
  height: 80%;
  background-color: #73b6a9;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.color-back._2 {
  background-color: #fa725f;
}

.color-back._3 {
  background-color: #7283b0;
}

.color-back._4 {
  background-color: #f26539;
}

.hero-h2 {
  color: #f26539;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1;
}

.hero-h2.is--title-header {
  color: #4b529e;
  margin-left: .6em;
  margin-right: .6em;
  font-weight: 400;
}

.hero-h2.is--title-header.is--light {
  color: #fff7e9;
  font-size: 3.4em;
}

.hero-h2.is--title-header.is--no-padding {
  margin-left: 0;
  margin-right: 0;
}

.hero-cta-wrapper {
  margin-top: 3em;
}

.cta__button {
  height: 2.3em;
  color: #f26539;
  letter-spacing: .1em;
  background-color: #fdfcfa;
  background-image: url('../images/arrow-right-solid.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 7%;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  padding: 0 1.2em 0 2.3em;
  font-family: Mavenpro, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 30px 4px rgba(145, 69, 48, .1);
}

.cta__button:hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 30px 4px rgba(145, 69, 48, .3);
}

.cta__button.is--potential:hover {
  color: #f26539;
}

.content-center {
  width: 55%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-center.is--wide {
  width: 80%;
}

.heading-top {
  color: #4b529e;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
}

.heading-top.is--top {
  font-size: 2.3em;
  font-weight: 700;
}

.small-number {
  font-size: 2em;
}

.hide {
  display: none;
}

.header-bar_background {
  height: 7.6em;
  background-color: #fff7e9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header-bar_background.is--hero {
  z-index: 10;
  background-color: #feece1;
}

.header-bar_background.is--who-we-help {
  z-index: 2;
  background-color: #fff7e9;
}

.header-bar_background.is--potential {
  background-color: #feece1;
}

.section-title-wrapper {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  width: 35%;
  height: 3px;
  background-color: #cfd7ed;
  flex: 1;
}

.programs-wrapper {
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.spacer {
  width: 100%;
  height: 10em;
}

.spacer.is--medium {
  height: 5em;
}

.spacer.is--small {
  height: 3em;
  height: 3em;
}

.spacer.is--xsmall {
  height: 1em;
}

.program-card {
  width: 30%;
  height: 40em;
  border-radius: .8em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.program-top {
  background-color: #fdfcfa;
  flex: 1;
  padding: 2em;
}

.program-bottom {
  flex: 1;
  position: relative;
}

.heading {
  font-size: 1.8em;
}

.heading-2 {
  font-size: 1.9em;
}

.bottom-image-contain {
  height: 100%;
  padding-bottom: 2.9em;
}

.program-bottom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-p {
  color: #fdfcfa;
  margin-top: 1.2em;
  font-weight: 300;
}

.bottom-info-wrapper {
  z-index: 2;
  width: 100%;
  height: 3.8em;
  cursor: pointer;
  background-color: #4b529e;
  align-items: flex-start;
  padding-left: 1.3em;
  padding-right: 1.3em;
  transition: all .3s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bottom-info-wrapper:hover {
  height: 5.2em;
}

.bottom-trigger-wrapper {
  z-index: 2;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.2em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-trigger-text {
  color: #fdfcfa;
}

.trigger-icon {
  width: .9em;
  color: #fdfcfa;
  transition: all .3s;
  transform: rotate(45deg);
}

.trigger-icon.show {
  opacity: .5;
  transform: rotate(0);
}

.trigger {
  display: flex;
}

.bottom-content-reveal {
  z-index: 1;
  height: 0%;
  background-color: #4b529e;
  margin-bottom: 3.8em;
  padding-left: 1.3em;
  padding-right: 1.3em;
  transition: height .45s cubic-bezier(.222, .925, .392, 1.001);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-content-reveal.show {
  height: 100%;
  padding-top: 2.6em;
}

.circle-wrapper {
  z-index: 1;
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.circle {
  width: 35em;
  height: 35em;
  border: 6px solid #fecf7d;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.circle._1 {
  transform: translate(2.5em);
}

.circle._2 {
  justify-content: center;
  align-items: center;
  transform: translate(-2.5em);
}

.bottom-circles {
  flex: 1;
  justify-content: center;
  margin-top: -5em;
  display: flex;
}

.cirlce-text {
  color: #fdfcfa;
  font-family: Mavenpro, sans-serif;
  font-weight: 400;
}

.color-block {
  width: 35em;
  height: 26em;
  background-color: rgba(115, 182, 169, .4);
  border-radius: .8em;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.color-block._2 {
  background-color: rgba(250, 114, 95, .4);
}

.color-block._3 {
  background-color: rgba(75, 82, 158, .4);
}

.color-block._4 {
  background-color: rgba(242, 101, 57, .4);
}

.color-block._5 {
  background-color: rgba(75, 82, 158, .4);
}

.image-wrapper {
  z-index: 2;
  width: 100%;
  height: 22em;
  border-radius: .8em;
  margin-top: 11em;
  margin-left: 4em;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.is--less {
  margin-top: 8em;
}

.story-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.row {
  display: flex;
}

.row.is--opposite {
  flex-direction: row-reverse;
}

.vertical-wrapper {
  flex: 1;
}

.vert-line {
  width: 3px;
  height: 18em;
  background-color: #fccdb5;
  margin-top: 2.6em;
  margin-bottom: 2.6em;
}

.vert-p {
  margin-top: 2.6em;
  margin-bottom: 1.3em;
  font-size: 1.8em;
}

.logo-lockup {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 3.27em;
  color: #f7f7f7;
}

.subscribe-form-input-wrapper {
  height: 100%;
  text-align: left;
}

.submit-button-2 {
  background-color: #cc2046;
}

.copyright {
  color: #cfd7ed;
  font-size: .9em;
}

.grid-item {
  width: 100%;
  flex: 0 auto;
  padding: .51em;
}

.grid-item.is--copyright {
  margin-top: 3em;
}

.grid-item.is--footer-menu {
  width: 40%;
  flex: none;
}

.grid-item.is--footer-logo {
  width: 20%;
}

.footer-link {
  color: #f7f7f7;
  padding: .8em;
  font-size: 1.09em;
  transition: color .2s;
}

.footer-link:hover {
  color: #ff6f36;
}

.grid-2 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.ub-word {
  color: #f7f7f7;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-left: 1.2em;
  font-size: 1.09em;
}

.container-2 {
  width: 1560px;
  max-width: 100%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 6.86em 8.97em;
  display: flex;
}

.subscribe-form-flex {
  height: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.subscribe-form-input {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}

.form-block {
  flex: 0 auto;
}

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

.centered-content.is--bottom {
  align-self: auto;
  margin-top: 10%;
  display: block;
}

.small-h2 {
  color: #4b529e;
  letter-spacing: .3em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 200;
}

.display-2 {
  color: #f26539;
  text-transform: none;
  margin-bottom: .4em;
  font-size: 4.0625em;
  font-weight: 300;
  line-height: 1.1;
}

.display-2.is--yellow {
  color: #f26539;
  text-transform: none;
  font-weight: 300;
}

.container-3 {
  z-index: 0;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 8.75em;
}

.container-3.is--hero {
  justify-content: center;
  align-items: center;
  padding-top: 6.8em;
  padding-bottom: 6.8em;
  display: flex;
}

.container-3.is--hero.is--no-bottom {
  padding-bottom: 0;
}

.decoration {
  z-index: 100;
  width: 2.625em;
  height: 2.625em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 50%);
}

.body {
  background-color: #fff7e9;
  flex-direction: column;
  display: flex;
}

.about-description {
  width: 50%;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 4em;
  padding-right: 0;
  display: flex;
}

.about-description.is--padding {
  padding-left: 5.3em;
  padding-right: 5.3em;
}

.about-hero {
  height: 100%;
  align-items: flex-end;
  padding-top: 119%;
  display: flex;
  position: relative;
}

.about-hero.is--right {
  margin-right: -7em;
}

.about-right-side {
  width: 50%;
  flex: none;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.about-right-side.is--color {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.about-right-side.is--color.is--padding {
  padding-right: 5.2em;
}

.body-2 {
  background-color: #fdfcfa;
}

.blog_btn {
  height: 2.3em;
  color: #fdfcfa;
  letter-spacing: .1em;
  background-color: #4b529e;
  background-image: url('../images/arrow-right-solid.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 7%;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  padding: 0 1.2em 0 2.3em;
  font-family: Mavenpro, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 30px 4px rgba(145, 69, 48, .1);
}

.blog_btn:hover {
  color: #4b529e;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 30px 4px rgba(75, 82, 158, .1);
}

.white-bar_bacground {
  height: 7.6em;
  background-color: #fdfcfa;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.white-bar_bacground.is--hero {
  z-index: 10;
  background-color: #feece1;
}

.white-bar_bacground.is--who-we-help {
  z-index: 2;
  background-color: #fff7e9;
}

.white-bar_bacground.is--potential {
  background-color: #feece1;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-bar_background {
  height: 7.6em;
  background-color: #fdfcfa;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.white-bar_background.is--hero {
  z-index: 10;
  background-color: #feece1;
}

.white-bar_background.is--who-we-help {
  z-index: 2;
  background-color: #fff7e9;
}

.white-bar_background.is--potential {
  background-color: #feece1;
}

.contact_btn {
  height: 2.3em;
  color: #fdfcfa;
  letter-spacing: .1em;
  background-color: #4b529e;
  background-image: url('../images/arrow-right-solid.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 7%;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  padding: 0 1.2em 0 2.3em;
  font-family: Mavenpro, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 30px 4px rgba(145, 69, 48, .1);
}

.contact_btn:hover {
  color: #4b529e;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 30px 4px rgba(75, 82, 158, .1);
}

.form-block-2 {
  width: 100%;
}

.text-field {
  background-color: #fdfcfa;
  border: 1px #434040;
  border-bottom-style: solid;
  margin-bottom: 2em;
  font-family: Mavenpro, sans-serif;
  font-weight: 400;
}

.text-field:hover {
  background-color: #fdfcfa;
  border-bottom-color: #f26539;
}

.text-field:active {
  border-style: none none solid;
  border-color: #000 #000 #f26539;
  border-top-width: 0;
}

.text-field:focus {
  border-style: none none solid;
  border-color: #f26539;
}

.text-field.email-field {
  margin-right: 40px;
}

.text-field.message {
  margin-bottom: 0;
  padding-bottom: 8px;
}

.div-block {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.contact-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-side-contact {
  width: 50%;
  flex: none;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.right-side-contact.is--color {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.right-side-contact.is--color.is--padding {
  align-items: flex-start;
  padding-right: 5.2em;
}

.join-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-subscribe {
  border: 1px #000;
  padding: 0 0 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2em;
  margin-bottom: 40px;
  padding: 64px 0;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fdfcfa;
  margin-left: 20px;
  margin-right: 20px;
  font-size: .9em;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #f26539;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: rgba(253, 252, 250, .4);
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #cfd7ed;
  font-size: .8em;
}

.footer-legal-block {
  color: #fdfcfa;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #cfd7ed;
  margin-left: 24px;
  font-size: .9em;
}

.footer-legal-link:hover {
  color: #f26539;
}

.footer-h5 {
  color: #fdfcfa;
  background-color: rgba(0, 0, 0, 0);
}

.hero-par-copy {
  font-size: 1.2em;
  font-weight: 300;
}

.hero-par-copy.is--colored {
  color: #f26539;
}

.footer-par {
  color: #fdfcfa;
  margin-top: 1em;
  font-size: 1em;
  font-weight: 300;
}

.footer-par.is--colored {
  color: #f26539;
}

.grid-3 {
  grid-column-gap: 145px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 3em;
  margin-bottom: 3em;
}

.text-link {
  color: #f26539;
}

.text-block-2 {
  text-align: center;
  margin-top: 6px;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
}

.link-2 {
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
}

.link-2:hover {
  color: #eeba47;
}

.link-2.is-dark {
  color: #000;
  padding-left: 0;
}

.link-2.is-dark:hover {
  color: #7c7c7c;
}

.footer-contact-list-item {
  padding-left: 35px;
  position: relative;
}

.logo {
  float: left;
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
}

.logo.is--no-top-padding {
  margin-top: 0;
}

.link-3 {
  color: #1ca6ac;
}

.link-3:hover {
  color: #105255;
}

.logo-image {
  height: 40px;
  float: left;
  margin-top: 9px;
  margin-right: 13px;
}

.logo-image.is--no-top-padding {
  margin-top: 0;
}

.footer-contact-icon {
  width: 17px;
  position: absolute;
  top: 2px;
  left: 0;
}

.logo-container {
  float: left;
  text-decoration: none;
}

.link {
  color: #1ca6ac;
}

.link:hover {
  color: #e95500;
}

.link.footer-link {
  color: #fdfcfa;
  font-size: 1em;
}

.link.footer-link:hover {
  text-decoration: none;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.footer-title.is--cta {
  color: #000;
}

.paragraph-2 {
  color: #fdfcfa;
  font-size: 1em;
}

.link-4 {
  color: #fdfcfa;
}

.keyword-opt-in {
  max-width: 700px;
  margin-top: 3em;
}

.blogs-minutes {
  font-size: 1.2em;
  font-weight: 300;
}

.blogs-minutes.is--colored {
  color: #f26539;
}

.blog-par {
  font-size: 1.2em;
  font-weight: 300;
}

.blog-par.is--colored {
  color: #f26539;
}

.blog-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.body-benefits, .body-3 {
  background-color: #feece1;
}

.container-box {
  width: 100%;
  max-width: 1200px;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.container-box.vertical-center {
  max-width: 1232px;
  flex-direction: column;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.section-pages {
  max-width: 1440px;
  min-height: 70vh;
}

.section-pages.flex-center {
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw 0;
  display: flex;
}

.p-confirmation {
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 16px;
  line-height: 1.8;
}

.thank-you {
  max-width: 700px;
  padding-left: 3vh;
  padding-right: 4vh;
}

.container-confirmation {
  text-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.sub-head {
  font-size: 30px;
  line-height: 1.2;
}

.sub-head.is--dark {
  color: #804d9f;
  margin-bottom: 20px;
}

.bold-text {
  color: #f26539;
}

.heading-4 {
  color: #f26539;
  text-transform: uppercase;
  margin-top: 2vw;
  margin-bottom: 1vh;
}

.section-2 {
  z-index: 9999;
  position: relative;
}

.section-2.is-steps {
  min-height: 51vh;
  margin-top: 7em;
  display: flex;
}

.content-contain {
  width: 100%;
}

.content-contain.is--center-aligned {
  text-align: center;
}

.container-5 {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  grid-column-gap: 6.75em;
  grid-row-gap: 6.75em;
  flex-flow: column wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
  display: flex;
  position: relative;
}

.container-5.is--legal {
  max-width: 71em;
}

.group_title {
  color: #c23333;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

.group_title.is--dark {
  width: 75%;
  color: #04344d;
  margin-left: auto;
  margin-right: auto;
}

.group_title.is--dark.is--centered {
  text-align: center;
}

.checkbox-field {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.checkbox {
  margin-top: 3px;
  margin-left: -22px;
  margin-right: 10px;
}

.checkbox-label {
  font-size: 13px;
  line-height: 1.4;
}

.consent-link {
  color: #006eb4;
}

.section-expire.is--page-hero {
  min-height: 40vh;
  display: flex;
  position: relative;
}

.section-expire.is--expire {
  display: flex;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3em;
}

.container-6.is--hero {
  min-height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-6.is--hero.expire-content {
  min-height: 0;
}

.image-2 {
  width: 60px;
}

.expire-paragraph {
  font-family: Mavenpro, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.expire-title {
  color: #f26539;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 6vw;
  padding-right: 6vw;
  font-size: 4.0625em;
  font-weight: 300;
  line-height: 1.1;
}

.about-description-2 {
  width: 50%;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-bottom: 4em;
  padding-right: 0;
  display: flex;
}

.container-7 {
  z-index: 0;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 8.75em;
}

.container-7.is--hero {
  justify-content: center;
  align-items: center;
  padding-top: 6.8em;
  padding-bottom: 6.8em;
  display: flex;
}

.container-7.is--hero.is--no-bottom {
  padding-bottom: 0;
}

.expire-description {
  width: 50%;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container.is--hero {
    flex-direction: column;
    padding-top: 14vw;
  }

  .container.is--hero.about-vh {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container.is--projects, .container.is--programs, .container.is--circles, .container.is--stories, .container.is--potential, .container.is--titles, .container.is--blog-content, .container.is--padding {
    flex-direction: column;
    padding-top: 14vw;
  }

  .left-side {
    width: 80%;
    padding-right: 0;
  }

  .left-side.is--padding {
    width: 100%;
  }

  .right-side {
    width: 100%;
    padding-top: 32px;
  }

  .back-bar {
    width: 33.25%;
    position: absolute;
  }

  .back-bar.is--about {
    display: none;
  }

  .back-bar-content {
    width: 35%;
  }

  .back-top-text, .back-top-text.is--left-side {
    font-size: 2vw;
  }

  .family-number {
    font-size: 3vw;
  }

  .slider {
    position: relative;
  }

  .hero-image._4.is--about {
    max-width: none;
    display: none;
  }

  .color-back {
    width: 51%;
  }

  .row {
    display: block;
  }

  .footer-logo {
    flex: none;
  }

  .grid-item.is--footer-logo {
    z-index: 1000;
    width: 50%;
    position: relative;
  }

  .grid-2 {
    position: static;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-3 {
    padding: 5vw 6vw;
  }

  .container-3.is--hero {
    padding-top: 18vw;
  }

  .about-description {
    width: 80%;
    padding-right: 0;
  }

  .about-right-side, .right-side-contact {
    width: 100%;
    padding-top: 32px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-block-three {
    padding-bottom: 2em;
    font-size: 1em;
  }

  .footer-link-three {
    font-size: 1.2em;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-copyright {
    font-size: 1.2em;
  }

  .footer-legal-link {
    margin-left: 0;
  }

  .footer-h5 {
    font-size: 2em;
  }

  .footer-par {
    font-size: 1.4em;
  }

  .grid-3 {
    display: block;
  }

  .footer-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    font-size: 29px;
    line-height: 34px;
  }

  .logo-image {
    height: 30px;
  }

  .section-pages.flex-center {
    padding-bottom: 4vh;
  }

  .p-confirmation {
    font-size: 16px;
  }

  .thank-you, .container-confirmation {
    padding-left: 2vh;
    padding-right: 0;
  }

  .container-5, .container-6 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-6.is--hero {
    flex-direction: column;
    padding-top: 14vw;
  }

  .container-6.is--hero.expire-content {
    align-items: center;
    padding-top: 0;
  }

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

  .about-description-2 {
    width: 80%;
    padding-right: 0;
  }

  .container-7 {
    padding: 5vw 6vw;
  }

  .container-7.is--hero {
    padding-top: 18vw;
  }

  .expire-description {
    width: 80%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .back-bar {
    width: 25%;
  }

  .back-bar-content {
    width: 50%;
    padding-left: 0;
  }

  .back-top-text {
    font-size: 16px;
  }

  .back-top-text.is--left-side {
    font-size: 16px;
    line-height: 1;
  }

  .slide_content {
    padding-top: 174%;
  }

  .hero-image {
    width: 100%;
  }

  .color-back {
    width: 50%;
  }

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

  .container-2 {
    padding: 3.36em 3vw;
  }

  .display-2.is--yellow {
    font-size: 32px;
  }

  .about-hero {
    padding-top: 174%;
  }

  .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .footer-link-three {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 1em;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-h5 {
    font-size: 2em;
  }

  .footer-par {
    font-size: 1.2em;
  }

  .grid-3 {
    margin-bottom: 0;
    display: flex;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-image {
    margin-right: 4px;
  }

  .footer-title {
    margin-bottom: 7px;
  }

  .container-box.vertical-center {
    padding: 8vw 4vw 6vw;
  }

  .p-confirmation {
    font-size: 16px;
  }

  .thank-you, .container-confirmation {
    padding-left: 0;
  }

  .container-5 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .container.is--hero, .container.is--projects, .container.is--programs, .container.is--circles, .container.is--stories, .container.is--potential, .container.is--titles, .container.is--blog-content, .container.is--padding {
    min-height: auto;
    padding-top: 36vw;
  }

  .section.is--page-hero {
    min-height: 30vh;
  }

  .left-side {
    width: 100%;
    flex: 0 auto;
  }

  .left-side.is--padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .right-side {
    margin-top: 32px;
    padding-top: 0;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .container-2 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .container-3.is--hero {
    padding-top: 30vw;
  }

  .about-description {
    width: 100%;
    flex: 0 auto;
  }

  .about-right-side, .right-side-contact {
    margin-top: 32px;
    padding-top: 0;
  }

  .container-4 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1em;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .footer-contact-list-item {
    padding-left: 30px;
  }

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

  .logo {
    font-size: 19px;
    line-height: 23px;
  }

  .logo-image {
    height: 20px;
  }

  .container-box.vertical-center {
    padding: 6vh 2vw 8vw;
  }

  .container-box.vertical-center.div-contact-form {
    padding-bottom: 12vw;
  }

  .section-pages.flex-center {
    padding-bottom: 0;
  }

  .p-confirmation {
    padding-top: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 1.6;
  }

  .thank-you, .container-confirmation {
    padding-left: 0;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .sub-head {
    margin-bottom: 0;
    line-height: 1.1;
  }

  .group_title.is--dark {
    width: 100%;
    font-size: 24px;
  }

  .section-expire.is--page-hero, .section-expire.is--expire {
    min-height: 30vh;
  }

  .container-6.is--hero {
    min-height: auto;
    padding-top: 36vw;
  }

  .expire-title {
    font-size: 3em;
  }

  .about-description-2 {
    width: 100%;
    flex: 0 auto;
  }

  .container-7.is--hero {
    padding-top: 30vw;
  }

  .expire-description {
    width: 100%;
    flex: 0 auto;
  }
}

#w-node-_304f3eac-3566-4c14-1f45-8483d8bc15cf-7ac3f663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4554e716-a484-4fc1-237f-d52bae6bb44e-dc5ae4fc {
  justify-self: end;
}

#w-node-d35d2d2e-5565-ac9c-0ae2-9be3b08d9791-481f4bbc, #w-node-afc390f5-318c-b64a-a3e6-232d2e4660e3-fd2888ad, #w-node-afc390f5-318c-b64a-a3e6-232d2e4660e3-aefd9966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Campton';
  src: url('../fonts/Campton-LightDEMO.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/Campton-BoldDEMO.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-ExtraBold.ttf') format('truetype'), url('../fonts/MavenPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}