@charset "UTF-8";
:root {
  --clr-brand: #0e2b63;
  --clr-brand-light: #004f9f;
  --clr-accent: #00b1eb;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
#sage *,
#sage *::before,
#sage *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sage * {
  margin: 0;
}
#sage html,
#sage body {
  height: 100%;
}
#sage body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
#sage img,
#sage picture,
#sage video,
#sage canvas,
#sage svg {
  display: block;
  max-width: 100%;
}
#sage input,
#sage button,
#sage textarea,
#sage select {
  font: inherit;
}
#sage p,
#sage h1,
#sage h2,
#sage h3,
#sage h4,
#sage h5,
#sage h6 {
  overflow-wrap: break-word;
}

/* stylelint-disable */
.hidden {
  position: absolute;
  left: -200vw;
}

:is(html.no-scroll, html.no-scroll body) {
  overflow: hidden;
  height: 100%;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #f2f6fa !important;
}

.image-overlay-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.image-overlay-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 117, 137, 0)), to(rgb(60, 59, 69)));
  background: -webkit-linear-gradient(top, rgba(119, 117, 137, 0), rgb(60, 59, 69));
  background: -o-linear-gradient(top, rgba(119, 117, 137, 0), rgb(60, 59, 69));
  background: linear-gradient(180deg, rgba(119, 117, 137, 0), rgb(60, 59, 69));
}
.image-overlay-container .overlay-text {
  font-size: 26px !important;
  letter-spacing: -1.04px;
  color: #fff !important;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  max-width: 80%;
}
@media screen and (max-width: 900px) {
  .image-overlay-container .overlay-text {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

#sage {
  scroll-behavior: smooth;
  scroll-padding-top: 172px;
}
#sage.has-anchor {
  scroll-padding-top: 228px;
}
#sage body {
  font-family: "Aeroport", sans-serif;
}
#sage .container {
  width: min(1550px, 90%);
  margin: 0 auto;
}
#sage .main-header .container {
  width: min(1550px, 90%) !important;
}
#sage h1,
#sage .headingone {
  font-size: 2.3125rem;
  font-size: clamp(2.3125rem, 1.9700413223rem + 1.4049586777vw, 3.375rem);
  line-height: 1.08823529;
  position: relative;
  z-index: 20;
}
#sage h1 sup,
#sage .headingone sup {
  font-size: 0.3em;
  position: relative;
  bottom: 13px;
}
@media screen and (max-width: 900px) {
  #sage h1 sup,
  #sage .headingone sup {
    bottom: 0;
  }
}
#sage .esg-page-headline {
  font-weight: 700 !important;
  font-size: 56px !important;
  letter-spacing: -2.24px !important;
  line-height: 66px !important;
  color: #0e2b63 !important;
  margin-bottom: 35px !important;
}
@media screen and (max-width: 1500px) {
  #sage .esg-page-headline {
    font-size: 44px !important;
    line-height: 55px !important;
    letter-spacing: -1.25px !important;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-page-headline {
    font-size: 32px !important;
    letter-spacing: -1px !important;
    line-height: 36px !important;
  }
}
#sage .esg-text-1 {
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 32px;
  color: #777589;
}
@media screen and (max-width: 1500px) {
  #sage .esg-text-1 {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.3px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-text-1 {
    font-size: 14px;
    letter-spacing: -0.24px;
    line-height: 20px;
  }
}
#sage .disclaimer {
  font-size: 16px !important;
  letter-spacing: -0.32px !important;
  color: #777589 !important;
  display: block !important;
}
@media screen and (max-width: 1500px) {
  #sage .disclaimer {
    font-size: 13px !important;
    letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 900px) {
  #sage .disclaimer {
    font-size: 10px !important;
    line-height: 14px !important;
    letter-spacing: -0.1px !important;
  }
}
#sage [bg],
#sage .video-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage .responsible-marketing [bg] {
  -o-object-position: top;
     object-position: top;
}
#sage .video-hero__video {
  z-index: unset;
}
#sage [overlay],
#sage .video-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -5;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  pointer-events: none;
}
#sage .video-hero-overlay {
  z-index: 1;
}
#sage iframe[bg] {
  z-index: -2;
}
#sage .arrow-white {
  height: 100px;
  position: position;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: white;
  text-decoration: none;
}
#sage .arrow-white svg {
  height: 100px;
  width: 100px;
  z-index: 5;
}
#sage .arrow-white svg:last-child {
  display: none;
}
#sage .arrow-white:hover svg:first-child {
  display: none;
}
#sage .arrow-white:hover svg:last-child {
  display: block;
}
#sage .search-menu {
  background-color: white;
  padding: 4rem 0;
  position: relative;
  z-index: 99999999;
  display: none;
}
#sage .search-menu.open {
  display: block;
}
#sage .search-menu .container {
  display: grid;
  place-items: center;
}
#sage .search-menu .container > div {
  width: min(100%, 960px);
  margin: 0 auto;
}
#sage .search-menu .container > div form {
  display: grid;
  grid-template-columns: 2fr minmax(80px, 1fr);
  gap: 1rem;
}
#sage .search-menu .container > div form input:is([type=search], [type=submit]) {
  border: none;
  border-radius: 30px;
  padding: 0 24px;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  color: #172962;
  background-color: #fff;
}
#sage .search-menu .container > div form input[type=submit] {
  background-color: #172962;
  color: #fff;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
  place-items: center;
  z-index: 99999;
}
.video-modal::after {
  content: "X";
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
.video-modal.open {
  display: grid;
}
.video-modal iframe {
  width: 80%;
  height: 80%;
  display: block;
}

.rainbow-divider-dynamic {
  height: 10px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(42%, #0E2B63), color-stop(42%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(58%, #004F9F), color-stop(58%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(72%, #10B0E6), color-stop(72%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(81%, #C6C8CA), color-stop(81%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(90%, #EC230E), color-stop(90%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(100%, #AE1E23), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #0E2B63 42%, rgba(0, 0, 0, 0) 42%), -webkit-linear-gradient(left, #004F9F 58%, rgba(0, 0, 0, 0) 58%), -webkit-linear-gradient(left, #10B0E6 72%, rgba(0, 0, 0, 0) 72%), -webkit-linear-gradient(left, #C6C8CA 81%, rgba(0, 0, 0, 0) 81%), -webkit-linear-gradient(left, #EC230E 90%, rgba(0, 0, 0, 0) 90%), -webkit-linear-gradient(left, #AE1E23 100%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #0E2B63 42%, rgba(0, 0, 0, 0) 42%), -o-linear-gradient(left, #004F9F 58%, rgba(0, 0, 0, 0) 58%), -o-linear-gradient(left, #10B0E6 72%, rgba(0, 0, 0, 0) 72%), -o-linear-gradient(left, #C6C8CA 81%, rgba(0, 0, 0, 0) 81%), -o-linear-gradient(left, #EC230E 90%, rgba(0, 0, 0, 0) 90%), -o-linear-gradient(left, #AE1E23 100%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #0E2B63 42%, rgba(0, 0, 0, 0) 42%), linear-gradient(90deg, #004F9F 58%, rgba(0, 0, 0, 0) 58%), linear-gradient(90deg, #10B0E6 72%, rgba(0, 0, 0, 0) 72%), linear-gradient(90deg, #C6C8CA 81%, rgba(0, 0, 0, 0) 81%), linear-gradient(90deg, #EC230E 90%, rgba(0, 0, 0, 0) 90%), linear-gradient(90deg, #AE1E23 100%, rgba(0, 0, 0, 0) 100%);
}
.rainbow-divider-dynamic--medium {
  height: 18px;
}
.rainbow-divider-dynamic--large {
  height: 30px;
}

.rounded-button {
  display: inline-block;
  padding: 10px 32px 8px 32px;
  background-color: #0e2b63;
  color: #fff !important;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  text-transform: uppercase;
}
.rounded-button:hover {
  background-color: #25B1EB;
  color: #fff !important;
  text-decoration: none;
}

/* stylelint-disable */
#sage header.main-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#sage header.main-header .brand {
  margin-right: 2rem;
}
#sage header.main-header .brand img {
  -o-object-fit: contain;
     object-fit: contain;
}
#sage header.main-header .search-container {
  cursor: pointer;
}
#sage header.main-header .search-container img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  max-width: unset;
}
#sage header.main-header .menu-item-has-children .main-nav-keyboard-toggle {
  padding: 0;
  position: relative;
  left: 5px;
  bottom: -3px;
  width: 9px;
  height: 16px;
  border: none;
  background-color: transparent;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#sage header.main-header .menu-item-has-children .main-nav-keyboard-toggle.active {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
#sage header.main-header .menu-item-has-children:hover .main-nav-keyboard-toggle {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
#sage header.main-header .banner {
  padding: 0.625rem 0;
  background-color: var(--clr-brand);
  color: white;
  text-align: right;
  font-weight: 500;
}
#sage header.main-header .banner span {
  color: var(--clr-accent);
}
#sage header.main-header .banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
#sage header.main-header .banner .container .top-menu ul {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-right: 1rem;
}
#sage header.main-header .banner .container .top-menu ul a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
#sage header.main-header .banner .container .top-menu ul a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 105%;
  border-bottom: 2px solid white;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#sage header.main-header .banner .container .top-menu ul a:hover::after {
  width: 100%;
}
#sage header.main-header .inner {
  padding: 0.5rem 0;
  background-color: white;
}
@media screen and (min-width: 900px) {
  #sage header.main-header .inner {
    padding: 1.5rem 0;
  }
}
#sage header.main-header .inner .anchor-menu {
  position: absolute;
  display: grid;
  place-items: center;
  bottom: -60px;
  left: 0;
  width: 100%;
  min-height: 60px;
  background-color: rgba(14, 43, 99, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#sage header.main-header .inner .anchor-menu .container {
  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;
}
#sage header.main-header .inner .anchor-menu a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
#sage header.main-header .inner .anchor-menu a + a {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  border-left: solid 2px white;
}
#sage header.main-header .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sage header.main-header .inner .flex .nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  list-style-type: none;
}
@media screen and (max-width: 1600px) {
  #sage header.main-header .inner .flex .nav {
    gap: 2rem;
  }
}
#sage header.main-header .inner .flex .nav a {
  color: var(--clr-brand);
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 1151px) {
  #sage header.main-header .menu-image a {
    pointer-events: none;
  }
  #sage header.main-header .menu-item-has-children .sub-menu {
    display: none;
    grid-template-columns: 312px minmax(0, 400px);
    gap: 35px;
    position: absolute;
    left: 0;
    top: var(--header-height);
    width: 100%;
    min-height: 400px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 3rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #sage header.main-header .menu-item-has-children .sub-menu .menu-image {
    grid-row: 1/-1;
    list-style-type: none;
  }
  #sage header.main-header .menu-item-has-children .sub-menu li:not(.menu-image) {
    list-style-type: none;
    border-bottom: 2px solid transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #sage header.main-header .menu-item-has-children .sub-menu li:not(.menu-image) a {
    font-size: 20px;
    font-weight: 300 !important;
  }
  #sage header.main-header .menu-item-has-children .sub-menu li:not(.menu-image) + li {
    margin-top: 1.5rem;
  }
  #sage header.main-header .menu-item-has-children .sub-menu li:not(.menu-image):hover {
    border-color: #fb0;
  }
  #sage header.main-header .menu-item-has-children .sub-menu > li:not(.menu-image) {
    grid-column: 2;
  }
  #sage header.main-header .menu-item-has-children.active .sub-menu {
    display: grid;
  }
}
@media (max-width: 1150px) {
  #sage header.main-header {
    position: relative;
    z-index: 99999;
    width: 100vw;
  }
  #sage header.main-header .menu-image {
    display: none;
  }
  #sage header.main-header .nav-primary {
    display: none;
  }
  #sage header.main-header .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  #sage header.main-header .mobile-toggle {
    display: block !important;
  }
  #sage header.main-header .mobile-toggle svg {
    height: 25px;
    width: 25px;
    cursor: pointer;
  }
  #sage header.main-header .mobile-toggle svg.mobile-togle-close {
    background-color: white;
    padding: 0.2rem;
  }
  #sage header.main-header.mobile .inner {
    background-color: #707070;
  }
  #sage header.main-header.mobile .mobile-menu {
    display: block !important;
    background: white;
    width: 100%;
    height: 100vh;
  }
  #sage header.main-header.mobile .mobile-menu .menu-primary-navigation-container {
    padding: 1rem;
    width: 100%;
    margin: 0 auto;
    background: #efefef;
    height: 100%;
  }
  #sage header.main-header.mobile .mobile-menu ul {
    padding: 0;
  }
  #sage header.main-header.mobile .mobile-menu li {
    list-style-type: none;
    color: black;
  }
  #sage header.main-header.mobile .mobile-menu li a {
    color: black;
    text-decoration: none;
  }
  #sage header.main-header.mobile .mobile-menu .nav > li {
    border-bottom: 1px solid #d0d0d0;
  }
  #sage header.main-header.mobile .mobile-menu .nav > li a {
    padding: 1rem 0;
    display: inline-block;
  }
  #sage header.main-header.mobile .mobile-menu .nav > li:last-of-type {
    border: none;
  }
  #sage header.main-header.mobile .mobile-menu .nav .menu-item-has-children > a {
    position: relative;
    display: block;
    width: 35%;
  }
  #sage header.main-header.mobile .mobile-menu .nav .menu-item-has-children > a::after {
    content: "+";
    position: absolute;
    right: -160%;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #4faee6;
    background-color: white;
    padding: 0.1em 0.5em;
    font-size: 1.4em;
    display: grid;
    place-items: center;
    pointer-events: none;
  }
  #sage header.main-header.mobile .mobile-menu .nav .menu-item-has-children.open > a::after {
    content: "-";
    min-width: 35px;
  }
  #sage header.main-header.mobile .mobile-menu .nav .sub-menu {
    display: none;
    background-color: white;
    padding-left: 0.5rem;
  }
}

/* stylelint-disable */
#sage footer .top-footer {
  background-color: white;
}
#sage footer .top-footer .container {
  width: min(1160px, 90%);
}
#sage footer .top-footer .grid-container {
  padding: 4.375rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
}
@media (min-width: 600px) {
  #sage footer .top-footer .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  #sage footer .top-footer .grid-container {
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
#sage footer .top-footer .grid-container .top-footer-columns * {
  line-height: 1;
}
#sage footer .top-footer .grid-container .top-footer-columns ul {
  list-style: none;
  padding: 0;
}
#sage footer .top-footer .grid-container .top-footer-columns a {
  color: var(--clr-brand);
  text-decoration: none;
  font-size: 0.875rem;
}
#sage footer .top-footer .grid-container .top-footer-columns .top-footer-item-heading h4 {
  margin-bottom: clamp(1rem, 0.4428571429rem + 2.2857142857vw, 2.5rem);
  font-size: 1rem;
  font-weight: 700;
}
#sage footer .top-footer .grid-container .top-footer-columns .top-footer-item-heading h4 a {
  font-size: 1rem;
}
#sage footer .top-footer .grid-container .top-footer-columns .top-footer-items * {
  font-size: 0.875rem;
}
#sage footer .top-footer .grid-container .top-footer-columns.socials .top-footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sage footer .top-footer .grid-container .top-footer-columns.quick-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
#sage footer .top-footer .grid-container .top-footer-columns.contact .top-footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
#sage footer .top-footer .grid-container .top-footer-columns.contact .top-footer-items a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#sage footer .bat-container {
  background-color: white;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.5625rem;
  padding-bottom: 3.75rem;
}
#sage footer .bat-container a {
  color: var(--clr-brand-light);
  font-size: 0.875rem;
  font-weight: 700;
}
#sage footer .bottom-footer {
  background-color: var(--clr-brand);
  color: white;
  padding: 1rem 0;
}
#sage footer .bottom-footer ul {
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 0.4428571429rem + 2.2857142857vw, 2.5rem);
}
@media (min-width: 768px) {
  #sage footer .bottom-footer ul {
    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;
  }
}
#sage footer .bottom-footer ul a {
  font-weight: 700;
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
}

body#tinymce {
  margin: 12px !important;
}

/* stylelint-disable */
#sage .resources-container {
  position: relative;
  isolation: isolate;
}
#sage .resources-container .rainbow-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
}
#sage .resources-container .rainbow-border img {
  -o-object-fit: cover;
     object-fit: cover;
}
#sage .cta-container {
  margin-top: 3.5625rem;
  padding-top: 1.5625rem;
  border-top: 2px solid var(--clr-brand);
}
#sage .cta {
  margin-top: 3.125rem;
}
#sage .resources {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 768px) {
  #sage .resources {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
}
#sage .resources h2 {
  margin: 0 auto 2rem auto;
  font-size: 1.625rem;
  color: var(--clr-brand);
}
#sage .resources .news-container h2 {
  color: white;
}
#sage .resources h3 {
  font-size: 1.0625rem;
}
#sage .resources a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}
#sage .resources .resource-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
#sage .resources .resource-meta * {
  font-size: 0.875rem;
}
#sage .resources .news-container {
  background: var(--clr-brand);
  color: white;
  padding: clamp(3.125rem, 0.5714285714rem + 10.4761904762vw, 10rem) 0;
}
#sage .resources .news-container .inner {
  width: min(334px, 90%);
  margin: 0 auto;
}
#sage .resources .news-container .news-resource:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid white;
}
#sage .resources .posts-container {
  padding: clamp(3.125rem, 0.5714285714rem + 10.4761904762vw, 10rem) 0;
}
#sage .resources .posts-container a {
  color: var(--clr-brand);
}
#sage .resources .posts-container .inner {
  width: min(705px, 90%);
  margin: 0 auto;
}
#sage .resources .posts-container .inner img {
  width: 100%;
  height: 177px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #sage .resources .posts-container .inner img {
    height: 250px;
  }
}
#sage .resources .posts-container .inner .posts-resources {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.1875rem;
}
@media (min-width: 768px) {
  #sage .resources .posts-container .inner .posts-resources {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#sage .resources .posts-container .inner .posts-resources h3 {
  color: var(--clr-brand);
}
#sage .resources .posts-container .inner .posts-resources .resource-meta * {
  color: #55525B !important;
}
#sage .resources .posts-container .inner .posts-resources .resource-excerpt {
  margin-top: 0.625rem;
}

/* stylelint-disable */
#sage .youth-access-prevention .hero .container .headline-text {
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .hero .container .headline-text {
    bottom: 25px;
  }
}
#sage .youth-access-prevention .hero .container .headline-text h1 {
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -1.48px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .hero .container .headline-text h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.8;
  }
}
#sage .youth-access-prevention .hero .container .headline-text h2 {
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
  width: 600px;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .hero .container .headline-text h2 {
    font-size: 16px;
    letter-spacing: -0.5px;
    text-align: left;
  }
}
#sage .youth-access-prevention .quote-section {
  margin: 115px 0 75px 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .quote-section {
    margin: 50px 0;
  }
}
#sage .youth-access-prevention .yap-4-columns {
  margin: 180px 0 90px 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-4-columns {
    margin: 50px 0;
  }
}
#sage .youth-access-prevention .yap-4-columns .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-4-columns .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .youth-access-prevention .yap-4-columns .container .column {
  width: calc(25% - 25px);
  background-color: #004f9f;
  color: #fff;
  text-align: center;
  position: relative;
  height: 270px;
  padding: 50px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-4-columns .container .column {
    width: 100%;
    margin-bottom: 140px;
    height: 225px;
  }
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-4-columns .container .column:last-of-type {
    margin-bottom: 0;
  }
}
#sage .youth-access-prevention .yap-4-columns .container .column img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 192px;
  border-radius: 50%;
}
#sage .youth-access-prevention .yap-4-columns .container .column h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
  line-height: 40px;
  position: relative;
  top: 67%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  #sage .youth-access-prevention .yap-4-columns .container .column h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  #sage .youth-access-prevention .yap-4-columns .container .column h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  #sage .youth-access-prevention .yap-4-columns .container .column h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-4-columns .container .column h2 {
    top: 70%;
  }
}
#sage .youth-access-prevention .yap-4-columns .container .column.text-column {
  background-color: transparent;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-4-columns .container .column.text-column {
    margin-bottom: 140px;
    height: unset;
  }
}
#sage .youth-access-prevention .yap-4-columns .container .column.text-column p {
  font-size: 24px;
  letter-spacing: -0.48px;
  color: #777589;
  width: 301px;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-4-columns .container .column.text-column p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
}
#sage .youth-access-prevention .yap-offset-3-columns {
  padding: 75px 0;
  background-color: #f3f4f7;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-offset-3-columns {
    padding: 50px 0;
  }
}
#sage .youth-access-prevention .yap-offset-3-columns h2 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1.6px;
  line-height: 46px;
  margin-bottom: 75px;
  color: #0e2b63;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-offset-3-columns h2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.9px;
    margin-bottom: 40px;
  }
}
#sage .youth-access-prevention .yap-offset-3-columns .sub-headline-container {
  padding: 0 0 0 10px;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  margin-bottom: 40px;
}
#sage .youth-access-prevention .yap-offset-3-columns .sub-headline {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -1.8px;
  line-height: 1;
  color: #5A328A;
  position: relative;
  bottom: 20px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-offset-3-columns .sub-headline {
    font-size: 36px;
  }
}
#sage .youth-access-prevention .yap-offset-3-columns .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-offset-3-columns .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .youth-access-prevention .yap-offset-3-columns .container .row .column {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  margin-left: 25px;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-offset-3-columns .container .row .column {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
#sage .youth-access-prevention .yap-offset-3-columns .container .row .column:first-of-type {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0;
}
#sage .youth-access-prevention .yap-offset-3-columns .container .row .column:first-of-type img {
  max-width: 200px;
  margin: 0 auto;
}
#sage .youth-access-prevention .yap-offset-3-columns .container .row .column h3 {
  font-size: 74px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 25px;
  color: #50AF47;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-offset-3-columns .container .row .column h3 {
    font-size: 44px;
    line-height: 40px;
  }
}
#sage .youth-access-prevention .yap-offset-3-columns .container .row .column p {
  font-size: 22px;
  letter-spacing: -0.22px;
  line-height: 30px;
  color: #0e2b63;
  margin-bottom: 30px;
}
#sage .youth-access-prevention .yap-offset-3-columns .container .row .column p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-offset-3-columns .container .row .column p {
    font-size: 18px;
    line-height: 26px;
  }
}
#sage .youth-access-prevention .yap-offset-3-columns .container .row .column:last-of-type h3 {
  color: #EF7D00;
}
#sage .youth-access-prevention .yap-offset-3-columns .container .fine-print {
  margin-top: 50px;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #777589;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-offset-3-columns .container .fine-print {
    font-size: 12px;
    margin-top: 0;
  }
}
#sage .youth-access-prevention .yap-read-more {
  background-color: #f3f4f7;
  padding: 60px 0 120px 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-read-more {
    padding: 50px 0;
  }
}
#sage .youth-access-prevention .yap-read-more h2 {
  color: #0E2B63;
  font-weight: 700;
  letter-spacing: -1.6px;
  font-size: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-read-more h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#sage .youth-access-prevention .yap-read-more p {
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 32px;
  color: #777589;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-read-more p {
    font-size: 14px;
    line-height: 20px;
  }
}
#sage .youth-access-prevention .yap-read-more .hidden-content {
  display: none;
}
#sage .youth-access-prevention .yap-read-more .hidden-content p:last-of-type {
  margin-bottom: 0;
}
#sage .youth-access-prevention .yap-image-text {
  margin: 75px 0 50px 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-image-text {
    margin: 50px 0;
  }
}
#sage .youth-access-prevention .yap-image-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-image-text .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .youth-access-prevention .yap-image-text .container .image-left {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-image-text .container .image-left {
    width: 100%;
  }
}
#sage .youth-access-prevention .yap-image-text .container .image-left img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sage .youth-access-prevention .yap-image-text .container .text-right {
  padding-left: 50px;
  padding-bottom: 50px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  background-color: #004F9F;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-image-text .container .text-right {
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }
}
#sage .youth-access-prevention .yap-image-text .container .text-right h2 {
  font-size: 130px;
  line-height: 130px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: -6.5px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-image-text .container .text-right h2 {
    font-size: 65px;
    line-height: 50px;
    letter-spacing: -2.5px;
    margin-bottom: 25px;
  }
}
#sage .youth-access-prevention .yap-image-text .container .text-right h3 {
  font-size: 60px;
  line-height: 56px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-image-text .container .text-right h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
#sage .youth-access-prevention .yap-2-image-text-columns {
  margin: 50px 0;
}
#sage .youth-access-prevention .yap-2-image-text-columns .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-2-image-text-columns .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .youth-access-prevention .yap-2-image-text-columns .container .row .column {
  width: 475px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-2-image-text-columns .container .row .column {
    margin-bottom: 25px;
  }
}
#sage .youth-access-prevention .yap-2-image-text-columns .container .row .column img {
  margin-bottom: 36px;
  max-height: 200px;
}
@media screen and (max-width: 700px) {
  #sage .youth-access-prevention .yap-2-image-text-columns .container .row .column img {
    max-width: 140px;
  }
}
#sage .youth-access-prevention .yap-2-image-text-columns .container .row .column p {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.44px;
  color: #777589;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-2-image-text-columns .container .row .column p {
    font-size: 14px;
    line-height: 20px;
  }
}
#sage .youth-access-prevention .yap-2-image-text-columns .container .row .column p strong {
  display: contents;
}
#sage .youth-access-prevention .yap-2-image-text-columns .container .fine-print {
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #777589;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-2-image-text-columns .container .fine-print {
    font-size: 10px;
    line-height: 12px;
  }
}
#sage .youth-access-prevention .general-content#yap-responsible-marketing, #sage .youth-access-prevention .general-content#yap-employee-commitment {
  background-color: #f3f4f7;
  margin-bottom: 0;
  padding: 75px 0 50px 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .general-content#yap-responsible-marketing, #sage .youth-access-prevention .general-content#yap-employee-commitment {
    padding: 50px 0;
  }
}
#sage .youth-access-prevention .general-content#yap-responsible-marketing h2, #sage .youth-access-prevention .general-content#yap-employee-commitment h2 {
  color: #0E2B63;
}
#sage .youth-access-prevention .general-content#yap-responsible-marketing p, #sage .youth-access-prevention .general-content#yap-employee-commitment p {
  color: #777589;
  font-weight: 700;
  letter-spacing: -0.44px;
  line-height: 32px;
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .general-content#yap-responsible-marketing p, #sage .youth-access-prevention .general-content#yap-employee-commitment p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
#sage .youth-access-prevention .general-content#yap-employee-commitment {
  background-color: #fff;
}
#sage .youth-access-prevention #yap-we-card-image {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#sage .youth-access-prevention .yap-mosaic {
  margin: 75px 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-mosaic {
    margin: 0 0 50px 0;
  }
}
#sage .youth-access-prevention .yap-mosaic .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-mosaic .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .youth-access-prevention .yap-mosaic .container .left-image {
  width: 485px;
  margin-right: 35px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-mosaic .container .left-image {
    height: 250px;
    margin-right: 0;
    width: 100%;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    margin-bottom: 25px;
  }
}
#sage .youth-access-prevention .yap-mosaic .container .left-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
}
#sage .youth-access-prevention .yap-mosaic .container .right-text {
  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-preferred-size: 75%;
      flex-basis: 75%;
}
#sage .youth-access-prevention .yap-mosaic .container .right-text .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-mosaic .container .right-text .top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
#sage .youth-access-prevention .yap-mosaic .container .right-text .top-row .left-col {
  margin-right: 35px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-mosaic .container .right-text .top-row .left-col {
    margin-right: 0;
  }
}
#sage .youth-access-prevention .yap-mosaic .container .right-text .col {
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  padding: 20px 60px 20px 0;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-mosaic .container .right-text .col {
    margin-bottom: 25px;
  }
}
#sage .youth-access-prevention .yap-mosaic .container .right-text .col h3 {
  font-size: 56px;
  line-height: 50px;
  font-weight: 400;
  color: #0E2B63;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-mosaic .container .right-text .col h3 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
