#home-title h1 {
  font-size: 32px;
  margin: -20px auto 21px;
}

#home-banner-content {
  padding: 0 25px 10px !important;
}

.home-banner-text.text-center {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 15px;
}

.normal-text {
  font-size: 13px;
  line-height: 19.5px;
}

#home-banner-image {
  max-width: 339px;
  margin: 0 auto -10px;
}

div:has(> #home-banner) {
  margin-bottom: 18px;
}

#home-donna-story-section {
  padding: 0 25px 28px;
}

div#home-donna-story-section .subhead {
  margin-bottom: 24px;
}

.subhead {
  font-size: 24px;
  position: relative;
  width: fit-content;
  padding-bottom: 16px;
  line-height: 100%;
}

.subhead:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 8px;
  bottom: 0px;
  left: 0;
  background: #250E62;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.subhead.denim-blue-color:after {
  background: #3E79CA;
}

div#home-donna-story-section .container .text p:first-child {
  font-size: 20px;
  line-height: 30px;
  padding: 0 15px 18px 0;
}

a.cta-btn {
  background: #250E62;
  display: block;
  margin: 0;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding: 13px 37px;
  width: fit-content;
  color: #FFFFFF;
}

#home-donna-story-section>div>.container .cmp-container>div {
  display: flex;
  flex-direction: column;
}

#home-donna-story-section .image {
  max-width: 325px;
  margin: 22px 0 17px;
  position: relative;
}

#home-donna-story-section .image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border: 3px solid #250E62;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  top: 14px;
  left: 10px;
  z-index: -1;
}

#home-tool-sec {
  padding: 22px 25px 30px;
}

#home-tool-sec .image {
  margin: 21px auto 2px;
}

#home-tool-sec .container .text p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 34px;
}

#home-tool-sec .container .text p a {
  margin-top: 25px;
}

#home-tool-sec .container>div>div {
  display: flex;
  flex-direction: column;
}

#home-exploring-sec {
  margin: 26px 25px 34px;
}

#home-exploring-sec .container {
  margin: 30px auto 0;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

div#tru-tool-container>div {
  display: flex;
  flex-direction: column-reverse;
}

#tru-tool-container .text {
  padding: 40px 18px 14px;
}

#tru-tool-container p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}

#tru-tool-container p.footnote {
  font-size: 12px;
  line-height: 14px;
  padding: 2px 15px 0;
}

#tru-tool-container .image {
  margin-bottom: -8px;
  max-width: 326px;
}

#share-story-section {
  padding: 31px 25px 14px;
}

#share-story-section .container .text p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}

#share-story-section .container .text p:first-child {
  padding-bottom: 30px;
}

#share-story-section .container .text p a {
  position: absolute;
  margin-top: 10px;
  padding: 13px 31px;
}

#main-footer-section {
  margin: 17px 25px 30px;
  font-size: 10px;
  line-height: 15px;
}

a.cta-btn:hover {
  color: #19064E;
  background-color: #71A9F7;
  text-decoration: none;
}

div#footer-link-list ul li a:hover {
  color: #B2C3FF;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  div#header-banner ul.cmp-navigation__group li a {
    position: relative;
  }



  .navigation-overlay .cmp-navigation__group li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    top: 43px;
    background-color: #5479F7;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
    z-index: 1;



  }
}

