.sce-stats {
  margin: 40px 0
}
.sce-stats__bars {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px
}
.sce-stats__bars-bar {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 14px
}
.sce-stats__bars-bar::before {
  content: "";
  background: rgba(157,212,207,.75);
  height: 100%;
  flex-grow: 1;
  transition: transform .5s;
  transform: translateX(-100%)
}
.sce-stats__bars-bar span,
.sce-stats__bars-bar strong {
  transition: visibility .5s,opacity .5s,transform .5s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px)
}
.sce-stats__bars-bar span {
  font-size: 1rem
}
.sce-stats__bars-bar strong {
  font-weight: 600;
  font-size: 1.25rem
}
.sce-stats__bars-source {
  font-style: normal;
  font-size: 1rem;
  margin-top: 10px;
  text-align: center
}
.sce-stats__stat {
  max-width: 680px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  gap: 24px
}
.sce-stats__stat-info p {
  font-size: 1.25rem;
  line-height: 116%
}
.sce-stats__stat-info p strong {
  font-weight: 700
}
.sce-stats__stat-info cite {
  display: block;
  font-style: normal;
  font-size: 1rem
}
.sce-stats__stat-donut {
  text-align: center
}
.sce-stats__nav {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center
}
.sce-stats__nav-back,
.sce-stats__nav-next {
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: 0 0
}
.sce-stats__nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center
}
.sce-stats__nav li {
  margin: 0;
  flex: 13px 0 0;
  width: 13px;
  height: 13px
}
.sce-stats__nav-item {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background: 0 0;
  vertical-align: top;
  transition: background-color .3s
}
.sce-stats__nav-item.is-active {
  background-color: #000
}
.sce-stats__panels {
  position: relative
}
.sce-stats__panels[data-active="0"] .sce-stats__panel:nth-child(1) {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: all
}
.sce-stats__panels[data-active="0"] + .sce-stats__nav li:nth-child(1) button {
  background-color: #000
}
.sce-stats__panels[data-active="1"] .sce-stats__panel:nth-child(2) {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: all
}
.sce-stats__panels[data-active="1"] + .sce-stats__nav li:nth-child(2) button {
  background-color: #000
}
.sce-stats__panels[data-active="0"].is-scrolled .sce-stats__bars-bar::before {
  transform: none
}
.sce-stats__panels[data-active="0"].is-scrolled .sce-stats__bars-bar span,
.sce-stats__panels[data-active="0"].is-scrolled .sce-stats__bars-bar strong {
  transform: none;
  visibility: visible;
  opacity: 1
}
.sce-stats__panels[data-active="0"].is-scrolled .sce-stats__bars-bar:nth-of-type(2)::before {
  transition-delay: .25s
}
.sce-stats__panels[data-active="0"].is-scrolled .sce-stats__bars-bar:nth-of-type(2) span,
.sce-stats__panels[data-active="0"].is-scrolled .sce-stats__bars-bar:nth-of-type(2) strong {
  transition-delay: .25s
}
.sce-stats__panels[data-active="0"].is-scrolled .sce-stats__bars-bar:nth-of-type(3)::before {
  transition-delay: .5s
}
.sce-stats__panels[data-active="0"].is-scrolled .sce-stats__bars-bar:nth-of-type(3) span,
.sce-stats__panels[data-active="0"].is-scrolled .sce-stats__bars-bar:nth-of-type(3) strong {
  transition-delay: .5s
}
.sce-stats__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(50px);
  pointer-events: none;
  transition: visibility .3s,opacity .3s,transform .3s
}
@media (min-width:768px) {
  .sce-stats {
    margin: 80px 0 40px
  }
  .sce-stats__bars-bar span {
    font-size: 1.25rem
  }
  .sce-stats__bars-bar strong {
    font-size: 1.875rem
  }
  .sce-stats__bars-source {
    text-align: left
  }
  .sce-stats__stat {
    grid-template-columns: 219px 1fr
  }
}
@media (min-width:1200px) {
  .sce-stats__bars {
    padding-right: 25%
  }
}
.c100 {
  position: relative;
  font-size: 219px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 auto
}
.c100 *,
.c100 :after,
.c100 :before {
  box-sizing: content-box!important
}
.c100 .data {
  font-size: 70px;
  position: absolute;
  font-weight: 300;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-out
}
.c100 .data-inner {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}
.c100:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%
}
.c100 .bar,
.c100 .fill,
.c100 .slice {
  transition: all 1s
}
.c100 .slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0,1em,1em,.5em)
}
.c100.p100 .slice,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.rect-auto {
  clip: rect(auto,auto,auto,auto)
}
.c100 .fill {
  border: .25em solid #9dd4cf;
  border-radius: 50%
}
.c100 .bar,
.c100.p100 .fill,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.pie {
  position: absolute;
  border: .25em solid #9dd4cf;
  width: .5em;
  height: .5em;
  clip: rect(0,.5em,1em,0);
  border-radius: 50%;
  transform: rotate(0)!important
}
.c100.p100 .fill,
.c100.p100.bar:after,
.c100.p51 .fill,
.c100.p51.bar:after,
.c100.p52 .fill,
.c100.p52.bar:after,
.c100.p53 .fill,
.c100.p53.bar:after,
.c100.p54 .fill,
.c100.p54.bar:after,
.c100.p55 .fill,
.c100.p55.bar:after,
.c100.p56 .fill,
.c100.p56.bar:after,
.c100.p57 .fill,
.c100.p57.bar:after,
.c100.p58 .fill,
.c100.p58.bar:after,
.c100.p59 .fill,
.c100.p59.bar:after,
.c100.p60 .fill,
.c100.p60.bar:after,
.c100.p61 .fill,
.c100.p61.bar:after,
.c100.p62 .fill,
.c100.p62.bar:after,
.c100.p63 .fill,
.c100.p63.bar:after,
.c100.p64 .fill,
.c100.p64.bar:after,
.c100.p65 .fill,
.c100.p65.bar:after,
.c100.p66 .fill,
.c100.p66.bar:after,
.c100.p67 .fill,
.c100.p67.bar:after,
.c100.p68 .fill,
.c100.p68.bar:after,
.c100.p69 .fill,
.c100.p69.bar:after,
.c100.p70 .fill,
.c100.p70.bar:after,
.c100.p71 .fill,
.c100.p71.bar:after,
.c100.p72 .fill,
.c100.p72.bar:after,
.c100.p73 .fill,
.c100.p73.bar:after,
.c100.p74 .fill,
.c100.p74.bar:after,
.c100.p75 .fill,
.c100.p75.bar:after,
.c100.p76 .fill,
.c100.p76.bar:after,
.c100.p77 .fill,
.c100.p77.bar:after,
.c100.p78 .fill,
.c100.p78.bar:after,
.c100.p79 .fill,
.c100.p79.bar:after,
.c100.p80 .fill,
.c100.p80.bar:after,
.c100.p81 .fill,
.c100.p81.bar:after,
.c100.p82 .fill,
.c100.p82.bar:after,
.c100.p83 .fill,
.c100.p83.bar:after,
.c100.p84 .fill,
.c100.p84.bar:after,
.c100.p85 .fill,
.c100.p85.bar:after,
.c100.p86 .fill,
.c100.p86.bar:after,
.c100.p87 .fill,
.c100.p87.bar:after,
.c100.p88 .fill,
.c100.p88.bar:after,
.c100.p89 .fill,
.c100.p89.bar:after,
.c100.p90 .fill,
.c100.p90.bar:after,
.c100.p91 .fill,
.c100.p91.bar:after,
.c100.p92 .fill,
.c100.p92.bar:after,
.c100.p93 .fill,
.c100.p93.bar:after,
.c100.p94 .fill,
.c100.p94.bar:after,
.c100.p95 .fill,
.c100.p95.bar:after,
.c100.p96 .fill,
.c100.p96.bar:after,
.c100.p97 .fill,
.c100.p97.bar:after,
.c100.p98 .fill,
.c100.p98.bar:after,
.c100.p99 .fill,
.c100.p99.bar:after,
.pie-fill {
  transform: rotate(180deg)!important
}
.c100.p1 .bar {
  transform: rotate(3.6deg)!important
}
.c100.p2 .bar {
  transform: rotate(7.2deg)!important
}
.c100.p3 .bar {
  transform: rotate(10.8deg)!important
}
.c100.p4 .bar {
  transform: rotate(14.4deg)!important
}
.c100.p5 .bar {
  transform: rotate(18deg)!important
}
.c100.p6 .bar {
  transform: rotate(21.6deg)!important
}
.c100.p7 .bar {
  transform: rotate(25.2deg)!important
}
.c100.p8 .bar {
  transform: rotate(28.8deg)!important
}
.c100.p9 .bar {
  transform: rotate(32.4deg)!important
}
.c100.p10 .bar {
  transform: rotate(36deg)!important
}
.c100.p11 .bar {
  transform: rotate(39.6deg)!important
}
.c100.p12 .bar {
  transform: rotate(43.2deg)!important
}
.c100.p13 .bar {
  transform: rotate(46.8deg)!important
}
.c100.p14 .bar {
  transform: rotate(50.4deg)!important
}
.c100.p15 .bar {
  transform: rotate(54deg)!important
}
.c100.p16 .bar {
  transform: rotate(57.6deg)!important
}
.c100.p17 .bar {
  transform: rotate(61.2deg)!important
}
.c100.p18 .bar {
  transform: rotate(64.8deg)!important
}
.c100.p19 .bar {
  transform: rotate(68.4deg)!important
}
.c100.p20 .bar {
  transform: rotate(72deg)!important
}
.c100.p21 .bar {
  transform: rotate(75.6deg)!important
}
.c100.p22 .bar {
  transform: rotate(79.2deg)!important
}
.c100.p23 .bar {
  transform: rotate(82.8deg)!important
}
.c100.p24 .bar {
  transform: rotate(86.4deg)!important
}
.c100.p25 .bar {
  transform: rotate(90deg)!important
}
.c100.p26 .bar {
  transform: rotate(93.6deg)!important
}
.c100.p27 .bar {
  transform: rotate(97.2deg)!important
}
.c100.p28 .bar {
  transform: rotate(100.8deg)!important
}
.c100.p29 .bar {
  transform: rotate(104.4deg)!important
}
.c100.p30 .bar {
  transform: rotate(108deg)!important
}
.c100.p31 .bar {
  transform: rotate(111.6deg)!important
}
.c100.p32 .bar {
  transform: rotate(115.2deg)!important
}
.c100.p33 .bar {
  transform: rotate(118.8deg)!important
}
.c100.p34 .bar {
  transform: rotate(122.4deg)!important
}
.c100.p35 .bar {
  transform: rotate(126deg)!important
}
.c100.p36 .bar {
  transform: rotate(129.6deg)!important
}
.c100.p37 .bar {
  transform: rotate(133.2deg)!important
}
.c100.p38 .bar {
  transform: rotate(136.8deg)!important
}
.c100.p39 .bar {
  transform: rotate(140.4deg)!important
}
.c100.p40 .bar {
  transform: rotate(144deg)!important
}
.c100.p41 .bar {
  transform: rotate(147.6deg)!important
}
.c100.p42 .bar {
  transform: rotate(151.2deg)!important
}
.c100.p43 .bar {
  transform: rotate(154.8deg)!important
}
.c100.p44 .bar {
  transform: rotate(158.4deg)!important
}
.c100.p45 .bar {
  transform: rotate(162deg)!important
}
.c100.p46 .bar {
  transform: rotate(165.6deg)!important
}
.c100.p47 .bar {
  transform: rotate(169.2deg)!important
}
.c100.p48 .bar {
  transform: rotate(172.8deg)!important
}
.c100.p49 .bar {
  transform: rotate(176.4deg)!important
}
.c100.p50 .bar {
  transform: rotate(180deg)!important
}
.c100.p51 .bar {
  transform: rotate(183.6deg)!important
}
.c100.p52 .bar {
  transform: rotate(187.2deg)!important
}
.c100.p53 .bar {
  transform: rotate(190.8deg)!important
}
.c100.p54 .bar {
  transform: rotate(194.4deg)!important
}
.c100.p55 .bar {
  transform: rotate(198deg)!important
}
.c100.p56 .bar {
  transform: rotate(201.6deg)!important
}
.c100.p57 .bar {
  transform: rotate(205.2deg)!important
}
.c100.p58 .bar {
  transform: rotate(208.8deg)!important
}
.c100.p59 .bar {
  transform: rotate(212.4deg)!important
}
.c100.p60 .bar {
  transform: rotate(216deg)!important
}
.c100.p61 .bar {
  transform: rotate(219.6deg)!important
}
.c100.p62 .bar {
  transform: rotate(223.2deg)!important
}
.c100.p63 .bar {
  transform: rotate(226.8deg)!important
}
.c100.p64 .bar {
  transform: rotate(230.4deg)!important
}
.c100.p65 .bar {
  transform: rotate(234deg)!important
}
.c100.p66 .bar {
  transform: rotate(237.6deg)!important
}
.c100.p67 .bar {
  transform: rotate(241.2deg)!important
}
.c100.p68 .bar {
  transform: rotate(244.8deg)!important
}
.c100.p69 .bar {
  transform: rotate(248.4deg)!important
}
.c100.p70 .bar {
  transform: rotate(252deg)!important
}
.c100.p71 .bar {
  transform: rotate(255.6deg)!important
}
.c100.p72 .bar {
  transform: rotate(259.2deg)!important
}
.c100.p73 .bar {
  transform: rotate(262.8deg)!important
}
.c100.p74 .bar {
  transform: rotate(266.4deg)!important
}
.c100.p75 .bar {
  transform: rotate(270deg)!important
}
.c100.p76 .bar {
  transform: rotate(273.6deg)!important
}
.c100.p77 .bar {
  transform: rotate(277.2deg)!important
}
.c100.p78 .bar {
  transform: rotate(280.8deg)!important
}
.c100.p79 .bar {
  transform: rotate(284.4deg)!important
}
.c100.p80 .bar {
  transform: rotate(288deg)!important
}
.c100.p81 .bar {
  transform: rotate(291.6deg)!important
}
.c100.p82 .bar {
  transform: rotate(295.2deg)!important
}
.c100.p83 .bar {
  transform: rotate(298.8deg)!important
}
.c100.p84 .bar {
  transform: rotate(302.4deg)!important
}
.c100.p85 .bar {
  transform: rotate(306deg)!important
}
.c100.p86 .bar {
  transform: rotate(309.6deg)!important
}
.c100.p87 .bar {
  transform: rotate(313.2deg)!important
}
.c100.p88 .bar {
  transform: rotate(316.8deg)!important
}
.c100.p89 .bar {
  transform: rotate(320.4deg)!important
}
.c100.p90 .bar {
  transform: rotate(324deg)!important
}
.c100.p91 .bar {
  transform: rotate(327.6deg)!important
}
.c100.p92 .bar {
  transform: rotate(331.2deg)!important
}
.c100.p93 .bar {
  transform: rotate(334.8deg)!important
}
.c100.p94 .bar {
  transform: rotate(338.4deg)!important
}
.c100.p95 .bar {
  transform: rotate(342deg)!important
}
.c100.p96 .bar {
  transform: rotate(345.6deg)!important
}
.c100.p97 .bar {
  transform: rotate(349.2deg)!important
}
.c100.p98 .bar {
  transform: rotate(352.8deg)!important
}
.c100.p99 .bar {
  transform: rotate(356.4deg)!important
}
.c100.p100 .bar {
  transform: rotate(360deg)!important
}
/*# sourceMappingURL=sce-stats.min.css.map */