#sage .youth-access-prevention .yap-mosaic .container .right-text .col p {
  font-size: 18px;
  line-height: 26px;
  color: #777589;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #sage .youth-access-prevention .yap-mosaic .container .right-text .col p {
    font-size: 14px;
    line-height: 20px;
  }
}
#sage .yap-vertical-accordion {
  background-color: #f3f4f7;
  margin-bottom: 50px;
}
#sage .yap-vertical-accordion .accordion-title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0;
  position: relative;
}
#sage .yap-vertical-accordion .accordion-title-bar:before {
  content: "";
  height: 3px;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  top: 0;
}
#sage .yap-vertical-accordion .accordion-title-bar .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#sage .yap-vertical-accordion .accordion-title-bar h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #0E2B63;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  #sage .yap-vertical-accordion .accordion-title-bar h4 {
    font-size: 16px;
    line-height: 17px;
  }
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle {
  -webkit-transform: scale 65%;
       -o-transform: scale 65%;
          transform: scale 65%;
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle .closed .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle .closed .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle .opened {
  opacity: 1;
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle .opened .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle .opened .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle .circle-plus {
  font-size: 1em;
  opacity: 0.7;
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle .circle-plus .circle {
  position: relative;
  width: 2.55em;
  height: 2.5em;
  border-radius: 100%;
  border: solid 2px #0e2b63;
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle .circle-plus .circle .horizontal {
  position: absolute;
  background-color: #0e2b63;
  width: 30px;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -1px;
}
#sage .yap-vertical-accordion .accordion-title-bar .animated-circle .circle-plus .circle .vertical {
  position: absolute;
  background-color: #0e2b63;
  width: 2px;
  height: 30px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -15px;
}
#sage .yap-vertical-accordion .accordion-content {
  display: none;
  padding: 20px 0 40px 20px;
}
#sage .yap-vertical-accordion .accordion-content p,
#sage .yap-vertical-accordion .accordion-content li {
  color: #777589;
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 32px;
}
@media screen and (max-width: 900px) {
  #sage .yap-vertical-accordion .accordion-content p,
  #sage .yap-vertical-accordion .accordion-content li {
    font-size: 14px;
    line-height: 20px;
  }
}

/* stylelint-disable */
#sage .search-menu {
  background-color: white;
  padding: 4rem 0;
  position: relative;
  z-index: 99999999;
  display: none;
}

#sage .search-menu.open {
  display: block;
}

#sage .search-menu .container {
  display: grid;
  place-items: center;
}

#sage .search-menu .container > div {
  width: min(100%, 960px);
  margin: 0 auto;
}

#sage .search-menu .container > div form {
  display: grid;
  grid-template-columns: 2fr minmax(80px, 1fr);
  gap: 1rem;
}

#sage .search-menu .container > div form input:is([type=search], [type=submit]) {
  border: none;
  border-radius: 30px;
  padding: 0 24px;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  color: #172962;
  background-color: #fff;
}

#sage .search-menu .container > div form input[type=submit] {
  background-color: #172962;
  color: #fff;
}

#sage .search .wrap {
  padding: 4rem 0;
}

#sage .search .wrap .content {
  margin: 0 auto;
  width: min(900px, 100%);
}

#sage .search .wrap .content .search-form-wrapper {
  margin-bottom: 4rem;
}

#sage .search .wrap .content .search-form-wrapper form {
  display: grid;
  grid-template-columns: 2fr minmax(80px, 1fr);
  gap: 2rem;
}

#sage .search .wrap .content .search-form-wrapper form input:is([type=search], [type=submit]) {
  border: none;
  border-radius: 30px;
  padding: 0 24px;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  color: #172962;
  background-color: #fff;
}

#sage .search .wrap .content .search-form-wrapper form input[type=submit] {
  background-color: #172962;
  color: #fff;
}

#sage .search .wrap .content article {
  padding: 2rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

#sage .search .wrap .content article + article {
  margin-top: 1rem;
}

@media (max-width: 1150px) {
  #sage header.main-header .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  #sage header.main-header .search-container .mobile-toggle {
    display: block !important;
  }
  #sage header.main-header .search-container .mobile-toggle svg {
    height: 25px;
    width: 25px;
    cursor: pointer;
  }
  #sage header.main-header .search-container .mobile-toggle svg.mobile-togle-close {
    background-color: white;
    padding: 0.2rem;
  }
}
/* stylelint-disable */
#sage .single article {
  margin-top: 50px;
}
#sage .single header.post-header {
  position: relative;
  min-height: 400px;
  isolation: isolate;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#sage .single header.post-header img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
#sage .single header.post-header h1 {
  text-align: center;
  margin-top: 20px;
}
#sage .single .entry-content {
  padding: 2rem 0;
}
#sage .single .entry-content > * + * {
  margin-top: 1em;
}

.lock-scroll {
  overflow-y: hidden;
}

.anniversary {
  /**************************\
    Demo Animation Style
  \**************************/
}
.anniversary__arrow {
  stroke: var(--clr-brand);
}
.anniversary .text-indigo {
  color: #0F2B64;
}
.anniversary .text-indigo:before {
  background-color: #0F2B64;
}
.anniversary .text-teal {
  color: #004F9F;
}
.anniversary .text-teal:before {
  background-color: #004F9F;
}
.anniversary .text-cyan {
  color: #02B1EA;
}
.anniversary .text-cyan:before {
  background-color: #02B1EA;
}
.anniversary .text-orange {
  color: #EF7D00;
}
.anniversary .text-orange:before {
  background-color: #EF7D00;
}
.anniversary .text-marigold {
  color: #FFBB00;
}
.anniversary .text-marigold:before {
  background-color: #FFBB00;
}
.anniversary .text-green {
  color: #4FAF46;
}
.anniversary .text-green:before {
  background-color: #4FAF46;
}
.anniversary .text-spring {
  color: #AFCA0A;
}
.anniversary .text-spring:before {
  background-color: #AFCA0A;
}
.anniversary .text-purple {
  color: #59328A;
}
.anniversary .text-purple:before {
  background-color: #59328A;
}
.anniversary .text-pink {
  color: #E72481;
}
.anniversary .text-pink:before {
  background-color: #E72481;
}
.anniversary figure {
  width: 100%;
  height: auto;
  position: relative;
}
.anniversary figure .figure-sizer {
  width: 100%;
  height: auto;
  position: relative;
}
.anniversary figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.anniversary__hero {
  width: 100vw;
  aspect-ratio: 5/2;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 900px) {
  .anniversary__hero {
    aspect-ratio: 36/47;
  }
}
.anniversary__hero-courtesy {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  z-index: 20;
  padding-top: 16px;
}
.anniversary__hero-courtesy p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
.anniversary__hero-title {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 60px;
}
.anniversary__hero-title h1 {
  color: #fff;
  max-width: 320px;
}
.anniversary__hero-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 43, 99, 0.2)), to(rgb(0, 79, 159)));
  background: -webkit-linear-gradient(rgba(14, 43, 99, 0.2), rgb(0, 79, 159));
  background: -o-linear-gradient(rgba(14, 43, 99, 0.2), rgb(0, 79, 159));
  background: linear-gradient(rgba(14, 43, 99, 0.2), rgb(0, 79, 159));
  z-index: 10;
}
.anniversary__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.anniversary__hero-media video, .anniversary__hero-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.anniversary__hero-media .desktop {
  height: 100%;
  display: block;
}
@media screen and (max-width: 900px) {
  .anniversary__hero-media .desktop {
    display: none;
  }
}
.anniversary__hero-media .mobile {
  height: 100%;
  display: none;
}
@media screen and (max-width: 900px) {
  .anniversary__hero-media .mobile {
    display: block;
  }
}
.anniversary__subhero {
  background-color: var(--clr-brand);
  padding: 38px 0;
}
.anniversary__subhero h1 {
  color: #fff;
}
.anniversary__color-break {
  height: 15px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30.479%, #0e2b63), color-stop(30.479%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(52.158%, #004f9f), color-stop(52.158%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(64.729%, #00b1eb), color-stop(64.729%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(73.225%, #ef7d00), color-stop(73.225%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(79.628%, #fb0), color-stop(79.629%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(86.692%, #50af47), color-stop(86.692%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(92.03%, #afca0b), color-stop(92.03%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(97.009%, #5a328a), color-stop(97.009%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(100%, #e72582), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #0e2b63 30.479%, rgba(0, 0, 0, 0) 30.479%), -webkit-linear-gradient(left, #004f9f 52.158%, rgba(0, 0, 0, 0) 52.158%), -webkit-linear-gradient(left, #00b1eb 64.729%, rgba(0, 0, 0, 0) 64.729%), -webkit-linear-gradient(left, #ef7d00 73.225%, rgba(0, 0, 0, 0) 73.225%), -webkit-linear-gradient(left, #fb0 79.628%, rgba(0, 0, 0, 0) 79.629%), -webkit-linear-gradient(left, #50af47 86.692%, rgba(0, 0, 0, 0) 86.692%), -webkit-linear-gradient(left, #afca0b 92.03%, rgba(0, 0, 0, 0) 92.03%), -webkit-linear-gradient(left, #5a328a 97.009%, rgba(0, 0, 0, 0) 97.009%), -webkit-linear-gradient(left, #e72582 100%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #0e2b63 30.479%, rgba(0, 0, 0, 0) 30.479%), -o-linear-gradient(left, #004f9f 52.158%, rgba(0, 0, 0, 0) 52.158%), -o-linear-gradient(left, #00b1eb 64.729%, rgba(0, 0, 0, 0) 64.729%), -o-linear-gradient(left, #ef7d00 73.225%, rgba(0, 0, 0, 0) 73.225%), -o-linear-gradient(left, #fb0 79.628%, rgba(0, 0, 0, 0) 79.629%), -o-linear-gradient(left, #50af47 86.692%, rgba(0, 0, 0, 0) 86.692%), -o-linear-gradient(left, #afca0b 92.03%, rgba(0, 0, 0, 0) 92.03%), -o-linear-gradient(left, #5a328a 97.009%, rgba(0, 0, 0, 0) 97.009%), -o-linear-gradient(left, #e72582 100%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #0e2b63 30.479%, rgba(0, 0, 0, 0) 30.479%), linear-gradient(90deg, #004f9f 52.158%, rgba(0, 0, 0, 0) 52.158%), linear-gradient(90deg, #00b1eb 64.729%, rgba(0, 0, 0, 0) 64.729%), linear-gradient(90deg, #ef7d00 73.225%, rgba(0, 0, 0, 0) 73.225%), linear-gradient(90deg, #fb0 79.628%, rgba(0, 0, 0, 0) 79.629%), linear-gradient(90deg, #50af47 86.692%, rgba(0, 0, 0, 0) 86.692%), linear-gradient(90deg, #afca0b 92.03%, rgba(0, 0, 0, 0) 92.03%), linear-gradient(90deg, #5a328a 97.009%, rgba(0, 0, 0, 0) 97.009%), linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}
.anniversary__subnav {
  background-color: #fff;
  padding: 24px 0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(217, 217, 217, 0.25);
          box-shadow: 0 4px 4px 0 rgba(217, 217, 217, 0.25);
}
.anniversary__period-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.anniversary__period-list a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  letter-spacing: 0.04rem;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .anniversary__period-list a {
    gap: 12px;
  }
}
.anniversary__period-list a::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 999px;
  margin-bottom: 4px;
}
.anniversary__period-list a.inactive {
  opacity: 70%;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anniversary__period-list a.inactive:before {
  opacity: 70%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anniversary__period-list a.inactive:hover {
  opacity: 100%;
}
.anniversary__period-list a.inactive:hover:before {
  opacity: 100%;
}
.anniversary__period-list::-webkit-scrollbar { /* WebKit */
  width: 0;
}
.anniversary__intro {
  padding: 4rem 0;
}
.anniversary__intro-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .anniversary__intro-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.anniversary__intro-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.anniversary__intro-content h2 {
  font-size: 50px;
  line-height: 54px;
  color: var(--clr-brand);
  margin-bottom: 12px !important;
}
.anniversary__intro-content p {
  color: #777589;
  font-size: 20px;
  line-height: 32px;
}
.anniversary__intro-media {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
}
.anniversary__intro-media.video-modal-trigger {
  cursor: pointer;
}
.anniversary__intro-media.video-modal-trigger .play-icon {
  position: absolute;
  z-index: 10;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anniversary__intro-media.video-modal-trigger .play-icon img {
  width: 100px;
  opacity: 0.8;
}
.anniversary__intro-media.video-modal-trigger .play-icon img:hover {
  opacity: 1;
}
.anniversary__timeline-intro {
  background-color: var(--clr-brand);
  padding: 38px 0;
}
.anniversary__timeline-intro h2 {
  color: #fff;
  font-size: 44px;
  line-height: 48px;
}
.anniversary__period {
  padding: 8rem 0;
  scroll-margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .anniversary__period {
    padding: 3rem 0;
    scroll-margin-top: -100px;
  }
}
.anniversary__period:nth-of-type(even) {
  background-color: #F3F4F7;
}
.anniversary__period-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  border-bottom: 2px solid var(--clr-brand);
}
.anniversary__period-top .years {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .anniversary__period-top .years {
    font-size: 30px;
  }
}
.anniversary__period-top .label {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 900px) {
  .anniversary__period-top .label {
    font-size: 20px;
  }
}
.anniversary__period-top .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .anniversary__period-top .controls {
    display: none;
  }
}
.anniversary__period-top .controls a {
  display: block;
  width: 60px;
}
.anniversary__period-top .controls a[aria-disabled=true] {
  opacity: 25%;
}
.anniversary__period-bottom {
  padding-top: 2rem;
}
.anniversary__period-bottom .item__text {
  color: #777589;
}
.anniversary__period-bottom .item__title {
  color: var(--clr-brand);
}
.anniversary__period-bottom .item--size-small {
  width: 374px;
}
.anniversary__period-bottom .item--size-medium {
  width: 570px;
}
.anniversary__period-bottom .item--size-large {
  width: 840px;
}
.anniversary__period-bottom .item--size-super {
  width: 100%;
}
.anniversary__period-bottom .item--color-indigo {
  background-color: #0F2B64;
}
.anniversary__period-bottom .item--color-indigo p {
  color: #fff !important;
}
.anniversary__period-bottom .item--color-teal {
  background-color: #004F9F;
}
.anniversary__period-bottom .item--color-teal p {
  color: #fff !important;
}
.anniversary__period-bottom .item--color-cyan {
  background-color: #02B1EA;
}
.anniversary__period-bottom .item--color-cyan p {
  color: #fff !important;
}
.anniversary__period-bottom .item--color-orange {
  background-color: #EF7D00;
}
.anniversary__period-bottom .item--color-orange p {
  color: #fff !important;
}
.anniversary__period-bottom .item--color-marigold {
  background-color: #FFBB00;
}
.anniversary__period-bottom .item--color-marigold p {
  color: #fff !important;
}
.anniversary__period-bottom .item--color-green {
  background-color: #4FAF46;
}
.anniversary__period-bottom .item--color-green p {
  color: #fff !important;
}
.anniversary__period-bottom .item--color-spring {
  background-color: #AFCA0A;
}
.anniversary__period-bottom .item--color-spring p {
  color: #fff !important;
}
.anniversary__period-bottom .item--color-purple {
  background-color: #59328A;
}
.anniversary__period-bottom .item--color-purple p {
  color: #fff !important;
}
.anniversary__period-bottom .item--color-pink {
  background-color: #E72481;
}
.anniversary__period-bottom .item--color-pink p {
  color: #fff !important;
}
.anniversary__period-bottom .item--type-quote .item__content {
  border-width: 0;
  padding: 2rem 4rem;
}
@media screen and (max-width: 900px) {
  .anniversary__period-bottom .item--type-quote .item__content {
    padding: 2rem;
  }
}
.anniversary__period-bottom .item--type-quote .item__read-more a {
  color: #fff;
}
.anniversary__period-bottom .item--type-quote .item__text {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .anniversary__period-bottom .item--type-quote .item__text {
    font-size: 18px;
  }
}
.anniversary__period-bottom .item__media {
  height: 465px;
  position: relative;
}
.anniversary__period-bottom .item__media figure {
  height: 100%;
  width: 100%;
}
.anniversary__period-bottom .item__media figure .figure-sizer {
  height: 100%;
  width: 100%;
}
.anniversary__period-bottom .item__media figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.anniversary__period-bottom .item__media:before {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 20px;
  height: 45px;
  width: 45px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNNDE2IDIwOGMwIDQ1LjktMTQuOSA4OC4zLTQwIDEyMi43TDUwMi42IDQ1Ny40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zcy0zMi44IDEyLjUtNDUuMyAwTDMzMC43IDM3NmMtMzQuNCAyNS4yLTc2LjggNDAtMTIyLjcgNDBDOTMuMSA0MTYgMCAzMjIuOSAwIDIwOFM5My4xIDAgMjA4IDBTNDE2IDkzLjEgNDE2IDIwOHpNMjA4IDM1MmExNDQgMTQ0IDAgMSAwIDAtMjg4IDE0NCAxNDQgMCAxIDAgMCAyODh6Jy8+PC9zdmc+");
}
.anniversary__period-bottom .item__content {
  height: 465px;
  width: 100%;
  border-bottom: 1px solid var(--clr-brand);
  border-right: 1px solid var(--clr-brand);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anniversary__period-bottom .item__read-more .read-more-modal-btn {
  color: var(--clr-brand);
  display: block;
  font-size: 18px;
  padding-top: 8px;
}
.anniversary__period-bottom .item__read-more .read-more-modal-content {
  display: none;
}
.anniversary__period-bottom .item__text {
  font-size: 18px;
}
.anniversary__period-bottom .item__padding {
  padding: 2rem 2rem 2rem 0;
}
.anniversary__period-bottom .item__title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.anniversary__period-bottom .controls {
  display: none;
}
@media screen and (max-width: 900px) {
  .anniversary__period-bottom .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
  .anniversary__period-bottom .controls a {
    display: block;
    width: 60px;
  }
  .anniversary__period-bottom .controls a[aria-disabled=true] {
    opacity: 25%;
  }
}
.anniversary__disclaimer {
  padding: 40px 0;
}
.anniversary__disclaimer a {
  color: var(--clr-brand);
}
.anniversary__modal-container--text {
  background: #fff;
  max-width: 600px;
  position: relative;
}
.anniversary__modal-container:not(.anniversary__modal-container--text) {
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anniversary__modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  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;
  z-index: 999;
}
.anniversary__modal-title {
  display: none;
}
.anniversary__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #0E2B63;
  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;
  height: 60px;
  width: 60px;
  border: 0;
}
.anniversary__modal-close:before {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzODQgNTEyJz48cGF0aCBmaWxsPSd3aGl0ZScgZD0nTTM0NSAxMzdsMTctMTdMMzI4IDg2LjFsLTE3IDE3LTExOSAxMTlMNzMgMTAzbC0xNy0xN0wyMi4xIDEyMGwxNyAxNyAxMTkgMTE5TDM5IDM3NWwtMTcgMTdMNTYgNDI1LjlsMTctMTcgMTE5LTExOUwzMTEgNDA5bDE3IDE3TDM2MS45IDM5MmwtMTctMTctMTE5LTExOUwzNDUgMTM3eicvPjwvc3ZnPg==");
}
.anniversary__modal-body {
  height: 100%;
}
.anniversary__modal-body--text {
  padding: 40px;
  padding-top: 80px;
}
@media screen and (min-width: 900px) {
  .anniversary__modal-body .figure-sizer {
    height: 80vh !important;
    width: 80vw !important;
  }
}
.anniversary__modal-body figcaption {
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes mmfadeInAnniversary {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes mmfadeInAnniversary {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeInAnniversary {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOutAnniversary {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes mmfadeOutAnniversary {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOutAnniversary {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideInAnniversary {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes mmslideInAnniversary {
  from {
    -o-transform: translateY(15%);
       transform: translateY(15%);
  }
  to {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes mmslideInAnniversary {
  from {
    -webkit-transform: translateY(15%);
         -o-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOutAnniversary {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-o-keyframes mmslideOutAnniversary {
  from {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  to {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
  }
}
@keyframes mmslideOutAnniversary {
  from {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.anniversary .anniversary-animation {
  display: none;
}
.anniversary .anniversary-animation.is-open {
  display: block;
}
.anniversary .anniversary-animation[aria-hidden=false] .anniversary__modal-overlay {
  -webkit-animation: mmfadeInAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeInAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeInAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.anniversary .anniversary-animation[aria-hidden=false] .anniversary__modal-container {
  -webkit-animation: mmslideInAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideInAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideInAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.anniversary .anniversary-animation[aria-hidden=true] .anniversary__modal-overlay {
  -webkit-animation: mmfadeOutAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeOutAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOutAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.anniversary .anniversary-animation[aria-hidden=true] .anniversary__modal-container {
  -webkit-animation: mmslideOutAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideOutAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOutAnniversary 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.anniversary .anniversary-animation .anniversary__modal-overlay {
  will-change: transform;
}

.news-article {
  max-width: 1260px;
  margin: 0 auto !important;
  padding: 50px 20px;
}
.news-article .back-link {
  margin-bottom: 20px;
}
.news-article .back-link a {
  color: #0e2b63;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.news-article .back-link a i {
  font-size: 16px;
}
.news-article .news-featured-image {
  width: 100%;
  margin: 1rem auto !important;
}
.news-article .news-featured-image img {
  width: 100%;
  height: auto;
}
.news-article .news-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .news-article .news-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-article .news-main-content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.news-article .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 14px;
  margin: 15px 0;
  color: #0e2b63;
}
.news-article .news-meta i {
  margin-right: 5px;
}
.news-article .news-title {
  font-size: 48px !important;
  font-weight: bold;
  margin: 20px 0px !important;
  color: #0e2b63;
}
.news-article .news-entry-content {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.news-article .news-author {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.news-article .news-author .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.news-article .news-author .author-info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #ccc;
}
.news-article .news-author .author-info .author-name {
  font-size: 16px;
  font-weight: bold;
  color: #0e2b63;
}
.news-article .news-author .author-info .author-title {
  font-size: 14px;
  color: #777;
}

/* =======================
   ✅ News Category Archive (Grid)
   ======================= */
.news-articles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 40px auto !important;
  max-width: 1440px;
}
@media (max-width: 1024px) {
  .news-articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .news-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .news-articles-grid {
    grid-template-columns: 1fr;
  }
}

.news-item {
  background: #fff;
  overflow: hidden;
  padding: 0 5px;
}
.news-item .news-thumbnail {
  display: block;
  width: 100%;
  height: auto;
}
.news-item .news-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 14px;
  margin-top: 10px;
  color: #777;
  padding: 10px 15px;
}
.news-item .news-meta i {
  margin-right: 5px;
}
.news-item .news-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 15px;
}
.news-item .news-title a {
  text-decoration: none;
  color: #0e2b63;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-item .news-title a:hover {
  text-decoration: underline;
}
.news-item .news-excerpt {
  font-size: 14px;
  color: #555;
  padding: 15px 0px;
}

/* =======================
   ✅ Pagination Styles
   ======================= */
.pagination-container {
  text-align: center;
  margin-top: 30px;
}
.pagination-container .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #0e2b63;
  background: #f4f4f4;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.pagination-container .page-numbers:hover, .pagination-container .page-numbers.current {
  background: #AF232F;
  color: #fff;
}

/* =======================
   ✅ No Articles Message
   ======================= */
.no-articles {
  text-align: center;
  font-size: 18px;
  color: #777;
  margin-top: 40px;
}

.news-category-header {
  max-width: 1440px;
  margin: 0 auto 1.5rem auto !important;
}
.news-category-header .archive-title {
  font-size: 44px;
}
.news-category-header .archive-title a {
  text-decoration: none;
  color: #0e2b63;
}
.news-category-header .archive-title a:hover {
  text-decoration: underline;
}
.news-category-header .archive-title a:visited {
  color: #0e2b63;
}

.related-news {
  max-width: 1260px;
  margin: 50px auto !important;
}
.related-news .related-news-title {
  font-size: 24px;
  font-weight: bold;
  color: #0e2b63;
}
.related-news .related-news-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .related-news .related-news-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .related-news .related-news-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .related-news .related-news-row {
    grid-template-columns: 1fr;
  }
}

/* stylelint-disable */
#sage .video-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}
@media screen and (max-width: 900px) {
  #sage .video-hero .desktop-video {
    display: none;
  }
}
#sage .video-hero .mobile-video {
  display: none;
}
@media screen and (max-width: 900px) {
  #sage .video-hero .mobile-video {
    display: block;
  }
}
#sage .video-hero .video-hero-overlay {
  pointer-events: none;
}
#sage .video-hero .inner {
  position: absolute;
  bottom: 3.75rem;
  color: white;
  z-index: 1;
  max-width: 90%;
}
#sage .video-hero .inner p {
  font-size: 1.375rem;
  width: min(552px, 100%);
  font-weight: 700;
  margin-top: 0.5rem;
}
#sage .video-hero .rainbow-divider-dynamic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#sage .video-hero.bottom_blue_bars .inner {
  bottom: 2.75rem;
}
#sage .video-hero.bottom_blue_bars h1 {
  margin-bottom: 62px;
}
@media screen and (max-width: 900px) {
  #sage .video-hero.bottom_blue_bars h1 {
    margin-bottom: 40px;
  }
}
#sage .video-hero.bottom_blue_bars .video-hero__video {
  height: calc(100% - 168px);
}
#sage .video-hero.bottom_blue_bars .blue-bars-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 168px;
  z-index: 1;
}
#sage .video-hero.bottom_blue_bars .blue-bars-accent .top-bar {
  height: 60px;
  width: 100%;
  background-color: #004F9F;
  display: block;
}
#sage .video-hero.bottom_blue_bars .blue-bars-accent .bottom-bar {
  height: 108px;
  width: 100%;
  background-color: #0E2B63;
  display: block;
}
@media screen and (max-width: 900px) {
  #sage .esg-framework .video-hero {
    min-height: unset;
    height: 250px;
  }
}
#sage .diversity-inclusion [bg] {
  -o-object-position: top;
     object-position: top;
}
#sage .responsible-marketing .video-hero .inner p {
  width: 100%;
}
#sage .our-commitment-to-underage-access-prevention .video-hero .inner h1 {
  width: 777px;
  max-width: 100%;
}
#sage .our-commitment-to-underage-access-prevention .video-hero .inner p {
  width: 700px;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  #sage .esg-reports .video-hero {
    min-height: auto !important;
    padding-bottom: 56.5%;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-reports .video-hero .video-hero__video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

