.ahg6647__hero-wrapper {
  width: 100%;
  height: 220px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #006079), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #006079 50%, rgba(0, 0, 0, 0) 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: -30px;
}

.ahg6647__hero-media {
  height: 100px;
  width: 100px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  .ahg6647__hero-media {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 900px) {
  .ahg6647__hero-media {
    height: 140px;
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .ahg6647__hero-media {
    height: 160px;
    width: 160px;
  }
}

.ahg6647__section--a {
  text-align: center;
  padding: 22px 10px 22px;
  padding-top: 0;
}
.ahg6647__section--a h1, .ahg6647__section--a h2, .ahg6647__section--a h3, .ahg6647__section--a h4, .ahg6647__section--a h5, .ahg6647__section--a h6 {
  text-align: center;
}
.ahg6647__section--a.button {
  text-decoration: none;
}
@media (min-width: 600px) {
  .ahg6647__section--a {
    padding: 22px 10px 22px;
    padding-top: 0;
  }
}

.ahg6647__a-headline {
  font-size: 28px;
  margin: 0px auto 0.25em;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 600px) {
  .ahg6647__a-headline {
    font-size: 34px;
  }
}

h3.ahg6647__a-sub-headline {
  font-weight: 300;
  text-align: center;
  margin-top: 0.5em;
}

.ahg6647__a-text {
  line-height: 1.8;
  margin: 0.5em auto;
  max-width: 800px;
}

.ahg6647__a-icons-wrapper {
  margin: 2em auto 0;
  text-align: center;
}
@media (min-width: 600px) {
  .ahg6647__a-icons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 700px;
  }
}

.ahg6647__a-icon {
  margin: 0.5em auto 3em;
  text-align: center;
  max-width: 50%;
}
@media (min-width: 600px) {
  .ahg6647__a-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 0 1em;
    width: 150px;
  }
}

.ahg6647__a-icon-img {
  margin-bottom: 0.75em;
}
.ahg6647__a-icon-img img {
  height: 90px;
  width: auto;
}
@media (min-width: 600px) {
  .ahg6647__a-icon-img {
    margin-bottom: 1.25em;
  }
  .ahg6647__a-icon-img img {
    height: 52px;
  }
}

.ahg6647__a-icon-label {
  font-weight: 500;
}

.ahg6647__section--b {
  background-color: #F5F2F0;
  text-align: center;
  padding: 30px 10px;
}
.ahg6647__section--b h1, .ahg6647__section--b h2, .ahg6647__section--b h3, .ahg6647__section--b h4, .ahg6647__section--b h5, .ahg6647__section--b h6 {
  text-align: center;
}
.ahg6647__section--b.button {
  text-decoration: none;
}

.ahg6647__b-headline {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 800px;
}

.ahg6647__b-text {
  line-height: 1.8;
  margin: 0.5em auto;
  max-width: 800px;
}

.ahg6647__b-callout-quote {
  text-align: center;
  margin: 20px auto 40px auto;
  padding: 0 10px;
}

.ahg6647__b-callout-quote-fancy {
  color: #178AA9;
  font-size: 4em;
  margin-bottom: 0;
  line-height: 0.5em;
  text-align: center;
  margin-top: 1em;
  font-weight: 400;
  font-style: italic;
}

.ahg6647__b-callout-quote-body {
  max-width: 600px;
  margin: 0 auto 20px auto;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
  color: #178AA9;
}

