.w-richtext {
  width: 100%;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 26px;
  font-family: 'Museosans 900', sans-serif;
  color: #00305e;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Museosans 500', sans-serif;
  color: #00305e;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Museosans 500', sans-serif;
  color: #b80c2f;
  font-size: 1.3em;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Museosans 700', sans-serif;
  color: #00305e;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Museosans 700', sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Museosans 100', sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 300;
}

a {
  position: relative;
  right: 0px;
  padding-bottom: 1px;
  border: 0px none #000;
  -webkit-transition: all 400ms ease, border-color 200ms ease, color 200ms ease;
  transition: all 400ms ease, border-color 200ms ease, color 200ms ease;
  color: #00305e;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #40828d;
  color: #bd4042;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  margin-right: 2px;
  font-style: italic;
}

blockquote {
  margin-bottom: 11px;
  padding: 10px 0px;
  border: 1px none #000;
  font-family: Lato, sans-serif;
  color: #a994b1;
  font-size: 36px;
  line-height: 47px;
  font-style: italic;
  font-weight: 300;
}

figure {
  margin-bottom: 10px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -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: #fff;
}

.header {
  z-index: 100;
  display: block;
  padding: 10px 30px 11px;
  -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;
}

.header-link {
  display: block;
  margin: 18px 15px;
  padding: 0px;
  border-style: none;
  font-family: Lato, sans-serif;
  color: #685370;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
}

.header-link:hover {
  padding-bottom: 0px;
  border-bottom-style: none;
  color: #c6b7cb;
  text-decoration: none;
}