#sage .video-hero-modal {
  position: relative;
  height: calc(100vh - 172px);
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  #sage .video-hero-modal {
    height: 215px;
  }
}
#sage .video-hero-modal .desktop-image,
#sage .video-hero-modal .mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage .video-hero-modal .mobile-image {
  display: none;
}
@media screen and (max-width: 900px) {
  #sage .video-hero-modal .mobile-image {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #sage .video-hero-modal .desktop-image {
    display: none;
  }
}
#sage .video-hero-modal .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65px;
}
@media screen and (max-width: 900px) {
  #sage .video-hero-modal .play-button {
    width: 39px;
  }
}
#sage .video-hero-modal:hover .play-button {
  -webkit-animation: pulse;
       -o-animation: pulse;
          animation: pulse;
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}

@-o-keyframes pulse {
  50% {
    -o-transform: translate(-50%, -50%) scale(1.1);
       transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes pulse {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
         -o-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.video-hero-modal-popup {
  position: fixed;
  width: 55%;
  height: 0;
  padding-bottom: 30%;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: black;
  overflow: visible;
  border: none;
}
@media screen and (max-width: 1200px) {
  .video-hero-modal-popup {
    width: 75%;
    padding-bottom: 41%;
  }
}
@media screen and (max-width: 900px) {
  .video-hero-modal-popup {
    width: calc(100% - 60px);
    padding-bottom: 52%;
  }
}
.video-hero-modal-popup video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-hero-modal-popup video:focus {
  outline: none !important;
}
.video-hero-modal-popup .close-video-modal {
  width: 60px;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .video-hero-modal-popup .close-video-modal {
    width: 30px;
  }
}
.video-hero-modal-popup::-ms-backdrop {
  background-color: black;
}
.video-hero-modal-popup::backdrop {
  background-color: black;
}

/* stylelint-disable */
#sage .video-panel {
  min-height: 600px;
  position: relative;
  color: var(--text-color, white);
}
#sage .video-panel[data-video] {
  cursor: pointer;
}
#sage .video-panel[data-video] .play-icon {
  margin: 0 auto;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
#sage .video-panel img {
  width: 100%;
}
#sage .video-panel .container {
  margin-bottom: 100px;
}
#sage .video-panel .container h2 {
  margin-bottom: 0.3em;
}
#sage .video-panel .container p {
  width: min(552px, 100%);
  font-size: 1rem;
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
}
@media screen and (max-width: 900px) {
  #sage #best-in-class,
  #sage #doing-our-part,
  #sage #be-the-change {
    min-height: 522px;
  }
}
#sage #best-in-class section,
#sage #doing-our-part section,
#sage #be-the-change section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#sage #best-in-class section .play-icon,
#sage #doing-our-part section .play-icon,
#sage #be-the-change section .play-icon {
  display: none;
}
#sage #best-in-class section h2,
#sage #doing-our-part section h2,
#sage #be-the-change section h2 {
  margin-top: 75px;
  width: 520px;
  text-align: right;
  margin-right: 50px;
}
@media screen and (max-width: 900px) {
  #sage #best-in-class section h2,
  #sage #doing-our-part section h2,
  #sage #be-the-change section h2 {
    max-width: 75%;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-top: 25px;
    margin-right: 25px;
  }
}
#sage #best-in-class section p,
#sage #doing-our-part section p,
#sage #be-the-change section p {
  margin-top: 20px;
  width: 420px;
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 34px;
  text-align: right;
  margin-right: 50px;
}
@media screen and (max-width: 900px) {
  #sage #best-in-class section p,
  #sage #doing-our-part section p,
  #sage #be-the-change section p {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    margin-top: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 900px) {
  #sage #best-in-class {
    min-height: 0;
  }
}
#sage #best-in-class section {
  min-height: 0;
  padding-bottom: 44%;
}
#sage #doing-our-part section {
  background-color: #f3f4f7;
  z-index: 1;
  position: relative;
}
#sage #doing-our-part section .play-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sage #be-the-change {
  pointer-events: none;
}
#sage #esg-framework {
  min-height: 824px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sage #esg-framework .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0;
}
#sage #esg-framework .container h2 {
  font-size: 102px;
  line-height: 102px;
  text-align: center;
  width: 625px;
}
#sage #esg-framework .container .play-icon {
  width: 117px;
  margin-top: 42px;
}
#sage .rainbow-accent-1,
#sage .rainbow-accent-2 {
  position: absolute;
  width: 100%;
  left: 0;
}
#sage .rainbow-accent-1 {
  top: 0;
}
#sage .rainbow-accent-2 {
  bottom: 0;
}

/* stylelint-disable */
#sage .image-panel {
  background-color: #ddf3fc;
}
#sage .image-panel img {
  mix-blend-mode: multiply;
}

/* stylelint-disable */
#sage .columns {
  background-color: #ddf3fc;
  padding: 100px 0;
}
#sage .columns .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sage .columns .flex .column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#sage .columns .flex .column-item h3 {
  color: #d6bf5f;
}
#sage .columns .flex .column-item p {
  opacity: 0.5;
}
#sage .columns .flex.cols-2 .column-item {
  width: calc((100% - 4rem) / 2);
  max-width: 289px;
}
@media screen and (max-width: 767px) {
  #sage .columns .flex.cols-2 .column-item {
    width: 100%;
  }
}
#sage .columns .flex.cols-3 .column-item {
  width: calc((100% - 8rem) / 3);
  max-width: 289px;
}
@media screen and (max-width: 900px) {
  #sage .columns .flex.cols-3 .column-item {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  #sage .columns .flex.cols-3 .column-item {
    width: 100%;
  }
}
#sage .columns .flex.cols-4 .column-item {
  width: calc((100% - 12rem) / 4);
  max-width: 289px;
}
@media screen and (max-width: 900px) {
  #sage .columns .flex.cols-4 .column-item {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  #sage .columns .flex.cols-4 .column-item {
    width: 100%;
  }
}
#sage .columns .flex.cols-5 .column-item {
  width: calc((100% - 16rem) / 5);
  max-width: 289px;
}
@media screen and (max-width: 1150px) {
  #sage .columns .flex.cols-5 .column-item {
    width: calc((100% - 8rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  #sage .columns .flex.cols-5 .column-item {
    width: 100%;
  }
}
#sage .columns .flex.cols-6 .column-item {
  width: calc((100% - 20rem) / 6);
  max-width: 289px;
}
@media screen and (max-width: 1150px) {
  #sage .columns .flex.cols-6 .column-item {
    width: calc((100% - 8rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  #sage .columns .flex.cols-6 .column-item {
    width: 100%;
  }
}

/* stylelint-disable */
#sage .title-break {
  background-color: white;
  padding: 1.25rem 0;
  color: var(--clr-brand);
}
#sage .title-break h2 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.7071428571rem + 1.7142857143vw, 2.25rem);
}

/* stylelint-disable */
#sage .grid-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 350px;
}
#sage .grid-section .grid-item {
  position: relative;
  isolation: isolate;
  background-color: #ddf3fc;
}
#sage .grid-section .grid-item a {
  height: 100%;
  width: 100%;
  display: block;
}
#sage .grid-section .grid-item a:focus {
  border: 2px solid orange;
}
#sage .grid-section .grid-item .inner {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  left: 50%;
  top: 50%;
  height: calc(80% - 94px);
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  #sage .grid-section .grid-item .inner {
    width: 80%;
  }
}
#sage .grid-section .grid-item .inner img {
  height: 100%;
}
#sage .grid-section .grid-item .inner p {
  font-weight: 700;
  color: var(--clr-brand) !important;
}
#sage .grid-section .grid-item h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.34375rem;
  font-size: clamp(1.34375rem, 0.8446428571rem + 2.0476190476vw, 2.6875rem);
  background-color: hsla(220, 75%, 22%, 0.5);
  padding: 1rem 0 1rem 1.875rem;
  color: white;
  font-weight: 700;
}
@media (min-width: 900px) {
  #sage .grid-section {
    grid-template-columns: 2fr 1fr;
  }
  #sage .grid-section > .grid-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  #sage .grid-section > .grid-item:nth-child(1)[two-col] {
    grid-row: 1/2;
  }
  #sage .grid-section > .grid-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #sage .grid-section > .grid-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #sage .grid-section > .grid-item:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #sage .grid-section > .grid-item:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  #sage .grid-section > .grid-item:only-child {
    grid-column: 1/-1;
  }
}

/* stylelint-disable */
#sage .image-with-text .image-side h3 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.34375rem;
  font-size: clamp(1.34375rem, 0.8446428571rem + 2.0476190476vw, 2.6875rem);
  background-color: hsla(220, 75%, 22%, 0.5);
  padding: 1rem 0 1rem 1.875rem;
  color: white;
  font-weight: 700;
}
#sage .image-with-text .content-side {
  background-color: var(--clr-brand);
  color: white;
  padding-top: clamp(3.125rem, -1.2857142857rem + 18.0952380952vw, 15rem);
  padding-block: clamp(3.125rem, 0.2232142857rem + 11.9047619048vw, 10.9375rem);
}
#sage .image-with-text .content-side h2 {
  font-size: 2.3125rem;
  font-size: clamp(2.3125rem, 1.4535714286rem + 3.5238095238vw, 4.625rem);
  line-height: 1.08823529;
  margin-top: 0 !important;
}
#sage .image-with-text .content-side h5 {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8142857143rem + 0.7619047619vw, 1.5rem);
}
#sage .image-with-text .content-side p {
  font-size: 1rem;
  font-size: clamp(1rem, 0.6285714286rem + 1.5238095238vw, 2rem);
  font-weight: 700;
}
#sage .image-with-text .content-side .inner {
  width: min(500px, 90%);
  margin: 0 auto;
}
#sage .image-with-text .content-side .inner > * + * {
  margin-top: clamp(2rem, 0.2107142857rem + 2.2380952381vw, 2.825rem);
}
@media (min-width: 768px) {
  #sage .image-with-text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 100vh;
  }
  #sage .image-with-text .image-side {
    position: relative;
  }
  #sage .image-with-text .image-side img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  #sage .image-with-text .content-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    place-content: center;
  }
}
#sage .image-with-text[left] .content-side {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* stylelint-disable */
#sage .general-content {
  padding: 5.375rem 0;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .general-content {
    padding: 50px 0;
  }
}
#sage .general-content .aligncenter {
  margin: 0 auto;
}
#sage .general-content figure {
  width: unset !important;
  position: relative;
}
#sage .general-content figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0e2b63;
  color: #fff;
  padding: 10px 20px;
}
#sage .general-content .container .inner[half] {
  width: min(768px, 100%);
  margin: 0 auto;
}
#sage .general-content .container .inner h2 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.9428571429rem + 2.2857142857vw, 3rem);
  line-height: 1;
  color: #152C60;
}
#sage .general-content .container .inner h3 {
  color: #0e2b63;
  line-height: 1;
  font-size: 22px;
  margin: 20px 0 20px 0;
}
#sage .general-content .container .inner ul {
  padding: 0 0 0 17px;
}
@media screen and (max-width: 900px) {
  #sage .general-content .container .inner ul {
    margin-bottom: 25px;
  }
}
#sage .general-content .container .inner ul li {
  font-size: 17px;
  line-height: 28px;
  color: #777589;
}
#sage .general-content .container .inner a {
  word-wrap: break-word;
}
#sage .general-content .container .inner p {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
  color: #777589;
}
#sage .general-content .container .inner p strong {
  color: var(--clr-brand);
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  #sage .general-content .container .inner p {
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (max-width: 900px) {
  #sage .general-content .container .inner p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}
#sage .general-content .container a.blue-button {
  font-size: 32px;
  color: #fff;
  background-color: #004f9f;
  padding: 10px 30px 15px 30px;
  border-radius: 50px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin-bottom: 25px;
  display: inline-block;
  font-weight: 700;
}
#sage .general-content .container a.blue-button:hover {
  color: #004f9f;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  #sage .general-content .container a.blue-button {
    font-size: 24px;
    padding: 7px 22px 11px 22px;
  }
}
@media screen and (max-width: 900px) {
  #sage .general-content .container a.blue-button {
    font-size: 22px;
    line-height: 22px;
    padding: 5px 15px 7px 15px;
  }
}
#sage .general-content .container .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 900px) {
  #sage .general-content .container .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
}
#sage .general-content .container .content-row .content-column-one,
#sage .general-content .container .content-row .content-column-two {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#sage .general-content.image-fix .content-row .content-column-one {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
}
@media screen and (max-width: 1400px) {
  #sage .general-content.image-fix .content-row .content-column-one {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
#sage .general-content.image-fix .content-row .content-column-one p {
  height: 100%;
}
#sage .general-content.image-fix .content-row .content-column-one p img {
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  height: 100%;
}
#sage .general-content.image-fix .content-row .content-column-two {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
@media screen and (max-width: 1350px) {
  #sage .general-content.image-fix .content-row .content-column-two {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
#sage .general-content .rainbow-divider-dynamic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #sage .general-content.desktop {
    display: none;
  }
}
#sage .general-content.mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  #sage .general-content.mobile {
    display: block;
  }
}
#sage .general-content.padding-top {
  padding: 5.375rem 0 0 0;
}
#sage .general-content.no-padding {
  padding: 0;
}
#sage .general-content.padding-bottom {
  padding: 0 0 5.375rem 0;
}
#sage .general-content .legal-text {
  font-size: 16px;
  color: #777589;
}
#sage .general-content .legal-text a {
  word-break: break-all;
}
#sage .general-content .pink-content {
  padding: 35px;
  background-color: #E72582;
  color: #fff;
  text-align: center;
  margin: 25px 0;
  line-height: 1.5;
  font-size: 24px;
}
#sage .general-content .pink-content strong {
  font-size: 30px;
}
#sage .general-content.new-esg-body-copy .container .inner h2 {
  font-size: 60px;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 900px) {
  #sage .general-content.new-esg-body-copy .container .inner h2 {
    font-size: 36px;
    letter-spacing: -0.5px;
  }
}
#sage .general-content.new-esg-body-copy .container .inner p {
  font-size: 25px;
  letter-spacing: -0.25px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  #sage .general-content.new-esg-body-copy .container .inner p {
    font-size: 19px;
    letter-spacing: -0.19px;
  }
}
#sage .general-content.achieving-safety-milestones .content-column-two {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  border-right: 1px solid rgba(112, 112, 112, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  #sage .general-content.achieving-safety-milestones .content-column-two {
    padding: 0 20px 20px 0;
  }
}
#sage .general-content.achieving-safety-milestones .content-column-two h2 {
  font-weight: 400;
  letter-spacing: -3px;
}
@media screen and (max-width: 900px) {
  #sage .general-content.achieving-safety-milestones .content-column-two h2 {
    letter-spacing: -1.5px;
  }
}
#sage .general-content.new-safety-initiatives {
  padding-top: 40px;
}
#sage #nc-alternatives h3 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -2.24px;
  color: #0e2b63;
}
@media screen and (max-width: 1500px) {
  #sage #nc-alternatives h3 {
    margin-bottom: 35px;
    font-size: 44px;
    letter-spacing: -1.25px;
  }
}
@media screen and (max-width: 900px) {
  #sage #nc-alternatives h3 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
#sage #risk-continuum {
  padding-top: 0;
}
#sage #risk-continuum .risk-continuum {
  position: relative;
  margin-bottom: 0;
}
#sage #risk-continuum .risk-continuum h3 {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  color: #0e2b63;
  font-size: 36px;
  letter-spacing: -1.84px;
}
@media screen and (max-width: 900px) {
  #sage #risk-continuum .risk-continuum h3 {
    position: relative;
    margin-bottom: 15px;
  }
}
#sage #risk-continuum h6 {
  color: #777589;
  font-size: 16px;
  letter-spacing: -0.32px;
  font-weight: 400;
  position: relative;
  bottom: 10px;
}
#sage #reducing-and-recycling,
#sage #vehicle-fleet-headline,
#sage #ev-disclaimer,
#sage #sobc-headline,
#sage #sobc-content {
  background-color: #f2f6fa;
}
#sage #ev-disclaimer,
#sage #working-together-to-clean {
  padding-bottom: 25px;
}
#sage #vehicle-fleet-headline {
  padding-bottom: 30px;
}
#sage #vehicle-fleet-headline h2 {
  margin-bottom: 0 !important;
}
#sage #sobc-headline {
  padding-bottom: 0;
}
#sage #sobc-headline h2 {
  margin-bottom: 0 !important;
}
#sage #sobc-content .container .inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage #sobc-content .container .inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #sobc-content .container .inner .row p {
  margin: 0;
}
#sage #sobc-content .container .inner .row p:nth-of-type(1) {
  width: 40%;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  #sage #sobc-content .container .inner .row p:nth-of-type(1) {
    width: 100%;
    margin-bottom: 15px;
  }
}
#sage #sobc-content .container .inner .row p:nth-of-type(2) {
  width: 60%;
}
@media screen and (max-width: 900px) {
  #sage #sobc-content .container .inner .row p:nth-of-type(2) {
    width: 100%;
  }
}
#sage #our-external-recognition,
#sage #di-our-external-recognition {
  background-color: #f2f6fa;
}
#sage #our-external-recognition .image-container,
#sage #di-our-external-recognition .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  #sage #our-external-recognition .image-container,
  #sage #di-our-external-recognition .image-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#sage #our-external-recognition .image-container img,
#sage #di-our-external-recognition .image-container img {
  height: 120px;
  width: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 900px) {
  #sage #our-external-recognition .image-container img,
  #sage #di-our-external-recognition .image-container img {
    height: 63px;
    margin: 20px;
  }
}
#sage #di-our-external-recognition {
  background-color: #fff;
}
#sage #fostering-inclusion .chart-row,
#sage #di-fostering-inclusion .chart-row,
#sage #societal-impact .chart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage #fostering-inclusion .chart-row,
  #sage #di-fostering-inclusion .chart-row,
  #sage #societal-impact .chart-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #fostering-inclusion .chart-row .chart-column,
#sage #di-fostering-inclusion .chart-row .chart-column,
#sage #societal-impact .chart-row .chart-column {
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #sage #fostering-inclusion .chart-row .chart-column,
  #sage #di-fostering-inclusion .chart-row .chart-column,
  #sage #societal-impact .chart-row .chart-column {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #sage #fostering-inclusion .chart-row .chart-column:first-of-type,
  #sage #di-fostering-inclusion .chart-row .chart-column:first-of-type,
  #sage #societal-impact .chart-row .chart-column:first-of-type {
    margin-bottom: 40px;
  }
}
#sage #fostering-inclusion .chart-row .chart-column .pie-animation,
#sage #di-fostering-inclusion .chart-row .chart-column .pie-animation,
#sage #societal-impact .chart-row .chart-column .pie-animation {
  height: auto !important;
  width: 100% !important;
}
#sage #fostering-inclusion .chart-row .chart-column h3,
#sage #di-fostering-inclusion .chart-row .chart-column h3,
#sage #societal-impact .chart-row .chart-column h3 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 36px;
  color: #0e2b63;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #sage #fostering-inclusion .chart-row .chart-column h3,
  #sage #di-fostering-inclusion .chart-row .chart-column h3,
  #sage #societal-impact .chart-row .chart-column h3 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
}
#sage #di-fostering-inclusion {
  background-color: #fff;
}
#sage #our-employee-community,
#sage #amplifying-diversity {
  background-color: #f2f6fa;
}
#sage #our-employee-community .diversity-logos-row,
#sage #amplifying-diversity .diversity-logos-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 20px;
}
@media screen and (max-width: 900px) {
  #sage #our-employee-community .diversity-logos-row,
  #sage #amplifying-diversity .diversity-logos-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#sage #our-employee-community .diversity-logos-row .image-group,
#sage #amplifying-diversity .diversity-logos-row .image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100px;
}
#sage #our-employee-community .image-group h5,
#sage #amplifying-diversity .image-group h5 {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
#sage #our-employee-community .image-group h5 span,
#sage #amplifying-diversity .image-group h5 span {
  font-size: 10px;
  line-height: 12px;
}
#sage #our-employee-community .community-row,
#sage #amplifying-diversity .community-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage #our-employee-community .community-row,
  #sage #amplifying-diversity .community-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #our-employee-community .community-row .community-column,
#sage #amplifying-diversity .community-row .community-column {
  width: calc(50% - 15px);
}
@media screen and (max-width: 900px) {
  #sage #our-employee-community .community-row .community-column,
  #sage #amplifying-diversity .community-row .community-column {
    width: 100%;
  }
}
#sage #our-employee-community .community-row .community-column h2,
#sage #amplifying-diversity .community-row .community-column h2 {
  margin-bottom: 30px;
}
#sage #our-employee-community .community-row .community-column p,
#sage #amplifying-diversity .community-row .community-column p {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #sage #our-employee-community .diversity-logos,
  #sage #amplifying-diversity .diversity-logos {
    display: none;
  }
}
#sage #amplifying-diversity .community-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}
#sage #amplifying-diversity h4 {
  font-size: 24px;
  color: #0e2b63;
  margin: 30px 0 15px 0;
}
#sage #amplifying-diversity ul {
  padding: 0 0 0 17px;
}
@media screen and (max-width: 900px) {
  #sage #amplifying-diversity ul {
    margin-bottom: 25px;
  }
}
#sage #amplifying-diversity ul li {
  font-size: 17px;
  line-height: 28px;
  color: #777589;
}
#sage #employee-community-columns {
  background-color: #f2f6fa;
  padding-top: 0;
}
#sage #employee-community-columns .community-columns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage #employee-community-columns .community-columns-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #employee-community-columns .community-columns-row .column,
#sage #employee-community-columns .community-columns-row .featured-column {
  width: calc(33% - 5px);
}
@media screen and (max-width: 900px) {
  #sage #employee-community-columns .community-columns-row .column,
  #sage #employee-community-columns .community-columns-row .featured-column {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sage #employee-community-columns .community-columns-row img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#sage #employee-community-columns .community-columns-row .featured-column {
  background-color: #ef7d00;
  color: #fff;
  text-align: center;
  min-height: 391px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px;
}
#sage #employee-community-columns .community-columns-row .featured-column h3 {
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.84px;
  font-weight: 400;
  color: #fff;
}
#sage #employee-community-columns .community-columns-row .featured-column h3 span {
  font-weight: 700;
  font-size: 42px;
}
#sage #philanthropic-giving {
  background-color: #f2f6fa;
  padding-bottom: 0;
}
#sage #millions-gifted {
  padding: 0 0 20px 0;
  background-color: #f2f6fa;
}
#sage #millions-gifted .container {
  width: min(907px, 90%);
  text-align: center;
}
#sage #gifted-infographic {
  background-color: #f2f6fa;
  padding-top: 50px;
}
#sage #giving-in-action {
  padding: 150px 0 50px 0;
}
@media screen and (max-width: 1500px) {
  #sage #giving-in-action {
    padding-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  #sage #giving-in-action {
    padding: 50px 0;
  }
}
#sage #giving-and-volunteerism {
  background-color: #f2f6fa;
  padding-bottom: 0;
}
#sage #giving-and-volunteerism .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage #giving-and-volunteerism .container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #giving-and-volunteerism .container .inner .column {
  width: 100%;
  margin: 0;
}
#sage #giving-and-volunteerism .container .inner .column h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  #sage #giving-and-volunteerism .container .inner .column:last-of-type {
    padding-top: 30px;
  }
}
#sage #volunteerism-columns {
  background-color: #f2f6fa;
  padding: 40px 0 20px 0;
}
@media screen and (max-width: 900px) {
  #sage #volunteerism-columns {
    padding-top: 0;
  }
}
#sage #volunteerism-columns .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage #volunteerism-columns .container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #volunteerism-columns .container .inner .column .image-overlay-container {
  height: 100%;
}
#sage #volunteerism-columns .container .inner .column .image-overlay-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage #volunteerism-columns .container .inner .column,
#sage #volunteerism-columns .container .inner .featured-column {
  width: calc(33% - 10px);
  margin: 0;
  height: 365px;
}
@media screen and (max-width: 900px) {
  #sage #volunteerism-columns .container .inner .column,
  #sage #volunteerism-columns .container .inner .featured-column {
    width: 100%;
    height: unset;
    margin: 30px 0;
  }
}
#sage #volunteerism-columns .container .inner .featured-column {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
  padding-right: 50px;
}
#sage #volunteerism-columns .container .inner .featured-column h3 {
  color: #ef7d00;
  font-size: 60px;
  letter-spacing: -1.5px;
  line-height: 56px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  #sage #volunteerism-columns .container .inner .featured-column h3 {
    font-size: 44px;
    line-height: 40px;
  }
}
#sage #volunteerism-columns .container .inner .featured-column p {
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #0e2b63;
}
#sage #volunteerism-columns-2 {
  background-color: #f2f6fa;
  padding: 0 0 150px 0;
  margin-bottom: 211px;
}
@media screen and (max-width: 900px) {
  #sage #volunteerism-columns-2 {
    padding: 0;
    margin-bottom: 75px;
  }
}
#sage #volunteerism-columns-2 .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage #volunteerism-columns-2 .container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #volunteerism-columns-2 .container .inner .image-overlay-container {
  width: calc(50% - 10px);
  margin: 0;
}
@media screen and (max-width: 900px) {
  #sage #volunteerism-columns-2 .container .inner .image-overlay-container {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sage #goals-content {
  padding-top: 0;
}
#sage #goals-content .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage #goals-content .container .inner {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #goals-content .container .inner .text-column {
  padding: 50px;
  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;
  background-color: #f2f6fa;
  height: 100%;
}
@media screen and (max-width: 900px) {
  #sage #goals-content .container .inner .text-column {
    max-width: 100%;
    width: 100%;
  }
}
#sage #goals-content .container .inner .text-column h3 {
  font-size: 32px;
  letter-spacing: -0.64px;
  line-height: 52px;
  width: 373px;
  color: #777589;
}
@media screen and (max-width: 900px) {
  #sage #goals-content .container .inner .text-column h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.3px;
  }
}
#sage #goals-content .container .inner .text-column h3 strong {
  font-size: 44px;
  font-weight: 700;
  color: #0e2b63;
}
@media screen and (max-width: 900px) {
  #sage #goals-content .container .inner .text-column h3 strong {
    font-size: 26px;
  }
}
#sage #goals-content .container .inner .image-column {
  margin: 0;
  height: 100%;
}
#sage #goals-content .container .inner .image-column img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage #tc-giving-columns {
  background-color: #f2f6fa;
  padding: 0;
}
#sage #tc-giving-columns .container .inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage #tc-giving-columns .container .inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #tc-giving-columns .container .inner .row .column {
  width: calc(33% - 10px);
  padding: 40px 30px;
}
@media screen and (max-width: 900px) {
  #sage #tc-giving-columns .container .inner .row .column {
    width: 100%;
  }
}
#sage #tc-giving-columns .container .inner .row .column h4 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #0e2b63;
  text-align: center;
  margin-bottom: 30px;
}
#sage #tc-giving-columns .container .inner .row .column p {
  font-size: 24px;
  letter-spacing: -0.55px;
  line-height: 36px;
  text-align: center;
  color: #777589;
}
#sage #tc-giving-columns .container .inner .row .column:nth-of-type(1) {
  background-color: rgba(0, 177, 235, 0.12);
}
#sage #tc-giving-columns .container .inner .row .column:nth-of-type(2) {
  background-color: rgba(175, 202, 11, 0.12);
}
#sage #tc-giving-columns .container .inner .row .column:nth-of-type(3) {
  background-color: rgba(239, 125, 0, 0.12);
}
#sage #corporate-giving {
  padding: 90px 0 50px 0;
}
@media screen and (max-width: 900px) {
  #sage #corporate-giving {
    padding: 50px 0 10px 0;
  }
}
#sage #tc-footer-perks {
  background-color: #0e2b63;
  padding: 0;
}
@media screen and (max-width: 900px) {
  #sage #tc-footer-perks {
    display: none;
  }
}
#sage #tc-footer-perks .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sage #tc-footer-perks .inner .column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 40px 0 40px 65px;
}
#sage #tc-footer-perks .inner .column p {
  margin-right: 30px;
}
#sage #tc-footer-perks .inner .column img {
  width: 70px;
  max-width: unset;
}
#sage #tc-footer-perks .inner .column h4 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -1.12px;
  font-weight: 400;
}
#sage #tc-footer-perks .inner .column:first-of-type {
  border-right: 1px solid #fff;
}
#sage #tc-footer-perks .inner .column:last-of-type {
  border-left: 1px solid #fff;
}
#sage #health-headline h1 {
  font-size: 46px;
}
@media screen and (max-width: 900px) {
  #sage #health-headline h1 {
    font-size: 37px;
    line-height: 40px;
  }
}
#sage #hundred-m-gifted .inner p:first-of-type {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage #hundred-m-gifted .inner p:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #sage #reynolds-philanthropic-headline,
  #sage #charitable-giving-headline {
    padding-bottom: 0;
  }
}
#sage #reynolds-philanthropic-headline h3,
#sage #charitable-giving-headline h3 {
  font-size: 40px;
  font-weight: bold;
  color: #0e2b63;
  text-align: center;
  letter-spacing: -1.6px;
  line-height: 52px;
}
@media screen and (max-width: 900px) {
  #sage #reynolds-philanthropic-headline h3,
  #sage #charitable-giving-headline h3 {
    font-size: 20px;
    letter-spacing: -0.8px;
    line-height: 28px;
  }
}
@media screen and (max-width: 900px) {
  #sage #charitable-giving-headline {
    padding-bottom: 50px;
  }
}
#sage #reynolds-foundation-subhero,
#sage #santa-fe-foundation-subhero,
#sage #american-snuff-trust-subhero {
  background-color: rgba(0, 79, 159, 0.05);
  padding: 50px 0;
}
#sage #reynolds-foundation-subhero h3,
#sage #santa-fe-foundation-subhero h3,
#sage #american-snuff-trust-subhero h3 {
  color: #004f9f;
  font-size: 60px;
  letter-spacing: -3px;
  font-weight: 400;
  text-align: center;
}
#sage #reynolds-foundation-subhero h4,
#sage #santa-fe-foundation-subhero h4,
#sage #american-snuff-trust-subhero h4 {
  color: #0e2b63;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1.36px;
  text-align: center;
  margin: 0;
}
#sage #santa-fe-foundation-subhero {
  background-color: rgba(239, 125, 0, 0.05);
}
#sage #santa-fe-foundation-subhero h3 {
  color: #ef7d00;
}
#sage #american-snuff-trust-subhero {
  background-color: rgba(0, 177, 235, 0.08);
}
#sage #american-snuff-trust-subhero h3 {
  color: #00b1eb;
}
#sage #grant-categories {
  padding-bottom: 0;
}
#sage #grant-categories .container {
  padding: 60px;
  background-color: rgba(0, 79, 159, 0.05);
}
#sage #grant-categories .container strong {
  color: #777589;
}
#sage #grant-category-columns {
  padding: 25px 0;
}
#sage #grant-category-columns .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage #grant-category-columns .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #grant-category-columns .inner .column {
  width: calc(33% - 90px);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #sage #grant-category-columns .inner .column {
    width: 100%;
  }
}
#sage #grant-category-columns .inner .column h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0e2b63;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #sage #grant-category-columns .inner .column h3 {
    margin: 50px 0 50px 0;
  }
}
#sage #grant-images {
  padding: 0 0 25px 0;
}
#sage #grant-images h3 {
  max-width: 1000px;
  text-align: center;
  color: #0e2b63;
  font-size: 30px;
  letter-spacing: -0.6px;
  line-height: 40px;
  margin: 15px auto 0 auto;
}
#sage #grant-images .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage #grant-images .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage #grant-images .row .image-overlay-container {
  width: calc(33% - 10px);
}
@media screen and (max-width: 900px) {
  #sage #grant-images .row .image-overlay-container {
    width: 100%;
  }
}
#sage #grant-images .row .image-overlay-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
}
#sage #mission {
  padding-bottom: 0;
}
#sage #history {
  padding-bottom: 20px;
}
#sage .our-commitment-to-underage-access-prevention .general-content,
#sage .responsible-marketing .general-content,
#sage .the-latest-facts .general-content,
#sage .retailer-compliance .general-content {
  padding: 0;
  margin: 50px auto;
}
#sage .our-commitment-to-underage-access-prevention .general-content .container .inner h2,
#sage .responsible-marketing .general-content .container .inner h2,
#sage .the-latest-facts .general-content .container .inner h2,
#sage .retailer-compliance .general-content .container .inner h2 {
  color: #0e2b63;
  font-size: 32px;
}
#sage .our-commitment-to-underage-access-prevention .general-content .container .inner p,
#sage .responsible-marketing .general-content .container .inner p,
#sage .the-latest-facts .general-content .container .inner p,
#sage .retailer-compliance .general-content .container .inner p {
  font-size: 19px;
}
#sage .thr-special-second-column .content-column-two {
  background-color: #f2f6fa;
  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;
  padding: 50px;
}
#sage .thr-special-second-column .content-column-two p {
  color: #0e2b63 !important;
}
#sage .thr-special-second-column .content-column-two strong {
  color: #E72582 !important;
  font-size: 26px;
}
#sage .empowering-adult-smoker-choice {
  margin-top: 75px;
}
@media screen and (max-width: 900px) {
  #sage .empowering-adult-smoker-choice {
    margin-top: 50px;
  }
}
#sage .podcast-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #sage .podcast-row {
    margin-top: 20px;
  }
}
#sage .aligncenter {
  margin: 0 auto;
}
#sage .alignleft {
  margin-right: auto;
}
#sage .alignright {
  margin-left: auto;
}

