: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;
}

@font-face {
  font-family: "Aeroport";
  src: url("https://www.reynoldsamerican.com/wp-content/themes/Reynolds/fonts/Aeroport.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Aeroport";
  src: url("https://www.reynoldsamerican.com/wp-content/themes/Reynolds/fonts/Aeroport-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Aeroport";
  src: url("https://www.reynoldsamerican.com/wp-content/themes/Reynolds/fonts/Aeroport-Bold.woff2") format("woff2");
  font-weight: 700;
}
/* stylelint-disable */
@media screen and (max-width: 900px) {
  .desktop {
    display: none;
  }
}

.hidden {
  position: absolute;
  left: -200vw;
}

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

.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(#3c3b45));
  background: -webkit-linear-gradient(top, rgba(119, 117, 137, 0), #3c3b45);
  background: -o-linear-gradient(top, rgba(119, 117, 137, 0), #3c3b45);
  background: linear-gradient(180deg, rgba(119, 117, 137, 0), #3c3b45);
}
.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 .environment .content,
#sage .health .content,
#sage .governance .content,
#sage .social .content {
  position: relative;
}
#sage .environment .content .container,
#sage .health .content .container,
#sage .governance .content .container,
#sage .social .content .container {
  width: min(1550px, 90%);
  padding-left: 334px;
}
@media screen and (max-width: 900px) {
  #sage .environment .content .container,
#sage .health .content .container,
#sage .governance .content .container,
#sage .social .content .container {
    padding: 0;
  }
}
#sage .environment .content .general-content:first-of-type,
#sage .health .content .general-content:first-of-type,
#sage .governance .content .general-content:first-of-type,
#sage .social .content .general-content:first-of-type {
  padding: 75px 0 50px 0;
}
@media screen and (max-width: 900px) {
  #sage .environment .content .general-content:first-of-type,
#sage .health .content .general-content:first-of-type,
#sage .governance .content .general-content:first-of-type,
#sage .social .content .general-content:first-of-type {
    padding-top: 50px;
  }
}
#sage h1,
#sage .headingone {
  font-size: 2.3125rem;
  font-size: clamp(2.3125rem, 1.9700413223rem + 1.4049586777vw, 3.375rem);
  line-height: 1.08823529;
}
#sage h1 sup,
#sage .headingone sup {
  font-size: 0.3em;
  position: relative;
  bottom: 13px;
}
#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] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
}
#sage [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;
}
#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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* stylelint-disable */
#sage header.main-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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 li:first-of-type::after {
  content: "|";
  position: relative;
  left: 7px;
  padding-right: 5px;
}
#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: 2.5rem 0;
  background-color: white;
}
#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 .search-container {
  cursor: pointer;
}
#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;
}
#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: 10.4rem;
    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 .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;
  }
  #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;
}
#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%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: clamp(1rem, 0.4428571429rem + 2.2857142857vw, 2.5rem);
}
#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 .resource-meta * {
  color: #777589 !important;
}
#sage .resources .posts-container .inner .posts-resources .resource-excerpt {
  margin-top: 0.625rem;
}

/* 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 header.post-header {
  position: relative;
  min-height: 400px;
  isolation: isolate;
  color: white;
  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 {
  margin-top: 20px;
  color: #0d0d0d;
  text-align: center;
}
#sage .single .entry-content {
  padding: 2rem 0;
}
#sage .single .entry-content > * + * {
  margin-top: 1em;
}

/* stylelint-disable */
#sage .video-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}
#sage .video-hero .inner {
  position: absolute;
  bottom: 3.75rem;
  color: white;
}
#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 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@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;
}

/* stylelint-disable */
#sage .video-panel {
  min-height: 600px;
  position: relative;
  display: grid;
  place-items: flex-end;
  color: var(--text-color, white);
}
#sage .video-panel[data-video] {
  cursor: pointer;
}
#sage .video-panel[data-video] .play-icon {
  margin: 0 auto;
}
#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;
  }
}
#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;
}

