:root {
  --_colors---swatches-neutral--white: #fff;
  --_typeface---body-text-poppins: Poppins, sans-serif;
  --_colors---swatches-neutral--black: #000;
  --_typeface---headings-poppins: Poppins, sans-serif;
  --_sizes---typography-heading-sizes--h1: 6rem;
  --_sizes---typography-heading-sizes--h2: 4.25rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.25rem;
  --_sizes---typography-heading-sizes--h6: 1.125rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 3.75rem;
  --_sizes---paddings--sm-section: 4rem;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 84rem;
  --_colors---swatches-brand--light-green: #c5cebf;
  --_colors---swatches-brand--mid-black: #111;
  --_colors---swatches-brand--white-2: #f0f0f0;
  --_colors---swatches-brand--dark-green: #5e6d55;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-neutral--transparent: #fff0;
  --_typeface---ivypresto-display: ivypresto-display, sans-serif;
  --_colors---swatches-brand--dark-grey: #484848;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
}

body {
  background-color: var(--_colors---swatches-neutral--white);
  font-family: var(--_typeface---body-text-poppins);
  color: var(--_colors---swatches-neutral--black);
  --_sizes---typography-heading-sizes--h1: 6rem;
  --_sizes---typography-heading-sizes--h2: 4.25rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.25rem;
  --_sizes---typography-heading-sizes--h6: 1.125rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 3.75rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 84rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---headings-poppins);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---headings-poppins);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typeface---headings-poppins);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typeface---headings-poppins);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typeface---headings-poppins);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typeface---headings-poppins);
  font-size: var(--_sizes---typography-heading-sizes--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typeface---body-text-poppins);
  margin-bottom: 0;
}