/* stylelint-disable */
#sage .leadership-section .grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 354px;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
@media (min-width: 600px) {
  #sage .leadership-section .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  #sage .leadership-section .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  #sage .leadership-section .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(4, 430px);
  }
}
#sage .leadership-section .grid > * {
  -webkit-box-ordinal-group: NaN;
      -ms-flex-order: var(--orderCount, 0);
          order: var(--orderCount, 0);
}
#sage .leadership-section .modal-box-container {
  left: 0;
  top: 0;
  position: fixed;
  display: none;
  place-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
}
#sage .leadership-section .modal-box-container .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 99999;
}
#sage .leadership-section .modal-box-container .modal-close img {
  width: 20px;
  height: 20px;
}
#sage .leadership-section .modal-box-container .modal-box {
  background-color: white;
  padding: 4.6875rem;
  width: min(925px, 90%);
  position: relative;
  z-index: 999999;
  overflow-y: scroll;
  max-height: 100%;
}
#sage .leadership-section .modal-box-container .modal-box .inner {
  margin-top: 1.25rem;
}
#sage .leadership-section .modal-box-container .modal-box .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.875rem;
  gap: 2.0625rem;
}
@media screen and (max-width: 900px) {
  #sage .leadership-section .modal-box-container .modal-box .top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sage .leadership-section .modal-box-container .modal-box .top-content img {
  width: 270px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage .leadership-section .modal-box-container .modal-box .top-content h2 {
  font-size: 2.25rem;
}
#sage .leadership-section .modal-box-container .modal-box .top-content p {
  font-size: 1.375rem;
}
#sage .leadership-section .modal-box-container .modal-box .bottom-content p {
  margin-bottom: 1rem;
}
#sage .leadership-section .modal-box-container .modal-box .bottom-content p:last-of-type {
  margin-bottom: 0;
}
#sage .leadership-section .people-item {
  cursor: pointer;
}
#sage .leadership-section .people-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage .leadership-section .people-item.active + .modal-box-container {
  display: grid;
}
#sage .leadership-section .quote-item {
  background-color: var(--bg, #ddf3fc);
  color: white;
  display: grid;
  place-items: center;
  padding: 4rem 2rem;
  position: relative;
  isolation: isolate;
}
#sage .leadership-section .quote-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 25%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: overlay;
  z-index: -1;
}
#sage .leadership-section .quote-item p {
  font-size: 26px;
  font-weight: 600;
}

/* stylelint-disable */
#sage .hero {
  height: calc(100vh - 179px);
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px) {
  #sage .hero {
    height: 487px;
  }
}
#sage .hero .container {
  height: 100%;
  position: relative;
}
#sage .hero .container .headline-text {
  position: absolute;
  bottom: 100px;
}
@media screen and (max-width: 900px) {
  #sage .hero .container .headline-text {
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
#sage .hero .container .headline-text h2 {
  color: #fff;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -1.48px;
  font-family: "Aeroport", sans-serif;
  line-height: 68px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .hero .container .headline-text h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
}
#sage .hero .container .headline-text h2 sup {
  position: relative;
  top: 8px;
  left: 4px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  #sage .hero .container .headline-text h2 sup {
    font-size: 12px;
    line-height: 0;
    top: 2px;
  }
}
#sage .hero .container .headline-text p {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
}
#sage .hero .rainbow-divider-dynamic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#sage .hero.gradient-with-image {
  height: calc(100vh - 434px);
  background-size: 100% 50% !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 900px) {
  #sage .hero.gradient-with-image {
    height: 333px;
  }
}
#sage .hero.gradient-with-image .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sage .hero.gradient-with-image .container img {
  margin: 0 auto;
  max-width: min(80%, 700px);
  max-height: min(80%, 300px);
}
#sage .hero.video-hero {
  cursor: pointer;
}
#sage .hero.video-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sage .hero.video-hero .headline-text {
  text-align: center;
  position: relative;
  bottom: unset;
}
@media screen and (max-width: 900px) {
  #sage .hero.video-hero .headline-text {
    left: unset;
    -webkit-transform: unset;
         -o-transform: unset;
            transform: unset;
  }
}
#sage .hero.video-hero img {
  width: 117px;
  height: auto;
  position: absolute;
  top: 75%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sage .thriving-communities .hero {
  background-position: top;
}
#sage .thriving-communities .hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 79, 159, 0.8)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 79, 159, 0.8));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 79, 159, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 79, 159, 0.8));
  content: "";
}

.thriving-communities .slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto !important;
  bottom: 50px;
  z-index: 1;
}
.thriving-communities .slide-nav img {
  position: absolute;
  cursor: pointer;
  width: 12px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .thriving-communities .slide-nav img {
    width: 8px;
  }
}
.thriving-communities .slide-nav .prev-arrow {
  left: 0;
}
.thriving-communities .slide-nav .next-arrow {
  right: 0;
}
.thriving-communities .slide-nav .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  .thriving-communities .slide-nav .slick-dots {
    padding: 0 15px;
  }
}
.thriving-communities .slide-nav .slick-dots li {
  padding: 0 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thriving-communities .slide-nav .slick-dots button {
  background-color: #cbd6e2;
  color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 900px) {
  .thriving-communities .slide-nav .slick-dots button {
    height: 10px;
    width: 10px;
  }
}
.thriving-communities .slide-nav .slick-dots .slick-active button {
  background-color: #fff;
}
.thriving-communities .headline-text {
  position: relative;
  bottom: 177px;
}
@media screen and (max-width: 900px) {
  .thriving-communities .headline-text {
    bottom: 120px;
  }
}
.thriving-communities .headline-text h2 {
  color: #fff;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -1.48px;
  font-family: "Aeroport", sans-serif;
  line-height: 68px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 900px) {
  .thriving-communities .headline-text h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
}
.thriving-communities .headline-text h2 sup {
  position: relative;
  top: 8px;
  left: 4px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .thriving-communities .headline-text h2 sup {
    font-size: 12px;
    line-height: 0;
    top: 2px;
  }
}

.smallhero {
  background-color: var(--clr-brand);
  padding: 38px 0;
  color: #FFFFFF;
  position: relative;
}
.smallhero p {
  font-weight: 500;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
}
.smallhero .rainbow-divider-dynamic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#sage .esg-summary .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#sage .esg-summary .container #hesg-gif {
  width: 50%;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary .container #hesg-gif {
    width: 100%;
  }
}
#sage .esg-summary .container .text-container {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary .container .text-container {
    width: 100%;
  }
}
#sage .esg-summary .container .text-container h3 {
  color: #0f2b63;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -1.48px;
  font-family: "Aeroport", sans-serif;
  line-height: 68px;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary .container .text-container h3 {
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-top: 20px;
  }
}
#sage .esg-summary .container .text-container .cta {
  color: #004f9f;
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height: 32px;
  max-width: 100%;
  font-weight: 700;
  width: 400px;
  margin: 40px 0;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary .container .text-container .cta {
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 22px;
    margin: 20px 0;
    max-width: 70%;
  }
}
#sage .esg-summary .container .text-container .cta svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary .container .text-container .cta svg {
    width: 80px;
    height: 80px;
  }
}
#sage .esg-summary .container .text-container p {
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 36px;
  color: #777589;
  font-family: "Aeroport", sans-serif;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary .container .text-container p {
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 20px;
  }
}
#sage .esg-summary-framework {
  margin: 100px 0;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary-framework {
    margin: 50px 0;
  }
}
#sage .esg-summary-framework .container .text-container h3 {
  font-size: 68px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary-framework .container .text-container h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
  }
}
#sage .esg-summary-framework .container .text-container h4 {
  font-size: 30px;
  letter-spacing: -0.6px;
  line-height: 48px;
  color: #004f9f;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #sage .esg-summary-framework .container .text-container h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.36px;
  }
}

/* stylelint-disable */
#sage .column-ctas .summary-by-numbers {
  margin-top: 150px;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  #sage .column-ctas .summary-by-numbers {
    margin-top: 50px;
  }
}
#sage .column-ctas .summary-by-numbers .numbers-row .column:nth-of-type(1) h4 {
  color: #0e2b63;
}
#sage .column-ctas .summary-by-numbers .numbers-row .column:nth-of-type(2) h4 {
  color: #ef7d00;
}
#sage .column-ctas .summary-by-numbers .numbers-row .column:nth-of-type(3) h4 {
  color: #00b1eb;
}
#sage .column-ctas .summary-by-numbers .numbers-row .column:nth-of-type(4) h4 {
  color: #50af47;
}
#sage .summary-by-numbers {
  margin: 60px 0 0 0;
  padding-bottom: 125px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .summary-by-numbers {
    padding-bottom: 50px;
  }
}
#sage .summary-by-numbers h4 {
  color: #0e2b63;
  font-size: 40px;
  letter-spacing: -1.6px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #sage .summary-by-numbers h4 {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 28px;
  }
}
#sage .summary-by-numbers h4.percent::after {
  content: "%";
  position: absolute;
  right: -53px;
}
@media screen and (max-width: 900px) {
  #sage .summary-by-numbers h4.percent::after {
    right: -37px;
  }
}
#sage .summary-by-numbers .numbers-row,
#sage .summary-by-numbers .numbers-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .summary-by-numbers .numbers-row,
  #sage .summary-by-numbers .numbers-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .summary-by-numbers .numbers-row .column,
#sage .summary-by-numbers .numbers-row-2 .column {
  width: calc(25% - 15px);
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 25px 25px 50px 25px;
}
@media screen and (max-width: 900px) {
  #sage .summary-by-numbers .numbers-row .column,
  #sage .summary-by-numbers .numbers-row-2 .column {
    width: 100%;
    margin-bottom: 10px;
  }
}
#sage .summary-by-numbers .numbers-row .column:nth-of-type(1) h4,
#sage .summary-by-numbers .numbers-row-2 .column:nth-of-type(1) h4 {
  color: #e72582;
}
#sage .summary-by-numbers .numbers-row .column:nth-of-type(1) h4::after,
#sage .summary-by-numbers .numbers-row-2 .column:nth-of-type(1) h4::after {
  content: "";
}
#sage .summary-by-numbers .numbers-row .column:nth-of-type(2) h4,
#sage .summary-by-numbers .numbers-row-2 .column:nth-of-type(2) h4 {
  color: #76c16f;
}
#sage .summary-by-numbers .numbers-row .column:nth-of-type(3) h4,
#sage .summary-by-numbers .numbers-row-2 .column:nth-of-type(3) h4 {
  color: #ef7d00;
}
#sage .summary-by-numbers .numbers-row .column:nth-of-type(4) h4,
#sage .summary-by-numbers .numbers-row-2 .column:nth-of-type(4) h4 {
  color: #5a328a;
}
#sage .summary-by-numbers .numbers-row .column h4,
#sage .summary-by-numbers .numbers-row-2 .column h4 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  #sage .summary-by-numbers .numbers-row .column h4,
  #sage .summary-by-numbers .numbers-row-2 .column h4 {
    font-size: 44px;
    line-height: 44px;
  }
}
#sage .summary-by-numbers .numbers-row .column a,
#sage .summary-by-numbers .numbers-row-2 .column a {
  color: #0e2b63;
  font-weight: 700;
}
#sage .summary-by-numbers .numbers-row .column p,
#sage .summary-by-numbers .numbers-row-2 .column p {
  color: #0e2b63;
  font-size: 18px;
  line-height: 20px;
}
#sage .summary-by-numbers .numbers-row .column p span,
#sage .summary-by-numbers .numbers-row-2 .column p span {
  font-weight: 700;
}
#sage .summary-by-numbers .numbers-row .column .accent,
#sage .summary-by-numbers .numbers-row-2 .column .accent {
  position: absolute;
  font-size: 18px;
  bottom: 5px;
  right: 10px;
  color: #707070;
  max-width: 75%;
  text-align: right;
}
#sage .summary-by-numbers .numbers-row-2 .accent {
  text-align: right;
}
#sage .summary-by-numbers .numbers-row-2 .column {
  min-height: 250px;
}
#sage .summary-by-numbers .numbers-row-2 .column .featured span {
  position: relative;
  left: -10px;
}
#sage .summary-by-numbers .numbers-row-2 .column .featured.percent::after {
  content: "%";
  position: absolute;
  right: -53px;
}
@media screen and (max-width: 900px) {
  #sage .summary-by-numbers .numbers-row-2 .column .featured.percent::after {
    right: -37px;
  }
}

#sage .quote-section {
  margin-bottom: 125px;
}
@media screen and (max-width: 900px) {
  #sage .quote-section {
    margin-bottom: 50px;
  }
}
#sage .quote-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage .quote-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .quote-section .container .quote-image {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 900px) {
  #sage .quote-section .container .quote-image {
    width: 170px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
#sage .quote-section .container .quote-text {
  margin-left: 37px;
  font-size: 24px;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 1500px) {
  #sage .quote-section .container .quote-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 900px) {
  #sage .quote-section .container .quote-text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.32px;
    margin: 30px 0;
  }
}
#sage .quote-section .container .quote-text .quote {
  color: #777589;
}
@media screen and (max-width: 900px) {
  #sage .quote-section .container .quote-text .quote {
    font-weight: 900;
  }
}
#sage .quote-section .container .quote-text .quote-attribution {
  color: #0e2b63;
  margin-top: 10px;
}
#sage .quote-section .container .quote-text span {
  font-weight: 700;
}
#sage .quote-section .container .quote-profile-image {
  width: 232px;
  height: auto;
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  #sage .quote-section .container .quote-profile-image {
    margin: 0;
    width: 160px;
  }
}
#sage .quote-section.even-margin {
  margin: 50px 0;
}
#sage .quote-section.gray-bg {
  background-color: #f3f4f7;
  margin-bottom: 0;
  padding-bottom: 135px;
}
@media screen and (max-width: 900px) {
  #sage .quote-section.gray-bg {
    padding-bottom: 50px;
  }
}
#sage .quote-section.science-forums {
  background-color: #f2f6fa;
  padding-bottom: 130px;
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  #sage .quote-section.science-forums {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  #sage .quote-section.science-forums {
    padding-bottom: 50px;
  }
}
#sage .quote-section.science-forums .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  #sage .quote-section.science-forums .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#sage .quote-section.science-forums .container img.quote-image {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  #sage .quote-section.science-forums .container img.quote-image {
    margin: 0;
  }
}
#sage .quote-section.kelly-wilson {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  #sage .quote-section.kelly-wilson {
    margin-bottom: 50px;
  }
}
#sage .quote-section.kelly-wilson .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  #sage .quote-section.kelly-wilson .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#sage .quote-section.kelly-wilson .container img.quote-image {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  #sage .quote-section.kelly-wilson .container img.quote-image {
    margin: 0;
  }
}
#sage .quote-section.ed-mirana {
  background-color: #f2f6fa;
  padding-top: 75px;
  padding-bottom: 75px;
  margin: 0;
}
#sage .quote-section.luis-pinto {
  margin-top: 60px;
}
#sage .quote-section.luis-pinto .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  #sage .quote-section.luis-pinto .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#sage .quote-section.luis-pinto .container img.quote-image {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  #sage .quote-section.luis-pinto .container img.quote-image {
    width: 160px;
    margin: 0;
  }
}
#sage .quote-section.tc-shay-mustafa {
  background-color: #f2f6fa;
  padding: 5.375rem 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #sage .quote-section.tc-shay-mustafa {
    padding: 50px 0;
  }
}
#sage .quote-section.tc-shay-mustafa .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  #sage .quote-section.tc-shay-mustafa .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#sage .quote-section.tc-shay-mustafa .container img {
  width: 232px;
}
@media screen and (max-width: 900px) {
  #sage .quote-section.tc-shay-mustafa .container img {
    width: 160px;
  }
}
#sage .quote-section.tc-shay-mustafa .container .quote-image {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  #sage .quote-section.profile-image .container .quote-image {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
#sage .quote-section.priscilla-samuel {
  margin-bottom: 100px;
}
#sage .quote-section.uap-shay-mustafa {
  margin: 50px 0;
}

/* stylelint-disable */
#sage .column-ctas {
  background-color: #f3f4f7;
  padding: 100px 0 125px 0;
}
@media screen and (max-width: 900px) {
  #sage .column-ctas {
    padding: 50px 0;
  }
}
#sage .column-ctas .container h2 {
  font-size: 64px;
  color: #0f2b63;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #sage .column-ctas .container h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
#sage .column-ctas .container .cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .column-ctas .container .cta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .column-ctas .container .cta-row .cta-column {
  width: calc(25% - 15px);
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .column-ctas .container .cta-row .cta-column {
    width: 100%;
    min-height: unset;
    margin-bottom: 20px;
  }
}
#sage .column-ctas .container .cta-row .cta-column .cta {
  color: #004f9f;
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height: 32px;
  max-width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #sage .column-ctas .container .cta-row .cta-column .cta {
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 22px;
    margin: 20px 0;
    max-width: 70%;
  }
}
#sage .column-ctas .container .cta-row .cta-column .cta svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 900px) {
  #sage .column-ctas .container .cta-row .cta-column .cta svg {
    width: 80px;
    height: 80px;
  }
}
#sage .column-ctas .container .cta-row .cta-column p {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.48px;
  color: #777589;
}
@media screen and (max-width: 900px) {
  #sage .column-ctas .container .cta-row .cta-column p {
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 20px;
  }
}
#sage .column-ctas .container .cta-row .cta-column.cta-link {
  font-size: 32px;
  letter-spacing: -0.64px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 900px) {
  #sage .column-ctas .container .cta-row .cta-column.cta-link {
    min-height: 240px;
  }
}
@media screen and (max-width: 900px) {
  #sage .column-ctas .container .cta-row .cta-column.cta-link p {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.4px;
    max-width: 75%;
  }
}
#sage .column-ctas .container .cta-row .cta-column.cta-link img {
  position: absolute;
  width: 48px;
  height: auto;
  bottom: 17px;
  right: 25px;
}
#sage .column-ctas .container .cta-row .cta-column.cta-link p {
  color: #fff;
}
#sage .column-ctas .container .cta-row .cta-column.cta-link:hover {
  background-color: #fff !important;
}
#sage .column-ctas .container .cta-row .cta-column.cta-link:nth-of-type(1) {
  background-color: #064f9f;
  border: 3px solid #064f9f;
}
#sage .column-ctas .container .cta-row .cta-column.cta-link:nth-of-type(1):hover p {
  color: #064f9f;
}
#sage .column-ctas .container .cta-row .cta-column.cta-link:nth-of-type(2) {
  background-color: #ef7d00;
  border: 3px solid #ef7d00;
}
#sage .column-ctas .container .cta-row .cta-column.cta-link:nth-of-type(2):hover p {
  color: #ef7d00;
}
#sage .column-ctas .container .cta-row .cta-column.cta-link:nth-of-type(3) {
  background-color: #25b1eb;
  border: 3px solid #25b1eb;
}
#sage .column-ctas .container .cta-row .cta-column.cta-link:nth-of-type(3):hover p {
  color: #25b1eb;
}

/* stylelint-disable */
#sage .columns-with-count {
  margin: 100px 0 170px 0;
}
@media screen and (max-width: 900px) {
  #sage .columns-with-count {
    margin: 50px 0;
  }
}
#sage .columns-with-count .container h2 {
  font-size: 64px;
  color: #0f2b63;
}
@media screen and (max-width: 900px) {
  #sage .columns-with-count .container h2 {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 28px;
  }
}
#sage .columns-with-count .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .columns-with-count .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .columns-with-count .container .row .numbers-headline {
  position: absolute;
  left: calc(25% + 30px);
  top: 70px;
  font-size: 40px;
  letter-spacing: -1.6px;
  color: #0f2b63;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #sage .columns-with-count .container .row .numbers-headline {
    display: none;
  }
}
#sage .columns-with-count .container .row .column {
  width: calc(25% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .columns-with-count .container .row .column {
    width: 100%;
  }
}
#sage .columns-with-count .container .row .column .cta {
  color: #004f9f;
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height: 32px;
  max-width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #sage .columns-with-count .container .row .column .cta {
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 22px;
    margin: 20px 0;
    max-width: 70%;
  }
}
#sage .columns-with-count .container .row .column .cta svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 900px) {
  #sage .columns-with-count .container .row .column .cta svg {
    width: 80px;
    height: 80px;
  }
}
#sage .columns-with-count .container .row .column p {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.48px;
  color: #777589;
}
@media screen and (max-width: 900px) {
  #sage .columns-with-count .container .row .column p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}
#sage .columns-with-count .container .row .column p sup {
  position: absolute;
}
#sage .columns-with-count .container .row .numbers-column {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 140px;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 25px 25px 25px 25px;
}
@media screen and (max-width: 900px) {
  #sage .columns-with-count .container .row .numbers-column {
    margin-top: 30px;
  }
}
#sage .columns-with-count .container .row .numbers-column p {
  color: #0e2b63;
  font-size: 18px;
  line-height: 20px;
}
#sage .columns-with-count .container .row .numbers-column p span {
  font-weight: 700;
}
#sage .columns-with-count .container .row .numbers-column .featured {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ef7d00;
}
#sage .columns-with-count .container .row .numbers-column .percent::after {
  content: "%";
  position: absolute;
  right: -53px;
}

