:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
/*
@mixin button {
    display: inline-flex;
    align-items: center;
    font-family: $ff-body;
    font-size: $font-17;
    font-weight: 500;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    padding: 1.2rem 2rem;
    color: $dark-green;
    background: transparent;
    border: 1px solid $dark-green;
    border-radius: 3.2rem;
    cursor: pointer;
    transition: color $speed $cb, background $speed $cb;

    &:after {
        content: '';
        background-color: currentColor;
        mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E");        
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }

    &:hover,
    &:active,
    &:focus {
        color: #fff;
        background: $dark-green;
    }

    &[href^="http"]:not([href*="origin-framework.luminated.co.uk"]):not([href*="originenterprises.com"]),
    &[target="_blank"] {
        &:after {
            margin-top: -3px;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            background-size: cover;
        }
    }

    &[href*="wp-origin-resources-2024"] {
        &:after {
            mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E")!important;
            background-size: cover;
        }
    }
}
*/
.statistics {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.statistics.aligncenter {
  text-align: center;
}
.statistics.aligncenter p.statistics__number-small {
  margin-left: auto !important;
}
.statistics + * {
  margin-top: var(--wp--preset--spacing--medium);
}
.statistics p {
  margin: 0;
}
.statistics p.statistics__number {
  font-size: var(--wp--preset--font-size--font-38);
  font-weight: 500;
  color: #1B462D;
  margin-top: 0 !important;
}
.statistics p.statistics__number > span {
  display: inline-block;
}
.statistics p.statistics__number > span span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-0.15ch);
}
.statistics p.statistics__title {
  font-size: calc(var(--wp--preset--font-size--font-18) * 1.05);
  margin-top: 0.2ch;
  color: #000;
}
.statistics p.statistics__number-small {
  font-size: var(--wp--preset--font-size--font-21);
  color: rgba(24, 24, 24, 0.6);
}
.statistics.is-style-small p.statistics__number {
  font-size: var(--wp--preset--font-size--font-38);
}
.statistics.is-style-small p.statistics__title {
  font-size: var(--wp--preset--font-size--font-17);
  color: rgba(24, 24, 24, 0.4);
}
.statistics.is-style-small p.statistics__number-small {
  font-size: var(--wp--preset--font-size--font-17);
}
