.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: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Alice, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Nunito, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Lato, sans-serif;
  font-size: 1.46em;
  font-weight: 400;
  line-height: 1.6;
}

p {
  color: #1a1a1a;
  margin-bottom: 1.4em;
  font-family: Nunito, sans-serif;
  font-size: 1.2em;
  line-height: 1.8;
}

strong {
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav {
  height: 100px;
  background-color: #a6d0e4;
  padding-left: 3vw;
  padding-right: 3vw;
  position: -webkit-sticky;
  position: sticky;
}

.nav-container {
  width: 100%;
  height: 100%;
  max-width: 95em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block {
  cursor: pointer;
}

.frf-logo {
  width: 290px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.nav-menu {
  flex: 0 auto;
}

.nav-link {
  color: #000;
  font-size: 1em;
  line-height: 1.6;
}

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

.nav-link.contact-nav {
  display: none;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  color: #a6d0e4;
  background-color: #242424;
  border-radius: 50px;
  padding: .8em 2em;
  font-size: 1em;
  line-height: 1.6;
}

.button:hover {
  color: #1a1a1a;
  background-color: #f0f0f0;
}

.button.nav-btn {
  margin-left: .5em;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 1.6;
}

.button.nav-btn:hover {
  color: #1a1a1a;
  background-color: #f0f0f0;
}

.button.is--regular-btn {
  color: #1a1a1a;
  text-transform: none;
  background-color: #a6d0e4;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}

.button.is--regular-btn:hover {
  color: #a6d0e4;
  background-color: #1a1a1a;
  padding-left: 2em;
  padding-right: 2em;
}

.button.is--large {
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.6;
}

.button.contact-btn:hover, .button.is--dark:hover {
  background-color: #a6d0e4;
}

.body {
  color: #1a1a1a;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.6;
}

.h5 {
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Alice, sans-serif;
  font-size: 1.67em;
  line-height: 1.3;
}

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

.form_submit {
  font-size: 1.25em;
}

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

.h6 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.46em;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

.section {
  background-color: #fff;
  display: block;
}

.section.is--about-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Screenshot_5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.is--blue {
  background-color: #a6d0e4;
}

.section.is--contact {
  background-image: url('../images/compassionheartblue-a7b3099f-2880w.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section.footer-section {
  background-color: #a6d0e4;
  font-family: Lato, sans-serif;
}

.section.is--gray {
  background-color: #f0f0f0;
}

.section.is--offers-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/compassionblue-purchased-2880w.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.rich-text h3 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Alice, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1;
}

.rich-text h4 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 2em;
  line-height: 1.6;
}

.rich-text h5 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Alice, sans-serif;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.6;
}

.rich-text blockquote {
  color: #1a1a1a;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.6;
}

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

.container.is--hero-section {
  flex-direction: column;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 6em;
  display: flex;
}

.container.is--hero-img {
  max-width: 100em;
  padding-left: 0;
  padding-right: 0;
}

.container.is--mission {
  flex-direction: column;
  align-items: center;
  padding: 8em 6em;
  display: flex;
}

.container.is--services {
  background-color: #f0f0f0;
  flex-direction: column;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.container.is--about {
  background-color: #a6d0e4;
  flex-direction: column;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.container.is--testimony {
  flex-direction: column;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.container.is--footer {
  background-color: #a6d0e4;
  margin-top: auto;
  padding-top: 6em;
  padding-bottom: 4em;
}

.container.is--about-content {
  flex-direction: column;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.container.is--contact {
  flex-direction: column;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 6em;
  display: flex;
}

.container.is--offers, .container.is--contact {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.88em;
  line-height: 1.3;
}

.heading {
  color: #1a1a1a;
  font-family: Alice, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1;
}

.heading.h1, .heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.h2 {
  color: #1a1a1a;
  font-family: Alice, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

.h3 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alice, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.1;
}

.heading-4.h4 {
  color: #1a1a1a;
}

.paragraph {
  color: #1a1a1a;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.6;
}

.text-link {
  color: #a6d0e4;
  font-family: Lato, sans-serif;
  line-height: 1.6;
  text-decoration: none;
}

.text-link.is--black {
  color: #1a1a1a;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  text-decoration: underline;
}

.text-link.is--black:hover {
  color: #29367d;
  -webkit-text-fill-color: inherit;
  background-color: rgba(41, 54, 125, 0);
  background-clip: border-box;
}

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

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

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

.spacer.is--medium {
  height: 4em;
  color: #1a1a1a;
}

.grid-mission {
  padding-left: 1.4em;
  padding-right: 1.4em;
}

.is--light {
  text-align: left;
  font-size: 1.2em;
  font-weight: 300;
}

.grid-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  background-color: #f0f0f0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper.is--offers {
  justify-content: space-around;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-split.is--gray {
  max-width: 100%;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4em 6em;
}

.hero-split.img {
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

.heading-5 {
  font-size: 4em;
  line-height: 1.6;
}

.paragraph-2 {
  margin-bottom: 1em;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.testimonial-card-two {
  border: 2px solid rgba(166, 208, 228, .32);
  flex-direction: column;
  padding: 1.4em 2em;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: .8em 16px;
  display: flex;
}

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

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.p-testi {
  font-style: italic;
  font-weight: 300;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #639fbb;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.image {
  width: 200px;
}

.footer-dark-copy {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer {
  background-color: #a6d0e4;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

.cta {
  max-width: 700px;
  margin-top: 3em;
}

.cta.hide {
  display: none;
}

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

.grid-3 {
  width: 100%;
  color: #29367d;
}

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

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

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

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

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

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

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

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

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

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

.text-link-2 {
  color: #f26539;
}

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

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

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

.p-footer {
  padding-top: 1em;
  font-size: 1.2em;
}

.h2.is--white {
  color: #f0f0f0;
}

.paragraph-block {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
}

.img-fullwidth {
  width: 100%;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.offers-img {
  width: auto;
  height: 400px;
  max-width: none;
  background-image: url('../images/offering-01.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: static;
}

.offers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  justify-content: stretch;
}

.offers-grid.grid-2 {
  grid-auto-flow: row;
}

.div-block-7 {
  background-image: url('../images/offering-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.offer-img {
  background-image: url('../images/offering-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.offer-img.img1, .offer-img.img2, .offer-img.img3 {
  background-image: none;
}

.offer-img1-copy, .about-img {
  background-image: url('../images/offering-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.about-img.img1 {
  background-image: url('../images/Screenshot_4.jpg');
}

.about-img.img2 {
  background-image: url('../images/offering-02.jpg');
}

.about-img.img3 {
  background-image: url('../images/offering-03.jpg');
}

.about-grid, .contact-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.contact-img {
  background-image: url('../images/offering-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.contact-img.img1 {
  background-image: url('../images/contact-img.jpg');
}

.contact-img.img2 {
  background-image: url('../images/offering-02.jpg');
}

.contact-img.img3 {
  background-image: url('../images/offering-03.jpg');
}

.contact-img.hidden {
  display: none;
}

.contact-img.join-img {
  background-image: url('../images/shutterstock_560410972.jpg'), linear-gradient(#a5d0e4, #a5d0e4);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
}

.contact-div {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-div.is--gray {
  max-width: 100%;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4em 6em;
}

.contact-div.img {
  display: flex;
}

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

.text-field {
  background-color: #f0f0f0;
  border: 1px #434040;
  border-bottom-style: solid;
  margin-bottom: 2em;
}

.text-field:hover {
  background-color: #f0f0f0;
  border-style: none none solid;
  border-color: #a6d0e4;
}

.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: #a6d0e4;
}

.text-field.email-field {
  background-color: #f0f0f0;
  margin-right: 40px;
}

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

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

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

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

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

.image-3, .image-4, .image-5 {
  width: 100%;
}

.h1 {
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.h1.is--hero {
  margin-bottom: 0;
}

.image-6 {
  width: 100%;
}

.image-7 {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.h2-hero {
  font-size: 3.2em;
}

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

.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-2 {
  color: #29367d;
}

.heading-11 {
  color: #29367d;
  text-transform: uppercase;
  margin-top: 2vw;
  margin-bottom: 1vh;
}

.cta-checkbox {
  margin-top: 10px;
}

.italic-text-2 {
  font-size: 16px;
  line-height: 1.3px;
}

.checkbox {
  margin-top: 2px;
}

.sub-head-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 102px;
  padding-right: 102px;
  font-size: 30px;
  line-height: 1.2;
}

.btn-contact-form {
  width: 20%;
  height: auto;
  text-align: center;
  background-color: #240046;
  border-radius: 16px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  padding: 10px;
  font-size: 16px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.consent-p {
  margin-top: 10px;
  font-size: 14px;
}

.consent-p.hide {
  display: none;
}

.heading-12 {
  font-size: 22px;
}

.contact-form {
  padding-top: 0;
  padding-bottom: 4vh;
}

.checkbox-field {
  align-items: flex-start;
  display: flex;
}

.checkbox-field.hide {
  display: none;
}

.checkbox-label {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 16px;
}

.heading-13 {
  color: #098de3;
  margin-top: 2vw;
}

.bold-text-6 {
  color: #111621;
}

.field-label-4 {
  color: #240046;
  font-size: 16px;
}

.text-field-contact {
  font-size: 16px;
}

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

.join-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: block;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }

  strong {
    font-size: 20px;
  }

  .nav-container {
    padding-left: 2em;
  }

  .nav-menu {
    background-color: #3d70e0;
  }

  .nav-link {
    color: #1a1a1a;
    background-color: #a6d0e4;
  }

  .nav-link.contact-nav {
    display: block;
  }

  .menu-button, .menu-button.w--open {
    color: #3d70e0;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .container.is--hero-section {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .container.is--mission {
    padding: 4em;
  }

  .container.is--services, .container.is--about, .container.is--testimony {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container.is--footer {
    padding-top: 4em;
  }

  .container.is--contact {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .container.is--offers, .container.is--contact {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid {
    display: block;
  }

  .spacer.is--mhidden {
    display: none;
  }

  .is--light {
    font-size: 18px;
  }

  .grid-2 {
    grid-column-gap: 2em;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.is--gray {
    padding-left: 4em;
    padding-right: 4em;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    display: block;
  }

  .testimonial-card-two {
    margin-bottom: 1em;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-link-three {
    font-size: 16px;
  }

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

  .grid-4 {
    display: block;
  }

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

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

  .footer-copyright {
    font-size: 14px;
  }

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

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

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

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

  .heading-6 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    display: block;
  }

  .heading-7, .heading-8, .heading-9 {
    text-align: center;
  }

  .h2 {
    text-align: center;
    font-size: 24px;
  }

  .paragraph-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .offers-grid {
    flex-direction: column;
    grid-auto-flow: column;
    align-content: start;
    justify-content: start;
    align-items: flex-start;
    justify-items: baseline;
    display: flex;
  }

  .offers-grid.grid-2, .offers-grid.grid2 {
    flex-direction: column-reverse;
  }

  .offer-img.img1, .offer-img.img2, .offer-img.img3 {
    width: 100%;
  }

  .about-grid, .contact-grid, .contact-img.hidden {
    display: block;
  }

  .contact-div {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-3, .image-4, .image-5 {
    width: 100%;
  }

  .h1 {
    text-align: center;
  }

  .h1.is--hero {
    font-size: 32px;
  }

  .icon {
    color: #1a1a1a;
  }

  .h2-hero {
    font-size: 24px;
  }

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

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

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

  .container-feature {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    font-size: 22px;
  }

  .join-grid {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .button.nav-btn {
    display: none;
  }

  .container.is--about-content {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .spacer, .spacer.is--small {
    display: block;
  }

  .spacer.is--medium {
    height: 2em;
    display: block;
  }

  .spacer.is--mhidden {
    display: none;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-split.is--gray {
    padding-left: 4em;
    padding-right: 4em;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-card-two {
    margin-bottom: 1em;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .footer-dark-copy, .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .grid-4 {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

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

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

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

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

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

  .heading-6 {
    font-size: 3em;
  }

  .h2 {
    text-align: center;
    font-size: 3em;
  }

  .paragraph-block {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .offers-grid {
    grid-auto-flow: row;
  }

  .contact-div.is--gray {
    padding-left: 4em;
    padding-right: 4em;
  }

  .h1 {
    font-size: 4em;
  }

  .h1.is--hero {
    font-size: 32px;
  }

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

  .container-box.vertical-center.div-contact-form {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .sub-head-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    font-size: 22px;
  }

  .contact-form {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    padding-left: 1em;
  }

  .frf-logo {
    width: 160px;
  }

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

  .h6 {
    line-height: 1.4;
  }

  .container.is--hero-section, .container.is--mission {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is--about-content {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .container.is--contact {
    padding-left: 1em;
    padding-right: 1em;
  }

  .h4 {
    font-size: 1.4em;
    line-height: 1.8;
  }

  .grid-mission {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-2 {
    display: block;
  }

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

  .hero-split.is--gray {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-card-two {
    margin-bottom: 1.8em;
  }

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

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

  .footer-copyright {
    font-size: .8em;
    line-height: 1.4;
  }

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

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

  .p-footer {
    font-size: 1.1em;
  }

  .h2 {
    font-size: 2.5em;
  }

  .image-2 {
    width: auto;
  }

  .services-content {
    margin-bottom: 2em;
  }

  .paragraph-block {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .contact-div.is--gray {
    padding-left: 1em;
    padding-right: 1em;
  }

  .bold-text {
    line-height: 1.6;
  }

  .h1 {
    font-size: 3em;
  }

  .image-7 {
    max-height: none;
  }

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

  .container-feature {
    padding-left: 0;
    padding-right: 0;
  }

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

  .btn-contact-form {
    width: 50%;
  }

  .consent-p {
    font-size: 14px;
  }

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

  .checkbox-label {
    font-size: 1em;
  }

  .text-field-contact {
    margin-bottom: 0;
  }
}

#w-node-fa9f95b8-57cb-f26f-d5de-3a4cdeb8d6c4-576f8e93, #w-node-b694136e-8982-3b55-2f2d-dc2c0fa71b4c-576f8e93, #w-node-_1dbd163f-ad95-8bec-46da-33e9c2d1e924-576f8e93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e32fab3-9a4a-9c19-f05d-6d4edee22e85-dee22e66 {
  justify-self: end;
}

#w-node-be0a3e5a-5e86-d232-1603-301391ffb92f-6cdecd86, #w-node-be0a3e5a-5e86-d232-1603-301391ffb935-6cdecd86, #w-node-be0a3e5a-5e86-d232-1603-301391ffb93c-6cdecd86, #w-node-a4f15ddf-2877-47e3-3f4d-a5121402e465-6cdecd86, #w-node-a4f15ddf-2877-47e3-3f4d-a5121402e467-6cdecd86, #w-node-a4f15ddf-2877-47e3-3f4d-a5121402e469-6cdecd86, #w-node-_7fe2edab-af9d-ff56-c894-44b78be5bca1-6cdecd86, #w-node-d1b5daad-e43b-f475-a1b8-2d1e3bca9dd2-6cdecd86, #w-node-d1b5daad-e43b-f475-a1b8-2d1e3bca9dde-6cdecd86, #w-node-d1b5daad-e43b-f475-a1b8-2d1e3bca9dea-6cdecd86, #w-node-_17f9e54b-f99f-4f2f-ccbd-8b1cdd524de4-138cdd59, #w-node-_53265eff-0532-c8e6-b9ba-bddc35b81214-09156a78, #w-node-e6bfdd5a-b463-f9ad-204f-d72938e973bd-e3222626, #w-node-e6bfdd5a-b463-f9ad-204f-d72938e973df-e3222626, #w-node-_53265eff-0532-c8e6-b9ba-bddc35b81214-5ae61e02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e6bfdd5a-b463-f9ad-204f-d72938e973ce-e3222626, #w-node-e6bfdd5a-b463-f9ad-204f-d72938e973d2-e3222626, #w-node-e6bfdd5a-b463-f9ad-204f-d72938e973d6-e3222626, #w-node-e6bfdd5a-b463-f9ad-204f-d72938e973da-e3222626 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Alice';
  src: url('../fonts/Alice-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraBold.ttf') format('truetype'), url('../fonts/Nunito-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}