#sage .esg-download-cta {
  background-color: #f2f6fa;
  padding: 75px 0;
}
@media screen and (max-width: 900px) {
  #sage .esg-download-cta {
    padding: 50px 0;
  }
}
#sage .esg-download-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage .esg-download-cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .esg-download-cta .container .text {
  text-align: center;
  max-width: 470px;
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  #sage .esg-download-cta .container .text {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
#sage .esg-download-cta .container .text p {
  color: #0e2b63;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.56px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #sage .esg-download-cta .container .text p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.36px;
  }
}
#sage .esg-download-cta .container .cta {
  color: #004f9f;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.56px;
  line-height: 32px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 900px) {
  #sage .esg-download-cta .container .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
    text-align: center;
  }
}
#sage .esg-download-cta .container .cta svg {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 12px;
}
@media screen and (max-width: 900px) {
  #sage .esg-download-cta .container .cta svg {
    height: 200px;
    width: 200px;
  }
}

#sage .esg-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f6fa;
  height: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .esg-navigation {
    height: 60px;
  }
}
#sage .esg-navigation #push-left,
#sage .esg-navigation #push-right {
  position: absolute;
  display: none;
  cursor: pointer;
  height: 16px;
}
@media screen and (max-width: 900px) {
  #sage .esg-navigation #push-left,
  #sage .esg-navigation #push-right {
    display: block;
  }
}
#sage .esg-navigation #push-left {
  left: 20px;
}
#sage .esg-navigation #push-right {
  right: 20px;
}
@media screen and (max-width: 900px) {
  #sage .esg-navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 50px;
  }
}
#sage .esg-navigation .menu-esg-navigation-container {
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sage .esg-navigation .esg-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100%;
}
@media screen and (max-width: 900px) {
  #sage .esg-navigation .esg-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
#sage .esg-navigation .esg-nav li {
  list-style-type: none;
  margin: 0 28px;
  height: 100%;
}
@media screen and (max-width: 900px) {
  #sage .esg-navigation .esg-nav li {
    margin: 0;
    width: calc(100vw - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#sage .esg-navigation .esg-nav li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #0e2b63;
  letter-spacing: -0.2px;
  padding-bottom: 4px;
  position: relative;
  top: 33px;
}
@media screen and (max-width: 900px) {
  #sage .esg-navigation .esg-nav li a {
    white-space: nowrap;
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 16px;
    padding-bottom: 0;
    top: 14px;
  }
}
#sage .esg-navigation .esg-nav li a:hover {
  border-bottom: 3px solid #fdbb03;
}
#sage .esg-navigation .esg-nav li.current-menu-item a {
  border-bottom: 3px solid #fdbb03;
}

/* stylelint-disable */
#sage .cards-slideshow {
  padding-bottom: 125px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .cards-slideshow {
    padding-bottom: 50px;
  }
}
#sage .cards-slideshow h3 {
  color: #0e2b63;
  font-size: 40px;
  letter-spacing: -1.6px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #sage .cards-slideshow h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 28px;
  }
}
#sage .cards-slideshow .cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .cards-slideshow .cards-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .cards-slideshow .cards-row .esg-card {
  width: calc(25% - 15px);
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 25px 25px 50px 25px;
}
@media screen and (max-width: 900px) {
  #sage .cards-slideshow .cards-row .esg-card {
    width: 100%;
  }
}
#sage .cards-slideshow .cards-row .esg-card h4 {
  font-size: 46px;
  letter-spacing: -1.5px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  #sage .cards-slideshow .cards-row .esg-card h4 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
#sage .cards-slideshow .cards-row .esg-card a {
  color: #0e2b63;
  font-weight: 700;
}
#sage .cards-slideshow .cards-row .esg-card p {
  color: #0e2b63;
  font-size: 18px;
  line-height: 20px;
}
#sage .cards-slideshow .cards-row .esg-card p span {
  font-weight: 700;
}
#sage .cards-slideshow .cards-row .esg-card .accent {
  position: absolute;
  font-size: 18px;
  bottom: 5px;
  right: 10px;
  color: #707070;
  max-width: 75%;
}

#sage .circle-image-columns {
  background-color: #f2f6fa;
  padding: 125px 0 75px 0;
}
@media screen and (max-width: 900px) {
  #sage .circle-image-columns {
    padding: 50px 0;
  }
}
#sage .circle-image-columns .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .circle-image-columns .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .circle-image-columns .row .column {
  width: calc(33% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 100px 50px 50px 50px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .circle-image-columns .row .column {
    width: 100%;
    margin: 100px 0 30px 0;
  }
}
#sage .circle-image-columns .row .column img {
  width: 192px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sage .circle-image-columns .row .column h3 {
  color: #0e2b63;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1.76px;
  text-align: center;
}
#sage .circle-image-columns .row .column p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 28px;
}
#sage .page-id-1371 .circle-image-columns {
  padding: 75px 0;
}

#sage .esg-science-information {
  background-color: #f2f6fa;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information {
    padding: 50px 0;
  }
}
#sage .esg-science-information h2 {
  font-size: 52px;
  line-height: 1.25;
  color: #0e2b63;
  letter-spacing: -2.24px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-information h2 {
    margin-bottom: 35px;
    font-size: 44px;
    letter-spacing: -1.25px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
#sage .esg-science-information .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .esg-science-information .row .column {
  width: calc(50% - 25px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information .row .column {
    width: 100%;
  }
}
#sage .esg-science-information .row .column .content a.special {
  font-size: 32px;
  color: #fff;
  background-color: #e72582;
  padding: 10px 30px 15px 30px;
  border-radius: 50px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin-bottom: 25px;
  display: inline-block;
  font-weight: 700;
}
#sage .esg-science-information .row .column .content a.special:hover {
  color: #e72582;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-information .row .column .content a.special {
    font-size: 24px;
    padding: 7px 22px 11px 22px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information .row .column .content a.special {
    font-size: 22px;
    line-height: 22px;
    padding: 5px 15px 7px 15px;
  }
}
#sage .esg-science-information .row .column .content p {
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 32px;
  color: #777589;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-information .row .column .content p {
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information .row .column .content p {
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 20px;
  }
}
#sage .esg-science-information .row .column .content h4 {
  font-size: 32px;
  color: #0e2b63;
  letter-spacing: -1.24px;
  margin: 20px 0;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-information .row .column .content h4 {
    font-size: 25px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information .row .column .content h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 10px 0;
  }
}
#sage .esg-science-information .row .column #science-laptop {
  -webkit-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}
#sage .esg-science-information .row .column #science-laptop.animate {
  -webkit-animation: animate-laptop 0.75s forwards;
       -o-animation: animate-laptop 0.75s forwards;
          animation: animate-laptop 0.75s forwards;
}
@-webkit-keyframes animate-laptop {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-o-keyframes animate-laptop {
  0% {
    -o-transform: translateX(50%);
       transform: translateX(50%);
  }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
@keyframes animate-laptop {
  0% {
    -webkit-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/* stylelint-disable */
#sage .vuse {
  margin: 75px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #sage .vuse {
    margin: 50px 0 0 0;
  }
}
#sage .vuse .container h2 {
  font-size: 36px;
  letter-spacing: -1.24px;
  font-weight: 700;
  line-height: 45px;
  color: #0e2b63;
  margin-bottom: 35px;
}
@media screen and (max-width: 1500px) {
  #sage .vuse .container h2 {
    margin-bottom: 27px;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1.25px;
  }
}
@media screen and (max-width: 900px) {
  #sage .vuse .container h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 25px;
  }
}
#sage .vuse .container p {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.44px;
  color: #777589;
}
@media screen and (max-width: 1500px) {
  #sage .vuse .container p {
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (max-width: 900px) {
  #sage .vuse .container p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
  }
}
#sage .vuse .container .authorized-text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0;
}
@media screen and (max-width: 900px) {
  #sage .vuse .container .authorized-text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0 3px 0;
  }
}
#sage .vuse .container .authorized-text-row .approved-column {
  text-align: center;
  padding: 25px;
  width: calc(65% - 15px);
}
@media screen and (max-width: 900px) {
  #sage .vuse .container .authorized-text-row .approved-column {
    width: 100%;
  }
}
#sage .vuse .container .authorized-text-row .pending-column {
  text-align: center;
  padding: 25px;
  width: calc(35% - 15px);
}
@media screen and (max-width: 900px) {
  #sage .vuse .container .authorized-text-row .pending-column {
    width: 100%;
  }
}
#sage .vuse .container .authorized-text-row .approved-column,
#sage .vuse .container .authorized-text-row .pending-column {
  background-color: #f2f6fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sage .vuse .container .authorized-text-row .approved-column img,
#sage .vuse .container .authorized-text-row .pending-column img {
  margin-bottom: 25px;
  width: 60px;
}
@media screen and (max-width: 900px) {
  #sage .vuse .container .authorized-text-row .approved-column img,
  #sage .vuse .container .authorized-text-row .pending-column img {
    width: 24px;
  }
}
#sage .vuse .container .authorized-text-row .approved-column p,
#sage .vuse .container .authorized-text-row .pending-column p {
  font-size: 22px;
  font-weight: 700;
  color: #0e2b63;
  letter-spacing: -0.44px;
  line-height: 32px;
}
@media screen and (max-width: 900px) {
  #sage .vuse .container .authorized-text-row .approved-column p,
  #sage .vuse .container .authorized-text-row .pending-column p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.1px;
  }
}
#sage .vuse .mid-text p {
  font-size: 26px;
  font-weight: 700;
  color: #0e2b63;
  letter-spacing: -0.52px;
  line-height: 32px;
  text-align: center;
  max-width: 80%;
  margin: 40px auto;
}
@media screen and (max-width: 900px) {
  #sage .vuse .mid-text p {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 20px;
    margin: 20px auto;
    max-width: 90%;
  }
}
#sage .vuse .vuse-images {
  display: none;
  height: 675px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .vuse .vuse-images {
    height: 225px;
  }
}
#sage .vuse .vuse-images img {
  -webkit-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
}
#sage .vuse .vuse-images .vuse-vibe {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 300px;
}
@media screen and (max-width: 900px) {
  #sage .vuse .vuse-images .vuse-vibe {
    width: 96px;
  }
}
#sage .vuse .vuse-images .vuse-vibe.animate {
  -webkit-animation: animateup 0.75s;
       -o-animation: animateup 0.75s;
          animation: animateup 0.75s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#sage .vuse .vuse-images .vuse-solo {
  left: 23%;
  bottom: 0;
  position: absolute;
  width: 330px;
}
@media screen and (max-width: 900px) {
  #sage .vuse .vuse-images .vuse-solo {
    width: 109px;
  }
}
#sage .vuse .vuse-images .vuse-solo.animate {
  -webkit-animation: animateup 0.75s;
       -o-animation: animateup 0.75s;
          animation: animateup 0.75s;
  -webkit-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#sage .vuse .vuse-images .vuse-alto {
  left: 48%;
  bottom: 0;
  position: absolute;
  width: 420px;
}
@media screen and (max-width: 900px) {
  #sage .vuse .vuse-images .vuse-alto {
    width: 140px;
  }
}
#sage .vuse .vuse-images .vuse-alto.animate {
  -webkit-animation: animateup 1s;
       -o-animation: animateup 1s;
          animation: animateup 1s;
  -webkit-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#sage .vuse .vuse-images .vuse-ciro {
  left: 73%;
  bottom: 0;
  position: absolute;
  width: 350px;
}
@media screen and (max-width: 900px) {
  #sage .vuse .vuse-images .vuse-ciro {
    width: 109px;
  }
}
#sage .vuse .vuse-images .vuse-ciro.animate {
  -webkit-animation: animateup 0.75s;
       -o-animation: animateup 0.75s;
          animation: animateup 0.75s;
  -webkit-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes animateup {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes animateup {
  0% {
    -o-transform: translateY(50%);
       transform: translateY(50%);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes animateup {
  0% {
    -webkit-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

#sage .esg-science-at-forums {
  background-color: #f2f6fa;
  padding: 100px 0 50px 0;
}
@media screen and (max-width: 900px) {
  #sage .esg-science-at-forums {
    padding: 50px 0 25px 0;
  }
}
#sage .esg-science-at-forums h2 {
  font-size: 56px;
  font-weight: 700;
  color: #0e2b63;
  letter-spacing: -2.24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-at-forums h2 {
    margin-bottom: 35px;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -1.25px;
  }
}
@media screen and (max-width: 1375px) {
  #sage .esg-science-at-forums h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
}
#sage .esg-science-at-forums .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #sage .esg-science-at-forums .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
#sage .esg-science-at-forums .row img {
  width: 288px;
  height: auto;
  margin-right: 50px;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-at-forums .row img {
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-at-forums .row img {
    width: 163px;
    height: auto;
    margin: 0 0 25px 0;
  }
}
#sage .esg-science-at-forums .row .text h3 {
  font-size: 38px;
  font-weight: 700;
  color: #0e2b63;
  letter-spacing: -1.52px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-at-forums .row .text h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-at-forums .row .text h3 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3;
  }
}
#sage .esg-science-at-forums .row .text p {
  font-size: 22px;
  line-height: 32px;
  color: #777589;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-at-forums .row .text p {
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-at-forums .row .text p {
    letter-spacing: -0.1px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-at-forums .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .esg-science-at-forums .row-2 img {
  width: 174px;
  height: 235px;
  display: none;
}
@media screen and (max-width: 900px) {
  #sage .esg-science-at-forums .row-2 img {
    width: 87px;
    height: auto;
  }
}
#sage .esg-science-at-forums .profile-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  display: none;
}
@media screen and (max-width: 900px) {
  #sage .esg-science-at-forums .profile-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#sage .esg-science-at-forums .profile-row .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage .esg-science-at-forums .profile-row .profile {
    margin-bottom: 20px;
  }
}
#sage .esg-science-at-forums .profile-row .profile img {
  width: 187px;
  margin-right: 20px;
}
#sage .esg-science-at-forums .profile-row .profile .profile-text {
  width: 170px;
}
#sage .esg-science-at-forums .profile-row .profile .profile-text h5 {
  font-size: 22px;
  color: #0e2b63;
  font-weight: 700;
}
#sage .esg-science-at-forums .profile-row .profile .profile-text p {
  font-size: 18px;
  color: #777589;
}

/* stylelint-disable */
#sage .water-stewardship {
  background-color: #f3f4f7;
  padding: 100px 0;
  position: relative;
}
#sage .water-stewardship .container {
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .water-stewardship {
    padding: 50px 0;
  }
}
#sage .water-stewardship .esg-page-headline {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #sage .water-stewardship .esg-page-headline {
    margin-bottom: 20px;
  }
}
#sage .water-stewardship .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .water-stewardship .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .water-stewardship .row .column {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .water-stewardship .row .column {
    width: 100%;
  }
}
#sage .water-stewardship .row .column h3 {
  color: #0e2b63;
  font-size: 28px;
  margin: 20px 0 20px 0;
}
#sage .water-stewardship .row .column p {
  color: #777589;
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 32px;
}
@media screen and (max-width: 1500px) {
  #sage .water-stewardship .row .column p {
    font-size: 19px;
    line-height: 25px;
  }
}
@media screen and (max-width: 900px) {
  #sage .water-stewardship .row .column p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}
#sage .water-stewardship .row .column-2 .mobile-shower-animation {
  display: none;
}
@media screen and (max-width: 900px) {
  #sage .water-stewardship .row .column-2 .mobile-shower-animation {
    display: block;
    margin-top: 40px;
    position: relative;
    right: -6%;
  }
}
#sage .water-stewardship .shower-animation {
  position: absolute;
  top: 100px;
  right: 0;
  width: 661px;
}
@media screen and (max-width: 1500px) {
  #sage .water-stewardship .shower-animation {
    width: 450px;
  }
}
@media screen and (max-width: 900px) {
  #sage .water-stewardship .shower-animation {
    display: none;
  }
}
#sage .water-stewardship .lower-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  #sage .water-stewardship .lower-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .water-stewardship .lower-row .inner-column {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: calc(50% - 5px);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  #sage .water-stewardship .lower-row .inner-column {
    width: 100%;
  }
}
#sage .water-stewardship .lower-row .inner-column h4 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  color: #50af47;
}
@media screen and (max-width: 1500px) {
  #sage .water-stewardship .lower-row .inner-column h4 {
    font-size: 40px;
    line-height: 45px;
  }
}
#sage .water-stewardship .lower-row .inner-column a {
  color: #0e2b63;
  font-weight: 700;
}
#sage .water-stewardship .lower-row .inner-column p {
  color: #0e2b63;
  font-size: 18px;
  line-height: 20px;
}
#sage .water-stewardship .lower-row .inner-column p span {
  font-weight: 700;
}

#sage .esg-3-columns h3 {
  color: #0e2b63;
  font-size: 36px;
  letter-spacing: -1.5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns h3 {
    font-size: 28px;
  }
}
#sage .esg-3-columns .column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns .column-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
}
#sage .esg-3-columns .column-row .column {
  padding: 60px 40px 70px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#sage .esg-3-columns .column-row .column h4 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns .column-row .column h4 {
    font-size: 28px;
  }
}
#sage .esg-3-columns .column-row .column p {
  font-size: 32px;
  line-height: 1.25;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns .column-row .column p {
    font-size: 19px;
  }
}
#sage .esg-3-columns .column-row .column p strong {
  font-size: 44px;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns .column-row .column p strong {
    font-size: 24px;
  }
}
#sage .esg-3-columns.padding-bottom {
  padding-bottom: 5.375rem;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns.padding-bottom {
    padding-bottom: 30px;
  }
}

#sage .esg-3-columns-governance .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns-governance .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .esg-3-columns-governance .row .column {
  width: calc(33% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns-governance .row .column {
    width: 100%;
    margin: 10px 0;
  }
}
#sage .esg-3-columns-governance .row .column.column-bg {
  background-color: #f2f6fa;
  padding: 40px;
}
#sage .esg-3-columns-governance .row .column img {
  width: 131px;
  margin-bottom: 20px;
}
#sage .esg-3-columns-governance .row .column h3 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1.4px;
  color: #0e2b63;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns-governance .row .column h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.75px;
  }
}
#sage .esg-3-columns-governance .row .column h3.featured {
  font-size: 50px;
  letter-spacing: -2px;
  color: #5a328a;
  line-height: 50px;
}
#sage .esg-3-columns-governance .row .column h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.56px;
  text-align: center;
  color: #0e2b63;
}
#sage .esg-3-columns-governance .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns-governance .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#sage .esg-3-columns-governance .row-2 .text-column {
  background-color: #5a328a;
  padding: 35px;
  width: 70%;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns-governance .row-2 .text-column {
    width: 100%;
  }
}
#sage .esg-3-columns-governance .row-2 .text-column h3 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -1.5px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
}
#sage .esg-3-columns-governance .row-2 .text-column p {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 32px;
}
#sage .esg-3-columns-governance .row-2 .img-column {
  background-size: cover;
  width: 30%;
}
@media screen and (max-width: 1500px) {
  #sage .esg-3-columns-governance .row-2 .img-column {
    width: 40%;
    background-position: right;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns-governance .row-2 .img-column {
    width: 100%;
    height: 400px;
  }
}

#sage .reducing-and-recycling {
  background-color: #f2f6fa;
}
#sage .reducing-and-recycling .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .reducing-and-recycling .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#sage .reducing-and-recycling .row .column-1 {
  width: calc(33% - 10px);
  background-color: #50af47;
  padding: 75px 50px;
}
@media screen and (max-width: 900px) {
  #sage .reducing-and-recycling .row .column-1 {
    width: 100%;
    padding: 50px 30px;
  }
}
#sage .reducing-and-recycling .row .column-1 h3 {
  color: #fff;
  text-align: center;
  font-size: 56px;
  letter-spacing: -2.8px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  #sage .reducing-and-recycling .row .column-1 h3 {
    font-size: 44px;
  }
}
#sage .reducing-and-recycling .row .column-1 h4 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  #sage .reducing-and-recycling .row .column-1 h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
#sage .reducing-and-recycling .row .column-1 h4 span {
  font-size: 28px;
  letter-spacing: -0.84px;
  font-weight: 700;
}
#sage .reducing-and-recycling .row .column-2 {
  width: calc(67% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #sage .reducing-and-recycling .row .column-2 {
    width: 100%;
    height: 1050px;
  }
}
@media screen and (max-width: 500px) {
  #sage .reducing-and-recycling .row .column-2 {
    height: 1500px;
  }
}
@media screen and (max-width: 375px) {
  #sage .reducing-and-recycling .row .column-2 {
    height: 1800px;
  }
}
#sage .reducing-and-recycling .row .column-2 .row-1 {
  height: 50%;
}
#sage .reducing-and-recycling .row .column-2 .row-2 {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
}
#sage .reducing-and-recycling .row .column-2 .row-2 h4 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-weight: 500;
}
#sage .reducing-and-recycling .row .column-2 .row-2 h4 span {
  font-size: 42px;
  letter-spacing: -0.84px;
  font-weight: 700;
}
#sage .reducing-and-recycling .disclaimer {
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #777589;
  display: block;
  margin-top: 85px;
  padding-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #sage .reducing-and-recycling .disclaimer {
    margin-top: 50px;
    font-size: 10px !important;
    letter-spacing: -0.2px;
  }
}

/* stylelint-disable */
#sage .decarbonizing-operations {
  overflow: hidden;
  margin-top: 150px;
}
@media screen and (max-width: 1500px) {
  #sage .decarbonizing-operations {
    margin-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations {
    margin-top: 50px;
  }
}
#sage .decarbonizing-operations h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations h2 {
    margin-bottom: 20px;
  }
}
#sage .decarbonizing-operations .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
#sage .decarbonizing-operations .row .column {
  width: calc(50% - 10px);
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row .column {
    width: 100%;
  }
}
#sage .decarbonizing-operations .row .column p {
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 32px;
  color: #777589;
}
@media screen and (max-width: 1500px) {
  #sage .decarbonizing-operations .row .column p {
    font-size: 19px;
    line-height: 25px;
  }
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row .column p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }
}
#sage .decarbonizing-operations .row .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-size: cover;
  padding: 70px 35px;
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row .column-2 {
    margin-top: 30px;
  }
}
#sage .decarbonizing-operations .row .column-2 p {
  font-size: 24px;
  letter-spacing: -0.48px;
  color: #fff;
  font-weight: 500;
}
#sage .decarbonizing-operations .row .column-2 p span {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.96px;
}
#sage .decarbonizing-operations .row .column-2 img {
  position: absolute;
  width: 410px;
  top: 20px;
  right: -55px;
  -webkit-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 1500px) {
  #sage .decarbonizing-operations .row .column-2 img {
    width: 300px;
    top: 66px;
  }
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row .column-2 img {
    width: 250px;
  }
}
#sage .decarbonizing-operations .row .column-2 img.animate {
  -webkit-animation: fly-bird-fly 1s forwards;
       -o-animation: fly-bird-fly 1s forwards;
          animation: fly-bird-fly 1s forwards;
}
@-webkit-keyframes fly-bird-fly {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-o-keyframes fly-bird-fly {
  0% {
    -o-transform: translateX(50%);
       transform: translateX(50%);
  }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
@keyframes fly-bird-fly {
  0% {
    -webkit-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
#sage .decarbonizing-operations .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  margin-bottom: 75px;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
}
#sage .decarbonizing-operations .row-2 .column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row-2 .column {
    width: 100%;
  }
}
#sage .decarbonizing-operations .row-2 .column p {
  font-size: 18px;
  letter-spacing: -0.34px;
  color: #0e2b63;
  line-height: 26px;
  position: relative;
  bottom: 52px;
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row-2 .column p {
    bottom: unset;
  }
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row-2 .column-1 div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin-top: 20px;
  }
}
#sage .decarbonizing-operations .row-2 .column-1 span {
  color: #50af47;
  font-size: 150px;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  #sage .decarbonizing-operations .row-2 .column-1 span {
    font-size: 100px;
    line-height: 100px;
  }
}
#sage .decarbonizing-operations .row-2 .column-1 h3 {
  font-size: 60px;
  line-height: 56px;
  color: #50af47;
  letter-spacing: -2px;
  position: relative;
  top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  #sage .decarbonizing-operations .row-2 .column-1 h3 {
    font-size: 48px;
    line-height: 44px;
  }
}
#sage .decarbonizing-operations .row-2 .column-1 h3 span {
  font-size: 20px;
  position: relative;
  bottom: 20px;
}

#sage .electric-fleet {
  background-color: #f2f6fa;
}
#sage .electric-fleet .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage .electric-fleet .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .electric-fleet .row .column {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .electric-fleet .row .column {
    width: 100%;
  }
}
#sage .electric-fleet .row .column.esg-text-1 {
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  #sage .electric-fleet .row .column.esg-text-1 {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  #sage .electric-fleet .row .column img {
    margin: 30px 0;
  }
}
#sage .electric-fleet .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
@media screen and (max-width: 900px) {
  #sage .electric-fleet .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .electric-fleet .row-2 .column {
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  #sage .electric-fleet .row-2 .column {
    width: 100%;
  }
}
#sage .electric-fleet .row-2 .column:last-of-type {
  padding-right: 100px;
}
#sage .electric-fleet .row-2 .column img {
  padding-right: 50px;
}
@media screen and (max-width: 900px) {
  #sage .electric-fleet .row-2 .column img {
    padding: 0;
  }
}
#sage .electric-fleet .row-2 .column h3 {
  font-size: 56px;
  color: #50af47;
  letter-spacing: -4px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1550px) {
  #sage .electric-fleet .row-2 .column h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  #sage .electric-fleet .row-2 .column h3 {
    font-size: 44px;
    margin-top: 15px;
  }
}
#sage .electric-fleet .row-2 .column p {
  color: #0e2b63;
  font-size: 18px;
  letter-spacing: -0.2px;
}

#sage .clean-communities {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  #sage .clean-communities {
    margin-bottom: 50px;
  }
}
#sage .clean-communities .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .clean-communities .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .clean-communities .row .col {
  width: calc(33% - 15px);
  background-size: cover;
  background-color: #f2f6fa;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  position: relative;
}
#sage .clean-communities .row .col::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 117, 137, 0)), to(rgb(60, 59, 69)));
  background: -webkit-linear-gradient(top, rgba(119, 117, 137, 0), rgb(60, 59, 69));
  background: -o-linear-gradient(top, rgba(119, 117, 137, 0), rgb(60, 59, 69));
  background: linear-gradient(180deg, rgba(119, 117, 137, 0), rgb(60, 59, 69));
}
#sage .clean-communities .row .col:last-of-type::before {
  background: none;
}
@media screen and (max-width: 900px) {
  #sage .clean-communities .row .col {
    width: 100%;
    min-height: 305px;
    margin-bottom: 30px;
  }
}
#sage .clean-communities .row .col h5 {
  color: #fff;
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 700;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 900px) {
  #sage .clean-communities .row .col h5 {
    font-size: 16px;
    letter-spacing: -0.6px;
  }
}
#sage .clean-communities .row .col h4 {
  color: #0e2b63;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.84px;
  margin-bottom: 30px;
  font-weight: 400;
}