@media screen and (min-width: 992px) {

  /*AX hover*/
  div#header-banner ul.cmp-navigation__group li a {
    position: relative;
  }

  div#header-banner ul.cmp-navigation__group li a::after {
    z-index: 0;
  }

  div#header-banner ul.cmp-navigation__group li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 14px;
    background-color: #5479F7;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    z-index: 1;
  }

  div#header-banner ul.cmp-navigation__group li a:hover::before,
  div#header-banner ul.cmp-navigation__group li a:focus-visible::before {
    width: 100%;
  }

  div#header-banner ul.cmp-navigation__group li.cmp-navigation__item--active a::before {
    width: 100%;
  }

  div#header-banner ul.cmp-navigation__group li a::before {
    width: 100%;
    max-width: 0;
    transition: max-width 0.6s cubic-bezier(0.42, 0, 1, 1);
    overflow: hidden;
  }

  div#header-banner ul.cmp-navigation__group li a:hover::before {
    max-width: 100%;
  }

  /*AX hover*/
  #home-title h1 {
    font-size: 68px;
    line-height: 84px;
    margin: 48px auto 28px;
  }

  #home-banner-content {
    padding: 0 0px 75px !important;
    max-width: 1196px;
    margin: 0 auto;
  }

  .home-banner-text.text-center {
    font-size: 36px;
    line-height: 54px;
    padding-bottom: 40px;
  }

  .normal-text {
    font-size: 24px;
    line-height: 36px;
  }

  #home-banner-image {
    max-width: 882px;
    margin: 0 auto -21px;
  }

  div:has(> #home-banner) {
    margin-bottom: 69px;
  }

  .subhead {
    font-size: 48px;
    padding-bottom: 26px;
  }

  .subhead:after {
    height: 14px;
  }

  #home-donna-story-section>div>.container .cmp-container>div {
    gap: 0;
    flex-direction: row;
  }

  div#home-donna-story-section .container .text p:first-child {
    font-size: 36px;
    line-height: 54px;
    padding: 0 0px 38px 0;
  }

  a.cta-btn {
    font-size: 28px;
    padding: 21.5px 55px;
  }

  #home-donna-story-section .image {
    max-width: 759px;
    margin: 0;
  }

  #home-donna-story-section .image:after {
    top: 20px;
    left: 24px;
  }

  #home-donna-story-section,
  #home-tool-sec,
  #home-exploring-sec,
  #share-story-section,
  #main-footer-section {
    max-width: 1196px;
    margin: 0 auto;
    padding: 0;
  }

  #home-donna-story-section {
    padding: 0 0 134px;
  }

  div#home-tool-sec {
    padding: 75px 0 84px;
  }

  #home-tool-sec .container>div>div {
    flex-direction: row;
    padding-top: 48px;
  }

  #home-tool-sec .container .text p {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 50px;
  }

  div#home-exploring-sec {
    padding: 56px 0 91px;
  }

  div#share-story-section {
    padding: 59px 0 102px;
  }

  div#main-footer-section {
    padding: 57px 0 42px;
    font-size: 16px;
    line-height: 24px;
  }

  #home-tool-sec .image {
    margin: 48px 78px 0 0;
  }

  div#tru-tool-container>div {
    flex-direction: row;
    padding: 77px 41px 62px 36px;
    justify-content: center;
    align-items: center;
  }

  #tru-tool-container .text {
    padding: 0px 49px 0 44px;
  }

  #tru-tool-container p.footnote {
    font-size: 16px;
    line-height: 18px;
    padding: 13px 0px 0;
  }

  #share-story-section .container>div>div {
    display: flex;
    padding-top: 35px;
  }

  #share-story-section .container .text p {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 30px;
  }

  #share-story-section .container .text p a {
    position: relative;
    margin-top: 10px;
    padding: 21.5px 66px;
  }

  #share-story-section .container .text {
    max-width: 499px;
  }

  #share-story-section .container .image {
    position: relative;
  }

  #share-story-section .container .image img {
    position: absolute;
    width: 100%;
    margin: 0;
  }

  #tru-tool-container p {
    font-size: 24px;
    line-height: 36px;
  }

  #tru-tool-container .image {
    max-width: 472px;
  }

  p.subhead.denim-blue-color {
    margin-bottom: 20px;
  }

  #home-donna-story-section>div>.container .cmp-container>div>.text {
    max-width: 431px;
  }
}

@media screen and (max-width: 991px) {
  #share-story-section .subhead {
    margin-bottom: 17px;
  }
}

/******media query for tablet landscape*******/
@media screen and (min-width: 992px) and (max-width: 1023px) {}

/******media query for tablet potrait*******/
@media screen and (min-width: 768px) and (max-width: 991px) {}

@media screen and (min-width:400px) and (max-width:991px){
  #home-donna-story-section .image,#tru-tool-container .image {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width:992px) and (max-width:1400px){
  div#home-banner, #home-donna-story-section, div#home-tool-sec, div#home-exploring-sec, div#share-story-section,div#main-footer-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  #StickyWrapper .cmp-highlightinfo__button {
    right: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    a.cta-btn {
        line-height: 32px;
    }
}