.header-link.w--current {
  color: #40828d;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.wrapper-medium {
  position: relative;
  z-index: 100;
  display: block;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.white {
  color: #ebf2f4;
  font-size: 1.5em;
}

.icon-block {
  width: 68px;
  margin-bottom: 14px;
}

.center {
  text-align: center;
}

.benefits-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: -40px;
  margin-left: -40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefits-block {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.3%;
  -ms-flex: 1 0 33.3%;
  flex: 1 0 33.3%;
}

.section-intro {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #685370;
  font-size: 1.5em;
  text-align: center;
}

.footer-legal {
  margin-bottom: 0px;
  color: #00305e;
  font-size: 1em;
}

.footer-link {
  border-style: none;
}

.footer-logo {
  width: 150px;
  height: 30px;
  margin-right: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn {
  display: inline-block;
  width: 23%;
  min-width: 120px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 18px 28px 19px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #00305e;
  -webkit-transition-duration: 300ms, 200ms, 200ms;
  transition-duration: 300ms, 200ms, 200ms;
  font-family: 'Museosans 300', sans-serif;
  color: #ebf2f4;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
}

.btn:hover {
  background-color: #fff;
  color: #b80c2f;
}

.btn.home-btn {
  margin-right: 10px;
  margin-left: 10px;
}

.btn.home-btn.view-more {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.btn.nav {
  min-width: 0px;
  margin-left: 15px;
  padding: 6px 19px 8px 20px;
  border: 1px solid #8c6f96;
  background-image: none;
  color: #45374a;
  font-size: 1.2em;
}

.btn.nav:hover {
  border-color: #c6b7cb;
  color: #c6b7cb;
}

.btn.subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 6px 19px 8px 20px;
  border: 1px solid #fff;
  background-image: none;
  color: #fff;
  font-size: 1.2em;
}

.btn.subscribe:hover {
  border-color: #a4d79a;
  color: #a4d79a;
}

.btn.rail {
  min-width: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 6px 19px 8px 20px;
  border: 1px solid #fff;
  background-image: none;
  color: #fff;
  font-size: 1.2em;
}

.btn.rail:hover {
  border-color: #a4d79a;
  color: #a4d79a;
}

.btn.submit {
  min-width: 0px;
  margin: 15px 0px;
  padding: 10px 22px;
  border: 1px solid #fff;
  background-color: #fff;
  background-image: none;
  color: #368227;
  font-size: 1.2em;
}

.btn.submit:hover {
  border-color: #a4d79a;
  color: #a4d79a;
}

.btn.top-nav {
  min-width: 0px;
  margin-left: 4%;
  padding: 6px 19px 8px 20px;
  border: 1px solid #8c6f96;
  background-image: none;
  color: #45374a;
  font-size: 1.2em;
}

.btn.top-nav:hover {
  border-color: #c6b7cb;
  color: #c6b7cb;
}

.btn.lp-cta {
  width: 32%;
}

.btn.lp-cta.selected {
  background-color: #b80c2f;
}

.heading-link {
  border-style: none;
  color: #685370;
  font-size: 1.5em;
  font-weight: 700;
}

.header-community {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding: 30px;
  -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;
}

.header-message {
  padding-bottom: 0px;
  border-style: none;
  font-family: Lato, sans-serif;
  color: #45374a;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
}

.header-message:hover {
  padding-bottom: 0px;
  border-bottom-style: none;
  color: #c6b7cb;
  text-decoration: none;
}

.header-message.preference-nav {
  margin-right: 30px;
  margin-left: 20px;
}

.featured-questions-row {
  padding-top: 0px;
  padding-bottom: 160px;
}

.section-headline {
  margin-bottom: 50px;
  color: #685370;
  text-align: center;
}

.featured-questions-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-question-wrapper {
  width: 33.33%;
  margin-bottom: 12px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 10px;
  text-align: center;
}

.featured-question {
  display: inline-block;
  overflow: visible;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #685370;
  font-weight: 700;
  text-align: center;
}

.feature-question-bg {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #e3dbe5, #e3dbe5), linear-gradient(135deg, #e3dbe5 20%, #a994b1);
  -webkit-transition: border-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, transform 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.feature-question-bg:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.feature-question-bg.banner {
  padding-top: 50px;
  padding-bottom: 45px;
}

.hslda-promo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ebf2f4;
}

.pre-header-tag {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #45374a;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.pre-header-tag.white {
  color: #8c6f96;
  text-align: center;
}

.header-logo-block {
  border-width: 0px;
}

.sitewide-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.dropdown {
  display: inline-block;
  width: 100%;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #818181;
  text-align: center;
}

.dropdown:hover {
  border-color: #443b51;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.dropdown-toggle.w--open:hover {
  background-color: #443b51;
  color: #fff;
}

.dropdown-list.w--open {
  background-color: #443c51;
}

.dropdown-menu {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.dropdown-menu:hover {
  background-color: #544964;
}

.dropdown-menu.w--current {
  background-color: #544964;
  color: #fff;
}

.body {
  font-size: 1.4em;
  line-height: 1.7em;
}

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

.image-6 {
  width: 90px;
  height: 90px;
  max-width: none;
  margin-bottom: 10px;
  border-radius: 50%;
}

.image-6.head {
  width: 60px;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner-new-v2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #00587c;
}

.ribbon-twxt-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 15px;
  -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;
}

.ribbon-twxt-v2 p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.banner-answered-v2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #c6b7cb;
}

.emoji {
  width: 35px;
  height: 30px;
}

.emoji.selection {
  -webkit-transition: all 100ms cubic-bezier(.77, 0, .175, 1);
  transition: all 100ms cubic-bezier(.77, 0, .175, 1);
  cursor: pointer;
}

.emoji.selection:hover {
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -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-field-2 {
  margin-bottom: 10px;
}

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

.grid1-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../png/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.nav-logo-2 {
  z-index: 5000;
  width: 100%;
  max-width: 300px;
  margin-bottom: 0px;
}

.brand {
  position: static;
  padding-bottom: 0px;
  border: 0px none #000;
}

.nav1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 550px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon6-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: 120px auto 40px;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}

.icon6-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin: 10px;
  padding: 30px 40px 50px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 18px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 400ms ease, border-color 200ms ease, color 200ms ease;
  transition: all 400ms ease, border-color 200ms ease, color 200ms ease;
  color: #45374a;
  text-align: center;
}

.icon1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.icon1-wrapper {
  width: 33%;
  max-width: 450px;
  margin: 15px auto;
  padding-right: 25px;
  padding-left: 25px;
  -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;
}

.standard1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  -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;
}

.standard1-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 65px 4% 85px;
  -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(51, 51, 51, 0.03);
}

.tell-more-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
}

.action2-introtext-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  width: 100%;
}

.action2-content-container {
  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;
  width: 100%;
}

.action2-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -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;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.02);
}

.action2-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 10% 90px;
  -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;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.action2-introtext {
  width: 100%;
}

.action2-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -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;
  border-style: none;
  border-color: #000;
}

.footing-video-wrapper {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.action2-all {
  position: relative;
  width: 100%;
  padding: 80px 8% 120px;
  background-color: rgba(51, 51, 51, 0.15);
}

.action2-all.bgmock {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e1e1e1));
  background-image: linear-gradient(180deg, #e1e1e1, #e1e1e1);
}