#sage .esg-goals {
  padding: 75px 0;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals {
    padding: 30px 0;
  }
}
#sage .esg-goals .section-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals .section-headline {
    margin-bottom: 30px;
  }
}
#sage .esg-goals .section-headline h2 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2.4px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals .section-headline h2 {
    font-size: 26px;
    line-height: 24px;
    letter-spacing: -1.3px;
  }
}
#sage .esg-goals .section-headline .featured-letter {
  padding: 6px 17px 9px 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals .section-headline .featured-letter {
    padding: 6px 12px 9px 10px;
  }
}
#sage .esg-goals h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 28px;
    margin-bottom: 17px;
  }
}
#sage .esg-goals h3 sup {
  font-size: 20px !important;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals h3 sup {
    font-size: 13px !important;
  }
}
#sage .esg-goals h4 {
  color: #0e2b63;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1.2px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals h4 {
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 16px;
  }
}
#sage .esg-goals h5 {
  color: #777589;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals h5 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }
}
#sage .esg-goals h5 sup {
  font-size: 20px !important;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals h5 sup {
    font-size: 10px !important;
  }
}
#sage .esg-goals .progress-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals .progress-bar-container {
    margin-bottom: 25px;
  }
}
#sage .esg-goals .progress-bar-container .progress-bar-limit {
  position: relative;
  background-color: #e6eef6;
  height: 56px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 900px) {
  #sage .esg-goals .progress-bar-container .progress-bar-limit {
    height: 21px;
  }
}
#sage .esg-goals .progress-bar-container .progress-bar-limit .progress-bar {
  position: absolute;
  height: 56px;
  left: 0;
  -webkit-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  width: 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals .progress-bar-container .progress-bar-limit .progress-bar {
    height: 21px;
  }
}
#sage .esg-goals .progress-bar-container .progress-bar-limit .progress-bar.progress-bar-reverse {
  width: 100%;
}
#sage .esg-goals .progress-bar-container .progress-bar-limit .progress-bar .progress-bar-text {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1.2px;
  position: absolute;
  right: 20px;
  top: 11px;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals .progress-bar-container .progress-bar-limit .progress-bar .progress-bar-text {
    letter-spacing: -0.5px;
    font-size: 11px;
    line-height: 18px;
    right: 10px;
    top: 1px;
  }
}
#sage .esg-goals .progress-bar-container .progress-bar-limit .reverse {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1.2px;
  position: absolute;
  top: 11px;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals .progress-bar-container .progress-bar-limit .reverse {
    letter-spacing: -0.5px;
    font-size: 11px;
    line-height: 18px;
    top: 1px;
  }
}
#sage .esg-goals .progress-bar-container .progress-bar-limit-text {
  color: #0e2b63;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 900px) {
  #sage .esg-goals .progress-bar-container .progress-bar-limit-text {
    letter-spacing: -0.5px;
    font-size: 11px;
    line-height: 18px;
  }
}

#sage .definitions h2 {
  color: #0e2b63;
  font-size: 74px;
  letter-spacing: -3px;
  margin: 75px 0 100px 0;
}
@media screen and (max-width: 900px) {
  #sage .definitions h2 {
    font-size: 32px;
    letter-spacing: -1.5px;
    margin: 30px 0 50px 0;
  }
}
#sage .definitions .definitions-container .word {
  color: #0e2b63;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #sage .definitions .definitions-container .word {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#sage .definitions .definitions-container .definition p {
  color: #777589;
  font-size: 24px;
  letter-spacing: -0.54px;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #sage .definitions .definitions-container .definition p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
#sage .definitions .disclaimer-container .disclaimer {
  margin-bottom: 30px;
}
#sage .definitions .definition-cta-container {
  width: min(1216px, 90%);
  margin: 150px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage .definitions .definition-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 75px auto;
  }
}
#sage .definitions .definition-cta-container img {
  width: 365px;
  max-width: 100%;
  margin-bottom: 20px;
}
#sage .definitions .definition-cta-container .text-cta {
  margin-left: 100px;
  max-width: 100%;
  width: 732px;
}
@media screen and (max-width: 900px) {
  #sage .definitions .definition-cta-container .text-cta {
    width: 100%;
    margin: 0;
  }
}
#sage .definitions .definition-cta-container .text-cta .cta {
  color: #004f9f;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.52px;
  font-weight: 700;
  max-width: 585px;
}
@media screen and (max-width: 900px) {
  #sage .definitions .definition-cta-container .text-cta .cta {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
}
#sage .definitions .definition-cta-container .text-cta .cta svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
}

/* stylelint-disable */
#sage .safety-milestones {
  margin: 90px 0 120px 0;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones {
    margin: 50px 0;
  }
}
#sage .safety-milestones h2 {
  margin-bottom: 75px;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones h2 {
    margin-bottom: 30px;
  }
}
#sage .safety-milestones .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .safety-milestones .row .text-column {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones .row .text-column {
    width: 100%;
  }
}
#sage .safety-milestones .row .text-column p {
  margin-bottom: 15px;
}
#sage .safety-milestones .row .text-column p:last-of-type {
  margin: 0;
}
#sage .safety-milestones .row .image-column {
  width: 50%;
  margin-left: 25px;
  position: relative;
  bottom: 23px;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones .row .image-column {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#sage .safety-milestones .row .featured-text {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones .row .featured-text {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 30px;
    width: 100%;
  }
}
#sage .safety-milestones .row .featured-text h4 {
  color: #0e2b63;
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 32px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones .row .featured-text h4 {
    text-align: center;
  }
}
#sage .safety-milestones .row .featured-text h4 span {
  color: #ef7d00;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 48px;
}
#sage .safety-milestones .row .featured-text .plastic-bottles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones .row .featured-text .plastic-bottles {
    -webkit-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
    margin-top: 0;
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 270px;
  }
}
#sage .safety-milestones .row .featured-text .plastic-bottles img {
  width: 110px;
}
#sage .safety-milestones .row .featured-text .plastic-bottles span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Aeroport", sans-serif;
  color: #ef7d00;
  font-weight: 700;
  font-size: 82px;
  letter-spacing: -1.64px;
}
#sage .safety-milestones .row .featured-text .plastic-bottles span .times {
  font-size: 48px;
  margin: 0 20px;
}
#sage .safety-milestones .image-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones .image-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .safety-milestones .image-row img {
  width: calc(50% - 10px);
  height: 365px;
}
@media screen and (max-width: 900px) {
  #sage .safety-milestones .image-row img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}

#sage .side-nav {
  width: 334px;
  position: absolute;
  right: calc((100vw - 1550px) / 2 + 1216px);
  top: 190px;
  z-index: 3;
  padding-right: 50px;
}
@media screen and (max-width: 1722px) {
  #sage .side-nav {
    right: unset;
    left: 5%;
  }
}
@media screen and (max-width: 900px) {
  #sage .side-nav {
    display: none;
  }
}
#sage .side-nav a {
  text-decoration: none;
}
#sage .side-nav h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -1.6px;
  margin-bottom: 20px;
}
#sage .side-nav h3 span {
  padding: 6px 15px 9px 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
#sage .side-nav .sections {
  background-color: #fff;
}
#sage .side-nav h4 {
  color: #0e2b63;
  font-size: 17px;
  letter-spacing: -0.18px;
  line-height: 21px;
  padding: 10px;
  border-bottom: 1px solid #c6c6c6;
  font-weight: 400;
  cursor: pointer;
}
#sage .side-nav h4.active {
  font-weight: 700;
  background-color: #f2f6fa;
  background-color: rgba(0, 79, 159, 0.1);
}
#sage .side-nav h4:first-of-type {
  border-top: 1px solid #c6c6c6;
}

.esg-highlighted-text .container {
  padding: 50px;
  background: #004f9f;
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 900px) {
  .esg-highlighted-text .container {
    line-height: 1.25;
    font-size: 22px;
    padding: 25px;
  }
}
.esg-highlighted-text .container span {
  font-size: 34px;
}
@media screen and (max-width: 900px) {
  .esg-highlighted-text .container span {
    font-size: 26px;
  }
}

/* stylelint-disable */
#sage .accordion .accordion-row {
  background-color: #f2f6fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2px;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  #sage .accordion .accordion-row {
    padding: 10px 20px;
  }
}
#sage .accordion .accordion-row .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sage .accordion .accordion-row h4 {
  font-size: 36px;
  letter-spacing: -1.44px;
  font-weight: 700;
  color: #0e2b63;
}
@media screen and (max-width: 1500px) {
  #sage .accordion .accordion-row h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  #sage .accordion .accordion-row h4 {
    font-size: 16px;
    letter-spacing: -0.65px;
    line-height: 20px;
  }
}
#sage .accordion .accordion-row .accordion-content {
  display: none;
  margin-top: 20px;
  padding: 0 30px 30px 30px;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 32px;
  color: #777589;
}
@media screen and (max-width: 900px) {
  #sage .accordion .accordion-row .accordion-content {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
  }
}
@media screen and (max-width: 900px) {
  #sage .accordion .accordion-row .accordion-content {
    padding: 0 20px 20px 20px;
  }
}
#sage .accordion .accordion-row .accordion-content p,
#sage .accordion .accordion-row .accordion-content li {
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 32px;
  color: #777589;
}
@media screen and (max-width: 900px) {
  #sage .accordion .accordion-row .accordion-content p,
  #sage .accordion .accordion-row .accordion-content li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
  }
}
#sage .accordion .accordion-row .accordion-content table {
  border-spacing: 10px;
}
#sage .accordion .accordion-row .accordion-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage .accordion .accordion-row .accordion-content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .accordion .accordion-row .accordion-content .row .column {
  margin-right: 50px;
}
@media screen and (max-width: 900px) {
  #sage .accordion .accordion-row .accordion-content .row .column {
    margin: 0 0 20px 0;
  }
  #sage .accordion .accordion-row .accordion-content .row .column img {
    height: 200px;
    width: auto;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  #sage .accordion .accordion-row .accordion-content .row .column img {
    height: auto;
  }
}
@media screen and (max-width: 1500px) {
  #sage .accordion .accordion-row .animated-circle {
    -webkit-transform: scale(80%);
         -o-transform: scale(80%);
            transform: scale(80%);
  }
}
@media screen and (max-width: 900px) {
  #sage .accordion .accordion-row .animated-circle {
    -webkit-transform: scale(60%);
         -o-transform: scale(60%);
            transform: scale(60%);
  }
}
#sage .accordion .accordion-row .animated-circle .closed .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#sage .accordion .accordion-row .animated-circle .closed .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}
#sage .accordion .accordion-row .animated-circle .opened {
  opacity: 1;
}
#sage .accordion .accordion-row .animated-circle .opened .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
#sage .accordion .accordion-row .animated-circle .opened .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
#sage .accordion .accordion-row .animated-circle .circle-plus {
  font-size: 1em;
  opacity: 0.7;
}
#sage .accordion .accordion-row .animated-circle .circle-plus .circle {
  position: relative;
  width: 2.55em;
  height: 2.5em;
  border-radius: 100%;
  border: solid 2px #0e2b63;
}
#sage .accordion .accordion-row .animated-circle .circle-plus .circle .horizontal {
  position: absolute;
  background-color: #0e2b63;
  width: 30px;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -1px;
}
#sage .accordion .accordion-row .animated-circle .circle-plus .circle .vertical {
  position: absolute;
  background-color: #0e2b63;
  width: 2px;
  height: 30px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -15px;
}
#sage .risk-continuum {
  margin-bottom: 176px;
}
@media screen and (max-width: 900px) {
  #sage .risk-continuum {
    margin-bottom: 75px;
  }
}
#sage .giving-in-action {
  margin-bottom: 125px;
}
@media screen and (max-width: 900px) {
  #sage .giving-in-action {
    margin-bottom: 75px;
  }
}
#sage .thriving-communities .accordion {
  margin-bottom: 75px;
}
@media screen and (max-width: 900px) {
  #sage .health .accordion-row img {
    height: 150px !important;
  }
}

#sage .foundation-giving {
  background-color: #f2f6fa;
  padding-bottom: 115px;
}
#sage .foundation-giving .rainbow-divider-dynamic {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
#sage .foundation-giving h2 {
  margin: 75px 0;
  font-size: 74px !important;
  padding: 0;
}
@media screen and (max-width: 900px) {
  #sage .foundation-giving h2 {
    font-size: 32px !important;
    line-height: 36px;
  }
}
#sage .foundation-giving .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sage .foundation-giving .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .foundation-giving .row .column {
  width: calc(33% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  #sage .foundation-giving .row .column {
    width: 100%;
    margin-bottom: 20px;
  }
}
#sage .foundation-giving .row .column .top-row {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px;
  height: 300px;
}
#sage .foundation-giving .row .column .top-row a {
  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;
}
#sage .foundation-giving .row .column .top-row img {
  max-width: 80%;
}
#sage .foundation-giving .row .column .bottom-row {
  height: 50%;
  padding: 43px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#sage .foundation-giving .row .column .bottom-row p {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 44px;
  text-align: center;
}
#sage .foundation-giving .row .column:nth-of-type(1) .bottom-row {
  background-color: #004f9f;
}
#sage .foundation-giving .row .column:nth-of-type(2) .bottom-row {
  background-color: #ef7d00;
}
#sage .foundation-giving .row .column:nth-of-type(3) .bottom-row {
  background-color: #00b1eb;
}

/* stylelint-disable */
#sage .tabbed-data {
  background: #fff;
}
#sage .tabbed-data h2 {
  margin: 75px auto;
}
@media screen and (max-width: 900px) {
  #sage .tabbed-data h2 {
    margin: 30px auto;
  }
}
@media screen and (max-width: 1050px) {
  #sage .tabbed-data .tabset {
    display: none;
  }
}
#sage .tabbed-data .tabset > input[type=radio] {
  position: absolute;
  left: -200vw;
}
#sage .tabbed-data .tabset .tab-panel {
  display: none;
}
#sage .tabbed-data .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
#sage .tabbed-data .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
#sage .tabbed-data .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
#sage .tabbed-data .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
#sage .tabbed-data .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
#sage .tabbed-data .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
#sage .tabbed-data .tabset > label {
  position: relative;
  display: inline-block;
  padding: 30px 0 35px 0;
  cursor: pointer;
  font-weight: 600;
  width: 33%;
  background-color: #777589;
  font-family: "Aeroport", sans-serif;
  font-size: 39px;
  line-height: 39px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  #sage .tabbed-data .tabset > label {
    font-size: 28px;
  }
}
#sage .tabbed-data input:focus-visible + label {
  outline: 2px solid rgb(0, 102, 204);
  border-radius: 3px;
}
#sage .tabbed-data .tabset > label:hover,
#sage .tabbed-data .tabset > input:focus + label,
#sage .tabbed-data .tabset > input:checked + label {
  color: #fff;
  background-color: #004f9f;
}
#sage .tabbed-data .tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
#sage .tabbed-data .tabset {
  background-color: #f2f6fa;
  border-left: 1px solid #004f9f;
  border-bottom: 1px solid #004f9f;
}
#sage .tabbed-data .tab-panels {
  padding: 30px 50px;
  font-family: "Aeroport", sans-serif;
  color: #0e2b63;
}
#sage .tabbed-data .tab-panels table {
  border-spacing: 20px 5px;
}
#sage .tabbed-data .tab-panels p,
#sage .tabbed-data .tab-panels span,
#sage .tabbed-data .tab-panels li {
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 36px;
}
@media screen and (max-width: 1500px) {
  #sage .tabbed-data .tab-panels p,
  #sage .tabbed-data .tab-panels span,
  #sage .tabbed-data .tab-panels li {
    font-size: 18px;
    line-height: 22px;
  }
}
#sage .tabbed-data .tab-panels pb,
#sage .tabbed-data .tab-panels spanb,
#sage .tabbed-data .tab-panels lib {
  font-weight: 700;
  font-size: 26px;
}
#sage .mobile-tabs-accordion {
  display: none;
  margin-bottom: 75px;
}
@media screen and (max-width: 1050px) {
  #sage .mobile-tabs-accordion {
    display: block;
  }
}
#sage .mobile-tabs-accordion .accordion-row .accordion-title {
  margin: -10px -20px;
  padding: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #777589;
}
#sage .mobile-tabs-accordion .accordion-row .accordion-title.active {
  background-color: #064f9f;
}
#sage .mobile-tabs-accordion .accordion-row .accordion-title.active .toggle-arrow {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
#sage .mobile-tabs-accordion .accordion-row .accordion-title h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}
#sage .mobile-tabs-accordion .accordion-row .accordion-title .toggle-arrow {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 20px;
}
#sage .mobile-tabs-accordion .accordion-row .accordion-content {
  background-color: #f2f6fa;
  position: relative;
  top: 10px;
}
#sage .santa-fe-foundation .tabset > label:hover,
#sage .santa-fe-foundation .tabset > input:focus + label,
#sage .santa-fe-foundation .tabset > input:checked + label {
  background-color: #ef7d00 !important;
}
#sage .santa-fe-foundation .tabset {
  background-color: #fef8f2;
  border-left: 1px solid #ef7d00;
  border-bottom: 1px solid #ef7d00;
}

/* stylelint-disable */
#sage .tc-hero-slider {
  background-color: rgba(0, 79, 159, 0.05);
}
#sage .tc-hero-slider .slide {
  padding: 50px 0;
}
#sage .tc-hero-slider .slide h3 {
  color: #004f9f;
  font-size: 60px;
  letter-spacing: -3px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #sage .tc-hero-slider .slide h3 {
    font-size: 44px;
    line-height: 68px;
    letter-spacing: -2px;
  }
}
#sage .tc-hero-slider .slide h4 {
  color: #0e2b63;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1.36px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #sage .tc-hero-slider .slide h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
#sage .tc-hero-slider .slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 45px;
}
#sage .tc-hero-slider .slide-nav img {
  position: absolute;
  cursor: pointer;
  width: 12px;
  height: auto;
}
#sage .tc-hero-slider .slide-nav .prev-arrow {
  left: 0;
}
#sage .tc-hero-slider .slide-nav .next-arrow {
  right: 0;
}
#sage .tc-hero-slider .slide-nav .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
#sage .tc-hero-slider .slide-nav .slick-dots li {
  padding: 0 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sage .tc-hero-slider .slide-nav .slick-dots button {
  background-color: #cbd6e2;
  color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#sage .american-snuff-trust {
  background-color: rgba(0, 177, 235, 0.08);
}
#sage .american-snuff-trust .tc-hero-slider .slide h3 {
  color: #00b1eb;
}
#sage .american-snuff-trust .tc-hero-slider .slide-nav .slick-dots .slick-active button {
  background-color: #00b1eb;
}
#sage .santa-fe-foundation {
  background-color: rgba(239, 125, 0, 0.05);
}
#sage .santa-fe-foundation .tc-hero-slider .slide h3 {
  color: #ef7d00;
}
#sage .santa-fe-foundation .tc-hero-slider .slide-nav .slick-dots .slick-active button {
  background-color: #ef7d00;
}
#sage .reynolds-foundation {
  background-color: rgba(0, 79, 159, 0.05);
}
#sage .reynolds-foundation .tc-hero-slider .slide h3 {
  color: #004f9f;
}
#sage .reynolds-foundation .tc-hero-slider .slide-nav .slick-dots .slick-active button {
  background-color: #004f9f;
}

#sage .pdf-booklet {
  padding-bottom: 85px;
  padding-top: 85px;
  background-color: rgba(0, 79, 159, 0.05);
}
@media screen and (max-width: 900px) {
  #sage .pdf-booklet {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
#sage .pdf-booklet .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sage .pdf-booklet .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .pdf-booklet .content-left,
#sage .pdf-booklet .pdf-link-right {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .pdf-booklet .content-left,
  #sage .pdf-booklet .pdf-link-right {
    width: 100%;
  }
}
#sage .pdf-booklet .content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 900px) {
  #sage .pdf-booklet .content-left {
    margin-bottom: 20px;
  }
}
#sage .pdf-booklet .content-left h2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -1.24px;
  color: #0e2b63;
}
@media screen and (max-width: 900px) {
  #sage .pdf-booklet .content-left h2 {
    font-size: 24px;
  }
}
#sage .pdf-booklet .pdf-link-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#sage .pdf-booklet .pdf-link-right p {
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
  color: #777589;
  font-weight: 700;
}
#sage .pdf-booklet .pdf-link-right p:first-of-type {
  margin-top: 1.5rem;
}

#sage .thriving-communities .pdf-booklet {
  padding-top: 0;
  background-color: none;
}

#sage .video-carousel {
  padding: 5.375rem 0;
}
#sage .video-carousel h2 {
  text-align: center;
}
#sage .video-carousel h3 {
  font-size: 30px;
  text-align: center;
  margin: 15px auto;
  color: #004f9f;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #sage .video-carousel h3 {
    font-size: 20px;
  }
}
#sage .video-carousel p {
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
  color: #777589;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #sage .video-carousel {
    padding: 50px 0;
  }
}
#sage .video-carousel .video-stories-slideshow .slick-track {
  margin: 0 auto;
}
#sage .video-carousel .video-stories-slideshow .video-carousel-slide {
  overflow: hidden;
  cursor: pointer;
  margin: 0 20px;
}
#sage .video-carousel .video-stories-slideshow .video-carousel-slide img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage .video-carousel .video-slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px auto 0 auto;
}
#sage .video-carousel .video-slide-nav img {
  position: absolute;
  cursor: pointer;
  width: 12px;
  height: auto;
}
#sage .video-carousel .video-slide-nav .prev-arrow {
  left: 0;
}
#sage .video-carousel .video-slide-nav .next-arrow {
  right: 0;
}
#sage .video-carousel .video-slide-nav .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
#sage .video-carousel .video-slide-nav .slick-dots li {
  padding: 0 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sage .video-carousel .video-slide-nav .slick-dots li button {
  background-color: #cbd6e2;
  color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  padding: 4px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
#sage .video-carousel .video-slide-nav .slick-dots li.slick-active button {
  height: 20px;
  width: 20px;
  padding: 0;
  background-color: #0e2b63;
}
#sage .behind-the-science .video-carousel .content {
  max-width: 90%;
  margin: 0 auto;
}
#sage .behind-the-science .video-carousel .content p {
  margin-bottom: 45px;
}
#sage .behind-the-science .video-carousel h3 {
  font-size: 20px;
  color: #0e2b63;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}
#sage .behind-the-science .video-carousel p {
  font-size: 20px;
  color: #0e2b63;
  text-align: left;
}
#sage .behind-the-science .video-carousel .video-stories-slideshow .slick-track {
  margin: 0 auto;
}
#sage .behind-the-science .video-carousel .video-stories-slideshow .video-carousel-slide {
  overflow: hidden;
  cursor: pointer;
  margin: 0 20px;
}
#sage .behind-the-science .video-carousel .video-stories-slideshow .video-carousel-slide img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage .behind-the-science .video-carousel .video-slide-nav {
  margin-top: 25px;
}

#sage .stories-carousel {
  padding: 5.375rem 0;
}
#sage .stories-carousel h2 {
  text-align: center;
}
#sage .stories-carousel .content p {
  max-width: 1076px;
  text-align: center;
  margin: 0 auto 45px auto;
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
  color: #55525b;
}
@media screen and (max-width: 900px) {
  #sage .stories-carousel {
    padding: 50px 0;
  }
}
#sage .stories-carousel .stories-slideshow .slick-track {
  margin: 0 auto;
}
#sage .stories-carousel .stories-slideshow .stories-carousel-slide {
  overflow: hidden;
  margin: 0 20px;
}
#sage .stories-carousel .stories-slideshow .stories-carousel-slide img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
#sage .stories-carousel .stories-slideshow .stories-carousel-slide .category-date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
#sage .stories-carousel .stories-slideshow .stories-carousel-slide .category-date-container p {
  color: #55525b;
  font-size: 14px;
}
#sage .stories-carousel .stories-slideshow .stories-carousel-slide h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0e2b63;
  margin-bottom: 20px;
}
#sage .stories-carousel .stories-slideshow .stories-carousel-slide p {
  color: black;
  font-size: 16px;
  line-height: 26px;
}
#sage .stories-carousel .stories-slideshow .stories-carousel-slide p a {
  color: #0e2b63;
  text-decoration: none;
  font-weight: bold;
}
#sage .stories-carousel .story-slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px auto 0 auto;
}
#sage .stories-carousel .story-slide-nav img {
  position: absolute;
  cursor: pointer;
  width: 12px;
  height: auto;
}
#sage .stories-carousel .story-slide-nav .prev-arrow {
  left: 0;
}
#sage .stories-carousel .story-slide-nav .next-arrow {
  right: 0;
}
#sage .stories-carousel .story-slide-nav .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
#sage .stories-carousel .story-slide-nav .slick-dots li {
  padding: 0 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sage .stories-carousel .story-slide-nav .slick-dots li button {
  background-color: #cbd6e2;
  color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  padding: 4px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
#sage .stories-carousel .story-slide-nav .slick-dots li.slick-active button {
  height: 20px;
  width: 20px;
  padding: 0;
  background-color: #0e2b63;
}
#sage .stories-carousel .stories-hr {
  background-color: #0e2b63;
  border: none;
  height: 1px;
  margin: 50px auto;
}
#sage .stories-carousel .arrow-white {
  color: #0e2b63;
}

.image-card-flipper {
  padding: 5.375rem 0;
}
.image-card-flipper .flip-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .image-card-flipper .flip-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .image-card-flipper .flip-cards {
    grid-template-columns: 1fr;
  }
}
.image-card-flipper .flip-card {
  background-color: transparent;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  cursor: pointer;
  -webkit-perspective: 1000px;
          perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
@media screen and (max-width: 900px) {
  .image-card-flipper .flip-card {
    aspect-ratio: auto;
    height: 350px;
    width: 100%;
  }
}
.image-card-flipper .flip-card img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.image-card-flipper .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s, -o-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.image-card-flipper .flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.image-card-flipper .flip-card:nth-of-type(odd) .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.image-card-flipper .flip-card:nth-of-type(odd):hover .flip-card-inner {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.image-card-flipper .flip-card:nth-of-type(odd) .flip-card-back {
  background-color: #0e2b63;
}
.image-card-flipper .flip-card-front,
.image-card-flipper .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.image-card-flipper .flip-card-front {
  background-color: #bbb;
  color: black;
}
.image-card-flipper .flip-card-back {
  background-color: #ef7d00;
  color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

#sage .banner-alert {
  padding: 10px 0;
}
@media screen and (max-width: 900px) {
  #sage .banner-alert {
    text-align: center;
  }
}
#sage .banner-alert p {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #sage .banner-alert p {
    font-size: 18px;
  }
}
#sage .banner-alert a {
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 20px;
  display: inline-block;
  -webkit-transition: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
