.columns {
  display: grid;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2.5rem;
  overflow: hidden;
}
.columns + .columns {
  margin-top: 5rem;
}
@media (max-width: 1023px) {
  .columns + .columns {
    margin-top: 2.5rem;
  }
}
.columns + .columns.margin-sm {
  margin-top: 2.5rem;
}
.columns + .columns.border-top {
  border-top: 0.125rem solid #f6efe5;
  padding-top: 5rem;
}
@media (max-width: 1023px) {
  .columns + .columns.border-top {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .columns.four {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .columns.four-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .columns.three {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .columns.three-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .columns.two {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .columns.one {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .columns.one-third {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1024px) {
  .columns.two-third {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1024px) {
  .columns.one-fourth {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1024px) {
  .columns.three-fourth {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 1024px) {
  .columns.blog-post-columns {
    grid-template-columns: 1fr 40rem 1fr;
  }
}
@media (max-width: 1023px) {
  .columns.four, .columns.three, .columns.two, .columns.one, .columns.one-third, .columns.two-third, .columns.one-fourth, .columns.blog-post-columns {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .columns.col-gap.lg {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .columns.row-gap.lg {
    row-gap: 4.375rem;
  }
}
@media (max-width: 1023px) {
  .columns.row-gap.sm-mob {
    row-gap: 1.25rem;
  }
}
.columns.border > .col {
  position: relative;
}
.columns.border > .col:after {
  content: "";
  position: absolute;
  display: block;
}
.columns.border.vertical {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media (max-width: 1023px) {
  .columns.border.vertical {
    row-gap: 2.5rem;
  }
}
.columns.border.vertical > .col:after {
  top: 0;
  right: -2.5rem;
  width: 0;
  height: 100%;
  border-right: var(--border-responsive);
}
@media (max-width: 1023px) {
  .columns.border.vertical > .col:after {
    top: auto;
    right: auto;
    bottom: -1.25rem;
    width: 100%;
    height: 0;
    border-right: none;
    border-bottom: var(--border-responsive);
  }
}
.columns.border.horizontal {
  row-gap: 5rem;
}
@media (max-width: 1023px) {
  .columns.border.horizontal {
    row-gap: 2.5rem;
  }
}
.columns.border.horizontal > .col:after {
  bottom: -2.5rem;
  width: 100%;
  height: 0;
  border-bottom: var(--border-responsive);
}
@media (max-width: 1023px) {
  .columns.border.horizontal > .col:after {
    bottom: -1.25rem;
  }
}
.columns.border.horizontal.compact {
  row-gap: 2.5rem;
}
.columns.border.horizontal.compact > .col:after {
  bottom: -1.25rem;
}
@media (max-width: 1023px) {
  .columns.border.desktop-only > .col:after {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .columns.light > .col:after {
    border-color: #ffffff !important;
  }
}
@media (min-width: 1024px) {
  .columns.lighter > .col:after {
    border-color: rgba(255, 255, 255, 0.05) !important;
  }
}

footer {
  background: linear-gradient(90deg, #00A5A0 50%, rgb(0, 139.5, 135.2727272727) 0%);
}
@media (max-width: 1023px) {
  footer {
    background: rgb(0, 139.5, 135.2727272727);
  }
}
footer {
  color: #ffffff;
}
footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.1s ease;
}
footer a:hover {
  transform: translateX(0.4em);
}
footer .row .container .columns {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  footer .row .container .columns {
    display: block;
  }
}
footer .row .container .columns > .col:last-of-type .columns {
  row-gap: 0;
}
@media (max-width: 1023px) {
  footer .row .container .columns .col {
    padding-right: 0;
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  footer .row .container .columns .col .logo-legal {
    display: flex;
  }
}
footer .row .container .columns .col .logo {
  width: 9rem;
  height: 5rem;
  margin-right: 1rem;
  margin-bottom: 0.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("images/upbeat-logo-white.svg");
}
footer .row .container .columns .col .legal {
  font-size: 0.8rem;
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  footer .row .container .columns .col .legal {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
footer .row .container .columns .col h5 {
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  footer .row .container .columns .col h5 {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  footer .row .container .columns .col.logo-links .col:first-of-type .links {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1024px) {
  footer .row .container .columns .col .links {
    margin-left: 1rem;
  }
}
footer .row .container .columns .col .links li {
  line-height: 1.4;
}
footer .row .container .columns .col .links li a {
  display: inline-block;
  padding: 0 0 0.5ex 0;
}
footer .row .container .columns .col .links.socials li {
  display: flex;
  align-items: center;
}
footer .row .container .columns .col .links.socials li a {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.1em;
}
footer .row .container .columns .col .links.socials li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  background: #ffffff;
  border-radius: 100%;
}
footer .row .container .columns .col.subscribe {
  width: 100%;
  padding: 0.2rem 0 2rem;
}
@media (min-width: 1024px) {
  footer .row .container .columns .col.subscribe {
    margin-left: 2rem;
  }
}
footer .row .container .columns .col.subscribe form {
  display: block;
}
footer .row .container .columns .col.subscribe form input {
  display: block;
  border: none;
  border-bottom: 0.1rem solid #ffffff;
  background: none;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  padding: 1.7ex 0 1.6em;
  width: 100%;
}
footer .row .container .columns .col.subscribe form input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .row .container .columns .col.subscribe form input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 659px) {
  footer .row .container .columns .col.subscribe form input {
    width: 100%;
    margin-bottom: 1rem;
  }
}
footer .row .container .columns .col.subscribe form .button {
  display: inline-block;
  cursor: pointer;
  margin-top: 1rem;
}

header + * {
  margin-top: 9rem;
}
@media (max-width: 1023px) {
  header + * {
    margin-top: 3.75rem;
  }
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
header .alert-bar {
  height: 2.5rem;
  background: grey;
}
header .alert-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .alert-bar .container p, header .alert-bar .container a {
  display: inline-block;
  color: white;
  line-height: 2.5rem;
}
header .alert-bar .container p {
  text-align: center;
  width: 60%;
  margin-left: 20%;
}
header .alert-bar .container a {
  text-decoration: underline;
  text-align: right;
  width: 20%;
}
header .logo {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 18rem;
  height: 9rem;
  background-image: url("images/upbeat-logo-white.svg");
  background-repeat: no-repeat;
  transform: scale(0.6);
  transform-origin: left;
}
@media (max-width: 1023px) {
  header .logo {
    position: fixed;
    left: 1.25rem;
    width: 9rem;
    height: 3.75rem;
    transform: scale(0.65);
  }
}
header .global-nav {
  position: relative;
  background: #00A5A0;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  header .global-nav {
    position: fixed;
    height: 3.75rem;
    overflow: hidden;
    border-top: 3.75rem solid #00A5A0;
    transition: all 0.2s ease;
  }
  header .global-nav.nav-open {
    height: 100vh;
    overflow-y: scroll;
  }
}
header .global-nav .container .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  header .global-nav .container .nav {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav {
    display: block;
    transition: all 0.2s ease;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  header .global-nav .container .nav.light li.cat span:hover a, header .global-nav .container .nav.light li.cat span:hover i, header .global-nav .container .nav.light li.cat span:hover span {
    transform: translateY(-0.3em);
  }
}
header .global-nav .container .nav.light li.cat span a, header .global-nav .container .nav.light li.cat span span {
  color: #ffffff;
  transition: 0.1s;
}
header .global-nav .container .nav.light li.cat span a.button, header .global-nav .container .nav.light li.cat span span.button {
  color: #ffffff;
}
header .global-nav .container .nav.light li.cat span a span, header .global-nav .container .nav.light li.cat span span span {
  margin-right: 0.2em;
  transform: translateY(0.2em);
  font-weight: 700;
}
header .global-nav .container .nav.light li.cat span a.language, header .global-nav .container .nav.light li.cat span span.language {
  color: #3A3334;
  font-weight: 700;
  font-size: 1rem;
}
header .global-nav .container .nav.light li.cat span a.language:before, header .global-nav .container .nav.light li.cat span span.language:before {
  content: "\e894";
  margin-right: 0.2em;
  transform: translateY(0.2em);
}
header .global-nav .container .nav.light li.cat span i {
  color: #ffffff;
  transition: 0.1s;
}
@media (min-width: 1024px) {
  header .global-nav .container .nav.light li[id*=has-subnav] span:hover a, header .global-nav .container .nav.light li[id*=has-subnav] span:hover i {
    transform: none;
  }
}
header .global-nav .container .nav li.search-wrap {
  width: calc(100% - 32rem);
  position: absolute;
  top: auto;
  right: 7rem;
  z-index: 5;
  overflow: hidden;
}
@media (min-width: 1024px) {
  header .global-nav .container .nav li.search-wrap.search-wrap-hide {
    animation: searchWrapHide 0.2s ease forwards;
  }
  @keyframes searchWrapHide {
    0% {
      visibility: visible;
    }
    100% {
      visibility: collapse;
    }
  }
  header .global-nav .container .nav li.search-wrap.search-wrap-hide input {
    animation: searchSlideOut 0.4s ease forwards;
  }
  @keyframes searchSlideOut {
    0% {
      transform: scaleX(1) scaleX(1);
    }
    50% {
      transform: scaleX(1) scaleX(0.0025);
    }
    51% {
      transform: scaleX(1) scaleX(0.0025);
    }
    100% {
      transform: scaleY(0) scaleX(0.0025);
    }
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.search-wrap {
    width: 80%;
    right: auto;
    left: 2.25rem;
    bottom: 0.5rem;
  }
}
header .global-nav .container .nav li.search-wrap input {
  background: black;
  border: none;
  border-radius: 0.2rem;
  font-size: 1rem;
  padding: 1rem;
  margin-right: 0.75rem;
  width: 100%;
  caret-color: #4b4f54;
  color: #4b4f54;
  transform-origin: 100% 100%;
}
header .global-nav .container .nav li.search-wrap input::-moz-placeholder {
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.3);
}
header .global-nav .container .nav li.search-wrap input::placeholder {
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.3);
}
header .global-nav .container .nav li.search-wrap input:focus {
  outline: none;
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.search-wrap input {
    background: none;
    caret-color: black;
    color: black;
  }
  header .global-nav .container .nav li.search-wrap input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  header .global-nav .container .nav li.search-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
}
@media (min-width: 1024px) {
  header .global-nav .container .nav li.search-wrap input {
    animation: searchSlideIn 0.2s ease forwards;
  }
  @keyframes searchSlideIn {
    0% {
      transform: scaleY(0) scaleX(0.0025);
    }
    50% {
      transform: scaleX(1) scaleX(0.0025);
    }
    51% {
      transform: scaleX(1) scaleX(0.0025);
    }
    100% {
      transform: scaleX(1) scaleX(1);
    }
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.search-wrap input {
    border-bottom: none;
  }
}
header .global-nav .container .nav li.cat {
  padding-right: 1.7rem;
  cursor: pointer;
}
header .global-nav .container .nav li.cat:last-of-type {
  padding-right: 0;
}
header .global-nav .container .nav li.cat .search {
  font-size: 1.2em;
  transform: translateY(0.125rem);
  transition: all 0.1s ease;
}
header .global-nav .container .nav li.cat .search:hover {
  text-decoration: none;
  transform: translateY(0.125rem) scale(1.3);
}
header .global-nav .container .nav li.cat span {
  line-height: 9rem;
  display: flex;
  align-items: center;
  color: #4b4f54;
  font-size: 1.2rem;
  font-weight: 500;
}
header .global-nav .container .nav li.cat span i {
  display: inline-block;
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.cat span {
    line-height: 1.4;
    width: 100%;
    justify-content: space-between;
  }
  header .global-nav .container .nav li.cat span.cat-closed {
    padding: 0.6em 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  header .global-nav .container .nav li.cat span.cat-open {
    padding: 1.3em 0;
    opacity: 1;
  }
  header .global-nav .container .nav li.cat span i {
    font-style: normal;
    float: right;
    font-size: 1.6rem;
    line-height: 1;
  }
}
header .global-nav .container .nav li.cat[id*=has-subnav] span:hover {
  text-decoration: none;
}
header .global-nav .container .nav li.cat[id*=has-subnav].arrow-up span i {
  transform: scaleY(-1);
  opacity: 1;
}
header .global-nav .container .nav li.cat [id*=subnav] {
  position: absolute;
  top: 6rem;
  margin-left: -1.2em;
  padding: 0.75em 1.3em 1em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s ease;
  min-width: 12rem;
}
@media (min-width: 1024px) {
  header .global-nav .container .nav li.cat [id*=subnav] {
    background: #00A5A0;
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.cat [id*=subnav] {
    overflow: hidden;
  }
}
header .global-nav .container .nav li.cat [id*=subnav] .subcat {
  padding-left: 0;
  line-height: 1.6;
}
header .global-nav .container .nav li.cat [id*=subnav] .subcat span {
  transition: all 0.1s ease;
  line-height: 1.8;
}
header .global-nav .container .nav li.cat [id*=subnav] .subcat span a {
  text-transform: none;
  color: #ffffff;
  transition: 0.1s;
  /*font-size: .9rem;*/
}
@media (min-width: 1024px) {
  header .global-nav .container .nav li.cat [id*=subnav] .subcat span a:hover {
    transform: translateY(-0.4em);
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.cat [id*=subnav] .subcat span {
    padding: 0.8em 0;
    transition: all 0.2s ease;
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.cat [id*=subnav] .subcat {
    border-top: 0.125rem solid #f6efe5;
    border-color: rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.cat [id*=subnav] {
    pointer-events: auto;
    position: static;
    padding: 0 0 0 1.25rem;
    margin: 0;
    opacity: 1;
    transition: all 0.2s ease;
  }
  header .global-nav .container .nav li.cat [id*=subnav].subnav-open {
    visibility: visible;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header .global-nav .container .nav li.cat [id*=subnav].subnav-open .subcat span {
    padding: 0.8em 0;
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.cat [id*=subnav].subnav-closed {
    visibility: hidden;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header .global-nav .container .nav li.cat [id*=subnav].subnav-closed .subcat span {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.cat #subnav1,
  header .global-nav .container .nav li.cat #subnav4 {
    height: auto;
  }
  header .global-nav .container .nav li.cat #subnav1.subnav-closed,
  header .global-nav .container .nav li.cat #subnav4.subnav-closed {
    height: 0;
    opacity: 0;
  }
  header .global-nav .container .nav li.cat #subnav2 {
    height: 10.5rem;
  }
  header .global-nav .container .nav li.cat #subnav2.subnav-open {
    height: 10.5rem;
  }
  header .global-nav .container .nav li.cat #subnav2.subnav-closed {
    height: 0;
    opacity: 0;
  }
  header .global-nav .container .nav li.cat #subnav3 {
    height: 3.625rem;
  }
  header .global-nav .container .nav li.cat #subnav3.subnav-open {
    height: 3.625rem;
  }
  header .global-nav .container .nav li.cat #subnav3.subnav-closed {
    height: 0;
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  header .global-nav .container .nav li.cat [id*=subnav].subnav-hide {
    display: none;
  }
  header .global-nav .container .nav li.cat [id*=subnav] .subcat span {
    line-height: 1;
  }
  header .global-nav .container .nav li.cat:hover [id*=subnav] {
    opacity: 1.4;
    pointer-events: auto;
    transition: all 0.1s ease;
  }
  header .global-nav .container .nav li.cat:hover [id*=subnav] .subcat span {
    line-height: 1.8;
  }
}
@media (max-width: 1023px) {
  header .global-nav .container .nav li.cat {
    padding-right: 0;
  }
  header .global-nav .container .nav li.cat:not(:last-of-type) {
    border-bottom: 0.125rem solid #f6efe5;
    border-color: rgba(255, 255, 255, 0.15);
  }
}
header .hamburger {
  position: fixed;
  top: 1.125rem;
  right: 1.25rem;
  z-index: 3;
  cursor: pointer;
  display: none;
}
@media (max-width: 1023px) {
  header .hamburger {
    display: block;
    color: #ffffff;
  }
}
header .hamburger.menu-closed span {
  transition: all 0.2s ease;
}
header .hamburger.menu-closed span:first-of-type {
  opacity: 1;
  position: absolute;
}
header .hamburger.menu-closed span:last-of-type {
  opacity: 0;
}
header .hamburger.menu-open span {
  transition: all 0.2s ease;
}
header .hamburger.menu-open span:first-of-type {
  opacity: 0;
}
header .hamburger.menu-open span:last-of-type {
  opacity: 1;
}

.row.latest .item {
  background: #ffffff;
}

.item {
  color: #3A3334;
  position: relative;
  display: grid;
  justify-items: start;
}
.item.light {
  color: #ffffff;
}
.item .date-details {
  display: flex;
  align-items: center;
}
.item .date-details .date {
  background: #D92F82;
  height: 6rem;
  flex: 0 0 6rem;
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .item .date-details .date {
    height: 5rem;
    flex: 0 0 5rem;
  }
}
.item .date-details .date span {
  margin-top: 0.25em;
}
.item .date-details .date span:last-of-type {
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  margin-top: -0.25em;
}
@media (max-width: 1023px) {
  .item .date-details .date span:last-of-type {
    font-size: 2.5rem;
  }
}
.item .date-details .details {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .item .date-details .details p {
    font-size: 1.1rem;
  }
}
.item .date-details .details p.event {
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.5ex;
}
.item .info {
  display: grid;
  align-content: start;
  row-gap: 0.5555555556rem;
}
.item .info .byline,
.item .info .timestamp {
  margin-top: 1rem;
  font-size: 0.85rem;
  line-height: 1.4;
}
.item .info .byline span,
.item .info .timestamp span {
  display: block;
}
.item .info .byline span.author,
.item .info .timestamp span.author {
  font-weight: bold;
}
.item .image {
  position: relative;
  width: 100%;
  transition: all 0.2s ease;
}
.item .image:before {
  background-color: #00A5A0;
  background-size: cover;
  background-position: center;
  background-image: url(https://picsum.photos/720);
  content: "";
  display: block;
}
.item .image.landscape:before {
  padding-top: 56.25%;
}
.item .image.four-three:before {
  padding-top: 70%;
}
.item .image.square:before {
  padding-top: 100%;
}
.item .image.portrait:before {
  padding-top: 133%;
}
@media (min-width: 768px) {
  .item .image.full-height {
    display: block;
    min-height: 12rem;
  }
  .item .image.full-height:before {
    position: absolute;
    padding: 0;
    height: 100%;
    width: 100%;
  }
}
.item.cal-home .cal-lg,
.item.cal-home .cal-sm {
  width: 100%;
}
.item.cal-home .cal-lg .col,
.item.cal-home .cal-sm .col {
  color: #3A3334;
}
.item.cal-home .cal-lg {
  background: #f6efe5;
  min-height: 14rem;
  grid-template-columns: 2fr 1.5fr;
}
@media (max-width: 1023px) {
  .item.cal-home .cal-lg {
    row-gap: 0;
    grid-template-columns: 1fr;
  }
}
.item.cal-home .cal-lg .col {
  transition: 0.1s;
}
.item.cal-home .cal-lg .col:last-of-type {
  margin-left: 0%;
}
@media (min-width: 1024px) {
  .item.cal-home .cal-lg:hover .col:last-of-type {
    margin-left: 7%;
  }
  .item.cal-home .cal-lg:hover .col .main-info {
    margin-left: 3%;
  }
}
.item.cal-home .cal-lg .info .date-details {
  display: inline-flex;
  align-items: flex-end;
}
.item.cal-home .cal-lg .info .main-info {
  transition: 0.1s;
  margin-left: 0;
  padding: 1rem 2rem 2rem;
}
.item.cal-home .cal-lg .info .main-info h3 {
  margin-bottom: 0.5rem;
}
.item.cal-home .cal-lg .info .main-info p {
  font-size: 1.2rem;
  max-width: 38rem;
}
.item.cal-home .cal-lg > .col:last-of-type {
  height: 20rem;
  background-size: cover;
  background-position: center;
  background-image: url(https://picsum.photos/320/180);
}
@media (max-width: 1023px) {
  .item.cal-home .cal-lg > .col:last-of-type {
    height: 50vw;
  }
}
.item.cal-home .cal-sm {
  overflow: visible;
  margin: 2rem 0 0 0;
  display: flex;
}
@media (max-width: 1023px) {
  .item.cal-home .cal-sm {
    row-gap: 1rem;
    flex-direction: column;
  }
}
.item.cal-home .cal-sm .date-details {
  align-items: center;
  background: #f6efe5;
}
.item.cal-home .cal-sm .col {
  transition: 0.1s;
  width: 100%;
}
@media (min-width: 1024px) {
  .item.cal-home .cal-sm .col:hover {
    transform: translateY(-0.4em);
  }
}
.item.cal-home .cal-sm .col:nth-of-type(1) .date {
  background: #E5823B;
}
.item.cal-home .cal-sm .col:nth-of-type(2) .date {
  background: #00A5A0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .item.cal-home .cal-sm .col:nth-of-type(3) {
    display: none;
  }
}
.item.cal-home .cal-sm .col:nth-of-type(3) .date {
  background: #3A3334;
}
.item.staff .info {
  color: #3A3334;
  padding: 3% 5% 5% 0;
  transition: 0.1s;
  background: white;
}
@media (max-width: 1023px) {
  .item.staff .info {
    row-gap: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .item.staff:hover .info {
    transform: translateY(-1rem);
  }
  .item.staff:hover .image:before {
    background-position: center -1rem;
  }
}
.item.staff .image:before {
  transition: 0.1s;
  background-image: url(https://picsum.photos/id/64/720);
}
.item.bio .info p {
  font-size: 1.1rem;
  max-width: 33em;
}
.item.bio {
  margin-bottom: 10%;
}
.item.news {
  display: inline-block;
  min-width: 30%;
  margin-right: 3%;
  min-height: 36rem;
}
@media (max-width: 1023px) {
  .item.news {
    min-height: auto;
    width: 100%;
    margin-right: 0;
  }
}
.item.news .image:before {
  transition: 0.1s;
}
@media (min-width: 1024px) {
  .item.news:hover .image:before {
    padding-top: 65%;
  }
}
.item.news .columns {
  width: 100%;
}
.item.news .info {
  padding: 1.5rem;
}
.item.news .label {
  color: #00A5A0;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}
.item.news .source {
  color: #D92F82;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .item.news .timestamp {
    position: absolute;
    bottom: 1.5rem;
  }
}
.item.suggested {
  height: 100%;
  background: none;
  border: 0.125rem solid #f6efe5;
  padding: 2rem 0 2rem 2.5rem;
}
.item.suggested > * {
  width: 100%;
  border-bottom: 0.125rem solid #f6efe5;
  padding: 1rem 1rem 1rem 0;
}
.item.suggested a {
  color: #3A3334;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item.suggested a > div {
  display: flex;
}
.item.suggested a > div .icon {
  margin-right: 0.5rem;
  color: #D92F82;
}
.item.suggested a span {
  display: block;
}
.item.suggested a:last-of-type {
  color: #D92F82;
  border: none;
  text-align: right;
  padding-right: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
}
.item.suggested a:last-of-type span {
  display: inline-block;
}

.row {
  padding: 4rem 0;
}
@media (max-width: 1023px) {
  .row {
    padding: 2rem 0;
  }
}
.row .container .section-header {
  position: relative;
  padding: 0 0 2rem;
  color: #00A5A0;
}
.row .container .section-header .scroll-arrows {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .row .container .section-header .scroll-arrows {
    display: none;
  }
}
.row .container .section-header .scroll-arrows .items-left,
.row .container .section-header .scroll-arrows .items-right {
  display: inline-block;
  margin-left: 1rem;
  cursor: pointer;
  width: 0rem;
  height: 0rem;
}
.row .container .section-header .scroll-arrows .items-left.inactive,
.row .container .section-header .scroll-arrows .items-right.inactive {
  opacity: 0.25;
}
.row .container .section-header .scroll-arrows .items-left {
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1.5rem solid #D92F82;
}
.row .container .section-header .scroll-arrows .items-right {
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.5rem solid #D92F82;
}
.row .container .section-button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 0 0;
}
@media (max-width: 1023px) {
  .row .container .section-button {
    padding: 2rem 0;
  }
}
.row.hero {
  position: relative;
  height: 75vh;
}
@media (min-width: 1024px) {
  .row.hero {
    height: 40rem;
  }
}
.row.hero.half {
  height: 20rem;
}
.row.hero.half .hero-background .hero-pattern {
  grid-template-columns: repeat(5, 5rem);
  grid-template-rows: repeat(7, 5rem);
}
.row.hero.half {
  /*height: 37.5vh;

  .hero-background {

  	.hero-pattern {
  		grid-template-columns: repeat(5, 9.5vh);
  		grid-template-rows: repeat(7, 9.5vh);
  	}
  }*/
}
@media (max-width: 1023px) {
  .row.hero.half {
    height: 40vw;
  }
  .row.hero.half:after {
    height: 100%;
  }
  .row.hero.half .hero-background .hero-image {
    height: 100%;
  }
  .row.hero.half .hero-background .hero-pattern {
    display: none;
  }
}
.row.hero.half .container {
  justify-content: center;
}
.row.hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.row.hero .hero-background .hero-image {
  width: 80vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(https://picsum.photos/1920/1080);
  background-repeat: no-repeat;
}
.row.hero .hero-background .hero-pattern {
  width: 19%;
  /*width: 20vw;*/
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 5.73rem);
  grid-template-rows: repeat(7, 5.73rem);
  background: #E5823B;
}
.row.hero .hero-background .hero-pattern .cell {
  background-size: cover;
  background-position: center;
  background-image: url(images/upbeat-graphic_01.svg);
  background-repeat: no-repeat;
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(1) {
  background-image: url(images/upbeat-graphic_01.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(2) {
  background-image: url(images/upbeat-graphic_02.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(3) {
  background-image: url(images/upbeat-graphic_03.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(4) {
  background-image: url(images/upbeat-graphic_04.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(5) {
  background-image: url(images/upbeat-graphic_05.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(6) {
  background-image: url(images/upbeat-graphic_06.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(7) {
  background-image: url(images/upbeat-graphic_07.svg);
  animation-name: cellSpin;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes cellSpin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(8) {
  background-image: url(images/upbeat-graphic_08.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(9) {
  background-image: url(images/upbeat-graphic_09.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(10) {
  background-image: url(images/upbeat-graphic_10.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(11) {
  background-image: url(images/upbeat-graphic_19.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(12) {
  background-image: url(images/upbeat-graphic_14.svg);
  grid-row-start: 3;
  grid-column-start: 3;
  grid-row-end: 5;
  grid-column-end: 5;
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(13) {
  background-image: url(images/upbeat-graphic_13.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(14) {
  background-image: url(images/upbeat-graphic_14.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(15) {
  background-image: url(images/upbeat-graphic_15.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(16) {
  background-image: url(images/upbeat-graphic_16.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(17) {
  background-image: url(images/upbeat-graphic_17.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(18) {
  background-image: url(images/upbeat-graphic_18.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(19) {
  background-image: url(images/upbeat-graphic_11.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(20) {
  background-image: url(images/upbeat-graphic_20.svg);
  animation-name: cellSpin;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(21) {
  background-image: url(images/upbeat-graphic_21.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(22) {
  background-image: url(images/upbeat-graphic_23.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(23) {
  background-image: url(images/upbeat-graphic_26.svg);
  grid-row-start: 6;
  grid-column-start: 1;
  grid-row-end: 6;
  grid-column-end: 3;
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(24) {
  background-image: url(images/upbeat-graphic_24.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(25) {
  background-image: url(images/upbeat-graphic_05.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(26) {
  background-image: url(images/upbeat-graphic_05.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(27) {
  background-image: url(images/upbeat-graphic_04.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(28) {
  background-image: url(images/upbeat-graphic_15.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(29) {
  background-image: url(images/upbeat-graphic_17.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(30) {
  background-image: url(images/upbeat-graphic_12.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(31) {
  background-image: url(images/upbeat-graphic_03.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(32) {
  background-image: url(images/upbeat-graphic_06.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(33) {
  background-image: url(images/upbeat-graphic_25.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(34) {
  background-image: url(images/upbeat-graphic_10.svg);
}
.row.hero .hero-background .hero-pattern .cell:nth-of-type(35) {
  background-image: url(images/upbeat-graphic_25.svg);
}
@media (max-width: 1023px) {
  .row.hero .hero-background {
    flex-direction: column;
  }
  .row.hero .hero-background .hero-image {
    width: 100%;
  }
  .row.hero .hero-background .hero-pattern {
    width: 100%;
    height: 4rem;
    grid-template-columns: repeat(20, 4rem);
    grid-template-rows: repeat(1, 4rem);
  }
}
.row.hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.75;
  mix-blend-mode: multiply;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1023px) {
  .row.hero:after {
    height: calc(100% - 4rem);
  }
}
.row.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  z-index: 1;
}
.row.hero .container h1 {
  color: #ffffff;
  max-width: 6em;
  font-size: 3.75rem;
  line-height: 1.1;
}
.row.hero .container .button {
  display: inline-block;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .row.hero .container {
    justify-content: flex-start;
    row-gap: 10%;
  }
  .row.hero .container h1 {
    font-size: 2.5rem;
  }
  .row.hero .container .button {
    font-size: 1.1rem;
  }
}
.row.latest {
  background: #f6efe5;
}
.row.latest .latest-items {
  display: grid;
  row-gap: 2rem;
}
@media (min-width: 1024px) {
  .row.latest .latest-items {
    display: flex;
    width: 100%;
  }
}
.row.latest .latest-items.scroll-left {
  animation-name: scrollLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes scrollLeft {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -31%;
  }
}
.row.latest .latest-items.scroll-right {
  animation-name: scrollRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes scrollRight {
  from {
    margin-left: -31%;
  }
  to {
    margin-left: 0;
  }
}
.row.mission .container .columns {
  row-gap: 1rem;
  align-items: center;
}
.row.mission .container .columns .col h1 {
  color: #00A5A0;
  line-height: 1.1;
}
.row.mission .container .columns .col p, .row.mission .container .columns .col a {
  font-size: 1.1rem;
  margin-top: 1em;
}
.row.mission .container .columns .col a {
  margin-top: 1.4em;
}
@media (min-width: 1024px) {
  .row.mission .container {
    padding-left: 0;
  }
  .row.mission .container .columns {
    row-gap: 2.5rem;
  }
  .row.mission .container .columns .col:last-of-type {
    max-width: 36rem;
    margin-left: 1.5rem;
  }
  .row.mission .container .columns .col:last-of-type p, .row.mission .container .columns .col:last-of-type a {
    font-size: 1.4rem;
  }
}
.row.whatwedo {
  padding: 0;
}
.row.spotlights {
  background: #00A5A0;
  padding: 0;
}
@media (max-width: 1023px) {
  .row.spotlights {
    background: none;
  }
}
.row.spotlights .container .spotlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 50rem;
  background: rgb(0, 139.5, 135.2727272727);
}
@media (max-width: 1023px) {
  .row.spotlights .container .spotlight {
    display: block;
    height: auto;
    background: none;
  }
}
@media (max-width: 1023px) {
  .row.spotlights .container .spotlight .spotlight-left,
  .row.spotlights .container .spotlight .spotlight-right {
    display: block;
  }
}
.row.spotlights .container .spotlight .spotlight-left {
  position: relative;
}
@media (min-width: 1024px) {
  .row.spotlights .container .spotlight .spotlight-left:hover .spotlight-info {
    animation-name: quoteRevealHalf;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
  }
  .row.spotlights .container .spotlight .spotlight-left:hover .spotlight-info p {
    height: auto;
  }
  .row.spotlights .container .spotlight .spotlight-left:hover .spotlight-info .truncated {
    opacity: 1;
  }
  .row.spotlights .container .spotlight .spotlight-left:hover .spotlight-info .elipses {
    display: none;
  }
  @keyframes quoteRevealHalf {
    from {
      height: 8rem;
    }
    to {
      height: 40%;
    }
  }
}
.row.spotlights .container .spotlight .spotlight-left .spotlight-info {
  bottom: 0;
  background: #3A3334;
}
.row.spotlights .container .spotlight .spotlight-left .spotlight-image {
  position: relative;
}
.row.spotlights .container .spotlight .spotlight-left .spotlight-image:before {
  content: "\e1c4";
  position: absolute;
  color: #ffffff;
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .row.spotlights .container .spotlight .spotlight-left .spotlight-image {
    border-bottom: 6rem solid rgba(0, 0, 0, 0);
  }
}
.row.spotlights .container .spotlight .spotlight-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.row.spotlights .container .spotlight .spotlight-right .spotlight-right-top,
.row.spotlights .container .spotlight .spotlight-right .spotlight-right-bottom {
  position: relative;
}
@media (max-width: 1023px) {
  .row.spotlights .container .spotlight .spotlight-right .spotlight-right-top,
  .row.spotlights .container .spotlight .spotlight-right .spotlight-right-bottom {
    display: block;
  }
}
.row.spotlights .container .spotlight .spotlight-right .spotlight-info {
  top: 0;
  background: #E5823B;
}
.row.spotlights .container .spotlight .spotlight-right .spotlight-info:after {
  background-image: url("images/upbeat-quote-orange.svg");
}
.row.spotlights .container .spotlight .spotlight-right .spotlight-right-bottom .spotlight-info {
  background: #D92F82;
}
.row.spotlights .container .spotlight .spotlight-right .spotlight-right-bottom .spotlight-info:after {
  background-color: #E5823B;
  background-image: url("images/upbeat-quote-magenta.svg");
}
@media (min-width: 1024px) {
  .row.spotlights .container .spotlight .spotlight-right .spotlight-image {
    border-top: 6rem solid rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1024px) {
  .row.spotlights .container .spotlight .spotlight-right-top:hover .spotlight-info,
  .row.spotlights .container .spotlight .spotlight-right-bottom:hover .spotlight-info {
    animation-name: quoteRevealFull;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
  }
  .row.spotlights .container .spotlight .spotlight-right-top:hover .spotlight-info p,
  .row.spotlights .container .spotlight .spotlight-right-bottom:hover .spotlight-info p {
    height: auto;
  }
  .row.spotlights .container .spotlight .spotlight-right-top:hover .spotlight-info .truncated,
  .row.spotlights .container .spotlight .spotlight-right-bottom:hover .spotlight-info .truncated {
    opacity: 1;
  }
  .row.spotlights .container .spotlight .spotlight-right-top:hover .spotlight-info .elipses,
  .row.spotlights .container .spotlight .spotlight-right-bottom:hover .spotlight-info .elipses {
    display: none;
  }
  @keyframes quoteRevealFull {
    from {
      height: 8rem;
    }
    to {
      height: 85%;
    }
  }
}
.row.spotlights .container .spotlight .spotlight-image {
  background-size: cover;
  background-position: center;
  background-image: url(https://picsum.photos/id/64/367/267);
  height: 100%;
}
@media (max-width: 1023px) {
  .row.spotlights .container .spotlight .spotlight-image {
    height: 14rem;
    margin-bottom: 2rem;
  }
}
.row.spotlights .container .spotlight .spotlight-info {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 6rem;
  width: 100%;
  background: black;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 2rem;
}
.row.spotlights .container .spotlight .spotlight-info p {
  font-size: 1.2rem;
  margin-top: 0.5ex;
}
.row.spotlights .container .spotlight .spotlight-info .elipses {
  display: none;
}
@media (min-width: 1024px) {
  .row.spotlights .container .spotlight .spotlight-info {
    padding-left: 8rem;
  }
  .row.spotlights .container .spotlight .spotlight-info p {
    height: 1.8rem;
    overflow: hidden;
  }
  .row.spotlights .container .spotlight .spotlight-info .truncated {
    opacity: 0;
    transition: 0.15s;
  }
  .row.spotlights .container .spotlight .spotlight-info .elipses {
    display: inline;
  }
}
@media (max-width: 1023px) {
  .row.spotlights .container .spotlight .spotlight-info {
    height: auto;
    position: relative;
    padding: 1.5rem;
  }
  .row.spotlights .container .spotlight .spotlight-info p {
    font-size: 1rem;
  }
}
.row.spotlights .container .spotlight .spotlight-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 6rem;
  height: 100%;
  background-color: #D92F82;
  background-image: url("images/upbeat-quote-black.svg");
  background-position: center 1.5rem;
  background-size: 65%;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .row.spotlights .container .spotlight .spotlight-info:after {
    display: none;
  }
}
.row.ctas-home {
  padding: 0;
  background-image: url("images/upbeat-ctabg1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .row.ctas-home {
    background-size: 360rem;
    background-position: center -7rem;
  }
}
.row.ctas-home .container {
  position: relative;
  height: 33rem;
}
@media (max-width: 1023px) {
  .row.ctas-home .container {
    height: 23rem;
    margin-bottom: 2rem;
  }
}
.row.ctas-home .container h1 {
  position: absolute;
  top: 4rem;
  width: calc(100% - 10rem);
  text-align: center;
}
@media (max-width: 1023px) {
  .row.ctas-home .container h1 {
    position: relative;
    top: 0;
    width: 100%;
    margin: 2rem 0;
  }
}
.row.ctas-home .container .ctas {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 1023px) {
  .row.ctas-home .container .ctas {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }
}
.row.ctas-home .container .ctas .button {
  text-wrap: nowrap;
  text-align: center;
  margin-top: 14.75rem;
  font-size: 1.5rem;
  min-width: 12rem;
  margin-right: 2%;
  transition: 0.1s;
}
.row.ctas-home .container .ctas .button:last-of-type {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row.ctas-home .container .ctas .button {
    font-size: 1rem;
    margin-top: 1rem;
    min-width: 8rem;
  }
}
.row.ctas-home .container .ctas .button:nth-of-type(even) {
  margin-top: 18.35rem;
}
@media (max-width: 1023px) {
  .row.ctas-home .container .ctas .button:nth-of-type(even) {
    margin-top: 1rem;
  }
}
.row.ctas-home .container .ctas .button:nth-of-type(2) {
  background: #E5823B;
}
.row.ctas-home .container .ctas .button:nth-of-type(3) {
  background: #00A5A0;
  min-width: 12em;
}
.row.ctas-home .container .ctas .button:nth-of-type(4) {
  background: #3A3334;
}
.row.staff-bio .return {
  display: inline-block;
  margin: 1rem 0 2rem;
  color: #00A5A0;
  transition: 0.1s;
}
@media (min-width: 1024px) {
  .row.staff-bio .return:hover {
    transform: translateX(-1rem);
  }
}
.row.whatwedo .ticker {
  color: white;
  width: 100%;
}
@media (max-width: 1023px) {
  .row.whatwedo .ticker {
    padding: 0 1.25rem;
  }
  .row.whatwedo .ticker:nth-of-type(1) .ticker-columns .ticker-col:nth-of-type(1), .row.whatwedo .ticker:nth-of-type(1) .ticker-columns .ticker-col:nth-of-type(2) {
    display: none;
  }
  .row.whatwedo .ticker:nth-of-type(1) .ticker-columns .ticker-col:nth-of-type(3) {
    grid-area: 1/2/1/2;
  }
  .row.whatwedo .ticker:nth-of-type(2) .ticker-columns .ticker-col:nth-of-type(5), .row.whatwedo .ticker:nth-of-type(2) .ticker-columns .ticker-col:nth-of-type(6) {
    display: none;
  }
  .row.whatwedo .ticker:nth-of-type(2) .ticker-columns .ticker-col:nth-of-type(4) {
    grid-area: 2/1/2/1;
  }
}
.row.whatwedo .ticker:nth-of-type(2) .ticker-columns .ticker-col:nth-of-type(2) {
  background: #00A5A0;
}
.row.whatwedo .ticker:nth-of-type(2) .ticker-columns .ticker-col:nth-of-type(4) {
  background: #D92F82;
}
@media (min-width: 1024px) and (max-width: 1639px) {
  .row.whatwedo .ticker {
    width: calc(100% + 40vw);
    animation-timeline: view();
    animation-name: tickerSlide;
    animation-duration: 1ms; /* Required in Firefox */
    animation-timing-function: ease-in-out;
  }
  @keyframes tickerSlide {
    from {
      transform: translateX(-40vw);
    }
    to {
      transform: translateX(0vw);
    }
  }
  .row.whatwedo .ticker:nth-of-type(2) {
    width: calc(100% + 40vw);
    animation-name: tickerSlideReverse;
  }
  @keyframes tickerSlideReverse {
    from {
      transform: translateX(0vw);
    }
    to {
      transform: translateX(-40vw);
    }
  }
}
.row.whatwedo .ticker .ticker-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .row.whatwedo .ticker .ticker-columns {
    grid-template-columns: repeat(6, 1fr);
  }
}
.row.whatwedo .ticker .ticker-columns .ticker-col {
  width: 100%;
  background-color: #3A3334;
  aspect-ratio: 1/1;
}
.row.whatwedo .ticker .ticker-columns .ticker-col:nth-of-type(3) {
  background-color: #E5823B;
}
.row.whatwedo .ticker .ticker-columns .ticker-col.text {
  color: #ffffff;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 3em;
}
.row.whatwedo .ticker .ticker-columns .ticker-col.text h2 {
  width: 100%;
}
@media (max-width: 1023px) {
  .row.whatwedo .ticker .ticker-columns .ticker-col.text {
    padding: 1.5em;
  }
  .row.whatwedo .ticker .ticker-columns .ticker-col.text h2 {
    font-size: 1.2rem;
  }
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern {
  background-color: #E5823B;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell {
  background-size: cover;
  background-position: center;
  background-image: url(images/upbeat-graphic_01.svg);
  background-repeat: no-repeat;
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell:nth-of-type(1) {
  background-image: url(images/upbeat-graphic_01.svg);
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell:nth-of-type(2) {
  background-image: url(images/upbeat-graphic_02.svg);
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell:nth-of-type(3) {
  background-image: url(images/upbeat-graphic_03.svg);
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell:nth-of-type(4) {
  background-image: url(images/upbeat-graphic_04.svg);
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell:nth-of-type(5) {
  background-image: url(images/upbeat-graphic_05.svg);
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell:nth-of-type(6) {
  background-image: url(images/upbeat-graphic_06.svg);
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell:nth-of-type(7) {
  background-image: url(images/upbeat-graphic_07.svg);
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell:nth-of-type(8) {
  background-image: url(images/upbeat-graphic_08.svg);
}
.row.whatwedo .ticker .ticker-columns .ticker-col.pattern .cell:nth-of-type(9) {
  background-image: url(images/upbeat-graphic_09.svg);
}

html {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0 auto;
  color: #3A3334;
  background: #ffffff;
  overflow-x: hidden;
}
@media (min-width: 1640px) {
  body {
    max-width: 1680px;
    background: #3A3334;
  }
  body header {
    position: relative;
  }
  body header + * {
    margin-top: 0;
  }
  body main {
    background: #ffffff;
    overflow-x: hidden;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  line-height: 1.4;
}

h1,
h2,
h3 {
  font-family: "Funnel Display", sans-serif;
  font-weight: 800;
}

h1 {
  font-size: 2.8rem;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.625rem;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.375rem;
}
@media (max-width: 1023px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.125rem;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #D92F82;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1680px;
  padding: 0 5rem;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 3rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1.25rem;
  }
}

.button {
  padding: 1em;
  background: #D92F82;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  line-height: normal;
  border-radius: 0.3em;
  transition: 0.1s;
}
@media (min-width: 1024px) {
  .button:hover {
    transform: translateY(-0.4em);
  }
}

.symbol:before {
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}