/* [project]/src/app/ebooks/nonprofit-mission-operating-model-executive-brief/page.module.css [app-client] (css) */
.page-module__5nS_vG__breadcrumbsPart {
  color: #fff;
  background-color: #0c1a47d2;
  background-position: center;
  background-size: cover;
  align-items: center;
  padding: clamp(2rem, 6vw, 4rem) 0;
  display: flex;
  position: relative;
}

.page-module__5nS_vG__breadcrumbsBgImage {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-module__5nS_vG__serviceHeroText {
  z-index: 1;
  position: relative;
}

.page-module__5nS_vG__serviceHeroText h1 {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
}

.page-module__5nS_vG__heroActions {
  gap: 1rem;
}

.page-module__5nS_vG__serviceHeroText p {
  font-size: 1rem;
}

.page-module__5nS_vG__heroSubtitle {
  color: #fff;
  margin-bottom: 2rem;
  line-height: 2rem;
  font-size: 1.5rem !important;
}

.page-module__5nS_vG__epcBox {
  border-left: 4px solid #cb00b6;
  border-radius: 15px;
  transition: transform .3s ease-in-out;
}

.page-module__5nS_vG__epcBox:hover {
  transform: translateY(-5px);
}

.page-module__5nS_vG__epcBox h3 {
  color: var(--brand-color-3);
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 1.2rem;
  font-weight: 700;
}

.page-module__5nS_vG__epcBox p {
  padding-left: 15px;
}

.page-module__5nS_vG__form {
  background-color: var(--brand-color-white);
  color: var(--brand-color-6);
  border-radius: 1.5rem;
  margin-top: 0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.page-module__5nS_vG__form input {
  background-color: #fff;
}

.page-module__5nS_vG__heroVisualImg {
  display: inline-block;
  transform: rotate(-5deg);
}

.page-module__5nS_vG__footer {
  background: var(--brand-color-6);
  border-top: 4px solid #fff;
}

.page-module__5nS_vG__footerCopyright {
  background: var(--brand-color-6);
}

.page-module__5nS_vG__btn-radius {
  text-transform: none;
  letter-spacing: normal;
  padding: .75rem 1.5rem;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.page-module__5nS_vG__text-left {
  text-align: left;
}

.page-module__5nS_vG__linkBtn {
  color: var(--brand-color-3) !important;
  border: none !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 991px) {
  .page-module__5nS_vG__form {
    margin-top: 2rem;
    position: static;
    top: auto;
  }
}

@media only screen and (max-width: 767px) {
  .page-module__5nS_vG__serviceHeroText {
    text-align: center;
  }

  .page-module__5nS_vG__serviceHeroText h1 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
  }

  .page-module__5nS_vG__heroSubtitle {
    font-size: 1.2rem !important;
  }
}

/* [project]/src/components/Header/header.module.css [app-client] (css) */
.header-module__nrpHoW__header {
  background-color: #fff;
}

.header-module__nrpHoW__landingPageHeader {
  background-color: #fff;
  padding: 1.25rem 0;
}

.header-module__nrpHoW__headerContainer {
  position: relative;
}

.header-module__nrpHoW__menuIcon {
  cursor: pointer;
  color: #fff;
  background: #ff1fa9;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  display: none;
}

.header-module__nrpHoW__socialIcons {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  gap: .3rem;
  transition: background-color .5s, transform .5s;
  display: flex;
}

.header-module__nrpHoW__socialIcons a {
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  padding: 5px;
  font-size: .79rem;
  display: flex;
  box-shadow: 0 1px 1px #0003;
  color: var(--brand-color-6) !important;
}

.header-module__nrpHoW__socialIcons a:hover {
  background: #0088d0;
  color: #fff !important;
}

.header-module__nrpHoW__headerMenuContainer {
  margin-left: auto;
  margin-right: 1rem;
  display: flex;
}

.header-module__nrpHoW__navbar {
  align-items: center;
  display: flex;
}

.header-module__nrpHoW__menuItemsList {
  text-align: right;
  float: right;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.header-module__nrpHoW__menuItem {
  cursor: pointer;
  text-align: left;
  display: inline-block;
  position: relative;
}

.header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__label, .header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__label a {
  color: var(--brand-color-1) !important;
}

.header-module__nrpHoW__desktopMegaMenuContainer {
  position: static !important;
}

.header-module__nrpHoW__megaMenuContainer {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  display: none;
  position: absolute;
  left: -2.5rem;
  right: -2.5rem;
  box-shadow: 0 2px 15px #0000001a;
}

.header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__megaMenuContainer, .header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__subMenuContainer {
  display: block;
}

.header-module__nrpHoW__label {
  color: var(--brand-color-6);
  white-space: normal;
  text-transform: none;
  border-radius: 4px;
  align-items: center;
  padding: .5rem .9rem;
  font-style: normal;
  font-weight: 500;
  display: inline-flex;
  letter-spacing: 0 !important;
  font-size: 1rem !important;
}

.header-module__nrpHoW__menuSubItems .header-module__nrpHoW__label {
  text-transform: none;
  width: auto;
  min-width: 200px;
  font-weight: 400;
  color: var(--brand-color-6) !important;
  background-color: #0000 !important;
}

.header-module__nrpHoW__menuSubItems .header-module__nrpHoW__label a {
  text-transform: none;
  width: auto;
  min-width: 200px;
  font-size: .9em;
  font-weight: 400;
  color: var(--brand-color-6) !important;
}

.header-module__nrpHoW__menuSubItems, .header-module__nrpHoW__subMenu {
  text-align: left;
  z-index: 1000;
  background-color: #fff;
  border-radius: 3px;
  width: auto;
  position: absolute;
  left: 0;
  box-shadow: 0 2px 10px #0000001a;
}

.header-module__nrpHoW__menuSubItem {
  color: var(--brand-color-6);
  text-transform: none;
  cursor: pointer;
  padding: .5rem 1rem;
  font-weight: 400;
}

.header-module__nrpHoW__dropdown {
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  min-width: 200px;
  padding: .5rem 0;
  transition: opacity .3s, visibility .3s;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 10px #0000001a;
}

.header-module__nrpHoW__arrowTop {
  padding: 1em 0;
  position: absolute;
}

.header-module__nrpHoW__megaMenu {
  display: none;
}

.header-module__nrpHoW__hasChildren .header-module__nrpHoW__dropdown > .header-module__nrpHoW__hasChildren .header-module__nrpHoW__dropdown {
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  padding: .5rem 0;
  transition: opacity .3s, visibility .3s;
  top: 25%;
  left: 100%;
}

.header-module__nrpHoW__dropdown:hover .header-module__nrpHoW__subMenuContainer {
  display: block !important;
}

.header-module__nrpHoW__hasChildren:hover > .header-module__nrpHoW__dropdown {
  visibility: visible;
  opacity: 1;
  display: block !important;
}

.header-module__nrpHoW__hasChildren .header-module__nrpHoW__dropdown a {
  text-transform: none;
  align-items: center;
  gap: .8rem;
  padding: .5rem 1rem;
  display: flex;
  color: var(--brand-color-6) !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
}

.header-module__nrpHoW__hasChildren > .header-module__nrpHoW__dropdown > .header-module__nrpHoW__subMenuItem > a:hover {
  color: #ff1fa9 !important;
  background-color: #f7f7f7 !important;
}

.header-module__nrpHoW__megaMenu.header-module__nrpHoW__arrowTop {
  padding: 0 1em 1em !important;
}

.header-module__nrpHoW__hasChildren > .header-module__nrpHoW__megaMenu {
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  width: auto;
  padding: .5rem 0;
  list-style: none;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 10px #0000001a;
}

.header-module__nrpHoW__menuItem .header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu {
  left: 50%;
  transform: translateX(-50%);
}

.header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu {
  min-width: 520px;
  max-width: 530px;
  padding: .75rem .9rem .9rem !important;
}

@media (min-width: 1400px) {
  .header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu {
    min-width: 540px;
    max-width: 550px;
  }
}

.header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu .header-module__nrpHoW__row {
  margin-left: 0;
  margin-right: 0;
}

.header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu .header-module__nrpHoW__col-lg-6 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.header-module__nrpHoW__dropdown > li.header-module__nrpHoW__hasChildren:hover > a {
  color: #ff1fa9 !important;
}

.header-module__nrpHoW__hasChildren:hover > .header-module__nrpHoW__megaMenu {
  visibility: visible;
  opacity: 1;
  display: block;
}

.header-module__nrpHoW__hasChildren:hover > .header-module__nrpHoW__megaMenu .header-module__nrpHoW__megaMenuList {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.header-module__nrpHoW__megaMenu .header-module__nrpHoW__megaMenuTitle {
  color: var(--brand-color-6);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 5px;
  padding-bottom: 10px;
  padding-left: 6px;
  font-weight: 600;
  display: block;
  font-size: .95em !important;
}

.header-module__nrpHoW__megaMenuList .header-module__nrpHoW__megaMenuItem a {
  color: var(--brand-color-6);
  text-shadow: none;
  border: 0;
  border-radius: 4px;
  margin: 0 0 3px;
  padding: 3px 8px 3px 6px;
  font-size: .85em;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.header-module__nrpHoW__megaMenuItem:hover a {
  color: #ff1fa9 !important;
}

.header-module__nrpHoW__menuItemsList > li:nth-child(3) .header-module__nrpHoW__megaMenu {
  left: -250px;
  right: -250px;
}

.header-module__nrpHoW__menuItemsList > li:nth-child(6) .header-module__nrpHoW__megaMenu {
  left: auto;
  right: auto;
}

.header-module__nrpHoW__hasChildren .header-module__nrpHoW__dropdown > .header-module__nrpHoW__hasChildren:hover > .header-module__nrpHoW__dropdown {
  visibility: visible;
  opacity: 1;
}

.header-module__nrpHoW__subMenuItem {
  text-align: left;
  min-width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-module__nrpHoW__subMenuItem a {
  color: var(--brand-color-6);
  letter-spacing: 0;
  border-bottom: 1px solid #f7f7f7;
  padding: 5px 20px;
  font-size: .9em;
  font-weight: 400;
  display: block;
  position: relative;
}

.header-module__nrpHoW__menuSubItem:hover .header-module__nrpHoW__label, .header-module__nrpHoW__menuSubItem:hover a {
  color: #ff1fa9 !important;
}

.header-module__nrpHoW__mobileMegaMenuContainer {
  width: auto;
  position: relative;
}

.header-module__nrpHoW__menuItem:hover > a {
  color: #ff1fa9;
}

.header-module__nrpHoW__topArrow {
  padding: 1em 0;
  position: absolute;
}

.header-module__nrpHoW__megaMenuContainer, .header-module__nrpHoW__dropdown, .header-module__nrpHoW__megaMenu, .header-module__nrpHoW__arrowTop, .header-module__nrpHoW__topArrow {
  border-top: 4px solid !important;
  border-image: linear-gradient(to right, #ff1fa9, #ac34fe) 1 !important;
  border-radius: 4px !important;
}

.header-module__nrpHoW__productsMegaMenuContainer {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  display: none;
  position: absolute;
  transform: translateX(-50%);
  box-shadow: 0 2px 15px #0000001a;
  border-top: 4px solid !important;
  border-image: linear-gradient(to right, #ff1fa9, #ac34fe) 1 !important;
}

.header-module__nrpHoW__desktopProductsMegaMenuContainer {
  position: static !important;
}

.header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__productsMegaMenuContainer {
  display: block;
}

.header-module__nrpHoW__mobileMenuOverlay {
  z-index: 9999;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0;
}

.header-module__nrpHoW__mobileMenuContent {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  animation: .3s ease-out header-module__nrpHoW__slideInFromTop;
  overflow-y: auto;
}

.header-module__nrpHoW__mobileMenuHeader {
  color: #ff1fa9;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.header-module__nrpHoW__closeButton {
  color: var(--brand-color-6);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  padding: .5rem;
  transition: background-color .5s;
}

.header-module__nrpHoW__greatPlaceToWorkImg {
  object-fit: contain;
  align-self: center;
  width: 50px;
  height: auto;
  margin-left: 1rem;
  transition: all .3s;
}

@media screen and (max-width: 992px) {
  .header-module__nrpHoW__headerMenuContainer {
    order: 1;
    margin-left: 1.5em;
    margin-right: 0;
  }

  .header-module__nrpHoW__menuItemsList {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: none;
  }

  .header-module__nrpHoW__menuIcon {
    cursor: pointer;
    color: #fff;
    background: #ff1fa9;
    border: none;
    border-radius: 6px;
    outline: none;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    min-height: 44px;
    padding: 12px;
    font-size: 1rem;
    display: flex;
  }

  .header-module__nrpHoW__navbar li {
    text-align: center;
    width: 100%;
  }

  .header-module__nrpHoW__navbar a {
    justify-content: center;
    width: 100%;
  }

  .header-module__nrpHoW__socialIcons {
    margin-left: auto;
  }

  .header-module__nrpHoW__menuIcon:active {
    transform: scale(.95);
  }

  .header-module__nrpHoW__greatPlaceToWorkImg {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  .header-module__nrpHoW__socialIcons {
    display: none;
  }
}

@keyframes header-module__nrpHoW__slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-color-scheme: dark) {
  .header-module__nrpHoW__mobileMenuContent {
    color: #fff;
    background-color: #2d2d2d;
  }

  .header-module__nrpHoW__mobileMenuHeader {
    border-bottom-color: #555;
  }
}

@media (max-width: 1200px) {
  .header-module__nrpHoW__greatPlaceToWorkImg {
    max-width: 60px;
    max-height: 60px;
  }

  .header-module__nrpHoW__label {
    padding: .5rem !important;
  }
}

/* [project]/src/components/Footer/footer.module.css [app-client] (css) */
.footer-module__WOMdyG__footer {
  background: var(--brand-color-6);
  clear: both;
  color: #fff;
  border-top: 4px solid #212529;
  margin-top: 0;
  padding: 0;
  position: relative;
  font-size: .875rem !important;
}

.footer-module__WOMdyG__footerHeading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
  font-size: .9rem !important;
  font-weight: 700 !important;
}

.footer-module__WOMdyG__footerHeading:after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: var(--brand-color-1) !important;
}

.footer-module__WOMdyG__footerContent {
  padding-left: 0;
  line-height: 1.6;
  font-size: .875rem !important;
}

.footer-module__WOMdyG__footerContent li {
  gap: .8rem;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.footer-module__WOMdyG__footer p {
  color: #fff !important;
}

.footer-module__WOMdyG__footer a {
  color: var(--brand-color-white);
  text-decoration: none;
  display: inline-block;
}

.footer-module__WOMdyG__SocialIcons {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  gap: .3rem;
  padding-left: 0;
  transition: background-color .3s, transform .3s;
  display: flex;
}

.footer-module__WOMdyG__socialIcons {
  align-items: center;
  gap: .2rem;
  padding-left: 0;
  transition: background-color .3s, transform .3s;
  display: flex;
}

.footer-module__WOMdyG__socialIcons li {
  color: #212529;
  border-radius: 100%;
  margin: -1px 1px 0 0;
  padding: 0;
  display: inline-block;
  overflow: visible;
  box-shadow: 0 1px 1px #0003;
}

.footer-module__WOMdyG__socialIcons li a {
  text-align: center;
  background: var(--brand-color-dark-gray);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: .8rem;
  display: flex;
  color: #333 !important;
}

.footer-module__WOMdyG__socialIcons li a:hover {
  background: var(--brand-color-1);
  color: #fff !important;
}

.footer-module__WOMdyG__socialIcons li a:hover svg {
  color: #fff !important;
}

.footer-module__WOMdyG__footerListIcon svg {
  fill: #fff;
  width: 1em !important;
  min-width: 1em !important;
  height: 1em !important;
}

.footer-module__WOMdyG__footerCopyright {
  color: #fff;
  background: none;
  border-top: 1px solid #fff;
  place-items: center;
  margin: 0 60px;
  padding: 1rem 0;
}

.footer-module__WOMdyG__footerCopyright p {
  margin-bottom: 0;
  font-size: .9em !important;
}

.footer-module__WOMdyG__newsLink:hover {
  color: var(--brand-color-1);
}

/*# sourceMappingURL=src_eae413c2._.css.map*/