@media screen and (max-width: 900px) {
  #sage .banner-alert a {
    font-size: 18px;
    margin-left: unset;
    display: block;
  }
}
#sage .banner-alert.blue {
  background-color: #0e2b63;
}
#sage .banner-alert.blue p,
#sage .banner-alert.blue a {
  color: #fff;
}
#sage .banner-alert.blue a:hover {
  color: #25B1EB;
}
#sage .banner-alert.light_blue {
  background-color: #25B1EB;
}
#sage .banner-alert.light_blue p,
#sage .banner-alert.light_blue a {
  color: #0e2b63;
}
#sage .banner-alert.light_blue a:hover {
  color: #5a328a;
}
#sage .banner-alert.orange {
  background-color: #ef7d00;
}
#sage .banner-alert.orange p,
#sage .banner-alert.orange a {
  color: #fff;
}
#sage .banner-alert.orange a:hover {
  color: #5a328a;
}
#sage .banner-alert.yellow {
  background-color: #FBBA05;
}
#sage .banner-alert.yellow p,
#sage .banner-alert.yellow a {
  color: #0e2b63;
}
#sage .banner-alert.yellow a:hover {
  color: #25B1EB;
}
#sage .banner-alert.green {
  background-color: #50af47;
}
#sage .banner-alert.green p,
#sage .banner-alert.green a {
  color: #fff;
}
#sage .banner-alert.green a:hover {
  color: #5a328a;
}
#sage .banner-alert.light_green {
  background-color: #ADC817;
}
#sage .banner-alert.light_green p,
#sage .banner-alert.light_green a {
  color: #0e2b63;
}
#sage .banner-alert.light_green a:hover {
  color: #25B1EB;
}
#sage .banner-alert.purple {
  background-color: #5a328a;
}
#sage .banner-alert.purple p,
#sage .banner-alert.purple a {
  color: #fff;
}
#sage .banner-alert.purple a:hover {
  color: #25B1EB;
}
#sage .banner-alert.pink {
  background-color: #E72582;
}
#sage .banner-alert.pink p,
#sage .banner-alert.pink a {
  color: #fff;
}
#sage .banner-alert.pink a:hover {
  color: #ADC817;
}

/* stylelint-disable */
#sage .media-section {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#sage .media-section .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4rem;
}
#sage .media-section .container .filter-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sage .media-section .container .filter-side p {
  cursor: pointer;
  color: grey;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
#sage .media-section .container .filter-side p:hover, #sage .media-section .container .filter-side p.active {
  color: #112b62;
}
@media (min-width: 768px) {
  #sage .media-section .container {
    grid-template-columns: auto minmax(0, 1fr);
  }
  #sage .media-section .container .filter-side {
    display: grid;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
}
#sage .media-section .post-resource {
  padding: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  color: #112b62;
  text-decoration: none;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
#sage .media-section .post-resource:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
#sage .media-section .post-resource a {
  color: #112b62;
  text-decoration: none;
}
#sage .media-section .post-resource .date {
  color: grey;
}
#sage .media-section .post-resource:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#sage .uap-commitment-cards {
  margin-bottom: 50px;
}
#sage .uap-commitment-cards .text-area h2 {
  margin-bottom: 15px;
  color: #0e2b63;
}
#sage .uap-commitment-cards .text-area p {
  color: #777589;
  font-size: 19px;
  margin-bottom: 12px;
}
#sage .uap-commitment-cards .text-area p:last-of-type {
  margin-bottom: 0;
}
#sage .uap-commitment-cards .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  margin-bottom: 13px;
}
@media screen and (max-width: 900px) {
  #sage .uap-commitment-cards .top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 13px;
  }
}
#sage .uap-commitment-cards .top-row .card-one,
#sage .uap-commitment-cards .top-row .card-two {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  #sage .uap-commitment-cards .top-row .card-one,
  #sage .uap-commitment-cards .top-row .card-two {
    width: 100%;
  }
}
#sage .uap-commitment-cards .top-row .card-one img,
#sage .uap-commitment-cards .top-row .card-two img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage .uap-commitment-cards .top-row .card-one .text-area,
#sage .uap-commitment-cards .top-row .card-two .text-area {
  padding: 30px;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sage .uap-commitment-cards .card-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 650px;
}
@media screen and (max-width: 900px) {
  #sage .uap-commitment-cards .card-three {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .uap-commitment-cards .card-three img {
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  #sage .uap-commitment-cards .card-three img {
    height: 350px;
    width: 100%;
  }
}
#sage .uap-commitment-cards .card-three .text-area {
  padding: 30px;
  border: 1px solid #707070;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sage .uap-marketing-principles .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 85px;
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  #sage .uap-marketing-principles .top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 75px;
    margin-bottom: 75px;
  }
}
#sage .uap-marketing-principles .card-one,
#sage .uap-marketing-principles .card-two,
#sage .uap-marketing-principles .card-three,
#sage .uap-marketing-principles .card-four,
#sage .uap-marketing-principles .card-five {
  background-color: #0e2b63;
  position: relative;
}
#sage .uap-marketing-principles .card-one .text-area,
#sage .uap-marketing-principles .card-two .text-area,
#sage .uap-marketing-principles .card-three .text-area,
#sage .uap-marketing-principles .card-four .text-area,
#sage .uap-marketing-principles .card-five .text-area {
  color: #fff;
  font-size: 19px;
  padding: 50px 25px;
}
#sage .uap-marketing-principles .card-one,
#sage .uap-marketing-principles .card-two,
#sage .uap-marketing-principles .card-three,
#sage .uap-marketing-principles .card-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
#sage .uap-marketing-principles .card-one img,
#sage .uap-marketing-principles .card-two img,
#sage .uap-marketing-principles .card-three img,
#sage .uap-marketing-principles .card-four img {
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
#sage .uap-marketing-principles .card-one .text-area,
#sage .uap-marketing-principles .card-two .text-area,
#sage .uap-marketing-principles .card-three .text-area,
#sage .uap-marketing-principles .card-four .text-area {
  margin-top: 20px;
}
#sage .uap-marketing-principles .card-five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 900px) {
  #sage .uap-marketing-principles .card-five {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
#sage .uap-marketing-principles .card-five img {
  margin-left: 50px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 900px) {
  #sage .uap-marketing-principles .card-five img {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    margin: 0;
  }
}

#sage .uap-two-column-grid {
  margin: 50px 0;
}
#sage .uap-two-column-grid .grid-container {
  grid-template-columns: 1fr 1fr;
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 50px;
}
@media screen and (max-width: 900px) {
  #sage .uap-two-column-grid .grid-container {
    grid-template-columns: 1fr;
  }
}
#sage .uap-two-column-grid .grid-container .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 900px) {
  #sage .uap-two-column-grid .grid-container .grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
#sage .uap-two-column-grid .grid-container .grid-item img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  #sage .uap-two-column-grid .grid-container .grid-item img {
    margin-right: 0;
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 20px;
  }
}
#sage .uap-two-column-grid .grid-container .grid-item p {
  color: #777589;
  font-size: 19px;
}

#sage .uap-two-column-infographic {
  margin: 50px 0;
}
#sage .uap-two-column-infographic p {
  color: #777589;
  font-size: 19px;
}
#sage .uap-two-column-infographic .row {
  padding: 35px 0;
  border-top: 1px solid #707070;
}
#sage .uap-two-column-infographic .row.row-2 {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  #sage .uap-two-column-infographic .row.row-2 {
    border: none;
  }
}
#sage .uap-two-column-infographic .row h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0e2b63;
  line-height: 1;
  margin-bottom: 10px;
}
#sage .uap-two-column-infographic .row .inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  #sage .uap-two-column-infographic .row .inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .uap-two-column-infographic .row .inner-row .column-1,
#sage .uap-two-column-infographic .row .inner-row .column-3 {
  padding-right: 35px;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 900px) {
  #sage .uap-two-column-infographic .row .inner-row .column-1,
  #sage .uap-two-column-infographic .row .inner-row .column-3 {
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-right: 0;
    padding-bottom: 35px;
  }
}
#sage .uap-two-column-infographic .row .inner-row .column-2,
#sage .uap-two-column-infographic .row .inner-row .column-4 {
  padding-left: 35px;
}
@media screen and (max-width: 900px) {
  #sage .uap-two-column-infographic .row .inner-row .column-2,
  #sage .uap-two-column-infographic .row .inner-row .column-4 {
    border-bottom: 1px solid #707070;
    padding-left: 0;
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
#sage .uap-two-column-infographic .row .inner-row .column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 900px) {
  #sage .uap-two-column-infographic .row .inner-row .column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#sage .uap-two-column-infographic .row .inner-row .column .text-content h3 {
  font-size: 24px;
  color: #50af47;
  font-weight: bold;
}
#sage .uap-two-column-infographic .row .inner-row .column .text-content .statistic {
  font-size: 66px;
  font-weight: bold;
  color: #E72582;
}
#sage .uap-two-column-infographic .row .inner-row .column img {
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 900px) {
  #sage .uap-two-column-infographic .row .inner-row .column img {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
#sage .uap-two-column-infographic .legal-content {
  margin-top: 35px;
}
#sage .uap-two-column-infographic .legal-content p {
  margin-bottom: 10px;
}
#sage .uap-two-column-infographic .legal-content p,
#sage .uap-two-column-infographic .legal-content a {
  font-size: 14px;
}
#sage .uap-two-column-infographic .legal-content a {
  color: #777589;
}

#sage .uap-logo-with-text {
  margin: 50px 0;
}
#sage .uap-logo-with-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 40px 40px 0;
  border: 1px solid #707070;
}
@media screen and (max-width: 900px) {
  #sage .uap-logo-with-text .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px;
  }
}
#sage .uap-logo-with-text .container .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  min-width: 325px;
}
@media screen and (max-width: 900px) {
  #sage .uap-logo-with-text .container .image-container {
    width: unset;
    min-width: unset;
    margin-bottom: 33px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
#sage .uap-logo-with-text .container .image-container img {
  -ms-flex-item-align: center;
      align-self: center;
}
#sage .uap-logo-with-text .container .content h2 {
  margin-bottom: 0;
  color: #0e2b63;
}
#sage .uap-logo-with-text .container .content p {
  font-size: 19px;
  color: #777589;
}

#sage .uap-offset-image-with-content {
  margin: 50px 0;
}
#sage .uap-offset-image-with-content .offset-container {
  max-width: 67%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  #sage .uap-offset-image-with-content .offset-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}
#sage .uap-offset-image-with-content .offset-container img {
  margin-top: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #sage .uap-offset-image-with-content .offset-container img {
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#sage .uap-offset-image-with-content .offset-container .offset-content {
  background-color: #1d4f9f;
  color: #fff;
  padding: 25px 40px;
}
#sage .uap-offset-image-with-content .offset-container .offset-content h2 {
  font-size: 100px;
}
@media screen and (max-width: 900px) {
  #sage .uap-offset-image-with-content .offset-container .offset-content h2 {
    font-size: 52px;
  }
}
#sage .uap-offset-image-with-content .offset-container .offset-content p {
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  #sage .uap-offset-image-with-content .offset-container .offset-content p {
    font-size: 26px;
  }
}

#sage .new-esg-environmental-color-columns {
  padding: 5.375rem 0;
}
@media screen and (max-width: 900px) {
  #sage .new-esg-environmental-color-columns {
    padding: 30px 0;
  }
}
#sage .new-esg-environmental-color-columns h2 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.9428571429rem + 2.2857142857vw, 3rem);
  line-height: 1;
  color: #152c60;
  margin-bottom: 40px;
}
#sage .new-esg-environmental-color-columns .container .column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #sage .new-esg-environmental-color-columns .container .column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#sage .new-esg-environmental-color-columns .container .column-container .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 40px;
  color: #fff;
}
#sage .new-esg-environmental-color-columns .container .column-container .column p {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 900px) {
  #sage .new-esg-environmental-color-columns .container .column-container .column p {
    font-size: 24px;
    line-height: 32px;
  }
}
#sage .new-esg-environmental-color-columns .container .column-container .column p strong {
  font-size: 44px;
}
@media screen and (max-width: 900px) {
  #sage .new-esg-environmental-color-columns .container .column-container .column p strong {
    font-size: 32px;
  }
}
#sage .new-esg-environmental-color-columns .container .column-container .column:first-of-type {
  background-color: #50af47;
}
#sage .new-esg-environmental-color-columns .container .column-container .column:last-of-type {
  background-color: #00b1eb;
}
#sage .new-esg-environmental-color-columns .fine-print {
  font-size: 16px;
  color: #777589;
  margin-bottom: 0;
}

.logo-row {
  padding-bottom: 5.375rem;
}
.logo-row .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .logo-row .logo-container {
    row-gap: 20px;
  }
}
.logo-row .logo-container .logo-item {
  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;
}
.logo-row .logo-container .logo-item img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 160px;
  max-width: 100%;
}
.logo-row .logo-container .logo-item p {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  width: 160px;
  max-width: 100%;
}

#sage .risk-continuum-graph {
  background-color: #f2f6fa;
  padding: 50px 0;
  /* @apply scale-105; */
}
#sage .risk-continuum-graph .graph__btn {
  position: relative;
  cursor: pointer;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(239, 125, 0);
  border-color: rgba(239, 125, 0, var(--tw-border-opacity));
}
#sage .risk-continuum-graph .graph__btn-hover {
  fill: transparent;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#sage .risk-continuum-graph .graph__btn:hover .graph__btn-hover {
  fill: rgba(239, 125, 0, 0.1);
}
@media screen and (max-width: 900px) {
  #sage .risk-continuum-graph .graph-desktop {
    display: none;
  }
}
#sage .risk-continuum-graph .graph-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  #sage .risk-continuum-graph .graph-mobile {
    display: block;
  }
}
#sage .nicotene-pouches-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 777px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  place-items: center;
  z-index: 99999;
  padding: 30px;
}
#sage .nicotene-pouches-dialog h2 {
  color: #0e2b63;
}
#sage .nicotene-pouches-dialog p {
  color: #777589;
}
#sage .nicotene-pouches-dialog .dialog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  #sage .nicotene-pouches-dialog .dialog-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  #sage .nicotene-pouches-dialog .dialog-row img {
    max-width: 250px;
    margin: 0 auto;
  }
}
#sage .nicotene-pouches-dialog .close-dialog {
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #0e2b63;
}

#sage .news-events-links .news-events-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  padding: 4rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  color: #112b62;
  text-decoration: none;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  cursor: pointer;
}
#sage .news-events-links .news-events-item:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
#sage .news-events-links .news-events-item p {
  color: #777589;
  font-size: 24px;
}
#sage .news-events-links .news-events-item a {
  color: #0e2b63;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}

#sage .ei-3-columns {
  padding-bottom: 75px;
}
#sage .ei-3-columns .container h2 {
  color: #0e2b63;
  font-size: 35px;
  letter-spacing: -0.7px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #sage .ei-3-columns .container h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#sage .ei-3-columns .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  #sage .ei-3-columns .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .ei-3-columns .container .row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 40px 60px 40px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sage .ei-3-columns .container .row .column span {
  color: #00b1eb;
  font-size: 35px;
  letter-spacing: -0.7px;
  margin-right: 20px;
}
#sage .ei-3-columns .container .row .column p {
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
  color: #777589;
}

#sage .ei-modals {
  padding-bottom: 75px;
}
#sage .ei-modals.gray {
  background-color: #f2f6fa;
}
#sage .ei-modals .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modals .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .ei-modals .container .modal-cta {
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
#sage .ei-modals .container .modal-cta .top-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 187px;
}
#sage .ei-modals .container .modal-cta .rainbow-bar {
  height: 8px;
}
#sage .ei-modals .container .modal-cta .bottom-content {
  padding: 0 30px;
  background-color: #0e2b63;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 197px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sage .ei-modals .container .modal-cta .bottom-content {
    height: auto;
    padding: 30px;
  }
}
#sage .ei-modals .container .modal-cta .bottom-content h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1.47px;
  margin-bottom: 5px;
  padding-right: 100px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  #sage .ei-modals .container .modal-cta .bottom-content h3 {
    padding-right: 0;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.25;
  }
}
#sage .ei-modals .container .modal-cta .bottom-content .modal-description {
  padding-right: 100px;
  position: relative;
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle {
  position: absolute;
  right: 10px;
  bottom: 0;
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle .closed .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle .closed .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle .opened {
  opacity: 1;
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle .opened .vertical {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle .opened .horizontal {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle .circle-plus {
  font-size: 1em;
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle .circle-plus .circle {
  position: relative;
  width: 2.55em;
  height: 2.5em;
  border-radius: 100%;
  border: solid 2px #fff;
  padding: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle .circle-plus .circle .horizontal {
  position: absolute;
  background-color: #fff;
  width: 30px;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -1px;
}
#sage .ei-modals .container .modal-cta .bottom-content .animated-circle .circle-plus .circle .vertical {
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 30px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -15px;
}
#sage .ei-modals .container .modal-cta:nth-of-type(even) .bottom-content {
  background-color: #fff;
  color: #0e2b63;
}
#sage .ei-modals .container .modal-cta:nth-of-type(even) .bottom-content .circle-plus .circle {
  border: solid 2px #0e2b63;
}
#sage .ei-modals .container .modal-cta:nth-of-type(even) .bottom-content .circle-plus .circle .horizontal {
  background-color: #0e2b63;
}
#sage .ei-modals .container .modal-cta:nth-of-type(even) .bottom-content .circle-plus .circle .vertical {
  background-color: #0e2b63;
}
#sage .ei-modals .container .modal-cta:hover {
  -webkit-transform: translateY(-50px);
       -o-transform: translateY(-50px);
          transform: translateY(-50px);
}
#sage .ei-modals .container .modal-cta:hover .bottom-content .animated-circle .circle-plus .circle {
  border: solid 2px #0e2b63;
  background-color: #fff;
}
#sage .ei-modals .container .modal-cta:hover .bottom-content .animated-circle .circle-plus .circle .horizontal {
  background-color: #0e2b63;
}
#sage .ei-modals .container .modal-cta:hover .bottom-content .animated-circle .circle-plus .circle .vertical {
  background-color: #0e2b63;
}
#sage .ei-modals .container .modal-cta:hover:nth-of-type(even) .bottom-content .circle-plus .circle {
  border: solid 2px #0e2b63;
  background-color: #0e2b63;
}
#sage .ei-modals .container .modal-cta:hover:nth-of-type(even) .bottom-content .circle-plus .circle .horizontal {
  background-color: #fff;
}
#sage .ei-modals .container .modal-cta:hover:nth-of-type(even) .bottom-content .circle-plus .circle .vertical {
  background-color: #fff;
}

#sage .ei-footer-slideshow-nav {
  position: relative;
}
#sage .ei-footer-slideshow-nav .blue-block {
  background-color: #0e2b63;
  left: 0;
  position: absolute;
  height: 100%;
  width: calc((100vw - 1550px) / 2);
}
@media screen and (max-width: 1725px) {
  #sage .ei-footer-slideshow-nav .blue-block {
    width: 5%;
  }
}
#sage .ei-footer-slideshow-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sage .ei-footer-slideshow-nav .slide-count {
  background-color: #0e2b63;
  color: #fff;
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  width: 110px;
}
#sage .ei-footer-slideshow-nav .footer-slide-nav {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  padding: 15px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#sage .ei-footer-slideshow-nav .footer-slide-nav img {
  cursor: pointer;
  width: 40px;
  height: auto;
}
#sage .ei-footer-slideshow {
  background-color: #0e2b63;
  color: #fff;
}
#sage .ei-footer-slideshow .ei-footer-slideshow-container .slick-list {
  overflow: visible;
}
#sage .ei-footer-slideshow .ei-footer-slideshow-container .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#sage .ei-footer-slideshow .ei-footer-slideshow-container .slick-slide {
  height: inherit !important;
}
#sage .ei-footer-slideshow .ei-footer-slideshow-container .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 900px) {
  #sage .ei-footer-slideshow .ei-footer-slideshow-container .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .ei-footer-slideshow .ei-footer-slideshow-container .slide .slide-image {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .ei-footer-slideshow .ei-footer-slideshow-container .slide .slide-image {
    width: 100%;
  }
}
#sage .ei-footer-slideshow .ei-footer-slideshow-container .slide .content {
  width: 50%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 900px) {
  #sage .ei-footer-slideshow .ei-footer-slideshow-container .slide .content {
    width: 100%;
    padding: 30px;
  }
}
#sage .ei-footer-slideshow .ei-footer-slideshow-container .slide .content p {
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
}
#sage .ei-footer-slideshow .disclaimer {
  padding: 50px 0;
}
#sage .ei-footer-slideshow .disclaimer p {
  color: #fff;
}

#sage .ei-modal-popup {
  margin: 0 auto;
  position: fixed;
  padding: 0;
  width: 1280px;
  max-width: 90%;
  border: none;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup {
    max-width: 100%;
  }
}
#sage .ei-modal-popup p {
  line-height: 2;
  font-size: 18px;
}
#sage .ei-modal-popup .modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  z-index: 4;
}
#sage .ei-modal-popup .modal-container .logo-row {
  padding-bottom: 0;
  margin: 0 50px 0 50px;
}
#sage .ei-modal-popup .modal-container .logo-row img {
  max-width: 260px;
}
#sage .ei-modal-popup .modal-container .top-column-row-one-column {
  border-top: 1px solid #0e2b63;
  margin: 30px 50px 0 50px;
  padding-top: 30px;
  margin-bottom: 50px;
}
#sage .ei-modal-popup .modal-container .top-column-row-two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  border-top: 1px solid #0e2b63;
  margin: 30px 50px 0 50px;
  padding-top: 30px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .top-column-row-two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .ei-modal-popup .modal-container .top-column-row-two-columns h2 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .top-column-row-two-columns h2 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#sage .ei-modal-popup .modal-container .top-column-row-two-columns .column-one,
#sage .ei-modal-popup .modal-container .top-column-row-two-columns .column-two {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .top-column-row-two-columns .column-one,
  #sage .ei-modal-popup .modal-container .top-column-row-two-columns .column-two {
    width: 100%;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-row {
  padding: 0 50px 50px 50px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-row .desktop {
    display: none;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-row .mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-row .mobile {
    display: block;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  background-color: #004f9f;
  padding: 0 50px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-row-two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-one,
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-one,
  #sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two {
    width: 100%;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-one img {
  position: relative;
  top: -75px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-one img {
    top: -125px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 75px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two {
    margin-top: -120px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two h2,
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two p {
  color: #fff;
}
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two .terracycle-number-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two .terracycle-number-headline .number {
  font-size: 80px;
  letter-spacing: -2.4px;
  line-height: 1;
  font-weight: 500;
}
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two .terracycle-number-headline .title {
  font-size: 26px;
  letter-spacing: -0.78px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two .terracycle-number-headline .title {
    font-size: 22px;
    line-height: 1;
    margin-left: 20px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-row-two-columns .column-two hr {
  margin: 30px 0;
}
#sage .ei-modal-popup .modal-container .slideshow-popout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .slideshow-popout .popout-accent {
    width: 25px;
  }
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-accent span {
  height: 50%;
  background-color: #fff;
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-accent span:last-of-type {
  background-color: #0f1c2d;
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container {
  background-color: #50af47;
  width: calc(100% - 100px);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .slideshow-popout .popout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 50px);
    padding: 20px;
    gap: 5px;
  }
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container h2,
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container p,
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container span {
  color: #fff;
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .title-column h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .title-column h2 .text {
  font-size: 26px;
  letter-spacing: -0.78px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .title-column h2 .text {
    font-size: 22px;
    letter-spacing: -0.5px;
  }
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .title-column h2 .number {
  font-size: 80px;
  letter-spacing: -2.4px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .title-column h2 .number {
    font-size: 62px;
    letter-spacing: -1.9px;
  }
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .content-column p {
  font-size: 26px;
  letter-spacing: -0.78px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .content-column p {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.32px;
  }
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .content-column p sup {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .content-column p sup {
    font-size: 12px;
  }
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .content-column .disclaimer {
  margin-right: auto;
}
#sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .content-column .disclaimer p {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .slideshow-popout .popout-container .content-column .disclaimer p {
    font-size: 12px;
    margin-top: 10px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow {
  padding: 50px;
  position: relative;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .slideshow-background-image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .title {
  color: #fff;
  font-size: 35px;
  letter-spacing: -0.7px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .title {
    font-size: 25px;
    letter-spacing: 0;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .subtitle {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .subtitle {
    font-size: 16px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow hr {
  background-color: #fff;
  margin: 30px 0;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 35px;
  position: relative;
  top: 30px;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slide-nav {
    top: 50px;
    gap: 20px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slide-nav img {
  width: 40px;
  height: auto;
  cursor: pointer;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 125px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots {
    top: 83px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots .line {
  height: 3px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots .line.active {
  background-color: #50af47;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots .dot {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 3;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots .dot {
    height: 20px;
    width: 20px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots .dot::after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots .dot::after {
    height: 20px;
    width: 20px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots .dot.active {
  background-color: #50af47;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots .dot.active::after {
  background-color: #50af47;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .animated-dots .dot.active-animate::after {
  background-color: #50af47;
  -webkit-animation-name: animate-slideshow-dots;
       -o-animation-name: animate-slideshow-dots;
          animation-name: animate-slideshow-dots;
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@-webkit-keyframes animate-slideshow-dots {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes animate-slideshow-dots {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
  50% {
    -o-transform: scale(2);
       transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
}
@keyframes animate-slideshow-dots {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .slide-title {
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.78px;
  font-weight: bold;
  margin-bottom: 75px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .slide-title {
    font-size: 16px;
    letter-spacing: 0;
    padding-right: 100px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 100px 0 100px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding: 20px 20px 0 20px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container .slide-content {
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container .slide-content {
    max-width: 100%;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container .slide-content p,
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container .slide-content h3,
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container .slide-content a {
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.78px;
}
@media screen and (max-width: 900px) {
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container .slide-content p,
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container .slide-content h3,
  #sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container .slide-content a {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow .modal-slideshow-container .slide-content-container .slide-content h3 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.7px;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow.popout-slideshow .animated-dots .line.active {
  background-color: #afca0a;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow.popout-slideshow .animated-dots .dot.active {
  background-color: #afca0a;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow.popout-slideshow .animated-dots .dot.active::after {
  background-color: #afca0a;
}
#sage .ei-modal-popup .modal-container .bottom-content-slideshow.popout-slideshow .animated-dots .dot.active-animate::after {
  background-color: #afca0a;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: opacity 0s, -o-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s, -o-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.lock-scroll {
  overflow-y: hidden;
}

#sage {
  /**************************\
    Demo Animation Style
  \**************************/
}
#sage .values-explore {
  background-color: var(--clr-brand);
}
#sage .values-explore__btn {
  margin-top: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  outline: none;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#sage .values-explore__btn .border {
  stroke: #fff;
}
#sage .values-explore__btn .icon {
  stroke: #fff;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sage .values-explore__btn .fill {
  fill: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sage .values-explore__btn svg {
  height: 100px;
  width: 100px;
}
#sage .values-explore__btn:hover .fill {
  opacity: 1;
}
#sage .values-explore__btn:hover .icon {
  stroke: var(--clr-brand);
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}
#sage .values-explore__btn--blue {
  color: var(--clr-brand);
}
#sage .values-explore__btn--blue .border {
  stroke: var(--clr-brand);
}
#sage .values-explore__btn--blue .icon {
  stroke: var(--clr-brand);
}
#sage .values-explore__btn--blue .fill {
  fill: var(--clr-brand);
}
#sage .values-explore__btn--blue:hover .icon {
  stroke: #fff;
}
#sage .values-explore__wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#sage .values-explore__upper {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--clr-brand-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
#sage .values-explore__lower {
  padding-top: 4rem;
}
#sage .values-explore__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#sage .values-explore__content h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 1rem;
}
#sage .values-explore__content p {
  color: #fff;
  font-size: 18px;
}
#sage .values-explore__content p + p {
  margin-top: 1rem;
}
#sage .values-explore__picker {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#sage .values-explore__picker svg {
  width: 460px;
}
#sage .values-explore__picker .help-text {
  position: absolute;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#sage .values-explore__picker .help-text span {
  font-weight: bold;
}
#sage .values-explore__picker .help-text.hidden {
  opacity: 0;
}
#sage .values-explore__circle-item {
  position: relative;
  pointer-events: bounding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#sage .values-explore__circle-item.state-hidden {
  opacity: 0;
}
#sage .values-explore__circle-item.state-active {
  opacity: 1;
}
#sage .values-explore__circle-item.state-active#trigger-love path {
  fill: #B0207E;
}
#sage .values-explore__circle-item.state-active#trigger-right path {
  fill: #009B4E;
}
#sage .values-explore__circle-item.state-active#trigger-trust path {
  fill: #432C81;
}
#sage .values-explore__circle-item.state-active#trigger-together path {
  fill: #01519D;
}
#sage .values-explore__circle-item.state-active#trigger-inclusive path {
  fill: #FED107;
}
#sage .values-explore__circle-item.state-active#trigger-passion path {
  fill: #F7931E;
}
#sage .values-explore__circle-item:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
#sage .values-explore__circle-item path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: #294173;
}
#sage .values-explore__circle-item#trigger-love:hover {
  -webkit-transform: translateX(15px) scale(1.05);
       -o-transform: translateX(15px) scale(1.05);
          transform: translateX(15px) scale(1.05);
}
#sage .values-explore__circle-item#trigger-love:hover path {
  fill: #B0207E;
}
#sage .values-explore__circle-item#trigger-right:hover {
  -webkit-transform: translate(5px, 10px) scale(1.05);
       -o-transform: translate(5px, 10px) scale(1.05);
          transform: translate(5px, 10px) scale(1.05);
}
#sage .values-explore__circle-item#trigger-right:hover path {
  fill: #009B4E;
}
#sage .values-explore__circle-item#trigger-trust:hover {
  -webkit-transform: translate(5px, -10px) scale(1.05);
       -o-transform: translate(5px, -10px) scale(1.05);
          transform: translate(5px, -10px) scale(1.05);
}
#sage .values-explore__circle-item#trigger-trust:hover path {
  fill: #432C81;
}
#sage .values-explore__circle-item#trigger-together:hover path {
  fill: #01519D;
}
#sage .values-explore__circle-item#trigger-inclusive:hover {
  -webkit-transform: translate(0, 10px) scale(1.05);
       -o-transform: translate(0, 10px) scale(1.05);
          transform: translate(0, 10px) scale(1.05);
}
#sage .values-explore__circle-item#trigger-inclusive:hover path {
  fill: #FED107;
}
#sage .values-explore__circle-item#trigger-passion:hover path {
  fill: #F7931E;
}
#sage .values-explore__value-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
#sage .values-explore__value-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sage .values-explore__value-list-item img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
#sage .values-explore__value-list-item:hover {
  background: rgba(0, 79, 159, 0.4);
  text-decoration: underline;
  cursor: pointer;
}
#sage .values-explore__value-list-item:hover img {
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}
#sage .values-explore .upper-modals__columns {
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}
#sage .values-explore .upper-modals__columns#upper-inclusive-content {
  background-color: #FED107;
}
#sage .values-explore .upper-modals__columns#upper-inclusive-content p, #sage .values-explore .upper-modals__columns#upper-inclusive-content h3, #sage .values-explore .upper-modals__columns#upper-inclusive-content ul, #sage .values-explore .upper-modals__columns#upper-inclusive-content li {
  color: var(--clr-brand);
}
#sage .values-explore .upper-modals__columns#upper-passion-content {
  background-color: #F7931E;
}
#sage .values-explore .upper-modals__columns#upper-love-content {
  background-color: #B0207E;
}
#sage .values-explore .upper-modals__columns#upper-right-content {
  background-color: #009B4E;
}
#sage .values-explore .upper-modals__columns#upper-trust-content {
  background-color: #432C81;
}
#sage .values-explore .upper-modals__columns#upper-together-content {
  background-color: #01519D;
}
#sage .values-explore .upper-modals__media {
  aspect-ratio: 3/4;
  position: relative;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