.connect1-text a {
  border: 0px none #000;
  color: #45374a;
  font-weight: 700;
}

.connect1-text a:hover {
  color: #40828d;
}

.body-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  height: 80px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.05);
}

.footer-massive-container {
  width: 100%;
}

.div-block-2 {
  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;
}

.footer-link-middle {
  display: block;
  margin: 2px 10px;
  border-style: none;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8%;
  padding-left: 8%;
  -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: #48ae35;
}

.subscribe1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
}

.subscribe1-text {
  max-width: 800px;
  text-align: center;
}

.subscribe1-text h5 {
  color: #fff;
}

.sitenav-link {
  margin-right: 0px;
  margin-bottom: 15px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 250ms cubic-bezier(.215, .61, .355, 1);
  transition: all 250ms cubic-bezier(.215, .61, .355, 1);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  text-decoration: none;
}

.sitenav-link:hover {
  -webkit-transform: scale(1.05) translate(0px, -2px);
  -ms-transform: scale(1.05) translate(0px, -2px);
  transform: scale(1.05) translate(0px, -2px);
  color: #fff;
}

.sitenav-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.sitenav-content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #51bb78;
}

.wrapper-all {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2400px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.rail1-container {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vw;
  max-height: 500px;
  max-width: 500px;
  margin-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 500px;
  background-color: #8db9ca;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(60%, transparent), to(#fff)), url('../jpg/gettyimages-554992085-facebook.jpg');
  background-image: linear-gradient(270deg, transparent 60%, #fff), url('../jpg/gettyimages-554992085-facebook.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.05);
}

.rail1-wrapper {
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8%;
  padding-left: 8%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #48ae35;
}

.rail1-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.subscribe1-text-copy {
  max-width: 800px;
  text-align: center;
}

.subscribe1-text-copy h5 {
  color: #fff;
  text-align: right;
}

.subscribe1-text-copy h6 {
  color: #fff;
  text-align: right;
}

.rail-close-wrapper {
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 10px 10px 10px 45px;
  -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;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.rail-close-wrapper:hover {
  opacity: 0.25;
}

.rail-x-line-2 {
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rail-x-line-1 {
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.footer1-introtext {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.rail1-container-animate {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vw;
  max-height: 500px;
  max-width: 500px;
  margin-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 500px;
}

.form-label-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}

.field-wrapper {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.field-wrapper._50 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-form-container {
  overflow: hidden;
  width: 100%;
  max-width: 600px;
}

.subscribe-wrapper {
  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;
}

.nav-logo-button-conatiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.tell-more-card-quick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1106.84375px;
  margin-top: 8px;
  margin-bottom: 8px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #eaf2f4;
  box-shadow: none;
  cursor: pointer;
}

.icon7-introtext {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  text-align: center;
}

.icon7-introtext h1 {
  color: #fff;
}

.hero-maf-section {
  display: none;
  width: 100%;
  height: 600px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d0e3ea;
  background-image: url('../jpg/edited-nalca-planet---low-res.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-test {
  position: relative;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 80px 4% 100px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-test-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 90%;
  object-position: 50% 90%;
}

.hero-parallax-trigger {
  display: none;
  height: 100vh;
}

.image-9 {
  position: static;
  left: auto;
  top: 80%;
  right: 5%;
  bottom: auto;
  width: 40px;
  margin-top: 20px;
}

.image-9-image {
  width: 100%;
}

.hero-heading {
  z-index: 1;
  max-width: 490px;
  color: #fff;
  font-size: 6.1em;
  line-height: 1em;
  text-align: right;
  text-shadow: none;
}

.hero-heading.top {
  margin-bottom: 0px;
}

.hero-heading.bottom {
  margin-top: 0px;
}

.hero-heading-text {
  z-index: 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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h2-underline {
  width: 100%;
  height: 1px;
  margin: 10px auto 25px;
  background-color: #00305e;
  opacity: 0.5;
}

.basic-text {
  margin-right: auto;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}

.basic-text img {
  margin-top: 25px;
}

.basic-text strong {
  font-family: 'Museosans 700', sans-serif;
  color: #00305e;
}

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

.cta-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 101vh;
  padding-right: 8%;
  padding-left: 8%;
  -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(51, 51, 51, 0.15);
}

.cta3-array-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cta3-other-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta3-other-field {
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-right-color: #000;
  border-left-color: #000;
  background-color: transparent;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
}

.cta3-other-field:active {
  text-decoration: none;
}

.cta3-other-field::-webkit-input-placeholder {
  color: #fff;
  text-decoration: none;
}

.cta3-other-field:-ms-input-placeholder {
  color: #fff;
  text-decoration: none;
}

.cta3-other-field::-ms-input-placeholder {
  color: #fff;
  text-decoration: none;
}

.cta3-other-field::placeholder {
  color: #fff;
  text-decoration: none;
}

.cta2-content-wrapper {
  z-index: 2;
  max-width: 720px;
  -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;
}

.cta-text {
  margin-bottom: 10px;
  text-align: center;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
}

.cta-text h1 {
  color: #fff;
  font-size: 3.3em;
}

.cta-text p {
  font-family: 'Museosans 300', sans-serif;
  color: #fff;
  font-size: 1.3em;
}

.cta-text strong {
  font-family: 'Museosans 700', sans-serif;
}

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

.cta3-form-container {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.cta-dollar {
  margin-bottom: 12px;
  color: #fff;
}

.cta-button-give {
  display: inline-block;
  width: 32%;
  min-width: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding: 22px 28px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #b80c2f;
  -webkit-transition-duration: 300ms, 200ms, 200ms;
  transition-duration: 300ms, 200ms, 200ms;
  font-family: 'Museosans 300', sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.cta-button-give:hover {
  background-color: #fff;
  color: #b80c2f;
}

.icon6-section-over {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 220px;
  -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;
  background-color: #00305e;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.bg.red {
  display: none;
  background-color: #bd4042;
}

.background-video-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 48, 94, 0.3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0));
}

.resource-icon {
  position: relative;
  width: 43%;
  height: 100%;
  margin-top: -40%;
  margin-bottom: 20px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.3);
}

.phone-bg {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1320px;
  margin-bottom: -20px;
  padding: 100px 4%;
  -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-image: url('../jpg/phonebg-181114_124459_dji_0007.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.phone-bg img {
  width: 100%;
  max-height: 615px;
}

.section-wrapper-all {
  width: 100%;
  max-width: 1320px;
  margin: 20px auto;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.02);
}

.story-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  max-height: 650px;
  margin-top: 15px;
  margin-bottom: 40px;
  -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;
  background-image: url('../jpg/lp-edited-dc_mobilemedicalclinic_0818-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.story-image._1 {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: url('../jpg/lp-edited-dc_mobilemedicalclinic_0818-7.jpg');
}

.story-image._2 {
  margin-top: 5px;
  background-image: url('../jpg/maf-lp-kees-janse-with-selamat-a-recovered-medevac-patient-in-ndundu.jpg');
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.triangle {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -4%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid1-image-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../png/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid1-section-2 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.image-13 {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, #fff);
  -o-object-fit: cover;
  object-fit: cover;
}

.hero2-logo2-wrapper {
  position: absolute;
  left: 4%;
  top: 40px;
  right: 4%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero2-logo3 {
  z-index: 5;
  width: 100%;
  max-width: 280px;
  margin-bottom: 15px;
}

.cta-button-hero {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 18px 28px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #b80c2f;
  -webkit-transition-duration: 300ms, 200ms, 200ms;
  transition-duration: 300ms, 200ms, 200ms;
  font-family: 'Museosans 300', sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.cta-button-hero:hover {
  background-color: #fff;
  color: #b80c2f;
}

.cta-button-test-drive {
  display: inline-block;
  width: 100%;
  max-width: 395px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 20px 28px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #b80c2f;
  -webkit-transition-duration: 300ms, 200ms, 200ms;
  transition-duration: 300ms, 200ms, 200ms;
  font-family: 'Museosans 700', sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.cta-button-test-drive:hover {
  background-color: #fff;
  color: #b80c2f;
}

.phone-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.white-paragraph {
  margin-top: -5px;
  font-family: 'Museosans 300', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-shadow: 1px 1px 3px #030200;
}

.hero-screen {
  display: none;
}

.action2-text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 8% 5px;
  -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;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.button-mobile-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.cta-button-hero-mobile {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 18px 28px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #b80c2f;
  -webkit-transition-duration: 300ms, 200ms, 200ms;
  transition-duration: 300ms, 200ms, 200ms;
  font-family: 'Museosans 300', sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.cta-button-hero-mobile:hover {
  background-color: #fff;
  color: #b80c2f;
}

.lp-curve {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.curve-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -1px;
}

.lp-curve-mobile {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.1em;
  }
  .footer {
    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;
  }
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-medium {
    position: relative;
    z-index: 100;
    padding-right: 40px;
    padding-left: 40px;
  }
  .icon-block {
    width: 60px;
  }
  .benefits-row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .benefits-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-legal {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .btn {
    width: 49%;
  }
  .btn.subscribe {
    margin-top: 0px;
    margin-left: 0px;
  }
  .btn.top-nav {
    margin-right: 20px;
  }
  .heading-link {
    font-size: 1.3em;
  }
  .feature-question-bg {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hslda-promo {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .icon {
    font-size: 20px;
  }
  .grid1-image {
    height: 400px;
  }
  .nav-logo-2 {
    display: block;
  }
  .nav-menu {
    padding: 0px 25px 25px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.05);
  }
  .icon6-container {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon6-wrapper {
    width: 100%;
    max-width: 600px;
  }
  .icon1-wrapper {
    width: 50%;
    text-align: center;
  }
  .action2-introtext-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .action2-content-container {
    -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;
  }
  .action2-content-wrapper {
    width: 100%;
  }
  .footing-video-wrapper {
    height: auto;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
  }
  .action2-all {
    padding-right: 4%;
    padding-left: 4%;
  }
  .nav-logo {
    margin-bottom: 0px;
  }
  .icon-2 {
    color: #685370;
  }
  .icon-2:hover {
    color: #c6b7cb;
  }
  .nav-hamburger.w--open {
    background-color: transparent;
  }
  .div-block-2 {
    margin-bottom: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .subscribe-section {
    padding-right: 4%;
    padding-left: 4%;
  }
  .subscribe1-text {
    width: 100%;
  }
  .sitenav-link {
    font-size: 30px;
    line-height: 32px;
  }
  .rail1-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }
  .subscribe-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-test-image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  .cta2-content-wrapper {
    max-width: none;
  }
  .cta3-form-container {
    max-width: none;
  }
  .cta-button-give {
    width: 49%;
  }
  .resource-icon {
    max-width: 120px;
    margin-top: 0%;
    margin-bottom: 10px;
  }
  .story-image {
    height: 390px;
  }
  .hero-screen {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 39, 77, 0.29)), color-stop(28%, hsla(0, 0%, 96.7%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), linear-gradient(180deg, rgba(0, 39, 77, 0.29), hsla(0, 0%, 96.7%, 0) 28%);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.7em;
    line-height: 1.2em;
  }
  h3 {
    line-height: 1.3em;
  }
  h5 {
    line-height: 1.5em;
  }
  blockquote {
    font-size: 30px;
    line-height: 36px;
  }
  .footer {
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon-block {
    margin-bottom: 10px;
  }
  .benefits-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .benefits-block {
    margin-bottom: 60px;
    text-align: center;
  }
  .footer-legal {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-logo {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .btn.subscribe {
    margin-left: 0px;
  }
  .btn.rail {
    margin-top: 0px;
  }
  .btn.submit {
    margin-left: 0px;
  }
  .heading-link {
    display: block;
  }
  .header-community {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-message.preference-nav {
    margin-left: 0px;
  }
  .featured-questions-row {
    padding-bottom: 120px;
  }
  .featured-questions-block {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-question-wrapper {
    width: 100%;
  }
  .hslda-promo {
    padding-bottom: 60px;
  }
  .community-wrapper {
    -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;
  }
  .grid1-image {
    height: 320px;
  }
  .nav-logo-2 {
    bottom: 15px;
  }
  .brand {
    top: 30px;
    width: 210px;
  }
  .icon6-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .icon1-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .icon1-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .action2-section {
    box-shadow: none;
  }
  .action2-container {
    padding-right: 4%;
    padding-left: 4%;
    box-shadow: none;
  }
  .action2-content-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .action2-all {
    padding: 0px 0%;
  }
  .action2-all.curve {
    padding-top: 0px;
  }
  .navbar-2 {
    height: 75px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-link-wrapper {
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subscribe1-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rail1-container {
    width: 100vh;
    height: 100vh;
    min-height: 350px;
    min-width: 350px;
  }
  .rail-close-wrapper {
    margin-bottom: 5px;
    margin-left: 40px;
  }
  .rail1-container-animate {
    width: 100vh;
    height: 100vh;
    min-height: 350px;
    min-width: 350px;
  }
  .nav-logo-button-conatiner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-maf-section {
    padding-right: 4%;
    padding-bottom: 175px;
    padding-left: 4%;
  }
  .hero-heading {
    font-size: 4.4em;
  }
  .hero-heading-text {
    margin-top: 100px;
  }
  .cta-section {
    padding: 100px 4%;
  }
  .cta3-other-field {
    font-size: 20px;
  }
  .background-video-2 {
    background-image: url('../jpg/lp-edited-141202_121255_6d_1930.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero2-logo2-wrapper {
    top: 20px;
    display: block;
  }
  .hero2-logo3 {
    top: 20px;
    display: block;
  }
  .cta-button-hero {
    display: none;
  }
  .action2-text-container {
    padding-right: 4%;
    padding-left: 4%;
  }
  .button-mobile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta-button-hero-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1em;
  }
  .lp-curve {
    display: none;
  }
  .lp-curve-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.3em;
    line-height: 1.3em;
  }
  .header {
    margin-bottom: 0px;
    -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;
  }
  .wrapper-medium {
    padding-right: 0px;
    padding-left: 0px;
  }
  .center {
    font-size: 2em;
  }
  .benefits-row {
    margin-right: auto;
    margin-left: auto;
  }
  .benefits-block {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-intro {
    width: 100%;
  }
  .section-intro.body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-legal {
    text-align: center;
  }
  .btn {
    width: 100%;
  }
  .btn.nav {
    width: auto;
    margin-left: 5%;
  }
  .btn.subscribe {
    width: auto;
    margin-left: 5%;
  }
  .btn.rail {
    width: auto;
    margin-left: 5%;
  }
  .btn.submit {
    width: auto;
    margin-left: 5%;
  }
  .btn.top-nav {
    width: auto;
    margin: 5px 5%;
  }
  .btn.lp-cta {
    min-width: 0px;
  }
  .heading-link {
    display: block;
  }
  .header-community {
    margin-bottom: 0px;
    -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;
  }
  .header-logo-purple {
    margin-bottom: 10px;
  }
  .featured-questions-block {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-question-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hslda-promo {
    padding: 60px 20px 0px;
  }
  .body {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid1-image {
    height: 300px;
  }
  .brand {
    width: 170px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .icon1-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .standard1-section {
    padding-bottom: 65px;
  }
  .navbar-2 {
    overflow: hidden;
    height: 90px;
  }
  .rail1-container {
    width: 100vw;
    height: 100vw;
  }
  .rail-close-wrapper {
    margin-bottom: 5px;
    margin-left: 45px;
  }
  .rail1-container-animate {
    width: 100vw;
    height: 100vw;
  }
  .field-wrapper._50 {
    width: 100%;
  }
  .nav-logo-button-conatiner {
    -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;
  }
  .hero-maf-section {
    overflow: hidden;
  }
  .cta3-other-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta3-form-container {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .cta-button-give {
    width: 100%;
    margin-left: 0px;
  }
  .hero2-logo2-wrapper {
    top: 30px;
  }
  .hero2-logo3 {
    top: 30px;
  }
  .cta-button-hero {
    margin-left: 0px;
  }
  .cta-button-test-drive {
    margin-left: 0px;
  }
  .cta-button-hero-mobile {
    margin-left: 0px;
  }
}

@font-face {
  font-family: 'Museosans';
  src: url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-900ITALIC.TTF') format('truetype'), url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-500ITALIC.TTF') format('truetype'), url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-700ITALIC.TTF') format('truetype'), url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-300ITALIC.TTF') format('truetype'), url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-100ITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Museosans 100';
  src: url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-100.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans 900';
  src: url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-900.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans 500';
  src: url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-500.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans 300';
  src: url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-300.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans 700';
  src: url('https://mafus.wpenginepowered.com/wp-content/themes/hello-elementor-child/masterworks/40823/fonts/MUSEOSANS-700.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.wrapper-all {
  -webkit-animation: fadein 540ms ease-in/*cubic-bezier(0.110, 0.485, 0.470, 0.920)*/
  ;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 540ms ease-in/*cubic-bezier(0.110, 0.485, 0.470, 0.920)*/
  ;
  /* Firefox < 16 */
  -ms-animation: fadein 540ms ease-in/*cubic-bezier(0.110, 0.485, 0.470, 0.920)*/
  ;
  /* Internet Explorer */
  -o-animation: fadein 540ms ease-in/*cubic-bezier(0.110, 0.485, 0.470, 0.920)*/
  ;
  /* Opera < 12.1 */
  animation: fadein 540ms ease-in/*cubic-bezier(0.110, 0.485, 0.470, 0.920)*/
  ;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
