:root {
  --_colors---swatches-neutral--white: #fff;
  --_typeface---system-ui-body-text: Inter, sans-serif;
  --_colors---swatches-neutral--black: #000;
  --_typeface---system-ui-headings: halyard-display, sans-serif;
  --_sizes---typography-heading-sizes--h1: 3.5rem;
  --_sizes---typography-heading-sizes--h2: 1.875rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --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: 3rem;
  --_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.375rem;
  --_sizes---paddings--container: 70rem;
  --_colors---swatches-brand--red: #af2129;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-neutral--transparent: #fff0;
  --border: #eee;
  --_colors---swatches-brand--grey: #f8f8f8;
  --_colors---swatches-brand--dark: #000;
  --_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---system-ui-body-text);
  color: var(--_colors---swatches-neutral--black);
  --_sizes---typography-heading-sizes--h1: 3.5rem;
  --_sizes---typography-heading-sizes--h2: 1.875rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 3rem;
  --_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.375rem;
  --_sizes---paddings--container: 70rem;
  --_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---system-ui-headings);
  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---system-ui-headings);
  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---system-ui-headings);
  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---system-ui-headings);
  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---system-ui-headings);
  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---system-ui-headings);
  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---system-ui-body-text);
  margin-bottom: 0;
}

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

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

ol {
  font-family: var(--_typeface---system-ui-body-text);
  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---system-ui-body-text);
  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;
}

@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-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.01em;
}

.text-size-regular.rich_margins p {
  margin-bottom: .5rem;
}

.text-size-large {
  font-family: var(--_typeface---system-ui-body-text);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  letter-spacing: -.02em;
  font-weight: 600;
}

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

.container.full-height {
  height: 100%;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-brand--red);
  font-family: var(--_typeface---system-ui-headings);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  color: #003836;
  background-color: #2ae393;
}

.button.is-nav {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1.0625rem;
}

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

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

.button_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: end stretch;
  display: grid;
}

.button_group.hero_group {
  place-items: end stretch;
  margin-top: .75rem;
}

.padding-section-medium {
  padding-top: var(--_sizes---paddings--md-section);
  padding-bottom: var(--_sizes---paddings--md-section);
}

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