#sage .values-explore .upper-modals__media-position {
  position: absolute;
  inset: 0;
  z-index: 20;
}
#sage .values-explore .upper-modals__media-position img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
#sage .values-explore .upper-modals__media .lottie-player {
  position: absolute;
  inset: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}
#sage .values-explore .upper-modals__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sage .values-explore .upper-modals__text .top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sage .values-explore .upper-modals__text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  gap: 4rem;
  padding-bottom: 4rem;
}
#sage .values-explore .upper-modals__text h3 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 2rem;
}
#sage .values-explore .upper-modals__text ul li {
  color: #fff;
  line-height: 2.2rem;
  font-size: 18px;
  margin-bottom: 1rem;
}
#sage .values-explore .lower-modals #lower-inclusive-content {
  background-color: #FED107;
}
#sage .values-explore .lower-modals #lower-inclusive-content p {
  color: var(--clr-brand);
}
#sage .values-explore .lower-modals #lower-right-content {
  background-color: #009B4E;
}
#sage .values-explore .lower-modals #lower-love-content {
  background-color: #B0207E;
}
#sage .values-explore .lower-modals #lower-passion-content {
  background-color: #F7931E;
}
#sage .values-explore .lower-modals #lower-trust-content {
  background-color: #432C81;
}
#sage .values-explore .lower-modals #lower-together-content {
  background-color: #01519D;
}
#sage .values-explore .lower-modals__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
#sage .values-explore .lower-modals__media {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
#sage .values-explore .lower-modals__media img {
  margin: auto;
}
#sage .values-explore .lower-modals__text {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}
#sage .values-explore .lower-modals__text p {
  font-size: 1rem;
  font-size: clamp(1.4rem, 0.8607142857rem + 0.5714285714vw, 1.875rem);
  line-height: 2.75rem;
  color: #fff;
  padding-top: 1.5rem;
}
#sage .values-explore .lower-modals__text p span {
  font-weight: bold;
}
#sage .values-modal-full {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 10000;
}
#sage .values-modal-full__container {
  height: 100%;
}
#sage .values-modal-full__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -60px;
  z-index: 100;
  position: relative;
}
#sage .values-modal-full__title {
  display: none;
}
#sage .values-modal-full__close {
  background: #0E2B63;
  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;
  height: 60px;
  width: 60px;
  border: 0;
}
#sage .values-modal-full__close:before {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzODQgNTEyJz48cGF0aCBmaWxsPSd3aGl0ZScgZD0nTTM0NSAxMzdsMTctMTdMMzI4IDg2LjFsLTE3IDE3LTExOSAxMTlMNzMgMTAzbC0xNy0xN0wyMi4xIDEyMGwxNyAxNyAxMTkgMTE5TDM5IDM3NWwtMTcgMTdMNTYgNDI1LjlsMTctMTcgMTE5LTExOUwzMTEgNDA5bDE3IDE3TDM2MS45IDM5MmwtMTctMTctMTE5LTExOUwzNDUgMTM3eicvPjwvc3ZnPg==");
}
#sage .values-modal-full__content {
  height: 100%;
}
#sage .values-modal-standard {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
#sage .values-modal-standard__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  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;
  z-index: 100;
}
#sage .values-modal-standard__container {
  background-color: #fff;
  max-width: 80vw;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sage .values-modal-standard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -60px;
}
#sage .values-modal-standard__title {
  display: none;
}
#sage .values-modal-standard__close {
  background: #0E2B63;
  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;
  height: 60px;
  width: 60px;
  border: 0;
}
#sage .values-modal-standard__close:before {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzODQgNTEyJz48cGF0aCBmaWxsPSd3aGl0ZScgZD0nTTM0NSAxMzdsMTctMTdMMzI4IDg2LjFsLTE3IDE3LTExOSAxMTlMNzMgMTAzbC0xNy0xN0wyMi4xIDEyMGwxNyAxNyAxMTkgMTE5TDM5IDM3NWwtMTcgMTdMNTYgNDI1LjlsMTctMTcgMTE5LTExOUwzMTEgNDA5bDE3IDE3TDM2MS45IDM5MmwtMTctMTctMTE5LTExOUwzNDUgMTM3eicvPjwvc3ZnPg==");
}
#sage .values-modal-standard__content {
  padding: 100px 60px;
}
@media screen and (max-width: 900px) {
  #sage .values-explore__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #sage .values-explore__value-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
  #sage .values-explore__picker svg {
    width: 90vw;
  }
  #sage .values-explore .lower-modals__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #sage .values-explore .lower-modals__text p {
    font-size: 18px;
  }
  #sage .values-explore .upper-modals__columns {
    aspect-ratio: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-height: unset;
    height: 800px;
    gap: 0;
  }
  #sage .values-explore .upper-modals__media {
    height: 480px;
  }
  #sage .values-explore .upper-modals__media-position {
    height: 480px;
    aspect-ratio: 3/4;
  }
  #sage .values-explore .upper-modals__media .lottie-player {
    height: 480px;
    aspect-ratio: 3/4;
    position: unset;
    width: unset;
  }
  #sage .values-explore .upper-modals__text {
    display: unset;
  }
  #sage .values-explore .upper-modals__text .top {
    padding: 0 2rem;
  }
  #sage .values-explore .upper-modals__text .bottom {
    padding: 1rem 2rem;
    gap: 1rem;
  }
  #sage .values-explore .upper-modals__text h3 {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
  #sage .values-explore .upper-modals__text ul {
    padding-left: 16px;
  }
  #sage .values-explore .upper-modals__text ul li {
    line-height: 1.8rem;
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  #sage .values-modal-standard__content {
    padding: 2rem;
  }
  #sage .values-modal-standard__container {
    max-width: 100vw;
    max-height: 100svh;
  }
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes mmslideIn {
  from {
    -o-transform: translateY(15%);
       transform: translateY(15%);
  }
  to {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
         -o-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-o-keyframes mmslideOut {
  from {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  to {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
#sage .values-animation {
  display: none;
}
#sage .values-animation.is-open {
  display: block;
}
#sage .values-animation[aria-hidden=false] .value-modal-full__overlay,
#sage .values-animation[aria-hidden=false] .value-modal-standard__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#sage .values-animation[aria-hidden=false] .value-modal-full__container,
#sage .values-animation[aria-hidden=false] .value-modal-standard__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#sage .values-animation[aria-hidden=true] .value-modal-full__overlay,
#sage .values-animation[aria-hidden=true] .value-modal-standard__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#sage .values-animation[aria-hidden=true] .value-modal-full__container,
#sage .values-animation[aria-hidden=true] .value-modal-standard__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#sage .values-animation .value-modal-full__container,
#sage .values-animation .value-modal-full__overlay,
#sage .values-animation .value-modal-standard__container,
#sage .values-animation .value-modal-standard__overlay {
  will-change: transform;
}

/* stylelint-disable */
#sage .image-with-general-content .content-side {
  padding-top: clamp(3.125rem, -1.2857142857rem + 18.0952380952vw, 15rem);
  padding-block: clamp(3.125rem, 0.2232142857rem + 11.9047619048vw, 10.9375rem);
}
#sage .image-with-general-content .content-side h2 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.9428571429rem + 2.2857142857vw, 3rem);
  line-height: 1;
  color: #0E2B63;
}
#sage .image-with-general-content .content-side p {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
  color: #777589;
}
#sage .image-with-general-content .content-side p + p {
  margin-top: 20px;
}
#sage .image-with-general-content .content-side a {
  color: #0E2B63;
  font-weight: bold;
}
#sage .image-with-general-content .content-side .inner {
  width: min(500px, 90%);
  margin: 0 auto;
}
#sage .image-with-general-content .content-side .inner > * + * {
  margin-top: clamp(2rem, 0.2107142857rem + 2.2380952381vw, 2.825rem);
}
@media (min-width: 768px) {
  #sage .image-with-general-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #sage .image-with-general-content .image-side {
    position: relative;
  }
  #sage .image-with-general-content .image-side img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  #sage .image-with-general-content .content-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    place-content: center;
  }
}
#sage .image-with-general-content[left] .content-side {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.two-column-cta {
  max-width: 1260px;
  margin: 0 auto !important;
  padding: 50px 20px;
}
.two-column-cta .cta-title {
  font-size: 28px;
  margin-bottom: 1rem !important;
  color: #0e2b63;
}
.two-column-cta .cta-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .two-column-cta .cta-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.two-column-cta .cta-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  background: #e6e6e6;
  border-radius: 8px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.two-column-cta .cta-column .cta-content {
  font-size: 16px;
  margin-bottom: 15px;
}
.two-column-cta .cta-column .cta-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  background: #0e2b63;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin-top: 0.5rem !important;
}
.two-column-cta .cta-column .cta-button:hover {
  background: rgb(7.6814159292, 23.592920354, 54.3185840708);
}

.news-category-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
}
.news-category-block h2 {
  color: #0e2b63;
}
.news-category-block h3 {
  margin-bottom: 1rem !important;
}
.news-category-block h3 a {
  color: #0e2b63;
  text-decoration: none;
}
.news-category-block h3 a:hover {
  text-decoration: underline;
}
.news-category-block .news-slider-wrapper {
  position: relative;
  overflow: visible;
}
.news-category-block .news-date {
  margin-right: 1rem !important;
}
.news-category-block .news-excerpt p {
  font-size: 14px;
}
.news-category-block .news-excerpt a {
  color: #0e2b63;
}
.news-category-block .swiper-pagination-bullet-active {
  background-color: #0e2b63 !important;
}
.news-category-block .swiper-pagination-bullet {
  margin: 5px !important;
}
.news-category-block .swiper-slide .view-all-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0e2b63 !important;
  min-height: 196px;
  text-align: center;
}
.news-category-block .swiper-slide .view-all-container a {
  color: #fff !important;
  text-decoration: none;
}
.news-category-block .swiper-slide .view-all-container a:hover {
  color: #0a7aff !important;
}
.news-category-block .news-meta {
  padding: 9px 0px;
}
.news-category-block .news-meta i {
  margin-right: 5px;
  color: #0e2b63;
}
.news-category-block .news-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.news-category-block .news-thumbnail img {
  min-width: 100%;
}
.news-category-block .swiper-button-prev,
.news-category-block .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 10;
}
.news-category-block .swiper-button-prev::after,
.news-category-block .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
}
.news-category-block .swiper-button-prev:hover,
.news-category-block .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.news-category-block .swiper-button-prev {
  left: -50px !important;
}
.news-category-block .swiper-button-next {
  right: -50px !important;
}
@media (max-width: 768px) {
  .news-category-block .swiper-button-prev {
    left: 10px;
  }
  .news-category-block .swiper-button-next {
    right: 10px;
  }
}

hr {
  height: 1px;
  color: #0e2b63;
  max-width: 1260px;
  margin: 10px auto !important;
}

@media (max-width: 768px) {
  .news-filter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 0.5rem; /* Reduce spacing between stacked items */
  }
  .news-category-dropdown,
  .news-search-form {
    width: 100%;
    max-width: 300px;
    margin-bottom: 0.5rem; /* Reduce bottom margin */
  }
  select, input#s {
    width: 100%;
    max-width: 300px;
  }
  .news-search-form .search-container {
    width: 100%;
    max-width: 300px;
    margin-bottom: 0; /* Remove any extra bottom margin */
  }
}
.news-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; /* Adds space between the dropdown and search form */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Align items vertically centered */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-category-dropdown,
.news-search-form {
  display: inline-block;
}

.news-search-form input[type=text] {
  padding: 0.5rem;
  margin-right: 0.5rem;
}

select, input#s {
  border-radius: 16px;
  border: 2px solid #ccc;
  height: 50px;
  padding: 8px;
  min-width: 300px;
}

.news-filter-form .search-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  min-width: 300px;
}
.news-filter-form .search-container .search-input {
  width: 100%;
  height: 50px;
  padding: 12px 40px 12px 15px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 16px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.news-filter-form .search-container .search-input:focus {
  border-color: #AF232F;
}
.news-filter-form .search-container .search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  color: #555;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-filter-form .search-container .search-button:hover {
  color: #AF232F;
}

.featured-articles-block {
  max-width: 1260px;
  margin: 0 auto !important;
  padding: 50px 20px;
}
.featured-articles-block h2 {
  color: #0e2b63;
  margin-bottom: 1rem !important;
}
.featured-articles-block h3 {
  margin-bottom: 1rem !important;
}
.featured-articles-block h3 a {
  color: #0e2b63;
  text-decoration: none;
}
.featured-articles-block h3 a:hover {
  text-decoration: underline;
}
.featured-articles-block .featured-articles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .featured-articles-block .featured-articles-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.featured-articles-block .featured-article {
  position: relative;
  overflow: hidden;
}
.featured-articles-block .featured-article .featured-thumbnail {
  display: block;
  position: relative;
}
.featured-articles-block .featured-article .featured-thumbnail img {
  width: 100%;
  height: auto;
}
.featured-articles-block .featured-article .featured-thumbnail .overlay-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 8px 12px;
  font-size: 16px;
}
.featured-articles-block .featured-article .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 14px;
  margin-top: 10px;
  color: #0e2b63;
  padding: 9px 0px;
}
.featured-articles-block .featured-article .news-meta i {
  margin-right: 5px;
  color: #0e2b63;
}
.featured-articles-block .featured-article .news-title {
  font-size: 22px;
  margin: 10px 0;
}
.featured-articles-block .featured-article .news-excerpt {
  font-size: 14px;
  color: #0e2b63;
}
.featured-articles-block .featured-article .news-excerpt a {
  color: #0e2b63;
}
.featured-articles-block .featured-article .news-excerpt a:visited {
  color: #0e2b63;
}
.featured-articles-block .additional-articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.featured-articles-block .additional-articles .article-item {
  position: relative;
  overflow: hidden;
}
.featured-articles-block .additional-articles .article-item .article-thumbnail {
  display: block;
  position: relative;
}
.featured-articles-block .additional-articles .article-item .article-thumbnail img {
  width: 100%;
  height: auto;
}
.featured-articles-block .additional-articles .article-item .article-thumbnail .overlay-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
}
.featured-articles-block .additional-articles .article-item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 13px;
  margin-top: 8px;
  color: #0e2b63;
  padding: 9px 0px;
}
.featured-articles-block .additional-articles .article-item .news-meta i {
  margin-right: 5px;
  color: #0e2b63;
}
.featured-articles-block .additional-articles .article-item .news-title {
  font-size: 18px;
  margin: 8px 0;
}
.featured-articles-block .additional-articles .article-item .news-excerpt {
  font-size: 14px;
  color: #0e2b63;
}
.featured-articles-block .additional-articles .article-item .news-excerpt a {
  color: #0e2b63;
}
.featured-articles-block .additional-articles .article-item .news-excerpt a:visited {
  color: #0e2b63;
}

.media-text {
  scroll-margin-top: 140px;
}
@media screen and (max-width: 900px) {
  .media-text {
    scroll-margin-top: -100px;
  }
}
.media-text__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 900px) {
  .media-text__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
  }
}
@media screen and (min-width: 901px) {
  .media-text__columns.media-align-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.media-text__column--text h2 {
  font-size: 44px;
  line-height: 48px;
  color: var(--clr-brand);
  margin-bottom: 12px !important;
}
.media-text__column--text p {
  color: #777589;
  font-size: 20px;
  line-height: 32px;
}
.media-text__column.video-modal-trigger {
  cursor: pointer;
  position: relative;
}
.media-text__column.video-modal-trigger:hover .play-icon img {
  opacity: 1;
}
.media-text__column.video-modal-trigger .play-icon {
  position: absolute;
  z-index: 10;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-text__column.video-modal-trigger .play-icon img {
  width: 100px;
  opacity: 0.8;
}
.media-text + .media-text {
  padding-top: 80px;
}
@media screen and (max-width: 900px) {
  .media-text + .media-text {
    padding-top: 40px;
  }
}

section + .basic-image {
  padding-top: 80px;
}

/* stylelint-disable */
#sage .adhoc-news {
  padding: 80px 0;
}
#sage .adhoc-news.has-bg-color-dark_blue {
  background-color: #0e2b63;
}
#sage .adhoc-news__title {
  font-size: 42px;
  line-height: 48px;
  color: #10B0E6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
#sage .adhoc-news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 340px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #sage .adhoc-news__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#sage .adhoc-news__item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
#sage .adhoc-news__item-link:hover {
  text-decoration: none;
  -webkit-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
}
#sage .adhoc-news__image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 500px;
}
#sage .adhoc-news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage .adhoc-news__content {
  padding: 24px;
  color: white;
}
#sage .adhoc-news__content p + p {
  margin-top: 10px;
}

/** Campaign-specific styles */
/* stylelint-disable */
/**
 * Growing Tomorrow Campaign Styles
 *
 * Temporary campaign-specific style overrides.
 * Apply the "growing-tomorrow" class to any flexible content module
 * to activate these custom styles.
 */
#sage .growing-tomorrow .rounded-button {
  margin-top: 20px !important;
}
#sage .growing-tomorrow .gt-dark-blue-text {
  color: #0E2B63 !important;
}
#sage .growing-tomorrow .gt-medium-blue-text {
  color: #004F9F !important;
}
#sage .growing-tomorrow .gt-light-blue-text {
  color: #10B0E6 !important;
}
#sage .growing-tomorrow .gt-grey-text {
  color: #C6C8CA !important;
}
#sage .growing-tomorrow .gt-red-text {
  color: #EC230E !important;
}
#sage .growing-tomorrow .gt-dark-red-text {
  color: #AE1E23 !important;
}
#sage .growing-tomorrow .gt-gold-text {
  color: #CDB65C !important;
}
#sage .growing-tomorrow.hero .gt-hero-content {
  padding-top: 30px !important;
}
@media screen and (max-width: 900px) {
  #sage .growing-tomorrow.hero {
    margin-bottom: var(--gt-hero-content-height);
  }
  #sage .growing-tomorrow.hero:after {
    content: "";
    display: block;
    height: var(--gt-hero-content-height);
    width: 100%;
    background-color: #0E2B63;
  }
  #sage .growing-tomorrow.hero .rainbow-divider-dynamic {
    bottom: calc(var(--gt-hero-content-height) * -1);
  }
  #sage .growing-tomorrow.hero .container {
    bottom: calc(var(--gt-hero-content-height) * -1);
  }
  #sage .growing-tomorrow.hero .gt-hero-content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  #sage .growing-tomorrow.hero {
    height: 460px !important;
  }
}
#sage .growing-tomorrow.hero .headline-text {
  width: 640px !important;
}
@media screen and (max-width: 1000px) {
  #sage .growing-tomorrow.hero .headline-text {
    width: 100% !important;
    bottom: 50px !important;
  }
}
@media screen and (max-width: 900px) {
  #sage .growing-tomorrow.hero .headline-text {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #sage .growing-tomorrow.hero .headline-text {
    width: 100% !important;
  }
}
#sage .growing-tomorrow.hero h1 {
  color: white !important;
  text-transform: uppercase;
  font-size: 96px !important;
  line-height: 84px !important;
  overflow-wrap: unset !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 900px) {
  #sage .growing-tomorrow.hero h1 {
    font-size: 96px !important;
    line-height: 84px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  #sage .growing-tomorrow.hero h1 {
    font-size: 84px !important;
    line-height: 80px !important;
  }
}
@media screen and (max-width: 600px) {
  #sage .growing-tomorrow.hero h1 {
    font-size: 48px !important;
    line-height: 40px !important;
  }
}
#sage .growing-tomorrow.hero p {
  margin-top: 0 !important;
  color: white !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}
#sage .growing-tomorrow.columns {
  background-color: #EAEBEC;
  padding: 70px 0 60px 0 !important;
}
#sage .growing-tomorrow.columns img {
  max-height: 136px !important;
  margin-bottom: 10px !important;
}
#sage .growing-tomorrow.columns h3 {
  text-transform: uppercase;
  color: #0E2B63 !important;
  font-size: 22px !important;
  line-height: 22px !important;
  margin-bottom: 20px !important;
}
#sage .growing-tomorrow.columns p {
  color: #0E2B63 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}
#sage .growing-tomorrow.columns .grid .column-item {
  -ms-flex-line-pack: start;
      align-content: start;
}
#sage .growing-tomorrow.general-content {
  background-color: #EAEBEC !important;
}
#sage .growing-tomorrow.general-content h2 {
  color: #0E2B63 !important;
  font-size: 43px !important;
  line-height: 45px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
#sage .growing-tomorrow.image-with-general-content {
  background-color: #EAEBEC !important;
}
#sage .growing-tomorrow.image-with-general-content h3 {
  color: #0E2B63 !important;
  font-size: 36px !important;
  line-height: 38px !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 767px) {
  #sage .growing-tomorrow.image-with-general-content h3 {
    text-align: center !important;
  }
}
#sage .growing-tomorrow.image-with-general-content p {
  color: #0E2B63 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #sage .growing-tomorrow.image-with-general-content {
    display: grid;
    grid-template-columns: 1fr;
  }
  #sage .growing-tomorrow.image-with-general-content .image-side {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  #sage .growing-tomorrow.image-with-general-content .content-side {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  #sage .growing-tomorrow.image-with-general-content .rounded-button {
    display: block !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.growing-tomorrow#gt-learn-more {
  padding: 0 !important;
  padding-bottom: 40px !important;
}
.growing-tomorrow#gt-learn-more .rounded-button {
  margin-top: 0 !important;
}

#gt-content-video .inner {
  padding: 0 12rem !important;
}
@media screen and (max-width: 1150px) {
  #gt-content-video .inner {
    padding: 0 6rem !important;
  }
}
@media screen and (max-width: 900px) {
  #gt-content-video .inner {
    padding: 0 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  #gt-content-video .inner {
    padding: 0 !important;
  }
}
#gt-content-video .gt-vimeo {
  max-width: 80% !important;
  aspect-ratio: 16/9 !important;
  margin: 20px auto !important;
}
@media screen and (max-width: 900px) {
  #gt-content-video .gt-vimeo {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  #gt-content-video .gt-vimeo {
    max-width: 100% !important;
    margin: 15px auto !important;
  }
}

/*# sourceMappingURL=main.css.map*/