/* 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 .grid {
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: repeat(auto-fit, minmax(0, 289px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sage .columns .grid .column-item {
  display: grid;
  place-items: center;
  text-align: center;
}
#sage .columns .grid .column-item h3 {
  color: #d6bf5f;
}
#sage .columns .grid .column-item p {
  opacity: 0.5;
}

/* 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 .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: rgba(14, 42, 98, 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;
  }
}
#sage .grid-section .rainbow-divider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 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: rgba(14, 42, 98, 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 .container .inner[half] {
  width: min(768px, 100%);
  margin: 0 auto;
}
#sage .general-content .container .inner > * + * {
  margin-top: 1.5rem;
}
#sage .general-content .container .inner h2 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.9428571429rem + 2.2857142857vw, 3rem);
  line-height: 1;
}
#sage .general-content .container .inner p,
#sage .general-content .container .inner li {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8607142857rem + 0.5714285714vw, 1.375rem);
  color: #777589;
}
#sage .general-content .container .inner p strong,
#sage .general-content .container .inner li strong {
  color: var(--clr-brand);
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  #sage .general-content .container .inner p,
#sage .general-content .container .inner li {
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (max-width: 900px) {
  #sage .general-content .container .inner p,
#sage .general-content .container .inner li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}
#sage .general-content .rainbow-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@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;
  margin: 10px 15px;
}
#sage #our-external-recognition .image-container img:first-of-type,
#sage #di-our-external-recognition .image-container img:first-of-type {
  margin-left: 0;
}
#sage #our-external-recognition .image-container img:last-of-type,
#sage #di-our-external-recognition .image-container img:last-of-type {
  margin-right: 0;
}
@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 {
  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 {
    -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 {
  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 {
    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 {
    margin-bottom: 40px;
  }
}
#sage #fostering-inclusion .chart-row .chart-column .pie-animation,
#sage #di-fostering-inclusion .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 {
  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 {
    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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@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;
  margin: 20px 50px;
}
#sage #our-employee-community .diversity-logos-row .image-group:first-of-type,
#sage #amplifying-diversity .diversity-logos-row .image-group:first-of-type {
  margin-left: 0;
}
#sage #our-employee-community .diversity-logos-row .image-group:last-of-type,
#sage #amplifying-diversity .diversity-logos-row .image-group:last-of-type {
  margin-right: 0;
}
#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;
}
#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 #employee-benefits-headline {
  background-color: #f2f6fa;
  padding-bottom: 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;
}

/* 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;
}
#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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.875rem;
  gap: 2.0625rem;
}
#sage .leadership-section .modal-box-container .modal-box .top-content .thumb img {
  width: 270px;
}
#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 > * + * {
  margin-top: 1rem;
}
#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 .rainbow-divider {
  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 .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;
  }
}

#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: 175px;
}
@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.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: 20px;
  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;
}

/* 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;
}

/* 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 .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;
}
#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;
  }
}
#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: 1300px) {
  #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: 1300px) {
  #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: 1300px) {
  #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: 1300px) {
  #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 {
  background-color: #fff;
  padding: 75px 0 0 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;
  color: #0e2b63;
  letter-spacing: -2.24px;
  margin-bottom: 75px;
}
@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 {
  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:hover {
  color: #e72582;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-information .row .column .content a {
    font-size: 24px;
    padding: 7px 22px 11px 22px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information .row .column .content a {
    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 .cta {
  color: #004f9f;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.52px;
  max-width: 450px;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  #sage .esg-science-information .row .column .cta {
    font-size: 20px;
    line-height: 27px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information .row .column .cta {
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 22px;
    margin: 20px 0;
    max-width: 70%;
  }
}
#sage .esg-science-information .row .column .cta svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
}
@media screen and (max-width: 900px) {
  #sage .esg-science-information .row .column .cta svg {
    width: 80px;
    height: 80px;
  }
}
#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;
}
@media screen and (max-width: 1200px) {
  #sage .water-stewardship {
    padding: 50px 0;
  }
}
#sage .water-stewardship .esg-page-headline {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #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;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #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: 1200px) {
  #sage .water-stewardship .row .column {
    width: 100%;
  }
}
#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: 1200px) {
  #sage .water-stewardship .row .column p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}
#sage .water-stewardship .row .column .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;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #sage .water-stewardship .row .column .inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .water-stewardship .row .column .inner-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: 1200px) {
  #sage .water-stewardship .row .column .inner-row .inner-column {
    width: 100%;
  }
}
#sage .water-stewardship .row .column .inner-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 .row .column .inner-row .inner-column h4 {
    font-size: 40px;
    line-height: 45px;
  }
}
#sage .water-stewardship .row .column .inner-row .inner-column a {
  color: #0e2b63;
  font-weight: 700;
}
#sage .water-stewardship .row .column .inner-row .inner-column p {
  color: #0e2b63;
  font-size: 18px;
  line-height: 20px;
}
#sage .water-stewardship .row .column .inner-row .inner-column p span {
  font-weight: 700;
}
#sage .water-stewardship .row .column .disclaimer {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #777589;
  display: block;
}
#sage .water-stewardship .row .column-2 .mobile-shower-animation {
  display: none;
}
@media screen and (max-width: 1200px) {
  #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: 55%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 661px;
}
@media screen and (max-width: 1700px) {
  #sage .water-stewardship .shower-animation {
    width: 550px;
    top: 55%;
  }
}
@media screen and (max-width: 1400px) {
  #sage .water-stewardship .shower-animation {
    width: 450px;
    top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  #sage .water-stewardship .shower-animation {
    display: none;
  }
}

#sage .esg-3-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 .esg-3-columns .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sage .esg-3-columns .row .column {
  width: calc(33% - 10px);
  padding: 20px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns .row .column {
    width: 100%;
  }
}
#sage .esg-3-columns .row .column h3 {
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -2.8px;
  color: #50af47;
  margin-bottom: 15px;
  font-weight: 400;
}
#sage .esg-3-columns .row .column p {
  font-size: 18px;
  line-height: 24px;
  color: #0e2b63;
}
#sage .esg-3-columns .row .column.column-featured {
  background-color: #50af47;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sage .esg-3-columns .row .column.column-featured h3 {
  color: #fff;
  text-align: center;
  font-weight: 500;
}
#sage .esg-3-columns .row .column.column-featured h4 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-weight: 400;
}
#sage .esg-3-columns .row .column.column-featured h4 span {
  font-size: 42px;
  letter-spacing: -0.84px;
  font-weight: 700;
}
#sage .esg-3-columns .disclaimer {
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #777589;
  display: block;
  margin-top: 85px;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #sage .esg-3-columns .disclaimer {
    margin-top: 50px;
    font-size: 10px !important;
    letter-spacing: -0.2px;
  }
}

#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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
@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 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: 60px;
  color: #50af47;
  letter-spacing: -2px;
}
@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;
    line-height: 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(#3c3b45));
  background: -webkit-linear-gradient(top, rgba(119, 117, 137, 0), #3c3b45);
  background: -o-linear-gradient(top, rgba(119, 117, 137, 0), #3c3b45);
  background: linear-gradient(180deg, rgba(119, 117, 137, 0), #3c3b45);
}
#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;
}

/* 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 {
  -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 #0066cc;
  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 {
  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 {
    font-size: 18px;
    line-height: 22px;
  }
}
#sage .tabbed-data .tab-panels pb,
#sage .tabbed-data .tab-panels spanb {
  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;
}

/* 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: 20px;
  }
}
#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-vertical-accordion {
  background-color: #f3f4f7;
  padding-bottom: 50px;
}
#sage .youth-access-prevention .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 .youth-access-prevention .yap-vertical-accordion .accordion-title-bar:before {
  content: "";
  height: 3px;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  top: 0;
}
#sage .youth-access-prevention .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 .youth-access-prevention .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 .youth-access-prevention .yap-vertical-accordion .accordion-title-bar h4 {
    font-size: 16px;
    line-height: 17px;
  }
}
#sage .youth-access-prevention .yap-vertical-accordion .accordion-title-bar .animated-circle {
  -webkit-transform: scale 65%;
       -o-transform: scale 65%;
          transform: scale 65%;
}
#sage .youth-access-prevention .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 .youth-access-prevention .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 .youth-access-prevention .yap-vertical-accordion .accordion-title-bar .animated-circle .opened {
  opacity: 1;
}
#sage .youth-access-prevention .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 .youth-access-prevention .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 .youth-access-prevention .yap-vertical-accordion .accordion-title-bar .animated-circle .circle-plus {
  font-size: 1em;
  opacity: 0.7;
}
#sage .youth-access-prevention .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 .youth-access-prevention .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 .youth-access-prevention .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 .youth-access-prevention .yap-vertical-accordion .accordion-content {
  display: none;
  padding: 20px 0 40px 20px;
}
#sage .youth-access-prevention .yap-vertical-accordion .accordion-content p,
#sage .youth-access-prevention .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 .youth-access-prevention .yap-vertical-accordion .accordion-content p,
#sage .youth-access-prevention .yap-vertical-accordion .accordion-content li {
    font-size: 14px;
    line-height: 20px;
  }
}
#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;
  }
}

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