.section.hero {
  min-height: 100svh;
  color: var(--_colors---swatches-neutral--white);
  background-image: linear-gradient(0deg, #0006, #0000004d 25%, #0000000d 35%, #0000), url("https://cdn.prod.website-files.com/69d59e3f99f2c445e8ce6a36/69d5a1b95a27ccd45ac448c9_tw-home.webp");
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  min-height: 70vh;
}

.section.hero {
  min-height: 100svh;
  color: var(--_colors---swatches-neutral--white);
  background-image: linear-gradient(0deg, #0006, #0000004d 25%, #0000000d 35%, #0000), url("https://cdn.prod.website-files.com/69d59e3f99f2c445e8ce6a36/69d5a1b95a27ccd45ac448c9_tw-home.webp");
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  min-height: 70vh;
}

.section.hero.about_hero {
  background-image: linear-gradient(0deg, #0006, #0000004d 25%, #0000000d 35%, #0000), url("https://cdn.prod.website-files.com/69d59e3f99f2c445e8ce6a36/69d5a1b96d79ab7b9ffa146f_tws-about.webp");
}

.section.hero.contact_hero {
  background-image: linear-gradient(0deg, #0006, #0000004d 25%, #0000000d 35%, #0000), url("https://cdn.prod.website-files.com/69d59e3f99f2c445e8ce6a36/69d5a1b93644585d3070a682_tws-contact.webp");
}

.section.hero.get-involved_hero {
  background-image: linear-gradient(0deg, #0006, #0000004d 25%, #0000000d 35%, #0000), url("https://cdn.prod.website-files.com/69d59e3f99f2c445e8ce6a36/69d5a1b92283e40c0f8b0370_tws-get-involved.webp");
}

.section.hero.issues_hero {
  background-image: linear-gradient(0deg, #0006, #0000004d 25%, #0000000d 35%, #0000), url("https://cdn.prod.website-files.com/69d59e3f99f2c445e8ce6a36/69d5a1b9c5e1bd1833b59d0d_tws-issues.webp");
  background-position: 0 0, 0 0;
}

.section.hero.home_hero {
  background-position: 0 0, 50% 0;
}

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

.section.is-grey-bg {
  background-color: #f8f8f8;
}

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

.nav_menu {
  flex: 1;
}

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

.navigation {
  z-index: 999;
  background-color: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.container-large {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

.top-nav_logo {
  height: 5rem;
}

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

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

.nav_brand {
  padding: 0;
}

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

.nav_link {
  font-family: var(--_typeface---system-ui-headings);
  font-size: 1.125rem;
  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: 6rem;
  display: flex;
  position: relative;
}

.padding-section-hero {
  height: 100%;
  padding-top: 30rem;
  padding-bottom: var(--_sizes---paddings--md-section);
}

.hero_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 100%;
  color: var(--_colors---swatches-neutral--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.heading {
  letter-spacing: -.01em;
  font-weight: 500;
}

.padding-section-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph {
  font-family: var(--_typeface---system-ui-headings);
  letter-spacing: -.01em;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  margin-right: auto;
  display: flex;
}

.text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.rich_text {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.01em;
}

.rich_text h2 {
  font-family: var(--_typeface---system-ui-headings);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  letter-spacing: -.01em;
  margin-bottom: .75rem;
  font-weight: 600;
}

.rich_text p {
  margin-bottom: .75rem;
}

.image {
  object-fit: cover;
  width: 100%;
  max-height: 40rem;
}

.footer_text {
  font-family: var(--_typeface---system-ui-body-text);
  letter-spacing: -.01em;
  font-size: 1rem;
  font-weight: 700;
}

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

.link {
  color: #fffc;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.75rem;
    --_sizes---typography-heading-sizes--h2: 1.75rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_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.0625rem;
    --_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: 70rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .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 {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    letter-spacing: -.01em;
  }

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

  .button {
    font-size: 1.0625rem;
  }

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

  .section.hero.get-involved_hero {
    background-position: 0 0, 0 0;
  }

  .section.hero.home_hero {
    background-position: 0 0, 20% 0;
  }

  .section.hero.issues_hero {
    background-position: 0 0, 50% 0;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .show-tablet {
    display: block;
  }

  .top-nav_logo {
    height: 3rem;
  }

  .nav_wrapper {
    height: 4.5rem;
  }

  .padding-section-hero {
    padding-top: 24rem;
  }

  .grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
  }

  .paragraph {
    font-size: 1.625rem;
  }

  .text {
    padding-top: 1rem;
  }

  .issues_grid {
    grid-column-gap: 2.5rem;
    max-width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.25rem;
    --_sizes---typography-heading-sizes--h2: 1.625rem;
    --_sizes---typography-heading-sizes--h3: 1.75rem;
    --_sizes---typography-heading-sizes--h4: 1.25rem;
    --_sizes---typography-heading-sizes--h5: 1.125rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---typography-text-sizes--rg-text: .9375rem;
    --_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.125rem;
    --_sizes---paddings--container: 70rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .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 {
    font-size: 1rem;
  }

  .section.hero.get-involved_hero, .section.hero.home_hero, .section.hero.issues_hero {
    background-position: 0 0, 50% 0;
  }

  .section.hero {
    min-height: 0;
  }

  .section.hero.get-involved_hero, .section.hero.home_hero, .section.hero.issues_hero {
    background-position: 0 0, 50% 0;
  }

  .section.hero.about_hero {
    background-position: 0 0, 0 0;
  }

  .section.hero.get-involved_hero, .section.hero.home_hero, .section.hero.issues_hero {
    background-position: 0 0, 50% 0;
  }

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

  .nav_menu {
    padding-top: 2rem;
    padding-right: var(--_sizes---paddings--padding-global);
    padding-bottom: 2rem;
    padding-left: var(--_sizes---paddings--padding-global);
    background-color: #fff;
    height: calc(100vh - 5rem);
  }

  .nav-menu_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .top-nav_logo {
    height: 2.5rem;
  }

  .nav-menu_button {
    padding: .875rem;
  }

  .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-menu_list-item.has-button {
    margin-left: 0;
  }

  .nav_link {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav_link.bottom_link {
    border: 1px #000;
  }

  .nav_wrapper {
    height: 3rem;
    padding-right: var(--_sizes---paddings--padding-global);
    padding-left: var(--_sizes---paddings--padding-global);
    justify-content: space-between;
  }

  .padding-section-hero {
    padding-top: 18rem;
  }

  .padding-section-footer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .paragraph {
    font-size: 1.5rem;
  }

  .text {
    padding-top: 0;
  }

  .rich_text h2 {
    font-size: var(--_sizes---typography-heading-sizes--h2);
  }

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

  .image {
    max-width: 14rem;
    max-height: 24rem;
  }

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

  .issues_img {
    max-width: 23rem;
    height: 12rem;
  }

  .input {
    height: 2.5rem;
  }

  .form_group {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .form_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.25rem;
  }

  .label, .footer_text {
    font-size: .875rem;
  }

  .div-block-3 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .hero_heading {
    font-size: 2.5rem;
  }

  .section.hero.about_hero {
    background-position: 0 0, 30% 0;
  }

  .section.hero.issues_hero, .section.hero.about_hero {
    background-position: 0 0, 30% 0;
  }

  .section.hero.issues_hero, .section.hero.about_hero {
    background-position: 0 0, 30% 0;
  }

  .section.hero.contact_hero {
    background-position: 0 0, 50% 0;
  }

  .section.hero.home_hero {
    background-position: 0 0, 58% 10%;
  }

  .section.hero.issues_hero {
    background-position: 0 0, 30% 0;
  }

  .padding-section-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph {
    font-size: 1.25rem;
  }

  .issues_img._1 {
    height: 12rem;
  }

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

  .footer_text {
    letter-spacing: -.02em;
    font-size: .75rem;
  }
}
