:root {
  --navy: #2f3c4f;
  --magenta-70: #db144d;
  --orange-70: #c73d0d;
  --green-70: #3d7a54;
  --white: #fff;
  --magenta-30: #ed386b;
  --yellow: #fafaa0;
  --orange-50: #f05926;
  --green-50: #479161;
  --gray-light: #f1f1ed;
  --gray: #cacdcd;
  --default: 1rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  color: var(--navy);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 101px;
  font-weight: 700;
  line-height: 1;
}

.body {
  color: #fff;
  background-color: #3d7a54;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
}

.header_container {
  flex-flow: column;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
}

.delighter_circle {
  background-image: url('../images/circle-01.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 356px;
  display: none;
  position: fixed;
  inset: 0% 0 auto;
}

.header_logo {
  text-align: right;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  overflow: visible;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: block;
  position: relative;
}

.container.big {
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container.fullwidth {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px #0003;
  margin-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.italic-text {
  text-shadow: 0 4px 4px #00000040;
  mix-blend-mode: normal;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
}

.body_content {
  text-align: center;
  margin-bottom: 60px;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  display: flex;
}

.divider {
  height: 30px;
  margin-bottom: 0;
}

.email {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: row;
  place-content: flex-start;
  align-items: stretch;
  width: 600px;
  min-width: auto;
  max-width: none;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 4px 4px 8px;
  display: flex;
  position: static;
}

.form-block {
  width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.text-field {
  box-sizing: border-box;
  outline-offset: 0px;
  pointer-events: auto;
  color: #2f3c4f;
  white-space: nowrap;
  object-fit: fill;
  border: 0 solid #000;
  border-radius: 0;
  outline: 0 #fff;
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  margin-right: 8px;
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
  line-height: 0;
  overflow: visible;
}

.text-field::placeholder {
  color: #a5a5a5;
  font-weight: 400;
}

.form-button {
  color: #fafaa0;
  white-space: nowrap;
  background-color: #3d7a54;
  border-radius: 4px;
  width: auto;
  padding: 20px 24px;
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 10px;
  transition: background-color .2s;
}

.form-button:hover, .form-button:focus {
  background-color: #479161;
}

.text-block {
  color: #fff;
  text-align: center;
  max-width: 600px;
  font-family: myriad-pro, sans-serif;
}

.footer {
  background-image: linear-gradient(#3d7a54, #3d7a54);
  border-top: 1px solid #479161;
  padding: 16px 270px;
}

.footer-content {
  flex-flow: column;
  align-items: center;
  font-size: 13.51px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  max-width: 600px;
  font-family: myriad-pro, sans-serif;
}

.va-logo-footer {
  width: 262.28px;
  margin-bottom: 20px;
}

.footer-links {
  align-items: baseline;
  margin-top: 20px;
  display: flex;
}

.link {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.link.footer-link, .text-block-3 {
  font-family: myriad-pro, sans-serif;
}

.text-block-4 {
  color: #fff;
  text-shadow: 0 4px 4px #0003;
  font-family: myriad-pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.success-message {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.error-message {
  background-color: #db144d;
  width: auto;
  max-width: 440px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 6px;
}

.text-block-5 {
  color: #fafaa0;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
}

.italic-text-2 {
  color: #fff;
  font-size: 18px;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.splash_hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.splash-lead {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px #0003;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 75.78px;
  font-weight: 600;
  line-height: 110%;
}

.splash_intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.name_title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 4px 4px #0003;
  white-space: normal;
  word-break: normal;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: quotes-script, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
}

.veteran_heading {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.veteran_rank {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  margin-top: 24px;
  font-family: myriad-pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.veteran_info_paragraph {
  color: #fff;
  margin-top: 28px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}

.veteran_content {
  flex-flow: column;
  flex: none;
  width: 50%;
  max-width: 500px;
  margin-bottom: 100px;
  padding-bottom: 0;
  display: flex;
}

.veteran_photo {
  z-index: 1;
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 0%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0 auto auto;
}

.youtube {
  margin-top: 24px;
  display: none;
}

.button_primary {
  color: #2f3c4f;
  -webkit-text-stroke-color: #2f3c4f;
  white-space: nowrap;
  background-color: #fafaa0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 72px;
  margin-top: 24px;
  margin-right: auto;
  padding: 20px 69px;
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 10px;
  transition: all .2s;
  display: inline-flex;
}

.button_primary:hover {
  background-image: linear-gradient(#0003, #0003);
  box-shadow: 0 4px 12px #0003;
}

.veteran_portrait {
  text-align: center;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 0;
  display: flex;
  position: relative;
}

.veteran_portrait.green_bg {
  width: auto;
  height: 80%;
}

.veteran_portrait.orange_bg {
  max-width: 50%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.featured_veteran {
  background-color: var(--magenta-70);
  background-image: url('../images/this_is_me_vector.svg'), linear-gradient(135deg, #db144d00 20%, var(--magenta-70) 60%), url('../images/texture-halftone-magenta-50_1texture-halftone-magenta-50.avif');
  -webkit-text-fill-color: inherit;
  background-position: 100% 0, 0 0, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.featured_veteran.orange {
  background-color: var(--orange-70);
  background-image: url('../images/this_is_me_vector.svg'), linear-gradient(135deg, #c73d0d00 20%, var(--orange-70) 60%), url('../images/texture-halftone-orange-50_1texture-halftone-orange-50.avif');
  background-position: 100% 0, 0 0, 100% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.featured_veteran.green {
  background-color: var(--green-70);
  background-image: url('../images/this_is_me_vector.svg'), linear-gradient(135deg, #3d7a5400 19%, var(--green-70) 60%), url('../images/texture-halftone-green-50_1texture-halftone-green-50.avif');
  background-position: 100% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.featured_veteran_orange_bg {
  background-color: var(--orange-70);
  background-image: url('../images/this_is_me_vector.svg'), url('../images/orange_halftone.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.featured_veteran_green_bg {
  background-color: #3d7a54;
  background-image: url('../images/this_is_me_vector.svg'), url('../images/halftone_green.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 100px 40px 0;
  display: flex;
  position: relative;
}

.splash_page_body {
  -webkit-text-fill-color: inherit;
  background-color: #3d7a54;
  background-image: linear-gradient(#3d7a5400, #3d7a54), url('../images/halftone.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  display: block;
}

.header_video {
  aspect-ratio: 16 / 9;
  margin-top: 100px;
  margin-bottom: 100px;
}

.veteran_video_thumb {
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 0 4px 40px #00000080;
}

.image-6 {
  position: static;
  inset: 0%;
}

.play-pause-button-2 {
  inset: 0%;
}

.text-block-6 {
  text-transform: uppercase;
  text-shadow: 0 4px 4px #0003;
  margin-top: 20px;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.header_wrapper {
  background-image: linear-gradient(#3c7a5400, #3c7a54), url('../images/halftone.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.nowrap {
  white-space: nowrap;
}

.story {
  text-transform: none;
  font-family: myriad-pro, sans-serif;
  font-size: 24px;
  line-height: 1.6;
}

.story-header {
  background-color: var(--magenta-70);
  color: #fff;
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.story-header.orange {
  background-color: var(--orange-70);
}

.story-header.green {
  background-color: var(--green-70);
}

.footer-text {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-text.right-align {
  text-align: right;
  max-width: 490px;
  margin-bottom: 30px;
  margin-right: 0;
}

.footer-text.bottom {
  margin-bottom: 0;
}

.footer-text.left-align {
  text-align: left;
  margin-left: 0;
}

.footer-text.left-align.margin-bottom {
  max-width: 490px;
  margin-bottom: 30px;
}

.footer-logo {
  display: inline-block;
}

.link-light {
  color: #fff;
  font-family: myriad-pro-condensed, sans-serif;
}

.cta-btn-secondary {
  color: #222b39;
  background-color: #fff;
  background-image: url('../images/play-dark.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 10px 58px 10px 30px;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
  box-shadow: -1px 3px 0 1px #2f3c4f;
}

.cta-btn-secondary:hover {
  transform: scale(1.1);
}

.cta-btn-secondary.find-local-support {
  background-image: url('../images/icon-map-pin.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 40px;
  padding-right: 51px;
  box-shadow: -1px 3px 0 1px #222b39;
}

.cta-btn-secondary.spread-the-word {
  background-image: url('../images/icon-megaphone.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  margin-bottom: 40px;
  padding-right: 57px;
  display: inline-block;
  box-shadow: -1px 3px 0 1px #222b39;
}

.footer-link-container {
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-bottom {
  text-align: center;
  background-color: #222b39;
  background-image: url('../images/footer-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.va-logo-container {
  margin-bottom: 40px;
}

.footer-col {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-col.right-align {
  text-align: right;
  border-right: 1px solid #ffffff4d;
  align-self: flex-start;
  align-items: flex-end;
  width: 46%;
  margin-left: 3%;
  padding-right: 4%;
}

.footer-col.left-align {
  text-align: left;
  align-self: flex-start;
  align-items: flex-start;
  width: 46%;
  margin-left: 4%;
  margin-right: 2%;
}

.footer-col-wrapper {
  display: flex;
}

.footer-top {
  color: #222b39;
  text-align: center;
  background-color: #2f3c4f;
  background-image: linear-gradient(#00000073, #0000 10%);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-header.right-align {
  text-align: right;
}

.footer-header.left-align {
  text-align: left;
}

.footer-link {
  color: #fff;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .9rem;
  display: inline;
}

.main-nav {
  z-index: 99;
  background-color: #0003;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fafaa0;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.icon-link:hover, .icon-link:focus {
  background-color: #0003;
}

.main-nav-wrapper {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.code-embed {
  line-height: 1;
}

.hero-title {
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 4px 4px #0006;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: quotes-script, sans-serif;
  font-size: 140px;
  line-height: 1;
}

.hero-subtitle {
  text-transform: uppercase;
  text-shadow: 0 4px 4px #0006;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.veteran-hero-content {
  text-shadow: 0 4px 4px #00000040;
  flex: 0 auto;
  width: 50%;
  position: relative;
}

.veteran-hero {
  justify-content: flex-start;
  align-items: stretch;
}

.button-video-toggle {
  text-indent: -9999em;
  background-color: #0000;
  background-image: url('../images/play-alt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20%;
  justify-content: center;
  align-items: flex-end;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-video-toggle:hover {
  background-color: #00000080;
}

.button-video-toggle:focus {
  border: 2px solid var(--yellow);
  background-color: #00000080;
}

.button-video-toggle.button-lr {
  background-image: url('../images/play-alt.svg');
  background-position: 25px 90%;
  background-size: 100px;
}

.veteran-hero-image {
  flex: 1;
  position: relative;
}

.veteran-hero-photo {
  z-index: 1;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
}

.veteran-hero-photo.jenny {
  right: 0%;
}

.quote-block {
  background-color: var(--magenta-30);
  color: var(--white);
  background-image: url('../images/texture-halftone-magenta_1texture-halftone-magenta.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 42.65px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.quote-block.orange {
  background-color: var(--orange-50);
  background-image: url('../images/texture-halftone-orange_1texture-halftone-orange.avif');
}

.quote-block.green {
  background-color: var(--green-50);
  background-image: url('../images/texture-halftone-green_1.avif');
}

.icon-quote {
  width: 56px;
  height: 56px;
  display: inline-block;
  transform: translate(0, -1rem);
}

.quote {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.highlight {
  background-image: url('../images/line-04-o60.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.text-block-7 {
  text-shadow: 0 2px 2px #0003;
  font-size: 42.65px;
}

.story-body {
  background-color: var(--gray-light);
  background-image: url('../images/bg-pink-sweat-03.avif'), url('../images/bg-pink-arrow-01.avif');
  background-position: 100% 100%, 0 100px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-3 {
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 56.85px;
  font-weight: 700;
  line-height: 1;
}

.button-outline {
  border: 1px solid var(--navy);
  color: var(--navy);
  background-color: #0000;
  border-radius: 1px;
  padding: 20px 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s ease-in;
}

.button-outline:hover {
  background-color: #2f3c4f1a;
}

.paragraph-body {
  margin-bottom: 20px;
}

.hr {
  background-color: var(--navy);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.hr.light {
  background-color: var(--gray);
}

.grid-photos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px -60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.image-tile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 20px #0003;
}

.store-more {
  background-color: var(--green-50);
  background-image: url('../images/mhm-tvm-horz.svg'), url('../images/texture-halftone-green_1.avif');
  background-position: 50% 70px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.header-2 {
  color: var(--yellow);
  text-align: center;
}

.collection-stories {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.story-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: 2 / 3;
  background-color: var(--navy);
  color: var(--white);
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  transition: all .2s ease-in;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px #0003;
}

.story-tile:hover {
  transform: translate(0, -20px);
  box-shadow: 0 20px 20px #0006;
}

.story-tile:focus {
  transform: translate(0, -20px);
  box-shadow: 0 4px 20px #0006;
}

.story-tile-subtitle {
  text-shadow: 0 1px 4px #0003;
  font-size: 16px;
  font-weight: 700;
}

.story-tile-title {
  text-shadow: 0 1px 4px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: quotes-script, sans-serif;
  font-size: 75.78px;
  font-weight: 400;
  line-height: 1;
}

.story-tile-photo {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.story-tile-content {
  z-index: 1;
  background-image: linear-gradient(#0000, #0006);
  flex-flow: column;
  justify-content: flex-end;
  padding: 40px 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e6;
  position: absolute;
  inset: 0%;
}

.modal-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 48px;
  position: relative;
}

.modal-close {
  text-indent: -99909em;
  background-color: #0000;
  background-image: url('../images/btn-close.svg');
  background-position: 0 0;
  background-size: contain;
  width: 48px;
  height: 48px;
  transition: opacity .2s;
  position: absolute;
  inset: 0 0 auto auto;
  overflow: hidden;
}

.modal-close:hover {
  opacity: .6;
}

.modal-close:focus {
  border: 2px solid var(--yellow);
}

.modal-youtube-video {
  background-color: #000;
  box-shadow: 0 4px 40px #000;
}

.header_logo_mobile {
  width: 100%;
  height: 100%;
  display: none;
}

.splash_logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90vh;
  display: flex;
}

.splash_video {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sr-only {
  color: var(--navy);
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.icon-group {
  display: none;
  position: absolute;
  inset: 0%;
}

.vet-icon {
  z-index: 0;
  position: absolute;
  top: 30%;
  left: 40%;
}

.vet-icon.i-kurt-1 {
  top: 0%;
  left: auto;
  right: 89px;
}

.vet-icon.i-kurt-3 {
  top: 15%;
  left: 70%;
}

.vet-icon.i-kurt-4 {
  top: 16%;
  left: 7%;
}

.vet-icon.i-kurt-5 {
  width: 100px;
  top: 0%;
  left: 107px;
}

.vet-icon.i-kurt-5-b {
  transform: translate(-147px, -219px);
}

.vet-icon.i-kelly-2 {
  transform: translate(-183px, -282px);
}

.vet-icon.i-kelly-3 {
  width: 120px;
  transform: translate(-187px, -237px);
}

.vet-icon.i-kelly-4 {
  transform: translate(-183px, -102px);
}

.vet-icon.i-kelly-5 {
  transform-style: preserve-3d;
  transform: translate(237px, -97px);
}

.vet-icon.i-kelly-6 {
  transform: translate(183px, -183px);
}

.vet-icon.i-kelly-1 {
  transform: translate(138px, -350px);
}

.vet-icon.i-paul-1 {
  width: 100px;
  transform: translate(255px, -350px);
}

.vet-icon.i-paul-2 {
  transform: translate(-174px, 25px);
}

.vet-icon.i-paul-3 {
  width: 150px;
  top: 16.5%;
  left: auto;
  right: 0;
}

.vet-icon.i-paul-4 {
  max-width: 80px;
  transform: rotate(0)translate(228px, -300px);
}

.vet-icon.i-paul-5 {
  transform: translate(-277px, -97px);
}

.vet-icon.i-paul-6 {
  transform: translate(-210px, -106px);
}

.vet-icon.i-paul-7 {
  transform: translate(-241px, 2px);
}

.vet-icon.i-paul-8 {
  width: 240px;
  max-width: none;
  top: 26%;
  left: auto;
  right: 0;
}

.vet-icon.i-paul-9 {
  width: 240px;
  max-width: none;
  transform: rotate(-18deg)translate(-300px, -120px);
}

.vet-icon.i-kevin-1 {
  width: 300px;
  top: 10%;
  left: auto;
  right: 0;
}

.vet-icon.i-kevin-2 {
  top: 10%;
  left: 10%;
}

.vet-icon.i-kevin-3 {
  top: 0%;
  left: auto;
  right: 25%;
}

.vet-icon.i-jo-1 {
  max-width: 100px;
  top: 0%;
  left: 0;
  right: auto;
}

.vet-icon.i-jo-2 {
  width: 100px;
  top: 20%;
  left: auto;
  right: 0;
}

.vet-icon.i-jo-3 {
  width: 100px;
  top: 0%;
  left: auto;
  right: 0;
}

.vet-icon.i-jo-4 {
  top: 10%;
  left: auto;
  right: 20%;
}

.vet-icon.i-stepfan-1 {
  width: 130px;
  top: 0%;
  left: 0;
  right: auto;
}

.vet-icon.i-stefan-2 {
  top: 0%;
  left: auto;
  right: 25%;
}

.vet-icon.i-stefan-3 {
  top: 20%;
  left: auto;
  right: 0;
}

.vet-icon.i-stefan-4 {
  top: 8%;
  left: auto;
  right: 10%;
}

.vet-icon.i-stefan-5 {
  top: 25%;
  left: auto;
  right: 20%;
}

.vet-icon.i-stefan-6 {
  top: 25%;
  left: 5%;
  right: auto;
}

.vet-icon.i-jenny-1 {
  top: 0%;
  left: 0%;
}

.vet-icon.i-jenny-2 {
  top: 0%;
  left: auto;
  right: 1px;
}

.vet-icon.i-jenny-3 {
  top: 25%;
  left: 15%;
  right: auto;
}

.vet-icon.i-jenny-4 {
  top: 25%;
  left: auto;
  right: 10%;
}

.vet-icon.i-jenny-5 {
  top: 15%;
  left: 20%;
  right: auto;
}

.vet-icon.i-jenny-6 {
  top: 10%;
  left: 25%;
  right: auto;
}

.vet-icon.i-jenny-7 {
  top: 15%;
  left: auto;
  right: 22%;
}

.vet-icon.i-jenny-8 {
  top: 20%;
  left: auto;
  right: 17%;
}

.vet-icon.i-kurt-3-b {
  top: 20%;
  left: auto;
  right: 0;
}

.vet-icon.i-kurt-b {
  width: 100px;
  top: 25%;
  left: 5%;
}

.vet-icon.i-kurt-5-b {
  width: 100px;
  top: 0%;
  left: 10%;
  transform: none;
}

.vet-icon.i-kurt-1-b {
  width: 120px;
  top: 0%;
  left: auto;
  right: -6%;
}

.vet-icon.i-kelly-2-b {
  width: 40px;
  top: 0%;
  left: 10%;
}

.vet-icon.i-kelly-4-b {
  width: 60px;
  top: 25%;
  left: 20%;
}

.vet-icon.i-kelly-1--b {
  width: 120px;
  top: 0%;
  left: auto;
  right: 0%;
}

.vet-icon.i-kelly-6-b {
  width: 60px;
  top: 18%;
  left: auto;
  right: 0%;
}

.vet-icon.i-kelly-5-b {
  width: 60px;
  top: 30%;
  left: auto;
  right: -5%;
}

.vet-icon.i-kelly-3-b {
  width: 80px;
  top: 5%;
  left: 16%;
}

.vet-icon.i-paul-1-b {
  width: 70px;
  top: 0%;
  left: auto;
  right: 0;
}

.vet-icon.i-paul-7-b {
  width: 30px;
  top: 55%;
  left: 10%;
}

.vet-icon.i-paul-6-b {
  width: 50px;
  top: 36%;
  left: 12%;
}

.vet-icon.i-paul-5-b {
  width: 18px;
  top: 41%;
  left: 5%;
}

.vet-icon.i-paul-4-b {
  max-width: 60px;
  top: 5%;
  left: auto;
  right: 15%;
}

.vet-icon.i-paul-9-b {
  width: 140px;
  max-width: none;
  top: 50%;
  left: 5%;
  transform: rotate(-18deg);
}

.vet-icon.i-paul-8-b {
  width: 140px;
  max-width: none;
  top: 45%;
  left: auto;
  right: 0;
  transform: rotate(-1deg);
}

.vet-icon.i-paul-3-b {
  width: 90px;
  top: 30%;
  left: auto;
  right: -5%;
}

.vet-icon.i-paul-2-b {
  width: 30px;
  top: 60%;
  transform: translate(-174px, 25px);
}

.vet-icon.i-kevin-1-b {
  width: 170px;
  top: 25%;
  left: auto;
  right: 0;
}

.vet-icon.i-kevin-2-copy {
  top: 25%;
  left: 15%;
}

.vet-icon.i-kevin-3-copy {
  top: 10%;
  left: auto;
  right: 10%;
}

.vet-icon.i-jo-2-copy {
  width: 50px;
  top: 25%;
  left: auto;
  right: 0;
}

.vet-icon.i-jo-4-copy {
  top: 15%;
  left: auto;
  right: 5%;
}

.vet-icon.i-jo-3-copy {
  width: 80px;
  top: 0%;
  left: auto;
  right: -10%;
}

.vet-icon.i-jo-1-copy {
  max-width: 100px;
  top: 0%;
  left: 0;
  right: auto;
}

.vet-icon.i-stepfan-1-copy {
  width: 80px;
  top: 0%;
  left: 0;
  right: auto;
}

.vet-icon.i-stefan-5-copy {
  width: 80px;
  top: 30%;
  left: auto;
  right: 0%;
}

.vet-icon.i-stefan-4-copy {
  width: 80px;
  top: 6%;
  left: auto;
  right: 10%;
}

.vet-icon.i-stefan-3-copy {
  width: 60px;
  top: 18%;
  left: auto;
  right: 5%;
}

.vet-icon.i-stefan-2-copy {
  width: 80px;
  top: 0%;
  left: auto;
  right: 25%;
}

.vet-icon.i-stefan-6-copy {
  width: 90px;
  top: 25%;
  left: 5%;
  right: auto;
}

.vet-icon.i-jenny-8-copy {
  width: 30px;
  top: 20%;
  left: auto;
  right: 17%;
}

.vet-icon.i-jenny-7-copy {
  top: 15%;
  left: auto;
  right: 22%;
}

.vet-icon.i-jenny-6-copy {
  top: 15%;
  left: 20%;
  right: auto;
}

.vet-icon.i-jenny-5-copy {
  top: 25%;
  left: 15%;
  right: auto;
}

.vet-icon.i-jenny-4-copy {
  width: 60px;
  top: 25%;
  left: auto;
  right: 10%;
}

.vet-icon.i-jenny-3-copy {
  width: 60px;
  top: 34%;
  left: 10%;
  right: auto;
}

.vet-icon.i-jenny-2-copy {
  width: 90px;
  top: 0%;
  left: auto;
  right: 1px;
}

.vet-icon.i-jenny-1-copy {
  width: 90px;
  top: 0%;
  left: 0%;
}

.header_logo_static {
  text-align: right;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.lottie-animation {
  position: static;
  top: 0;
}

.lottie-animation.internal {
  margin-top: -60px;
  top: -60px;
}

.lottie-animation.internal.paul {
  margin-top: -40px;
  margin-left: 10px;
}

.lottie-animation.paul {
  margin-top: -40px;
}

.text-span {
  display: inline-block;
}

.header_logo_static--mobile {
  text-align: right;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  overflow: visible;
}

@media screen and (min-width: 1920px) {
  .body {
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
  }

  .vet-icon.i-paul-3, .vet-icon.i-jenny-1, .vet-icon.i-jenny-2, .vet-icon.i-jenny-3, .vet-icon.i-jenny-4, .vet-icon.i-jenny-5, .vet-icon.i-jenny-6, .vet-icon.i-jenny-7, .vet-icon.i-jenny-8, .vet-icon.i-kurt-3-b, .vet-icon.i-kurt-b, .vet-icon.i-kurt-5-b {
    transform: none;
  }

  .vet-icon.i-kurt-1-b {
    top: 35%;
    transform: none;
  }

  .vet-icon.i-paul-3-b, .vet-icon.i-jenny-8-copy, .vet-icon.i-jenny-7-copy, .vet-icon.i-jenny-6-copy, .vet-icon.i-jenny-5-copy, .vet-icon.i-jenny-4-copy, .vet-icon.i-jenny-3-copy, .vet-icon.i-jenny-2-copy, .vet-icon.i-jenny-1-copy {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .header_container {
    height: auto;
    padding-bottom: 60px;
  }

  .delighter_circle {
    height: 260px;
  }

  .header_logo {
    width: 95%;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.fullwidth {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph {
    font-size: 20px;
  }

  .italic-text {
    font-size: 35.65px;
  }

  .body_content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .text-field, .form-button {
    font-size: 18px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .splash_hero {
    height: auto;
  }

  .splash-lead {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 56.85px;
  }

  .splash_intro {
    width: auto;
  }

  .name_title {
    font-size: 140px;
    line-height: 1;
  }

  .veteran_heading {
    margin-top: -40px;
  }

  .veteran_rank {
    margin-top: 16px;
    font-size: 18px;
  }

  .veteran_info_paragraph {
    font-size: 16px;
  }

  .veteran_content {
    background-color: var(--magenta-70);
    width: 100vw;
    max-width: 100vw;
    margin: 0 -16px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
  }

  .veteran_content.orange {
    background-color: var(--orange-70);
  }

  .veteran_content.green {
    background-color: var(--green-70);
  }

  .veteran_photo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: absolute;
    inset: 60px 0% auto;
  }

  .button_primary {
    white-space: normal;
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 16px;
    line-height: 1.2;
  }

  .veteran_portrait {
    order: -1;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-height: 70vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .veteran_portrait.green_bg {
    background-image: url('../images/this_is_me_vector.svg'), url('../images/halftone_green.svg');
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .veteran_portrait.orange_bg {
    background-image: url('../images/this_is_me_vector.svg'), url('../images/orange_halftone.svg');
  }

  .featured_veteran {
    background-image: url('../images/this_is_me_vector.svg'), url('../images/texture-halftone-magenta-50_1texture-halftone-magenta-50.avif');
    background-position: 100% 0, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    flex-flow: column-reverse;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .featured_veteran.orange {
    background-image: url('../images/this_is_me_vector.svg'), url('../images/texture-halftone-orange-50_1texture-halftone-orange-50.avif');
    background-position: 100% 0, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .featured_veteran.green {
    background-image: url('../images/this_is_me_vector.svg'), url('../images/texture-halftone-green-50_1texture-halftone-green-50.avif');
    background-position: 100% 0, 100% 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .featured_veteran_orange_bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column-reverse;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .featured_veteran_green_bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header_video {
    aspect-ratio: 16 / 9;
    max-width: 100%;
  }

  .footer-bottom {
    padding: 40px 20px 0;
  }

  .footer-col.right-align {
    margin-left: auto;
  }

  .footer-col.left-align {
    margin-right: 0%;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-header {
    font-size: 2.5rem;
  }

  .main-nav {
    z-index: 99;
  }

  .veteran-hero-content {
    z-index: 1;
  }

  .button-video-toggle {
    background-size: auto 60px;
  }

  .veteran-hero-image {
    z-index: 0;
  }

  .quote-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .icon-quote {
    width: 40px;
    height: 40px;
  }

  .quote {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-7 {
    font-size: 28px;
  }

  .story-body {
    background-position: 100% 100%, 0 36%;
    background-size: 30%, 30%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-photos {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .store-more {
    background-position: 50% 40px, 50%;
    background-size: 110%, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-2 {
    font-size: 75.8px;
  }

  .collection-stories {
    margin-top: 60px;
  }

  .story-tile-subtitle {
    font-size: 16px;
  }

  .story-tile-title {
    font-size: 56.8px;
  }

  .story-tile-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-close {
    width: 40px;
    height: 40px;
    right: 20px;
  }

  .vet-icon.i-kurt-1 {
    width: 100px;
    transform: translate(190%, -200%);
  }

  .vet-icon.i-kurt-3 {
    width: 70px;
    transform: translate(147px, -65px);
  }

  .vet-icon.i-kurt-4 {
    transform: translate(-179%, -8%);
  }

  .vet-icon.i-kurt-5 {
    transform: translate(-161%, -131%);
  }

  .vet-icon.i-kurt-5-b {
    width: 80px;
    transform: translate(-111px, -210px);
  }

  .vet-icon.i-kelly-2 {
    width: 40px;
    transform: translate(-187px, -219px);
  }

  .vet-icon.i-kelly-3 {
    transform: translate(-165px, -169px);
  }

  .vet-icon.i-kelly-4 {
    transform: translate(-156px, -61px);
  }

  .vet-icon.i-kelly-5 {
    transform: translate3d(264px, -74px, 47px);
  }

  .vet-icon.i-kelly-6 {
    transform: translate(183px, -111px);
  }

  .vet-icon.i-kelly-1 {
    width: 120px;
    transform: translate(160px, -210px);
  }

  .vet-icon.i-paul-1 {
    transform: translate(264px, -205px);
  }

  .vet-icon.i-paul-2 {
    transform: translate(-174px, 83px);
  }

  .vet-icon.i-paul-4 {
    transform: translate(201px, -178px);
  }

  .vet-icon.i-paul-5 {
    transform: translate(-223px, -70px);
  }

  .vet-icon.i-paul-6 {
    transform: translate(-151px, -52px);
  }

  .vet-icon.i-paul-7 {
    transform: translate(-178px, 52px);
  }

  .vet-icon.i-paul-8 {
    top: 31%;
  }

  .vet-icon.i-paul-9 {
    top: 34%;
    left: 0%;
    transform: rotate(-18deg);
  }

  .vet-icon.i-kevin-1 {
    top: 25%;
    right: 40px;
  }

  .vet-icon.i-kevin-2 {
    top: 25%;
  }

  .vet-icon.i-kevin-3 {
    width: 100px;
    top: 10%;
  }

  .vet-icon.i-jo-1 {
    width: 100px;
    top: 10%;
    left: 10%;
  }

  .vet-icon.i-jo-2 {
    width: 70px;
    right: 10%;
  }

  .vet-icon.i-jo-3 {
    top: 5%;
  }

  .vet-icon.i-jo-4 {
    top: 15%;
    right: 25%;
  }

  .vet-icon.i-stepfan-1 {
    width: 120px;
    top: 5%;
    left: 5%;
  }

  .vet-icon.i-stefan-2 {
    width: 80px;
    top: 5%;
    right: 30%;
  }

  .vet-icon.i-stefan-3 {
    width: 60px;
    right: 10%;
  }

  .vet-icon.i-stefan-4 {
    right: 15%;
  }

  .vet-icon.i-stefan-5 {
    top: 30%;
    right: 15%;
  }

  .vet-icon.i-stefan-6 {
    top: 30%;
    left: 15%;
  }

  .vet-icon.i-jenny-1 {
    top: 2%;
    left: 2%;
  }

  .vet-icon.i-jenny-2 {
    top: 2%;
    right: 2%;
  }

  .vet-icon.i-jenny-3 {
    top: 30%;
  }

  .vet-icon.i-jenny-4 {
    top: 35%;
  }

  .vet-icon.i-jenny-5 {
    width: 70px;
    top: 22%;
  }

  .vet-icon.i-jenny-6 {
    width: 40px;
    top: 15%;
  }

  .vet-icon.i-jenny-7 {
    width: 40px;
    top: 20%;
    right: 15%;
  }

  .vet-icon.i-jenny-8 {
    top: 30%;
    right: 19%;
  }

  .vet-icon.i-kurt-3-b {
    width: 70px;
    top: 15%;
  }

  .vet-icon.i-kurt-b {
    width: 80px;
    top: 15%;
  }

  .vet-icon.i-kurt-5-b {
    width: 60px;
    left: 15%;
    transform: none;
  }

  .vet-icon.i-kurt-1-b {
    width: 80px;
    right: 0%;
  }

  .vet-icon.i-kelly-2-b {
    width: 30px;
  }

  .vet-icon.i-kelly-4-b {
    width: 40px;
  }

  .vet-icon.i-kelly-1--b {
    width: 100px;
  }

  .vet-icon.i-kelly-6-b, .vet-icon.i-kelly-5-b {
    width: 40px;
  }

  .vet-icon.i-kelly-3-b {
    width: 70px;
  }

  .vet-icon.i-paul-1-b {
    width: 50px;
  }

  .vet-icon.i-paul-7-b {
    width: 20px;
    top: 42%;
    left: 11%;
  }

  .vet-icon.i-paul-6-b {
    width: 40px;
    top: 22%;
  }

  .vet-icon.i-paul-5-b {
    top: 25%;
  }

  .vet-icon.i-paul-4-b {
    max-width: 50px;
  }

  .vet-icon.i-paul-9-b {
    width: 100px;
    top: 38%;
    left: 0%;
  }

  .vet-icon.i-paul-8-b {
    width: 100px;
    top: 34%;
  }

  .vet-icon.i-paul-3-b {
    width: 60px;
    top: 22%;
  }

  .vet-icon.i-paul-2-b {
    top: 50%;
    left: auto;
    transform: none;
  }

  .vet-icon.i-kevin-1-b {
    width: 130px;
    top: 15%;
    right: 0;
  }

  .vet-icon.i-kevin-2-copy {
    width: 80px;
    top: 25%;
  }

  .vet-icon.i-kevin-3-copy {
    width: 80px;
    top: 4%;
  }

  .vet-icon.i-jo-2-copy {
    width: 40px;
    right: 0%;
  }

  .vet-icon.i-jo-4-copy {
    top: 10%;
    right: 0%;
  }

  .vet-icon.i-jo-3-copy {
    width: 60px;
    top: 0%;
    right: 5%;
  }

  .vet-icon.i-jo-1-copy {
    width: 80px;
    top: 0%;
    left: 0%;
  }

  .vet-icon.i-stepfan-1-copy {
    width: 60px;
    top: -20%;
    left: 10%;
  }

  .vet-icon.i-stefan-5-copy {
    width: 80px;
    top: 20%;
    right: 0%;
  }

  .vet-icon.i-stefan-4-copy {
    width: 60px;
    top: -10%;
    right: 0%;
  }

  .vet-icon.i-stefan-3-copy {
    width: 30px;
    top: 10%;
    right: 10%;
  }

  .vet-icon.i-stefan-2-copy {
    width: 60px;
    top: -5%;
    right: 15%;
  }

  .vet-icon.i-stefan-6-copy {
    top: 25%;
    left: 15%;
  }

  .vet-icon.i-jenny-8-copy {
    top: 7%;
    right: 15%;
  }

  .vet-icon.i-jenny-7-copy {
    width: 20px;
    top: 0%;
    right: 20%;
  }

  .vet-icon.i-jenny-6-copy {
    width: 20px;
    top: 0%;
  }

  .vet-icon.i-jenny-5-copy {
    width: 50px;
    top: 10%;
  }

  .vet-icon.i-jenny-4-copy {
    width: 40px;
    top: 12%;
  }

  .vet-icon.i-jenny-3-copy {
    width: 50px;
    top: 20%;
  }

  .vet-icon.i-jenny-2-copy {
    width: 60px;
    top: -10%;
    right: 2%;
  }

  .vet-icon.i-jenny-1-copy {
    width: 60px;
    top: -10%;
    left: 2%;
  }

  .lottie-animation {
    margin-top: -40px;
  }

  .lottie-animation.internal.paul {
    margin-top: -60px;
  }

  .lottie-animation.paul {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .header_container {
    height: auto;
    padding: 40px 16px;
  }

  .delighter_circle {
    background-position: 50% 20%;
    background-size: auto 240px;
    padding-left: 0;
  }

  .header_logo {
    display: flex;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.big {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .container.fullwidth {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    font-size: 18px;
  }

  .italic-text {
    font-size: 28.43px;
  }

  .body_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .email {
    width: auto;
    height: auto;
  }

  .form-block {
    width: auto;
  }

  .text-field {
    width: 280px;
    padding-left: 8px;
    font-size: 16px;
  }

  .form-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .va-logo-footer {
    width: auto;
    height: 60px;
  }

  .error-message {
    width: auto;
  }

  .italic-text-2 {
    font-size: 14px;
  }

  .splash_hero {
    height: auto;
  }

  .name_title {
    margin-top: -24px;
    font-size: 89.76px;
  }

  .veteran_heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    display: flex;
  }

  .veteran_rank {
    margin-top: 0;
  }

  .veteran_info_paragraph {
    font-size: 16px;
  }

  .veteran_content {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .veteran_photo {
    max-width: 440px;
    min-height: 0%;
  }

  .button_primary {
    font-size: 16px;
  }

  .veteran_portrait {
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    height: 600px;
    max-height: none;
  }

  .featured_veteran {
    background-size: auto, auto;
  }

  .featured_veteran_green_bg {
    margin-left: 0;
  }

  .splash_page_body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .header_video {
    aspect-ratio: 16 / 9;
    height: auto;
    padding-left: 0;
  }

  .veteran_video_thumb {
    aspect-ratio: 16 / 9;
  }

  .play-pause-button-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .story-header {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .footer-text.right-align, .footer-text.left-align {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .footer-text.left-align.margin-bottom {
    max-width: none;
    margin-bottom: 30px;
  }

  .cta-btn-secondary.find-local-support {
    margin-bottom: 20px;
  }

  .footer-link-container {
    margin-top: 20px;
  }

  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-col.right-align {
    text-align: center;
    border-bottom: 1px solid #ffffff4a;
    border-right-style: none;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .footer-col.left-align {
    text-align: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-col-wrapper {
    flex-direction: column;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-header {
    font-size: 2rem;
  }

  .hero-title {
    font-size: 100px;
  }

  .hero-subtitle {
    margin-bottom: 8px;
  }

  .veteran-hero-content {
    z-index: 1;
    background-image: linear-gradient(180deg, #ed386b00, var(--magenta-30) 62%);
    width: auto;
    padding: 60px 16px 16px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .veteran-hero-content.orange {
    background-image: linear-gradient(180deg, #a3320b00, var(--orange-70) 62%);
  }

  .veteran-hero-content.green {
    background-image: linear-gradient(180deg, #356b4a00, var(--green-70) 62%);
  }

  .veteran-hero {
    flex-flow: column;
    min-height: 80vh;
    padding-bottom: 60px;
  }

  .button-video-toggle {
    object-fit: contain;
  }

  .veteran-hero-image {
    pointer-events: none;
    order: -1;
  }

  .veteran-hero-photo {
    position: relative;
    top: auto;
    right: auto;
  }

  .veteran-hero-photo.paul {
    transform: none;
  }

  .quote-block {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28.43px;
  }

  .icon-quote {
    width: 32px;
    height: 32px;
  }

  .quote {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .story-body {
    background-position: 100% 100%, 0 10%;
    background-size: 50%, 50%;
  }

  .heading-3 {
    font-size: 37.9px;
  }

  .button-outline {
    padding: 16px 28px;
    font-size: 16px;
  }

  .paragraph-body {
    font-size: 16px;
  }

  .hr.light {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-photos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -8px;
    margin-right: -8px;
    display: grid;
  }

  .store-more {
    background-position: 50% 30px, 0 0;
    background-size: 110%, 200%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-2 {
    font-size: 37.9px;
  }

  .collection-stories {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .story-tile {
    aspect-ratio: 2 / 3;
  }

  .story-tile:hover, .story-tile:focus {
    transform: none;
  }

  .story-tile-subtitle {
    font-size: 12px;
  }

  .story-tile-title {
    font-size: 50.52px;
  }

  .story-tile-content {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-container {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 16px;
  }

  .modal-close {
    width: 32px;
    height: 32px;
    right: 12px;
  }

  .header_logo_mobile {
    width: 90vw;
    display: block;
  }

  .icon-group.internal {
    margin-left: -16px;
    margin-right: -16px;
    overflow: clip;
  }

  .vet-icon {
    max-width: 80px;
  }

  .vet-icon.i-kurt-1 {
    width: auto;
    max-width: 140px;
    transform: translate(156px, -255px);
  }

  .vet-icon.i-kurt-3 {
    width: auto;
    max-width: 120px;
    transform: translate(160px, -88px);
  }

  .vet-icon.i-kurt-4 {
    max-width: 100px;
    transform: translate(-174px, -74px);
  }

  .vet-icon.i-kurt-5 {
    transform: translate(-165px, -201px);
  }

  .vet-icon.i-kurt-5-b {
    width: auto;
    transform: translate(-160px, -246px);
  }

  .vet-icon.i-kelly-1 {
    width: auto;
    max-width: 140px;
    transform: translate(156px, -255px);
  }

  .vet-icon.i-kelly-2 {
    width: auto;
    max-width: 120px;
    transform: translate(-169px, -196px);
  }

  .vet-icon.i-kelly-3 {
    width: 90px;
    max-width: 100%;
    transform: translate(-156px, -142px);
  }

  .vet-icon.i-kelly-4 {
    max-width: 100px;
    transform: translate(-174px, -43px);
  }

  .vet-icon.i-kelly-5 {
    transform: translate3d(246px, -38px, 47px);
  }

  .vet-icon.i-kelly-6 {
    transform: translate(183px, -79px);
  }

  .vet-icon.i-kelly-1 {
    transform: translate(147px, -228px);
  }

  .vet-icon.i-paul-1 {
    transform: translate(237px, -205px);
  }

  .vet-icon.i-paul-2 {
    transform: translate(-192px, 106px);
  }

  .vet-icon.i-paul-3 {
    top: 24%;
  }

  .vet-icon.i-paul-4 {
    transform: translate(165px, -178px);
  }

  .vet-icon.i-paul-5 {
    transform: translate(-201px, -61px);
  }

  .vet-icon.i-paul-6 {
    transform: translate(-147px, -61px);
  }

  .vet-icon.i-paul-7 {
    transform: translate(-178px, 43px);
  }

  .vet-icon.i-paul-8, .vet-icon.i-paul-9 {
    width: 200px;
  }

  .vet-icon.i-kevin-1 {
    width: 200px;
    max-width: 100%;
  }

  .vet-icon.i-kevin-2 {
    max-width: 100px;
  }

  .vet-icon.i-kevin-3 {
    width: auto;
    max-width: 120px;
  }

  .vet-icon.i-jo-1 {
    width: auto;
    max-width: 140px;
  }

  .vet-icon.i-jo-2 {
    width: auto;
    max-width: 120px;
  }

  .vet-icon.i-jo-4 {
    max-width: 100px;
  }

  .vet-icon.i-stepfan-1 {
    width: auto;
    max-width: 140px;
  }

  .vet-icon.i-stefan-2 {
    width: auto;
    max-width: 100px;
  }

  .vet-icon.i-stefan-3 {
    max-width: 100px;
  }

  .vet-icon.i-stefan-4 {
    top: 10%;
  }

  .vet-icon.i-stefan-5 {
    max-width: 120px;
  }

  .vet-icon.i-stefan-6, .vet-icon.i-jenny-1, .vet-icon.i-jenny-2 {
    width: auto;
    max-width: 100px;
  }

  .vet-icon.i-jenny-3 {
    width: auto;
    max-width: 80px;
  }

  .vet-icon.i-jenny-4 {
    width: auto;
    max-width: 80px;
    top: 30%;
    right: 12%;
  }

  .vet-icon.i-jenny-5, .vet-icon.i-jenny-6 {
    width: auto;
    max-width: 120px;
  }

  .vet-icon.i-jenny-7 {
    width: auto;
    max-width: 120px;
    right: 25%;
  }

  .vet-icon.i-jenny-8 {
    width: auto;
    max-width: 40px;
    top: 25%;
    right: 22%;
  }

  .vet-icon.i-kurt-3-b {
    width: auto;
    max-width: 110px;
    right: 10%;
  }

  .vet-icon.i-kurt-b {
    width: 100px;
    max-width: 100px;
  }

  .vet-icon.i-kurt-5-b {
    max-width: 100px;
    left: 10%;
    transform: none;
  }

  .vet-icon.i-kurt-1-b {
    width: auto;
    max-width: 140px;
    right: 5%;
  }

  .vet-icon.i-kelly-2-b {
    width: 50px;
    max-width: 100px;
  }

  .vet-icon.i-kelly-4-b {
    width: 80px;
    max-width: 100px;
    top: 21%;
    left: 10%;
  }

  .vet-icon.i-kelly-1--b {
    width: 130px;
    max-width: 100%;
    right: 10%;
  }

  .vet-icon.i-kelly-6-b {
    width: 80px;
    top: 11%;
    right: 5%;
  }

  .vet-icon.i-kelly-5-b {
    width: auto;
    max-width: 70px;
    top: 21%;
    right: 15%;
  }

  .vet-icon.i-kelly-3-b {
    width: 100px;
    max-width: 100%;
    top: 7%;
    left: 10%;
  }

  .vet-icon.i-paul-1-b {
    width: 70px;
  }

  .vet-icon.i-paul-7-b {
    width: 30px;
    top: 36%;
    left: 9%;
  }

  .vet-icon.i-paul-6-b {
    width: 50px;
    top: 26%;
    left: 10%;
  }

  .vet-icon.i-paul-5-b {
    width: 24px;
    top: 28%;
    left: 3%;
  }

  .vet-icon.i-paul-4-b {
    max-width: 70px;
  }

  .vet-icon.i-paul-9-b {
    width: 150px;
    top: 34%;
  }

  .vet-icon.i-paul-8-b {
    width: 160px;
    top: 30%;
  }

  .vet-icon.i-paul-3-b {
    width: auto;
    max-width: 90px;
    top: 21%;
  }

  .vet-icon.i-paul-2-b {
    top: 40%;
    transform: none;
  }

  .vet-icon.i-kevin-1-b {
    width: 210px;
    max-width: 100%;
    top: 25%;
    right: 20px;
  }

  .vet-icon.i-kevin-2-copy {
    max-width: 100px;
  }

  .vet-icon.i-kevin-3-copy {
    width: auto;
    max-width: 120px;
    right: 20%;
  }

  .vet-icon.i-jo-2-copy {
    width: auto;
    max-width: 120px;
  }

  .vet-icon.i-jo-4-copy {
    max-width: 100px;
  }

  .vet-icon.i-jo-1-copy {
    width: auto;
    max-width: 140px;
  }

  .vet-icon.i-stepfan-1-copy {
    width: auto;
    max-width: 140px;
    top: 0%;
    left: 5%;
  }

  .vet-icon.i-stefan-5-copy {
    width: 120px;
    max-width: 120px;
    top: 30%;
    right: 10%;
  }

  .vet-icon.i-stefan-4-copy {
    width: 80px;
    top: 10%;
    right: 25%;
  }

  .vet-icon.i-stefan-3-copy {
    width: 60px;
    max-width: 100px;
    top: 15%;
  }

  .vet-icon.i-stefan-2-copy {
    width: auto;
    max-width: 100px;
    top: 0%;
  }

  .vet-icon.i-stefan-6-copy {
    width: auto;
    max-width: 100px;
  }

  .vet-icon.i-jenny-8-copy {
    width: auto;
    max-width: 40px;
    top: 21%;
    right: 19%;
  }

  .vet-icon.i-jenny-7-copy {
    width: auto;
    max-width: 120px;
    top: 15%;
    right: 25%;
  }

  .vet-icon.i-jenny-6-copy {
    width: auto;
    max-width: 120px;
    top: 10%;
    left: 25%;
  }

  .vet-icon.i-jenny-5-copy {
    width: auto;
    max-width: 120px;
    top: 15%;
    left: 18%;
  }

  .vet-icon.i-jenny-4-copy {
    width: auto;
    max-width: 80px;
    top: 25%;
    right: 12%;
  }

  .vet-icon.i-jenny-3-copy {
    width: auto;
    max-width: 60px;
    left: 15%;
  }

  .vet-icon.i-jenny-2-copy, .vet-icon.i-jenny-1-copy {
    width: auto;
    max-width: 100px;
    top: 0%;
  }

  .header_logo_static {
    display: none;
  }

  .lottie-animation {
    margin-top: 0;
    position: absolute;
  }

  .lottie-animation.internal {
    margin-top: 0;
    margin-left: 0;
    margin-right: -16px;
    display: block;
    inset: 0% 0% auto;
  }

  .lottie-animation.internal.paul {
    margin-top: 0;
    margin-left: -16px;
  }

  .header_logo_static--mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header_container {
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .delighter_circle {
    height: 211px;
    padding-bottom: 0;
    display: none;
    position: static;
  }

  .header_logo {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
  }

  .h1 {
    margin-top: 0;
    font-size: 31.99px;
  }

  .paragraph {
    font-size: 16px;
  }

  .italic-text {
    font-size: 28.43px;
    line-height: 140%;
  }

  .body_content {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .divider {
    width: 240px;
    height: 12px;
  }

  .email {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 10px;
  }

  .form-block {
    object-fit: fill;
    flex-flow: column;
    align-self: auto;
    width: 100%;
    max-width: 440px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-field {
    white-space: nowrap;
    word-break: normal;
    width: 220px;
    margin-right: auto;
    font-size: 14px;
    overflow: visible;
  }

  .form-button {
    object-fit: fill;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .text-block {
    font-size: 9px;
    line-height: 12.6px;
  }

  .footer {
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-2 {
    font-size: 9px;
    line-height: 12.6px;
  }

  .link.footer-link, .text-block-3 {
    font-size: 9px;
  }

  .error-message {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .splash_hero {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .splash-lead {
    font-size: 37.9px;
  }

  .splash_intro {
    width: auto;
  }

  .name_title {
    text-shadow: 0 4px 4px #0003;
    margin-left: 0;
    margin-right: auto;
    font-size: 89.76px;
  }

  .veteran_heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .veteran_rank {
    text-transform: uppercase;
    text-shadow: 0 4px 4px #0003;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
  }

  .veteran_info_paragraph {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-family: myriad-pro, sans-serif;
    font-size: 16px;
  }

  .veteran_content {
    z-index: 99;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .veteran_photo {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 0;
    padding-right: 10px;
    top: 40px;
  }

  .veteran_photo.paul {
    transform: translate(7px);
  }

  .youtube {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .button_primary {
    text-align: center;
    white-space: pre-wrap;
    object-fit: fill;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 120%;
  }

  .veteran_portrait {
    justify-content: center;
    align-items: center;
    height: 60vh;
    max-height: 800px;
    margin-top: 0;
    padding-top: 40px;
  }

  .veteran_portrait.green_bg {
    background-image: url('../images/this_is_me_vector.svg'), url('../images/halftone_green.svg');
    background-position: 100% 0, 0%;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    overflow: clip;
  }

  .veteran_portrait.orange_bg {
    background-image: url('../images/this_is_me_vector.svg'), url('../images/orange_halftone.svg');
    background-size: auto, cover;
    padding-top: 40px;
  }

  .featured_veteran {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0;
    display: flex;
  }

  .featured_veteran_orange_bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #c73d0d;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .featured_veteran_green_bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #3c7a54;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .splash_page_body {
    background-image: linear-gradient(#3d7a5400 5%, #3d7a54ed 46%, #3d7a54), url('../images/halftone.svg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 631px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .header_video {
    height: auto;
  }

  .image-6 {
    width: 60px;
  }

  .play-pause-button-2 {
    display: block;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .play-state {
    width: auto;
  }

  .footer-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    max-width: 87%;
  }

  .cta-btn-secondary {
    font-size: 1.4rem;
  }

  .footer-link-container {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .va-logo-container {
    margin-bottom: 10px;
  }

  .footer-top {
    display: block;
    position: relative;
  }

  .footer-header {
    text-align: center;
    font-size: 2.8rem;
  }

  .footer-header.right-align, .footer-header.left-align {
    text-align: center;
  }

  .hero-subtitle {
    margin-bottom: 4px;
  }

  .grid-photos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .store-more {
    background-position: 50% 40px, 0 0;
  }

  .story-tile {
    overflow: clip;
  }

  .story-tile-title {
    font-size: 37.9px;
  }

  .header_logo_mobile {
    width: 90vw;
  }

  .splash_logo {
    min-height: 85vh;
  }

  .splash_video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-group {
    overflow: hidden;
  }

  .vet-icon.i-kurt-1 {
    max-width: 100px;
    transform: translate(124px, -151px);
  }

  .vet-icon.i-kurt-3 {
    max-width: 90px;
    transform: translate(129px, -61px);
  }

  .vet-icon.i-kurt-4 {
    max-width: 100px;
    transform: translate(-156px, -56px);
  }

  .vet-icon.i-kurt-5 {
    transform: translate(-115px, -174px);
  }

  .vet-icon.i-kurt-5-b {
    transform: translate(-147px, -205px);
  }

  .vet-icon.i-kelly-1 {
    max-width: 100px;
    transform: translate(111px, -178px);
  }

  .vet-icon.i-kelly-2 {
    max-width: 40px;
    transform: translate(-138px, -183px);
  }

  .vet-icon.i-kelly-3 {
    top: 27%;
    left: 37%;
    transform: translate(-133px, -111px);
  }

  .vet-icon.i-kelly-4 {
    max-width: 60px;
    transform: translate(-142px, -16px);
  }

  .vet-icon.i-kelly-5 {
    max-width: 60px;
    left: 46%;
    transform: translate3d(178px, -29px, 47px);
  }

  .vet-icon.i-kelly-6 {
    max-width: 70px;
    left: 47%;
    transform: translate(133px, -88px);
  }

  .vet-icon.i-kelly-1 {
    left: 45%;
  }

  .vet-icon.i-paul-1 {
    transform: translate(142px, -192px);
  }

  .vet-icon.i-paul-2 {
    transform: translate(-156px, 111px);
  }

  .vet-icon.i-paul-3 {
    top: 23%;
  }

  .vet-icon.i-paul-4 {
    max-width: 60px;
    transform: translate(120px, -174px);
  }

  .vet-icon.i-paul-5 {
    transform: translate(-156px, -34px);
  }

  .vet-icon.i-paul-6 {
    max-width: 70px;
    transform: translate(-115px, -43px);
  }

  .vet-icon.i-paul-7 {
    transform: translate(-142px, 52px);
  }

  .vet-icon.i-paul-8 {
    width: 140px;
  }

  .vet-icon.i-paul-9 {
    width: 160px;
    transform: rotate(-18deg);
  }

  .vet-icon.i-kevin-1 {
    right: 0;
  }

  .vet-icon.i-kevin-2 {
    max-width: 100px;
    top: 25%;
  }

  .vet-icon.i-kevin-3 {
    max-width: 90px;
  }

  .vet-icon.i-jo-1 {
    max-width: 100px;
    left: 5%;
  }

  .vet-icon.i-jo-2 {
    max-width: 90px;
    top: 25%;
    right: 5%;
  }

  .vet-icon.i-jo-4 {
    max-width: 100px;
  }

  .vet-icon.i-stepfan-1 {
    max-width: 90px;
  }

  .vet-icon.i-stefan-2 {
    max-width: 60px;
  }

  .vet-icon.i-stefan-3 {
    max-width: 100px;
    top: 25%;
    right: 5%;
  }

  .vet-icon.i-stefan-4 {
    right: 10%;
  }

  .vet-icon.i-stefan-5 {
    max-width: 80px;
    top: 33%;
  }

  .vet-icon.i-stefan-6 {
    max-width: 90px;
    top: 35%;
  }

  .vet-icon.i-jenny-1, .vet-icon.i-jenny-2 {
    max-width: 80px;
  }

  .vet-icon.i-jenny-3 {
    max-width: 55px;
  }

  .vet-icon.i-jenny-4 {
    max-width: 55px;
    top: 20%;
  }

  .vet-icon.i-jenny-5, .vet-icon.i-jenny-6 {
    max-width: 90px;
  }

  .vet-icon.i-jenny-7 {
    max-width: 90px;
    top: 10%;
  }

  .vet-icon.i-jenny-8 {
    max-width: 25px;
    top: 17%;
    right: 20%;
  }

  .vet-icon.i-kurt-3-b {
    max-width: 100px;
  }

  .vet-icon.i-kurt-b {
    max-width: 100px;
    top: 18%;
    left: 5%;
  }

  .vet-icon.i-kurt-5-b {
    max-width: 90px;
    left: 5%;
    transform: none;
  }

  .vet-icon.i-kurt-1-b {
    max-width: 120px;
  }

  .vet-icon.i-kelly-2-b {
    max-width: 50px;
    top: 0%;
  }

  .vet-icon.i-kelly-4-b {
    max-width: 60px;
    top: 20%;
    left: 15%;
  }

  .vet-icon.i-kelly-1--b {
    width: 110px;
    left: auto;
    right: 10%;
  }

  .vet-icon.i-kelly-6-b {
    max-width: 80px;
    top: 13%;
    left: auto;
    right: 10%;
  }

  .vet-icon.i-kelly-5-b {
    max-width: 60px;
    top: 25%;
    left: auto;
    right: 5%;
  }

  .vet-icon.i-kelly-3-b {
    width: 80px;
    top: 10%;
    left: 5%;
  }

  .vet-icon.i-paul-1-b {
    right: 1%;
  }

  .vet-icon.i-paul-7-b {
    left: 8%;
  }

  .vet-icon.i-paul-6-b {
    max-width: 70px;
    top: 22%;
  }

  .vet-icon.i-paul-5-b {
    top: 23%;
  }

  .vet-icon.i-paul-4-b {
    max-width: 70px;
    right: 18%;
  }

  .vet-icon.i-paul-9-b {
    width: 120px;
    top: 32%;
    transform: rotate(-18deg);
  }

  .vet-icon.i-paul-8-b {
    width: 130px;
    top: 28%;
    transform: rotate(-4deg);
  }

  .vet-icon.i-paul-3-b {
    max-width: 80px;
    top: 18%;
    right: 0%;
    transform: rotate(-5deg);
  }

  .vet-icon.i-paul-2-b {
    transform: none;
  }

  .vet-icon.i-kevin-1-b {
    width: 200px;
    top: 15%;
    right: 0;
  }

  .vet-icon.i-kevin-2-copy {
    max-width: 100px;
    top: 18%;
    left: 10%;
  }

  .vet-icon.i-kevin-3-copy {
    max-width: 60px;
    top: 10%;
  }

  .vet-icon.i-jo-2-copy {
    max-width: 50px;
    top: 20%;
    right: 5%;
  }

  .vet-icon.i-jo-4-copy {
    width: 60px;
    max-width: 100px;
    right: 15%;
  }

  .vet-icon.i-jo-3-copy {
    width: 80px;
    right: 0%;
  }

  .vet-icon.i-jo-1-copy {
    max-width: 80px;
    left: 5%;
  }

  .vet-icon.i-stepfan-1-copy {
    max-width: 70px;
    left: 2%;
  }

  .vet-icon.i-stefan-5-copy {
    max-width: 80px;
    top: 25%;
  }

  .vet-icon.i-stefan-4-copy {
    top: 7%;
    right: 0%;
  }

  .vet-icon.i-stefan-3-copy {
    max-width: 100px;
    top: 15%;
    right: 5%;
  }

  .vet-icon.i-stefan-2-copy {
    max-width: 80px;
  }

  .vet-icon.i-stefan-6-copy {
    max-width: 90px;
    top: 20%;
  }

  .vet-icon.i-jenny-8-copy {
    max-width: 25px;
    top: 17%;
    right: 20%;
  }

  .vet-icon.i-jenny-7-copy {
    max-width: 90px;
    top: 10%;
  }

  .vet-icon.i-jenny-6-copy {
    max-width: 20px;
    left: 22%;
  }

  .vet-icon.i-jenny-5-copy {
    max-width: 50px;
  }

  .vet-icon.i-jenny-4-copy {
    max-width: 60px;
    top: 20%;
  }

  .vet-icon.i-jenny-3-copy {
    width: 20%;
    max-width: 60px;
    left: 15%;
  }

  .vet-icon.i-jenny-2-copy, .vet-icon.i-jenny-1-copy {
    width: 20%;
    max-width: 80px;
  }

  .header_logo_static {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
  }

  .lottie-animation {
    margin-top: 20px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .header_logo_static--mobile {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
  }
}

#w-node-f4548fc5-c2d5-967f-190f-b22d52bcef13-73a8e0cb {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0cb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f4548fc5-c2d5-967f-190f-b22d52bcef13-73a8e0cc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0cc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f4548fc5-c2d5-967f-190f-b22d52bcef13-73a8e0cd {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0a05150f-9271-5c58-7b48-d9f87dc1e7ab-73a8e0cd, #w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2cc7be40-b9db-0546-dcbf-2cd71dae1894-73a8e0ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e45a2d2f-b34a-f286-7223-51117cfbb239-73a8e0cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0d0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_894fb4f4-774b-4ee4-3ec7-636439e9bbe1-73a8e0d0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a36cea38-1f0d-178e-54fd-d9f48f0ad71c-73a8e0d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-f4548fc5-c2d5-967f-190f-b22d52bcef13-73a8e0cb {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0cb {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f4548fc5-c2d5-967f-190f-b22d52bcef13-73a8e0cc, #w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0cc {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_0a05150f-9271-5c58-7b48-d9f87dc1e7ab-73a8e0cd {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0ce, #w-node-_2cc7be40-b9db-0546-dcbf-2cd71dae1894-73a8e0ce, #w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0d0, #w-node-_894fb4f4-774b-4ee4-3ec7-636439e9bbe1-73a8e0d0, #w-node-ed79ba42-8c35-1708-179f-eaf96b92e1db-73a8e0d1 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f4548fc5-c2d5-967f-190f-b22d52bcef13-73a8e0cb, #w-node-_0a05150f-9271-5c58-7b48-d9f87dc1e7ab-73a8e0cd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


