@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap';
@keyframes favorite-throb {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.5);
  }
  75% {
    transform: scale(1.75);
  }
  100% {
    transform: scale(1);
  }
}
footer.page-footer {
  color: #000000;
  font-family: "sofia-pro", Helvetica, Arial, serif;
  font-weight: 400;
  padding-top: 65px;
  padding-bottom: 90px;
  font-size: 0.75rem;
  background-color: #f5efe4;
}
footer.page-footer .logo img {
  margin-top: 0.25em;
  height: 30px;
  width: auto;
}
footer.page-footer .logo .logo-tagline {
  font-size: 0.875rem;
}
footer.page-footer a {
  color: inherit;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.875rem;
}
footer.page-footer h4 {
  font-size: 20px;
  margin: 0 0 0.5em 0;
  font-weight: 600;
}
footer.page-footer nav.contents {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  padding: 0 4.2rem;
}
footer.page-footer nav.contents .downloads img {
  width: 12em;
  margin-bottom: 5px;
}
footer.page-footer nav.contents .company-assets {
  flex-direction: column;
}
footer.page-footer nav.contents .social {
  display: flex;
  gap: 15px;
  margin-top: 12px;
}
footer.page-footer nav.contents div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer.page-footer nav.toc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  font-size: 12px;
  padding: 0 4.2rem;
  margin-top: 38px;
}
footer.page-footer nav.toc nav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
footer.page-footer nav.toc .legal a {
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  footer.page-footer nav.contents {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer.page-footer nav.contents .company-assets {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer.page-footer nav.contents a.logo {
    flex: 1 0 100%;
    width: 100%;
  }
  footer.page-footer nav.contents div {
    margin-bottom: 25px;
    gap: 10px;
  }
  footer.page-footer nav.toc {
    padding: 0px 2rem;
  }
}
@media only screen and (max-width: 525px) {
  footer.page-footer nav.toc {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer.page-footer nav.toc nav {
    justify-content: center;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .page-footer {
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav {
  visibility: visible;
  transition-delay: 0s;
  height: auto;
  opacity: 1;
  position: absolute; /* switched to fixed to resolve Safari rendering issues on iOS */
  transform: translate3d(0, 0, 0);
  z-index: 5000;
  top: 35px;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav * {
  visibility: initial;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in div.hamburger {
  z-index: 5001;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile {
  transform: translateX(-180px);
  transition-delay: 0.25s;
  z-index: 5001;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile span {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.75s;
}

html.with-hamburger-menu-open header.page-header nav.user.logged-out > nav {
  visibility: visible;
  transition-delay: 0s;
  height: auto;
  opacity: 1;
  position: absolute; /* switched to fixed to resolve Safari rendering issues on iOS */
  transform: translate3d(0, 0, 0);
  z-index: 5000;
  top: 100px;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-out > nav * {
  visibility: initial;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-out div.hamburger {
  z-index: 5001;
}

html header.page-header {
  /*  overflow-x: clip;  */
}
html header.page-header nav.user {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

html.with-login header.page-header nav.user.logged-in {
  display: flex;
  opacity: 1;
  visibility: visible;
}
html.with-login header.page-header nav.user.logged-out {
  display: none;
}

html.without-login header.page-header nav.user.logged-in {
  display: none;
}
html.without-login header.page-header nav.user.logged-out {
  display: none;
}
@media screen and (max-width: 768px) {
  html.without-login header.page-header nav.user.logged-out {
    display: flex;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  html.without-login header.page-header nav.user.logged-out {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 360px) {
  html.without-login header.page-header nav.user.logged-out {
    justify-content: left;
  }
}

@media only screen and (max-width: 1330px) {
  html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav {
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
    box-shadow: 0 0 5px 1px #cccccc;
    top: 0;
    padding-top: 130px;
  }
  html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav::before {
    height: 110px;
  }
  html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile {
    transform: translateX(calc(-185px + 2.5vw));
    transition-delay: 0.25s;
  }
  html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile span {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.75s;
  }
  header.page-header nav.user.logged-in > nav {
    height: fit-content !important;
    transform: translateX(calc(100% + 2.5vw));
    opacity: 1;
    right: -2.5vw !important;
  }
}
header.page-header nav.user.logged-in {
  display: none;
}
header.page-header nav.user.logged-in > nav {
  opacity: 0;
}
header.page-header div.hamburger {
  z-index: 10;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 40px;
  padding: 10px;
  gap: 5px;
  align-items: center;
}
header.page-header div.hamburger input[type=checkbox] {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
header.page-header div.hamburger input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform: rotate(-45deg);
}
header.page-header div.hamburger input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform: scaleX(0);
}
header.page-header div.hamburger input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform: rotate(45deg);
}
header.page-header div.hamburger span {
  display: block;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  border-radius: 1px;
  transition: all 0.5s ease-in-out;
  transform-origin: 100% 50%;
  transform: scaleX(1) translateX(0);
}
header.page-header nav.user.logged-out {
  gap: 20px;
}
header.page-header nav.user.logged-in {
  height: 100%;
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
header.page-header nav.user.logged-in button.profile {
  outline: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
  z-index: 10;
  transform: translateX(0);
  transition: transform 0.5s;
  transition-delay: 0s;
  background-image: url("/images/no-user.png");
}
header.page-header nav.user.logged-in button.profile > span {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block;
  white-space: nowrap;
  z-index: 9;
  color: #000000;
  top: 10px;
  left: 50px;
  font-size: 16px;
  transition: all 0.5s;
  transition-delay: 0s;
}
header.page-header nav.user.logged-in > nav {
  visibility: hidden;
  opacity: 0;
  /* overflow-y: auto; */
  display: flex;
  flex-direction: column;
  min-width: 315px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -15px;
  background-color: #E9EEF3;
  gap: 12px;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.5s;
  padding: 92px 12px 12px 12px;
  align-items: stretch;
}
header.page-header nav.user.logged-in > nav:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
}
header.page-header nav.user.logged-in > nav * {
  visibility: hidden;
}
header.page-header nav.user.logged-in > nav a {
  display: block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
header.page-header nav.user.logged-in > nav a:hover {
  background-color: white;
}
header.page-header nav.user.logged-in > nav button.logout {
  margin: 0px;
  font-size: 16px;
  line-height: 2.8em;
  font-weight: 300;
}
header.page-header nav.user.logged-out {
  height: 100%;
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
header.page-header nav.user.logged-out > nav {
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  min-width: 315px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -15px;
  background-color: #E9EEF3;
  gap: 12px;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.5s;
  padding: 12px 12px 12px 12px;
  align-items: stretch;
}
header.page-header nav.user.logged-out > nav * {
  visibility: hidden;
}
header.page-header nav.user.logged-out > nav a {
  display: block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
header.page-header nav.user.logged-out > nav a:hover {
  background-color: white;
}
header.page-header nav.user.logged-out > nav button.logout {
  margin: 0px;
  font-size: 16px;
  line-height: 2.8em;
  font-weight: 300;
}

body > nav.subnav {
  font-family: "sofia-pro";
  font-weight: 300;
  font-size: 15px;
  height: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  color: black;
  background-color: #f5f5f5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body > nav.subnav .limited-width {
  display: flex;
  gap: 5px;
  overflow: hidden;
}
body > nav.subnav a {
  text-decoration: none;
  white-space: nowrap;
}
body > nav.subnav a:last-child {
  color: #10C44F;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
body > nav.subnav a:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: -1px;
  margin-left: 5px;
  background-image: url("/images/keyboard-arrow-right.svg");
  background-size: 100%;
  width: 16px;
  height: 16px;
  background-size: contain;
}

header.page-header {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  user-select: none;
  background-color: white;
  font-family: "sofia-pro";
  font-weight: 300;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  font-weight: 500;
  color: #000000;
  min-height: 150px;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.5019607843);
}
@media only screen and (max-width: 768px) {
  header.page-header {
    min-height: 90px;
  }
}
header.page-header nav {
  align-items: center;
}
header.page-header nav > .menu {
  display: grid;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
}
@media (hover) {
  header.page-header nav > .menu:hover .hoverable:after {
    visibility: visible;
  }
}
header.page-header nav .pos-relative {
  position: relative;
}
header.page-header a {
  text-decoration: none;
}
header.page-header a.search {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 20px;
  text-align: center;
  background-image: url("/images/search-dark.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
header.page-header .nav-bar-item {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
header.page-header .nav-bar-item.hoverable {
  position: relative;
  height: 100%;
  display: grid;
  align-items: center;
}
header.page-header .nav-bar-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 54px;
  height: 3px;
  left: 20px;
  right: 20px;
  background-color: #10C44F;
  visibility: hidden;
}
@media (hover) {
  header.page-header .nav-bar-item:hover:after {
    visibility: visible;
  }
}
header.page-header nav.top-level {
  font-size: 16.76px;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
header.page-header nav.top-level > nav {
  height: 100%;
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}
@media only screen and (max-width: 768px) {
  header.page-header nav.top-level {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  header.page-header nav.top-level nav.home a.logo img {
    width: 110px !important;
  }
  header.page-header nav.top-level nav.home a.logo:after {
    height: 25px !important;
  }
  header.page-header nav.top-level nav.home a.business-unit {
    font-size: 22px !important;
    top: -2px !important;
  }
  header.page-header nav.top-level nav.main {
    border-top: 1px solid #eee;
    grid-row: 2;
    grid-column: 1/span 2;
    justify-content: left;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    height: 50px;
    grid-template-columns: auto auto auto 1fr;
    overflow: auto;
    display: none;
  }
  header.page-header nav.top-level nav.main .nav-bar-item {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header.page-header nav.top-level nav.main .nav-bar-item:first-child {
    padding-left: 5px;
  }
  header.page-header nav.top-level nav.main .nav-bar-item:first-child:after {
    left: 5px;
  }
  header.page-header nav.top-level nav.main .nav-bar-item:after {
    left: 15px;
    right: 15px;
    bottom: 0;
  }
  header.page-header nav.top-level nav.main a.search {
    justify-self: end;
    display: block;
    align-self: center;
    padding-right: 0;
    margin-right: 0;
  }
  header.page-header nav.top-level nav.user {
    gap: 10px;
  }
  header.page-header nav.top-level a.search {
    margin: 0 10px;
  }
  header.page-header nav.top-level nav.right a.search {
    /* display: none; */
  }
}
@media only screen and (max-width: 414px) {
  header.page-header nav.top-level {
    font-size: 14px;
  }
  header.page-header nav.top-level nav.main .nav-bar-item {
    font-size: 13px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 360px) {
  header.page-header nav.top-level {
    font-size: 13px;
  }
  header.page-header nav.top-level nav.main .nav-bar-item {
    font-size: 12px;
    padding-right: 0;
  }
}
header.page-header nav.top-level nav.home {
  height: 150px !important;
  display: flex;
}
@media only screen and (max-width: 768px) {
  header.page-header nav.top-level nav.home {
    height: 90px !important;
  }
}
@media only screen and (max-width: 414px) {
  header.page-header nav.top-level nav.home {
    height: 70px !important;
  }
}
@media only screen and (max-width: 360px) {
  header.page-header nav.top-level nav.home {
    height: 60px !important;
  }
}
header.page-header nav.top-level nav.home a.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
header.page-header nav.top-level nav.home a.logo img {
  max-height: 56px;
  max-width: 200px;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  top: 2px;
}
@media only screen and (max-width: 414px) {
  header.page-header nav.top-level nav.home a.logo img {
    width: 100px !important;
  }
}
@media only screen and (max-width: 360px) {
  header.page-header nav.top-level nav.home a.logo img {
    width: 85px !important;
  }
}
header.page-header nav.top-level nav.home a.logo:after {
  content: "";
  background-color: #949597;
  display: none;
  width: 1px;
  height: 32px;
  margin: 0 16px;
}
@media only screen and (max-width: 414px) {
  header.page-header nav.top-level nav.home a.logo:after {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 360px) {
  header.page-header nav.top-level nav.home a.logo:after {
    height: 18px !important;
  }
}
header.page-header nav.top-level nav.home a.business-unit {
  font-size: 30px;
  font-weight: 400;
  color: #10C44F;
  position: relative;
  top: -3px;
  font-family: Montserrat;
}
@media only screen and (max-width: 414px) {
  header.page-header nav.top-level nav.home a.business-unit {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 360px) {
  header.page-header nav.top-level nav.home a.business-unit {
    font-size: 17px !important;
    top: -1px !important;
  }
}
header.page-header nav.main {
  justify-content: center;
  gap: 0px;
  margin-left: 20px;
  align-items: stretch;
}
header.page-header nav.main a.search {
  display: none;
}
header.page-header .button {
  color: #414F5C;
  background-color: #999;
  display: inline-block;
  line-height: 2.5em;
  text-decoration: none;
  padding: 0 1.5em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 55px;
  font-weight: 500;
}
@media only screen and (max-width: 414px) {
  header.page-header .button {
    padding: 0 1em;
  }
}
header.page-header .button.action {
  background-color: #10C44F;
  color: white;
  font-size: 14px;
}
@media only screen and (max-width: 425px) {
  header.page-header .button.action {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  header.page-header .button.action {
    font-size: 12px;
  }
}
header.page-header a {
  display: block;
  text-decoration: inherit;
  color: inherit;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
header.page-header a.login {
  padding: 0 0.5em;
  line-height: 3em;
}
header.page-header .menu.open > nav.drop-down, header.page-header .menu.pinned > nav.drop-down {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-delay: 0.25s;
}
header.page-header .menu.open > .hoverable:after, header.page-header .menu.pinned > .hoverable:after {
  visibility: visible;
}
header.page-header nav.drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  z-index: 2000;
  background-color: #E9EEF3;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.25s;
  transition-delay: 0s;
  overflow: hidden;
}
header.page-header nav.drop-down > .limited-width {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 50px 0;
  gap: 50px;
  align-items: top;
}
header.page-header nav.drop-down .panel h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
header.page-header nav.drop-down .panel .subtitle {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.65;
  font-weight: 400;
}
header.page-header nav.drop-down nav.choices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 20px 32px;
  align-items: stretch;
}
header.page-header nav.drop-down nav.choices > a {
  white-space: normal;
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  align-items: center;
  justify-content: left;
  padding: 6px 40px;
  min-height: 60px;
  line-height: 26px;
  border-radius: 3px;
}
@media (hover) {
  header.page-header nav.drop-down nav.choices > a:hover {
    background-color: rgb(255, 255, 255);
  }
}
header.page-header nav.drop-down.initiatives > .limited-width {
  grid-template-columns: 1fr;
  gap: 30px;
}
header.page-header nav.drop-down.initiatives .panel h3 {
  margin: 0 0 0.25em 0;
}
header.page-header nav.drop-down.initiatives nav.choices {
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  align-items: center;
}
header.page-header nav.drop-down.initiatives nav.choices > a {
  width: 100%;
  position: relative;
  padding: 0;
  aspect-ratio: 1/1;
  display: grid;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  border-radius: 4px;
}
header.page-header nav.drop-down.initiatives nav.choices > a .title {
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  padding: 20px 10px 5px 10px;
  width: 100%;
  color: white;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
@media only screen and (max-width: 768px) {
  header.page-header nav.drop-down.initiatives nav.choices > a .title {
    padding: 20px 10px 10px 10px;
    line-height: 18px;
  }
}
header.page-header nav.drop-down.initiatives nav.choices > a .thumbnail {
  position: relative;
}
header.page-header nav.drop-down.initiatives nav.choices > a .thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  header.page-header nav.drop-down {
    max-height: calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
    padding-bottom: 60px;
  }
  header.page-header nav.drop-down > .limited-width {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  header.page-header nav.drop-down nav.choices {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  header.page-header nav.drop-down nav.choices > a {
    padding: 10px 20px;
  }
  header.page-header nav.drop-down .panel h3 {
    margin-bottom: 0.25em;
    font-size: 30px;
  }
  header.page-header nav.drop-down .panel .subtitle {
    font-size: 18px;
    line-height: 150%;
  }
  header.page-header nav.drop-down.initiatives nav.choices {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 425px) {
  header.page-header nav.drop-down.initiatives nav.choices {
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
header.page-header nav.drop-down-community {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 250px;
  visibility: hidden;
  pointer-events: none;
  z-index: 2000;
  background-color: #E9EEF3;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.25s;
  transition-delay: 0s;
  overflow: hidden;
}
header.page-header nav.drop-down-community > .limited-width {
  display: grid;
  grid-template-columns: 1fr;
  padding: 50px 0;
  gap: 50px;
  align-items: top;
}
header.page-header nav.drop-down-community .panel h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
header.page-header nav.drop-down-community .panel .subtitle {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.65;
  font-weight: 400;
}
header.page-header nav.drop-down-community nav.choices {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 20px 32px;
  align-items: stretch;
}
header.page-header nav.drop-down-community nav.choices > a {
  white-space: normal;
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  align-items: center;
  justify-content: left;
  padding: 6px 40px;
  min-height: 60px;
  line-height: 26px;
  border-radius: 3px;
}
@media (hover) {
  header.page-header nav.drop-down-community nav.choices > a:hover {
    background-color: rgb(255, 255, 255);
  }
}
header.page-header nav.drop-down-community.initiatives > .limited-width {
  grid-template-columns: 1fr;
  gap: 30px;
}
header.page-header nav.drop-down-community.initiatives .panel h3 {
  margin: 0 0 0.25em 0;
}
header.page-header nav.drop-down-community.initiatives nav.choices {
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  align-items: center;
}
header.page-header nav.drop-down-community.initiatives nav.choices > a {
  width: 100%;
  position: relative;
  padding: 0;
  aspect-ratio: 1/1;
  display: grid;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  border-radius: 4px;
}
header.page-header nav.drop-down-community.initiatives nav.choices > a .title {
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  padding: 20px 10px 5px 10px;
  width: 100%;
  color: white;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
@media only screen and (max-width: 768px) {
  header.page-header nav.drop-down-community.initiatives nav.choices > a .title {
    padding: 20px 10px 10px 10px;
    line-height: 18px;
  }
}
header.page-header nav.drop-down-community.initiatives nav.choices > a .thumbnail {
  position: relative;
}
header.page-header nav.drop-down-community.initiatives nav.choices > a .thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  header.page-header nav.drop-down-community {
    max-height: calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
    padding-bottom: 60px;
  }
  header.page-header nav.drop-down-community > .limited-width {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  header.page-header nav.drop-down-community nav.choices {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  header.page-header nav.drop-down-community nav.choices > a {
    padding: 10px 20px;
  }
  header.page-header nav.drop-down-community .panel h3 {
    margin-bottom: 0.25em;
    font-size: 30px;
  }
  header.page-header nav.drop-down-community .panel .subtitle {
    font-size: 18px;
    line-height: 150%;
  }
  header.page-header nav.drop-down-community.initiatives nav.choices {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 425px) {
  header.page-header nav.drop-down-community.initiatives nav.choices {
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

html.minimized-nav:not(.with-menu-open, .with-hamburger-menu-open) .page-header:not(:hover) {
  transform: translateY(-100%);
}

.d-none {
  display: none;
}

.donate-link {
  color: #10C44F !important;
}

.nav-donate-container {
  display: flex;
  gap: 1rem;
  margin-right: 1rem;
  justify-content: end;
}

.getInvolved {
  display: block;
}
@media screen and (max-width: 768px) {
  .getInvolved {
    display: none !important;
  }
}

.getinvolved-nav {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .getinvolved-nav {
    display: flex !important;
  }
}

.discover-nav {
  display: flex;
  justify-content: space-between;
  background: white;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #c3c3c3;
}
.discover-nav .rotate-180 {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.discover-nav .rotate-0 {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.discover-item-hide {
  display: none;
}

.discover-item-show {
  display: block;
}

.md-nav-item {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .md-nav-item {
    display: block !important;
  }
}

.breadcrumb {
  position: fixed;
  top: 150px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    top: 90px;
  }
}

@font-face {
  font-family: "collective";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(https://static-living.roundglass.com/assets/fonts/collective/collective.woff2) format("woff2");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "collective";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lotus:before {
  content: "\e800";
}

.icon-location:before {
  content: "\e801";
}

.icon-peoples:before {
  content: "\e802";
}

.icon-facebook:before {
  content: "\e803";
}

.icon-heart:before {
  content: "\e804";
}

.icon-collective-black:before {
  content: "\e805";
}

.icon-twitter-share:before {
  content: "";
  background: url("https://res.cloudinary.com/roundglass/image/upload/v1719375978/rg/collective/assets/images/newtwittericon.png");
  background-size: contain;
  background-position: center;
  height: 24px;
  background-repeat: no-repeat;
}

.icon-linkedin-share:before {
  content: "\e807";
}

.icon-fb-share:before {
  content: "\e808";
}

.icon-program:before {
  content: "\e809";
}

.icon-twitter:before {
  background: url("/images/X-1.png");
  background-size: contain;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
  content: "";
}

.icon-photo:before {
  content: "\e80b";
}

.icon-nutrition:before {
  content: "\e80c";
}

.icon-notification:before {
  content: "\e80d";
}

.icon-method:before {
  content: "\e80e";
}

.icon-lessons:before {
  content: "\e80f";
}

.icon-media:before {
  content: "\e810";
}

.icon-ingredients:before {
  content: "\e811";
}

.icon-camera:before {
  content: "\e812";
}

.icon-pin:before {
  content: "\e813";
}

.icon-vimeo:before {
  content: "\e814";
}

.icon-zoom-in:before {
  content: "\e815";
}

.icon-zoom-out:before {
  content: "\e816";
}

.icon-picture:before {
  content: "\e817";
}

.icon-pinterest:before {
  content: "\e818";
}

.icon-fab-linkedin:before {
  content: "\e819";
}

.icon-globe:before {
  content: "\e80b";
}

.icon-fab-facebook:before {
  content: "\e81a";
}

.icon-fab-google:before {
  content: "\e81b";
}

.icon-discussion:before {
  content: "\e81c";
}

.icon-back_arrow:before {
  content: "\e81d";
}

.icon-instagram_color:before {
  content: "\e81e";
}

.icon-chevro-down:before {
  content: "\e81f";
}

.icon-chevron-left:before {
  content: "\e820";
}

.icon-chevron-right:before {
  content: "\e821";
}

.icon-chevron-up:before {
  content: "\e822";
}

.icon-triangle-down:before {
  content: "\e823";
}

.icon-compass:before {
  content: "\e824";
}

.icon-comment:before {
  content: "\e825";
}

.icon-calendar:before {
  content: "\e826";
}

.icon-triangle-left:before {
  content: "\e827";
}

.icon-triangle-right:before {
  content: "\e828";
}

.icon-triangle-up:before {
  content: "\e829";
}

.icon-medium:before {
  content: "\e836";
}

.icon-mail-alt:before {
  content: "\f0e0";
}

.icon-upload-cloud:before {
  content: "\f0ee";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-apple:before {
  content: "\f179";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-soundcloud:before {
  content: "\f348";
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * aktiv-grotesk:
 *   - http://typekit.com/eulas/000000000000000077359d4f
 *   - http://typekit.com/eulas/000000000000000077359d51
 *   - http://typekit.com/eulas/000000000000000077359d55
 *   - http://typekit.com/eulas/000000000000000077359d58
 *   - http://typekit.com/eulas/000000000000000077359d5a
 *   - http://typekit.com/eulas/000000000000000077359d5e
 * proxima-nova:
 *   - http://typekit.com/eulas/00000000000000007735e603
 *   - http://typekit.com/eulas/00000000000000007735e604
 *   - http://typekit.com/eulas/00000000000000007735e60d
 *   - http://typekit.com/eulas/00000000000000007735e619
 *   - http://typekit.com/eulas/00000000000000007735e609
 *   - http://typekit.com/eulas/00000000000000007735e616
 *   - http://typekit.com/eulas/00000000000000007735e606
 *   - http://typekit.com/eulas/00000000000000007735e607
 *   - http://typekit.com/eulas/00000000000000007735e605
 *   - http://typekit.com/eulas/00000000000000007735e60e
 *
 * © 2009-2023 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2023-03-30 00:12:10 UTC"}*/
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
.tk-proxima-nova {
  font-family: "proxima-nova", sans-serif;
}

.tk-aktiv-grotesk {
  font-family: "aktiv-grotesk", sans-serif;
}

/**
 * Variables: Borders
**/
/**
* Variables: Colors
*/
/**
* - Common Mixins
**/
/*
   Typo Variables
*/
/**
* Font-sizes
**/
/**
* Other font sizes
**/
/**
* Font-weight
**/
/**
* Font-style
**/
/**
* Letter Spacing
*/
/**
* Line Height
*/
/*=============== Global Responsive on SGS Framework ===================*/
/*======================== Border width/style/color Handler ===================================*/
/*================= Flex Grow Handler ======================*/
/*================ Spacing Mixin =======================*/
/*================ PlaceHolder Handler =======================*/
/*================== Font Typo Primary =============*/
/*================== Secondary Typo Primary =============*/
/*============== Display Position ================*/
/*================= Line Clamps =============*/
/*========== With and Max width ===========*/
* {
  box-sizing: border-box;
}

html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
}

body {
  max-width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
body > header, body > footer {
  flex: 0 0 auto;
}
body > main {
  flex: 1 0 100%;
  position: relative;
  margin-top: 175px; /* fix small antialiasing bug in safari, where a while line would appear between the header and content */
}
body > main.deepdive-listing {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  body > main {
    margin-top: 100px;
  }
}

a {
  color: inherit;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.limited-width {
  max-width: 1260px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1680px) {
  .limited-width {
    max-width: 1636px;
  }
}

.position-absolute {
  position: absolute;
}

.featured-video .featured-cards {
  width: 100%;
  top: 55%;
}

button.standard, .button.standard {
  color: white;
  background-color: #999;
  display: inline-block;
  line-height: 2.5em;
  text-decoration: none;
  padding: 0 1.5em;
  white-space: nowrap;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}
button.standard.action, .button.standard.action {
  background-color: #10C44F;
}

body > .alert {
  font-family: "sofia-pro", Helvetica, Arial, serif;
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 15px 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

body > .alert.hidden {
  opacity: 0;
}

body > .cookie-consent {
  font-family: "sofia-pro", Helvetica, Arial, serif;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1010;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  max-width: 400px;
  padding: 30px 30px 25px 30px;
}
body > .cookie-consent h3 {
  font-family: "sofia-pro", Helvetica, Arial, serif;
  margin: 0 0 0.5em 0;
  font-size: 20px;
}
body > .cookie-consent h4 {
  margin: 0;
  font-weight: 400;
}
body > .cookie-consent blockquote {
  margin: 1em 0;
  font-size: 14px;
}
body > .cookie-consent button.action {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}
body > .cookie-consent fieldset {
  margin: 1em 0;
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body > .cookie-consent fieldset label {
  font-size: 13px;
  position: relative;
}
body > .cookie-consent fieldset label .title {
  text-transform: uppercase;
}
body > .cookie-consent fieldset input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body > .cookie-consent fieldset input:not(:disabled) + div {
  cursor: pointer;
}
body > .cookie-consent fieldset input:checked:disabled + div > .box {
  background-color: #ccc;
  border-color: #ccc;
}
body > .cookie-consent fieldset input:checked + div {
  user-select: none;
}
body > .cookie-consent fieldset input:checked + div > .box {
  background-color: #10C44F;
  border-color: #10C44F;
}
body > .cookie-consent fieldset input:checked + div > .box:after {
  content: "check";
  display: block;
  font-family: "Material Icons";
  color: white;
  font-size: 18px;
  position: relative;
  top: 0px;
  left: 0px;
}
body > .cookie-consent fieldset input + div {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
body > .cookie-consent fieldset input + div > .box {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  position: relative;
}
body > .cookie-consent div.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  gap: 15px;
}
body > .cookie-consent div.actions button {
  font-size: 13px;
  text-transform: uppercase;
}
body > .cookie-consent button.close {
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
body > .cookie-consent button.close:after {
  content: "close";
  font-family: "Material Icons";
  color: #999;
}
@media (max-width: 768px) {
  body > .cookie-consent {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: none;
    border-radius: 0px;
    padding-bottom: 35px;
  }
  body > .cookie-consent button.close {
    top: 15px;
    right: 15px;
  }
}

a.edit-cms {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 0px;
  bottom: 50px;
  border-radius: 15px 0 0 15px;
  background-color: #10C44F;
  color: white;
  text-decoration: none;
  display: grid;
  align-items: center;
  justify-content: center;
}
a.edit-cms:after {
  font-family: "Material Icons";
  content: "edit";
}

.cta {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.cta .btn {
  cursor: pointer;
  text-align: center;
  min-height: 2.5rem;
  width: max-content;
  letter-spacing: 0;
  overflow: visible;
  text-decoration: none;
  padding: 2px 30px !important;
  border-radius: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0 rgba(0, 0, 0, 0.1411764706), 0 0 rgba(0, 0, 0, 0.1215686275);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
}
.cta .btn.solid {
  border: 1px solid #10C44F;
  background-color: #10C44F;
  color: #FFFFFF;
}
.cta .btn.solid:hover {
  background-color: rgb(12.1509433962, 148.8490566038, 59.9952830189);
}
.cta .btn.outline {
  background-color: transparent;
  color: #000000;
  border: 1px solid #10C44F;
}
.cta .btn.outline:hover {
  border-color: #10C44F;
  color: #10C44F;
}

.chatbot-button {
  position: fixed;
  right: 30px;
  border: 1px solid green;
  background-color: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: 85%;
  z-index: 99;
  padding: 4px;
  box-shadow: 2px 2px 8px #a1a1a1;
}
.chatbot-button svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.collection {
  font-size: 16px;
  padding: 0;
  font-family: "sofia-pro", Helvetica, Arial, serif;
}
main.collection p {
  font-family: "sofia-pro", Helvetica, Arial, serif;
  line-height: 150%;
}
main.collection h1, main.collection h2, main.collection h3, main.collection h4 {
  font-weight: 600;
}
main.collection h1 {
  font-size: 34px;
  margin: 1em 0;
}
main.collection > header {
  margin-bottom: 35px;
}
main.collection > section,
main.collection > .limited-width > section {
  margin: 0 0 45px 0;
}

main.collection.classic {
  padding-bottom: 40px;
}
main.collection.classic > h2 {
  margin-bottom: 0;
}
main.collection.classic > .results-panel {
  margin-top: 1em;
}
main.collection.classic > .results-panel .result .type {
  display: none;
}
main.collection.classic > .results-panel .result:first-child {
  grid-column: 1/span 12;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 6px;
  overflow: hidden;
}
main.collection.classic > .results-panel .result:first-child .info {
  padding: 20px;
}
main.collection.classic > .results-panel .result:first-child .title {
  font-size: 1.5em;
}
main.collection.classic > .results-panel .result:first-child .summary {
  -webkit-line-clamp: 3;
}
main.collection.classic > .results-panel .result:first-child .thumbnail {
  order: 1;
}
@media (max-width: 425px) {
  main.collection.classic > .results-panel .result:first-child {
    grid-template-columns: 1fr;
  }
}

main.collection.thematic {
  padding-top: 0;
}
main.collection.thematic header {
  background-color: #EBEAEA;
  overflow: hidden;
  margin: 0;
}
main.collection.thematic header h1 {
  margin: 0 0 0.5em 0;
  text-align: left;
}
main.collection.thematic header .subtitle {
  line-height: 175%;
  text-align: left;
}
main.collection.thematic header .wrapper {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 20px;
  margin: 50px 0;
  align-items: center;
}
main.collection.thematic header img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  main.collection.thematic header .wrapper {
    grid-template-columns: 1fr;
    margin: 30px 0 20px 0;
  }
  main.collection.thematic header h1, main.collection.thematic header .subtitle {
    text-align: center;
  }
}
main.collection.thematic ul.collection-items {
  margin: 0 auto;
  padding: 0;
  max-width: 970px;
}
main.collection.thematic ul.collection-items > li.section {
  list-style: none;
  margin: 60px 0 20px 0;
  padding: 0;
  text-align: center;
}
main.collection.thematic ul.collection-items > li.section h2 {
  font-size: 2.25em;
  margin: 0 0 0.25em 0;
}
main.collection.thematic ul.collection-items > li.section .subtitle {
  font-size: 1.125em;
}
main.collection.thematic ul.collection-items > li.item {
  list-style: none;
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
main.collection.thematic ul.collection-items > li.item img {
  width: 100%;
  border-radius: 6px;
  background-color: #eee;
}
main.collection.thematic ul.collection-items > li.item a.thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
main.collection.thematic ul.collection-items > li.item.complete .thumbnail:after {
  display: block;
  content: "COMPLETED";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: white;
  background-color: #018786;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px;
  animation-name: wipe-enter;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}
main.collection.thematic ul.collection-items > li.item.complete .thumbnail .progress {
  display: none;
}
main.collection.thematic ul.collection-items > li.item .thumbnail .progress {
  position: absolute;
  display: block;
  height: 10px;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.35);
}
main.collection.thematic ul.collection-items > li.item .thumbnail .progress .bar {
  display: block;
  height: 100%;
  border-radius: 0 6px 6px 0;
  background-color: #f25628;
  animation-name: grow-left;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}
main.collection.thematic ul.collection-items > li.item div.info a {
  text-decoration: none;
}
main.collection.thematic ul.collection-items > li.item div.info h3 {
  font-size: 1.5em;
  margin: 0.25em 0 0.5em 0;
}
main.collection.thematic ul.collection-items > li.item div.info .summary {
  font-family: "sofia-pro", Helvetica, Arial, serif;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main.collection.thematic ul.collection-items > li.item div.info a.cta {
  font-family: "sofia-pro", Helvetica, Arial, serif;
  color: #10C44F;
  margin-top: 1em;
  display: inline-block;
  font-weight: 500;
}
main.collection.thematic ul.collection-items > li.item div.info a.cta:after {
  position: relative;
  top: -1px;
  left: -2px;
  content: "chevron_right";
  font-size: 1.5em;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  font-family: "Material Icons";
}
main.collection.thematic ul.collection-items > li.item div.info .row.bar-separated {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
main.collection.thematic ul.collection-items > li.item div.info .row.bar-separated > div:after {
  content: "|";
  padding: 0 0.4em;
  color: #ccc;
}
main.collection.thematic ul.collection-items > li.item div.info .row.bar-separated > div:last-child:after {
  display: none;
}
main.collection.thematic ul.collection-items > li.item div.info .row.bar-separated:first-child {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  main.collection.thematic ul.collection-items > li.item {
    gap: 20px;
    margin: 20px 0;
  }
}
@media (max-width: 425px) {
  main.collection.thematic ul.collection-items > li.item {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 40px 0;
  }
}
main.collection.thematic button.favorite {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  background-color: rgb(241, 241, 241);
  position: relative;
  user-select: none;
  color: black;
}
main.collection.thematic button.favorite:hover {
  background-color: rgb(220, 220, 220);
}
main.collection.thematic button.favorite:after {
  font-family: "Material Icons";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.collection.thematic button.favorite:before {
  color: black;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  top: 50%;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-family: "sofia-pro";
  font-weight: 300;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1em;
  opacity: 0;
  visibility: none;
  transition: 0s all 0s;
}
main.collection.thematic button.favorite:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.25s;
  transition-duration: 0.5s;
}
@media (hover: none) {
  main.collection.thematic button.favorite:before {
    display: none;
  }
}
main.collection.thematic button.favorite:before {
  content: "Add favorite";
}
main.collection.thematic button.favorite.selected:before {
  content: "Remove favorite";
}
main.collection.thematic button.favorite.selected:after {
  content: "favorite";
  color: rgb(191, 63, 0);
  animation-name: favorite-throb;
  animation-duration: 0.5s;
  animation-play-state: running;
}
main.collection.thematic button.favorite:after {
  content: "favorite_outline";
}
main.collection.thematic button.share {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  background-color: rgb(241, 241, 241);
  position: relative;
  user-select: none;
  color: black;
}
main.collection.thematic button.share:hover {
  background-color: rgb(220, 220, 220);
}
main.collection.thematic button.share:after {
  font-family: "Material Icons";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.collection.thematic button.share:before {
  color: black;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  top: 50%;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-family: "sofia-pro";
  font-weight: 300;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1em;
  opacity: 0;
  visibility: none;
  transition: 0s all 0s;
}
main.collection.thematic button.share:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.25s;
  transition-duration: 0.5s;
}
@media (hover: none) {
  main.collection.thematic button.share:before {
    display: none;
  }
}
main.collection.thematic button.share:before {
  content: "Share";
}
main.collection.thematic button.share:after {
  content: "share";
}
main.collection.thematic button.share.selected:before {
  display: none;
}
main.collection.thematic button.share.selected .share-options {
  display: grid;
}
main.collection.thematic button.share .share-options {
  position: absolute;
  z-index: 900;
  top: calc(100% - 5px);
  left: 5px;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  display: none;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 6px;
}
main.collection.thematic button.share .share-options.above {
  top: auto;
  bottom: calc(100% - 5px);
}
main.collection.thematic button.share .share-options.left {
  left: auto;
  right: 5px;
}
main.collection.thematic button.share .share-options button {
  font-family: "sofia-pro";
  color: black;
  background-color: white;
  line-height: 3em;
  text-align: left;
  padding: 0 15px 0 12px;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
main.collection.thematic button.share .share-options button:last-child {
  border-bottom: none;
}
main.collection.thematic button.share .share-options button:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-size: 18px;
  margin-right: 10px;
}
main.collection.thematic button.share .share-options button[data-action=link]:before {
  font-family: "Material Icons";
  content: "link";
  left: 1px;
  top: 0px;
}
main.collection.thematic button.share .share-options button.icon:before {
  font-size: 15px;
  font-family: "collective";
}
main.collection.thematic button.share .share-options button:hover {
  background-color: #eee;
}
main.collection.thematic .action-wrapper {
  margin-top: 16px;
}
main.collection.thematic .action-wrapper .actions button {
  margin-right: 8px;
}
@media (max-width: 768px) {
  main.collection.thematic .action-wrapper {
    text-align: center;
  }
}

@keyframes wipe-enter {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes grow-left {
  0% {
    transform-origin: 0 50%;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: 0 50%;
    transform: scale(1, 1);
  }
}

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