.ahg6647__b-callout-quote-attribution {
  color: #796c6c;
  max-width: 600px;
  margin: 0 auto 5px auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.ahg6647__b-press-release-link-wrapper {
  margin-bottom: 20px;
}

.ahg6647__section--c {
  margin: auto;
  max-width: 1200px;
  text-align: center;
  padding: 20px 10px;
}
.ahg6647__section--c h1, .ahg6647__section--c h2, .ahg6647__section--c h3, .ahg6647__section--c h4, .ahg6647__section--c h5, .ahg6647__section--c h6 {
  text-align: center;
}
.ahg6647__section--c.button {
  text-decoration: none;
}
@media (min-width: 600px) {
  .ahg6647__section--c {
    padding: 30px 10px;
  }
}

.ahg6647__c-feature-wrapper {
  display: block;
  background-color: #009EC9;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  text-align: left;
}
@media (min-width: 900px) {
  .ahg6647__c-feature-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ahg6647__c-feature-image {
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
  background-size: cover;
  background-position: top center;
  min-height: 250px;
}

.ahg6647__feature-content-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  height: inherit;
  position: relative;
}
.ahg6647__feature-content-inner::after {
  clear: both;
  content: "";
  display: table;
}

.ahg6647__feature-ribbon {
  max-width: 75px;
  position: relative;
  left: 10px;
}

.ahg6647__c-feature-text {
  -webkit-box-flex: 3;
      -ms-flex: 3 1;
          flex: 3 1;
  padding: 30px 30px;
}

h2.ahg6647__c-headline {
  text-align: left;
  max-width: 600px;
  color: #fff;
  margin-top: 0;
}

.ahg6647__c-text {
  text-align: left;
  max-width: 600px;
  margin: 20px auto;
  color: #fff;
}

.ahg6647__section--c1 {
  background-color: #F5F2F0;
  padding: 20px 10px;
}

h2.ahg6647__c1-headline {
  text-align: center;
  max-width: 600px;
  margin: 2em auto 0.5em;
}

.ahg6647__c1-text {
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
}

.ahg6647__c-button-wrapper {
  color: #fff;
  max-width: 600px;
  margin: 5px auto 20px;
  text-align: left;
}

a.ahg6647__c-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.ahg6647__section--d {
  text-align: center;
  max-width: 960px;
  margin: auto;
  padding: 22px 10px;
}
.ahg6647__section--d h1, .ahg6647__section--d h2, .ahg6647__section--d h3, .ahg6647__section--d h4, .ahg6647__section--d h5, .ahg6647__section--d h6 {
  text-align: center;
}
.ahg6647__section--d.button {
  text-decoration: none;
}
.ahg6647__d-goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ahg6647__d-goal {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 1em;
}
@media (min-width: 900px) {
  .ahg6647__d-goal {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 1em 2em;
  }
}
@media (min-width: 900px) {
  .ahg6647__d-goal {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}

.ahg6647__d-goal-image {
  height: 80px;
  width: auto;
}

h4.ahg6647__d-goal-name {
  font-weight: 400;
  margin-bottom: 0.5em;
  text-align: center;
}

.ahg6647__d-goal-text {
  text-align: center;
  margin-top: 0;
}

.ahg6647__d-badge {
  height: auto;
  margin-bottom: 12.5px;
  width: 80px;
}

.ahg6647__d-headline {
  margin-bottom: 20px;
}

h2.ahg6647__d-headline {
  font-weight: 300;
}

.ahg6647__d-text {
  text-align: center;
  color: #615F5D;
  font-style: italic;
  margin-bottom: 30px;
}

.ahg6647__d-state-abbr {
  padding: 1px 3px;
}

.ahg6647__d-presented {
  width: 100%;
  overflow: hidden;
  background: #F5F2F0;
  padding: 50px 10px;
  text-align: center;
}

.ahg6647__d-state-icon {
  display: block;
  margin: 5px auto;
  width: 220px;
}

.ahg6647__d-state-table tbody tr:nth-of-type(odd) {
  background-color: #FBFBFB;
}

.ahg6647__d-state-table th, .ahg6647__d-state-table td {
  border-top: 0px solid #BFBEBE;
  letter-spacing: normal;
  padding: 0.5em 0.3em 0.25em;
}
@media (min-width: 600px) {
  .ahg6647__d-state-table th, .ahg6647__d-state-table td {
    padding: 0.75em 0.75em 0.5em;
  }
}

.ahg6647__d-state-table thead th {
  border-bottom: 0;
  color: #95918D;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: -0.25px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
}
.ahg6647__d-state-table thead th:nth-of-type(3), .ahg6647__d-state-table thead th:nth-of-type(4) {
  text-align: center;
}
@media (min-width: 600px) {
  .ahg6647__d-state-table thead th {
    font-size: 11px;
    text-align: center;
  }
}

.ahg6647__d-state-table td {
  font-size: 10px;
  text-align: left;
}
.ahg6647__d-state-table td:nth-of-type(3), .ahg6647__d-state-table td:nth-of-type(4) {
  text-align: right;
}
@media (min-width: 600px) {
  .ahg6647__d-state-table td {
    font-size: 14px;
  }
}

.ahg6647__d-state-table .ahg6647__d-fed {
  margin-left: -4px;
}

.ahg6647__section--e {
  text-align: center;
  margin: auto;
  padding: 0;
}
.ahg6647__section--e h1, .ahg6647__section--e h2, .ahg6647__section--e h3, .ahg6647__section--e h4, .ahg6647__section--e h5, .ahg6647__section--e h6 {
  text-align: center;
}
.ahg6647__section--e.button {
  text-decoration: none;
}

.ahg6647__e-wrapper {
  width: 100%;
  height: 220px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #006079), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #006079 50%, rgba(0, 0, 0, 0) 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: -30px;
}

.ahg6647__e-media {
  height: 100px;
  width: 100px;
  background-color: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  .ahg6647__e-media {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 900px) {
  .ahg6647__e-media {
    height: 140px;
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .ahg6647__e-media {
    height: 160px;
    width: 160px;
  }
}

.ahg6647__e-icon {
  width: 100px;
}

h2.ahg6647__e-headline {
  margin: 1em auto 0.5em;
  font-weight: 300;
}

.ahg6647__e-text {
  line-height: 1.8;
  margin: 0.5em auto 4em auto;
  max-width: 960px;
}

.ahg6647__e-form form {
  display: block;
  margin: auto;
  padding: 1em;
}
@media (min-width: 900px) {
  .ahg6647__e-form form {
    padding: 0;
  }
}

.ahg6647__e-form form #edit-1-container, .ahg6647__e-form form #edit-2-container, .ahg6647__e-form form #edit-3-container, .ahg6647__e-form form #edit-4-container {
  border-radius: 20px;
  margin-bottom: 4em;
}

.ahg6647__e-form form #edit-1-number, .ahg6647__e-form form #edit-2-number, .ahg6647__e-form form #edit-3-number, .ahg6647__e-form form #edit-4-number {
  background: #045267;
  border-radius: 50%;
  padding: 12px;
  color: #ffffff;
  margin-bottom: -30px;
  display: inline-block;
  height: 60px;
  font-weight: 800;
  font-size: 24px;
  width: 60px;
  margin-top: -50%;
}

.ahg6647__e-form form #edit-1-container legend, .ahg6647__e-form form #edit-2-container legend, .ahg6647__e-form form #edit-3-container legend, .ahg6647__e-form form #edit-4-container legend {
  display: block;
  background: #178AA9;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  border-bottom: 10px solid #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 40px 20px 30px 20px;
}

.ahg6647__e-form form .checkboxes--wrapper {
  background: #ECE8E8;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}

.ahg6647__e-form form .checkboxes--wrapper span.fieldset-legend {
  line-height: 1.5;
}

.ahg6647__e-form form .js-webform-checkboxes {
  padding: 30px 40px 10px 40px;
  text-align: left;
  display: block;
  max-width: 600px;
  margin: auto;
  font-weight: 300;
  background: #ECE8E8;
}

.ahg6647__e-form form .form-type-checkbox input {
  width: 36px;
  height: 20px;
  grid-column: 1; /* Ensure checkbox is in the first column */
  margin: 3px 0 0 0;
}

.ahg6647__e-form form .form-item .form-type-checkbox {
  margin-bottom: 1em;
  display: grid; /* Use grid layout */
  grid-template-columns: auto 1fr; /* Two columns: checkbox and label */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; /* Align checkbox and label at the top */
  gap: 10px; /* Add spacing between checkbox and label */
}

.ahg6647__e-form form .form-item .form-type-checkbox label {
  font-weight: 400;
  grid-column: 2; /* Ensure label is in the second column */
  white-space: normal; /* Allow the label text to wrap */
  line-height: 1.5; /* Improve readability for multi-line text */
}

.ahg6647__e-form form .form-item-_-ineligible, .ahg6647__e-form form .form-item-_-eligible {
  padding: 20px 20px 30px 20px;
  background: #ECE8E8;
  border-radius: 0 0 20px 20px;
}

.ahg6647__e-form form .form-item-_-eligible p, .ahg6647__e-form form .form-item-_-eligible ul, .ahg6647__e-form form .form-item-_-eligible ol {
  max-width: 600px;
  margin: 0 auto 1em auto;
  text-align: left;
}

.ahg6647__f-button-wrapper {
  margin: 0 auto 30px;
  text-align: center;
}

.ahg6647__button {
  border: 2px solid transparent;
  margin: 12px 0px 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  font-family: "Ideal Sans SSm A", "Ideal Sans SSm B", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans";
  min-width: 64px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgb(255, 255, 255);
  background-color: rgb(216, 60, 0);
  letter-spacing: 0px;
  line-height: 1.3;
  padding: 0.5em 20px 0.4em;
  font-weight: 400;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
          box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
  font-size: 15px;
  text-transform: none;
}

.ahg6647__button:hover {
  text-decoration: none;
  background-color: rgb(192, 53, 0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.ahg6647__section--g {
  text-align: center;
  margin: auto;
  padding: 0;
  background-color: #006079;
}
.ahg6647__section--g h1, .ahg6647__section--g h2, .ahg6647__section--g h3, .ahg6647__section--g h4, .ahg6647__section--g h5, .ahg6647__section--g h6 {
  text-align: center;
}
.ahg6647__section--g.button {
  text-decoration: none;
}

.ahg6647__g-feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4em auto;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 900px) {
  .ahg6647__g-feature-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ahg6647__g-feature-image {
  padding: 2em 4em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: auto;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 900px) {
  .ahg6647__g-feature-image {
    width: 40%;
  }
}

.ahg6647__g-feature-text {
  text-align: left;
  color: #ffffff;
  padding: 1em 1em 2em 1em;
  -webkit-box-flex: 4;
      -ms-flex: 4 1;
          flex: 4 1;
}
@media (min-width: 900px) {
  .ahg6647__g-feature-text {
    padding: 2em;
  }
}

h3.ahg6647__g-feature-headline {
  font-style: italic;
  text-align: left;
  color: #ffffff;
  font-weight: 300;
}

.ahg6647__g-feature-attribution a {
  color: #ffffff;
  text-decoration: underline;
}

.ahg6647__section--h {
  text-align: center;
  margin: auto;
  padding: 0;
  background-color: #ffffff;
}
.ahg6647__section--h h1, .ahg6647__section--h h2, .ahg6647__section--h h3, .ahg6647__section--h h4, .ahg6647__section--h h5, .ahg6647__section--h h6 {
  text-align: center;
}
.ahg6647__section--h.button {
  text-decoration: none;
}

h2.ahg6647__h-headline {
  text-align: center;
  padding: 0 10px;
}

.ahg6647__h-explore-wrapper {
  max-width: 940px;
  margin: 2em auto 6em;
  text-align: left;
  padding: 1em;
}
@media (min-width: 600px) {
  .ahg6647__h-explore-wrapper {
    padding: 0;
  }
}

.ahg6647__h-explore-wrapper .ahg-materials-item .ahg-materials-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 600px) {
  .ahg6647__h-explore-wrapper .ahg-materials-item .ahg-materials-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ahg6647__h-explore-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: block;
  height: auto;
}
@media (min-width: 600px) {
  .ahg6647__h-explore-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__image-wrapper {
    padding: 1em 0 1em 0;
  }
}

.ahg6647__h-explore-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__image-link .ahg-materials-item__image {
  display: block;
  -o-object-fit: initial;
     object-fit: initial;
  height: auto;
}

.ahg6647__h-explore-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__text-wrapper {
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
  text-align: left;
  padding: 2em 0;
}
@media (min-width: 600px) {
  .ahg6647__h-explore-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__text-wrapper {
    padding: 0 2em;
  }
}

.ahg6647__h-explore-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__text-wrapper .ahg-materials-item__summary {
  display: -webkit-box; /* Use a flexible box model */
  -webkit-box-orient: vertical; /* Set the box orientation to vertical */
  -webkit-line-clamp: 3; /* Number of lines to show before truncating */
  overflow: hidden; /* Hide the overflow content */
}

.ahg6647__h-explore-wrapper .ahg-materials-item .ahg-materials-item__inner h3.ahg-materials-item__name {
  text-align: left;
  margin-bottom: 0.25em;
}

.ahg6647__h-resources-wrapper .ahg-materials-item .ahg-materials-item__inner h3.ahg-materials-item__name {
  text-align: left;
  margin-bottom: 0.25em;
}

.ahg6647__h-resources-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em auto;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
}
@media (min-width: 900px) {
  .ahg6647__h-resources-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.ahg6647__h-webinar-wrapper {
  max-width: 940px;
  margin: 2em auto 6em;
  text-align: left;
  padding: 1em;
}
@media (min-width: 600px) {
  .ahg6647__h-webinar-wrapper {
    padding: 0;
  }
}

.ahg6647__h-webinar-wrapper .ahg-materials-item .ahg-materials-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 600px) {
  .ahg6647__h-webinar-wrapper .ahg-materials-item .ahg-materials-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ahg6647__h-webinar-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: block;
  height: auto;
}
@media (min-width: 600px) {
  .ahg6647__h-webinar-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__image-wrapper {
    padding: 1em 0 1em 0;
  }
}

.ahg6647__h-webinar-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__image-link .ahg-materials-item__image {
  display: block;
  -o-object-fit: initial;
     object-fit: initial;
  height: auto;
}

.ahg6647__h-webinar-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__text-wrapper {
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
  text-align: left;
  padding: 2em 0;
}
@media (min-width: 600px) {
  .ahg6647__h-webinar-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__text-wrapper {
    padding: 0 2em;
  }
}

.ahg6647__h-webinar-wrapper .ahg-materials-item .ahg-materials-item__inner .ahg-materials-item__text-wrapper .ahg-materials-item__summary {
  display: -webkit-box; /* Use a flexible box model */
  -webkit-box-orient: vertical; /* Set the box orientation to vertical */
  -webkit-line-clamp: 3; /* Number of lines to show before truncating */
  overflow: hidden; /* Hide the overflow content */
}

.ahg6647__h-webinar-wrapper .ahg-materials-item .ahg-materials-item__inner h3.ahg-materials-item__name {
  text-align: left;
  margin-bottom: 0.25em;
}

.ahg6647__h-resources-wrapper .ahg-materials-list {
  text-align: left;
}
@media (min-width: 600px) {
  .ahg6647__h-resources-wrapper .ahg-materials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ahg6647__h-resources-wrapper .ahg-materials-list article .ahgt-tags--for-bundle-article {
  display: none;
}

.ahg6647__h-resources-wrapper .ahg-materials-list article {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .ahg6647__h-resources-wrapper .ahg-materials-list article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 900px) {
  .ahg6647__h-resources-wrapper .ahg-materials-list article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33%;
    padding: 10px;
  }
}

.ahg6647__section--i {
  text-align: center;
  margin: auto;
  padding: 0;
  background-color: #ffffff;
  border-top: 2px solid #eee;
}
.ahg6647__section--i h1, .ahg6647__section--i h2, .ahg6647__section--i h3, .ahg6647__section--i h4, .ahg6647__section--i h5, .ahg6647__section--i h6 {
  text-align: center;
}
.ahg6647__section--i.button {
  text-decoration: none;
}

h2.ahg6647__i-headline {
  text-align: center;
  margin: 3em auto 0 auto;
}

.ahg6647__i-topics-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 1em auto;
}
@media (min-width: 600px) {
  .ahg6647__i-topics-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ahg6647__i-topic {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  .ahg6647__i-topic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
    padding: 10px;
  }
}

.ahg6647__i-topic-icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.ahg6647__i-icon {
  height: 80px;
  width: auto;
}

.ahg6647__i-topic-name {
  -webkit-box-flex: 5;
      -ms-flex: 5 1;
          flex: 5 1;
  text-align: left;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1em;
}