a {
  font-family: var(--_typeface---body-text-poppins);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  font-family: var(--_typeface---body-text-poppins);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  min-height: 1px;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  font-family: var(--_typeface---body-text-poppins);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.code-embed_component {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3 {
  font-size: var(--_sizes---typography-heading-sizes--h3);
  text-transform: uppercase;
  font-weight: 500;
  line-height: .89;
}

.padding-section-small {
  padding-top: var(--_sizes---paddings--sm-section);
  padding-bottom: var(--_sizes---paddings--sm-section);
}

.text-color-white {
  color: var(--_colors---swatches-neutral--white);
}

.text-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 300;
}

.text-size-small {
  font-size: var(--_sizes---typography-text-sizes--sm-text);
}

.heading-style-h2 {
  font-size: var(--_sizes---typography-heading-sizes--h2);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.111;
}

.container {
  max-width: var(--_sizes---paddings--container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  background-color: #ffffff4d;
  border: 1px solid #ffffff1a;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.button:hover {
  transform: scale(1.05);
}

.button.is-text {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #fff0;
  border-width: 0;
  padding: 0;
  text-decoration: underline;
}

.button.is-text.is-green {
  color: var(--_colors---swatches-brand--dark-green);
}

.button.is-icon {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  background-color: var(--_colors---swatches-brand--light-green);
  color: var(--_colors---swatches-brand--mid-black);
  padding: .125rem .125rem .125rem 1rem;
}

.button.is-icon.is-bg-white {
  background-color: var(--_colors---swatches-neutral--white);
}

.button.is-icon.is-bg-white-2 {
  background-color: var(--_colors---swatches-brand--white-2);
}

.button.is-form-btn {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  background-color: var(--_colors---swatches-brand--white-2);
  color: var(--_colors---swatches-brand--mid-black);
  background-image: url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/69861285fa7e1e0bbc8d98d0_CaretDown%20(3).svg");
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: .5rem 3.0625rem .5rem 1rem;
  line-height: 1.4;
}

.button.is-subscribe-btn {
  background-color: var(--_colors---swatches-brand--dark-green);
  background-image: url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/6986163a321ba5c2f8aba58d_arrow.svg");
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1.25rem;
  padding-right: 2.25rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.button-group.is-middle {
  justify-content: center;
  align-items: center;
}

.section {
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section.help_section {
  padding: .25rem .75rem;
}

.section.personal_section {
  padding: 1.5rem .75rem;
}

.section.steps_section, .section.annual_section {
  background-color: var(--_colors---swatches-brand--white-2);
}

.section.trust_section {
  background-color: var(--_colors---swatches-brand--white-2);
  padding: .25rem .75rem 3rem;
}

.section.contact_section {
  background-color: var(--_colors---swatches-brand--white-2);
}

.section.cta02_section {
  border-bottom: 1px solid #1113;
  padding-bottom: 3rem;
}

.section.decks_section {
  background-color: var(--_colors---swatches-brand--white-2);
}

.section.hero_section {
  padding: .875rem;
}

.section.cta_section {
  background-color: var(--_colors---swatches-brand--light-green);
}

.page-code-embed {
  pointer-events: none;
  cursor: none;
  display: none;
}

.btn-icon {
  background-color: var(--_colors---swatches-brand--dark-green);
  color: var(--_colors---swatches-neutral--white);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: .6875rem .875rem;
  display: flex;
}

.text-color-dark-green {
  color: var(--_colors---swatches-brand--dark-green);
}

.navigation {
  z-index: 999;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu_list-centered {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.top-nav_logo {
  width: 100%;
  height: 100%;
}

.nav-menu_button {
  z-index: 2;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.nav_brand {
  padding: 0;
}

.nav_brand.nav-absolute-left {
  z-index: 2;
  z-index: 2;
  width: 6.55563rem;
  height: 6rem;
  position: absolute;
  left: 0;
}

.nav-menu_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
}

.nav-menu_list-item.nav-absolute-right {
  position: absolute;
  right: 0;
}

.nav-menu_list-item.nav-absolute-right.is-bottom {
  display: none;
}

.nav_link {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 300;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 7.75rem;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.nav_menu-centered {
  z-index: 1;
  flex: 1;
}

.dav-dropdown-toggle {
  z-index: 2;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  padding: 0 1.25rem 0 0;
  font-weight: 300;
}

.nav-dropdown-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -.3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-dropdown {
  padding: 0;
}

.nav-dropdown_links {
  color: var(--_colors---swatches-brand--mid-black);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  margin-bottom: .5rem;
  padding: 0;
  font-weight: 300;
}

.nav-dropdown_links.w--current {
  color: var(--_colors---swatches-brand--dark-green);
}

.nav-dropdown_links.margin-removed {
  margin-bottom: 0;
}

.nav-dropdown-navigation.w--open {
  background-color: var(--_colors---swatches-neutral--white);
  border-radius: .25rem;
  padding: 2.875rem .875rem .625rem;
  top: -.5rem;
  left: -11%;
  box-shadow: 0 .1875rem .5rem .125rem #0000003d;
}

.nav_bg {
  background-color: var(--_colors---swatches-brand--dark-green);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-rating-flex {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rating-flex {
  display: flex;
}

.star {
  color: var(--_colors---swatches-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.text-style-ivy {
  font-family: var(--_typeface---ivypresto-display);
  font-style: italic;
  font-weight: 400;
}

.hero-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.form-main-wrapper {
  width: 100%;
  max-width: 47.625rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.form_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fields-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.label-style {
  color: var(--_colors---swatches-brand--dark-green);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
}

.field-style {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---swatches-brand--dark-green);
  color: #111c;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  height: 2.5rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .875rem .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.field-style::placeholder {
  color: #111c;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.radio-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.radio-group {
  color: var(--_colors---swatches-brand--mid-black);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.radio-input {
  border: 1px solid var(--_colors---swatches-brand--dark-green);
  border-radius: 99rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-right: .5rem;
}

.radio-input.w--redirected-checked {
  border-width: 5px;
  border-color: var(--_colors---swatches-neutral--white);
  background-color: var(--_colors---swatches-brand--dark-green);
  box-shadow: 0 0 0 2px #5e6d55;
}

.opacity-80 {
  opacity: .8;
}

.required-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form-text {
  opacity: .7;
  color: var(--_colors---swatches-brand--dark-green);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.02em;
  font-weight: 400;
  line-height: 1.4;
}

.cta-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cta-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 46.5625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-form {
  background-color: var(--_colors---swatches-neutral--white);
  border-radius: 99rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 34.875rem;
  margin-left: auto;
  margin-right: auto;
  padding: .125rem .125rem .125rem 1.4375rem;
  display: flex;
}

.subscribe-field {
  color: #111c;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.subscribe-field::placeholder {
  color: #111c;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.subscribe-form-block {
  margin-bottom: 0;
}

.footer-padding {
  padding-top: 5rem;
  padding-bottom: 0;
}

.footer_flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 82rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_flex-column-left {
  grid-template-rows: auto;
  grid-template-columns: 25.3571% 17.0238% 34.0476%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 64.0244%;
  display: grid;
}

.footer_flex-column-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 35.9756%;
  display: flex;
}

.footer-brand {
  width: 6.82875rem;
  height: 6.25rem;
}

.footer-logo {
  width: 100%;
  height: 100%;
}

.footer-text {
  width: 100%;
  max-width: 25.5rem;
}

.footer-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.footer_links {
  opacity: .8;
  color: var(--_colors---swatches-brand--dark-green);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_links:hover {
  opacity: 1;
}

.footer-menu-heading {
  color: var(--_colors---swatches-brand--dark-green);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-transform: uppercase;
  font-weight: 600;
}

.footer-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.footer_link-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .8;
  color: var(--_colors---swatches-brand--dark-green);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.footer_link-flex:hover {
  opacity: 1;
}

.footer-link-text {
  width: 100%;
}

.footer-bottom_flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  display: flex;
}

.copyright_flex {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #5e6d55;
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  font-weight: 300;
  text-decoration: none;
}

.copyright-link {
  opacity: .8;
  color: var(--_colors---swatches-brand--dark-green);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

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

.footer-bottom_links {
  opacity: .6;
  color: var(--_colors---swatches-brand--dark-green);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-bottom_links:hover {
  opacity: 1;
}

.about-hero-title-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 54.7619% 19.4196%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  max-width: 100%;
  margin-top: 8rem;
  margin-bottom: 2.125rem;
  display: grid;
}

.about-hero-content-wrapper {
  grid-column-gap: 6.125rem;
  grid-row-gap: 6.125rem;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100%;
  padding-top: 14.625rem;
  padding-bottom: 2rem;
  display: flex;
}

.careers-hero-inner-main {
  background-image: linear-gradient(#00000080, #0000 25% 71%, #00000080), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/69870d00cecb8bbacfb99194_careers%20bg.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 97.5svh;
  display: flex;
}

.careers-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.careers-title {
  width: 100%;
  max-width: 31.25rem;
}

.careers-content-inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-padding {
  padding-top: 1.5rem;
  padding-bottom: 4.5rem;
}

.select-field-style {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---swatches-brand--dark-green);
  background-color: var(--_colors---swatches-neutral--transparent);
  color: #111c;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  background-image: url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/69870f202780fca60c64650e_8f68168e03e8cf45ac080ff52f488483_down%20arrow%20(5).svg");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 2.5rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: 0 .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.select-field-style::placeholder {
  color: #111c;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.success-state-inner-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.success-heading {
  color: var(--_colors---swatches-brand--dark-green);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

.success-state-main {
  background-color: var(--_colors---swatches-neutral--transparent);
  padding: 0;
}

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

.scroll-link {
  position: absolute;
  inset: -5.9rem 0% auto;
}

.rating-text {
  color: var(--_colors---swatches-brand--white-2);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 4.5rem;
    --_sizes---typography-heading-sizes--h2: 3.25rem;
    --_sizes---typography-heading-sizes--h3: 2.5rem;
    --_sizes---typography-heading-sizes--h4: 1.5rem;
    --_sizes---typography-heading-sizes--h5: 1.25rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--padding-global: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--container: 84rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .tablet-hidden {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .show-tablet {
    display: block;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu_list-centered {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .nav-menu_button {
    filter: invert();
    margin-left: auto;
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: var(--_colors---swatches-neutral--transparent);
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    background-color: #0000;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -50%;
  }

  .nav_brand.nav-absolute-left {
    left: 2rem;
  }

  .nav-menu_list-item {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-menu_list-item.nav-absolute-right {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    position: static;
    inset: auto 0% 0% auto;
  }

  .nav-menu_list-item.nav-absolute-right.is-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: auto;
    display: flex;
  }

  .nav_link {
    font-size: 1.75rem;
  }

  .nav_wrapper {
    height: 9.6rem;
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav_menu-centered {
    background-color: var(--_colors---swatches-brand--dark-green);
    height: 100svh;
    padding: 2rem 2rem 12rem;
  }

  .dav-dropdown-toggle {
    width: auto;
    padding-right: 1.6rem;
    font-size: 1.75rem;
  }

  .nav-dropdown-icon {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: .7rem;
    display: flex;
  }

  .nav-dropdown {
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .nav-dropdown_links {
    color: var(--_colors---swatches-neutral--white);
    font-size: var(--_sizes---typography-text-sizes--md-text);
  }

  .nav-dropdown-navigation {
    background-color: var(--_colors---swatches-neutral--transparent);
    margin-top: 1rem;
    position: absolute;
  }

  .nav-dropdown-navigation.w--open {
    background-color: var(--_colors---swatches-neutral--transparent);
    box-shadow: none;
    margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    left: 0%;
  }

  .nav_bg {
    display: block;
  }

  .hero-inner-main {
    background-image: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .hero-content-wrapper {
    justify-content: space-between;
  }

  .agency_grid.is-2column {
    max-width: 42rem;
  }

  .helping-image {
    height: 100%;
  }

  .helping_grid-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .helping-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .help-banner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .help_grid {
    grid-template-columns: 59.0774% 31%;
  }

  .footer-padding {
    padding-top: 4rem;
  }

  .footer_flex {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 1rem;
  }

  .footer_flex-column-left {
    grid-template-columns: 25.3571% 22% 34.0476%;
    width: 100%;
  }

  .footer_flex-column-right {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    max-width: 100%;
  }

  .slider-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .splide__slide.insurance_slide {
    aspect-ratio: auto;
    aspect-ratio: auto;
  }

  .custom-arrows {
    margin-left: 2.5rem;
  }

  .pagination {
    flex-flow: row;
    bottom: 4rem;
  }

  .health-slide-content {
    padding-left: 2.5rem;
  }

  .about-hero-inner-main {
    background-position: 0 0, 46%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .about-hero-title-wrapper {
    grid-template-columns: 61% 32.5%;
  }

  .about-hero-content-wrapper {
    justify-content: space-between;
  }

  .about_grid {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .about_grid.remove-space {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .about_grid.remove-top-margin {
    margin-top: 0;
  }

  .about-image {
    height: 100%;
  }

  .about-title.is-align, .about-title.is-more-align, .about-title.is-align-bottom, .about-title.first, .about-title.is-align, .about-title.is-more-align, .about-title.is-align-bottom, .about-title.first {
    margin-bottom: 1.5rem;
  }

  .personal-main-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .personal-title {
    max-width: 40rem;
  }

  .health-hero-inner-main {
    background-position: 0 0, 46%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .steps_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .annual-image {
    height: 100%;
  }

  .trust-main-wrapper {
    object-fit: cover;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .disclaimer-main, .insurance-title {
    max-width: 40rem;
  }

  .insurance-custom-arrows {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .trust_grid {
    grid-template-columns: 59.0774% 30%;
  }

  .careers-hero-inner-main {
    background-position: 0 0, 71%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .careers-title {
    max-width: 28rem;
  }

  .contact-hero-inner-main {
    background-position: 0 0, 71%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .contact_grid-image {
    height: 100%;
  }

  .help-hero-inner-main {
    background-position: 0 0, 71%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .needs-tabs-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .needs_grid-image {
    height: 100%;
  }

  .need_grid {
    grid-template-columns: 59.0774% 33%;
  }

  .needs-banner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .agent-hero-inner-main {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .training_collection-list, .guides_collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .document-card {
    height: 100%;
  }

  .cta-main-wrapper {
    background-image: linear-gradient(101deg, #0006, #0000 61%), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698998c95a8c032875bef453_cat%20bg%20(2).webp");
    background-position: 0 0, 0 0, 94%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .training-hero-inner-main, .document-hero-inner-main {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .filters_collection-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
  }

  .decks-custom-arrows {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .slider-image {
    height: 100%;
  }

  .slider-card-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .decks-hero-inner-main {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .decks-collection_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .policy-hero-title-wrapper {
    grid-template-columns: 61% 32.5%;
  }

  .decks-tabs {
    margin-top: 0;
  }

  .decks-tabs-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-pagination {
    left: 1.25rem;
  }

  .hero-slider-image._01 {
    object-position: 80% 50%;
  }

  .hero-slider-image._03 {
    object-position: 75% 50%;
  }

  .hero-slider-image._04 {
    object-position: 70% 50%;
  }

  .slide-bg._02 {
    background-image: linear-gradient(99deg, #00000047, #fff0), linear-gradient(#00000047, #00000047), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698b6ae17b98aa9439edfa19_bg%20slider%20images%20(2).webp");
    background-position: 0 0, 0 0, 100%;
  }

  .document-inner-card-heading {
    width: 100%;
  }

  .nav-link {
    color: var(--_colors---swatches-brand--light-green);
    font-size: var(--_sizes---typography-text-sizes--rg-text);
    font-weight: 300;
    text-decoration: none;
  }

  .how-hero-title-wrapper {
    grid-template-columns: 61% 32.5%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.5rem;
    --_sizes---typography-heading-sizes--h2: 2.25rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.25rem;
    --_sizes---typography-heading-sizes--h5: 1.25rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--padding-global: 1rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--container: 84rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .mobile-hidden {
    display: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .button-group.is-right {
    justify-content: flex-start;
    align-items: center;
  }

  .button-group.is-middle.is-align-right {
    justify-content: flex-end;
    align-items: center;
  }

  .section.hero_section {
    padding: .75rem;
  }

  .text-style-tagline {
    white-space: normal;
  }

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    margin-top: 4rem;
    font-size: .9375em;
  }

  .policy_rich-text p {
    font-size: .9375rem;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu_list-centered {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-menu_button {
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: #0000;
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav_brand.nav-absolute-left {
    width: 5rem;
    height: 4.5rem;
    position: relative;
    left: 1rem;
  }

  .nav_brand.nav-absolute-left.w--current {
    left: .5rem;
  }

  .nav-menu_list-item.nav-absolute-right {
    position: relative;
  }

  .nav_wrapper {
    justify-content: space-between;
    height: 7rem;
    padding-left: 1rem;
    padding-right: 1.25rem;
  }

  .nav_menu-centered {
    height: 100svh;
    padding: 2rem 1rem 9rem;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown_links {
    font-size: var(--_sizes---typography-text-sizes--rg-text);
  }

  .nav-dropdown_links.w--current {
    color: var(--_colors---swatches-brand--white-2);
  }

  .nav-dropdown-navigation {
    margin-top: 1rem;
  }

  .nav-dropdown-navigation.w--open {
    margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-inner-main {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .helping_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .helping-image {
    order: 9999;
  }

  .help_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .help_grid-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .help-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .help-banner-tags {
    flex-flow: column;
  }

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

  .subscribe-form {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .subscribe-field {
    background-color: var(--_colors---swatches-neutral--transparent);
  }

  .footer_flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_flex-column-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .footer_flex-column-right {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-bottom_flex {
    flex-flow: wrap;
  }

  .slider-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .splide__slide.health_slide {
    min-height: 30rem;
  }

  .splide__slide.insurance_slide {
    aspect-ratio: auto;
  }

  .custom-arrows {
    margin-left: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .pagination {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    bottom: 4rem;
    right: 1.25rem;
  }

  .health-slide-content {
    padding-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-hero-inner-main {
    background-image: linear-gradient(#0000, #0009), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698c3776cc2ad381285cdb70_about%20bg%20mobile.webp");
    background-position: 0 0, 47%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-hero-title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .about_grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 46.6667% 46.6667%;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .about_grid.remove-top-margin {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .about-image {
    order: 9999;
  }

  .about-title.is-align, .about-title.is-more-align, .about-title.is-align-bottom, .about-title.first, .about-title.is-align, .about-title.is-more-align, .about-title.is-align-bottom, .about-title.first {
    margin-bottom: 0;
  }

  .personal-main-wrapper {
    background-image: linear-gradient(#0006, #0000 35%, #0006), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698c37ec1a569171a99d2e75_about%20banner%20bg%20mobile.webp");
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .personal-title {
    max-width: 30rem;
  }

  .tags-flex {
    flex-flow: column;
    align-items: stretch;
  }

  .health-hero-inner-main {
    background-position: 0 0, 47%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .steps_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .annual_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .annual-image {
    order: -9999;
  }

  .trust_grid-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .insurance-title {
    max-width: 30rem;
  }

  .insurance-custom-arrows {
    margin-top: 3rem;
  }

  .trust_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .careers-hero-inner-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .careers-title {
    max-width: 22rem;
  }

  .contact-hero-inner-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .help-hero-inner-main {
    background-image: linear-gradient(#00000096, #0000 40%, #00000096), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698c43ad134d08f7f8c176fc_how%20help%20bg%20mobile.webp");
    background-position: 0 0, 71%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .needs-tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .needs-tabs-pane {
    padding-top: 0;
  }

  .needs-tabs_link {
    text-align: center;
    min-width: 29%;
  }

  .needs-tabs_link.w--current {
    min-width: auto;
  }

  .needs_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .needs_grid-image {
    order: -9999;
  }

  .need_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .needs-banner {
    background-image: linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/69871cd37f0974a161665e9e_needs%20%20banner%20bg.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .form-search.is-search {
    max-width: 15.6rem;
  }

  .agent-hero-inner-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .training-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .training_collection-list {
    flex-flow: column;
    display: flex;
  }

  .guides-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2rem;
  }

  .guides_collection-list {
    flex-flow: column;
    display: flex;
  }

  .cta-main-wrapper {
    background-image: linear-gradient(101deg, #0006, #0000 61%), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698998c95a8c032875bef453_cat%20bg%20(2).webp");
    background-position: 0 0, 0 0, 85%;
  }

  .training-hero-inner-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .document-hero-inner-main {
    background-image: linear-gradient(97deg, #0003 18%, #0000 42%), linear-gradient(#00000080, #0000 0% 0%, #00000080 93%), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/6989a1aac06fc2d192a5a468_docuument%20bg.webp");
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .document-pagination {
    margin-top: 3rem;
  }

  .filters-form-block {
    overflow: auto;
  }

  .filter-form {
    min-width: 50.2rem;
  }

  .decks-custom-arrows {
    margin-top: 2rem;
    margin-bottom: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .decks-hero-inner-main {
    background-image: linear-gradient(#00000080, #0000 0% 0%, #00000080 86%), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/6989c5a35b7a3c2eb3727a29_decks%20bg.webp");
    background-position: 0 0, 65% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .decks-collection_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .policy-hero-title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .decks-tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .decks-tabs-pane {
    padding-top: 0;
  }

  .custom-pagination {
    left: 1.25rem;
  }

  .hero-slider-image._01 {
    object-position: 75% 50%;
    object-position: 75% 50%;
  }

  .slide-bg {
    background-image: linear-gradient(99deg, #00000047, #fff0), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/69861dc2ab48205910248b04_slider%20bg%20image.webp");
    background-position: 0 0, 0 0, 65%;
  }

  .slide-bg._02 {
    background-image: linear-gradient(99deg, #00000047, #fff0), linear-gradient(#00000047, #00000047), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698b6ae17b98aa9439edfa19_bg%20slider%20images%20(2).webp");
    background-position: 0 0, 0 0, 75%;
  }

  .slide-bg._03 {
    background-image: linear-gradient(99deg, #00000047, #fff0), linear-gradient(#00000047, #00000047), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698b6ae13d1d83f8c7b69f0c_bg%20slider%20images%20(1).webp");
    background-position: 0 0, 0 0, 70%;
  }

  .document-card-main {
    width: 100%;
  }

  .nav-link {
    font-size: var(--_sizes---typography-text-sizes--sm-text);
  }

  .how-hero-title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .rating-text {
    font-size: var(--_sizes---typography-text-sizes--xs-text);
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .nav-menu_list-centered, .nav-menu_list-item.nav-absolute-right.is-bottom, .nav-menu_list-item.nav-absolute-right.is-bottom, .nav-menu_list-item.nav-absolute-right.is-bottom {
    text-align: left;
  }

  .nav_link, .dav-dropdown-toggle {
    font-size: 1.25rem;
  }

  .dav-dropdown-toggle.w--open {
    width: 100%;
  }

  .hero-inner-main {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    justify-content: flex-end;
    align-items: stretch;
  }

  .hero-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .star {
    width: 1rem;
    height: 1rem;
  }

  .subscribe-form {
    border-radius: .5rem .5rem 1.7rem 1.7rem;
    flex-flow: column;
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .subscribe-field {
    text-align: center;
  }

  .footer-bottom_flex {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .copyright_flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom_links {
    order: -9999;
  }

  .splide__slide.health_slide {
    min-height: 40rem;
  }

  .splide__slide.all-slide {
    aspect-ratio: auto;
  }

  .custom-arrows {
    padding-bottom: 3rem;
  }

  .pagination {
    justify-content: flex-start;
    align-items: flex-end;
    bottom: 4rem;
    right: 1.25rem;
  }

  .health-slide-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
  }

  .slide-heading {
    font-size: 1.6rem;
  }

  .about-hero-inner-main {
    background-position: 0 0, 46%;
  }

  .about-hero-content-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: space-between;
    padding-top: 5rem;
  }

  .about-title.is-more-align {
    margin-bottom: 0;
  }

  .eyebrow-flex {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .eyebrow {
    font-size: var(--_sizes---typography-text-sizes--xs-text);
  }

  .personal-main-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .health-hero-inner-main {
    background-position: 0 0, 46%;
  }

  .trust-main-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .insurance-title {
    margin-bottom: 1rem;
  }

  .insurance-slider-main {
    position: relative;
  }

  .insurance-custom-arrows {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 1rem;
    position: static;
    top: -30%;
    left: 2.3rem;
    right: auto;
  }

  .help-hero-inner-main {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .needs-tabs_link {
    min-width: 53%;
  }

  .needs-tabs_link.help-page {
    font-size: var(--_sizes---typography-text-sizes--rg-text);
    text-align: center;
    font-size: var(--_sizes---typography-text-sizes--rg-text);
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: 75%;
  }

  .needs-banner {
    background-image: linear-gradient(#0000004f, #0000004f), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698c8cf330bcf7abaaa3450b_how%20help%20banner%20mobile.webp");
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .cta-main-wrapper {
    background-image: linear-gradient(101deg, #0006, #0000 61%), linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/698998c95a8c032875bef453_cat%20bg%20(2).webp");
    background-position: 0 0, 0 0, 75%;
  }

  .decks-custom-arrows {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto 0% 0%;
  }

  .slider-image {
    object-fit: cover;
    height: 10.5rem;
  }

  .decks-collection_list {
    grid-row-gap: 1rem;
  }

  .hero-slider-image._01 {
    object-position: 70% 50%;
    object-position: 70% 50%;
  }

  .slide-bg {
    background-image: linear-gradient(99deg, #00000047, #fff0), linear-gradient(#00000047, #00000047), url("https://cdn.prod.website-files.com/69859921985de77bfd81e2b2/69861dc2ab48205910248b04_slider%20bg%20image.webp");
    background-position: 0 0, 0 0, 65%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .document-inner-card-heading {
    width: 100%;
  }

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